@font-face {
        font-family: 'Roboto';
        src: url('../fonts/Roboto-Light.ttf');
      } 
      
html,
body {
    font-size: 15px;
    color: #565656;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}

a,
button,
a span {
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.btn.extra-width {
    padding: 13px 40px;
}
.btn:focus,
.btn:active {
    outline: inherit;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.overlay-fluid-block {
    //background-color: rgba(0, 0, 0, 0.15);
    width: 100%;
}
p {
    margin: 0 0 15px;
}
.clear {
    clear: both;
}

ul {
    list-style: none;
    padding: 0;
}

h1,
h2,
h3 {

    font-weight: 300;
    margin: 0;
}
h4,
h5 {
    font-weight: 300;
    margin: 0;
    line-height: 2rem;
}
h1 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 300;
}
h2 {
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: .9rem;
}
h3 {
    font-weight: 300;
    margin-bottom: .9rem;
    font-size: 2.1rem;
    line-height: 2.5rem;
}
h4 {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-bottom: 1.1rem;
}
h5 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
}
h6 {
    font-size: 1rem;
    margin-bottom: .9rem;
}
p {
    line-height: 1.5rem;
    font-size: 1.1rem;
}
p:last-child {
    margin-bottom: 0px;
}

/* Separator */
.separator {
    height: 2px;
    width: 80px;
    margin: auto;
    background: #ededed;
}

/* Button */
.btn-permit {
    background: #3251ad;
    color: #ededed;
}

/*For Landing Section*/
.landing{
    background:url(../images/landing_background.jpg); // no-repeat center center
    color:#000;
    background-size:cover;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    -ms-background-size:cover;
     position: fixed; 
    top: 0; 
    left: 0; 
    min-width: 100%;
    min-height: 100%;
}
.landing-wrapper{
    padding:20px 0px;
    overflow:hidden;
}
.landing-content h1{
    font-size:48px;
    font-weight:700;
    margin-bottom: 10px;
    color: #fff;
}
.landing-content p{
    margin-bottom: 15px;
    color: #fff;
}
.landing-content .landing-contact{
    margin-top: 90px;
}

/*Provided services Section*/
.available-modules{
    background: url(../images/bg.html) no-repeat top center fixed;
    background-size:cover;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -ms-background-size:cover;
    width: 100%;
    overflow: hidden;
}

.immigration-module{
    border-radius: 8px;
    background:#fff;
    padding:40px 15px;
    border:1px solid #ececec;
    box-shadow:2px 2px 5px 0 rgba(55,50,40, .20);
    -webkit-box-shadow:2px 2px 5px 0 rgba(55,50,40, .20);
    -moz-box-shadow:2px 2px 5px 0 rgba(55,50,40, .20);
    -o-box-shadow:2px 2px 5px 0 rgba(55,50,40, .20);
    -ms-box-shadow:2px 2px 5px 0 rgba(55,50,40, .20);
    transition:.3s ease-in-out;
    -moz-transition:.3s ease-in-out;
    -webkit-transition:.3s ease-in-out;
}

.immigration-module i{
    font-size:60px;
    color:#82ca9c;
    margin-bottom: 20px;
}
.immigration-module h4{
    font-size:16px;
    color:#000;
    text-transform:uppercase;
    font-weight:600;
    letter-spacing:1px;
    margin-top:15px;
}
.immigration-module p{
    font-size:12px;
    color:#777777;
}
.available-modules-wrapper{
    margin-top:25px;
}


/* Logo Bar*/
.logoBar {
    background-color: #ece7e7;
    padding: 10px 0 10px 0;
    margin: 0;min-height: 70px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

@media (min-width: 767px){
    .display-table {
        display: table;
        width: 100%;
    }
    .vertical-align {
        display: table-cell;
        vertical-align: middle;
        float: none;
    }
     .grid-space-1 div[class*="col-"] {
        padding: 0 1px;
    }
}

@media (max-width: 767px){
    div[class^="col-"] {
        margin-bottom: 30px;
    }
}

/*override navbar style*/

.navbar-default {
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    background-color: #ffffff;
    margin-bottom: 0;
    border: none;
}

.padding15{
    padding:  0 15px 0 15px;
}

.font15{
    font-size: 15px;
}
/* main module body */
.module-content{
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    background-color: #ffffff;
    margin-bottom: 0;
    padding-bottom: 10px;
    border: none;
    margin-right: 10px; 
    margin-left: 10px;
}

.page-header {
    border-bottom: 1px dotted #ddd;
    margin: 20px 0 10px 0 !important;
    position: relative;
    z-index: 1;
}

.btn-labeled {padding: 6px 12px;}
.btn-label-next {padding: 6px 12px;background: #5A55A3; color: #fff}

/* box style */
.box > .icon { text-align: center; position: relative; }
.box > .icon > .image { position: relative; z-index: 2; margin: auto; width: 88px; height: 88px; border: 8px solid white; line-height: 70px; border-radius: 50%; background: #63B76C; vertical-align: middle; }
.box > .icon > .image > i { font-size: 36px !important; color: #fff !important; }
.box > .icon:hover > .image > i { color: white !important; }
.box > .icon > .info { margin-top: -24px; background: rgba(0, 0, 0, 0.04); border: 1px solid #e0e0e0; padding: 15px 0 10px 0; }
.box > .icon:hover > .info { background: rgba(0, 0, 0, 0.04); border-color: #e0e0e0; color: white; }
.box > .icon > .info > h3.title { font-family: "Roboto",sans-serif !important; font-size: 16px; color: #222; font-weight: 500; }
.box > .icon > .info > p { font-family: "Roboto",sans-serif !important; font-size: 13px; color: #666; line-height: 1.5em; margin: 20px;}
.box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a { color: #222; }
.box > .icon > .info > .more a { font-family: "Roboto",sans-serif !important; font-size: 12px; color: #222; padding: 6px 8px; background-color: #63B76C; line-height: 12px; text-transform: uppercase; text-decoration: none; }
.box > .icon:hover > .info > .more > a { color: #fff; padding: 6px 8px; background-color: #0816b4; }
.box .space { height: 30px; }


/* registration container */
div.tab-registration-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #ddd;
  margin-top: 20px;
  margin-left: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
div.tab-registration-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
  font-size: 13px;
}
div.tab-registration-menu div.list-group{
  margin-bottom: 0;
}
div.tab-registration-menu div.list-group>a{
  margin-bottom: 0;
}
div.tab-registration-menu div.list-group>a .glyphicon,
div.tab-registration-menu div.list-group>a .fa {
  color: #5A55A3;
}
div.tab-registration-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.tab-registration-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.tab-registration-menu div.list-group>a.active,
div.tab-registration-menu div.list-group>a.active .glyphicon,
div.tab-registration-menu div.list-group>a.active .fa{
  background-color: #5A55A3;
  background-image: #5A55A3;
  color: #ffffff;
}
div.tab-registration-menu div.list-group>a.done,
div.tab-registration-menu div.list-group>a.done .glyphicon,
div.tab-registration-menu div.list-group>a.done .fa{
  background-color: #31708f;//#5cb85c;
  background-image: #31708f;//#5cb85c;
  color: #ffffff;
}

div.tab-registration-menu div.list-group>a.done:before,
div.tab-registration-menu div.list-group>a.done .glyphicon:before,
div.tab-registration-menu div.list-group>a.done .fa:before {
  content: url(../images/white-check.png);
}

div.tab-registration-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #5A55A3;
}

div.tab-registration-content{
  //margin-top: -13px;
  background-color: #ffffff;
  //padding-left: 20px;
  //padding-top: 10px;
}

div.tab-registration-tab div.tab-registration-content:not(.active){
  display: none;
}

.callout.callout-warning {
    background-color: #f39c12 !important;
    border-color: #c87f0a;
        color: #fff !important;
}
.callout {
    border-radius: 3px;
    margin: 0 0 5px 0;
    padding: 5px 30px 5px 15px;
    border-left: 5px solid #eee;
    border-left-color: rgb(238, 238, 238);
}

.box.box-default {
    border-top-color: #d2d6de;
}

.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    margin-bottom: 5px;
    width: 100%;
}

.box-header.with-border {
    border-bottom: 3px solid #d2d6de;
    border-bottom-color: rgb(210, 214, 222);
}

.box-header {
    color: #444;
    display: block;
    padding: 5px;
    position: relative;
}

.box-header > .fa, .box-header > .glyphicon, .box-header > .ion, .box-header .box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}

.box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #fff;
}

.tab-content {
  overflow: hidden; 
}

.tab-content img {
  width: 100%;
  -webkit-animation-name: opacity;
  animation-name: opacity;
  -webkit-animation-duration: .3s;
  animation-duration: .3s; 
}

/*.card {
  background: #eee;
  padding: 0.6em;
  line-height: 1.5em; 
}*/
.error-404 {
    margin: 0 auto;
    text-align: center;
  }
  .error-404 .error-code {
    bottom: 60%;
    color: #4686CC;
    font-size: 96px;
    line-height: 100px;
    font-weight: bold;
  }
  .error-404 .error-desc {
    font-size: 12px;
    color: #647788;
  }
  .error-404 .m-b-10 {
    margin-bottom: 10px!important;
  }
  .error-404 .m-b-20 {
    margin-bottom: 20px!important;
  }
  .error-404 .m-t-20 {
    margin-top: 20px!important;
  }
  .help-block{
      font-size: 12px;
  }
a.twitter i,.twitter h4.list-group-item-heading { color:#00acee; }
a.twitter:hover { background-color:#00acee; }
a.twitter:hover * { color:#FFF; }
.p15 {padding: 15px;}
.p-0 {padding: 0px;}
.custab{
    border: 1px solid #ccc;
    //padding: 5px;
    //margin: 5% 0;
    box-shadow: 3px 3px 2px #ccc;
    transition: 0.5s;
    }
.custab:hover{
    box-shadow: 3px 3px 0px transparent;
    transition: 0.5s;
    }
.label { border-radius: 0; text-shadow: none; font-size: 11px; font-weight: normal; padding: 3px 5px 3px; background-color: #abbac3!important }
.label[class*="span"][class*="arrow"] { min-height: 0 }
.label {text-shadow: none;
font-size: 16px;
padding: 1px 15px;
font-weight: normal;
line-height: 15px;
background-color: #ABBAC3!important; }
.label-success,
.badge-success { background-color: #82af6f!important }
.label-warning,
.badge-warning { background-color: #f89406!important }


.visa .visaaction {
  width: 100%;
  margin: 0 auto 15px;
  border-radius: 5px;
  display: flex;
  background: white;
  padding: 0 15px;
  background-clip: content-box;
}
.visa .visaaction .visa-item {
  display: flex;
  width: 20%;
  background: #f96b6b;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}
.visa .visaaction .visa-item.vitem {
  background: #5bd872;
  min-width: 70px;
}
.visa .visaaction .visa-info {
  padding: 10px;
}

.visapass .passaction {
  width: 100%;
  margin: 0 auto 15px;
  border-radius: 5px;
  display: flex;
  background: white;
  padding: 0 15px;
  background-clip: content-box;
}
.visapass .passaction .pass-item {
  display: flex;
  width: 20%;
  background: #f96b6b;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}
.visapass .passaction .pass-item.pitem {
  background: #9e9e9e;
  width: 70px;
}
.visapass .passaction .pass-info {
  padding: 10px;
}
.font12{
    font-size: 12px;
}
.margin0{
    margin: 0px;
}
.m-b-1{
    margin-bottom: 0.2em;
}
.m-r-t-1{
    margin: 10px 0 0 0 !important;
}
.p-t-5{
    padding-top: 5px !important;
}
.font-bold{
    font-weight: bold;
}
#what-we-do{
	background:#ffffff;
}
#what-we-do .card{
	padding: 1rem!important;
	border: none;
	margin-bottom:1rem;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#what-we-do .card:hover{
	-webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
	-moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
	box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}
#what-we-do .card .card-block{
	padding-left: 50px;
    position: relative;
}
#what-we-do .card .card-block a{
	color: #007b5e !important;
	font-weight:700;
	text-decoration:none;
}
#what-we-do .card .card-block a i{
	display:none;
	
}
#what-we-do .card:hover .card-block a i{
	display:inline-block;
	font-weight:700;
	
}
#what-we-do .card .card-block:before{
	font-family: FontAwesome;
    position: absolute;
    font-size: 39px;
    color: #007b5e;
    left: 0;
	-webkit-transition: -webkit-transform .2s ease-in-out;
    transition:transform .2s ease-in-out;
}
#what-we-do .card .block-1:before{
    content: url(../images/new42.png);
}
#what-we-do .card .block-2:before{
    content: url(../images/continue42.png);
}
#what-we-do .card .block-3:before{
    content: url(../images/status42.png);
}
#what-we-do .card .block-4:before{
    content: url(../images/visa-icon.png);
}
#what-we-do .card .block-5:before{
    content: url(../images/pass-icon.png);
}
#what-we-do .card:hover .card-block:before{
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);	
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#what-we-do .card .card-block .card-title{
    font-size: 16px;
}
#what-we-do .card .card-block .card-text{
    font-size: 14px;
    min-height: 60px;
}

.m-reset-0{
    margin: 0 0 0 0 !important;
}
.strike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap; 
    margin-top: 5px;
    margin-bottom: 5px;
}

.strike > span {
    position: relative;
    display: inline-block;
    font-size: 11px;
    border-bottom: 1px solid #8e2800;
}

.strike > span:before,
.strike > span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: black;
}

.strike > span:before {
    right: 100%;
    margin-right: 15px;
}

.strike > span:after {
    left: 100%;
    margin-left: 15px;
}

form div.required label.control-label:after {
  content:" * ";
  color:red;
}
.asterisk:after {
  content:" * ";
  color:red;
}
@media (max-width: 767px) {
	.btn-breadcrumb { margin-left: 10px; margin-right: 10px; width: calc(100% - 20px) !important; }
}

.btn-breadcrumb{
	width: 100%;
	background-color: #fff;
	//border-radius: 4px;
	border: solid 1px #ccc;
}
.btn-breadcrumb .btn{
	border-color: transparent; border: 0px solid transparent;
	border-right: 1px solid transparent !important; 
	font-size: 11px;
}
.breadcrumb-default{ background-color: #fff; }
.btn-primary,.breadcrumb-primary{ background-color: #337ab7; }
.btn-primary:hover{background-color: #286090;}

.breadcrumb-success{ background-color: #5cb85c; }
.breadcrumb-info{ background-color: #5bc0de; }
.breadcrumb-warning{ background-color: #f0ad4e; }
.breadcrumb-danger{ background-color: #d9534f; }
.breadcrumb-negro{ background-color: #d4d4d4; }

.btn-breadcrumb .btn:last-child {font-weight: bold; text-decoration: underline;}
.btn-breadcrumb .btn:last-child:after{margin-left: -2px;}
.btn-breadcrumb .btn:last-child:before{margin-left: -1px;}

.btn-breadcrumb .btn-derecha{
	float: right;
	margin-right: 0px;
	padding: 6px 10px 6px 10px !important;
	margin-left: 0px !important;
	border-radius: 0px !important; 
}
.btn-breadcrumb .btn-derecha:first-child { 
	border-top-right-radius: 2px !important; 
	border-bottom-right-radius: 2px !important; 
}

.btn-breadcrumb .btn-derecha:after, .btn-breadcrumb .btn-derecha:before{
	content: none !important;
}

.btn-breadcrumb .btn:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  margin-left: 0px;
  left: 100%;
  z-index: 3;
}
.btn-breadcrumb .btn:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 10px solid rgb(173, 173, 173);
  position: absolute;
  top: 50%;
  margin-top: -14px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}

/** The Spacing **/
.btn-breadcrumb .btn {padding:6px 12px 6px 24px;}
.btn-breadcrumb .btn:first-child {padding:6px 6px 6px 10px;}
.btn-breadcrumb .btn:last-child {padding:6px 18px 6px 24px;}

/** Default button **/
.btn-breadcrumb .btn.btn-default:after { border-left: 10px solid #fff;}
.btn-breadcrumb .btn.btn-default:hover:after {border-left: 10px solid #e6e6e6;}
.btn-breadcrumb .btn.btn-default:hover:before, .btn-breadcrumb .btn.btn-default:before {border-left: 10px solid #adadad;}
.breadcrumb-default{ border: solid 1px #adadad; }

/** Primary button **/
.btn-breadcrumb .btn.btn-primary:after {border-left: 10px solid #337ab7;}
.btn-breadcrumb .btn.btn-primary:hover:after {border-left: 10px solid #286090;}
.btn-breadcrumb .btn.btn-primary:hover:before, .btn-breadcrumb .btn.btn-primary:before {border-left: 10px solid #204d74;}
.breadcrumb-primary{ border: solid 1px #204d74; }

.declaration-div {
    display: flex;
    height: 135px; 
}

.declaration-image {
    width: 120px;  
    height: 120px; 
    margin: auto;  
}
#footer {
  height: 60px;
  background-color: #f5f5f5;
}

.intl-tel-input {
    display: block;
}

.form-group {
    margin-bottom: 5px;
}

.document-upload {
    border-radius: 8px;
    background: #fff;
    background-color: rgb(255, 255, 255);
    padding: 10px 5px;
    border: 1px solid #ececec;
    box-shadow: 2px 2px 5px 0 rgba(55,50,40, .20);
    -webkit-box-shadow: 2px 2px 5px 0 rgba(55,50,40, .20);
    -moz-box-shadow: 2px 2px 5px 0 rgba(55,50,40, .20);
    -o-box-shadow: 2px 2px 5px 0 rgba(55,50,40, .20);
    -ms-box-shadow: 2px 2px 5px 0 rgba(55,50,40, .20);
    transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
}

.btn-glyphicon { padding:8px; background:#ffffff; margin-right:4px; }
.icon-btn { padding: 1px 15px 3px 2px; border-radius:50px;}