@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');

@import url('https://fonts.googleapis.com/css?family=Niconne&display=swap&subset=latin-ext');
 
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, td, th {
    font-family: 'Poppins', sans-serif !important;
}

body {
	font-family: 'Poppins', sans-serif;
	color:#2a2a2a;
	font-size:15px;
	line-height:28px;
}


img {
	max-width:100%;
	height:auto
}

.header-cont {
    width: 100%;
    float: left;
    font-family: 'Poppins', sans-serif;
    position: relative;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5) !important;
}

.slider-main {
    top: -165px;
    margin-bottom: -165px;
}

.logo {
	padding-left:0px;
}
.logo img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/*menu */

.content {
	margin: 20px auto;
}
.orion-menu {
	margin-top: 0px;
	margin-bottom:0px;
}
.orion-menu {
	width: 100%;
	padding: 0;
	position: relative;
	float: left;
	list-style: none;
}
.orion-menu li {
	display: inline-block;
	font-size: 14px;
	margin: 0;
	float: left;
	line-height: 20px;
	position: relative;
	padding:0px 0px 0px 0px;
}
.orion-menu li:last-child {
	background:none;
}
.orion-menu li ul li {
	background:none;
}

.orion-menu li a {
    padding: 5px 52px 5px 0px;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    -o-transition: color .3s linear, background .3s linear;
    -webkit-transition: color .3s linear, background .3s linear;
    -moz-transition: color .3s linear, background .3s linear;
    transition: color .3s linear, background .3s linear;
    font-size: 15px;
}

.orion-menu li.active > a {
	background: #ffffff;
}
.orion-menu > li > a {
}
/* DROPDOWN */
.orion-menu ul, .orion-menu ul li ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	z-index: 999;
	width: 200px;
	background: #454545;
}
.orion-menu ul {
	top: 30px;
	left: 0;
}
.orion-menu ul li ul {
	top: 0;
	left: 150px;
}
.orion-menu ul li {
	clear:both;
	width:100%;
	font-size:14px;
}
.orion-menu ul li a {
	width:100%;
	padding:9px 22px;
	display:inline-block;
	float:left;
	clear:both;
	color:#ffffff;
	border-bottom:#bdc2ea solid 1px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.orion-menu ul li:hover > a {
}/* DROPDOWN ARROWS*/
.orion-menu .indicator {
	color: #ffffff;
	position: absolute;
	right: 8px;
	top: 24px;
	font-family: 'FontAwesome';
	font-size: 12px;
}
.orion-menu .indicator {
	background-color: #ffffff;
	cursor: pointer;
	display: block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	height: 20px;
	right: 20px;
	text-align: center;
	top: 18px;
	color:#000000;
	width: 20px;
	display:none;
}
.orion-menu .indicator:before {
	content: "\f0d7";/*display:none;*/
}
.orion-menu ul li .indicator {
	right: 20px;
	top: 13px;/*display:none;*/
}
.orion-menu ul li .indicator:before {
	content: "\f0da";/*display:none;*/
}
/* COLLAPSIBLE CONFIGURATION */
.orion-menu > li.showhide {
	display: none;
	width: 100%;
	height: 40px;
	cursor: pointer;
	color: #ffffff;
	background: #454545;
	margin-top:10px;
}
.orion-menu > li.showhide span.title {
	margin: 10px 0 0 18px;
	float: left;
}
.orion-menu> li.showhide span.icon {
	margin: 12px 20px;
	float: right;
}
.orion-menu > li.showhide .icon em {
	margin-bottom: 3px;
	display: block;
	width: 20px;
	height: 2px;
	background: #ffffff;
}
.overlay {
	background: url(home-images/overlay-bg.html) repeat;
	width: 150px;
	height: 120px;
	position: absolute;
	display: none;
	left: 0;
	top: 0;
}
/* red */
.red, .red li ul, .red ul li ul, .red > li.showhide {
	background:#94a0dc;
}

.red {
    background: transparent !important;
}



@media only screen and (max-width: 1023px) {
 .orion-menu li {
 background:none;
}
 .content {
 margin: 0px auto;
}
.orion-menu {
margin: 0;
display: block;
position:absolute !important;
left:0px;
z-index:99;
}
.orion-menu li {
display: block;
width: 100%;
font-size:14px;
}
.orion-menu > li > a {
padding: 10px 70px 10px 18px;
text-align: left;
border-top: solid 1px rgba(255, 255, 255, 0.05);
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}
.orion-menu a {
width: 100%;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}
.orion-menu ul, .orion-menu ul li ul {
width: 100%;
left: 0;
padding: 0 20px;
position: static;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}
.orion-menu .indicator {
right: 0px;
top: 0px;
background:#f5f5f5;
height:40px;
width:40px;
font-size:20px;
line-height:40px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.orion-menu ul li .indicator {
display: block !important;
}
.orion-menu ul li .indicator:before {
content: "\f0d7";
}
 .orion-menu ul li a {
 border-bottom: 1px solid #f5f5f5;
 box-sizing: border-box;
 clear: both;
 color: #000000;
 display: inline-block;
 float: left;
 padding: 9px 22px;
 width: 100%;
}
 .orion-menu .indicator {
 display:block !important;
}
}

.search-cont .container {
    width: 100% !important;
}

.slider-main .carousel-control {
    opacity: 1 !important;
}

.slider-main .carousel-control span.glyphicon {
    top: 63%;
    opacity: 1 !important;
    color: #fff !important;
}

.search-cont {
    width: 100%;
    float: left;
    margin: 90px 0px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5) !important;
    padding: 10px 0px 25px;
}

.search-cont h2 {
    font-size: 56px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

.search-cont h4 {
    font-size: 42px;
    text-align: center;
    font-family: 'Niconne', cursive !important;
}

.searchfield-cont {
	background:rgba(0, 0, 0, 0.5);
	padding: 6px;
	width:100%;
	float:left;
	margin-top:10px;
}
.bootstrap-select .btn {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
	height:44px;
}
.btn {
	border-radius: 0px;
}

.search-btn {
    background: #235f8c;
    color: #ffffff;
    font-size: 18px;
    border: none;
    width: 100%;
    padding: 10px 4px 9px;
    text-transform: uppercase;
    font-weight: 600;
}

a:focus {
	outline:none;
}
.body-cont {
	width:100%;
	float:left;
}

.welcome-cont {
    width: 100%;
    float: left;
    padding-top: 70px;
    padding-bottom: 70px;
}

.welcome-cont h1 {
	font-size: 52px;
	color: #235f8c;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	left: -80px;
	top: -20px;
	margin-bottom: 20px;
	line-height: 52px;
}
.welcome-cont h1 span {
	color: #f96921;
	font-weight: 100;
	font-family: 'Niconne', cursive;
	display: block;
	margin-bottom: 5px;
	font-size: 32px;
	text-transform: initial !important;
	line-height: 30px;
}

.services-cont h2 {
    font-size: 29px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 700;
    margin-top: 0px;
}

.services-cont b {
	font-size:22px;
	font-weight:400;
}
.services-txt h4 {
	text-transform:uppercase;
	font-size: 18px;
	margin-top:0px;
	margin-bottom: 3px;
	font-weight: 600;
}
.service-img {
	width:55px;
	float:left;
}

.services-txt a {
	color: #235f8c;
	text-decoration: none;
}

.services-txt a:hover {
    color: #f96921;
    text-decoration: none;
}

.service-cont {
	margin:20px 0px 0px 0px;
}
.service-cont img {
	float:left;
	margin-right:5px;
}

.services-txt {
    background: url(../home-images/visa-help-icon.png) left 3px no-repeat;
    padding-left: 60px;
    margin-left: 0;
    margin-bottom: 22px;
    width: 50%;
    float: left;
}

.serv-main-box > div:nth-child(2n + 1) {
    clear: both;
}

.services-txt2 {
	background: url(../home-images/visa-help-icon2.png) left 3px no-repeat;
}
.services-txt3 {
	background: url(../home-images/visa-help-icon3.png) left 3px no-repeat;
}
.services-txt4 {
	background: url(../home-images/visa-help-icon4.png) left 3px no-repeat;
}
.services-txt.services-txt5 {
    background: url(../images/ic5.png) left 3px no-repeat;
}
.services-txt6 {
    background: url(../home-images/RELIGIOUS-WORKERS.png) left 3px no-repeat;
}
.services-txt7 {
    background: url(../home-images/0123.png) left 3px no-repeat;
}
.services-txt8 {
    background: url(../home-images/INTRA-COUNTRY-TRANSFER-VISA.png) left 3px no-repeat;
}
.services-txt9 {
    background: url(../home-images/health-care.png) left 3px no-repeat;
}


.flag-scroll {
	width:100%;
	float:left;
	padding: 80px 0px 0px;
}
.flag {
	text-align:center;
}
.flag-img {
	min-height:100px;
}
.flag-name {
	font-size:16px;
	text-transform:uppercase;
}
.flag-name a {
	color:#696969;
}

.flag-head h2 {
	font-size: 48px;
	color: #235f8c;
	margin-bottom:5px;
	margin-top:0px;
	text-transform: uppercase;
	font-weight: 700;
}
.flag-scroll h2 span {
	color:#757fc1;
	font-weight:700;
}

.owl-carousel
{
	margin-top:25px;
}

.flag-scroll b
{
	font-weight:normal;
	font-family: 'Roboto', sans-serif;
}



.footer-cont
{
	width:100%;
	float:left;
}

.footer-row1 {
    width: 100%;
    float: left;
    background: url(../home-images/Need-help-b.g.jpg) #aeb6e7 center top no-repeat;
    padding: 22px 0px;
    margin-bottom: 50px;
    background-size: cover !important;
}

.usa-visatxt
{
	text-align:center;
	font-size:26px;
	line-height:26px;
}

.bg-primary
{
	background:#aeb6e7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:#ffffff solid 2px;
	font-size:18px;
	padding-left:25px;
	padding-right:25px;
}

.bg-primary:hover
{
	background:#7982bb !important;
	color:#ffffff;
}

a {
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

.footer-row2
{
	width:100%;
	float:left;
	background:#243153;
	text-align:center;
	padding:15px 0px;
}

.footer-row2 a
{
	color:#e1e7f9;
}

.footer-row2 a:hover
{
	text-decoration:underline;
}

.footer-row2 ul
{
	margin:10px 0px 10px 0px;
	padding:0px;
}

.footer-row2 ul li
{
	background:url(../home-images/spe.png) right center no-repeat;
	list-style:none;
	display:inline-block;
	padding:0px 6px 0px 2px;
}

.footer-row3
{
	width:100%;
	float:left;
	padding: 30px 0px;
	font-size:12px;
}

.footer-row3 b
{
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 10px;
	display: block;
}

.footer-row4
{
	width:100%;
	float:left;
	padding: 15px 0px;
	font-size:14px;
	background: #103e62;
}


.footer-row4 a
{
	color:#2a2a2a;
}



.inner-slider
{
	height:250px;
	background-size:100% auto;
}

.inner-cont
{
	padding-bottom:40px;
}

.inner-cont img
{
	float:left;
	margin-right:15px;
}

.inner-cont h1
{
	margin-bottom:15px;
}

.inner-cont ul
{
	margin:0px;
	padding:10px 0px 0px 0px;
}

.inner-cont ul li
{
	list-style:none;
	background:url(../home-images/icon.jpg) left 10px no-repeat;
	padding:0px 0px 10px 15px;
	font-weight:700;
}

/*.owl-stage {
  width: 100% !important;
}*/


.phone-cont ul li {
    display: inline-block;
    padding-left: 12px;
}

.phone-cont ul {
    padding-left: 0px;
    text-align: right;
    margin-bottom: 0px !important;
}

.email-cont, .phone-cont {
    padding-top: 30px;
}

.bottom-cont {
    border-top: 1px solid #a5a5a5 !important;
    position: relative;
    border-bottom: 1px solid #a5a5a5;
    padding: 14px 0px;
}

.top-cont {
    padding: 12px 0px 15px;
}

.top-cont p, .top-cont a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

.phone-cont ul li:first-child::after {
    content: "|";
    color: #fff;
    font-weight: 100 !important;
    padding-left: 12px;
    font-size: 18px;
}

.phone-cont ul li img {
    position: relative;
    top: -3px;
    margin-right: 8px;
}

.email i.fa {
    font-size: 20px;
    margin-right: 5px;
}

.searchfield-cont .bootstrap-select {
    width: 97% !important;
}

.searchfield-cont .bootstrap-select span.filter-option {
    font-size: 13px;
    color: #555;
}

.searchfield-cont .bootstrap-select span.bs-caret {
    color: #235f8c;
}

.search-btn i.fa {
    margin-right: 5px;
    position: relative;
    top: -1px;
}

.welcome-cont .btn {
    background: #235f8c !important;
    border-radius: 0px !important;
    padding: 18px 30px;
    font-weight: 600;
    color: #fff !important;
}


.footer-cont {
    background: linear-gradient(180deg, #00052c, #01418a )!important;
}

.footer-row4 ul {
    padding: 0px;
    margin: 0px;
    text-align: right;
}

.footer-row4 ul li {
    display: inline-block;
    padding-left: 10px;
}

.footer-row4 ul li a {
    color: #fff;
}

.footer-row4 p {
    margin: 0px;
    color: #fff;
}

.footer-row3 .container {
    border-top: 1px solid #82b0d2;
    padding-top: 30px;
}

.footer-row3 p {
    font-style: italic;
    font-size: 14px;
    font-weight: 400;
    color: #88b4d5;
}

.footer-cont ul {
    margin: 0px;
    padding: 0px;
}

.footer-cont ul li {
    list-style: none;
    color: #fff;
    font-size: 14px;
}

.footer-cont h2 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-cont ul.main-menu li {
    width: 50%;
    float: left;
}

.footer-cont ul li a {
    color: #fff;
}

.footer-cont ul li {
    line-height: 32px;
    font-weight: 300;
}

.footer-cont ul li a {
    color: #fff;
    text-decoration: none;
}

.footer-cont {
    color: #fff;
}

.footer-row1 p {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0px;
}

.footer-row1 p a.btn.bg-primary {
    margin-top: 20px !important;
    background: #f96921 !important;
    border-radius: 0px !important;
    border-color: #f96921 !important;
    font-size: 22px !important;
    font-weight: 600;
    padding: 15px 40px;
    display: inline-block;
}

.footer-cont form {
    margin: 20px 0px 30px !important;
    display: inline-block;
    width: 100%;
}

.footer-cont form input[type="text"] {
    background: #121b51;
    border: none;
    color: #fff !important;
    width: 60%;
    float: left;
    padding: 10px;
    font-size: 16px;
}

.footer-cont form input[type="submit"] {
    width: 40%;
    float: left;
    padding: 10px;
    background: #f96921;
    border: none;
    text-transform: uppercase;
    font-weight: 500;
}

.footer-cont form input::placeholder {
    color: #fff;
}

.services-cont {
    clear: both;
    background: #f6f6f6;
}

.services-cont .col-xs-12 {
    padding: 0px !important;
}

.services-cont .ser-img {
    position: relative;
}

.services-cont .ser-img .box-cont {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7) !important;
    padding: 25px 20px;
}

.services-cont .ser-img .box-cont b {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    display: block;
}

.serv-main-box {
    display: inline-block;
    width: 100%;
    padding: 30px 30px;
}

.flag-scroll .visa-application {
    padding: 0px;
    position: relative;
}

.flag-head {
    text-align: center;
    margin-bottom: 30px;
}

.applying-certificate b, .flag-head b {
    font-size: 20px;
    font-weight: 600;
    color: #f96921;
}

.flag-scroll .flag-cont {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 22%;
}

.flag-scroll .flag-cont h4 {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
}

.flag-scroll .flag-cont a.btn {
    display: inline-block;
}

.flag-scroll .flag-cont img {
    display: block;
    margin: 0px auto 20px;
}

.flag-scroll .flag-cont a.btn {
    background: #f96921;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    padding: 13px 30px;
}
.serv-main-box a.btn {
    background: #235f8c !important;
    border-radius: 0px !important;
    padding: 18px 60px;
    font-weight: 600;
    color: #fff !important;
    font-size: 18px;
    margin-top: 10px;
    clear: both;
    float: left;
}
.welcome-cont p span {
    display: none;
}

.prices-table table {
    width: 100%;
}

section.page-body {
    clear: both;
    padding: 40px 0px;
}

.prices-table h2 {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin: 0px 0px 12px;
    text-transform: uppercase;
}

.table-box {
    margin-bottom: 30px;
}

.table-box table {
    background: #f5f5f5;
}

.table-box table tr:first-child td {
    text-align: center;
    font-size: 20px;
    background: #235f8c;
    padding: 10px;
    color: #fff;
    font-weight: 600;
}

.table-box table tr td {
    border: 1px solid #235f8c;
    padding: 8px 15px;
    width: 50%;
    font-size: 16px;
}

.table-box.column-3-table table tr td {
    width: 33.33%;
    text-align: left;
}
.table-box.column-3-table table tr td:nth-child(2) {
    text-align: left;
}

.table-box table tr td:nth-child(2) {
    text-align: center;
}

.page-body h1, .visa-page h1 {
    margin-top: 0px;
    font-size: 42px;
    color: #235f8c;
    text-transform: uppercase;
    font-weight: 700;
	text-align: center;
}

.page-body ol, .page-body ul {
    padding-left: 0px;
}

.head-sec {
    text-align: center;
    margin-bottom: 30px;
}

.page-body ol li {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 10px;
    position: relative;
    list-style: none;
    padding-left: 22px;
}

.page-body ol li b {
    font-weight: 600;
}

.visa-page, .ser-img img {
    border: 1px solid #d2d2d2;
    padding: 2px;
}

.not-cont {
    margin-top: 20px;
}

.not-cont strong {
    font-size: 18px;
}

.head-sec::after {
    content: '';
    display: block;
    max-width: 500px;
    height: 7px;
    border: 1px solid #235f8c;
    margin: 20px auto 40px;
    border-left: none;
    border-right: none;
    border-image-slice: 1;
    border-image-source: linear-gradient(to left, #edecfb ,#235f8c);
}

.page-body ol li::before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background: #f96921;
	transform: rotate(45deg);
	position: absolute;
	left: 0;
	top: 9px;
}

.faq-cont p {
    margin-bottom: 20px;
}

.faq-cont h4 {
    margin-top: 0px;
    font-size: 18px;
    font-weight: 600;
    color: #235f8c;
}

.page-content h4{
    margin-top: 0px;
    font-size: 18px;
    font-weight: 600;
    color: #235f8c;
}
.visa-details tr td {
    border: 1px solid #000;
    padding: 8px 14px;
    font-size: 14px;
    line-height: 24px;
}

.visa-details table.noborder tr td {
    border: none;
    padding: 0;
}

.visa-details tr td ul li {
    list-style: none;
}

table.noborder.bottom-table {
    margin-top: 30px;
}

tr.noborder td {
    border: none;
    padding: 0px;
    padding-bottom: 10px;
}

tr.bottom-sec > td {
    border: none;
    padding: 0px !important;
}

.greytext {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    margin-top: 20px;
    color: #000;
}

.greytext {
    padding-top: 20px;
}

table.bottom-table {
    margin-top: 20px;
}

table.bottom-table tr:first-child td {
    border-bottom: none;
}

.orion-menu > li > a:hover {
    color: #f96921;
}

.serv-main-box a.btn:hover, .welcome-cont .btn:hover {
    background: #f96921 !important;
}

.footer-row1 p a.btn.bg-primary:hover, .flag-scroll .flag-cont a.btn:hover {
    background: #fff !important;
    color: #000;
    border-color: #fff !important;
}

.visa-details h2 {
    margin-top: 0px;
    font-size: 42px;
    font-weight: 700;
    color: #235f8c;
    text-transform: uppercase;
}

.page-body table {
    width: 100%;
}

.forms-page form > table > tbody > tr > td {
    border: 1px solid #235f8c !important;
    padding: 8px;
}

.forms-page table td a {
    text-decoration: none;
    color: #235f8c;
}

td.whitebold {
    color: #fff;
}

.content-form {
    padding-top: 30px;
}

.content-form strong {
    font-size: 24px;
    margin-bottom: 10px;
    display: block;
}

.serv-box p a {
    font-weight: 700;
    text-decoration: none;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #235f8c;
}

.serv-box {
    text-align: center;
    background: #f7f7f7;
    border: 1px solid #e4e4e4;
    min-height: 370px;
}

.serv-box p {
    padding: 10px;
    font-size: 14px;
}

.services-page h1::after {
    content: '';
    display: block;
    max-width: 500px;
    height: 7px;
    border: 1px solid #235f8c;
    margin: 20px auto 40px;
    border-left: none;
    border-right: none;
}

.page-body .prices-table h1 {
    text-align: center;
    font-size: 48px;
    font-weight: 100;
    margin-top: 0px;
    color: #f96921;
    font-family: 'Niconne', cursive !important;
    text-transform: unset;
}

ul.contact-info li {
    list-style: none;
    text-align: center;
    border-bottom: 4px solid #f96921;
    margin-bottom: 10px;
    padding: 14px 10px;
    background: #f9f9f9;
}

ul.contact-info li i.fa {
    font-size: 24px;
    color: #f96921;
}

ul.contact-info li h3 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin: 10px 0px;
}

ul.contact-info li p, ul.contact-info li p a {
    font-size: 15px;
    color: #000;
    margin: 0px;
}

.contact-form {
    background: #f9f9f9;
    padding: 24px;
    border-bottom: 4px solid #f96921;
}

.contact-form h2 {
    margin: 0px 0px 10px;
    font-size: 26px;
    font-weight: 600;
}

.contact-form .input-box {
    margin-bottom: 8px;
}

.contact-form .input-box label {
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 2px;
}

.contact-form input, .contact-form textarea {
    width: 100%;
    background: #fff;
    padding: 5px;
    line-height: initial;
    font-size: 15px;
    max-height: 100px;
}

.contact-form .left-box {
    width: 49%;
    float: left;
}

.contact-form .right-box {
    width: 49%;
    float: right;
}

.contact-form .input-box input#verificationCode {max-width: 300px;}

.contact-form .input-box img {
    height: 37px;
    position: relative;
    top: -1px;
}

.input-button.full-box input, .input-button.full-box input:focus {
    width: auto;
    background: #f96921 !important;
    border: 2px solid #f96921;
    padding: 8px 40px;
    color: #fff !important;
    font-weight: 600;
}

ul.contact-info li:hover {
    background: #f9794b;
    transition: all 0.5s;
}

ul.contact-info li:hover * {
    color: #fff !important;
}

.input-button.full-box input:hover {
    background: #0d3451 !important;
    border-color: #0d3451 !important;
}

.top-visa-page table.bordered tr td {
    border: 1px solid #000;
    padding: 10px;
}

.top-visa-page table.bordered tr td ul li {
    list-style: none;
}

.top-visa-page table.bordered tr td, .top-visa-page table.bordered tr th {
    border: 1px solid #235f8c;
    padding: 8px;
    font-size: 14px;
    background: #f5f5f5;
}

.top-visa-page table.bordered tr td ul li {
    list-style: none;
}

.top-visa-page h3 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    color: #235f8c !important;
}

.top-visa-page table.padding-sec tr td {
    font-size: 14px;
    padding: 8px;
}

.top-visa-page table.bordered tr td:last-child {
    min-width: 180px;
}

.top-visa-page table.bordered tr th {
    background: #0d3451;
    border: 1px solid #143e5d;
    color: #fff !important;
}


.page-body table.padding-sec {
    margin-bottom: 15px;
}

.page-body table.padding-sec tr:first-child td {
    background: #0d3451;
    border: 1px solid #143e5d;
    color: #fff !important;
}

.top-visa-page .head-sec {
    margin-bottom: 0px !important;
}

.top-visa-page .head-sec:after {
    margin-bottom: 20px;
}

.img-right img {
    width: 100%;
    border: 1px solid #bfbebe;
    padding: 2px;
}

ul.cstm-list li {
    list-style: none;
}

ul.cstm-list li::before {
    content: "\f178";
    font: normal normal normal 16px/1 FontAwesome;
    margin-right: 10px;
    color: #235f8c;
}

section.page-body.nigeria-visa-page .head-sec h1 {
    font-size: 34px;
}

ul.cstm-list.new-list li {
    width: 16.66677% !important;
    float: left;
}

ul.cstm-list.new-list li:last-child {
    width: 100% !important;
}

ul.cstm-list.new-list {
    display: inline-block;
    width: 100%;
}

.blubold {
    font-size: 20px;
    margin-top: 10px;
    font-weight: 700;
    color: #235f8c;
    border-bottom: 2px solid;
    display: inline-block;
}

.boldtext {
    font-weight: 600;
}

.services-cont .ser-img img {
    border: none;
    padding: 0px;
    width: 100%;
}

.services-txt5, .services-txt6, .services-txt7, .services-txt8 ,.services-txt9 {
    display: none;
}

.service1 .ser-cont h3 {
    margin: 0px 0px 10px;
    font-weight: 600;
    color: #235f8c;
}

.container-fluid.service-sec2 {
    background: #eaeaea;
    padding: 50px 50px 30px;
    margin-top: 30px;
}

section.page-body.service1 {
    padding-bottom: 0px;
}

.service-sec2 table tr td.head-table {
    font-weight: 700;
    color: #ffffff;
    font-size: 21px;
    text-transform: uppercase;
    background: #0d3451;
}

.service-sec2 table {
    margin-bottom: 20px;
}

.service-sec2 table tr td {
    border: 1px solid #0d3451;
    padding: 5px;
    font-size: 14px;
    color: #000;
}


.carousel-inner img {
    width: 100%;
    height: 100%;
  }

.footer-logo{
    margin-top: 20px;
    margin-bottom: 20px;
}   
.footer-logo img:first-child{
    margin-right: 30px;
}
.contact-form .service-checkbox input{
        width: auto;
    margin-right: 10px;
    margin-top: 0;
    vertical-align: middle;
}

