﻿@charset "utf-8";

/* CSS Document */
html {
  scroll-behavior: smooth;
}

img,
object,
embed,
video {
  max-width: 100%;
}

p {
  margin: 0 0 10px;
}

body {
  margin: 0 auto;
  background-color: #fff;
  font-family: 'Work Sans', sans-serif;
  font-size: 100%;
  width: 100%;

}

#more {
  display: none;
}

.yallow {
  background: #fab74e;
  height: auto;
}

.fab {
  font-family: "Font Awesome 5 Brands";
  color: #000;
}

.fas {
  font-family: "Font Awesome 5 Brands";
  color: #000;
}

.brno {
  border: none;
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.8;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}

.f1 {
  float: left;
}

.r1 {
  float: right;
}

.cb {
  clear: both;
}

.ac {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.mrt {
  margin-top: 4%;
}

.mrl {
  margin-left: 4%;
}

.gap {
  width: 2%;
}

.gray-bg {
  background: #f1f1f1;
  /*padding:2%;*/
  padding-bottom: 2%;
  padding-top: 1%;
}

.gray-bg a {
  color: #000;
  text-decoration: none;
  font-size: 100% !important;
}

.white-bg {
  background: #fff;
}

.white-bg img {
  width: 100%;
}

.gray {
  background: #f1f1f1;
}

.gray-tab {
  background: #f1f1f1;
  margin-bottom: 4%;
}

.tab-heading {
  list-style: none;
}

section {
  display: block;
}

.down-anchor {
  font-weight: 900;
  font-size: 100%;
  /* float: left; */
  /* float: right !important;*/
  margin-top: 6px;
  margin-right: 1%;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
}
.block-new {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.block {
    width: 1117px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    text-decoration: none;
}

.block h4 {
  font-size: 120%;
  color: #333;
  font-weight: normal;
}

.block p {
  line-height: 1.8;
}

.top-header {
  background: #445d93;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}

.navbar {
  width: 100%;
  margin: 0 auto;
}

.logo {
  width: 20%;
  margin-left: 2%;
}

.menu {
  width: 50%;
}

.number {
  width: 26%;
  padding: 1%;
}

.number a {
  font-size: 100%;
  color: #000000;
  list-style: none;
  display: inline-block;
}

/*.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 420px;
}*/
.hero-image {
    height: 350px;
    background: url(../../images/banner.png) no-repeat right;
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hero-text-new {
    width: 60%;
}
    .hero-text-new h1 {
        font-size: clamp(1.875rem, 1.4668rem + 2.0408vw, 3.125rem);
        font-weight: 400;
        font-family: 'Work Sans', sans-serif;
        margin-top: 0;
        margin-bottom: 10px;
    }
    .hero-text-new p {
        font-size: clamp(1rem, 0.8163rem + 0.9184vw, 1.5625rem);
        color: #000;
        font-weight: normal;
        width: 100%;
        float: left;
    }

.hero-text {
  width: 60%;
  margin-left: 6%;
  margin-top: 5%;
  text-shadow: 3px 3px 0px #000;
}

.hero-text p {
  font-size: 160%;
  color: #FFFFFF;
}

/*.hero-text h1 {
  font-size: 220%;
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: bold;
}*/
    .hero-text h1 {
        font-size: 50px;
        font-weight: 400;
        font-family: 'Work Sans', sans-serif;
        margin: 20px 0;
    }


.form-box {
    width: 30%;
}

.form-container-new {
    max-width: 300px;
    background-color: white;
    border: #008FC5 solid 15px;
    padding: 10px 20px;
    border-radius: 4px;
}
    .form-container-new h4 {
        font-size: 16px;
        color: #000;
        font-weight: 400;
        padding-bottom: 10px;
        margin-top: 10px;
        margin-bottom: 0;
    }

    .form-container-new p {
        margin-bottom: 10% !important;
        margin-top: 2% !important;
    }



.form-container {
  position: relative;
  right: 0;
  margin: 20px;
  max-width: 300px;
  padding: 16px;
  background-color: white;
  border: #f1f1f1 solid 15px;
  float: right !important;
}

.form-container p {
  margin-bottom: 10% !important;
  margin-top: 2% !important;
}

/* Full-width input fields */
input[type=text],
input[type=email] {
  width: 95%;
  padding: 10px;
  margin: 0px 0 20px 0;
  border: none;
  border-bottom: #f1f1f1 solid 1px;
}

input[type=text]:focus,
input[type=email]:focus {
  background-color: #f1f1f1;
  outline: none;
}

/* Set a style for the submit button */
.btn-new {
    background-color: #034B63;
    color: white;
    padding: 12px 12px;
    border: none;
    cursor: pointer;
    width: 45%;
    opacity: 0.9;
    border-radius: 4px;
    transition : .3s;
}

    .btn-new:hover {
        opacity: 1;
        color: #fff;
    }

.btn {
    background-color: #445d93;
    color: white;
    padding: 12px 12px;
    border: none;
    cursor: pointer;
    /*width: 45%;*/
    opacity: 0.9;
    border-radius: 4px;
}

.btn:hover {
  opacity: 1;
  color: #fff;
}



.textblock {
  width: 100%;
  margin: 0 auto;
}

.textblock h1 {
  font-size: 220%;
  color: #333333;
  font-weight: 200;
}

.textblock h2 {
  font-size: 200%;
  color: #333333;
  font-weight: 200;
}

.textblock p {
  font-size: 100%;
  color: #333333;
  line-height: 1.8;
}

.textblock hr {
  width: 30%;
}

.apply_box {
  width: 20%;
  padding: 2%;
}

.apply_box p {
  font-size: 100%;
  color: #333333;
  line-height: 1.8;
}

.steps {
  width: 100%;
  margin: 0 auto;
}

.why-choose {
  width: 50%;
}

.why-choose h1 {
  font-size: 220%;
  color: #333333;
  font-weight: 200;
}

.why-choose p {
  font-size: 100%;
  color: #333333;
  line-height: 1.8;
}

.why-choose-block {
  width: 28%;
  padding: 2%;
}

h1 {
  font-size: 200%;
  color: #333333;
  font-weight: 200;
}

.chooseus-bg {
  background: #ebebeb;
  padding: 8%;
  color: #000;
  margin-left: auto;
  /*width:150px;
	height:150px;*/
}

.chooseus-bg .img-responsive {
  margin: 0 auto;
  padding-top: 15%;
}

.visit-block {
  width: 49%;
}

.visit-box {
  background-color: #F1F1F1;
  height: 60px;
  margin-bottom: 4%;
}

.sidetab {
  width: 100%;
  display: block;
  height: 175px;
}

.sidetabh h3 {
  font-size: 200%;
  color: #0d638f;
  font-weight: 200;
}

.embassy {
  margin-top: 5%;
}

.embassy address {
  margin-left: 25%;
}

address h3 {
  font-size: 120%;
  color: #0d638f;
  font-weight: 200;
  padding: 0px;
  margin-bottom: 2%;
  margin-top: 2%;
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.8;
  font-style: normal;
  font-size: 100%;

}

.head1 {
  font-size: 200%;
  padding: 0%;
  padding-left: 3%;
  padding-top: 2%;
}

.head2 {
  font-size: 140%;
  padding: 0%;
  padding-left: 0%;
  padding-top: 3%;
}

.blog-block {
  width: 100%;
  height: 460px;
  margin: 0 auto;
}

.blog-text {
  width: 30%;
  margin-left: 2%;
  margin-right: 2%;
}

.blog-text h5 {
  font-size: 220%;
  color: #333333;
  font-weight: 200;
  margin-top: 4%;
  margin-bottom: 8%;
}

.blog-text h1 {
  font-size: 140%;
  color: #333333;
  font-weight: 400;
  padding-bottom: 0%;
  padding-top: 0%;
  margin-bottom: 6%;
  margin-top: 0%;
}

.blog-text p {
  font-size: 100%;
  color: #333333;
  line-height: 1.8;
}



.blog-img {
  width: 66%;
}

.blog-img1 {
  width: 46%;
  padding: 2%;
}

.blog-link {
  /*border:green solid 1px;*/
  margin-top: 8%;
  margin-left: 0%;
}

.blog-link li {
  background: #f1f1f1;
  border-bottom: #d7d7d7 solid 1px;
  height: 41px;
  list-style: none;
  margin-top: 10%;
}


.blog-link a {
  font-size: 100%;
  font-weight: 100;
  color: #333333;


}


.post-slide {
  margin: 0 15px;
  position: relative;
  background: #FFF;
}

.post-slide .post-img {
  position: relative;
  overflow: hidden;
}

.post-slide .post-img img {
  width: 100%;
  height: auto;
}

.post-slide .over-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.30s ease;
}

.post-slide:hover .over-layer {
  opacity: 1;
}

.post-slide .post-link {
  margin: 0;
  padding: 0;
  position: relative;
  top: 45%;
  text-align: center;
}

.post-slide .post-link li {
  display: inline-block;
  list-style: none;
  margin: -9px 0 0;
}

.post-slide .post-link li a {
  color: #FFF !important;
  font-size: 39px;
}

.post-slide .post-link li a:hover {
  color: #FF8B3D;
  text-decoration: none;
}

.post-slide .post-date {
  position: absolute;
  top: 10%;
  left: 4%;
}

.post-slide .date {
  display: inline-block;
  border-radius: 3px 0 0 3px;
  padding: 5px 10px;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background: #333;
  float: left;
}

.post-slide .month {
  display: inline-block;
  border-radius: 0 3px 3px 0;
  padding: 5px 13px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background: #445d93;
}

.post-slide .post-content {
  padding: 30px;
  background-color: #F5F5F6;
}

.post-slide .post-title {
  margin: 0 0 15px 0;
}

.post-slide .post-title a {
  font-size: 100%;
  font-weight: bold;
  color: #333;
  display: inline-block;
  transition: all 0.3s ease 0s;
}

.post-slide .post-title a:hover {
  text-decoration: none;
  color: #0d638f;
}

.post-slide .post-description {
  font-size: 90%;
  line-height: 1.5;
  color: #444444;
  padding: 0 0 10px 0;
}

.post-slide .read-more {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  transition: color 0.20s linear;
}

.post-slide .read-more:hover {
  text-decoration: none;
  color: #FF8B3D;
}

.post-slide .read-more:after {
  content: "";
  position: absolute;
  width: 30%;
  display: block;
  border: 1px solid #445d93;
  transition: all 0.30s ease;
}

.post-slide .read-more:hover:after {
  width: 100%;
}


.faq-blcok {
  width: 49%;
}



/* Style the tab */
.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 30%;
  height: 300px;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
  border: 1px solid #ccc;
  width: 70%;
  border-left: none;
  height: 300px;
}



.accordion-block {
  width: 50%;
}

.accordion {
  width: 100%;
  margin: 0 auto;
}

.accordion-item {
  background-color: #FFFFFF;
}

.accordion-itemfaq {}

.accordion a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: initial;
  width: auto;
  padding: 1rem 3rem 1rem 1rem;
  color: #333333;
  font-size: 100%;
  font-weight: 200;
  border-bottom: 1px solid #e5e5e5;

}


.accordion a:hover,
.accordion a:hover::after {
  cursor: pointer;
  color: #333333;
}

.accordion a:hover::after {
  border: 1px solid #03b5d2;
}

.accordion a.active {
  color: #333333;
  border-bottom: 1px solid #e4e4e4;
}



.accordion h2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: inherit;
  width: auto;
  padding: 1rem 0rem 1rem 1rem;
  color: #333333;
  font-size: 100%;
  font-weight: 100;
  background-color: #F1F1F1;


}

.accordion h2:hover,
.accordion h2:hover::after {
  cursor: pointer;
  color: #333333;
}

.accordion h2:hover::after {
  border: 1px solid #03b5d2;
}

.accordion h2.active {
  color: #333333;
}



.accordion .content {
  opacity: 0;
  padding: 0 1rem;
  max-height: 0;
  overflow: hidden;
  clear: both;
  -webkit-transition: all 0.2s ease 0.15s;
  -o-transition: all 0.2s ease 0.15s;
  transition: all 0.2s ease 0.15s;
}

.accordion .content p {
  font-size: 100%;
  font-weight: normal;
  color: #333;
}

.accordion .content.active {
  opacity: 1;
  padding: 1rem;
  max-height: 100%;
  -webkit-transition: all 0.35s ease 0.15s;
  -o-transition: all 0.35s ease 0.15s;
  transition: all 0.35s ease 0.15s;
}

.underline {
  content: '';
  position: relative;
  width: 150px;
  height: 2px;
  top: 15px;
  left: 0px;
  background: #d7d7d7 !important;
  margin: 0 auto;
  right: 0px;
  margin-bottom: 5%;
}

.table-responsive {
  width: 100%;
  margin-bottom: 15px;
  overflow-y: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive>.table {
  margin-bottom: 0;
}

.table-responsive>.table>thead>tr>th,
.table-responsive>.table>tbody>tr>th,
.table-responsive>.table>tfoot>tr>th,
.table-responsive>.table>thead>tr>td,
.table-responsive>.table>tbody>tr>td,
.table-responsive>.table>tfoot>tr>td {
  white-space: nowrap;
}

.table-responsive>.table-bordered {
  border: 0;
}

.table-responsive>.table-bordered>thead>tr>th:first-child,
.table-responsive>.table-bordered>tbody>tr>th:first-child,
.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.table-responsive>.table-bordered>thead>tr>td:first-child,
.table-responsive>.table-bordered>tbody>tr>td:first-child,
.table-responsive>.table-bordered>tfoot>tr>td:first-child {
  border-left: 0;
}

.table-responsive>.table-bordered>thead>tr>th:last-child,
.table-responsive>.table-bordered>tbody>tr>th:last-child,
.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.table-responsive>.table-bordered>thead>tr>td:last-child,
.table-responsive>.table-bordered>tbody>tr>td:last-child,
.table-responsive>.table-bordered>tfoot>tr>td:last-child {
  border-right: 0;
}

.table-responsive>.table-bordered>tbody>tr:last-child>th,
.table-responsive>.table-bordered>tfoot>tr:last-child>th,
.table-responsive>.table-bordered>tbody>tr:last-child>td,
.table-responsive>.table-bordered>tfoot>tr:last-child>td {
  border-bottom: 0;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
  padding: 8px;
  line-height: 1.8;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.border-back {
  border-bottom: 1px solid #d7d7d7 !important;
  border-top: 1px solid #d7d7d7 !important;
  background: #f1f1f1;
  padding: 1%;

}

.border-backhead {
  border-bottom: 1px solid #d7d7d7 !important;
  border-top: 1px solid #d7d7d7 !important;
  padding: 2%;

}

table {
  border-spacing: 0;
  border-collapse: collapse;

}

.border-full {
  border: 1px solid #d7d7d7 !important;
}


ul.resp-tabs-list,
p {
  margin: 0px;
  padding: 0px;
}

.resp-tabs-list li {
  font-weight: 200;
  display: inline-block;
  padding: 13px 15px;
  margin: 0 4px 0 0;
  list-style: none;
  cursor: pointer;
  float: left;
  width: 45%;

}

.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
}

h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}

.resp-tab-content {
  display: none;
  padding: 4px;
}

.resp-tab-active {
  border: 1px solid #5AB1D0 !important;
  border-bottom: none;
  margin-bottom: -1px !important;
  padding: 12px 14px 14px 14px !important;
  background: #445d93 !important;
  color: #FFFFFF;
}

.resp-tab-active {
  border-bottom: none;
  background-color: #fff;
}

.resp-content-active,
.resp-accordion-active {
  display: block;
}

.resp-tab-content ul li {

  font-size: 100%;
  color: #676767;
  line-height: 1.8;
  font-weight: 100;

}

h2.resp-accordion {
  font-size: 13px;
  border: 1px solid #c1c1c1;
  border-top: 0px solid #c1c1c1;
  margin: 0px;
  padding: 10px 15px;
}

h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
  padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 40%;
}

.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 10px 42px !important;
  margin: 0 0 4px;
  cursor: pointer;
  float: none;
  text-align: center;
}

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  float: left;
  width: 50%;
  min-height: auto;
  border-radius: 4px;
  clear: none;
}

.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 42px !important;
  border-top: 1px solid;
  margin-bottom: 12px !important;
  border-right: 1px #FFF solid !important;
  text-align: center;
}

.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #9B9797;
}

/*-----------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;*/
}

.flex-direction-nav li {
  position: absolute;
  height: 100%;
  width: 40px;
  top: 0;
}

.flex-direction-nav li:first-child {
  left: 0;
}

.flex-direction-nav li:last-child {
  right: 0;
}

.flex-direction-nav li a {
  display: block;
  height: 100%;
  width: 100%;

  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;

  transition: background-color 0.2s;
}

.flex-direction-nav li a::before,
.flex-direction-nav li a::after {
  /* left and right arrows in css only */
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 13px;
  background-color: white;
}

.flex-direction-nav li a::before {
  transform: translateY(-35px) rotate(45deg);
}

.flex-direction-nav li a::after {
  transform: translateY(-27px) rotate(-45deg);
}

.flex-direction-nav li:last-child a::before {
  transform: translateY(-35px) rotate(-45deg);
}

.flex-direction-nav li:last-child a::after {
  transform: translateY(-27px) rotate(45deg);
}



.footer {
  width: 100%;
  display: block;
}

.copyright-block1 {
  width: 60%;
}

.copyright-block2 {
  width: 30%;
}

.copyright {
  padding: 1%;
  /* float: right !important; */
  /* margin: 0 auto; */
  margin-left: 8%;
  /* float: none !important; */
  width: 60%;
}

.social {
  padding: 0%;
  /* float: right !important; */
  /* margin: 0 auto; */
  margin-left: 76%;
  float: left;
  margin-top: -4%;
}

.soc {
  margin-left: 10px !important;
}

@media only screen and (max-width : 1300px) {
    .block-new {
        width: 90%;
        margin: 0 auto;
    }
}
@media only screen and (max-width : 600px) {
    .hero-image{
        height : auto;
        padding:20px 0;
    }
    .block-new {
        display: flex;
        flex-direction: column;
    }
    .hero-text-new{
        width : 100%;
        text-align :center;
    }
}
@media only screen and (min-width : 225px) and (max-width : 320px) {

  .wrapper {
    width: 100%;
    margin: 0 auto;
  }

  .block {
    width: 90%;
    padding-right: 2px;
    padding-left: 2px;
    margin-right: auto;
    margin-left: auto;
  }

  .top-header {
    background: #445d93;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .navbar {
    width: 100%;
    margin: 0 auto;
  }

  .logo {
    width: 50%;
    margin-left: 2%;
    margin-top: 4%;
  }

  .menu {
    width: 45%;
  }

  .number {
    width: 92%;
    padding: 4%;
    margin-left: 0%;
  }

  .number a {
    font-size: 69%;
    color: #000000;
    list-style: none;
    display: inline-block;
  }

  /*.hero-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 420px;
  }*/

  /*.hero-text {
    width: 91%;
    margin-left: 6%;
    margin-top: 5%;
    text-shadow: 3px 3px 0px #000;
  }*/

  .hero-text p {
    font-size: 120%;
    color: #FFFFFF;
    text-align: center;
    line-height: 1.1
  }

  .hero-text h1 {
    font-size: 120%;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
  }


  .form-box {
    width: 100%;
  }

  .form-container {
    position: relative;
    right: 0;
    margin: 20px;
    max-width: 300px;
    padding: 16px;
    background-color: white;
    border: #f1f1f1 solid 15px;
    float: right !important;
  }

  .form-container p {
    margin-bottom: 10% !important;
    margin-top: 2% !important;
  }

  /* Full-width input fields */
  input[type=text],
  input[type=email] {
    width: 95%;
    padding: 10px;
    margin: 0px 0 20px 0;
    border: none;
    border-bottom: #f1f1f1 solid 1px;
  }

  input[type=text]:focus,
  input[type=email]:focus {
    background-color: #f1f1f1;
    outline: none;
  }

  /* Set a style for the submit button */
  .btn {
    background-color: #445d93;
    color: white;
    padding: 12px 12px;
    border: none;
    cursor: pointer;
    /*width: 45%;*/
    opacity: 0.9;
    border-radius: 4px;
    margin-left: 2%;
  }

  .btn:hover {
    opacity: 1;
    color: #fff;
  }



  .textblock {
    width: 100%;
    margin: 0 auto;
  }

  .textblock h1 {
    font-size: 140%;
    color: #333333;
    font-weight: 200;
  }

  .textblock h2 {
    font-size: 120%;
    color: #333333;
    font-weight: 200;
    padding: 2%;
  }

  .textblock p {
    font-size: 90%;
    color: #333333;
    line-height: 1.8;
    padding: 2%;
  }

  .textblock hr {
    width: 30%;
  }

  .apply_box {
    width: 95%;
    padding: 2%;
  }

  .apply_box p {
    font-size: 90%;
    color: #333333;
    line-height: 1.8;
  }

  .steps {
    width: 100%;
    margin: 0 auto;
  }

  .why-choose {
    width: 100%;
  }

  .why-choose h1 {
    font-size: 140%;
    color: #333333;
    font-weight: 200;
  }

  .why-choose p {
    font-size: 90%;
    color: #333333;
    line-height: 1.8;
  }

  .why-choose-block {
    width: 46%;
    padding: 2%;
  }

  .chooseus-bg {
    background: #ebebeb;
    padding: 8%;
    color: #000;
    margin-left: auto;
    /*width:150px;
	height:150px;*/
  }

  .chooseus-bg .img-responsive {
    margin: 0 auto;
    padding-top: 15%;
  }

  .visit-block {
    width: 100%;
    padding: 2%;
  }

  .visit-box {
    background-color: #F1F1F1;
    height: 60px;
    margin-bottom: 4%;
  }

  .sidetab {
    width: 100%;
    display: block;
    height: 242px;
  }

  .embassy {
    margin-top: 5%;
  }

  .embassy address {
    margin-left: 25%;
  }



  .head1 {
    font-size: 140%;
    padding: 0%;
    padding-left: 5%;
    padding-top: 5%;
  }

  .head2 {
    font-size: 90%;
    padding: 0%;
    padding-left: 0%;
    padding-top: 5%;
  }

  .blog-block {
    width: 100%;
    height: 388px;
    margin: 0 auto;
  }

  .blog-text {
    width: 95%;
    margin-left: 4%;
    margin-right: 2%;
    margin-bottom: 10%;
  }

  .blog-text h5 {
    font-size: 140%;
    color: #333333;
    font-weight: 200;
    margin-bottom: 5%;
  }

  .blog-text h1 {
    font-size: 100%;
    color: #333333;
    font-weight: 400;
    margin-top: 6%;
    margin-bottom: 6%;
  }

  .blog-text p {
    font-size: 90%;
    color: #333333;
    line-height: 1.8;
  }



  .blog-img {
    width: 100%;
  }

  .blog-img1 {
    width: 100%;
    padding: 0%;
  }

  .blog-link {
    /*border:green solid 1px;*/
    margin-top: 6%;
    margin-left: 0%;
  }

  .blog-link li {
    background: #f1f1f1;
    border-bottom: #d7d7d7 solid 1px;
    height: 50px;
    list-style: none;
    margin-top: 10%;
  }


  .blog-link a {
    font-size: 90%;
    font-weight: 100;
    color: #333333;


  }


  .post-slide {
    margin: 0 0px;
    position: relative;
    background: #FFF;
  }

  .post-slide .post-img {
    position: relative;
    overflow: hidden;
  }

  .post-slide .post-img img {
    width: 100%;
    height: auto;
  }

  .post-slide .over-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, 0.6);
    transition: all 0.30s ease;
  }

  .post-slide:hover .over-layer {
    opacity: 1;
  }

  .post-slide .post-link {
    margin: 0;
    padding: 0;
    position: relative;
    top: 45%;
    text-align: center;
  }

  .post-slide .post-link li {
    display: inline-block;
    list-style: none;
    margin: -9px 0 0;
  }

  .post-slide .post-link li a {
    color: #FFF !important;
    font-size: 90%;
  }

  .post-slide .post-link li a:hover {
    color: #FF8B3D;
    text-decoration: none;
  }

  .post-slide .post-date {
    position: absolute;
    top: 10%;
    left: 4%;
  }

  .post-slide .date {
    display: inline-block;
    border-radius: 3px 0 0 3px;
    padding: 5px 10px;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background: #333;
    float: left;
  }

  .post-slide .month {
    display: inline-block;
    border-radius: 0 3px 3px 0;
    padding: 5px 13px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    background: #445d93;
  }

  .post-slide .post-content {
    padding: 30px;
    background-color: #F5F5F6;
  }

  .post-slide .post-title {
    margin: 0 0 15px 0;
  }

  .post-slide .post-title a {
    font-size: 90;
    font-weight: bold;
    color: #333;
    display: inline-block;
    transition: all 0.3s ease 0s;
  }

  .post-slide .post-title a:hover {
    text-decoration: none;
    color: #0d638f;
  }

  .post-slide .post-description {
    font-size: 14px;
    line-height: 22px;
    color: #444444;
    padding: 0 0 10px 0;
  }

  .post-slide .read-more {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    transition: color 0.20s linear;
  }

  .post-slide .read-more:hover {
    text-decoration: none;
    color: #FF8B3D;
  }

  .post-slide .read-more:after {
    content: "";
    position: absolute;
    width: 30%;
    display: block;
    border: 1px solid #445d93;
    transition: all 0.30s ease;
  }

  .post-slide .read-more:hover:after {
    width: 100%;
  }


  .faq-blcok {
    width: 100%;
    margin-left: 2%;
  }



  /* Style the tab */
  .tab {
    float: left;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 30%;
    height: 300px;
  }

  /* Style the buttons inside the tab */
  .tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
  }

  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #ddd;
  }

  /* Create an active/current "tab button" class */
  .tab button.active {
    background-color: #ccc;
  }

  /* Style the tab content */
  .tabcontent {
    float: left;
    padding: 0px 12px;
    border: 1px solid #ccc;
    width: 70%;
    border-left: none;
    height: 300px;
  }



  .accordion-block {
    width: 100%;
  }

  .accordion {
    width: 100%;
    margin: 0 auto;
  }

  .accordion-item {
    background-color: #FFFFFF;
  }

  .accordion-itemfaq {}

  .accordion a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: initial;
    width: auto;
    padding: 1rem 3rem 1rem 1rem;
    color: #333333;
    font-size: 90%;
    font-weight: 200;
    border-bottom: 1px solid #e5e5e5;

  }

  .accordion a:hover,
  .accordion a:hover::after {
    cursor: pointer;
    color: #333333;
  }

  .accordion a:hover::after {
    border: 1px solid #03b5d2;
  }

  .accordion a.active {
    color: #333333;
    border-bottom: 1px solid #e4e4e4;
  }



  .accordion h2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: inherit;
    width: auto;
    padding: 1rem 1rem 1rem 1rem;
    color: #333333;
    font-size: 90%;
    font-weight: 200;
    background-color: #F1F1F1;


  }

  .accordion h2:hover,
  .accordion h2:hover::after {
    cursor: pointer;
    color: #333333;
  }

  .accordion h2:hover::after {
    border: 1px solid #03b5d2;
  }

  .accordion h2.active {
    color: #333333;
  }



  .accordion .content {
    opacity: 0;
    padding: 0 1rem;
    max-height: 0;
    overflow: hidden;
    clear: both;
    -webkit-transition: all 0.2s ease 0.15s;
    -o-transition: all 0.2s ease 0.15s;
    transition: all 0.2s ease 0.15s;
  }

  .accordion .content p {
    font-size: 70%;
    font-weight: 100;
    color: #333;
  }


  .accordion .content.active {
    opacity: 1;
    padding: 1rem;
    max-height: 100%;
    -webkit-transition: all 0.35s ease 0.15s;
    -o-transition: all 0.35s ease 0.15s;
    transition: all 0.35s ease 0.15s;
  }

  .underline {
    content: '';
    position: relative;
    width: 150px;
    height: 2px;
    top: 15px;
    left: 0px;
    background: #d7d7d7 !important;
    margin: 0 auto;
    right: 0px;
    margin-bottom: 5%;
  }

  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive>.table {
    margin-bottom: 0;
  }

  .table-responsive>.table>thead>tr>th,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tfoot>tr>td {
    white-space: nowrap;
  }

  .table-responsive>.table-bordered {
    border: 0;
  }

  .table-responsive>.table-bordered>thead>tr>th:first-child,
  .table-responsive>.table-bordered>tbody>tr>th:first-child,
  .table-responsive>.table-bordered>tfoot>tr>th:first-child,
  .table-responsive>.table-bordered>thead>tr>td:first-child,
  .table-responsive>.table-bordered>tbody>tr>td:first-child,
  .table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
  }

  .table-responsive>.table-bordered>thead>tr>th:last-child,
  .table-responsive>.table-bordered>tbody>tr>th:last-child,
  .table-responsive>.table-bordered>tfoot>tr>th:last-child,
  .table-responsive>.table-bordered>thead>tr>td:last-child,
  .table-responsive>.table-bordered>tbody>tr>td:last-child,
  .table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
  }

  .table-responsive>.table-bordered>tbody>tr:last-child>th,
  .table-responsive>.table-bordered>tfoot>tr:last-child>th,
  .table-responsive>.table-bordered>tbody>tr:last-child>td,
  .table-responsive>.table-bordered>tfoot>tr:last-child>td {
    border-bottom: 0;
  }

  .table>thead>tr>th,
  .table>tbody>tr>th,
  .table>tfoot>tr>th,
  .table>thead>tr>td,
  .table>tbody>tr>td,
  .table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.8;
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-size: 80%;
  }

  .border-back {
    border-bottom: 1px solid #d7d7d7 !important;
    border-top: 1px solid #d7d7d7 !important;
    background: #f1f1f1;
    padding: 1%;

  }

  .border-backhead {
    border-bottom: 1px solid #d7d7d7 !important;
    border-top: 1px solid #d7d7d7 !important;
    padding: 2%;

  }

  table {
    border-spacing: 0;
    border-collapse: collapse;

  }

  .border-full {
    border: 1px solid #d7d7d7 !important;
  }


  ul.resp-tabs-list,
  p {
    margin: 0px;
    padding: 0px;
    font-size: 90%;
  }

  .resp-tabs-list li {
    font-weight: 200;
    display: inline-block;
    padding: 13px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    float: left;
    width: 90%;

  }

  .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
  }

  h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
  }

  .resp-tab-content {
    display: none;
    padding: 0px;
    width: 250px;
  }

  .resp-tab-active {
    border: 1px solid #5AB1D0 !important;
    border-bottom: none;
    margin-bottom: -1px !important;
    padding: 12px 14px 14px 14px !important;
    background: #445d93 !important;
    color: #FFFFFF;
  }

  .resp-tab-active {
    border-bottom: none;
    background-color: #fff;
  }

  .resp-content-active,
  .resp-accordion-active {
    display: block;
  }

  .resp-tab-content ul li {

    font-size: 90%;
    color: #676767;
    line-height: 1.5;
    font-weight: 100;

  }

  h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
  }

  h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
  }

  h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
  }

  /*-----------Vertical tabs-----------*/
  .resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 100%;
  }

  .resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 9px 6px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
    text-align: center;
  }

  .resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    float: left;
    width: 60%;
    min-height: auto;
    border-radius: 4px;
    clear: none;
  }

  .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: 9px 6px !important;
    border-top: 1px solid;
    margin-bottom: 12px !important;
    border-right: 1px #FFF solid !important;
    text-align: center;
  }

  .resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
  }

  h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
  }

  /*-----------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;*/
  }

  .flex-direction-nav li {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0;
  }

  .flex-direction-nav li:first-child {
    left: 0;
  }

  .flex-direction-nav li:last-child {
    right: 0;
  }

  .flex-direction-nav li a {
    display: block;
    height: 100%;
    width: 100%;

    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;

    transition: background-color 0.2s;
  }

  .flex-direction-nav li a::before,
  .flex-direction-nav li a::after {
    /* left and right arrows in css only */
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2px;
    height: 13px;
    background-color: white;
  }

  .flex-direction-nav li a::before {
    transform: translateY(-35px) rotate(45deg);
  }

  .flex-direction-nav li a::after {
    transform: translateY(-27px) rotate(-45deg);
  }

  .flex-direction-nav li:last-child a::before {
    transform: translateY(-35px) rotate(-45deg);
  }

  .flex-direction-nav li:last-child a::after {
    transform: translateY(-27px) rotate(45deg);
  }



  .footer {
    width: 100%;
    display: block;
  }

  .copyright-block1 {
    width: 60%;
  }

  .copyright-block2 {
    width: 30%;
  }

  .copyright {
    padding: 1%;
    /* float: right !important; */
    /* margin: 0 auto; */
    margin-left: 8%;
    /* float: none !important; */
    width: 80%;
    text-align: center;
  }

  .social {
    padding: 0%;
    /* float: right !important; */
    /* margin: 0 auto; */
    margin-left: 26%;
    float: left;
    margin-top: 0%;
  }

  .soc {
    margin-left: 8px !important;
  }
}

@media only screen and (min-width : 320px) and (max-width : 375px) {

  .wrapper {
    width: 100%;
    margin: 0 auto;
  }

  .block {
    width: 90%;
    padding-right: 2px;
    padding-left: 2px;
    margin-right: auto;
    margin-left: auto;
  }

  .top-header {
    background: #445d93;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .navbar {
    width: 100%;
    margin: 0 auto;
  }

  .logo {
    width: 50%;
    margin-left: 2%;
    margin-top: 4%;
  }

  .menu {
    width: 45%;
  }

  .number {
    width: 92%;
    padding: 4%;
    margin-left: 0%;
  }

  .number a {
    font-size: 90%;
    color: #000000;
    list-style: none;
    display: inline-block;
  }

  /*.hero-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 420px;
  }*/

  .hero-text {
    width: 91%;
    margin-left: 6%;
    margin-top: 5%;
    text-shadow: 3px 3px 0px #000;
  }

  .hero-text p {
    font-size: 140%;
    color: #FFFFFF;
  }

  .hero-text h1 {
    font-size: 140%;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: bold;
  }


  .form-box {
    width: 100%;
  }

  .form-container {
    position: relative;
    right: 0;
    margin: 20px;
    max-width: 300px;
    padding: 16px;
    background-color: white;
    border: #f1f1f1 solid 15px;
    float: right !important;
  }

  .form-container p {
    margin-bottom: 10% !important;
    margin-top: 2% !important;
  }

  /* Full-width input fields */
  input[type=text],
  input[type=email] {
    width: 95%;
    padding: 10px;
    margin: 0px 0 20px 0;
    border: none;
    border-bottom: #f1f1f1 solid 1px;
  }

  input[type=text]:focus,
  input[type=email]:focus {
    background-color: #f1f1f1;
    outline: none;
  }

  /* Set a style for the submit button */
  .btn {
    background-color: #445d93;
    color: white;
    padding: 12px 12px;
    border: none;
    cursor: pointer;
    /*width: 45%;*/
    opacity: 0.9;
    border-radius: 4px;
    margin-left: 2%;
  }

  .btn:hover {
    opacity: 1;
    color: #fff;
  }



  .textblock {
    width: 100%;
    margin: 0 auto;
  }

  .textblock h1 {
    font-size: 140%;
    color: #333333;
    font-weight: 200;
  }

  .textblock h2 {
    font-size: 120%;
    color: #333333;
    font-weight: 200;
    padding: 2%;
  }

  .textblock p {
    font-size: 90%;
    color: #333333;
    line-height: 1.8;
    padding: 2%;
  }

  .textblock hr {
    width: 30%;
  }

  .apply_box {
    width: 95%;
    padding: 2%;
  }

  .apply_box p {
    font-size: 90%;
    color: #333333;
    line-height: 1.8;
  }

  .steps {
    width: 100%;
    margin: 0 auto;
  }

  .why-choose {
    width: 100%;
  }

  .why-choose h1 {
    font-size: 140%;
    color: #333333;
    font-weight: 200;
  }

  .why-choose p {
    font-size: 90%;
    color: #333333;
    line-height: 1.8;
  }

  .why-choose-block {
    width: 46%;
    padding: 2%;
  }

  .chooseus-bg {
    background: #ebebeb;
    padding: 8%;
    color: #000;
    margin-left: auto;
    /*width:150px;
	height:150px;*/
  }

  .chooseus-bg .img-responsive {
    margin: 0 auto;
    padding-top: 15%;
  }

  .visit-block {
    width: 100%;
    padding: 2%;
  }

  .visit-box {
    background-color: #F1F1F1;
    height: 60px;
    margin-bottom: 4%;
  }

  .sidetab {
    width: 100%;
    display: block;
    height: 242px;
  }

  .embassy {
    margin-top: 5%;
  }

  .embassy address {
    margin-left: 25%;
  }



  .head1 {
    font-size: 160%;
    padding: 0%;
    padding-left: 5%;
    padding-top: 5%;
  }

  .head2 {
    font-size: 100%;
    padding: 0%;
    padding-left: 0%;
    padding-top: 5%;
  }

  .blog-block {
    width: 100%;
    height: 388px;
    margin: 0 auto;
  }

  .blog-text {
    width: 95%;
    margin-left: 4%;
    margin-right: 2%;
    margin-bottom: 10%;
  }

  .blog-text h5 {
    font-size: 140%;
    color: #333333;
    font-weight: 200;
    margin-bottom: 5%;
  }

  .blog-text h1 {
    font-size: 100%;
    color: #333333;
    font-weight: 400;
    margin-top: 6%;
    margin-bottom: 6%;
  }

  .blog-text p {
    font-size: 90%;
    color: #333333;
    line-height: 1.8;
  }



  .blog-img {
    width: 100%;
  }

  .blog-img1 {
    width: 100%;
    padding: 0%;
  }

  .blog-link {
    /*border:green solid 1px;*/
    margin-top: 6%;
    margin-left: 0%;
  }

  .blog-link li {
    background: #f1f1f1;
    border-bottom: #d7d7d7 solid 1px;
    height: 50px;
    list-style: none;
    margin-top: 10%;
  }


  .blog-link a {
    font-size: 90%;
    font-weight: 100;
    color: #333333;


  }


  .post-slide {
    margin: 0 0px;
    position: relative;
    background: #FFF;
  }

  .post-slide .post-img {
    position: relative;
    overflow: hidden;
  }

  .post-slide .post-img img {
    width: 100%;
    height: auto;
  }

  .post-slide .over-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, 0.6);
    transition: all 0.30s ease;
  }

  .post-slide:hover .over-layer {
    opacity: 1;
  }

  .post-slide .post-link {
    margin: 0;
    padding: 0;
    position: relative;
    top: 45%;
    text-align: center;
  }

  .post-slide .post-link li {
    display: inline-block;
    list-style: none;
    margin: -9px 0 0;
  }

  .post-slide .post-link li a {
    color: #FFF !important;
    font-size: 90%;
  }

  .post-slide .post-link li a:hover {
    color: #FF8B3D;
    text-decoration: none;
  }

  .post-slide .post-date {
    position: absolute;
    top: 10%;
    left: 4%;
  }

  .post-slide .date {
    display: inline-block;
    border-radius: 3px 0 0 3px;
    padding: 5px 10px;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background: #333;
    float: left;
  }

  .post-slide .month {
    display: inline-block;
    border-radius: 0 3px 3px 0;
    padding: 5px 13px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    background: #445d93;
  }

  .post-slide .post-content {
    padding: 30px;
    background-color: #F5F5F6;
  }

  .post-slide .post-title {
    margin: 0 0 15px 0;
  }

  .post-slide .post-title a {
    font-size: 90;
    font-weight: bold;
    color: #333;
    display: inline-block;
    transition: all 0.3s ease 0s;
  }

  .post-slide .post-title a:hover {
    text-decoration: none;
    color: #0d638f;
  }

  .post-slide .post-description {
    font-size: 14px;
    line-height: 22px;
    color: #444444;
    padding: 0 0 10px 0;
  }

  .post-slide .read-more {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    transition: color 0.20s linear;
  }

  .post-slide .read-more:hover {
    text-decoration: none;
    color: #FF8B3D;
  }

  .post-slide .read-more:after {
    content: "";
    position: absolute;
    width: 30%;
    display: block;
    border: 1px solid #445d93;
    transition: all 0.30s ease;
  }

  .post-slide .read-more:hover:after {
    width: 100%;
  }


  .faq-blcok {
    width: 100%;
    margin-left: 2%;
  }



  /* Style the tab */
  .tab {
    float: left;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 30%;
    height: 300px;
  }

  /* Style the buttons inside the tab */
  .tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
  }

  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #ddd;
  }

  /* Create an active/current "tab button" class */
  .tab button.active {
    background-color: #ccc;
  }

  /* Style the tab content */
  .tabcontent {
    float: left;
    padding: 0px 12px;
    border: 1px solid #ccc;
    width: 70%;
    border-left: none;
    height: 300px;
  }



  .accordion-block {
    width: 100%;
  }

  .accordion {
    width: 100%;
    margin: 0 auto;
  }

  .accordion-item {
    background-color: #FFFFFF;
  }

  .accordion-itemfaq {}

  .accordion a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: initial;
    width: auto;
    padding: 1rem 3rem 1rem 1rem;
    color: #333333;
    font-size: 90%;
    font-weight: 200;
    border-bottom: 1px solid #e5e5e5;

  }

  .accordion a:hover,
  .accordion a:hover::after {
    cursor: pointer;
    color: #333333;
  }

  .accordion a:hover::after {
    border: 1px solid #03b5d2;
  }

  .accordion a.active {
    color: #333333;
    border-bottom: 1px solid #e4e4e4;
  }



  .accordion h2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: inherit;
    width: auto;
    padding: 1rem 1rem 1rem 1rem;
    color: #333333;
    font-size: 90%;
    font-weight: 200;
    background-color: #F1F1F1;


  }

  .accordion h2:hover,
  .accordion h2:hover::after {
    cursor: pointer;
    color: #333333;
  }

  .accordion h2:hover::after {
    border: 1px solid #03b5d2;
  }

  .accordion h2.active {
    color: #333333;
  }



  .accordion .content {
    opacity: 0;
    padding: 0 1rem;
    max-height: 0;
    overflow: hidden;
    clear: both;
    -webkit-transition: all 0.2s ease 0.15s;
    -o-transition: all 0.2s ease 0.15s;
    transition: all 0.2s ease 0.15s;
  }

  .accordion .content p {
    font-size: 70%;
    font-weight: 100;
    color: #333;
  }


  .accordion .content.active {
    opacity: 1;
    padding: 1rem;
    max-height: 100%;
    -webkit-transition: all 0.35s ease 0.15s;
    -o-transition: all 0.35s ease 0.15s;
    transition: all 0.35s ease 0.15s;
  }

  .underline {
    content: '';
    position: relative;
    width: 150px;
    height: 2px;
    top: 15px;
    left: 0px;
    background: #d7d7d7 !important;
    margin: 0 auto;
    right: 0px;
    margin-bottom: 5%;
  }

  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive>.table {
    margin-bottom: 0;
  }

  .table-responsive>.table>thead>tr>th,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tfoot>tr>td {
    white-space: nowrap;
  }

  .table-responsive>.table-bordered {
    border: 0;
  }

  .table-responsive>.table-bordered>thead>tr>th:first-child,
  .table-responsive>.table-bordered>tbody>tr>th:first-child,
  .table-responsive>.table-bordered>tfoot>tr>th:first-child,
  .table-responsive>.table-bordered>thead>tr>td:first-child,
  .table-responsive>.table-bordered>tbody>tr>td:first-child,
  .table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
  }

  .table-responsive>.table-bordered>thead>tr>th:last-child,
  .table-responsive>.table-bordered>tbody>tr>th:last-child,
  .table-responsive>.table-bordered>tfoot>tr>th:last-child,
  .table-responsive>.table-bordered>thead>tr>td:last-child,
  .table-responsive>.table-bordered>tbody>tr>td:last-child,
  .table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
  }

  .table-responsive>.table-bordered>tbody>tr:last-child>th,
  .table-responsive>.table-bordered>tfoot>tr:last-child>th,
  .table-responsive>.table-bordered>tbody>tr:last-child>td,
  .table-responsive>.table-bordered>tfoot>tr:last-child>td {
    border-bottom: 0;
  }

  .table>thead>tr>th,
  .table>tbody>tr>th,
  .table>tfoot>tr>th,
  .table>thead>tr>td,
  .table>tbody>tr>td,
  .table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.8;
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-size: 80%;
  }

  .border-back {
    border-bottom: 1px solid #d7d7d7 !important;
    border-top: 1px solid #d7d7d7 !important;
    background: #f1f1f1;
    padding: 1%;

  }

  .border-backhead {
    border-bottom: 1px solid #d7d7d7 !important;
    border-top: 1px solid #d7d7d7 !important;
    padding: 2%;

  }

  table {
    border-spacing: 0;
    border-collapse: collapse;

  }

  .border-full {
    border: 1px solid #d7d7d7 !important;
  }


  ul.resp-tabs-list,
  p {
    margin: 0px;
    padding: 0px;
  }

  .resp-tabs-list li {
    font-weight: 200;
    display: inline-block;
    padding: 13px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    float: left;
    width: 90%;

  }

  .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
  }

  h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
  }

  .resp-tab-content {
    display: none;
    padding: 15px;
    width: 250px;
  }

  .resp-tab-active {
    border: 1px solid #5AB1D0 !important;
    border-bottom: none;
    margin-bottom: -1px !important;
    padding: 12px 14px 14px 14px !important;
    background: #445d93 !important;
    color: #FFFFFF;
  }

  .resp-tab-active {
    border-bottom: none;
    background-color: #fff;
  }

  .resp-content-active,
  .resp-accordion-active {
    display: block;
  }

  .resp-tab-content ul li {

    font-size: 100%;
    color: #676767;
    line-height: 2.5;
    font-weight: 100;

  }

  h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
  }

  h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
  }

  h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
  }

  /*-----------Vertical tabs-----------*/
  .resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 100%;
  }

  .resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 9px 6px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
    text-align: center;
  }

  .resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    float: left;
    width: 60%;
    min-height: auto;
    border-radius: 4px;
    clear: none;
  }

  .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: 9px 6px !important;
    border-top: 1px solid;
    margin-bottom: 12px !important;
    border-right: 1px #FFF solid !important;
    text-align: center;
  }

  .resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
  }

  h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
  }

  /*-----------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;*/
  }

  .flex-direction-nav li {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0;
  }

  .flex-direction-nav li:first-child {
    left: 0;
  }

  .flex-direction-nav li:last-child {
    right: 0;
  }

  .flex-direction-nav li a {
    display: block;
    height: 100%;
    width: 100%;

    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;

    transition: background-color 0.2s;
  }

  .flex-direction-nav li a::before,
  .flex-direction-nav li a::after {
    /* left and right arrows in css only */
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2px;
    height: 13px;
    background-color: white;
  }

  .flex-direction-nav li a::before {
    transform: translateY(-35px) rotate(45deg);
  }

  .flex-direction-nav li a::after {
    transform: translateY(-27px) rotate(-45deg);
  }

  .flex-direction-nav li:last-child a::before {
    transform: translateY(-35px) rotate(-45deg);
  }

  .flex-direction-nav li:last-child a::after {
    transform: translateY(-27px) rotate(45deg);
  }



  .footer {
    width: 100%;
    display: block;
  }

  .copyright-block1 {
    width: 60%;
  }

  .copyright-block2 {
    width: 30%;
  }

  .copyright {
    padding: 1%;
    /* float: right !important; */
    /* margin: 0 auto; */
    margin-left: 8%;
    /* float: none !important; */
    width: 80%;
    text-align: center;
  }

  .social {
    padding: 0%;
    /* float: right !important; */
    /* margin: 0 auto; */
    margin-left: 26%;
    float: left;
    margin-top: 0%;
  }

  .soc {
    margin-left: 8px !important;
  }

}


@media only screen and (min-width : 375px) and (max-width : 990px) {

  .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  

  .block {
    width: 90%;
    padding-right: 2px;
    padding-left: 2px;
    margin-right: auto;
    margin-left: auto;
  }

  .top-header {
    background: #445d93;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .navbar {
    width: 100%;
    margin: 0 auto;
  }

  .logo {
    width: 50%;
    margin-left: 2%;
  }

  .menu {
    width: 45%;
  }

  .number {
    width: 95%;
    padding: 3%;
    margin-left: 0%;
  }

  .number a {
    font-size: 90%;
    color: #000000;
    list-style: none;
    display: inline-block;
  }

  /*.hero-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 420px;
  }*/

  .hero-text {
    width: 91%;
    margin-left: 6%;
    margin-top: 5%;
    text-shadow: 3px 3px 0px #000;
  }

  .hero-text p {
    font-size: 140%;
    color: #FFFFFF;
  }

  .hero-text h1 {
    font-size: 140%;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: bold;
  }


  .form-box {
    width: 100%;
  }

  .form-container {
    position: relative;
    right: 0;
    margin: 20px;
    max-width: 300px;
    padding: 16px;
    background-color: white;
    border: #f1f1f1 solid 15px;
    float: right !important;
  }

  .form-container p {
    margin-bottom: 10% !important;
    margin-top: 2% !important;
  }

  /* Full-width input fields */
  input[type=text],
  input[type=email] {
    width: 95%;
    padding: 10px;
    margin: 0px 0 20px 0;
    border: none;
    border-bottom: #f1f1f1 solid 1px;
  }

  input[type=text]:focus,
  input[type=email]:focus {
    background-color: #f1f1f1;
    outline: none;
  }

  /* Set a style for the submit button */
  .btn {
    background-color: #445d93;
    color: white;
    padding: 12px 12px;
    border: none;
    cursor: pointer;
    /*width: 45%;*/
    opacity: 0.9;
    border-radius: 4px;
    margin-left: 2%;
  }

  .btn:hover {
    opacity: 1;
    color: #fff;
  }



  .textblock {
    width: 100%;
    margin: 0 auto;
  }

  .textblock h1 {
    font-size: 140%;
    color: #333333;
    font-weight: 200;
  }

  .textblock h2 {
    font-size: 120%;
    color: #333333;
    font-weight: 200;
    padding: 2%;
  }

  .textblock p {
    font-size: 90%;
    color: #333333;
    line-height: 1.8;
    padding: 2%;
  }

  .textblock hr {
    width: 30%;
  }

  .apply_box {
    width: 95%;
    padding: 2%;
  }

  .apply_box p {
    font-size: 90%;
    color: #333333;
    line-height: 1.8;
  }

  .steps {
    width: 100%;
    margin: 0 auto;
  }

  .why-choose {
    width: 100%;
  }

  .why-choose h1 {
    font-size: 140%;
    color: #333333;
    font-weight: 200;
  }

  .why-choose p {
    font-size: 90%;
    color: #333333;
    line-height: 1.8;
  }

  .why-choose-block {
    width: 46%;
    padding: 2%;
  }

  .chooseus-bg {
    background: #ebebeb;
    padding: 8%;
    color: #000;
    margin-left: auto;
    /*width:150px;
	height:150px;*/
  }

  .chooseus-bg .img-responsive {
    margin: 0 auto;
    padding-top: 15%;
  }

  .visit-block {
    width: 100%;
    padding: 0%;
  }

  .visit-box {
    background-color: #F1F1F1;
    height: 60px;
    margin-bottom: 4%;
  }

  .sidetab {
    width: 100%;
    display: block;
    height: 242px;
  }

  .embassy {
    margin-top: 5%;
  }

  .embassy address {
    margin-left: 13%;
  }

  .embassy h3 {
    margin-left: 0%
  }

  address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.8;
    font-style: normal;
    font-size: 90%;

  }

  .head1 {
    font-size: 180%;
    padding: 0%;
    padding-left: 3%;
    padding-top: 2%;
  }

  .head2 {
    font-size: 120%;
    padding: 0%;
    padding-left: 0%;
    padding-top: 3%;
  }

  .blog-block {
    width: 100%;
    height: 490px;
    margin: 0 auto;
  }

  .blog-text {
    width: 95%;
    margin-left: 4%;
    margin-right: 2%;
    margin-bottom: 10%;
  }

  .blog-text h5 {
    font-size: 140%;
    color: #333333;
    font-weight: 200;
    margin-bottom: 5%;
  }

  .blog-text h1 {
    font-size: 100%;
    color: #333333;
    font-weight: 400;
    margin-top: 6%;
    margin-bottom: 2%;
  }

  .blog-text p {
    font-size: 90%;
    color: #333333;
    line-height: 1.8;
  }



  .blog-img {
    width: 100%;
  }

  .blog-img1 {
    width: 95%;
    padding: 2%;
  }

  .blog-link {
    /*border:green solid 1px;*/
    margin-top: 15%;
    margin-left: 0%;
  }

  .blog-link li {
    background: #f1f1f1;
    border-bottom: #d7d7d7 solid 1px;
    height: 50px;
    list-style: none;
    margin-top: 10%;
  }


  .blog-link a {
    font-size: 100%;
    font-weight: 100;
    color: #333333;


  }


  .post-slide {
    margin: 0 15px;
    position: relative;
    background: #FFF;
  }

  .post-slide .post-img {
    position: relative;
    overflow: hidden;
  }

  .post-slide .post-img img {
    width: 100%;
    height: auto;
  }

  .post-slide .over-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, 0.6);
    transition: all 0.30s ease;
  }

  .post-slide:hover .over-layer {
    opacity: 1;
  }

  .post-slide .post-link {
    margin: 0;
    padding: 0;
    position: relative;
    top: 45%;
    text-align: center;
  }

  .post-slide .post-link li {
    display: inline-block;
    list-style: none;
    margin: -9px 0 0;
  }

  .post-slide .post-link li a {
    color: #FFF !important;
    font-size: 39px;
  }

  .post-slide .post-link li a:hover {
    color: #FF8B3D;
    text-decoration: none;
  }

  .post-slide .post-date {
    position: absolute;
    top: 10%;
    left: 4%;
  }

  .post-slide .date {
    display: inline-block;
    border-radius: 3px 0 0 3px;
    padding: 5px 10px;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background: #333;
    float: left;
  }

  .post-slide .month {
    display: inline-block;
    border-radius: 0 3px 3px 0;
    padding: 5px 13px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    background: #445d93;
  }

  .post-slide .post-content {
    padding: 30px;
    background-color: #F5F5F6;
  }

  .post-slide .post-title {
    margin: 0 0 15px 0;
  }

  .post-slide .post-title a {
    font-size: 90%;
    font-weight: bold;
    color: #333;
    display: inline-block;
    transition: all 0.3s ease 0s;
  }

  .post-slide .post-title a:hover {
    text-decoration: none;
    color: #0d638f;
  }

  .post-slide .post-description {
    font-size: 14px;
    line-height: 22px;
    color: #444444;
    padding: 0 0 10px 0;
  }

  .post-slide .read-more {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    transition: color 0.20s linear;
  }

  .post-slide .read-more:hover {
    text-decoration: none;
    color: #FF8B3D;
  }

  .post-slide .read-more:after {
    content: "";
    position: absolute;
    width: 30%;
    display: block;
    border: 1px solid #445d93;
    transition: all 0.30s ease;
  }

  .post-slide .read-more:hover:after {
    width: 100%;
  }


  .faq-blcok {
    width: 100%;
    margin-left: 2%;
  }



  /* Style the tab */
  .tab {
    float: left;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 30%;
    height: 300px;
  }

  /* Style the buttons inside the tab */
  .tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
  }

  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #ddd;
  }

  /* Create an active/current "tab button" class */
  .tab button.active {
    background-color: #ccc;
  }

  /* Style the tab content */
  .tabcontent {
    float: left;
    padding: 0px 12px;
    border: 1px solid #ccc;
    width: 70%;
    border-left: none;
    height: 300px;
  }



  .accordion-block {
    width: 100%;
  }

  .accordion {
    width: 100%;
    margin: 0 auto;
  }

  .accordion-item {
    background-color: #FFFFFF;
  }

  .accordion-itemfaq {}

  .accordion a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: initial;
    width: auto;
    padding: 1rem 3rem 1rem 1rem;
    color: #333333;
    font-size: 90%;
    font-weight: 200;
    border-bottom: 1px solid #e5e5e5;

  }

  .accordion a:hover,
  .accordion a:hover::after {
    cursor: pointer;
    color: #333333;
  }

  .accordion a:hover::after {
    border: 1px solid #03b5d2;
  }

  .accordion a.active {
    color: #333333;
    border-bottom: 1px solid #e4e4e4;
  }



  .accordion h2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: inherit;
    width: auto;
    padding: 1rem 3rem 1rem 1rem;
    color: #333333;
    font-size: 100%;
    font-weight: 200;
    background-color: #F1F1F1;


  }

  .accordion h2:hover,
  .accordion h2:hover::after {
    cursor: pointer;
    color: #333333;
  }

  .accordion h2:hover::after {
    border: 1px solid #03b5d2;
  }

  .accordion h2.active {
    color: #333333;
  }



  .accordion .content {
    opacity: 0;
    padding: 0 1rem;
    max-height: 0;
    overflow: hidden;
    clear: both;
    -webkit-transition: all 0.2s ease 0.15s;
    -o-transition: all 0.2s ease 0.15s;
    transition: all 0.2s ease 0.15s;
  }

  .accordion .content p {
    font-size: 70%;
    font-weight: 100;
    color: #333;
  }


  .accordion .content.active {
    opacity: 1;
    padding: 1rem;
    max-height: 100%;
    -webkit-transition: all 0.35s ease 0.15s;
    -o-transition: all 0.35s ease 0.15s;
    transition: all 0.35s ease 0.15s;
  }

  .underline {
    content: '';
    position: relative;
    width: 150px;
    height: 2px;
    top: 15px;
    left: 0px;
    background: #d7d7d7 !important;
    margin: 0 auto;
    right: 0px;
    margin-bottom: 5%;
  }

  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive>.table {
    margin-bottom: 0;
  }

  .table-responsive>.table>thead>tr>th,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tfoot>tr>td {
    white-space: nowrap;
  }

  .table-responsive>.table-bordered {
    border: 0;
  }

  .table-responsive>.table-bordered>thead>tr>th:first-child,
  .table-responsive>.table-bordered>tbody>tr>th:first-child,
  .table-responsive>.table-bordered>tfoot>tr>th:first-child,
  .table-responsive>.table-bordered>thead>tr>td:first-child,
  .table-responsive>.table-bordered>tbody>tr>td:first-child,
  .table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
  }

  .table-responsive>.table-bordered>thead>tr>th:last-child,
  .table-responsive>.table-bordered>tbody>tr>th:last-child,
  .table-responsive>.table-bordered>tfoot>tr>th:last-child,
  .table-responsive>.table-bordered>thead>tr>td:last-child,
  .table-responsive>.table-bordered>tbody>tr>td:last-child,
  .table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
  }

  .table-responsive>.table-bordered>tbody>tr:last-child>th,
  .table-responsive>.table-bordered>tfoot>tr:last-child>th,
  .table-responsive>.table-bordered>tbody>tr:last-child>td,
  .table-responsive>.table-bordered>tfoot>tr:last-child>td {
    border-bottom: 0;
  }

  .table>thead>tr>th,
  .table>tbody>tr>th,
  .table>tfoot>tr>th,
  .table>thead>tr>td,
  .table>tbody>tr>td,
  .table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.8;
    vertical-align: top;
    border-top: 1px solid #ddd;
  }

  .border-back {
    border-bottom: 1px solid #d7d7d7 !important;
    border-top: 1px solid #d7d7d7 !important;
    background: #f1f1f1;
    padding: 1%;

  }

  .border-backhead {
    border-bottom: 1px solid #d7d7d7 !important;
    border-top: 1px solid #d7d7d7 !important;
    padding: 2%;

  }

  table {
    border-spacing: 0;
    border-collapse: collapse;

  }

  .border-full {
    border: 1px solid #d7d7d7 !important;
  }


  ul.resp-tabs-list,
  p {
    margin: 0px;
    padding: 0px;
  }

  .resp-tabs-list li {
    font-weight: 200;
    display: inline-block;
    padding: 13px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    float: left;
    width: 90%;

  }

  .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
  }

  h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
  }

  .resp-tab-content {
    display: none;
    padding: 15px;
  }

  .resp-tab-active {
    border: 1px solid #5AB1D0 !important;
    border-bottom: none;
    margin-bottom: -1px !important;
    padding: 12px 14px 14px 14px !important;
    background: #445d93 !important;
    color: #FFFFFF;
  }

  .resp-tab-active {
    border-bottom: none;
    background-color: #fff;
  }

  .resp-content-active,
  .resp-accordion-active {
    display: block;
  }

  .resp-tab-content ul li {

    font-size: 100%;
    color: #676767;
    line-height: 2.5;
    font-weight: 100;

  }

  h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
  }

  h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
  }

  h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
  }

  /*-----------Vertical tabs-----------*/
  .resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 35%;
  }

  .resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 9px 6px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
    text-align: center;
  }

  .resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    float: left;
    width: 60%;
    min-height: auto;
    border-radius: 4px;
    clear: none;
  }

  .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: 9px 6px !important;
    border-top: 1px solid;
    margin-bottom: 12px !important;
    border-right: 1px #FFF solid !important;
    text-align: center;
  }

  .resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
  }

  h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
  }

  /*-----------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;*/
  }

  .flex-direction-nav li {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0;
  }

  .flex-direction-nav li:first-child {
    left: 0;
  }

  .flex-direction-nav li:last-child {
    right: 0;
  }

  .flex-direction-nav li a {
    display: block;
    height: 100%;
    width: 100%;

    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;

    transition: background-color 0.2s;
  }

  .flex-direction-nav li a::before,
  .flex-direction-nav li a::after {
    /* left and right arrows in css only */
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2px;
    height: 13px;
    background-color: white;
  }

  .flex-direction-nav li a::before {
    transform: translateY(-35px) rotate(45deg);
  }

  .flex-direction-nav li a::after {
    transform: translateY(-27px) rotate(-45deg);
  }

  .flex-direction-nav li:last-child a::before {
    transform: translateY(-35px) rotate(-45deg);
  }

  .flex-direction-nav li:last-child a::after {
    transform: translateY(-27px) rotate(45deg);
  }



  .footer {
    width: 100%;
    display: block;
  }

  .copyright-block1 {
    width: 60%;
  }

  .copyright-block2 {
    width: 30%;
  }

  .copyright {
    padding: 1%;
    /* float: right !important; */
    /* margin: 0 auto; */
    margin-left: 8%;
    /* float: none !important; */
    width: 80%;
    text-align: center;
  }

  .social {
    padding: 0%;
    /* float: right !important; */
    /* margin: 0 auto; */
    margin-left: 26%;
    float: left;
    margin-top: 0%;
  }

  .soc {
    margin-left: 8px !important;
  }

}


@media only screen and (min-width : 375px) and (max-width : 990px) and (orientation : landscape) {

  .wrapper {
    width: 100%;
    margin: 0 auto;
  }

  .block {
    width: 90%;
    padding-right: 2px;
    padding-left: 2px;
    margin-right: auto;
    margin-left: auto;
  }

  .top-header {
    background: #445d93;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .navbar {
    width: 100%;
    margin: 0 auto;
  }

  .logo {
    width: 50%;
    margin-left: 2%;
  }

  .menu {
    width: 45%;
  }

  .number {
    width: 95%;
    padding: 3%;
  }

  .number a {
    font-size: 100%;
    color: #000000;
    list-style: none;
    display: inline-block;
  }

  /*.hero-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 420px;
  }*/

  .hero-text {
    width: 91%;
    margin-left: 6%;
    margin-top: 5%;
    text-shadow: 3px 3px 0px #000;
  }

  .hero-text p {
    font-size: 140%;
    color: #FFFFFF;
  }

  .hero-text h1 {
    font-size: 160%;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: bold;
  }


  .form-box {
    width: 100%;
  }

  .form-container {
    position: relative;
    right: 0;
    margin: 20px;
    max-width: 300px;
    padding: 16px;
    background-color: white;
    border: #f1f1f1 solid 15px;
    float: right !important;
  }

  .form-container p {
    margin-bottom: 10% !important;
    margin-top: 2% !important;
  }

  /* Full-width input fields */
  input[type=text],
  input[type=email] {
    width: 95%;
    padding: 10px;
    margin: 0px 0 20px 0;
    border: none;
    border-bottom: #f1f1f1 solid 1px;
  }

  input[type=text]:focus,
  input[type=email]:focus {
    background-color: #f1f1f1;
    outline: none;
  }

  /* Set a style for the submit button */
  .btn {
    background-color: #445d93;
    color: white;
    padding: 12px 12px;
    border: none;
    cursor: pointer;
    /*width: 45%;*/
    opacity: 0.9;
    border-radius: 4px;
    margin-left: 2%;
  }

  .btn:hover {
    opacity: 1;
    color: #fff;
  }



  .textblock {
    width: 100%;
    margin: 0 auto;
  }

  .textblock h1 {
    font-size: 160%;
    color: #333333;
    font-weight: 200;
  }

  .textblock h2 {
    font-size: 140%;
    color: #333333;
    font-weight: 200;
    padding: 2%;
  }

  .textblock p {
    font-size: 100%;
    color: #333333;
    line-height: 1.8;
    padding: 2%;
  }

  .textblock hr {
    width: 30%;
  }

  .apply_box {
    width: 95%;
    padding: 2%;
  }

  .apply_box p {
    font-size: 100%;
    color: #333333;
    line-height: 1.8;
  }

  .steps {
    width: 100%;
    margin: 0 auto;
  }

  .why-choose {
    width: 100%;
  }

  .why-choose h1 {
    font-size: 220%;
    color: #333333;
    font-weight: 200;
  }

  .why-choose p {
    font-size: 100%;
    color: #333333;
    line-height: 1.8;
  }

  .why-choose-block {
    width: 46%;
    padding: 2%;
  }

  .chooseus-bg {
    background: #ebebeb;
    padding: 8%;
    color: #000;
    margin-left: auto;
    /*width:150px;
	height:150px;*/
  }

  .chooseus-bg .img-responsive {
    margin: 0 auto;
    padding-top: 15%;
  }

  .visit-block {
    width: 100%;
    padding: 2%;
  }

  .visit-box {
    background-color: #F1F1F1;
    height: 60px;
    margin-bottom: 4%;
  }

  .sidetab {
    width: 100%;
    display: block;
    height: 242px;
  }

  .embassy {
    margin-top: 5%;
  }

  .embassy address {
    margin-left: 25%;
  }

  .embassy h3 {
    margin-left: 25%
  }

  address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.8;
    font-style: normal;
    font-size: 100%;

  }

  .head1 {
    font-size: 180%;
    padding: 0%;
    padding-left: 3%;
    padding-top: 2%;
  }

  .head2 {
    font-size: 120%;
    padding: 0%;
    padding-left: 0%;
    padding-top: 3%;
  }

  .blog-block {
    width: 100%;
    height: 490px;
    margin: 0 auto;
  }

  .blog-text {
    width: 95%;
    margin-left: 4%;
    margin-right: 2%;
  }

  .blog-text h5 {
    font-size: 100%;
    color: #333333;
    font-weight: 200;
  }

  .blog-text h1 {
    font-size: 220%;
    color: #333333;
    font-weight: 400;
  }

  .blog-text p {
    font-size: 100%;
    color: #333333;
    line-height: 1.8;
  }



  .blog-img {
    width: 100%;
  }

  .blog-img1 {
    width: 95%;
    padding: 2%;
  }

  .blog-link {
    /*border:green solid 1px;*/
    margin-top: 15%;
    margin-left: 8%;
  }

  .blog-link li {
    background: #f1f1f1;
    border-bottom: #d7d7d7 solid 1px;
    height: 50px;
    list-style: none;
    margin-top: 10%;
  }


  .blog-link a {
    font-size: 100%;
    font-weight: 100;
    color: #333333;


  }


  .post-slide {
    margin: 0 15px;
    position: relative;
    background: #FFF;
  }

  .post-slide .post-img {
    position: relative;
    overflow: hidden;
  }

  .post-slide .post-img img {
    width: 100%;
    height: auto;
  }

  .post-slide .over-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, 0.6);
    transition: all 0.30s ease;
  }

  .post-slide:hover .over-layer {
    opacity: 1;
  }

  .post-slide .post-link {
    margin: 0;
    padding: 0;
    position: relative;
    top: 45%;
    text-align: center;
  }

  .post-slide .post-link li {
    display: inline-block;
    list-style: none;
    margin: -9px 0 0;
  }

  .post-slide .post-link li a {
    color: #FFF !important;
    font-size: 39px;
  }

  .post-slide .post-link li a:hover {
    color: #FF8B3D;
    text-decoration: none;
  }

  .post-slide .post-date {
    position: absolute;
    top: 10%;
    left: 4%;
  }

  .post-slide .date {
    display: inline-block;
    border-radius: 3px 0 0 3px;
    padding: 5px 10px;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background: #333;
    float: left;
  }

  .post-slide .month {
    display: inline-block;
    border-radius: 0 3px 3px 0;
    padding: 5px 13px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    background: #445d93;
  }

  .post-slide .post-content {
    padding: 30px;
    background-color: #F5F5F6;
  }

  .post-slide .post-title {
    margin: 0 0 15px 0;
  }

  .post-slide .post-title a {
    font-size: 90%;
    font-weight: bold;
    color: #333;
    display: inline-block;
    transition: all 0.3s ease 0s;
  }

  .post-slide .post-title a:hover {
    text-decoration: none;
    color: #0d638f;
  }

  .post-slide .post-description {
    font-size: 14px;
    line-height: 22px;
    color: #444444;
    padding: 0 0 10px 0;
  }

  .post-slide .read-more {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    transition: color 0.20s linear;
  }

  .post-slide .read-more:hover {
    text-decoration: none;
    color: #FF8B3D;
  }

  .post-slide .read-more:after {
    content: "";
    position: absolute;
    width: 30%;
    display: block;
    border: 1px solid #445d93;
    transition: all 0.30s ease;
  }

  .post-slide .read-more:hover:after {
    width: 100%;
  }


  .faq-blcok {
    width: 100%;
    margin-left: 2%;
  }



  /* Style the tab */
  .tab {
    float: left;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 30%;
    height: 300px;
  }

  /* Style the buttons inside the tab */
  .tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
  }

  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #ddd;
  }

  /* Create an active/current "tab button" class */
  .tab button.active {
    background-color: #ccc;
  }

  /* Style the tab content */
  .tabcontent {
    float: left;
    padding: 0px 12px;
    border: 1px solid #ccc;
    width: 70%;
    border-left: none;
    height: 300px;
  }



  .accordion-block {
    width: 100%;
  }

  .accordion {
    width: 100%;
    margin: 0 auto;
  }

  .accordion-item {
    background-color: #FFFFFF;
  }

  .accordion-itemfaq {}

  .accordion a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: initial;
    width: auto;
    padding: 1rem 3rem 1rem 1rem;
    color: #333333;
    font-size: 100%;
    font-weight: 200;
    border-bottom: 1px solid #e5e5e5;

  }

  .accordion a:hover,
  .accordion a:hover::after {
    cursor: pointer;
    color: #333333;
  }

  .accordion a:hover::after {
    border: 1px solid #03b5d2;
  }

  .accordion a.active {
    color: #333333;
    border-bottom: 1px solid #e4e4e4;
  }



  .accordion h2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: inherit;
    width: auto;
    padding: 1rem 3rem 1rem 1rem;
    color: #333333;
    font-size: 100%;
    font-weight: 200;
    background-color: #F1F1F1;


  }

  .accordion h2:hover,
  .accordion h2:hover::after {
    cursor: pointer;
    color: #333333;
  }

  .accordion h2:hover::after {
    border: 1px solid #03b5d2;
  }

  .accordion h2.active {
    color: #333333;
  }



  .accordion .content {
    opacity: 0;
    padding: 0 1rem;
    max-height: 0;
    overflow: hidden;
    clear: both;
    -webkit-transition: all 0.2s ease 0.15s;
    -o-transition: all 0.2s ease 0.15s;
    transition: all 0.2s ease 0.15s;
  }

  .accordion .content p {
    font-size: 70%;
    font-weight: 100;
    color: #333;
  }


  .accordion .content.active {
    opacity: 1;
    padding: 1rem;
    max-height: 100%;
    -webkit-transition: all 0.35s ease 0.15s;
    -o-transition: all 0.35s ease 0.15s;
    transition: all 0.35s ease 0.15s;
  }

  .underline {
    content: '';
    position: relative;
    width: 150px;
    height: 2px;
    top: 15px;
    left: 0px;
    background: #d7d7d7 !important;
    margin: 0 auto;
    right: 0px;
    margin-bottom: 5%;
  }

  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive>.table {
    margin-bottom: 0;
  }

  .table-responsive>.table>thead>tr>th,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tfoot>tr>td {
    white-space: nowrap;
  }

  .table-responsive>.table-bordered {
    border: 0;
  }

  .table-responsive>.table-bordered>thead>tr>th:first-child,
  .table-responsive>.table-bordered>tbody>tr>th:first-child,
  .table-responsive>.table-bordered>tfoot>tr>th:first-child,
  .table-responsive>.table-bordered>thead>tr>td:first-child,
  .table-responsive>.table-bordered>tbody>tr>td:first-child,
  .table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
  }

  .table-responsive>.table-bordered>thead>tr>th:last-child,
  .table-responsive>.table-bordered>tbody>tr>th:last-child,
  .table-responsive>.table-bordered>tfoot>tr>th:last-child,
  .table-responsive>.table-bordered>thead>tr>td:last-child,
  .table-responsive>.table-bordered>tbody>tr>td:last-child,
  .table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
  }

  .table-responsive>.table-bordered>tbody>tr:last-child>th,
  .table-responsive>.table-bordered>tfoot>tr:last-child>th,
  .table-responsive>.table-bordered>tbody>tr:last-child>td,
  .table-responsive>.table-bordered>tfoot>tr:last-child>td {
    border-bottom: 0;
  }

  .table>thead>tr>th,
  .table>tbody>tr>th,
  .table>tfoot>tr>th,
  .table>thead>tr>td,
  .table>tbody>tr>td,
  .table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.8;
    vertical-align: top;
    border-top: 1px solid #ddd;
  }

  .border-back {
    border-bottom: 1px solid #d7d7d7 !important;
    border-top: 1px solid #d7d7d7 !important;
    background: #f1f1f1;
    padding: 1%;

  }

  .border-backhead {
    border-bottom: 1px solid #d7d7d7 !important;
    border-top: 1px solid #d7d7d7 !important;
    padding: 2%;

  }

  table {
    border-spacing: 0;
    border-collapse: collapse;

  }

  .border-full {
    border: 1px solid #d7d7d7 !important;
  }


  ul.resp-tabs-list,
  p {
    margin: 0px;
    padding: 0px;
  }

  .resp-tabs-list li {
    font-weight: 200;
    display: inline-block;
    padding: 13px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    float: left;
    width: 90%;

  }

  .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
  }

  h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
  }

  .resp-tab-content {
    display: none;
    padding: 15px;
  }

  .resp-tab-active {
    border: 1px solid #5AB1D0 !important;
    border-bottom: none;
    margin-bottom: -1px !important;
    padding: 12px 14px 14px 14px !important;
    background: #445d93 !important;
    color: #FFFFFF;
  }

  .resp-tab-active {
    border-bottom: none;
    background-color: #fff;
  }

  .resp-content-active,
  .resp-accordion-active {
    display: block;
  }

  .resp-tab-content ul li {

    font-size: 100%;
    color: #676767;
    line-height: 2.5;
    font-weight: 100;

  }

  h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
  }

  h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
  }

  h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
  }

  /*-----------Vertical tabs-----------*/
  .resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 35%;
  }

  .resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 9px 6px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
    text-align: center;
  }

  .resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    float: left;
    width: 60%;
    min-height: auto;
    border-radius: 4px;
    clear: none;
  }

  .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: 9px 6px !important;
    border-top: 1px solid;
    margin-bottom: 12px !important;
    border-right: 1px #FFF solid !important;
    text-align: center;
  }

  .resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
  }

  h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
  }

  /*-----------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;*/
  }

  .flex-direction-nav li {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0;
  }

  .flex-direction-nav li:first-child {
    left: 0;
  }

  .flex-direction-nav li:last-child {
    right: 0;
  }

  .flex-direction-nav li a {
    display: block;
    height: 100%;
    width: 100%;

    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;

    transition: background-color 0.2s;
  }

  .flex-direction-nav li a::before,
  .flex-direction-nav li a::after {
    /* left and right arrows in css only */
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2px;
    height: 13px;
    background-color: white;
  }

  .flex-direction-nav li a::before {
    transform: translateY(-35px) rotate(45deg);
  }

  .flex-direction-nav li a::after {
    transform: translateY(-27px) rotate(-45deg);
  }

  .flex-direction-nav li:last-child a::before {
    transform: translateY(-35px) rotate(-45deg);
  }

  .flex-direction-nav li:last-child a::after {
    transform: translateY(-27px) rotate(45deg);
  }



  .footer {
    width: 100%;
    display: block;
  }

  .copyright-block1 {
    width: 60%;
  }

  .copyright-block2 {
    width: 30%;
  }

  .copyright {
    padding: 1%;
    /* float: right !important; */
    /* margin: 0 auto; */
    margin-left: 8%;
    /* float: none !important; */
    width: 80%;
    text-align: center;
  }

  .social {
    padding: 0%;
    /* float: right !important; */
    /* margin: 0 auto; */
    margin-left: 26%;
    float: left;
    margin-top: 0%;
  }

  .soc {
    margin-left: 8px !important;
  }

}



@media only screen and (min-device-width : 768px) and (max-width: 991px) {

  .wrapper {
    width: 100%;
    margin: 0 auto;
  }

  .block {
    width: 90%;
    padding-right: 2px;
    padding-left: 2px;
    margin-right: auto;
    margin-left: auto;
  }

  .top-header {
    background: #445d93;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .navbar {
    width: 100%;
    margin: 0 auto;
  }

  .logo {
    width: 19%;
    margin-left: 2%;
    margin-top: 2%;
  }

  .menu {
    width: 77%;
  }

  .number {
    width: 46%;
    padding: 3%;
    margin-left: 22%;
  }

  .number a {
    font-size: 100%;
    color: #000000;
    list-style: none;
    display: inline-block;
  }

  /*.hero-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 420px;
  }*/

  .hero-text {
    width: 42%;
    margin-left: 6%;
    margin-top: 5%;
    text-shadow: 3px 3px 0px #000;
  }

  .hero-text p {
    font-size: 140%;
    color: #FFFFFF;
  }

  .hero-text h1 {
    font-size: 160%;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: bold;
  }


  .form-box {
    width: 51%;
  }

  .form-container {
    position: relative;
    right: 0;
    margin: 20px;
    max-width: 300px;
    padding: 16px;
    background-color: white;
    border: #f1f1f1 solid 15px;
    float: right !important;
  }

  .form-container p {
    margin-bottom: 10% !important;
    margin-top: 2% !important;
  }

  /* Full-width input fields */
  input[type=text],
  input[type=email] {
    width: 95%;
    padding: 10px;
    margin: 0px 0 20px 0;
    border: none;
    border-bottom: #f1f1f1 solid 1px;
  }

  input[type=text]:focus,
  input[type=email]:focus {
    background-color: #f1f1f1;
    outline: none;
  }

  /* Set a style for the submit button */
  .btn {
    background-color: #445d93;
    color: white;
    padding: 12px 12px;
    border: none;
    cursor: pointer;
    /*width: 45%;*/
    opacity: 0.9;
    border-radius: 4px;
    margin-left: 2%;
  }

  .btn:hover {
    opacity: 1;
    color: #fff;
  }



  .textblock {
    width: 100%;
    margin: 0 auto;
  }

  .textblock h1 {
    font-size: 140%;
    color: #333333;
    font-weight: 200;
  }

  .textblock h2 {
    font-size: 140%;
    color: #333333;
    font-weight: 200;
    padding: 2%;
  }

  .textblock p {
    font-size: 90%;
    color: #333333;
    line-height: 1.8;
    padding: 2%;
  }

  .textblock hr {
    width: 30%;
  }

  .apply_box {
    width: 45%;
    padding: 2%;
  }

  .apply_box p {
    font-size: 90%;
    color: #333333;
    line-height: 1.8;
  }

  .steps {
    width: 100%;
    margin: 0 auto;
  }

  .why-choose {
    width: 100%;
  }

  .why-choose h1 {
    font-size: 140%;
    color: #333333;
    font-weight: 200;
  }

  .why-choose p {
    font-size: 90%;
    color: #333333;
    line-height: 1.8;
  }

  .why-choose-block {
    width: 46%;
    padding: 2%;
  }

  .chooseus-bg {
    background: #ebebeb;
    padding: 8%;
    color: #000;
    margin-left: auto;
    /*width:150px;
	height:150px;*/
  }

  .chooseus-bg .img-responsive {
    margin: 0 auto;
    padding-top: 15%;
  }

  .visit-block {
    width: 100%;
    padding: 0%;
  }

  .visit-box {
    background-color: #F1F1F1;
    height: 60px;
    margin-bottom: 4%;
  }

  .sidetab {
    width: 100%;
    display: block;
    height: 175px;
  }

  .embassy {
    margin-top: 5%;
  }

  .embassy address {
    margin-left: 25%;
  }

  .embassy h3 {
    margin-left: 25%
  }

  address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.8;
    font-style: normal;
    font-size: 100%;

  }

  .head1 {
    font-size: 140%;
    padding: 0%;
    padding-left: 3%;
    padding-top: 2%;
  }

  .head2 {
    font-size: 120%;
    padding: 0%;
    padding-left: 0%;
    padding-top: 3%;
  }

  .blog-block {
    width: 100%;
    height: 410px;
    margin: 0 auto;
  }

  .blog-text {
    width: 95%;
    margin-left: 4%;
    margin-right: 2%;
  }

  .blog-text h5 {
    font-size: 140%;
    color: #333333;
    font-weight: 200;
  }

  .blog-text h1 {
    font-size: 120%;
    color: #333333;
    font-weight: 400;
  }

  .blog-text p {
    font-size: 100%;
    color: #333333;
    line-height: 1.8;
  }



  .blog-img {
    width: 100%;
  }

  .blog-img1 {
    width: 100%;
    padding: 0%;
  }

  .blog-link {
    /*border:green solid 1px;*/
    margin-top: 5%;
    margin-left: 0%;
  }

  .blog-link li {
    background: #f1f1f1;
    border-bottom: #d7d7d7 solid 1px;
    height: 39px;
    list-style: none;
    margin-top: 6%;
  }


  .blog-link a {
    font-size: 100%;
    font-weight: 100;
    color: #333333;



  }


  .post-slide {
    margin: 0 0px;
    position: relative;
    background: #FFF;
  }

  .post-slide .post-img {
    position: relative;
    overflow: hidden;
  }

  .post-slide .post-img img {
    width: 100%;
    height: auto;
  }

  .post-slide .over-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, 0.6);
    transition: all 0.30s ease;
  }

  .post-slide:hover .over-layer {
    opacity: 1;
  }

  .post-slide .post-link {
    margin: 0;
    padding: 0;
    position: relative;
    top: 45%;
    text-align: center;
  }

  .post-slide .post-link li {
    display: inline-block;
    list-style: none;
    margin: -9px 0 0;
  }

  .post-slide .post-link li a {
    color: #FFF !important;
    font-size: 39px;
  }

  .post-slide .post-link li a:hover {
    color: #FF8B3D;
    text-decoration: none;
  }

  .post-slide .post-date {
    position: absolute;
    top: 10%;
    left: 4%;
  }

  .post-slide .date {
    display: inline-block;
    border-radius: 3px 0 0 3px;
    padding: 5px 10px;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background: #333;
    float: left;
  }

  .post-slide .month {
    display: inline-block;
    border-radius: 0 3px 3px 0;
    padding: 5px 13px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    background: #445d93;
  }

  .post-slide .post-content {
    padding: 30px;
    background-color: #F5F5F6;
  }

  .post-slide .post-title {
    margin: 0 0 15px 0;
  }

  .post-slide .post-title a {
    font-size: 90%;
    font-weight: bold;
    color: #333;
    display: inline-block;
    transition: all 0.3s ease 0s;
  }

  .post-slide .post-title a:hover {
    text-decoration: none;
    color: #0d638f;
  }

  .post-slide .post-description {
    font-size: 14px;
    line-height: 22px;
    color: #444444;
    padding: 0 0 10px 0;
  }

  .post-slide .read-more {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    transition: color 0.20s linear;
  }

  .post-slide .read-more:hover {
    text-decoration: none;
    color: #FF8B3D;
  }

  .post-slide .read-more:after {
    content: "";
    position: absolute;
    width: 30%;
    display: block;
    border: 1px solid #445d93;
    transition: all 0.30s ease;
  }

  .post-slide .read-more:hover:after {
    width: 100%;
  }


  .faq-blcok {
    width: 100%;
    margin-left: 2%;
  }



  /* Style the tab */
  .tab {
    float: left;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 30%;
    height: 300px;
  }

  /* Style the buttons inside the tab */
  .tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
  }

  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #ddd;
  }

  /* Create an active/current "tab button" class */
  .tab button.active {
    background-color: #ccc;
  }

  /* Style the tab content */
  .tabcontent {
    float: left;
    padding: 0px 12px;
    border: 1px solid #ccc;
    width: 70%;
    border-left: none;
    height: 300px;
  }



  .accordion-block {
    width: 100%;
  }

  .accordion {
    width: 100%;
    margin: 0 auto;
  }

  .accordion-item {
    background-color: #FFFFFF;
  }

  .accordion-itemfaq {}

  .accordion a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: initial;
    width: auto;
    padding: 1rem 3rem 1rem 1rem;
    color: #333333;
    font-size: 90%;
    font-weight: 200;
    border-bottom: 1px solid #e5e5e5;

  }

  .accordion a:hover,
  .accordion a:hover::after {
    cursor: pointer;
    color: #333333;
  }

  .accordion a:hover::after {
    border: 1px solid #03b5d2;
  }

  .accordion a.active {
    color: #333333;
    border-bottom: 1px solid #e4e4e4;
  }



  .accordion h2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: inherit;
    width: auto;
    padding: 1rem 3rem 1rem 1rem;
    color: #333333;
    font-size: 100%;
    font-weight: 200;
    background-color: #F1F1F1;


  }

  .accordion h2:hover,
  .accordion h2:hover::after {
    cursor: pointer;
    color: #333333;
  }

  .accordion h2:hover::after {
    border: 1px solid #03b5d2;
  }

  .accordion h2.active {
    color: #333333;
  }



  .accordion .content {
    opacity: 0;
    padding: 0 1rem;
    max-height: 0;
    overflow: hidden;
    clear: both;
    -webkit-transition: all 0.2s ease 0.15s;
    -o-transition: all 0.2s ease 0.15s;
    transition: all 0.2s ease 0.15s;
  }

  .accordion .content p {
    font-size: 70%;
    font-weight: 100;
    color: #333;
  }


  .accordion .content.active {
    opacity: 1;
    padding: 1rem;
    max-height: 100%;
    -webkit-transition: all 0.35s ease 0.15s;
    -o-transition: all 0.35s ease 0.15s;
    transition: all 0.35s ease 0.15s;
  }

  .underline {
    content: '';
    position: relative;
    width: 150px;
    height: 2px;
    top: 15px;
    left: 0px;
    background: #d7d7d7 !important;
    margin: 0 auto;
    right: 0px;
    margin-bottom: 5%;
  }

  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive>.table {
    margin-bottom: 0;
  }

  .table-responsive>.table>thead>tr>th,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tfoot>tr>td {
    white-space: nowrap;
  }

  .table-responsive>.table-bordered {
    border: 0;
  }

  .table-responsive>.table-bordered>thead>tr>th:first-child,
  .table-responsive>.table-bordered>tbody>tr>th:first-child,
  .table-responsive>.table-bordered>tfoot>tr>th:first-child,
  .table-responsive>.table-bordered>thead>tr>td:first-child,
  .table-responsive>.table-bordered>tbody>tr>td:first-child,
  .table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
  }

  .table-responsive>.table-bordered>thead>tr>th:last-child,
  .table-responsive>.table-bordered>tbody>tr>th:last-child,
  .table-responsive>.table-bordered>tfoot>tr>th:last-child,
  .table-responsive>.table-bordered>thead>tr>td:last-child,
  .table-responsive>.table-bordered>tbody>tr>td:last-child,
  .table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
  }

  .table-responsive>.table-bordered>tbody>tr:last-child>th,
  .table-responsive>.table-bordered>tfoot>tr:last-child>th,
  .table-responsive>.table-bordered>tbody>tr:last-child>td,
  .table-responsive>.table-bordered>tfoot>tr:last-child>td {
    border-bottom: 0;
  }

  .table>thead>tr>th,
  .table>tbody>tr>th,
  .table>tfoot>tr>th,
  .table>thead>tr>td,
  .table>tbody>tr>td,
  .table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.8;
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-size: 90%;

  }

  .border-back {
    border-bottom: 1px solid #d7d7d7 !important;
    border-top: 1px solid #d7d7d7 !important;
    background: #f1f1f1;
    padding: 1%;

  }

  .border-backhead {
    border-bottom: 1px solid #d7d7d7 !important;
    border-top: 1px solid #d7d7d7 !important;
    padding: 2%;

  }

  table {
    border-spacing: 0;
    border-collapse: collapse;

  }

  .border-full {
    border: 1px solid #d7d7d7 !important;
  }


  ul.resp-tabs-list,
  p {
    margin: 0px;
    padding: 0px;
  }

  .resp-tabs-list li {
    font-weight: 200;
    display: inline-block;
    padding: 13px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    float: left;
    width: 90%;

  }

  .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
  }

  h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
  }

  .resp-tab-content {
    display: none;
    padding: 15px;
  }

  .resp-tab-active {
    border: 1px solid #5AB1D0 !important;
    border-bottom: none;
    margin-bottom: -1px !important;
    padding: 12px 14px 14px 14px !important;
    background: #445d93 !important;
    color: #FFFFFF;
  }

  .resp-tab-active {
    border-bottom: none;
    background-color: #fff;
  }

  .resp-content-active,
  .resp-accordion-active {
    display: block;
  }

  .resp-tab-content ul li {

    font-size: 90%;
    color: #676767;
    line-height: 2.5;
    font-weight: 100;

  }

  h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
  }

  h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
  }

  h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
  }

  /*-----------Vertical tabs-----------*/
  .resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 35%;
  }

  .resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 9px 6px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
    text-align: center;
  }

  .resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    float: left;
    width: 60%;
    min-height: auto;
    border-radius: 4px;
    clear: none;
  }

  .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: 9px 6px !important;
    border-top: 1px solid;
    margin-bottom: 12px !important;
    border-right: 1px #FFF solid !important;
    text-align: center;
  }

  .resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
  }

  h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
  }

  /*-----------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;*/
  }

  .flex-direction-nav li {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0;
  }

  .flex-direction-nav li:first-child {
    left: 0;
  }

  .flex-direction-nav li:last-child {
    right: 0;
  }

  .flex-direction-nav li a {
    display: block;
    height: 100%;
    width: 100%;

    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;

    transition: background-color 0.2s;
  }

  .flex-direction-nav li a::before,
  .flex-direction-nav li a::after {
    /* left and right arrows in css only */
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2px;
    height: 13px;
    background-color: white;
  }

  .flex-direction-nav li a::before {
    transform: translateY(-35px) rotate(45deg);
  }

  .flex-direction-nav li a::after {
    transform: translateY(-27px) rotate(-45deg);
  }

  .flex-direction-nav li:last-child a::before {
    transform: translateY(-35px) rotate(-45deg);
  }

  .flex-direction-nav li:last-child a::after {
    transform: translateY(-27px) rotate(45deg);
  }



  .footer {
    width: 100%;
    display: block;
  }

  .copyright-block1 {
    width: 60%;
  }

  .copyright-block2 {
    width: 30%;
  }

  .copyright {
    padding: 1%;
    /* float: right !important; */
    /* margin: 0 auto; */
    margin-left: 8%;
    /* float: none !important; */
    width: 80%;
    text-align: center;
  }

  .social {
    padding: 0%;
    /* float: right !important; */
    /* margin: 0 auto; */
    margin-left: 26%;
    float: left;
    margin-top: 0%;
  }

  .soc {
    margin-left: 8px !important;
  }


}


@media only screen and (min-width :990px) and (max-width : 1280px) {
  .wrapper {
    width: 100%;
    margin: 0 auto;
  }

  .block {
    width: 95%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
    text-decoration: none;
  }

  .block h4 {
    font-size: 120%;
    color: #333;
    font-weight: normal;
  }

  .block p {
    line-height: 1.5;
  }


  .top-header {
    background: #445d93;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .navbar {
    width: 100%;
    margin: 0 auto;
  }

  .logo {
    width: 18%;
    margin-left: 2%;
    margin-top: 1%;
  }

  .menu {
    width: 60%;
  }

  .number {
    width: 19%;
    padding: 0%;
    margin-top: 1%;
  }

  .number a {
    font-size: 100%;
    color: #000000;
    list-style: none;
    display: inline-block;
  }

  /*.hero-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 420px;
  }*/

  .hero-text {
    width: 55%;
    margin-left: 6%;
    margin-top: 5%;
    text-shadow: 3px 3px 0px #000;
  }

  .hero-text p {
    font-size: 160%;
    color: #FFFFFF;
  }

  .hero-text h1 {
    font-size: 220%;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: bold;
  }


  .form-box {
    width: 35%;
  }

  .form-container {
    position: relative;
    right: 0;
    margin: 20px;
    max-width: 300px;
    padding: 16px;
    background-color: white;
    border: #f1f1f1 solid 15px;
    float: right !important;
  }

  .form-container p {
    margin-bottom: 10% !important;
    margin-top: 2% !important;
  }

  /* Full-width input fields */
  input[type=text],
  input[type=email] {
    width: 95%;
    padding: 10px;
    margin: 0px 0 20px 0;
    border: none;
    border-bottom: #f1f1f1 solid 1px;
  }

  input[type=text]:focus,
  input[type=email]:focus {
    background-color: #f1f1f1;
    outline: none;
  }

  /* Set a style for the submit button */
  .btn {
    background-color: #445d93;
    color: white;
    padding: 12px 12px;
    border: none;
    cursor: pointer;
    /*width: 45%;*/
    opacity: 0.9;
    border-radius: 4px;
  }

  .btn:hover {
    opacity: 1;
    color: #fff;
  }



  .textblock {
    width: 100%;
    margin: 0 auto;
  }

  .textblock h1 {
    font-size: 160%;
    color: #333333;
    font-weight: 200;
  }

  .textblock h2 {
    font-size: 140%;
    color: #333333;
    font-weight: 200;
  }

  .textblock p {
    font-size: 90%;
    color: #333333;
    line-height: 1.8;
  }

  .textblock hr {
    width: 30%;
  }

  .apply_box {
    width: 20%;
    padding: 2%;
  }

  .apply_box p {
    font-size: 100%;
    color: #333333;
    line-height: 1.8;
  }

  .steps {
    width: 100%;
    margin: 0 auto;
  }

  .why-choose {
    width: 100%;
  }

  .why-choose h1 {
    font-size: 160%;
    color: #333333;
    font-weight: 200;
  }

  .why-choose p {
    font-size: 90%;
    color: #333333;
    line-height: 1.8;
  }

  .why-choose-block {
    width: 18%;
    padding: 2%;
  }

  h1 {
    font-size: 200%;
    color: #333333;
    font-weight: 200;
  }

  .chooseus-bg {
    background: #ebebeb;
    padding: 12%;
    color: #000;
    margin-left: auto;
    /*width:150px;
	height:150px;*/
  }

  .chooseus-bg .img-responsive {
    margin: 0 auto;
    padding-top: 15%;
  }

  .visit-block {
    width: 49%;
    padding: 0%;
  }

  .visit-box {
    background-color: #F1F1F1;
    height: 60px;
    margin-bottom: 4%;
  }

  .sidetab {
    width: 100%;
    display: block;
    height: 175px;
  }

  .sidetabh h3 {
    font-size: 200%;
    color: #0d638f;
    font-weight: 200;
  }

  .embassy {
    margin-top: 5%;
  }

  .embassy address {
    margin-left: 25%;
  }

  address h3 {
    font-size: 120%;
    color: #0d638f;
    font-weight: 200;
    padding: 0px;
  }

  address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.8;
    font-style: normal;
    font-size: 100%;

  }

  .head1 {
    font-size: 200%;
    padding: 0%;
    padding-left: 3%;
    padding-top: 2%;
  }

  .head2 {
    font-size: 140%;
    padding: 0%;
    padding-left: 0%;
    padding-top: 3%;
  }

  .blog-block {
    width: 100%;
    height: 460px;
    margin: 0 auto;
  }

  .blog-text {
    width: 30%;
    margin-left: 2%;
    margin-right: 2%;
  }

  .blog-text h5 {
    font-size: 160%;
    color: #333333;
    font-weight: 200;
  }

  .blog-text h1 {
    font-size: 120%;
    color: #333333;
    font-weight: 400;
  }

  .blog-text p {
    font-size: 100%;
    color: #333333;
    line-height: 1.8;
  }



  .blog-img {
    width: 66%;
  }

  .blog-img1 {
    width: 46%;
    padding: 2%;
  }

  .blog-link {
    /*border:green solid 1px;*/
    margin-top: 10%;
    margin-left: 0%;
  }

  .blog-link li {
    background: #f1f1f1;
    border-bottom: #d7d7d7 solid 1px;
    height: 50px;
    list-style: none;
    margin-top: 10%;
  }


  .blog-link a {
    font-size: 100%;
    font-weight: 100;
    color: #333333;

  }


  .post-slide {
    margin: 0 15px;
    position: relative;
    background: #FFF;
  }

  .post-slide .post-img {
    position: relative;
    overflow: hidden;
  }

  .post-slide .post-img img {
    width: 100%;
    height: auto;
  }

  .post-slide .over-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, 0.6);
    transition: all 0.30s ease;
  }

  .post-slide:hover .over-layer {
    opacity: 1;
  }

  .post-slide .post-link {
    margin: 0;
    padding: 0;
    position: relative;
    top: 45%;
    text-align: center;
  }

  .post-slide .post-link li {
    display: inline-block;
    list-style: none;
    margin: -9px 0 0;
  }

  .post-slide .post-link li a {
    color: #FFF !important;
    font-size: 39px;
  }

  .post-slide .post-link li a:hover {
    color: #FF8B3D;
    text-decoration: none;
  }

  .post-slide .post-date {
    position: absolute;
    top: 10%;
    left: 4%;
  }

  .post-slide .date {
    display: inline-block;
    border-radius: 3px 0 0 3px;
    padding: 5px 10px;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background: #333;
    float: left;
  }

  .post-slide .month {
    display: inline-block;
    border-radius: 0 3px 3px 0;
    padding: 5px 13px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    background: #445d93;
  }

  .post-slide .post-content {
    padding: 30px;
    background-color: #F5F5F6;
  }

  .post-slide .post-title {
    margin: 0 0 15px 0;
  }

  .post-slide .post-title a {
    font-size: 90%;
    font-weight: bold;
    color: #333;
    display: inline-block;
    transition: all 0.3s ease 0s;
  }

  .post-slide .post-title a:hover {
    text-decoration: none;
    color: #0d638f;
  }

  .post-slide .post-description {
    font-size: 14px;
    line-height: 22px;
    color: #444444;
    padding: 0 0 10px 0;
  }

  .post-slide .read-more {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    transition: color 0.20s linear;
  }

  .post-slide .read-more:hover {
    text-decoration: none;
    color: #FF8B3D;
  }

  .post-slide .read-more:after {
    content: "";
    position: absolute;
    width: 30%;
    display: block;
    border: 1px solid #445d93;
    transition: all 0.30s ease;
  }

  .post-slide .read-more:hover:after {
    width: 100%;
  }


  .faq-blcok {
    width: 49%;
    margin-left: 0%;
  }



  /* Style the tab */
  .tab {
    float: left;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 30%;
    height: 300px;
  }

  /* Style the buttons inside the tab */
  .tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
  }

  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #ddd;
  }

  /* Create an active/current "tab button" class */

  .tab button.active {
    background-color: #ccc;
  }

  /* Style the tab content */
  .tabcontent {
    float: left;
    padding: 0px 12px;
    border: 1px solid #ccc;
    width: 70%;
    border-left: none;
    height: 300px;
  }



  .accordion-block {
    width: 50%;
  }

  .accordion {
    width: 100%;
    margin: 0 auto;
  }

  .accordion-item {
    background-color: #FFFFFF;
  }

  .accordion-itemfaq {}

  .accordion a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: initial;
    width: auto;
    padding: 1rem 3rem 1rem 1rem;
    color: #333333;
    font-size: 100%;
    font-weight: 200;
    border-bottom: 1px solid #e5e5e5;

  }

  .accordion a:hover,
  .accordion a:hover::after {
    cursor: pointer;
    color: #333333;
  }

  .accordion a:hover::after {
    border: 1px solid #03b5d2;
  }

  .accordion a.active {
    color: #333333;
    border-bottom: 1px solid #e4e4e4;
  }



  .accordion h2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: inherit;
    width: auto;
    padding: 1rem 1rem 1rem 1rem;
    color: #333333;
    font-size: 100%;
    font-weight: 100;
    background-color: #F1F1F1;


  }

  .accordion h2:hover,
  .accordion h2:hover::after {
    cursor: pointer;
    color: #333333;
  }

  .accordion h2:hover::after {
    border: 1px solid #03b5d2;
  }

  .accordion h2.active {
    color: #333333;
  }



  .accordion .content {
    opacity: 0;
    padding: 0 1rem;
    max-height: 0;
    overflow: hidden;
    clear: both;
    -webkit-transition: all 0.2s ease 0.15s;
    -o-transition: all 0.2s ease 0.15s;
    transition: all 0.2s ease 0.15s;
  }

  .accordion .content p {
    font-size: 100%;
    font-weight: normal;
    color: #333;
  }

  .accordion .content.active {
    opacity: 1;
    padding: 1rem;
    max-height: 100%;
    -webkit-transition: all 0.35s ease 0.15s;
    -o-transition: all 0.35s ease 0.15s;
    transition: all 0.35s ease 0.15s;
  }

  .underline {
    content: '';
    position: relative;
    width: 150px;
    height: 2px;
    top: 15px;
    left: 0px;
    background: #d7d7d7 !important;
    margin: 0 auto;
    right: 0px;
    margin-bottom: 5%;
  }

  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive>.table {
    margin-bottom: 0;
  }

  .table-responsive>.table>thead>tr>th,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tfoot>tr>td {
    white-space: nowrap;
  }

  .table-responsive>.table-bordered {
    border: 0;
  }

  .table-responsive>.table-bordered>thead>tr>th:first-child,
  .table-responsive>.table-bordered>tbody>tr>th:first-child,
  .table-responsive>.table-bordered>tfoot>tr>th:first-child,
  .table-responsive>.table-bordered>thead>tr>td:first-child,
  .table-responsive>.table-bordered>tbody>tr>td:first-child,
  .table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
  }

  .table-responsive>.table-bordered>thead>tr>th:last-child,
  .table-responsive>.table-bordered>tbody>tr>th:last-child,
  .table-responsive>.table-bordered>tfoot>tr>th:last-child,
  .table-responsive>.table-bordered>thead>tr>td:last-child,
  .table-responsive>.table-bordered>tbody>tr>td:last-child,
  .table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
  }

  .table-responsive>.table-bordered>tbody>tr:last-child>th,
  .table-responsive>.table-bordered>tfoot>tr:last-child>th,
  .table-responsive>.table-bordered>tbody>tr:last-child>td,
  .table-responsive>.table-bordered>tfoot>tr:last-child>td {
    border-bottom: 0;
  }

  .table>thead>tr>th,
  .table>tbody>tr>th,
  .table>tfoot>tr>th,
  .table>thead>tr>td,
  .table>tbody>tr>td,
  .table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.8;
    vertical-align: top;
    border-top: 1px solid #ddd;
  }


  .border-back {
    border-bottom: 1px solid #d7d7d7 !important;
    border-top: 1px solid #d7d7d7 !important;
    background: #f1f1f1;
    padding: 1%;

  }

  .border-backhead {
    border-bottom: 1px solid #d7d7d7 !important;
    border-top: 1px solid #d7d7d7 !important;
    padding: 2%;

  }

  table {
    border-spacing: 0;
    border-collapse: collapse;

  }

  .border-full {
    border: 1px solid #d7d7d7 !important;
  }


  ul.resp-tabs-list,
  p {
    margin: 0px;
    padding: 0px;
  }

  .resp-tabs-list li {
    font-weight: 200;
    display: inline-block;
    padding: 13px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    float: left;
    width: 45%;

  }

  .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
  }

  h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
  }

  .resp-tab-content {
    display: none;
    padding: 4px;
  }

  .resp-tab-active {
    border: 1px solid #5AB1D0 !important;
    border-bottom: none;
    margin-bottom: -1px !important;
    padding: 12px 14px 14px 14px !important;
    background: #445d93 !important;
    color: #FFFFFF;
  }

  .resp-tab-active {
    border-bottom: none;
    background-color: #fff;
  }

  .resp-content-active,
  .resp-accordion-active {
    display: block;
  }

  .resp-tab-content ul li {

    font-size: 100%;
    color: #676767;
    line-height: 2.5;
    font-weight: 100;

  }

  h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
  }

  h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
  }

  h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
  }

  /*-----------Vertical tabs-----------*/
  .resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 40%;
  }

  .resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 10px 42px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
    text-align: center;
  }

  .resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    float: left;
    width: 50%;
    min-height: auto;
    border-radius: 4px;
    clear: none;
  }

  .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 42px !important;
    border-top: 1px solid;
    margin-bottom: 12px !important;
    border-right: 1px #FFF solid !important;
    text-align: center;
  }

  .resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
  }

  h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
  }

  /*-----------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;*/
  }

  .flex-direction-nav li {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0;
  }

  .flex-direction-nav li:first-child {
    left: 0;
  }

  .flex-direction-nav li:last-child {
    right: 0;
  }

  .flex-direction-nav li a {
    display: block;
    height: 100%;
    width: 100%;

    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;

    transition: background-color 0.2s;
  }

  .flex-direction-nav li a::before,
  .flex-direction-nav li a::after {
    /* left and right arrows in css only */
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2px;
    height: 13px;
    background-color: white;
  }

  .flex-direction-nav li a::before {
    transform: translateY(-35px) rotate(45deg);

  }

  .flex-direction-nav li a::after {
    transform: translateY(-27px) rotate(-45deg);
  }

  .flex-direction-nav li:last-child a::before {
    transform: translateY(-35px) rotate(-45deg);
  }

  .flex-direction-nav li:last-child a::after {
    transform: translateY(-27px) rotate(45deg);
  }



  .footer {
    width: 100%;
    display: block;
  }

  .copyright-block1 {
    width: 60%;
  }

  .copyright-block2 {
    width: 30%;
  }

  .copyright {
    padding: 1%;
    /* float: right !important; */
    /* margin: 0 auto; */
    margin-left: 8%;
    /* float: none !important; */
    width: 60%;
  }

  .social {
    padding: 0%;
    /* float: right !important; */
    /* margin: 0 auto; */
    margin-left: 76%;
    float: left;
    margin-top: -4%;
  }

  .soc {
    margin-left: 10px !important;
  }


}





/*//visa-officer*/

.visa-officer {
display: flex;
flex-direction: column;
margin-bottom: 25px;
}

.visa-officer .head {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}


.visa-officer .content {
width: 100%;
}

.visa-officer .content .item {
width: 100%;
min-width: 260px;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
gap: 10px;
}

@media screen and (max-width : 499px) {
.visa-officer .content .item {
justify-content: center;
}
}

.visa-officer .content .item .circle {
width: 90px;
min-width: 90px;
height: 90px;
border-radius: 50px;
background: #eceef4;
border: 5px solid #fff;
background-size: cover;
background-repeat: no-repeat;
overflow: hidden;
background-color: aliceblue;
}


.visa-officer .content .item .circle.officer1 {
background-image: url(../images/visa-officer/bhakti.jpg);
}

.visa-officer .content .item .circle.officer2 {
background-image: url(../images/visa-officer/jay-surve.jpg);
}

.visa-officer .content .item .circle.officer3 {
background-image: url(../images/visa-officer/bhushanar.jpg);
}

.visa-officer .content .item .circle.officer4 {
background-image: url(../images/visa-officer/raj.jpg);
}

.visa-officer .content .item .circle.officer5 {
background-image: url(../images/visa-officer/shubham.jpg);
}

.visa-officer .content .item .circle.officer6 {
background-image: url(../images/visa-officer/vaibhav.jpeg);
}

.visa-officer .content .item .circle.officer7 {
background-image: url(../images/visa-officer/sakshi.jpg);
}

.visa-officer .content .item .circle.officer8 {
background-image: url(../images/visa-officer/airaf.jpg);
}

.visa-officer .content .item .circle.officer9 {
background-image: url(../images/visa-officer/purva.jpg);
}

.visa-officer .content .item .circle.officer10 {
background-image: url(../images/visa-officer/pranil.jpg);
}

.visa-officer .content .item .circle.officer11 {
background-image: url(../images/visa-officer/adil.jpg);
}

.visa-officer .content .item .circle.officer12 {
background-image: url(../images/visa-officer/manali.jpg);
}

.visa-officer .content .item .circle.officer13 {
background-image: url(../images/visa-officer/rahim.jpg);
}

.visa-officer .content .item .circle.officer14 {
background-image: url(../images/visa-officer/sachin.jpg);
}

.visa-officer .content .item .circle.officer15 {
background-image: url(../images/visa-officer/sameer.jpg);
}


.visa-officer .content .item .detail {
width: 200px;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: flex-start;
gap: 5px;
}

.visa-officer .content .item .detail .name {
font-size: 18px;
font-weight: 600;
color: #000;
}

.visa-officer .content .item .detail .post .visa {
font-size: 13px;
font-weight: 500;
color: #000;
}

.visa-officer .content .item .detail .post .exp {
font-size: 12px;
color: #3B3737;
font-weight: 400;
}

.owl-nav {
width: fit-content;
position: absolute;
top: -62px;
right: 20px;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
gap: 10px;
}

@media screen and (max-width : 550px) {
.owl-nav {
position: unset;
width: 100%;
justify-content: center;
margin-top: 20px;
}
}

button.owl-prev, button.owl-next {
background-color: #fff !important;
width: 42px;
height: 42px;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
color: #000;
}

button.owl-prev span, button.owl-next span {
font-size: 30px;
color: black;
font-weight: 100;
line-height: 36px;
height: 40px;
}

