@charset "utf-8";
/*----------intial declartaion of css----------*/
@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Thin.woff2') format('woff2'),
        url('fonts/Gotham-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Bold.woff2') format('woff2'),
        url('fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Black.woff2') format('woff2'),
        url('fonts/Gotham-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Condensed';
    src: url('fonts/GothamCondensed-Medium.woff2') format('woff2'),
        url('fonts/GothamCondensed-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Condensed';
    src: url('fonts/GothamCondensed-Light.woff2') format('woff2'),
        url('fonts/GothamCondensed-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Light.woff2') format('woff2'),
        url('fonts/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Medium.woff2') format('woff2'),
        url('fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Ultra';
    src: url('fonts/Gotham-Ultra.woff2') format('woff2'),
        url('fonts/Gotham-Ultra.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('fonts/GothamPro.woff2') format('woff2'),
        url('fonts/GothamPro.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Gotham Pro';
    src: url('fonts/GothamPro-LightItalic.woff2') format('woff2'),
        url('fonts/GothamPro-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}


 .header.fixed {
    position: fixed;
}

* { padding: 0; margin: 0; list-style: none; }
* { margin: 0; padding: 0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, select, input, option { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; font-family: 'Gotham';font-weight: 500;}
html { -webkit-text-size-adjust: none; }
html,body{ height: 100%}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; }
audio, canvas, video { display: inline-block; }
audio:not([controls]) { display: none; height: 0; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word }
q { quotes: none }
q:before, q:after { content: ''; content: none }
small { font-size: 80% }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline }
sup { top: -0.5em; }
sub { bottom: -0.25em }
nav ul, nav ol { list-style: none; list-style-image: none; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; }
textarea { overflow: auto; vertical-align: top }
table { border-collapse: collapse; border-spacing: 0 }
button,   html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: none; cursor: pointer; }
/* remember to define focus styles! */
:focus { outline: 0; }
ol, ul { list-style: none; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
a { text-decoration: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
table { border: 0 none; border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
img { border: 0 none; max-width: 100%; }
a { outline: none; cursor: pointer; }
/* End hide from IE Mac */ .none { display: none; } /* End Clearfix */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block }
.clear { clear: both; }
img { max-width: 100%; }
/* For modern browsers */ 
.cf:before, .cf:after { content: ""; display: table }
.cf:after { clear: both; }
.cf { *zoom:1;
}
/* For IE 6/7 (trigger hasLayout) */

.btn.submit_form:focus {
     border-top: 4px solid #755ba2!important;border-left: none!important;border-right: none!important; border-bottom: none!important;
}
p { font-size: 14px; line-height: 20px; padding-bottom: 25px; color: #000;  }
h1 {font-size: 40px;
    line-height: 40px;
    margin-bottom: 9px;
    text-transform: uppercase;     }
h2 { font-size: 26px; margin-bottom: 20px }
h3 { font-size: 20px; margin-bottom: 20px }
h4 { font-size: 16px; margin-bottom: 20px }
h5 { font-size: 12px; margin-bottom: 20px }
body { margin: 0; padding: 0;    font-size: 14px; color: #fff } 
/*--------sticky footer or vertical footer------------*/
.wrapper { min-height: 100%; height: auto !important; height: 100%;   /*initialize footer height in negative for sticky footer*/ }
/* body, html { height: 100%; }*/

#header-main img {
    width: 654px;
}
/*--------sticky footer or vertical footer------------*/

/*-----------------------main styles starts here-----------------------------------------------*/
.container { width: 1350px; margin: 0 auto; max-width: 100% }
/*-----------header section styles goes here---------------*/

#header-main {
    background: #4e2a6e;
    width: 100%; padding: 47px 0 42px; border-bottom: 6px solid #fff;
   }
 /*-----------header section styles ends here----------------*/

/*-----------midd section styles goes here-----------*/
 .left-panel {
    float: left;
    width: 50%;padding-top: 24px;
}

.form_section::after {
   background-color: white;
    border-left: 67px solid transparent;
    border-right: 67px solid transparent;
    border-top: 49px solid #6f549a;
    content: "";
    display: block;
    height: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 0;
}
 
 
.d_content {
    padding-top: 17px;
}
.f2 {
    float: left;
    margin-left: 1.5%;
    width: 48%;
}


.f1 {
    float: left;
    margin-right: 1.6%;
    width: 48%;
}

.request_form .one_col input {
    width: 99%;
}

.noRpadding.select_1 {
    padding-top: 6px;
}
.background-img-slider .container {

    position: relative;

}
.errormsg {
    color: #d71414;
    font-size: 21px;
    margin-top: 25px;
    display: none;
}

.successmsg {
    color: green;
    font-size: 20px;
    padding-top: 15px;
    text-align: center;
}
.form_input {
    margin-bottom: 10px;
}
.lead-logo img {

    width: 370px;

}.lead-logo {

    position: absolute;
    bottom: 0;
    right: 50px;
    bottom: 70px;
    z-index: 9;

}.lead-logo a {

    display: block;

}
.request_form label {
    color: #393243;
    display: block;
    font-size: 20px;  font-family: 'gotham_htfmedium';
	text-transform: capitalize;
}

.noRpadding.select_1 {
    width: 99%;
}
 
.d_sec_start > p {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 12px;
}
.request_form .one_col .btn {
    width: auto;
}

.request_form .one_col .btn:hover {
    background-color: #4e2a6e;   background-image: url("../images/green_arrow.png");
    background-position:41px 22px;
    color: #fff;border-top: 4px solid #755ba2
}
.request_form .one_col .btn {
	  background-color: #cedd49;transition: all 0.2s ease-in-out;
    background-image: url("../images/purple_arrow.png");
    background-position: 41px 22px;
    background-repeat: no-repeat;
      box-shadow: none;
    color: #4e2a6e;
    font-family: "gotham_htfmedium";
    font-size: 26px;
    height: auto;
    letter-spacing: -1px;
    margin-bottom: 17px;
    margin-right: 1%;
    padding: 15px 66px;
    width: auto; -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;border-top: 4px solid #deed58;
}
.select_1 label {
    padding-bottom: 5px;
    padding-top: 3px;   
}
 
 
.develop_skill {
    padding-bottom: 105px;
    position: relative;
    width: 100%;
}
.develop_skill::after {
    background-color:#2d1a47;
    border-left: 67px solid transparent;
    border-right: 67px solid transparent;
    border-top: 49px solid #ffffff;
    bottom: -49px;
    content: "";
    display: block;
    height: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;z-index: 999;
    right: 0;
    width: 0;
}
.submit_f {
    text-align: center; margin-top: 12px;
}

.msg {
    color: #393243;
    font-size: 18px;
    margin-right: 4%;
    padding-bottom: 12px;
    text-align: center;
}
.cbtn{ background-color: #4e2a6e;
    background-image: url("../images/big-green-arrow.png");
    background-position: 43px center;
    background-repeat: no-repeat;
    border-top: 4px solid #755ba2;background-size: 20px auto;
    box-shadow: none;
    color: #fff;
     font-size: 32px;
    height: auto;
    margin-bottom: 17px;
     padding: 18px 80px 20px;
    width: auto;
 display: inline-block;
	text-transform: uppercase;-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.cbtn:hover {
    background-color: #CEDD49 ;   background-image: url("../images/big-purple-arrow.png");
     background-position: 43px center;
  color: #4e2a6e;border-top: 4px solid #deed58;background-size: 20px auto;
}
.img_d > img {
    border-radius: 51%;
     
}

.col3d {
   padding-left: 9px;
    padding-top: 44px;
}
.d_sec_start {
    padding-top: 131px;
    text-align: center;
}
.d_sec_start > h1 {
    color: #2d1a47;
    letter-spacing: -1px;
    margin-bottom: 27px;
}
.d_sec_start > p {
    color: #2d1a47;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
}
.single_col {
    float: left;
    text-align: center;
    width: 33.3%;      padding: 0 48px 30px;
}

.d_content > h1 {
    color: #393243;
}

.col3d .single_col:nth-child(3n+1) {
    clear: both;
}
.d_content p {
    color: #393243;
    font-size: 20px;
    line-height: 25px;
    padding: 0 10px;
}
.img_d > img {
    border-radius: 51%;
   }
/*----------------midd section styles ends here-------*/

/*Custom selectbox css*/
.sbHolder {
    background-color: #fff;
    box-shadow: 2px 2px 4px 0 #c8c8c8 inset;
    height: 36px;
    position: relative;
} 
.d_amnt:focus { border-bottom: 2px solid #4d738a !important; border-left: none!important; border-right: none!important; border-top: none!important }
.sbSelector > a { color: #5a5959; text-decoration: none; }


.f_input.error {
    border: 2px solid #e61b29;
}
.month_field.error + .sbHolder {
    border: 2px solid #e61b29;
}
span.error {
    color: #e61b29;
}
.sbSelector {
    color: #737373;
    cursor: pointer;
    display: block;
    font-size: 20px;
    height: 36px;
    padding-left: 10px;
    padding-top: 7px;
    position: absolute;
    top: 0;
    width: 100%;
}
.f_input.cvv_no { border-bottom-width: 2px; border-radius: 0 0 10px; border-right-width: 2px; }
 .select_2 .sbHolder { border-bottom-width: 2px; border-left-width: 0; border-radius: 0; }
.sbSelector:link, .sbSelector:visited, .sbSelector:hover {  outline: none; text-decoration: none; }
.sbToggle {      background: rgba(0, 0, 0, 0) url("../images/select_arrow.png") no-repeat scroll 0 0;
    display: block;
    height: 61px;
    outline: medium none;
    position: absolute;
    right: 10px;
    top: 8px;
    width: 20px;}
.sbHolder:focus {
    border: 2px solid #4e2a6e !important;
}
.sbHolder:active {
    border: 2px solid #4e2a6e !important;
}

.msg a:focus {
    border: 1px solid #c3c2c4 !important;
}
.select_2 .sbSelector { padding-left: 14px; }
.sbToggle:hover { background: url(../images/select_arrow.png) 0 0px no-repeat; }
.sbToggleOpen { background: url(../images/select_arrow.png) 0 0px no-repeat; }
.sbToggleOpen:hover { background: url(../images/select_arrow.png) 0 0px no-repeat; }
.sbHolderDisabled { background-color: #f4fafc; border: solid 1px #515151; }
.sbHolderDisabled .sbHolder { }
.sbHolderDisabled .sbToggle { }
.sbOptions {  background-color: #a595c0;
    border: 1px solid #515151;
    left: 0px;
    list-style: outside none none;
    margin: 0;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    top: 37px !important;
    width: 200px;
    z-index: 1;}
.successmsg{display: none;}
.sbOptions li { padding: 0px 0px; }
.sbOptions li img { display: inline-block; float: left; padding-top: 7px; padding-left: 3px; }
.sbOptions li a:first-child { padding-left: 10px; }
.sbOptions a { border-bottom: dotted 1px #fff; display: block; outline: none; padding: 10px 0 10px 30px; }
.sbOptions a:link, .sbOptions a:visited { color: #fff; text-decoration: none; transition: all 0.2s ease-in-out; }
.sbOptions a:hover, .sbOptions a:focus, .sbOptions a.sbFocus { color: #fff; background: #4e2a6e; }
.sbOptions li.last a { border-bottom: none; }
.sbOptions .sbDisabled { border-bottom: dotted 1px #515151; color: #999; display: block; padding: 7px 0 7px 3px; }
.sbOptions .sbGroup { border-bottom: dotted 1px #515151; color: #EBB52D; display: block; font-weight: bold; padding: 7px 0 7px 3px; }
.sbOptions .sbSub { padding-left: 17px; }

/*----------------footer section  styles goes here-----------*/
#footer-main { background: #000; width: 100%; color: #fff }
#footer-main p { padding: 20px 0; text-align: center; color: #fff; font-size: 26px; line-height: 30px }
.preloader { display: none; }
/*----------------footer section styles ends here--------*/

/*testimonial sec start*/
.testimonials-sec{color: #fff; text-align: center;}
.testimonials-sec p{color: #fff; font-size: 30px; padding-bottom: 7px;  line-height: 40px;max-width: 96%; margin: 0 auto;}
.author-nm{font-size: 25px; font-style: italic;font-weight: normal;letter-spacing: 0.1px;}
.inner-testimonial{background:#2d1a47; padding: 106px 0 67px; position: relative; font-weight: bold; letter-spacing: 0.3px;}
.inner-testimonial:after{border-left: 67px solid transparent;
    border-right: 67px  solid transparent;border-top: 41px solid #2d1a47;content: ""; bottom: -40px; display: block;height: 0;left: 0;margin: 0 auto;position: absolute;right: 0;width: 0;}
.testimnl-img {min-height: 346px;}
.testimnl-img > img {vertical-align: middle;width: 100%; min-height: 346px;}
/*** footer css start ***/
 
.copyright li {display: inline-block;background: url("../images/seperater.png") no-repeat scroll left center; padding: 0 3px 0 9px;  font-size: 20px;}
.copyright li:first-child{background: none;}
.top-footer h2{font-size: 40px; text-transform: uppercase; font-family: "gotham_htfbold"; letter-spacing: 0.2px; margin-bottom: 24px;}
.top-footer p{font-size: 30px; color: #2d1a47; line-height: 40px;   margin-bottom: 31px;}
.copyright li a{ color: #2d1a47; text-transform: capitalize; -moz-transition:0.4s;-webkit-transition:0.4s;-moz-transition:0.4s;}
.top-footer .cbtn{background-position: 43px center; margin-right: 0;}
.copyright{margin: 86px 0 0;}
.copyright li a:hover{color: white;}

.msg > a:hover {
    color: #755ba2;
}
.top-footer .cbtn:hover {
    background-color:#5b2789;background-image: url("../images/big-green-arrow.png");background-position:43px center; border-top: 4px solid #755ba2; color: #fff;}


/*slider*/
.slide-banner .items {
    background-position: center;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat; 
}
.background-img-slider  {
    background:  url("../images/banner.png") no-repeat;
          background-size: cover;
    background-position: center;
     height: 100%;
}
.owl-carousel {
	position: relative;
	height: 100%;
}
.owl-controls {
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
}
.owl-nav {

    position: absolute;
    left: 0;
    z-index: 999;
    top: 50%;

}
.caption {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}  .caption > .container {

    position: relative;
    min-height: 100%;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 60px;

}  .caption .div-table {
    width: 100%;
}
.div-table, .div-cell {
    height: 100% !important;
    display: table !important;
}.div-cell {

    display: table-cell !important;
    vertical-align: middle !important;
    float: none !important;

} .caption-title {
    font-family: Gotham;
    font-size: 45px;
    line-height: 60px;
    font-weight: 300;
    color: #ffffff;
    clear: both;
    display: inline-block;
    margin: 0 0 0 0;
    display: block;
    position: relative;
    overflow: hidden;
}
.caption-title span {

    font-family: Gotham;
    font-size: 45px;
    font-weight: 300;

}
 
.caption-title span::after {

    content: '';
    display: block;
    position: absolute;
    top: 25px;
    left: -100%;
    height: 5px;
    width: 100%;
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;

}
.caption-title span::before {
    content: '';
    display: block;
    position: absolute;
    top: 25px;
    left: -100%;
    height: 5px;
    width: 100%;
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
}
.caption-title span::after {

    content: '';
    display: block;
    position: absolute;
    top: 25px;
    left: -100%;
    height: 5px;
    width: 100%;
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;

}
.text-center {

    text-align: center;

}  .caption-title span {

    display: inline-block;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;

}  .caption-title span::after {

    left: auto;
    right: -100%;

}
.event-description {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-align: left;
    color: #ffffff;
 
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 11;
}
  .event-background {
border-radius: 30px 30px 0 0;

background-color: #0d1d31;

margin: 0 15px;

padding-bottom: 10px;
    background-color: #e97724;

}.media:first-child {

    margin-top: 0;

}
.media, .media .media {

    margin-top: 15px;

}
.media, .media-body {

    overflow: hidden;
    zoom: 1;

}.media > .pull-left {

    margin-right: 10px;

}
 .event-description .media-heading {

    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    color: #123c61;
    margin: 15px 0 0 0;

}.event-description .media-body span {

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;

}
.pull-left {

    float: left !important;

}
#main-slider.owl-theme .owl-controls .owl-nav [class*="owl-"] {

    position: absolute;
    top: 50%;
    margin: -25px 0 0 0;
    padding: 0;
    width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 48px;
    border: solid 1px #ffffff;
    border-radius: 10px;
    background: transparent;
    color: #ffffff;

}
.owl-theme .owl-controls .owl-nav [class*="owl-"] {

    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

}.event-description .fa {

    margin-top: 18px;

}
.banner-btn {

    color: #ffffff;
    background-color: #e97724;
    border-color: #e97724;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    padding: 12px 74px 12px 15px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 8px;
    margin-top: 0px;
    background-image: url('../images/right-arrow.png');
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 27px;
    text-align: left;

}.media-body span {

    font-family: Gotham Pro;

}
.allcaps {
    text-transform: uppercase;
}
.banner-btn .fa-arrow-circle-right{ margin-left: 20px;}
.form-background {

    background-color: #123b5f;
    text-align: center;
    border-radius: 10px;padding: 13px;

}
.form-header {

    background-color: #e97724;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 3px 20px 5px 20px;

}
.section-title {

    color: #ffffff;

}
 .form-header .fa-stack-1x {
  padding-top: 0;

}.form-header .section-title .title-inner {
  color: #ffffff;
       padding-top: 0;font-size: 25px;
 }
.section-title .icon-inner {
    display: table-cell;
    width: 70px;
}.section-title .fa-stack {

    width: 50px;
    height: 57px;
    line-height: 57px;
    margin-right: 0px;

}.section-title .title-inner {
    display: table-cell;
      vertical-align: middle;
}.registration-form.alt {

    margin-top: 0;

}
.title-inner {

    font-size: 27px;
    font-weight: 900;
    font-family: Gotham;

}
.content-right-banner {
    padding-left: 5px;
}
.request_form {

    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 100%;

}
.one_col select {

    color: #123c61;
    font-size: 15px;
    width: 98.8%;
    height: 45px;
    border-radius: 7px;
    padding-left: 5px;
    margin-right: 0;
    margin-bottom: 10px;
    margin-top: 0px;
    font-family: Gotham Pro;
    font-weight: normal;
    background-color: #ffffff;

}
.request_form input {
    -webkit-appearance: none;
    border-radius: 0;
    font-family: 'Gotham Pro';
    color: #123c61;
    margin-top: 0;
    width: 100%;
    margin-bottom: 0px;
    height: 45px;
    padding-left: 10px;
    font-weight: normal;
    font-size: 15px;
    border-radius: 7px;
}
.request_form .submit_form {

    font-family: Gotham; font-weight: 900;
    font-size: 21px;
    color: #ffffff;
    background: #e97724;
    text-align: left;
    padding-left: 14px;
background-image: url('../images/right-arrow.png');

background-repeat: no-repeat;

background-position: 97% center;

background-size: 32px;

}
 ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #123c61;opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #123c61;opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #123c61;opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
  color: #123c61; opacity: 1;
}

.text-holder::after {

    top: auto;
    bottom: 0;

}
.text-holder::before, .text-holder::after {

    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    width: 100%;
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;

}
.text-holder::after {
    top: auto;
    bottom: 0;
}.last-sub {

    margin-bottom: 30px;

}.form-left-banner {

    padding-right: 35px;
    margin-top: -50px;

}
.caption-subtitle {
    font-family: 'Gotham';
    font-size: 48px;
    font-weight: 900;
    color: #ffffff;
    text-transform: uppercase;
    margin: 13px 0 12px 0;
    line-height: 46px;
}
.submit_form:hover {

    color: #123c61;

}a, input, .owl-nav div {

    text-decoration: none;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;

}
.footer-menu ul li a:hover, .social-icon ul li a:hover{ text-decoration: none; color: #e97724;}
.privacy-policy a:hover{color: #123c61}
.owl-nav div:hover, .header a:hover, .single-sponser a:hover{ opacity: 0.7}
.support-link a:hover{color: #e97724;}
.contact_form input.submit-button:hover {

    background: #123c61;
}
.banner-btn:hover{background-color: #123c61; color: #ffffff; border:1px solid #123c61; }
/*
.caption-title.top-line {

    text-transform: none;
    font-size: 50px;
    font-family: Gotham;
    text-shadow: none;
    margin-top: 20px;

}
*/
sup {
    font-family: Gotham Pro;
    font-weight: normal;
    
}
.item sup {
     font-size: 25px;
}
.timerinslder {
    width: 74%;
    margin: 6px auto;
}
.caption-subtitle.subt{ font-weight: 900; font-family: Gotham; font-size: 50px;}
.last-sub {

    font-family: Gotham;
    font-weight: 300;
    font-size: 23px;
    line-height: 25px;

}
 .div-table.notable {

    height: 82% !important;

}
.section-title {
    position: relative;
    line-height: 1;
    margin: 0;
    z-index: 0;
    text-transform: uppercase;
    display: table;
    width: 100%;
}
.section-title .title-inner {

    display: table-cell;
    vertical-align: middle;
    color: #123c61;
    font-family: Gotham; font-weight: 900;
    font-size: 28px;
    padding-top: 4px;

}
 
.icon-container{ background: #e97724;}
.section-title .icon-inner {
    display: table-cell;
    width: 55px;
}
.icon-container {

    background: #e97724;

}
.fa-stack-1x {

    display: table-cell;
    width: 38px;
    height: 38px;
    background: #e97724;
    border-radius: 5px;
    padding-top: 4px;

}
.fa-thumbs-up::before {
    content: "\f164";
    color: #ffffff;
    font-size: 28px;
}
.top-sponser-title {

    font-family: Gotham Pro;
    font-weight: 400;
    color: #e97724;
    text-align: center;
    font-size: 15px;
    padding-bottom: 5px;

}
.sponser-list {
    padding-top: 40px;
}
.sponser-list {

    padding-top: 40px;
    padding-bottom: 130px;

}
.fa.fa-star.fa-stack-1x {

    padding-top: 6px;

}
.coming-soon {

    display: table-cell;
    vertical-align: middle;
    font-family: Gotham Pro;
    color: #123c61;
    text-align: right;
    font-size: 19px;
    padding-right: 10px;

}
.contact_form input, textarea {

    border: 1px solid #b1b1b3;
    margin-top: 0;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-top: 5px;
    width: 80%;
    height: 40px;
    color: #868687;
    font-family: Gotham Pro;
    font-size: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    padding-left: 12px;

}
.contact_form label {

    color: #123c61;
    float: left;
    padding-top: 10px;
    text-align: left;
    width: 20%;
    font-family: Gotham Pro;
    font-size: 16px;

}
select {

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 278px;
    background: url(../images/down-arrow.png) no-repeat;
      background-size: 17px;
    background-position: 97% center;
    cursor: pointer;

}
/*
 select {    
       outline: none;    
    -webkit-appearance: none;
    -moz-appearance: none;
}
*/
.right_contact_sec #Country {

    width: 80%;
    border: 1px solid #b1b1b3;
    height: 40px;
    border-radius: 10px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #868687;
    padding-left: 8px;
    font-family: Gotham Pro;

}
 .contact_form textarea#Comments {
    height: 121px;
}
a:hover { 
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
     
}
.event-sponser {
 padding-right: 130px;

}
 .caption-title.top-line {
    margin-top: 12px;
}
/* Checked state */
.ch {

    color: #123c61;
    display: block;
    font-weight: 400;
    padding-left: 15px;
    padding-top: 0;
    font-family: Gotham Pro;
    font-size: 14px;
    line-height: 20px;

}
.mid-section {
    padding: 60px 0;
}

 .contact_form label.control.control--checkbox {
    width: 100%;
    padding-top: 0;margin-bottom: 6px;
    margin-top: 9px;
}

.control {

    cursor: pointer;
    display: block;
    margin-bottom: 15px;
    padding-left: 40px;
    position: relative;

}
.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.control--checkbox .control__indicator {

    background: rgba(0, 0, 0, 0) url(../images/check-off.png) no-repeat scroll 0 0;
    display: inline-block;
    height: 33px;
    margin-bottom: 5px;
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;

}
.control--checkbox.control input:checked ~ .control__indicator {

    background: rgba(0, 0, 0, 0) url("../images/check-on.png") no-repeat scroll 0 0;
    height: 33px;
    width: 38px;

}
.privacy-policy a {

    font-family: Gotham Pro;
    font-size: 19px;
    color: #e97724;
    text-decoration: underline;

}
.remember_me_check {

    margin-bottom: 24px;

}
.sub-btn {
    display: inline-block;
    float: right;
}
.privacy-policy {

    display: inline-block;
    padding-top: 26px;

}
.contact_form input.submit-button {

    background: #e97724;
    border: none;
    color: #ffffff;
    font-size: 24px;
    line-height: 24px;
    padding: 20px 48px;
    height: auto;
    width: auto;
    border-radius: 9px;

}
footer {

    padding-top: 41px;
    padding-bottom: 40px;

}
.footer-main {

    border-bottom: 1px solid #124168;
    padding-bottom: 10px;

}
.footer-columns h3 {

    font-size: 17px;
    line-height: 20px;
    color: #e97724;
    margin: 0 0 17px;
    border-bottom: 1px solid #e97724;
        padding-bottom: 10px;
    font-weight: bold;
    font-family: Gotham;

}
.footer-menu ul li {

    display: block;
    line-height: 18px;
    padding-bottom: 10px;

}
.left-footer {
  float: left;
    width: 50%;
}
.footer-menu ul li a {
  color: #fff;
    font-family: Gotham Pro;
 }
.right-footer {
 float: left;
    width: 50%;
 }.social-icon {

    text-align: left;
    clear: both;
    padding: 5px 0 0;

}.social-icon ul {

    padding-left: 0;

}.social-icon ul li {

    display: inline-block;
    vertical-align: middle;
    list-style: none;
    margin-right: 20px;
    padding: 0;

}
.support-link   {
margin-top: 15px

}
.support-link a {

    color: #ffffff;
    font-family: Gotham; font-weight: 900;
    border-bottom: 1px solid #99a3b0;

}
.social-icon ul li a {

    display: block;
    vertical-align: middle;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    line-height: 44px;
    color: #fff;
    background: none;
    font-size: 26px;

}
.left-footer.full-width{ width: 100%;}
.social-icon ul li a i {

    line-height: 43px;
    display: block;

}
.info-text {

    font-family: Gotham Pro;
    font-size: 17px;
    padding-left: 40px;

}.footer-top {
    padding-bottom: 60px;
}
.owl-nav div {

    position: absolute;
    top: 50%;
    margin: -25px 0 0 0;
    padding: 0;
    width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 48px;
    color: #ffffff;
    font-size: 0;

}.owl-nav {
    position: absolute;
    left: 0;
    z-index: 999;
    top: 50%;
    right: 0;
}.owl-nav div.owl-next {
  right: -150px;
    background-image: url('../images/right-arrow.png');
    background-repeat: no-repeat;
    background-size: contain;
 }
.owl-nav div.owl-prev {

    left: -150px;
    background-image: url('../images/left-arrow.png');
    background-repeat: no-repeat;
    background-size: contain;

}
.right-align{ text-align: right}
.header.fixed {
padding-top: 15px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;

}
.we-logo img {
    width: 140px;
}
.tata-logo img {
    width: 245px;
}.tata150-logo img {

    width: 59px;

}.tata-logo {

    padding-top: 32px;
    border-right: 1px solid #ffffff;
    min-height: 78px;
    padding-right: 16px;
    display: inline-block;

}.wecon {

    display: inline-block;
    padding-left: 16px;

}
.top-t-logo{padding-right: 0;}
.top-t-logo {

    padding-right: 0;
  

}
.col-md-3.col-lg-3.wecon {
    width: 28%;
    padding-left: 20px;
}
#countdown-day li {

    width: 24.5%;
    display: block;
    float: left;
    text-align: center;

}
#countdown-day span {

    font-size: 64px;
    font-family: Gotham; font-weight: 900;
    line-height: 60px;

}
#countdown-day p {
    font-size: 16px;
    font-family: Gotham Pro;
    font-weight: normal;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 28px;
}
.autofill-text {
    font-weight: 400;
    font-family: Gotham Pro;
}
.autofill-with-linkiden a {
    color: #ffffff;
    font-size: 18px;
    font-family: Gotham Pro;
    font-weight: 300;
  background: #123c61;
    display: inline-block;
    padding: 11px 15px;
    border-radius: 5px;
    margin-bottom: 25px;

}
.autofill-with-linkiden a:hover {background: #e97724; text-decoration: none;}
.autofill-text strong {

    font-family: Gotham; font-weight: 900;

}
.star{color: #e97724;}
.autofill-icon {

    padding-left: 12px;

}.autofill-icon .fa {

    font-size: 27px;

}








































