@font-face {
  font-family: Futura0;
  src: url(tt0140m_.ttf);
}
@font-face {
  font-family: Futura1;
  src: url(tt0141m_.ttf);
}
@font-face {
  font-family: Futura2;
  src: url(tt0142m_.ttf);
}
@font-face {
  font-family: Futura3;
  src: url(tt0143m_.ttf);
}
@font-face {
  font-family: Futura4;
  src: url(tt0144m_.ttf);
}
@font-face {
  font-family: Futura5;
  src: url(tt0145m_.ttf);
}
@font-face {
  font-family: Futura6;
  src: url(tt0146m_.ttf);
}



body {  
  font-family: 'Futura2', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 1.6;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
html,
body {
  height: 100%;
}
h1, h2, h3, h4, h5, h6 { 
  font-family: 'Futura6', sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: #232;
  line-height: 1;
  margin-bottom: 17px;
  
}
h1 {
  font-size: 38px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 12px;
}
a {  
  color: #6b9830;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover, 
a:focus {
  color: #333;
  text-decoration: none;
}
a:active {
  color: #FFF;
  text-decoration: none;
}
img{
	max-width:100%;
	height:auto
}
p {
  margin-bottom: 10px;
}
blockquote {  
  font-style: italic;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0; 
}
.img-fluid-img {
  width: 100%;
}

/* ================================= */
    /*===== General =====*/
/* ================================= */
.overlay-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);   
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;      
}
.parallax {
  width: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;   
  position: relative;      
}
.btn-primary {  
  background-color: #000;
  width: 170px;
  height: 50px;
  font-family: 'Futura2', sans-serif;
  font-size: 14px;
  font-weight: 500px;
  padding: 15px 29px;
  border: 1px solid #6b9830;
  border-radius:0;
  text-transform: uppercase;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;  
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn-primary:hover {
  background-color: #6b9830;
  color: #fff;
  border: 1px solid transparent;
}
.btn-secondary {
  background-color: #121B51;
  width: 160px;
  height: 48px;
  font-family: 'Futura2', sans-serif;
  font-size: 14px;
  font-weight: 500px;
  text-transform: uppercase;
  line-height: 0.71;
  padding: 15px 0;
  border: 1px solid #121B51;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;  
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn-secondary:hover {
  background-color: #FFF;
  color: #232;
  border: 1px solid transparent;
}
.btn-link {
  font-family: 'Futura2', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  text-transform: uppercase;
  padding: 0;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn-link:hover {
  color: #6b9830;
  text-decoration: none;
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow:none;
}
.form-control:focus { 
  -webkit-box-shadow: none;
  box-shadow: none;
}
.owl-carousel .owl-nav button.owl-prev  {
  margin-right: 20px;
  margin-left: 20px;
}
.owl-carousel .owl-nav button.owl-next {
  margin-left: 95%;
  margin-right: 0;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev { 
  position: absolute;
  border-radius: 100%;
  border: 2px solid #FFF;
  color: #FFF;
  top: 50%;
  transform: translate(0, -10%);
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 40px;
  z-index: 10; 
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
  background-color: #D3D3D3;
  color: #FFF;
}
.owl-dots {
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
}
.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 1px solid #FFF;
  background: transparent;
  margin-right: 5px;
  display: inline-block; 
}
.owl-dot.active {
  border: 1px solid #0891FF;
}
.rating {
  unicode-bidi: bidi-override; 
  margin-bottom: 10px;
  display: inline-block;
}
.rating input {
  position: absolute;
  left: -999999px;
}
.rating label {
  display: inline-block;
  font-size: 0;
}
.rating > label:before {
  position: relative;
  font: 16px/1 FontAwesome;
  display: block;
  content: "\f005";
  color: #B6C1C7;
  background: -webkit-linear-gradient(-45deg, #B6C1C7 0%, #B6C1C7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rating > label:hover:before,
.rating > label:hover ~ label:before,
.rating > label.selected:before,
.rating > label.selected ~ label:before {
  color: #FCB551;
  background: -webkit-linear-gradient(-45deg, #FCB551 0%, #D69A45 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.h-center {
  margin: 0 auto;
  left: 0;
  right: 0;
}
.v-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-heading,.about-heading {
  position: relative;
  padding:10px 0 25px 0;
  margin-bottom: 40px;
  color:#6b9830;
  text-transform: uppercase;
display: inline-block;
clear: both;
}
.section-heading strong, .about-heading strong {
    font-weight: 900;
}
.section em{
	font-family: Pacifico;
display: block;
font-style: normal;
font-size: 22px;
margin: -15px 0 30px;
}
.section-padding{
	padding:70px 0;
	z-index: 1;
	position:relative;
}
.choose-country .section-padding{
	padding-bottom: 50px;
}

.why-us:before{
	content:"";
	width: 525px;
height: 619px;
position: absolute;
bottom: 0;
z-index: 1;
left: -5%;
	background: url(../images/whyus.png);
}
.why-us [class*="col-"]:nth-child(2) .about-block:before{
	background: url(../images/a1.jpg);
} 
.why-us [class*="col-"]:nth-child(3) .about-block:before{
	background: url(../images/a2.jpg);
} 
.why-us [class*="col-"]:nth-child(4) .about-block:before{
	background: url(../images/a3.jpg);
} 
.why-us [class*="col-"]:nth-child(2) .about-block:before,
.why-us [class*="col-"]:nth-child(3) .about-block:before,
.why-us [class*="col-"]:nth-child(4) .about-block:before{
	opacity:.2;
	position:absolute;
	content:"";
	left:0;
	right:0;
	top:0;
	bottom:0;
} 
.section-heading.text-right::after{
	left: auto;
right: 0;
}
.choose-country .section-heading{
	color:#000
}

.why-us [class*="col-"] .about-block{
	position:relative;
	overflow:hidden
}
.about-heading:after{
	content: "";
width: 208px;
height: 9px;
background: url(../images/underline.png);
position: absolute;
left: 50%;
right: auto;
bottom: 0;
transform: scale(.5);
margin-left: -104px;
}
.section-heading:after {
  content: "";
width: 208px;
height: 9px;
background: url(../images/underline.png);
position: absolute;
margin: 0;
left: -1%;
right: auto;
bottom: 0;
transform: scale(.9);
}
.about-block{
	
}
.contact .about-content{
	position:absolute;
	z-index:1
}
.contact .about-content p{
	box-shadow: 0 0 10px rgba(0,0,0,.3);
padding: 30px;
background: #fff;
margin: 0 0 50px;
}
.page-banner-block {
  padding: 132px 0 107px; 
  position: absolute;
  z-index: 10;
}
.page-banner-block .page-banner-heading {
  font-size: 50px;
} 
.breadcrumb {
  background-color: inherit;
  color: #FFF;
  text-align: center;
  font-size: 14px;
}
.breadcrumb a {
  color: #FFF;
}
button:focus {
  outline: none;
}
.page-banner-block .breadcrumb li+li:before {
  padding: 0 5px;
  color: #FFF;
  content: ">";
}
[class^="flaticon-"]:before, 
[class*=" flaticon-"]:before, 
[class^="flaticon-"]:after, 
[class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 15px;
  font-style: normal;
  margin-left: 0;
}

/* ================================= */
    /*===== Preloader =====*/
/* ================================= */
.preloader { 
  background-color: #6b9830;
  bottom: 0;
  top: 0;
  left: 0; 
  right: 0;  
  position: fixed;
  z-index: 9999999;
}
.preloader { 
  background-color: #6b9830;
  bottom: 0;
  top: 0;
  left: 0; 
  right: 0;  
  position: fixed;
  z-index: 9999999;
}
.spinner {
  width: 60px;
  height: 60px;
  top:30%;  
  position: relative;
  margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #F5F5F5;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}


.header-menu{
	background:#000;
}
#nav-bar{
	position:relative;
}
#nav-bar:before{
	position:absolute;
	content:"";
	background:#000;
	right:0;
	top:0;
	bottom:0;
	left:60%
	}


/* ================================= */
    /*===== Top Bar =====*/
/* ================================= */
.top-bar-block {
  background-color: #f0d23f;
}
.top-bar-block .top-nav{
	margin: 5px 0 0;
}
.btn-top-quote i{
	margin-right:5px
}
.btn-top-quote{
	background: #000;
color: #fff;
display: inline-block;
border-radius: 0;
position: relative;
padding: 16px 35px;
text-transform: uppercase;
font-size:13px;
overflow:hidden
}
.btn-top-quote:before{
	transform: rotate(-29deg);
left: -50%;
bottom: -113%;
right: -22px;
top: -13px;
border: 2px solid #f0d23f;
}
.btn-top-quote:after{
	transform: rotate(-29deg);
left: -50%;
bottom: -99%;
right: -22px;
top: -6px;
border: 2px solid #f0d23f;
}
.btn-top-quote:before,.btn-top-quote:after{
	content:"";
	position:absolute;
}

.top-nav a {
  color: #000;
}
.top-nav a:hover {
  color: #6b9830;
}
.top-nav ul li {
  display: inline-block;
  padding: 8px 0 0 0;
}
.top-nav ul li:first-child{
	font-family:Futura4
}
.top-nav ul li,
.top-nav ul li+li {
  margin-right: 30px;
}
.top-nav ul .login a:after {
  content: "/";
  color: #EDEDED;
  padding-left: 5px;
}
.language-select {
  z-index: 999999;
}
.top-nav .dropdown {
  border-left: 1px solid #EDEDED;
  padding-left: 10px;
}
.top-nav .dropdown i {
  margin-right: 10px;
  margin-left: 10px;
}
.top-nav ul li a i {
  margin-right: 3px;
}
.top-bar-social ul li {
  display: inline-block;
  color: #EDEDED;
  font-size: 14px;
  padding-right: 15px;
  line-height: 1;
}
.top-bar-social ul li:last-child {
  padding-right: 0;
}
.top-bar-social .call {
  font-size: 15px;
  border-right: 1px solid #EDEDED;
  margin-right: 15px;
}
.top-bar-social .call i {
  font-size: 13px;
  margin-right: 8px;
}
.top-bar-social .call a {
  font-size: 14px;
}
.top-bar-social ul li a {
  color: #EDEDED;
}
.top-bar-social ul li a:hover {
  color: #6b9830;
}
.dropdown-menu {
  padding: 25px;
}
.dropdown-menu li {
  margin-bottom: 10px;
}
.dropdown-menu li a {
  color: #f0d23f;
}
@media (max-width: 767px) {
  .top-nav {
    text-align: center;
  }
  .top-bar-social {
    text-align: center!important;
  }
  .top-bar-block .text-right {
    text-align: center !important;
}
.btn-top-quote{
	margin: 10px 0;
	padding: 12px 35px;
}
#nav-bar::before{
	display:none
}
}

/* ================================= */
    /*===== Top nav Bar =====*/
/* ================================= */
.navigation-btn a.btn.btn-primary{
	width:auto;
	padding:10px 25px;
	height:auto
}
.logo {
  padding-top: 10px;
}
.navigation-btn {
  text-align: right;
  padding-top: 15px;
}
#cssmenu > ul > li.has-sub > a {
  font-weight: 500;
}
@media (max-width: 785px) {
  #cssmenu > ul > li > a {
    padding: 12px ;
  }
  #cssmenu.small-screen ul ul li a {
    padding-left: 25px;
    padding: 12px 25px;
    margin-left: 12px;   
    background: #6b9830;
  }
  #cssmenu.small-screen ul ul li:last-child a {    
    margin-bottom: 12px; 
  }
  #cssmenu.small-screen ul ul,
  #cssmenu.small-screen ul ul ul,
  #cssmenu.small-screen.align-right ul ul {  
    top: 5px;
  }
  #cssmenu.small-screen .submenu-button.submenu-opened {
    background: #6b9830;
  }
}
@media (max-width: 767px) {
  .logo {
    text-align: center;
    margin-bottom: 20px;
  }   
  .logo img {
    text-align: center;
    margin-bottom: 20px;
  }
  .navigation-btn .btn-primary {
    display: none;
  }
  .home-list ul li i {
    display: none;
  }
  .nav-bar-block {
    padding: 20px 0;
  }
}

/* ================================= */
    /*===== Home Slider =====*/
/* ================================= */
.home-block1 {
  width: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.home-block1:before {
	
}
.home-slider-heading small{
	display:block;
	font-size: 60%;
	font-weight:normal
}
.home-slider-heading {
  margin-bottom: 20px;
  position: relative;
  font-size: 80px;
  text-transform:uppercase;
  font-weight:700
}
.home-block {
  position: absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  padding: 7% 0 0;
}
.home-list a {
  background: #000;
color: #fff;
padding: 12px 25px;
display: inline-block;
margin: 15px 0 0;
  }
.visa-block:before{
	position:absolute;
	content:"";
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:#000;
	opacity:.7
}
.visa-block
{
	background-image: url('../images/visa-bg.jpg')
}
.home-list ul {
  margin:0 0 30px;
  padding:0;
}
.home-list ul li {
  display: block;
}
.home-list ul li:first-child {
  margin-right: 30px;
  display: inline-block;
  float:left
}
.home-list ul li + li{
	color: #6b9830;
font-size: 20px;
margin: 20px 0 0;
padding: 20px 0 0;
}
.home-list ul li:last-child{
font-size: 20px;
letter-spacing: 2px;
margin:0;
padding:0;
color:#000
}
.home-list ul li img {
	
}
.home-form .form-control {
  padding: 15px;
}
.home-block select.form-control:not([size]):not([multiple]) {
  height: 52px;
} 

@media (max-width: 992px) {
  .home-block {
    margin-bottom: 120px;
    height: 1000px;
  }
  .home-form .form-group {
    width: 100%;   
    height: 38px;    
    margin-bottom: 40px;
  }
  .home-list {
    
  }
  .home-list ul li {
    padding-left: 20px;
  }
  .home-block .request-button {
    text-align: center;
    display: block;
    padding-left: 0;
  }
  .home-block {
    height: 1200px;
  }
}
@media (max-width: 567px) {
  .home-block {
    height: 1100px;
  }
  h1 {
    font-size: 30px;
}
  .home-slider-heading {
    font-size: 30px;
	margin-bottom: 0px;
  }
  .home-block {
    padding: 40px 0;
  }
  .home-list a{
	  padding: 6px 25px;
  }
  .why-us::before,
  .choose-country-block-one,
  .home-list p,.home-list ul {
    display: none;
  }
  .contact .about-content {
    position: inherit;
  }
  .contact .about-content p{
	  margin: 0 0 20px;
  }
} 

/* ================================= */
    /*===== About =====*/
/* ================================= */
.about-block {
  padding: 60px 0 40px; 
}
.about-img {
  margin-bottom: 25px;
}
.about-block {
  padding: 70px 20px;
background: #fff;
box-shadow: 0 0 10px rgba(0,0,0,.2);
text-align: center;
}
.about-heading a {
  color: #232;
}
.about-heading {
  font-size: 22px;
}
@media (max-width: 767px) {
  .about-block {
    text-align: center;
    padding:  20px 0;
  }
  .about-block {
    text-align: center;
    margin-bottom: 30px;
  }
}
.why-us.section-padding {
    padding: 70px 0 120px;
}
/* ================================= */
    /*===== Visa Type =====*/
/* ================================= */
footer hr{
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.visa-block {
  padding: 50px 0 0px;
  width: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.visa-type-dtl {
  margin: 0px 40px;
}
.wpcf7-form-control{
	display: block;
width: 100%;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0;
margin: 0 0 15px;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.wpcf7-form-control.wpcf7-textarea{
	max-height: 142px;
}
.wpcf7-form-control.wpcf7-submit{
	
}
.visa-type-dtl .wpcf7-form-control.wpcf7-textarea{
	
}
.visa-type-dtl .wpcf7-form-control.wpcf7-submit{
	height: 142px;
	background:#f0d23f;
	color:#000;
	line-height:142px;
	text-transform:uppercase
}
.visa-type-dtl .read-btn {
  text-transform: uppercase;
  font-weight: 500;
  color: #333;
  font-size: 14px;
}
.type-heading {
  font-size: 22px;
  font-weight: 500;
}
.number {
  position: absolute;
  z-index: 10;
  top: -25px;
  font-size: 70px;
  opacity: 0.70;
  font-weight: 900;
  color: #E1E1E1;
  display:none;
}
.visa-type-dtl-one {
  text-align: right;
}
.about-type {
  position: relative;
  background-color: #FCFCFC;
  padding: 50px 40px 50px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.about-type:hover {
  background-color: #FFF;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.05);
}
.process {
  font-family: 'Futura2', sans-serif;
  font-size: 19px;
  margin-bottom: 14px;
  display: inline;
  color: #232323;
}
.process-dtl {
  color: #777;
}
.visa-block hr {
  margin: 65px 0;
}
.visa-type-dtl-img {
  margin: 0 10px ;
}
.img-icon-1 {
  height: 80px;
  width: 80px;
  position: absolute;
  top: 40%;
  left: -10px;
  background-color: #6b9830;
  border-radius: 100%;
  color: #FFF;
  z-index: 10;
  border: 4px solid #FFF;
}
.img-icon-1 [class^="flaticon-"]:before, 
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-size: 30px;
  padding: 28px 20px;
  line-height: 2.3;
}
.img-icon-2 {
  height: 80px;
  width: 80px;
  position: absolute;
  top: 41%;
  right: -11px;
  background-color: #6b9830;
  border-radius: 100%;
  color: #FFF;
  border: 4px solid #FFF;
}
.img-icon-2 [class^="flaticon-"]:before, 
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-size: 30px;
  padding: 15px 24px;
  line-height: 2.3;
}
.visa-type-dtl p {
  font-size: 19px;
}
.visa-features-icon i {
  font-size: 50px;
  color: #6b9830;
}
.visa-type-dtl .read-btn i {
  color: #6b9830;
  padding-left: 8px;
}
.visa-type-dtl .read-btn:hover {
  color: #6b9830;
}
@media (max-width: 992px) { 
  .visa-type-dtl-img {
    margin: 0 auto;
    text-align: center;
  }
  .img-icon-1 {
    left: 60px;
  }
  .img-icon-2 {
    right: 60px;
  }
  .visa-type-dtl {
    text-align: center;
    margin-bottom: 50px;
  }
  .about-type {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .visa-type-dtl {
    text-align: center;
    margin-bottom: 20px;
  } 
  .visa-type-dtl-img {
    margin: 0 20px;
  }
  .img-icon-1 {
    left: 5px;
  }
 .img-icon-2 {
    right: 10px;
  } 
}

/* ================================= */
    /*===== Visa Features =====*/
/* ================================= */
.visa-featuress-block {
  background-color: #08103D;
}
.visa-features-block {
    padding: 70px 150px;
    height: 410px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
	margin:0 -15px
}

.visa-features-block:hover {
  background-image: url(../images/bg/sg-bg.jpg);
  background-color: #121B51;
  height: 410px;
  position: relative;
  background-size: cover; 
}
.visa-features-icon {
  margin-bottom: 20px;
}

.visa-features-dtl p {
  margin-bottom: 30px;
}
.visa-features-dtl a {
  color: #FFF;
}
.visa-features-dtl a:hover {
  color: #6b9830;
}
.visa-features-block-icon {
  position: absolute;
  font-size: 80px;
  bottom: -16px;
  right: 3px;
  z-index: 10;
  opacity: 0.1;
  font-weight: 900;
  color: #F4F4F4;
}
@media (max-width: 576px) { 
  .visa-features-block {
    padding: 50px;
  }
}

/* ================================= */
    /*===== Choose Country =====*/
/* ================================= */
.choose-country {
  position: relative;
  background:url(../images/choose-country.jpg)
}
.choose-country .section-heading {
  margin-bottom: 18px;
}
.choose-country-block-one {
	position:absolute;
	left: -5%;
top: -50%;
z-index: 1;
}
.choose-country-icon {
  margin-bottom: 25px;
}
.choose-country-heading {
  margin-bottom: 15px;
}
.choose-country-heading a {
  color: #232; 
}
.choose-country-dtl p {
  color: #000;
  margin-bottom: 20px;
}
.choose-country-dtl i {
  padding-left: 10px;
  color: #6b9830;
}
@media (max-width: 992px) { 
 .choose-country-block {
    text-align: center;
    margin-bottom: 20px;
  }
  .choose-country-dtl a {
    margin-bottom: 20px;
  }
}

/* ================================= */
    /*===== Facts =====*/
/* ================================= */
.facts {
  background-color: #6b9830;
  padding: 50px 0;
}
.facts-dtl {
  font-size: 20px;
}
.facts-heading {
  font-size: 60px;
  display: inline-block;
}
.facts-heading-sign {
  display: inline-block;
}
@media (max-width: 992px) {
  .facts-block {
    padding: 40px 0;
  }
  .facts-dtl {
    margin-bottom: 30px;
  }
}

/* ================================= */
    /*===== Contact Us  =====*/
/* ================================= */
.contact {
  padding: 72px 0;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.contact-us {
  opacity: 1;
background-color: #6B9830;
position: relative;
padding: 30px 0 20px;
color: #fff;
}
.contact-block {
  position: relative;
}
.contact-heading {
  font-size: 30px;
margin-bottom: 10px;
padding: 0;
font-family: 'Futura4', sans-serif;
}
.contact-heading span {
  font-weight: 600;
}
.contact-btn .btn-primary {
  padding-top: 13px;
  background: #f0d23f;
color: #000;
}
.contact-btn [class^="flaticon-"]:before, 
[class*=" flaticon-"]:before, {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .contact-heading {
    padding: 0 10px;
  }
}

/* ================================= */
    /*===== Patners  =====*/
/* ================================= */
.patners-block {
  padding: 150px 0 100px;
}
.patners-block .section-heading {
  margin-bottom: 58px;
}
.patners-img {
  margin-bottom: 20px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.patners-img:hover {
  
}

/* ================================= */
    /*===== Footer  =====*/
/* ================================= */
.footer-block {
  padding: 70px 0 0;
  background-color: #000;
}
.about-widget {
  margin-bottom: 84px;
}
.logo-footer {
  margin-bottom: 20px;
}
.footer-icon {
  color: #6b9830;
  width: 100%;
  margin: 0 auto;
}
.footer-icon i {
  font-size: 30px
}
.footer-address ul li {
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.footer-address {
  font-family: 'Futura2', sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}
.footer-address-dtl {
  font-size: 16px;
  margin-bottom: 25px;
}
.about-widget p {
  color: #E3E3E3;
  font-family: 'Futura1', sans-serif;
  font-size: 17px;
  margin-bottom: 36px;
}
.visa-footer {
  font-family: 'Futura2', sans-serif;
  font-size: 17px; 
  margin-bottom: 35px;
  padding-top: 17px;
  text-transform: uppercase;
}
.visa-footer-list ul li {
  margin-bottom: 18px;
}
.visa-footer-list ul li i {
  color: #E3E3E3;
  font-size: 13px;
  margin-right: 5px;
}
.visa-footer-list ul li a {
  color: #E3E3E3;
  font-size: 17px;
}
.recent-news-footer p {
  color: #E3E3E3;
  font-family: 'Futura1', sans-serif;
  font-size: 17px;
}
.date-footer {
  font-family: 'Futura1', sans-serif;
  font-size: 13px;
  color: #6b9830;
}
.date-footer [class^="flaticon-"]:before,  
[class^="flaticon-"]:after {
  font-size: 12px;
  margin-right: 5px;
}
.recent-news-widget hr {
  background-color: #D0D0D0; 
  margin-bottom: 20px;
}
.news-widget p {
  color: #E3E3E3;
  font-family: 'Futura1', sans-serif;
  font-size: 17px;
  margin-bottom: 27px;
}
.news-widget .form-group {
  display: inline-block;
  float: left;
}
.news-widget .form-control {
  width: 160px;
  height: 50px;
  border-radius: 0;
  background-color: #121B51;
  border-color: #121B51;
  color: rgba(255,255,255,0.7);
}
.news-widget .btn-primary {
  width: 95px;
  height: 50px;
  padding: 4px;
  border-radius: 0;
}
.footer-social ul li {
  display: inline-block;
  color: #CECECE;
  font-size: 16px;
  padding-right: 4px;
  line-height: 1;
  text-transform: uppercase;
}
.footer-social ul li a {
  color: #CECECE;
  font-size: 16px;
  margin-right: 5px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.footer-social ul li a:hover {
  color: #6b9830;
}
.tiny-footer {
  
  padding: 0px 0 10px;
}
.copyright-footer-block {
  background-color: #000E2F;
  color: #EDE;
  padding: 22px 0 16px;
}
.copyright-block p {
  color: #E4E4E4;
  font-size: 16px;
}
.copyright-block p a,
.copyright-block a {
  color: #E4E4E4;
  font-size: 16px;
}
.copyright-social ul li {
  font-size: 16px;
  display: inline;
}
.copyright-social ul li a {
  color: #E4E4E4;
}
.copyright-social ul .policy:after {
  content: "/";
  color: #E4E4E4;
  padding-left: 10px;
  padding-right: 10px;
}
.copyright-social .dropdown i {
  margin-left: 10px;
  margin-right: 10px;
}
.copyright-social .dropdown a {
  margin-left: 30px;
  color: #E4E4E4;
}
.copyright-social .dropdown-menu li a {
  margin-bottom: 20px;
}
.copyright-social .dropdown-menu li a {
  color: #f0d23f;
}
@media (max-width: 767px) {
  .tiny-footer {
    text-align: center;
  }
  .copyright-social {
    text-align: center;
  }
  .news-widget .footer-social ul li {
    padding-right: 3px;
  }
  .news-widget .form-control {
    width: 150px;
  }
  .news-widget .btn-primary {
    width: 90px;
  } 
  .recent-news-widget {
    margin-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .about-widget .footer-address {
    margin-bottom: 22px;
  }
  .footer-widget {
    margin-bottom: 50px;
  }
  .news-widget .btn-primary {
    width: 115px;
  }
  .news-widget p {
    margin-bottom: 40px;
  }
  .footer-social {
    margin-bottom: 20px;
  }
  .footer-form {
    margin-bottom: 20px;
  }
  .recent-news-widget .footer-img img {
    width: 50%;
    margin-bottom: 20px;
  }
  .copyright-social .dropdown a {
    display: none;
  }
}
img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}