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

/*---------- Google Fonts ----------*/



body{
    font-family: 'FuturaStdMedium_19058';
    background-color: #fff;
}

.navbar-brand > img {
    width: 390px;
}


a,
input,
button,
textarea { outline: none !important; }

a {
    transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -ms-transition: all ease-in-out 300ms;
    -o-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
    text-decoration: none !important;
}
p {
    font-size: 18px;
    line-height: 18px;
}

h1 {
    font-size: 36px;
    line-height: 36px;
    margin: 0px;
    padding: 0px;
    font-family: 'FuturaStdMedium_19058';
}
h2 {
    font-size: 30px;
    line-height: 30px;
    margin: 0px;
    padding: 0px;
    font-family: 'FuturaStdMedium_19058';
}
h3 {
    font-size: 24px;
    line-height: 24px;
    margin: 0px;
    padding: 0px;
    font-family: 'FuturaStdMedium_19058';
}
h4 {
    font-size: 20px;
    line-height: 20px;
    margin: 0px;
    padding: 0px;
    font-family: 'FuturaStdMedium_19058';
}
h5 {
    font-size: 18px;
    line-height: 18px;
    margin: 0px;
    padding: 0px;
    font-family: 'FuturaStdMedium_19058';
}
h6 {
    font-size: 16px;
    line-height: 16px;
    margin: 0px;
    padding: 0px;
    font-family: 'FuturaStdMedium_19058';
}
.pad-left {
    padding-left:0;
}

.pad-right {
    padding-right:0;
}

.pad-top {
    padding-top:0;
}

.pad-bottom {
    padding-bottom:0;
}

.padding {
    padding:0;
}
img {
    max-width: 100%;
}


/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/
header.header {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9999;
}
.header .navbar-default {
    background-color: transparent;
    border: none;
}
.header h5.visit {
    text-align: right;
   
}
.header h5.visit a {
    background-color: #c52033;
    font-family: 'FuturaStdMedium_19058';
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 17px 70px;
    line-height: 18px;
    display: inline-block;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 1px 5px 3px #000;
    -ms-box-shadow: 1px 5px 3px #000;
    -o-box-shadow: 1px 5px 3px #000;
    -moz-box-shadow: 1px 5px 3px #000;
    -webkit-box-shadow: 1px 5px 3px #000;
    letter-spacing: 1px;    
}
.header .navbar-default .navbar-nav > li > a {
    font-family: 'FuturaStdHeavy_19050';
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1px;
    padding: 45px 20px;
}
.header .navbar-default .navbar-nav > li > a:hover {
    color: #eed6a9;
}
.header .navbar-default .navbar-nav > li:last-child > a {
    padding-right: 0px;
}
.header .navbar-default .navbar-nav>li.current-menu-item a{
    color: #eed6a9;
}



/*==================================================================*/
/*========== Header end ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== carousel start ==========*/
/*==================================================================*/
.carousel .caption {
    position: absolute;
    bottom: 90px;
    left: 0;
    right: 0;
    /*transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);*/
    text-align: center;
    margin: 0 auto;
}
.overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
}
.carousel .carousel-inner .item   {
    height: 700px;
    width: 100%;
}
.carousel .caption p {
    position: relative;
    font-size: 30px;
    font-family: 'FuturaStdLight_19054';
    z-index: 999;
    text-transform: uppercase;
    padding: 14px 0px;
    width: 640px;
    margin: 0 auto;
    line-height: 30px;
    color: #fff;
}
.carousel .caption p:before {
    /*border-bottom: 100px solid red;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;*/
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-image: url(../images/background-caption.png);
    margin: 0 auto;
    z-index: -2;
    background-repeat: no-repeat;
}
.carousel .caption h2 { 
   font-size: 90px;
   font-family: 'FuturaStdBold_19042_1';
   line-height: 90px;
   color: #ffffff;
   text-transform: uppercase;
   text-shadow: 4px 2px 0px #000;
   -webkit-transform: 4px 2px 0px #000;
    -moz-transform: 4px 2px 0px #000;
    -ms-transform: 4px 2px 0px #000;
    -o-transform: 4px 2px 0px #000;
    letter-spacing: 1px;
    margin: 5px 0px;
}
.carousel .caption a:before {
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-image: url(../images/background-caption1.png);
    margin: 0 auto;
    z-index: -2;
    background-repeat: no-repeat;
} 
.carousel .caption a {
    position: relative;
    font-size: 30px;
    font-family: 'FuturaStdMedium_19058';
    z-index: 999;
    text-transform: uppercase;
    padding: 14px 0px;
    width: 640px;
    margin: 0 auto;
    line-height: 30px;
    color: #fff;
    display: block;
}

/*==================================================================*/
/*========== carousel end ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== middle start ==========*/
/*==================================================================*/
.middle-main {
    padding: 136px 0px 105px;
}
.who-main-sec {
    background-color: #f7f7f7;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    padding: 90px 0px 45px;
}
.who-main-sec p {
    font-family: 'FuturaStdLight_19054';
    width: 80%;
    margin: 0 auto;
    font-size: 26px;
    line-height: 36px;
    color: #000;
    padding: 0 0 30px;
}
/*.who-main-sec h2 {
     position: relative;
    font-size: 30px;
    font-family: 'FuturaStdMedium_19058';
    z-index: 999;
    text-transform: uppercase;
    padding: 14px 0px;
    width: 640px;
    margin: 0 auto;
    line-height: 30px;
    color: #fff;
    display: block;
}
.who-main-sec h2:before {
    border-bottom: 100px solid red;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    height: 140px;
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-image: url(../images/heading-who-bg.png);
    margin: 0 auto;
    z-index: -2;
    background-repeat: no-repeat;
}*/
.shape-main {
    background-image: url(../images/heading-who-bg.png);
    background-repeat: no-repeat;
    height: 140px;
    position: absolute;
    width: 620px;
    margin: 0 auto;
    display: table;
    top: -76px;
    left: 0px;
    right: 0;
}
.shape-main h2 {
    padding: 9px 0px;
    font-size: 100px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'blanch_caps_inlinewebfont';
    line-height: 100px;
}
.who-main-sec .btn {
    background-color: #000;
    border-radius: 0px;
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: 'FuturaStdMedium_19058';
    letter-spacing: 1px;
    padding: 20px 0px;
    outline: solid black 5px !important;
    /* outline-offset: 5px; */
    border: 3px solid #eed6a9;
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    display: table;
    width: 250px;
    margin: 0 auto;
}
/*==================================================================*/
/*========== middle start ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== oder-services-main start ==========*/
/*==================================================================*/
.oder-services-main {
    background-image: url(../images/bg-oder.jpg);
    background-repeat: no-repeat;
    padding: 55px 0px 35px;
    width: 100%;
    background-size: cover;
}
.oder-services-main h3 {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 30px;
    font-family: 'FuturaStdHeavy_19050';
    color: #2e2a2b;
    letter-spacing: 2px;
    margin-bottom: 55px;
}
.oder-services-main .services-block .services-block-img {
    margin-bottom: 20px;
}
.oder-services-main .services-block .services-block-img img {
    width: 100%;
}
.oder-services-main .services-block .services-description {
    border-bottom: 2px solid #9b1627;
    border-top: 2px solid #9b1627;
    padding: 25px 0px;
}
.oder-services-main .services-block .services-description h5 {
    text-transform: uppercase;
    font-family: 'FuturaStdHeavy_19050';
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 15px;
}
.oder-services-main .services-block .services-description p {
    font-family: 'FuturaStdBook_19044';
    font-size: 24px;
    line-height: 30px;
    color: #000;
    margin-bottom: 15px;
}
.oder-services-main .services-block .services-description .btn {
    padding: 0px;
    font-size: 19px;
    font-family: 'FuturaStdHeavy_19050';
    line-height: 19px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #c01e28;

}
.oder-services-main .services-block {
    margin-bottom: 40px;
}
.contact-btn {
    text-align: center;
}
.contact-btn .btn {
    background-color: #c01e28;
    border-radius: 0px;
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: 'FuturaStdMedium_19058';
    letter-spacing: 1px;
    padding: 20px 0px;
    outline: solid #c01e28 5px !important;
    /* outline-offset: 5px; */
    border: 3px solid #eed6a9;
    width: 250px;
}
/*==================================================================*/
/*========== oder-services-main end ==========*/
/*==================================================================*/

.footer {
    background-color: #2e2a2b;
    padding: 35px 0px 30px;
}
.footer h4 { 
    font-size: 18px;
    font-family: 'FuturaStdMedium_19058';
    line-height: 18px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.footer .address-detail p {
    font-size: 18px;
    font-family: 'FuturaStdBook_19044';
    color: #ffffff;
    line-height: 22px;
    margin: 0 0 5px;
}
.footer .address-detail p a {
    color: #ffffff;
}
.footer .address-detail p a:hover {
    color: #c01e28;
}
.about-detail ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.about-detail ul li a {
    font-size: 18px;
    line-height: 18px;
    font-family: 'FuturaStdBook_19044';
    color: #ffffff;
    line-height: 26px;
}
.about-detail ul li a:hover { 
   color: #c01e28;
}
.social-icon-footer ul {
   margin: 0px;
   padding: 0px;
}
.social-icon-footer ul li {
    display: inline-block;
    margin: 0 12px;
}
.social-icon-footer ul li a {
    font-size: 20px;
    width: 50px;
    height: 50px;
    border: 1px solid #ffffff;
    display: block;
    text-align: center;
    padding-top: 10px;
    color: #ffffff;
}
.social-icon-footer ul li:last-child {
    margin-right: 0px;
}
.social-icon-footer ul li:first-child {
    margin-left: 0px;
}
.social-icon-footer ul li a:hover {
    color: #c01e28;
    border-color: #c01e28;
}
/*.social-icon-footer ul li a {
    font-size: 20px !important;
}*/
.border-footer {
    border-bottom: 2px solid #eed6a9;
    border-top: 2px solid #eed6a9;
    padding: 20px 0px 15px;
}
.bottom-footer {
    padding-top: 20px;
}
.bottom-footer p {
    color: #fff;
    font-size: 17px;
    font-family: 'FuturaStdBook_19044';
    margin-bottom: 0px;
}
.bottom-footer p a{
    text-decoration: none;
    color: #fff;
    font-family: 'FuturaStdBook_19044';
    font-size: 17px;
    line-height: 17px;
}
.bottom-footer p a:hover{
    color: #c01e28;
}

/*==================================================================*/
/*========== footer end ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== inside page start ==========*/
/*==================================================================*/
.banner-main {
    background-image: url(../images/banner-inside.jpg);
    background-size: cover;
    position: relative;
    padding: 110px 0px;
    position: relative;
}

.about-sec .section-title {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.about-sec h1 {
    margin: 0 auto;
    font-family: 'blanch_caps_inlinewebfont';
    background-color: #c01e28;
    /*display: table;*/
    display: inline-block;
    padding: 22px 68px;
    font-size: 70px;
    line-height: 36px;
    color: #fff;
    margin: 0;
    position: relative;
    z-index: 9;
}
.about-main {
    padding: 60px 0px;
    background-color: #f7f7f7;
}
.about-sec p {
    font-size: 26px;
    font-family: 'FuturaStdLight_19054';
    line-height: 40px;
    margin-bottom: 40px;
}
.about-sec img {
    width: 100%;
}
.about-sec .section-title:after {
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    transform: translate(0, -50%);
    content: "";
    background-color: #2e2a2b;
    height: 1px;
    width: 100%;
}
.black-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
}
/*==================================================================*/
/*========== inside page end ==========*/
/*==================================================================*/




/*==================================================================*/
/*========== Typography Pages Start ==========*/
/*==================================================================*/
.typography-pg {
    padding: 30px 0 30px;
}

.typography-pg p {
    font-size: 20px;
    line-height: 30px;
    color: #000000;
}

.typography-pg p a {
    text-decoration: none;
    color: #c11e29;
}

.typography-pg p a:hover {
    color: #000000;
}

img.alignleft {
    float: left;
    margin: 15px 15px 15px 0;
}

img.alignright {
    float: right;
    margin: 15px 0 15px 15px;
}

img.aligncenter {
    float: none;
    margin: 15px auto;
}

.typography-pg ul {
    display: block;
    padding: 0;
    list-style-type: none;
    margin: 0 0 10px 20px;
}

.typography-pg ul li {
    font-family: 'FuturaStdBook_19044';
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    position: relative;
    padding: 0 0 0 20px;
}
.typography-pg ul li::before{
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    top: 11px;
    left: 0;
    background: #000;
}

.typography-pg ul li a {
    text-decoration: none;
    color: #c11e29;
}

.typography-pg ul li a:hover {
    color: #000000;
}

.typography-pg ul li ol {
    display: block;
    padding-left: 25px;
    margin: 0 0 10px;
}

.typography-pg ol {
    display: block;
    padding-left: 18px;
}

.typography-pg ol li {
    font-family: 'FuturaStdBook_19044';
    font-size: 20px;
    line-height: 30px;
    color: #000000;
}

.typography-pg ol li a {
    text-decoration: none;
    color: #c11e29;
}

.typography-pg ol li a:hover {
    color: #000000;
}

.typography-pg ol li ul {
    display: block;
    padding-left: 25px;
    margin: 0 0 10px;
}

.typography-pg blockquote {
    border-color: #c11e29;
}

.typography-pg pre {
    white-space: normal;
    background-color: #efe3bf;
}

/*==================================================================*/
/*========== Typography Pages End ==========*/
/*==================================================================*/

/****************** 05-09-2018 Start ****************/
.about-sec ul{
	margin:0 0 30px;
	padding:0;
	display:block;
	list-style-type:none;
}
.about-sec ul li{
	margin:0;
	padding:0 0 0 15px;
	display:block;
	list-style-type:none;
	font-size:18px;
	line-height:22px;
	font-family: 'FuturaStdLight_19054';
	position:relative;
}
.about-sec ul li:before{
	position:absolute;
	content:"";
	width:10px;
	height:10px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	background:#c01e28;
	top:5px;
	left:0;
}

.about-sec ul li a{
	font-size:18px;
	line-height:22px;
	text-decoration:none;
	font-family: 'FuturaStdLight_19054';
	color:#000;
}

/****************** 05-09-2018 End ****************/


/************* 13-09-2018 Change Start ****************/
.oder-services-main .services-block .services-description{
    /* min-height: 306px; */
    min-height: 321px;
}
.oder-services-main .services-block .services-description .service-info{
    height: 215px;
    margin: 0 0 20px;
}
.contact-form .btn{
    background-color: #c01e28;
    border-radius: 0px;
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: 'FuturaStdMedium_19058';
    letter-spacing: 1px;
    padding: 10px 50px;
    outline: solid #c01e28 5px !important;
    border: 3px solid #eed6a9;
}
.contact-form .btn:hover{
    background-color: #eed6a9;
    border: 3px solid #c01e28;
    color: #c01e28;
}
.wpcf7-form-control-wrap{
    transform: scale(1);
}
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea {
    width: 100%;
}


/************* 13-09-2018 Change End ****************/



/*==================================================================*/
/*========== Appliocation Form Start ==========*/
/*==================================================================*/
.form-page form{
    clear: both;
    float: left;
    width: 100%;
}
select {
    visibility: hidden;
}

.selectric-hide-select select {
    visibility: visible;
}
.selectric{
    background: #C01E28 !important;
    border: none !important;
}
.selectric .label{
    color: #fff !important;
    font-family: 'FuturaStdMedium_19058';
    font-size: 16px !important;
    line-height: 16px !important;
    padding: 10px 0 10px 0;
}
.selectric .button{
    background: transparent !important;
}

.selectric .button:after{
   border-top-color: #fff !important;
}
.selectric-items li.highlighted{
    background: #C01E28 !important;
    color: #fff !important;
}
.selectric-items li:hover{
    background: #C01E28 !important;
    color: #fff !important;
}
.selectric-items li{
    font-family: 'FuturaStdMedium_19058';
    font-size: 16px !important;
    line-height: 16px !important;
}


.form-group{
    clear: both;
    float: left;
    width: 100%;
    margin: 0 0 30px;
}

.custom-radio {
    margin-left: 0;
    margin-top: 13px;
}
.custom-radio .inline {
    display: inline-block;
}
.custom-radio .inline+.inline {
    margin-left: 20px;
}
.custom-radio span.wpcf7-list-item-label {
    color: #000;
    font-size: 15px;
    position: relative;
}
.custom-radio span.wpcf7-list-item-label {
    position: relative;
    padding-left: 20px;
}
.custom-radio span.wpcf7-list-item-label:after {
    content: '';
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    position: absolute;
    top:50%;
    left: 0;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.custom-radio  input[type="radio"] {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

/* .radio input[type="radio"]:checked+span {
    color: #0B8;
} */

.custom-radio input[type="radio"]:checked+span.wpcf7-list-item-label:before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    background: #C01E28;
    top:50%;
    left: 0;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;

}

.form-page .form-control {
    height: auto;
    padding: 10px;
    border: 1px solid #C01E28;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    font-size: 16px;
    line-height: 16px;
    font-family: 'FuturaStdMedium_19058';
    color: #000;
}
.form-page .form-control:focus {
    outline: none;
    border: 1px solid #C01E28;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}
.form-page label{
    font-size: 16px;
    line-height: 20px;
    font-family: 'FuturaStdMedium_19058';
    color: #000;
    margin: 0 0 10px;
}

.form-title{
    margin: 0 0 25px;
}
.form-title h3{
    font-size: 70px;
    line-height: 70px;
    font-family: 'blanch_caps_inlinewebfont';
    color: #c01e28;
}
.form-page h6{
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 15px;
    color: #000;
    font-family: 'FuturaStdHeavy_19050';
}
.form-page p{
    font-size: 18px;
    line-height: 18px;
    margin: 0 0 15px;
}
.section-row {
    margin: 30px 0 0;
    padding: 10px 0 25px;
    border-bottom: 2px solid #999;
}
.section-row:last-child{
    border: none;
}
.info-block{
    margin: 25px 0;
    padding: 0 0 25px;
    border-bottom: 5px solid #c01e28;
    float: left;
    width: 100%;
    clear: both;
}
.work-time h4 {
    margin: 0 0 25px;
    font-family: 'FuturaStdHeavy_19050';
}
.work-time label{
    vertical-align: middle;
    margin: 0;
}
.days{
    margin: 0 0 20px;
}
.edu-title{
    margin: 0 0 15px;
    clear: both;
    float: left;
    width: 100%;
}
.edu-title h5{
    font-size: 16px;
    line-height: 16px;
}
.form-page{
    padding: 60px 0 30px;
}
.dec-form h2{
    text-transform: uppercase;
    text-align: center;
    font-family: 'FuturaStdHeavy_19050';
    margin: 0 0 30px;
    font-size: 40px;
    line-height: 50px;
}
.dec-form h4{
    display: inline-block;
    margin: 0 0 30px;
    width: 50%;
}
.dec-form h3{
    text-align: center;
    margin: 0 0 30px;
    clear: both;
}
.dec-form p{
    line-height: 22px;
    margin: 0 0 15px;
}
.left-text{
    text-align: left;
    float: left;
}
.right-text{
    text-align: right;
    float: right;
}

.form-page input[type="date"]{
	border: 1px solid #c01e28;
	padding: 5px;
	font-size: 16px;
	line-height: 16px;
}


/*==================================================================*/
/*========== Application Form End ==========*/
/*==================================================================*/




/************** 15-09-2018 Change Start ************/
.special-section{
	padding: 50px 0;
}
.special-section .location_slider{
	margin: 0 0 40px;
}
.special-section .location_slider h3{
	margin: 0 0 30px;
	padding-left: 50px;
}

/******* Table Start ********/
th.school{
    width: 20%;
}
th.location{
    width: 35%;
}
th.grade{
    width: 15%;
}
th.degree{
    width: 15%;
}
th.course{
    width: 15%;
}
.edu-info table{
    width: 100%;
}
.edu-info table th{
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    padding: 10px 0;
    font-family: 'FuturaStdHeavy_19050';
}
.edu-info table thead{
    border-bottom: 2px solid #C01E28;
}
.edu-info table td{
    font-size: 16px;
    line-height: 16px;
    padding: 0;
    font-family: 'FuturaStdMedium_19058';
    border-bottom: 1px solid #c01e28;
    border-right: 1px solid #c01e28;
}
.edu-info table tbody{
    border-left: 1px solid #c01e28;
}
/******* Table End ********/

.contact-form{
	margin: 50px 0 0;
}
.contact-form label{
	font-family: 'FuturaStdMedium_19058';
	font-size: 18px;
	line-height: 35px;
	width: 100%;
	text-align: left;
}
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea {
	width: 100%;
	border: 1px solid #A9A9A9;
}
.contact-form p{
	text-align: center;
}
.contact-form input[type=text]:focus,
.contact-form input[type=email]:focus,
.contact-form textarea:focus{
	border: 1px solid #c01e28;
}

.btn-row{
    /* text-align: center; */
}
.fast-btn-row{
	text-align: center;
}
.btn-row .btn-default{
    background-color: #c01e28;
    border-radius: 0px;
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: 'FuturaStdMedium_19058';
    letter-spacing: 1px;
    padding: 10px 50px;
    outline: solid #c01e28 5px !important;
    border: 3px solid #eed6a9;
}
.btn-row .btn-default:hover{
    background-color: #eed6a9;
    border: 3px solid #c01e28;
    color: #c01e28;
}

.btn-row{
    /* text-align: center; */
    clear: both;
    float: left;
    width: 100%;
}
.edu-info table td input{
	border: none;
	padding: 5px;
	width: 100%;
}
.info-block .btn-default{
	margin: 20px 10px;
}

.emp-info {
	overflow: hidden;
}

/************** 15-09-2018 Change End ************/

/*************** 17-09-2018 Change Start *********/
.custom-radio span.year-radio{
	display: inline-block;
}
.custom-radio .birth-cal{
	display: inline-block;
	margin-left: 10px;
}
/*************** 17-09-2018 Change End *********/

/*************** Employment Form *********/
.fat-btn-row{
	clear:both;
	float:left;
	width:100%;
	padding: 0 0 30px;
}
/*==================================================================*/
/*========== Account Form Start ==========*/
/*==================================================================*/
.styled-input-single {
    position: relative;
    padding: 10px 0 20px 0;
    text-align: left;
    display: inline-block;
    margin: 0 0 0 15px;
}

.styled-input-single span.wpcf7-list-item-label {
    cursor: pointer;
    margin: 0;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    padding: 0 0 0 30px;
    position: relative;
}

.styled-input-single span.wpcf7-list-item-label:focus {
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}

.styled-input-single span.wpcf7-list-item-label:before,
.styled-input-single span.wpcf7-list-item-label:after {
    content: '';
    position: absolute;
    top: 50%;
}

.styled-input-single span.wpcf7-list-item-label:before {
    left: 0;
    width: 20px;
    height: 20px;
    margin: -15px 0 0;
    border: 2px solid #C01E28;
    top: 16px;
}

.styled-input-single span.wpcf7-list-item-label:after {
    left: 5px;
    width: 14px;
    height: 14px;
    margin: -6px 0 0 -2px;
    opacity: 0;
    background: #c01e28;
}

.styled-input-single input[type="checkbox"] {
    /* position: absolute;
    top: 0;
    left: -9999px;
    visibility: hidden; */
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
}

.styled-input-single  input[type="checkbox"]:checked+span.wpcf7-list-item-label:after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.styled-input-single span.wpcf7-list-item{
    margin: 0;
}


.check-row{
    margin: 0 0 30px;
}

.pur-table tbody{
    border-top: 1px solid #C01E28;
    border-left: 1px solid #C01E28;
}
.pur-table tbody td{
    font-size: 16px;
    line-height: 20px;
    padding: 15px;
    border-right: 1px solid #C01E28;
    border-bottom: 1px solid #C01E28;
}
.pur-table tbody td.left-td-col{
    width: 40%;
}

.credit-info{
    clear: both;
    margin: 30px 0 0;
    float: left;
    width: 100%;
}
.credit-info h2{
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 0 30px;
    font-family: 'FuturaStdHeavy_19050';
    text-transform: uppercase;
}
.credit-info ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;
}
.credit-info ul li{
    font-size: 16px;
    line-height: 20px;
    list-style-type: none;
    display: block;
    padding: 0 0 20px 20px;
    position: relative;
}
.credit-info ul li::before{
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #c01e28;
    top: 5px;
    left: 0;
}

.btn-row{
    /* text-align: center; */
    clear: both;
    float: left;
    width: 100%;
}
.btn-row .btn-default{
    background-color: #c01e28;
    border-radius: 0px;
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: 'FuturaStdMedium_19058';
    letter-spacing: 1px;
    padding: 10px 50px;
    outline: solid #c01e28 5px !important;
    border: 3px solid #eed6a9;
}
.btn-row .btn-default:hover{
    background-color: #eed6a9;
    border: 3px solid #c01e28;
    color: #c01e28;
}

/*==================================================================*/
/*========== Account Form End ==========*/
/*==================================================================*/


.captcha-row{
    clear: both;
    float: none;
    width: 0;
    padding: 0 0 30px;
}




@media screen and (max-width: 568px){
	.header .navbar-default {
		margin: 0;
	}
	header.header {
		position: relative;
		height: 90px;
	}
}