* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    font-family: 'Droid Serif', sans-serif;
    font-display: swap;
}

#sidr {
    display: none;
}

body {
    background: #F2F2F2;
}

.centerAlign {
    display: block;
    margin: 0 auto;
    width: 90%;
}

.boxedLayoutContainer {
    width: 1100px;
    margin: 0 auto 0 auto;
    display: block;
    border: 1px solid #E2E2E2;
    background: #fff;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
}


/*.wider .centerAlign{
	max-width:1120px;
}*/

.headerContainer {
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 0 12px 0px rgba(133, 63, 35, 0.45);
    -moz-box-shadow: 0 0 12px 0px rgba(133, 63, 35, 0.45);
    -o-box-shadow: 0 0 12px 0px rgba(133, 63, 35, 0.45);
    box-shadow: 0 0 12px 0px rgba(133, 63, 35, 0.45);
    height: 60px;
    position: relative;
    z-index: 95;
}

.headerMainWrapper {
    margin: 0 auto;
    display: table;
    padding-left: 31px;
}

.navCont {
    float: left;
    width: 320px;
    text-align: center;
}

.navCont1 {
    width: 270px;
}

.navCont > li {
    display: inline-block;
    margin: 0 20px;
    height: 60px;
    line-height: 61px;
}

.navCont1 > li {
    margin: 0 40px;
}

.navCont > li > a {
    text-align: center;
    text-transform: uppercase;
    display: block;
    color: #787878;
    font-size: 16px;
    height: 60px;
    font-weight: normal;
    font-family: 'Brandon Medium', 'Droid Sans', sans-serif;
    font-display: swap;
}

.hasSub > a {
    padding-right: 30px;
    background: url('../images/subDdArrow.png') 100% 53% no-repeat;
}

.navCont > li.hasSub > ul {
    position: absolute;
    z-index: 15px;
    background: #fff;
    border-top: 2px solid #A7214D;
    line-height: normal;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
    visibility: hidden;
    opacity: 0;
    text-align: left;
    -webkit-transform: perspective(500px) rotateX(-10deg) translateY(15px);
    -moz-transform: perspective(500px) rotateX(-10deg) translateY(15px);
    -o-transform: perspective(500px) rotateX(-10deg) translateY(15px);
    transform: perspective(500px) rotateX(-10deg) translateY(15px);
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
}

.navCont > li.hasSub:hover > ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: perspective(500px) rotateX(0) translateY(0);
    -moz-transform: perspective(500px) rotateX(0) translateY(0);
    -o-transform: perspective(500px) rotateX(0) translateY(0);
    transform: perspective(500px) rotateX(0) translateY(0);
}

.navCont > li.hasSub > ul:before {
    left: 10px;
    top: -8px;
    content: '';
    display: none;
    position: absolute;
    border-bottom: 8px solid #ccc;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}


/*.navCont > li.hasSub > ul > li{
	background:url('../images/navSubSep.png') center bottom no-repeat;
	padding-bottom:1px;
}*/

.navCont > li.hasSub > ul > li > a {
    display: block;
    color: #787878;
    font-size: 12px;
    font-family: 'Brandon Medium', 'Droid Sans', sans-serif;     font-display: swap;
    padding: 11px 30px 10px 15px;
    border-bottom: 1px solid #e1e1e1;
    text-transform: uppercase;
}

.navCont > li.hasSub > ul > li > a:hover {
    background: #f5f5f5;
}

.navCont > li.hasSub > ul > li:last-child > a {
    border-bottom: none;
}

.logoWrap {
    float: left;
    position: relative;
    width: 260px;
}

.logoResp {
    display: none;
}

.shapeWrap {
    background: url('../images/logoShape.png') center top no-repeat;
    width: 100%;
    position: absolute;
    bottom: -35px;
    left: 0;
    z-index: 0;
    height: 70px;
    display: block;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}

.logoWrap a {
    display: table;
    position: relative;
    z-index: 5;
    margin: 6px auto 0 auto;
}

.logoWrap a img {
    display: block;
    width: 185px;
}

.headerContactInfo {
    float: left;
    margin-left: -118px;
    padding: 8px 0px;
}

.phoneNumberInfo,
.officeTimeInfo {
    display: block;
    font-family: 'Brandon Medium', 'Droid Sans', sans-serif;     font-display: swap;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    padding-left: 28px;
    color: #787878;
    background: url(../images/contactInfoSprite.png) left 0 no-repeat;
}

.phoneNumberInfo {
    background-position: left -3px;
    margin-bottom: 5px;
}

.officeTimeInfo {
    background-position: left -29px;
}

.sliderContainer {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 650px;
}

.serviceBannerContainer {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 500px;
    margin-bottom: 0;
    margin-top: 0;
}

.slideImg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: url('../images/slideImg.jpg') 50% -20px no-repeat;
}

.secondPassportImg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: url('../images/secondPassportImg.jpg') 50% -20px no-repeat;
}

.sliderContainer .centerAlign {
    position: relative;
    z-index: 5;
}

.slideImg img {
    width: 100%;
    display: block;
}

.homeTagContainer {
    position: absolute;
    width: 100%;
    top: 27%;
    left: 0;
}

.homePassAppContainer {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.homePassAppContainer p {
    color: #9B8C88;
    font-size: 11px;
    line-height: 16px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background: #F2EDEB none repeat scroll 0% 0%;
    margin-top: 25px;
    margin-bottom: 0;
    padding: 15px 30px;
    font-family: 'Arial', sans-serif;
    font-display: swap;
}

.homePassAppContainer p a {
    color: #9B8C88;
    font-family: 'Arial', sans-serif;
    font-display: swap;
    text-decoration: underline;
}

.homePassAppContainer p a:hover {
    color: #000;
}


/*.homeTagLineWrap{
	padding-bottom:70px;
	padding-top:150px;
}*/

.homeTagLineWrap h1 {
    font-family: 'Droid Sans', sans-serif;
    font-display: swap;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 14px;
}

.homeTagLineWrap a {
    margin: 0 auto;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    display: table;
    border: 2px solid #fff;
    background: rgba(216, 178, 153, 0.5);
    font-weight: normal;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    padding: 7px 20px;
    border-radius: 3px;
    font-family: 'Brandon Bold', 'Droid Sans', sans-serif;
    font-display: swap;
    letter-spacing: 0.8px;
}

.homeTagLineWrap a:hover {
    background: rgba(216, 178, 153, 0.8);
}

.homePassAppType {
    display: block;
}

.homePassAppType h2 {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    padding: 6px 20px 6px 20px;
    display: table;
    margin: 0 auto;
    font-family: 'Brandon Medium', 'Droid Sans', sans-serif;     font-display: swap;
    border-radius: 5px 5px 0 0;
    letter-spacing: 0.8px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: none;
    font-weight: normal;
    position: relative;
    z-index: 5;
    margin-bottom: -1px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    background: url('../images/blurred.jpg') -346px -496px no-repeat;
}

.homePassList {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    padding: 14px 16px 12px 16px;
    display: table;
    margin: 0px auto 0 auto;
    position: relative;
    background: url('../images/blurred.jpg') -164px -528px no-repeat;
}

.homePassList a {
    background: rgb(255, 255, 255);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZmRmZGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(223, 223, 223, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(223, 223, 223, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(223, 223, 223, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(223, 223, 223, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(223, 223, 223, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(223, 223, 223, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf', GradientType=0);
    display: block;
    float: left;
    border: 2px solid #ede8e6;
    padding: 7px 22px 5px 22px;
    border-radius: 4px;
    margin: 0 5px;
    text-transform: uppercase;
    color: #636363;
    font-size: 12px;
    font-family: 'Brandon Medium', 'Droid Sans', sans-serif;     
    font-display: swap;
}

.homePassList a:hover {
    background: #ae1447;
    border-color: #ae1447;
    color: #fff;
    border-bottom-color: #9a0033;
}

.centerWrap {
    display: table;
    margin: 0 auto;
}


/*.homePassList:before{
	content:'';
	width:100%;
	height:1px;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iMiUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIzMiUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSI2OSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSI3MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5OSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,1) 2%, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 32%, rgba(255,255,255,0) 69%, rgba(255,255,255,1) 70%, rgba(255,255,255,1) 99%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(1%,rgba(255,255,255,0)), color-stop(2%,rgba(255,255,255,1)), color-stop(30%,rgba(255,255,255,1)), color-stop(32%,rgba(255,255,255,0)), color-stop(69%,rgba(255,255,255,0)), color-stop(70%,rgba(255,255,255,1)), color-stop(99%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 2%,rgba(255,255,255,1) 30%,rgba(255,255,255,0) 32%,rgba(255,255,255,0) 69%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 99%,rgba(255,255,255,0) 100%);
background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 2%,rgba(255,255,255,1) 30%,rgba(255,255,255,0) 32%,rgba(255,255,255,0) 69%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 99%,rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 2%,rgba(255,255,255,1) 30%,rgba(255,255,255,0) 32%,rgba(255,255,255,0) 69%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 99%,rgba(255,255,255,0) 100%);
background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 2%,rgba(255,255,255,1) 30%,rgba(255,255,255,0) 32%,rgba(255,255,255,0) 69%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 99%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
	position:absolute;
	border-radius:3px;
	left:0;
	top:-1px;
	opacity:0.8;
}*/

.benefitsContainer .centerAlign,
.howItWorksContainer .centerAlign {
    padding: 30px 0 25px 0;
    overflow: hidden;
}

.howItWorksWrap {
    display: table;
    margin: 25px auto 0 auto;
}

.howItWorkBlock {
    float: left;
    width: 25%;
}

.mainTitle {
    margin: 0 auto;
    /* margin-bottom: 35px; */
    display: table;
    padding: 0 90px;
    text-align: center;
    color: #616161;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 26px;
    font-family: 'Droid Serif', sans-serif;
    font-display: swap;
    background: url('../images/titleBgRight.png') center right no-repeat, url('../images/titleBgLeft.png') center left no-repeat;
}

.mainTitlesame {
    margin: 0 auto;
    display: table;
    padding: 0 90px;
    text-align: center;
    color: #616161;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 26px;
    font-family: 'Droid Serif', sans-serif;
    font-display: swap;
    background: url('../images/titleBgRight.png') center right no-repeat, url('../images/titleBgLeft.png') center left no-repeat;
    margin-bottom: 40px;
}

.howItWorkBlock i {
    display: block;
    margin: 0 auto;
    width: 180px;
    height: 180px;
    background: url('../images/howItSprites.png') center top no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}

.howItWorkBlock i.appTypeIcon {
    background-position: 0 0;
}

.howItWorkBlock i.orderIcon {
    background-position: 0 -180px;
}

.howItWorkBlock i.documentIcon {
    background-position: 0 -360px;
}

.howItWorkBlock i.travelIcon {
    background-position: 0 -540px;
}

.howItWorkBlock span {
    display: table;
    margin: 0 auto;
    background: #ae1447;
    width: 30px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    height: 30px;
    position: relative;
    z-index: 5;
    border-radius: 50%;
    font-family: 'Brandon Medium', 'Droid Sans', sans-serif;     font-display: swap;
    font-weight: normal;
    margin-top: 20px;
}

.howItWorkBlock h4 {
    text-align: center;
    font-family: 'Brandon Medium', 'Droid Sans', sans-serif;     font-display: swap;
    font-size: 14px;
    color: #676767;
    letter-spacing: 0.8px;
    margin-top: -15px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 24px 20px 0 20px;
    border-top: 1px dashed #C8C8C8;
}

.benefitsContainer {
    background: #F9F9F9;
    margin-top: 25px;
}

.benefitsBlock {
    float: left;
    width: 48%;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 20px;
    margin-top: 70px;
}

.benefitsBlock-3col {
    width: 32%;
}

.benefitsBlock:nth-child(2n+2) {
    margin-left: 2%;
}

.benefitsBlock i {
    width: 90px;
    height: 90px;
    display: table;
    margin: -70px auto 0 auto;
    border-radius: 50%;
    background: url('../images/benefitSprites.png') center top no-repeat #fff;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}

.benefitsBlock i.icon1 {
    background-position: 0 0;
}

.benefitsBlock i.icon2 {
    background-position: 1px -100px;
}

.benefitsBlock i.icon3 {
    background-position: 2px -180px;
}

.benefitsBlock i.icon4 {
    background-position: 2px -270px;
}

.benefitsBlock h3 {
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-display: swap;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 1px;
    color: #616161;
    margin-bottom: 10px;
}

.benefitsBlock p {
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    color: #929292;
    padding-left: 10px;
    padding-right: 10px;
    height: 55px;
}

.aboutContainer {
    background: url('../images/parallaxImg.jpg') center center fixed no-repeat;
    background-size: cover;
}

.aboutContainer .centerAlign {
    padding: 50px 0;
}

.aboutContainer h1 {
    color: #fff;
    background-image: url('../images/titleBgRightWhite.png'), url('../images/titleBgLeftWhite.png');
}

.aboutContainer p {
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 22px;
    margin-top: 25px;
    text-align: center;
}

.aboutContainer p a {
    color: #fff;
    text-decoration: underline;
}

.aboutContainer p a:hover {
    color: #000;
}

.learnMore {
    display: table;
    margin: 30px auto 0 auto;
    padding: 7px 28px;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 3px;
    border: 2px solid #fff;
    color: #fff;
    letter-spacing: 1.5px;
    font-family: 'Brandon Regular', sans-serif;
    font-display: swap;
}

.learnMore:hover {
    background: rgba(255, 255, 255, 0.1);
}

.testimonialsContainer {
    /*background:url('../images/testPattern_1.jpg') center center repeat;*/
    background: #F9F9F9;
}

.testimonialsContainer .centerAlign {
    padding: 35px 0;
    display: block;
}

.testimonialsWrap {
    margin-top: 30px;
}

.testimonialsWrap li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 400px;
}

.testimonialsWrap li h5 {
    font-family: 'Raleway', sans-serif;
    font-display: swap;
    text-align: center;
    font-size: 22px;
    font-weight: normal;
    color: #646363;
    height: 45px;
}

.testimonialsWrap li img {
    display: block;
    margin: 8px auto;
}

.testimonialsWrap li h6 {
    color: #7c7c7c;
    font-size: 14px;
    font-weight: normal;
    height: 220px;
    max-height: 100%;
    line-height: 22px;
    text-align: center;
}

.testimonialsWrap li span {
    font-family: 'Brandon Medium', sans-serif;
    font-display: swap;
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: table;
    color: #b72d4c;
    text-align: center;
    margin: 0 auto;
    height: 30px;
}

.testimonialsWrap li span:before {
    content: '';
    width: 25px;
    height: 1px;
    background: #dbdbdb;
    display: block;
    margin-top: 8px;
    margin-left: -30px;
    float: left;
}

.logoShowcaseContainer {
    background: #fff;
    padding: 35px 0px 40px 0;
    overflow: hidden;
}

.logoShowcaseContainer h4 {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #797979;
    font-family: 'Brandon Medium', sans-serif;
    font-display: swap;
    font-weight: normal;
}

.seoh2 {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #000;
    font-family: 'Brandon Medium', sans-serif;
    font-display: swap;
    font-weight: normal;
}

.logoShowCaseImg {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 40px;
    width: 100%;
    height: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.logoShowCaseImg:before {
    content: '';
    right: 38px;
    z-index: 5;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, rgba(226, 226, 226, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(226, 226, 226, 0)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(left, rgba(226, 226, 226, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(left, rgba(226, 226, 226, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(left, rgba(226, 226, 226, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(226, 226, 226, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00e2e2e2', endColorstr='#ffffff', GradientType=1);
}

.logoShowCaseImg img {
    float: left;
    display: block;
    margin: 0 25px;
    width: auto !Important;
    height: 60px;
}

.appTypeDataLinksContainer {
    background: #ae1447;
    padding: 50px 0;
}

.appTypeDataLinksContainer h4 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    margin-bottom: 20px;
    font-family: 'Brandon Medium', sans-serif;
    font-display: swap;
}

.appTypeDataLinksWrap {
    display: table;
    margin: 0 auto;
}

.appTypeDataLinksContainer p {
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin-top: 15px;
    line-height: 20px;
}

.appTypeDataLinksContainer p a {
    color: #fff;
    text-decoration: underline;
}

.appTypeDataLinksContainer p a:hover {
    color: #000;
}

.appTypeDataLinksWrap a {
    display: block;
    float: left;
    padding: 9px 16px 7px;
    color: #fbbed2;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 4px;
    font-weight: normal;
    border: 1px solid #fbbed2;
    margin: 0 15px;
    font-family: 'Brandon Medium', sans-serif;
    font-display: swap;
    letter-spacing: 1.5px;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    /*-webkit-box-shadow:inset 0 0 0 0 #c494a4;
	-moz-box-shadow:inset 0 0 0 0 #c494a4;
	-o-box-shadow:inset 0 0 0 0 #c494a4;
	box-shadow:inset 0 0 0 0 #c494a4;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.appTypeDataLinksWrap a:hover {
    color: #AE1447;
    background: #E4E4E4;
    border-color: #E4E4E4;
    /*color:#fff;
	-webkit-box-shadow:inset 0 0 0 70px #c494a4;
	-moz-box-shadow:inset 0 0 0 70px #c494a4;
	-o-box-shadow:inset 0 0 0 70px #c494a4;
	box-shadow:inset 0 0 0 70px #c494a4;
	border-color:#c494a4;*/
}

.appTypeDataLinksWrap.appType2Col a {
    -webkit-box-shadow: inset 0 0 0 0 #ff3a7c;
    -moz-box-shadow: inset 0 0 0 0 #ff3a7c;
    -o-box-shadow: inset 0 0 0 0 #ff3a7c;
    box-shadow: inset 0 0 0 0 #ff3a7c;
}

.appTypeDataLinksWrap.appType2Col a:hover {
    color: #fff;
    -webkit-box-shadow: inset 0 0 0 70px #ff3a7c;
    -moz-box-shadow: inset 0 0 0 70px #ff3a7c;
    -o-box-shadow: inset 0 0 0 70px #ff3a7c;
    box-shadow: inset 0 0 0 70px #ff3a7c;
    border-color: #ff3a7c;
}

.fcoTypeDataLinksContainer {
    background: #ae1447;
    padding: 50px 0;
    margin-top: 35px;
}

.fcoTypeDataLinksContainer h4 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    margin-bottom: 20px;
    font-family: 'Brandon Medium', sans-serif;
    font-display: swap;
}

.fcoTypeDataLinksWrap {
    display: table;
    margin: 0 auto;
}

.fcoTypeDataLinksContainer p {
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin-top: 15px;
    line-height: 20px;
}

.fcoTypeDataLinksContainer p a {
    color: #fff;
    text-decoration: underline;
}

.fcoTypeDataLinksContainer p a:hover {
    color: #000;
}

.fcoTypeDataLinksWrap a {
    display: block;
    float: left;
    padding: 9px 15px 7px;
    color: #fbbed2;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 4px;
    font-weight: normal;
    border: 1px solid #fbbed2;
    margin: 0 8px;
    font-family: 'Brandon Medium', sans-serif;
    font-display: swap;
    letter-spacing: 1.5px;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    /*-webkit-box-shadow:inset 0 0 0 0 #c494a4;
	-moz-box-shadow:inset 0 0 0 0 #c494a4;
	-o-box-shadow:inset 0 0 0 0 #c494a4;
	box-shadow:inset 0 0 0 0 #c494a4;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.fcoTypeDataLinksWrap a:hover {
    color: #AE1447;
    background: #E4E4E4;
    border-color: #E4E4E4;
    /*color:#fff;
	-webkit-box-shadow:inset 0 0 0 70px #c494a4;
	-moz-box-shadow:inset 0 0 0 70px #c494a4;
	-o-box-shadow:inset 0 0 0 70px #c494a4;
	box-shadow:inset 0 0 0 70px #c494a4;
	border-color:#c494a4;*/
}

.fcoTypeDataLinksWrap.appType2Col a {
    -webkit-box-shadow: inset 0 0 0 0 #ff3a7c;
    -moz-box-shadow: inset 0 0 0 0 #ff3a7c;
    -o-box-shadow: inset 0 0 0 0 #ff3a7c;
    box-shadow: inset 0 0 0 0 #ff3a7c;
}

.fcoTypeDataLinksWrap.appType2Col a:hover {
    color: #fff;
    -webkit-box-shadow: inset 0 0 0 70px #ff3a7c;
    -moz-box-shadow: inset 0 0 0 70px #ff3a7c;
    -o-box-shadow: inset 0 0 0 70px #ff3a7c;
    box-shadow: inset 0 0 0 70px #ff3a7c;
    border-color: #ff3a7c;
}

.footerContainer {
    clear: both;
    width: 100%;
    padding: 50px 0 15px 0;
    background: url('../images/footerCityPattern.png') center bottom repeat-x;
}

.footerNav {
    display:table !important;
    /* margin: 0 auto 5px auto; */
    padding-left: 12px;
    text-align: left !important;
}

.footerNav li, .footerNav li:before  {
    float: left !important;
    list-style: disc;
}

.footerNav li:before {
    /* content: ''; */
    width: 5px;
    height: 5px;
    border-radius: 50px;
    margin: 8px 11px 0 0 !important;
    background: #aeaeae;
}

.footerNav li a {
    font-size: 13px;
    font-family: 'Brandon Medium', sans-serif;
    font-display: swap;
    color: #656565;
    text-transform: uppercase;
}

.footerNav li a:hover {
    color: #AE1447;
}

.footerContainer p {
    display: block;
    text-align: center;
    color: #797878;
    font-family: 'Brandon Medium', sans-serif;
    font-display: swap;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 10px;
}

.owl-controls {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    height: 100%;
    position: absolute;
}

.owl-nav {
    width: 100%;
    position: absolute;
    top: 50%;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    position: absolute;
    top: 50%;
    text-indent: 80000px;
    width: 40px;
    margin-top: -20px;
    height: 40px;
    background: url('../images/nextPrevIcon.png') 0 0 no-repeat;
}

.owl-nav .owl-prev {
    left: 20px;
}

.owl-nav .owl-next {
    right: 20px;
    background-position: 0 -40px;
}

.testimonialsWrap .owl-controls {
    display: block;
    position: static;
    margin-top: 20px;
}

.testimonialsWrap .owl-stage-outer {
    margin-left: 2px;
}

.testimonialsWrap .owl-dots {
    display: table !important;
    margin: 20px auto 0 auto;
}

.owl-dots div {
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50px;
    border: 2px solid #a4a4a4;
    float: left;
    margin: 0 8px;
}

.owl-dots div.active {
    border-color: #bb2d58;
}

.innerContentContainer {
    padding: 135px 0 0 0;
    background: #f2f2f2;
    width: 1100px;
    margin: 35px auto;
    margin-top: 0;
}

.pagesNavLlinksWrap {
    overflow: hidden;
    display: table;
    margin: 0 auto;
    /* padding-top: 35px; */
}

.pagesNavLlinksWrap h1 {
    font-size: 18px;
    color: #ae1447;
    font-family: 'Raleway', sans-serif;
    font-display: swap;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-weight: 700;
}

.pagesNavLinks li {
    float: left;
    margin-right: 15px;
    padding-bottom: 30px;
    background: url('../images/boxShadow.png') center 95% no-repeat;
    -webkit-transition: background-position ease 0.5s;
    -moz-transition: background-position ease 0.5s;
    -o-transition: background-position ease 0.5s;
    transition: background-position ease 0.5s;
}

.pagesNavLinks li a.pageLink {
    display: block;
    width: 136px;
    height: 165px !important;
    background: #fff;
    border: 2px solid #ededed;
    text-transform: uppercase;
    font-family: 'Brandon Medium', sans-serif;
    font-display: swap;
    padding: 15px 13px 5px 13px;
    text-transform: uppercase;
    color: #636262;
    line-height: 18px;
    font-size: 12px;
    text-align: center;
    position: relative;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.pagesNavLinks li a.pageLink:before {
    position: absolute;
    width: 40px;
    height: 20px;
    background: url('../images/passLinksBottomArrow.png') center top no-repeat;
    margin-left: -18px;
    left: 50%;
    bottom: -20px;
    content: '';
    display: none;
}

.pagesNavLinks li.activeLink a.pageLink,
.pagesNavLinks li a.pageLink:hover {
    border-color: #d8d8d8;
    background: #e2e2e2;
}

.pagesNavLinks li.active a.pageLink,
.pagesNavLinks li a.pageLink:hover {
    border-color: #d8d8d8;
    background: #e2e2e2;
}

.pagesNavLinks li:hover a.pageLink {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.pagesNavLinks li:hover {
    background-position: center 100%;
}

.pagesNavLinks li.activeLink a.pageLink:before,
.pagesNavLinks li a.pageLink:hover:before {
    display: block;
}
.pagesNavLinks li.active a.pageLink:before,
.pagesNavLinks li a.pageLink:hover:before {
    display: block;
}

.pagesNavLinks li a.pageLink span {
    display: block;
    margin: 0 auto 10px auto;
    width: 80px;
    height: 80px;
    background: url('../images/allApplicationFormSeviceIconsSprite.png') top center no-repeat #fff;
    border: 2px solid #e6e6e6;
    border-radius: 50%;
    -webkit-transition: border-color ease 0.5s;
    -moz-transition: border-color ease 0.5s;
    -o-transition: border-color ease 0.5s;
    transition: border-color ease 0.5s;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}

.pagesNavLinks li a.appFormIcon span {
    background-position: 0 -80px;
}

.pagesNavLinks li a.empoSupIcon span {
    background-position: 0 -150px;
}

.pagesNavLinks li a.twoPassIcon span {
    background-position: 0 -230px;
}

.pagesNavLinks li a.countSigIcon span {
    background-position: 0 -305px;
}

.pagesNavLinks li a.authoLetIcon span {
    background-position: 0 -380px;
}

.pagesNavLinks li a.otherDocsIcon span {
    background-position: 0 -455px;
}

.pagesNavLinks li a.las01 span {
    background-position: 0 -560px;
}

.pagesNavLinks li.activeLink a.pageLink span,
.pagesNavLinks li a.pageLink:hover span {
    border-color: #9f9f9f;
}
.pagesNavLinks li.active a.pageLink span,
.pagesNavLinks li a.pageLink:hover span {
    border-color: #9f9f9f;
}


/*
.pagesNavLinks li:last-child {
    margin-right: 0;
    background: none;
}
*/

.newPageLink {
    display: block;
    width: 110px;
    height: 110px;
    text-align: center;
    border-radius: 50%;
    background: #787878;
    color: #fff;
    margin: 30px auto 0 auto;
    font-family: 'Brandon Medium', sans-serif;
    font-display: swap;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    padding-top: 30px;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    /*-webkit-box-shadow:inset 0 0 0 0 #fbbed2;
	-moz-box-shadow:inset 0 0 0 0 #fbbed2;
	-o-box-shadow:inset 0 0 0 0 #fbbed2;
	box-shadow:inset 0 0 0 0 #fbbed2;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.newPageLink:hover {
    color: #AE1447;
    background: #E4E4E4;
    border-color: #E4E4E4;
}

.innerContentWrapper {
    display: block;
    margin-top: 20px;
    background: #fff;
    border: 2px solid #ededed;
}

.innerContentWrapCon {
    padding: 30px;
}

.splitDivs {
    overflow: hidden;
    width: 100%;
}

.leftDiv {
    float: left;
    width: 48%;
}

.rightDiv {
    float: right;
    width: 48%;
}

.innerTitle {
    display: block;
    text-align: center;
    background: #fff1f6;
    font-size: 18px;
    text-transform: uppercase;
    color: #846d75;
    border: 1px solid #ffe5ee;
    line-height: 28px;
    padding: 8px 10px;
    font-family: 'Raleway', sans-serif;
    font-display: swap;
    font-weight: normal;
    letter-spacing: 1.5px;
}

.innerTitleDesc {
    display: block;
    padding: 25px;
    border: 1px solid #ffe5ee;
    border-top: none;
    margin-bottom: 30px;
}

.innerTitleDesc h4 {
    color: #646464;
    font-family: "Raleway", sans-serif;
    font-display: swap;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.innerTitleDesc h3 {
    color: #646464;
    font-family: "Raleway", sans-serif;
    font-display: swap;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 5px;
}

.innerTitleDesc h2 {
    font-size: 18px;
    color: #ae1447;
    font-family: 'Raleway', sans-serif;
    font-display: swap;
    margin-bottom: 20px;
}

.innerTitleDesc p {
    color: #000;
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 25px;
}

.innerTitleDesc img.innerImage {
    display: block;
    width: 100%;
    max-width: 100%;
}

.innerTitleDesc p > a {
    color: #884c5a;
    text-decoration: underline;
}

.defultListStyle {
    padding-bottom: 10px;
}

.defultListStyle li {
    color: #000;
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
    font-size: 15px;
    line-height: 22px;
}

.defultListStyle li a {
    color: #846d75;
    text-decoration: underline;
}

.defultListStyle li:before {
    content: '';
    display: block;
    left: 1px;
    position: absolute;
    top: 4px;
    width: 13px;
    height: 13px;
    background: url("../images/defaultListBullet.png");
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}

.innerTitleDesc .innerrequestli li {
    color: #000000;
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
    font-size: 15px;
    line-height: 22px;
}

.innerTitleDesc .innerrequestli li a {
    color: #000000;
    text-decoration: underline;
}

.innerTitleDesc .break {
    margin-bottom: 10px;
}

.vidPlace {
    width: 100%;
}

.centerDefualtList {
    text-align: center;
}

.centerDefualtList.defultListStyle li {
    padding-left: 0;
}

.centerDefualtList.defultListStyle li:before {
    display: inline-block;
    position: static;
    margin-right: 5px;
    margin-top: -5px;
    vertical-align: middle;
}

.accordianWrap {
    width: 800px;
    margin: 0 auto;
}

.accordianWrap h3 {
    display: block;
    background: #f2f2f2;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    color: #444;
    font-family: 'Raleway', sans-serif;
    font-display: swap;
    font-weight: 600;
    padding: 10px 60px 10px 14px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-top: 11px;
    font-size: 17px;
}

.accordianWraprequest h3 {
    display: block;
    background: #f2f2f2;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    color: #ae1447;
    font-family: 'Raleway', sans-serif;
    font-display: swap;
    font-weight: 400;
    padding: 10px 60px 10px 14px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-top: 11px;
    font-size: 17px;
}

.accordianWrap h3:first-child {
    margin-top: 0;
}

.accordianWrap h3:before {
    position: absolute;
    right: 0;
    top: 0;
    background: url('../images/accordianArrow.png') 5px center no-repeat;
    width: 50px;
    height: 100%;
    content: '';
    border-left: 1px solid #e4e4e4;
}

.accordianWraprequest h3:before {
    position: absolute;
    right: 0;
    top: 0;
    background: url('../images/accordianArrow.png') 5px center no-repeat;
    width: 50px;
    height: 100%;
    content: '';
    border-left: 1px solid #e4e4e4;
}

.accordianWrap h3.activeAccord:before {
    background-position: -35px center;
    background-color: #ae1447;
}

.accordianWraprequest h3.activeAccord:before {
    background-position: -35px center;
    background-color: #ae1447;
}

.accordianWraprequest h3.activeAccord {
    border-radius: 4px 4px 0 0;
}

.accordianWraprequest h3.activeAccord {
    border-radius: 4px 4px 0 0;
}

.accordianWrap h3 span {
    font-family: 'Droid Serif', sans-serif;
    font-display: swap;
}

.accordianData {
    padding: 15px 25px;
    border: 1px solid #e4e4e4;
    border-top: none;
    border-radius: 0 0 5px 5px;
    background: #fffcfd;
    display: none;
}

.accordianData.showThis {
    display: block;
}

.applyForPassBanContainer {
    background: #ae1447;
    padding: 35px 0;
}

.applyForPassBanContainer h4 {
    font-family: 'Raleway', sans-serif;
    font-display: swap;
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: normal;
    text-align: center;
}

.applyForPassBanContainer a {
    display: table;
    margin: 0 auto;
    padding: 10px 20px;
    border: 2px solid #ffeef4;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-family: 'Brandon Medium', sans-serif;
    font-display: swap;
    border-radius: 5px;
    margin-top: 20px;
    font-weight: lighter;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-box-shadow: inset 0 0 0 0 #fbbed2;
    -moz-box-shadow: inset 0 0 0 0 #fbbed2;
    -o-box-shadow: inset 0 0 0 0 #fbbed2;
    box-shadow: inset 0 0 0 0 #fbbed2;
}

.applyForPassBanContainer a:hover {
    color: #AE1447;
    background: #E4E4E4;
    border-color: #E4E4E4;
}

.innerFooterCont {
    background-color: #eaeaea;
}

.bottomContactContainer {
    overflow: hidden;
    padding-bottom: 40px;
    padding-top: 30px;
}

.bottomContactContainer h3 {
    text-align: center;
    font-family: 'Brandon Medium', sans-serif;
    font-display: swap;
    color: #606060;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 26px;
}

.bcInfoWrap {
    width: 90%;
    margin: 0 auto;
}

.bcInfoWrap h4 {
    color: #7c7979;
    font-size: 24px;
    padding-left: 50px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 54px;
}

.bcForm {
    width: 45%;
    float: left;
}

.bcForm h4 {
    background: url('../images/footerContactIcons.png') -9px -8px no-repeat;
    margin-bottom: 10px;
    line-height: 50px;
}

.bcForm input[type="text"],
.bcForm input[type="email"],
.bcForm select,
.bcForm textarea {
    display: block;
    clear: both;
    font-family: 'Raleway', sans-serif;
    font-display: swap;
    margin-bottom: 10px;
    font-size: 14px;
    width: 100%;
    color: #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 10px;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
}

.bcForm input[type="text"]::-webkit-input-placeholder {
    color: #000;
}

.bcForm input[type="text"]:-moz-placeholder {
    color: #000;
}

.bcForm input[type="text"]::-moz-placeholder {
    color: #000;
}

.bcForm input[type="text"]:-ms-input-placeholder {
    color: #000;
}

.bcForm input[type="email"]::-webkit-input-placeholder {
    color: #000;
}

.bcForm input[type="email"]:-moz-placeholder {
    color: #000;
}

.bcForm input[type="email"]::-moz-placeholder {
    color: #000;
}

.bcForm input[type="email"]:-ms-input-placeholder {
    color: #000;
}

.bcForm textarea::-webkit-input-placeholder {
    color: #000;
}

.bcForm textarea:-moz-placeholder {
    color: #000;
}

.bcForm textarea::-moz-placeholder {
    color: #000;
}

.bcForm textarea:-ms-input-placeholder {
    color: #000;
}

.bcForm select {
    padding: 0 10px 0 10px;
    -webkit-padding-before: 9px;
    -webkit-padding-after: 9px;
}

.bcForm select option {
    padding: 9px 10px 9px 10px;
}

.bcForm textarea {
    resize: none;
    height: 80px;
}

.bcForm input[type="submit"] {
    display: block;
    clear: both;
    width: 100%;
    background: #ae1447;
    color: #fff;
    font-family: 'Brandon Medium', sans-serif;
    font-display: swap;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 7px 0 6px 0;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
}

.bcForm input[type="submit"]:hover {
    background: #000;
}

.bcDetail {
    width: 50%;
    float: right;
    margin-top: 70px;
}

.bcDetail h4 {
    margin-bottom: 0px;
}

.bcDetail p {
    color: #5f5f5f;
    font-size: 16px;
    line-height: 26px;
    margin-top: 5px;
}

.bcDetail p a {
    color: #5f5f5f;
}

.bcDetail p a:hover {
    color: #ae1447;
    text-decoration: underline;
}

.bcDetail p span {
    font-weight: bold;
}

.sepLine {
    width: 100%;
    height: 1px;
    background: #d1d1d1;
    display: block;
    margin: 15px auto;
}

.callIcon {
    background: url('../images/footerContactIcons.png') -9px -68px no-repeat;
}

.innerContentWrapper .mainTitle {
    margin-bottom: 20px;
}

.mailIcon {
    background: url('../images/footerContactIcons.png') -9px -128px no-repeat;
}

.mailContainer {
    overflow: hidden;
    margin-bottom: 20px;
    padding: 25px 0;
    background: #FFF1F6;
    border: 2px solid #ECCBD7;
}

.demoMail {
    background: #fff;
}

.demo2Mail .mailWrapInputWrap {
    background: #fff;
}

.mailWrap {
    display: block;
    width: 100%;
}

.innerContentWrapper .mainTitle {
    margin-bottom: 20px;
}

.mailWrap label {
    float: none;
    font-family: 'Raleway', sans-serif;
    font-display: swap;
    font-size: 14px;
    letter-spacing: 0.7px;
    color: #846D75;
    font-weight: 600;
    margin-right: 15px;
    display: block;
    padding: 0 25px;
    margin-bottom: 17px;
    line-height: 19px;
    margin-left: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.mailWrapInputWrap {
    padding: 5px 0;
    overflow: hidden;
    border-bottom: 1px solid #ECCBD7;
    border-top: 1px solid #ECCBD7;
    background: #fff;
}

.ribbonTitle {
    line-height: 44px;
    height: 44px;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    font-display: swap;
    font-weight: 600;
    color: #fff;
    float: left;
    background: #ae1447;
    padding: 0 25px;
    position: relative;
    margin-right: 50px;
}

.ribbonTitle:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    right: -25px;
    top: 0;
    border-bottom: 22px solid transparent;
    border-left: 25px solid #ae1447;
    border-top: 22px solid transparent;
    outline: 1px solid transparent;
}

.mailWrap input[type="text"] {
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
    font-display: swap;
    padding: 0 14px 0 14px;
    width: 250px;
    border: 1px solid #e7e6e6;
    float: left;
    line-height: 38px;
    height: 38px;
    outline: none;
    margin-right: 20px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 3px;
}

.mailWrap input[type="text"]:focus {
    border-color: #ababab;
}

.mailWrap .quickInqIcon,
.mailWrap input[type="submit"] {
    font-size: 13px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    font-display: swap;
    padding: 0 30px 0 30px;
    background: #ae1447;
    float: left;
    margin-left: 0;
    line-height: 39px;
    height: 38px;
    border: none;
    text-transform: uppercase;
    color: #fff;
    display: block;
    cursor: pointer;
    margin-top: 3px;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-box-shadow: inset 0 0 0 0 #fbbed2;
    -moz-box-shadow: inset 0 0 0 0 #fbbed2;
    -o-box-shadow: inset 0 0 0 0 #fbbed2;
    box-shadow: inset 0 0 0 0 #fbbed2;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.mailWrap .quickInqIcon:hover,
.mailWrap input[type="submit"]:hover {
    background: #333;
}

.contentWithIcon {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.contentWithIcon .innerTitleDesc {
    position: relative;
    margin-bottom: 0;
}

.cwiIcon {
    position: absolute;
    right: 0;
    top: 0;
    width: 340px;
    border-left: 1px solid #ffe5ee;
    height: 100%;
}

.cwiIcon:before {
    content: '';
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    border-right: 10px solid #ffe5ee;
    position: absolute;
    top: 50%;
    left: -10px;
    margin-top: -5px;
}

.cwiContent {
    padding-right: 370px;
    min-height: 250px;
}

.cwiIcon span {
    left: 50%;
    top: 50%;
    position: absolute;
    margin-top: -107px;
    margin-left: -107px;
    height: 215px;
    width: 215px;
    background: url('../images/seviceBigIconsSprites.png') top left no-repeat;
    border: 3px solid #e6e6e6;
    border-radius: 50%;
}

.cwiIcon span.appFormBigIcon {
    background-position: 0 0;
}

.cwiIcon span.passPhotoBigIcon {
    background-position: 0 -215px;
}

.contentWithIcon .innerTitleDesc:nth-child(even) .cwiIcon {
    right: auto;
    left: 0;
    border-right: 1px solid #ffe5ee;
    border-left: none;
}

.contentWithIcon .innerTitleDesc:nth-child(even) .cwiIcon:before {
    left: auto;
    border-right: none;
    right: -10px;
    border-left: 10px solid #ffe5ee;
}

.contentWithIcon .innerTitleDesc:nth-child(even) .cwiContent {
    padding-left: 370px;
    padding-right: 0;
}

.bannerContainer {
    display: block;
    position: relative;
    height: 65px;
}

.bannerContainer img {
    width: 100%;
    display: block;
}

.innerWithBanner {
    padding-top: 0;
}

.bannerWrap {
    position: absolute;
    bottom: 10%;
    left: 0;
    width: 100%;
}

.bannerWrap h1 {
    font-size: 36px;
    color: #616161;
    font-weight: lighter;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-display: swap;
}

.innerWithBanner {
    background: #fff;
}

.innerWithBanner .mainTitle {
    margin-bottom: 60px;
}

.innerTitle.doubleLineheight {
    line-height: 56px;
}

.clear {
    clear: both;
}

.reqDataContainer {
    display: block;
    padding: 50px 30px;
    background: #f7f7f7;
}

.reqDataContainer .centerAlign {
    width: 100%;
}

.reqDataCircleLinks {
    text-align: center;
    margin-top: -10px;
}

.reqDataContainer .mainTitle {
    margin-bottom: 10px;
}

.reqDataCircleLinks li {
    width: 190px;
    display: inline-block;
    margin-top: 45px;
    vertical-align: top;
}

.reqDataCircleLinks li.clear {
    display: block;
    width: 0;
    margin: 0;
    padding: 0;
}

.reqDataCircleLinks li.serviceNote {
    position: relative;
}

.reqDataCircleLinks li.serviceNote img {
    position: absolute;
    right: 180px;
    top: 32%;
    height: 44px;
    width: auto;
    display: block;
}

.reqDataCircleLinks li.serviceNote img.rightAlignNote {
    left: 180px;
    right: auto;
}

.reqDataCircleLinks li a.reqDataIcon {
    display: block;
    width: 135px;
    height: 135px;
    margin: 0 auto;
    background: url('../images/reqDocIcons.png') top center no-repeat #fff;
    border: 3px solid #e6e6e6;
    border-radius: 50%;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}

.reqDataCircleLinks li a.reqDataText {
    display: block;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-display: swap;
    font-weight: 600;
    color: #626566;
    margin-top: 10px;
    font-size: 16px;
    letter-spacing: 0.7px;
    line-height: 20px;
}

.reqDataCircleLinks li a.reqCurPass {
    background-position: 0 0;
}

.reqDataCircleLinks li a.reqAppForm {
    background-position: 0 -135px;
}

.reqDataCircleLinks li a.reqls01Form {
    background-position: 0 -945px;
}

.reqDataCircleLinks li a.reqPassPhoto {
    background-position: 0 -270px;
}

.reqDataCircleLinks li a.reqEmpSup {
    background-position: 0 -404px;
}

.reqDataCircleLinks li a.reqCounter {
    background-position: 0 -540px;
}

.reqDataCircleLinks li a.reqAuthLet {
    background-position: 0 -675px;
}

.reqDataCircleLinks li a.reqOtherDoc {
    background-position: 0 -810px;
}

.reqDataCircleLinks li:hover a.reqDataIcon {
    border-color: #d6d6d6;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.leftGreySplit .innerTitle {
    text-align: left;
    font-size: 19px;
    line-height: 30px;
    padding: 12px 30px;
    background: #ededed;
    border-color: #ededed;
    color: #696969;
    text-transform: none;
}

.leftGreySplit .innerTitleDesc {
    border-color: #ededed;
    background: #fff;
}

.splitBlockFTLine {
    display: table;
    margin: 15px auto 15px auto;
}

.serviceFeeBlockContainer {
    display: block;
    margin-top: 40px;
}

.serviceFeeBlockWrap {
    text-align: center;
}

.serviceFeeBlocks {
    display: inline-block;
    width: 250px;
    margin: 0 15px;
    border: 2px solid #e6e6e6;
    border-radius: 5px;
    vertical-align: top;
    -webkit-transition: -webkit-transform ease 0.5s;
    -moz-transition: -moz-transform ease 0.5s;
    -o-transition: -o-transform ease 0.5s;
    transition: transform ease 0.5s;
}


/*.serviceFeeBlocks:hover{
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05);
	-o-transform:scale(1.05);
	transform:scale(1.05);
}*/

.serviceFeeBlocks h5 {
    font-size: 19px;
    color: #626566;
    padding: 10px 0;
    font-weight: 600;
    display: block;
    text-align: center;
    border-bottom: 2px solid #e6e6e6;
    font-family: 'Raleway', sans-serif;
    font-display: swap;
}

.serviceFeeData span {
    display: block;
    width: 120px;
    height: 120px;
    margin: 25px auto;
    border: 3px solid #e7e7e7;
    background: url('../images/serviceFeeIcons.png') center top no-repeat #fff;
    -webkit-background-size: 120px auto;
    -moz-background-size: 120px auto;
    -o-background-size: 120px auto;
    background-size: 120px auto;
    border-radius: 50%;
}

.serviceFeeData span.preCheckServiceIcon {
    background-position: 0 -120px;
}

.serviceFeeData span.sameDayIcon {
    background-position: 0 -240px;
}

.serviceFeeData span.nextDayIcon {
    background-position: 0 -360px;
}

.serviceFeeData span.oneWeekIcon {
    background-position: 0 0;
}

.serviceFeeData h6 {
    color: #ae1447;
    padding: 0px 0 15px 0;
    font-size: 24px;
    font-weight: normal;
}

.serviceFeeData {
    padding: 0 20px;
}

.serviceFeeData p {
    color: #848484;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 20px;
}

.serviceNote {
    font-size: 15px;
    text-align: center;
    margin-top: 30px;
    line-height: 27px;
    margin-bottom: 10px;
    color: #848484;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.serviceFeeLinks {
    display: table;
    margin: 20px auto 35px auto;
}

.serviceFeeLinks a {
    margin: 0 15px;
    display: block;
    float: left;
    border: 3px solid #c2c1c1;
    color: #525252;
    padding: 10px 22px 8px;
    border: 2px solid #c2c1c1;
    font-size: 14px;
    font-family: 'Brandon Medium', sans-serif;
    font-display: swap;
    text-transform: uppercase;
    border-radius: 3px;
}

.serviceFeeLinks a:hover {
    color: #ae1447;
    border-color: #ae1447;
}

.serviceFeeLinks a.colButton {
    background: #ae1447;
    border-color: #ae1447;
    color: #fff;
}

.serviceFeeLinks a.colButton:hover {
    background: #333;
    border-color: #333;
}


/*.wider .centerAlign{
	width:98%;
	min-width:960px;
	max-width:1300px;
}
.wider1 .centerAlign{
	width:86%;
	min-width:960px;
	max-width:1300px;
}*/

.impHead {
    color: #884c5a;
    font-family: 'Droid Serif', sans-serif;
    font-display: swap;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 22px;
}

.innerImgBlock {
    display: table;
    width: auto;
    padding: 10px 0;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
}

.innerImgBlock img {
    display: block;
    width: 100%;
}

.defultListStyle li span.highLight {
    color: #884c5a;
}

.contactPageWrap {
    background: #fff;
    padding-bottom: 60px;
}

.contactPageWrap .bcForm,
.contactPageWrap .bcDetail {
    width: 100%;
}

.contactPageWrap .centerAlign {
    width: 84%;
}

.contactPageWrap .bcInfoWrap {
    width: 45%;
    float: left;
}

.contactPageWrap .bcDetail {
    margin-top: 0;
}

.contactPageWrap .bcForm {
    margin-top: 35px;
}

.contactInfoBlocks h4 {
    color: #7c7979;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 1.5px;
    line-height: 54px;
}

.contactInfoBlocks h4 i {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: url('../images/contactIcons.png') top center no-repeat;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -7px;
}

.contactInfoBlocks h4.contAppIcon i {
    background-position: 0 0;
}

.contactInfoBlocks h4.contAddIcon i {
    background-position: 0 -40px;
}

.contactInfoBlocks h4.contOfficeIcon i {
    background-position: 0 -80px;
}

.contactRightWrap {
    width: 45%;
    float: right;
}

.contactRightWrap p {
    font-size: 15px;
    color: #5f5f5f;
    line-height: 23px;
    padding-left: 15px;
}

.contactInfoBlocks {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 5px;
}

.contactPageWrap .mainTitle {
    margin-bottom: 40px;
}

.mapWrap {
    width: 100%;
    height: 250px;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 20px;
}

.extraPad {
    padding-top: 250px;
}

.topPad {
    padding-top: 65px;
}

.noMargBottom {
    margin-bottom: 0 !important;
}

.fastTrackTableContainer {
    padding: 50px 0;
    margin-top: 20px;
    background: #f7f7f7;
    overflow: hidden;
}

.fastTrackTableContainer .mainTitle {
    margin-bottom: 25px;
}

.fastTrackTableWrap {
    border: 1px solid #f6cbda;
    background: #fff;
    border-collapse: collapse;
    border-spacing: 0;
    width: 96%;
    margin: 0 auto;
}

.fastTrackTableWrap tr th {
    border: 1px solid #f6cbda;
    padding: 10px 20px;
    font-family: 'Raleway', sans-serif;
    font-display: swap;
    font-size: 16px;
    font-weight: 600;
    color: #846d75;
    text-align: center;
    text-transform: uppercase;
    background: #fff1f6;
    line-height: 28px;
}

.fastTrackTableWrap tr td {
    padding: 12px 15px;
    border: 1px solid #f6cbda;
}

.fastTrackTableWrap tr td h4 {
    font-size: 15px;
    line-height: 21px;
    color: #884c5a;
    margin-bottom: 0;
    font-weight: normal;
}

.fastTrackTableWrap tr td a {
    font-size: 14px;
    color: #848484;
    text-align: center;
    margin-bottom: 0;
}

.fastTrackTableWrap tr td a:hover {
    font-size: 14px;
    color: #848484;
    text-align: center;
    text-decoration: underline;
    margin-bottom: 0;
}

.fastTrackTableWrap tr td p {
    font-size: 14px;
    line-height: 22px;
    color: #848484;
    text-align: center;
    margin-bottom: 0;
}

.fastTrackTableWrap tr td p span {
    color: #ae1447;
    font-weight: bold;
}

.fastTrackTableWrap tr.tableSubHead td {
    font-size: 15px;
    color: #fff;
    background: #ae1447;
    border: 1px solid #f6cbda;
    font-family: 'Raleway', sans-serif;
    font-display: swap;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding: 11px 0;
    line-height: 20px;
}

.innerWithBanner .aboutContainer .mainTitle,
.innerWithBanner .benefitsContainer .mainTitle {
    margin-bottom: 0;
}

.respIcon {
    display: none;
    width: 40px;
    height: 40px;
    background: url('../images/navIcon.png') center center no-repeat #9A0033;
    border-radius: 50%;
    float: right;
    margin-top: 17px;
    margin-right: 15px;
}

.requireDocumentDescription {
    width: 80%;
    margin: 50px auto 0 auto;
    background: #fff;
}

.requireDocumentDescription .innerTitleDesc {
    padding: 15px 20px 10px 20px;
}

.quoteParaWrap,
.innerTitleDesc .quoteParaWrap {
    padding: 10px 20px;
    background: url('../images/quoteInnerLeft.png') 2% 2% no-repeat #FFF8FB;
    border: 1px solid #FCDAE6;
    color: #B34E72;
    line-height: 30px;
}

.innerAppLinks {
    overflow: hidden;
}

.innerAppLinks a {
    float: left;
    font-family: 'Raleway', sans-serif;
    font-display: swap;
    color: #9A0033;
    border: 1px solid #e3b8c6;
    margin: 0 10px 0 0;
    border-radius: 3px;
    padding: 8px 23px;
    text-transform: uppercase;
    font-size: 12px;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-box-shadow: inset 0 0 0 0 #A92752;
    -moz-box-shadow: inset 0 0 0 0 #A92752;
    -o-box-shadow: inset 0 0 0 0 #A92752;
    box-shadow: inset 0 0 0 0 #A92752;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.innerAppLinks a:hover {
    -webkit-box-shadow: inset 0 0 0 70px #A92752;
    -moz-box-shadow: inset 0 0 0 70px #A92752;
    -o-box-shadow: inset 0 0 0 70px #A92752;
    box-shadow: inset 0 0 0 70px #A92752;
    border-color: #A92752;
    color: #fff;
}

.benefitsInner {
    overflow: hidden;
}

.sitemapLinks {
    margin-bottom: 40px;
}

.sitemapLinks li {
    display: block;
    margin-bottom: 15px;
}

.sitemapLinks li a {
    color: #C31E4B;
    font-family: 'Raleway', sans-serif;
    font-display: swap;
}

.sitemapLinks > li > a {
    font-size: 22px;
    font-weight: 600;
}

.sitemapLinks > li > ul {
    margin-left: 20px;
    margin-top: 10px;
}

.sitemapLinks > li > ul > li {
    margin-bottom: 10px;
    background: url('../images/siteMapArrow.png') 0 4px no-repeat;
    padding-left: 15px;
}

.sitemapLinks > li > ul > li > a {
    font-size: 16px;
    color: #333;
    letter-spacing: 0.5px;
}

.sitemapLinks > li > ul > li > ul {
    margin-top: 10px;
    margin-left: 20px;
}

.sitemapLinks > li > ul > li > ul > li {
    margin-bottom: 5px;
    background: url('../images/siteMapArrow.png') 0 4px no-repeat;
    padding-left: 15px;
}

.sitemapLinks > li > ul > li.smHasSub {
    background-image: url('../images/sitemapArrowDown.png');
}

.sitemapLinks > li > ul > li.smHasSub.collapsed {
    background-image: url('../images/siteMapArrow.png');
}

.sitemapLinks > li > ul > li > ul > li > a {
    font-size: 14px;
    color: #333;
}


/* Quick Inquiry Form*/

#quickInquiry {
    display: none;
}

.formWrapper {
    width: 320px;
    padding: 15px 20px;
    display: none;
    overflow: hidden;
    background: #fff;
}

.formWrapper * {
    font-family: 'Raleway', sans-serif;
    font-display: swap;
}

.formWrapper h2 {
    text-align: center;
    color: #ae1447;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 15px;
}

.formWrapper form select,
.formWrapper form input[type="text"],
.formWrapper form input[type="email"],
.formWrapper form textarea {
    background: #fff;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    border-radius: 2px;
    padding: 6px 0 6px 10px;
    font-size: 15px;
    color: #8a8683;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
}

.formWrapper form select {
    padding: 0 0 0 7px;
    -webkit-padding-before: 6px;
    -webkit-padding-after: 6px;
}

.formWrapper form select option {
    padding: 6px 0 6px 10px;
}

.formWrapper form textarea {
    height: 100px;
}

.formWrapper form input[type="text"]:hover,
.formWrapper form textarea:hover {
    border-color: #858585;
}

.formWrapper form input[type="text"]:focus,
.formWrapper form textarea:focus {
    background-image: url('../images/formIconSpriteHvr.png');
    border-color: #ae1447;
    color: #242424;
}

.formWrapper form .capchaWrap input[type="text"] {
    width: 46%;
    font-size: 14px;
    float: left;
    background: none;
    border: none;
    border-bottom: 1px solid #A0A0A0;
    border-radius: 0;
    padding-left: 2px;
}

.formWrapper form a.reloadIcon {
    display: block;
    float: left;
    margin: 10px 0 0 20px;
}

.formWrapper form a.refreshIcon {
    float: left;
    margin: 9px 5px;
}

.formWrapper form img.capchaImg {
    float: right;
}

.formWrapper form input[type="submit"] {
    background: #ae1447;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    padding: 5px 25px;
    cursor: pointer;
    border-radius: 5px;
    display: table;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.formWrapper form input[type="submit"]:hover {
    background-color: #222;
}

.formWrapper form input[type="submit"]:focus {
    background-color: #000;
}

.lessPad {
    padding-top: 21px;
}

.headerContactContainer {
    position: relative;
}

.headerContactInfoA .phoneNumberInfo,
.headerContactInfoA .officeTimeInfo {
    font-family: "Times New Roman";
    font-display: swap;
    font-weight: 600;
}

.headerContactInfoA .phoneNumberInfo {
    color: #b72d4c;
}

.breadcrumb {
    font-family: 'Droid Serif', sans-serif;
    font-display: swap;
    color: #b72d4c;
    margin-bottom: 0 !important;
}

.breadcrumb a {
    font-family: 'Droid Serif', sans-serif;
    font-display: swap;
    color: #b72d4c !important;
    font-size: 14px !important;
    text-decoration: underline;
    margin-bottom: 0 !important;
}

.innerTitlePack p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 18px;
    color: #848484;
    font-family: "Raleway", sans-serif;
    font-display: swap;
}

.innerTitlePack p > a {
    color: #616161;
    font-size: 15px;
    text-decoration: underline;
}


/*additional coding for new same day page*/

.innerTitleDescsame {
    display: block;
    border: 1px solid #e1e1e1;
    border-top: none;
    padding: 25px;
}

.innerTitleDescsame p {
    color: #000;
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 25px;
    font-style: 'Droid Serif', sans-serif;
}

.impHeadsame {
    color: #ae1447;
    font-family: 'Droid Serif', sans-serif;
    font-display: swap;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 22px;
}

.defultListStylesame li {
    color: #848484;
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
    font-size: 15px;
    line-height: 22px;
}

.defultListStylesame li a {
    color: #ae1447;
    text-decoration: underline;
}

.defultListStylesame li:before {
    content: '';
    display: block;
    left: 1px;
    position: absolute;
    top: 4px;
    width: 13px;
    height: 13px;
    background: url("../images/defaultListBullet.png");
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}

.for-outsidersame {
    background: #ae1447 url(../images/icon-globe.png) no-repeat 120px 40px;
    color: #fff;
    padding: 50px 120px 50px 240px;
    margin-bottom: 40px;
}


/* -- Mid Section Classes -- */

.mid-content {
    color: #616161;
}

.mid-content p {
    margin: 0 0 20px 0;
}

.mid-content table {
    border: 1px solid #f6cbda;
    width: 100%;
    border-bottom: 0px;
}

.mid-content table tr td {
    padding: 15px 20px;
    border-left: 1px solid #f6cbda;
    border-bottom: 1px solid #f6cbda;
}

.mid-content table tr td:first-child {
    border-left: 0px;
    border-right: 0px;
    width: 25%;
}

.mid-content table tr td strong {
    color: #ae1447;
}

@media (max-width: 767px) {
    .mid-content {
        font-size: 13px;
    }
    .mid-content table tr td {
        padding: 5px 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .mid-content {
        font-size: 13px;
    }
    .mid-content table tr td {
        padding: 10px 15px;
    }
}


/*31-05-2017*/

.discH2 {
    color: #ae1447;
    font: normal 25px 'Brandon Medium', 'Droid Sans', sans-serif;
    padding-bottom: 15px;
}

.listStyleNew li {
    color: #000;
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
    font-size: 15px;
    line-height: 22px;
}

.disc p {
    padding-bottom: 15px;
}


/*10-07-2017*/

.heading2 {
    font-size: 24px;
    font-weight: 500;
}

.heading3 {
    font-size: 20px;
    /*    font-weight: 600;*/
}

.bpuk-benefits {
    padding-left: 30px;
}

.bpuk-benefits i {
    position: absolute;
    left: 0;
    color: #AE1447;
}

.bpuk-description-col {
    padding-left: 20px
}

span {
    color: #AE1447
}

.btn-primary {
    background: #ae1447;
    border-color: #730429;
}

.btn-primary:hover {
    background-color: #730429;
    border-color: #ae1447;
}

.desc {
    margin-top: 20px
}


/* 24-07-2017 */

.btn-primary:active {
    background-color: #730429;
    border-color: #ae1447;
}

.btn-primary:active:hover {
    background-color: #730429;
    border-color: #ae1447;
}

.spacer {
    margin: 50px
}

.move-up-85 {
    margin-bottom: 85px;
}


/** Breadcrumb **/

.btn-breadcrumb {
    box-shadow: -5px 5px 5px #888888;
    margin-left: -15px
}

.btn-breadcrumb .btn {
    border-radius: 0;
}

.btn-breadcrumb .btn:not(:last-child):after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 10px solid white;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: 100%;
    z-index: 3;
    pointer-events: none;
}

.btn-breadcrumb .btn:not(:last-child):before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 10px solid rgb(173, 173, 173);
    position: absolute;
    top: 50%;
    margin-top: -17px;
    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:not(:last-child):after {
    border-left: 10px solid #fff;
}

.btn-breadcrumb .btn.btn-default:not(:last-child):before {
    border-left: 10px solid #ccc;
}

.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
    border-left: 10px solid #ebebeb;
}

.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
    border-left: 10px solid #adadad;
}


/** Primary button **/

.btn-breadcrumb .btn.btn-primary {
    pointer-events: none;
    background: #730429
}

.btn-breadcrumb .btn.btn-primary:not(:last-child):after {
    border-left: 10px solid #730429;
}

.btn-breadcrumb .btn.btn-primary:not(:last-child):before {
    border-left: 10px solid #730429;
}

.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):after {
    border-left: 10px solid #730429;
}

.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):before {
    border-left: 10px solid #730429;
}

.btn-breadcrumb .btn:last-child {
    pointer-events: none
}

@media screen and (min-width: 1000px) {
    .container-fluid {
        margin: auto 100px;
    }
}

.contactUs p {
    text-align: justify;
}

.contactUs i {
    color: #730429;
    /*    text-indent: -11px;*/
}

.contactUs span {
    color: #656565
}

.bpuk-social i {
    color: #730429;
    font-size: 20px;
    padding-right: 10px;
}


/*About Box*/

.bpuk-about-box,
.bpuk-req-box {
    text-align: center;
    margin-bottom: 50px;
    position: relative
}

.bpuk-about-box {
    padding: 40px 30px;
    border: 1px solid #e6e6e6;
    transition: all .4s ease-in-out
}

.bpuk-about-box,
.bpuk-about-box:hover {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.bpuk-about-box:hover {
    border-color: #AE1447;
    transition: all .4s ease-in-out
}

.bpuk-about-icon {
    width: 60px;
    height: 60px;
    background: #fff;
    border: 1px solid #e6e6e6;
    text-align: center;
    position: absolute;
    left: 50%;
    top: -30px;
    margin-left: -30px;
    margin-bottom: 40px;
    transition: all .4s ease-in-out
}

.bpuk-about-box:hover .bpuk-about-icon,
.bpuk-about-icon {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.bpuk-about-box:hover .bpuk-about-icon {
    background: #AE1447;
    border-color: #AE1447;
    transition: all .4s ease-in-out
}

.bpuk-about-icon i {
    color: #AE1447;
    font-size: 40px;
    line-height: 60px;
    transition: all .4s ease-in-out
}

.bpuk-about-box:hover .bpuk-about-icon i,
.bpuk-about-icon i {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.bpuk-about-box:hover .bpuk-about-icon i {
    color: #fff;
    transition: all .4s ease-in-out
}

a:hover {
    text-decoration: none
}

.bpuk-req-field {
    padding-top: 30px;
    /*    background: rgba(236, 230, 230, .55)*/
}

.bpuk-req-box {
    padding: 0 30px;
    border: 1px solid #e6e6e6;
    border: 1px solid #e6e6e6;
    cursor: pointer;
    transition: all .4s ease-in-out
}

.bpuk-req-box,
.bpuk-req-box:hover {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.bpuk-req-box:hover {
    border-color: #AE1447;
    transition: all .4s ease-in-out
}

@media (min-width: 1200px) {
    .container {
        width: 1100px;
    }
}

.bpuk-req-box {
    height: 150px;
    font-size: 12px;
}

.panel.price,
.panel.price>.panel-heading {
    border-radius: 0;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.panel.price:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, .2)
}

.panel.price:hover>.panel-heading {
    box-shadow: 0 0 30px rgba(0, 0, 0, .2) inset
}

.panel.price>.panel-heading {
    box-shadow: 0 5px 0 rgba(50, 50, 50, .2) inset;
    text-shadow: 0 3px 0 rgba(50, 50, 50, .6)
}

.price .list-group-item {
    border-bottom-: 1px solid rgba(250, 250, 250, .5)
}

.panel.price .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.panel.price .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.price .panel-footer {
    color: #fff;
    border-bottom: 0;
    background-color: rgba(0, 0, 0, .1);
    box-shadow: 0 3px 0 rgba(0, 0, 0, .3)
}

.panel.price .btn {
    box-shadow: 0 -1px 0 rgba(50, 50, 50, .2) inset;
    border: 0
}

.price.panel-red>.panel-heading {
    color: #fff;
    background-color: #AE1447;
    border-color: #FF6062;
    border-bottom: 1px solid #FF6062
}

.price.panel-red>.panel-body {
    color: #fff;
    background-color: #ab2c56
}

.price.panel-red>.panel-body .lead {
    text-shadow: 0 3px 0 rgba(50, 50, 50, .3)
}

.price.panel-red .list-group-item {
    color: #333;
    font-weight: 600;
    text-shadow: 0 1px 0 rgba(250, 250, 250, .75)
}

.panel-heading h3 {
    color: #fff
}

.price-bg {
    background-color: rgba(191, 147, 162, .58)
}

.bpuk-discription-field .mainTitle {
    margin-top: 25px;
}

.bpuk-divider-field {
    padding: 100px 0 70px;
    background: url(../images/helpful.jpg) center no-repeat fixed;
    background-size: cover
}

.bpuk-divider-field .bpuk-divider-col {
    margin-bottom: 30px
}

.bpuk-divider-field .bpuk-divider-col h2 {
    color: #fff;
    font-size: 44px;
    margin-bottom: 20px
}

.bpuk-divider-field .bpuk-divider-col p {
    color: #e2e0e0;
    margin-bottom: 20px
}

.bpuk-divider-field .bpuk-call-numbar {
    border: 1px solid rgba(255, 255, 255, .3);
    padding: 40px 20px
}

.bpuk-divider-field .bpuk-divider-col .bpuk-call-numbar h4 {
    color: #e2e0e0;
    font-size: 24px;
    margin-bottom: 0
}

.bpuk-courses-col,
.bpuk-courses-content p {
    margin-bottom: 30px
}

.bpuk-divider-field .bpuk-divider-col .bpuk-call-numbar h4 i {
    color: #AE1447
}

.bpuk-layer-black:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.bpuk-layer-black {
    position: relative
}

.bpuk-layer-black h3 {
    color: #e2e0e0
}

.bpuk-layer-black:before {
    content: " ";
    position: absolute;
    z-index: 0;
    background: rgba(115, 4, 41, 0.72)
}

.bpuk-divider-field .contact-details h4 {
    margin: 7px 0;
    border-bottom: 1px solid #fff;
    font-size: 18px;
    color: #fff;
    padding-left: 35px;
    padding-bottom: 3px;
    line-height: 24px;
}

.bpuk-divider-field .contact-details p a:hover {
    color: #ae1447;
}

.bpuk-divider-field .contact-details p a,
.bpuk-divider-field .contact-details p {
    color: #fff;
}

.rapid {
    background-image: url(../images/rapid-passports.png);
    height: 175px;
    background-repeat: no-repeat;
    background-size: contain;
}


/*28-07-2017*/

iframe [name=google_conversion_frame] {
    display: none;
}

.no-margin {
    margin: 0
}

.getInTouch form {
    margin-bottom: 50px
}


/*25-08-2017*/

.testimonialsWrap li img{
    height: 20px;
    width: 100px !important;
}

.owl-item .active {
    width: 330px;
    margin-right: 0;
}

.benefitsBlock img{
	width: 80px
}

.vertical-menu {
    position: fixed;
    left: 0;
    bottom: 150px;
    z-index: 50;
}
.vertical-menu li{
    background: #ae1447;
    padding: 10px;
/*    padding-right: 50px;*/
    border-bottom: 1px solid #fff;
}
.vertical-menu li:hover{
    background: #730429;
     -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
    transition: background 2s ease-out;
}
.vertical-menu li a {
    color: #fff;
}
.downArrow{
	text-align: center;
}
.bounce {
	-moz-animation: bounce 3s infinite;
	-webkit-animation: bounce 3s infinite;
	animation: bounce 3s infinite;
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@media (max-width: 980px) {
    .vertical-menu {
        display: none;
    }
}

.ugly-menu a{
    padding-left: 50px;
    text-transform: uppercase;
    font-weight: 600;
    color: #0000ee;
    text-decoration: underline;
}
.ugly-menu p {
    padding-left: 50px;
}
section {
    margin-top: 50px;
    margin-bottom: 50px;
}

.fancybox-nav {
    display: none;
}
.app-pack-form {
    margin-left: 50px
}


/*New Style from Afzal*/
.spa-intro-container{
	padding: 60px 30px;
	margin: 0;
	overflow: hidden;
	background: url(../images/banner-bg-second-passport-application.jpg) right center / auto 100% no-repeat;
}
.spa-info-left{
	display: inline-block;
	vertical-align: middle;
	width: 45%;
}
.spa-info-left p{
	font-size: 18px;
	line-height: 26px;
	margin-top: 15px;
}
.spa-info-left .markRightList{
	margin-top: 30px;
}
.spa-info-right{
	display: inline-block;
	vertical-align: middle;
	width: 40%;
	margin-left: 14%;
}
.spa-info-right .passport-img{
	max-width: 100%;
	display: block;
	margin: -40px auto -50px auto;
}
.markRightList li{
	font-size: 17px;
    line-height: 25px;
    background: url(../images/mark-right.png) 0 3px / 18px auto no-repeat;
    padding: 0 0 0 22px;
    margin-bottom: 5px;
}
.trusted-by-container{
	padding: 20px 30px;
	background-color: #f6f6f6;
	margin-bottom: 60px;
}
.trusted-by-container h4{
	display: inline-block;
	vertical-align: middle;
}
.trusted-logo{
	display: inline-block;
	vertical-align: middle;
}
.trusted-logo img{
	display: inline-block;
	vertical-align: middle;
	width: auto;
	height: 70px;
	margin-left: 20px;
}
.price-container{
	background: url('../images/price-bg-img.jpg') center center / cover no-repeat;	
	padding: 0 0 50px 0 ;
	margin: 0;
}
.price-container .mainTitle{
	margin-bottom: 60px;
}
.price-block{
	display: inline-block;
	width: 30%;
	margin: 0 1.5%;
	background-color: #fff;
	border: 1px solid #ccc;
	text-align: center;
}
.plan-title{
	font-size: 22px;
	font-weight: 600;
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
}
.plan-details{
	margin: 40px 0 0 0;
}
.plan-details li{
	font-size: 14px;
	margin-bottom: 7px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 7px;
	opacity: 0.7;
}
.plan-details li:last-child{
	margin-bottom: 0;
}
.plan-details li:before{
	content: '';
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url(../images/mark-cross.png) 0 0 / cover no-repeat;
    margin-right: 5px;
}
.plan-details li.markRight{opacity: 1;}
.plan-details li.markRight:before{
	background-image: url(../images/mark-right.png);
}
.plan-price{
	font-size: 28px;
	font-weight: 600;
	padding: 15px 0;
	/*border-top: 1px solid #ccc;*/
}

@media screen and (max-width: 768px){
	.spa-info-left,
	.spa-info-right{
		width: 100%;
		margin-left: 0;
	}
	
	.spa-info-right .passport-img {
		max-width: 280px;
		margin: 20px auto -40px auto;
	}
	.trusted-by-container h4 {
		font-size: 16px;
		display: block;
		text-align: center;
	}
	.trusted-logo {
		text-align: center;
		width: 100%;
    	display: block;
	}
	.trusted-logo img {
		display: inline-block;
    	height: 50px;
		margin: 0 10px;
	}
	.price-container .mainTitle{
		margin-bottom: 0;
	}
	.price-block {
		width: 80%;
		margin: 40px 10% 0 10%;
	}
	.plan-title {
		font-size: 20px;
	}
	.plan-details li {
		font-size: 13px;
	}
	.plan-price {
		font-size: 22px;
	}
	.spa-info-left h1 {
		font-size: 26px;
	}
	.spa-info-left p {
    	font-size: 16px;
	    line-height: 24px;
		margin-top: 10px;
	}
	.markRightList li {
		font-size: 15px;
		background-size: 16px auto;
	}
}
@media screen and (max-width: 480px){
	.trusted-logo img {
		display: inline-block;
		height: 44px;    
		margin: 7px 10px 0px 10px;
	}
}