 @charset "utf-8";
*,  * * { margin: 0; padding: 0; position: relative; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-tap-highlight-color: transparent; -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; }
body { font-size: 18px; line-height: 26px; color: #202020; padding: 0; font-family: "Roboto", sans-serif; margin: 0; font-weight: 400; background: #fff; }
a { color: #07238d; text-decoration: none; transition: color .3s ease 0s; -webkit-transition: color .3s ease 0s; }
a:hover { text-decoration: underline; }
:focus { outline: 0; }
a[href^="tel:"] { cursor: text; color: #2f2f2f; }
p { font-size: 18px; margin-bottom: 15px; line-height: 1.7; }
p:last-child { margin-bottom: 0; }
b, strong { font-weight: 700; }
sub { font-size: 70%; top: -8px; line-height: 0.7; }
sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; top: -0.4em; }
address { font-size: 16px; color: #2f2f2f; font-style: normal; font-weight: 400; }
hr { height: 2px; background: #929292 }
small { font-size: 14px; }
/***************************************************************************************
* HEADINGS STARTS
***************************************************************************************/
/* Individual Headings */
h1 { font-family: 'Tahoma'; font-size: 28px; line-height: 1.2; font-weight: 400; color: #eee20d; margin: 0; }
h2 { font-family: "Tahoma"; font-size: 30.76px; margin: 0 0 20px; line-height: 1.1; color: #2d2d2d; font-weight: 400; }
h3 { font-size: 30px; margin: 0 0 30px; line-height: 1.1; color: #2d2d2d; font-weight: 400; }
h4 { font-size: 25px; margin: 0; line-height: 1.3; color: #2d2d2d; font-weight: 500; }
h5 { font-size: 25px; margin: 0; line-height: 1.3; color: #2d2d2d; font-weight: 700; }
h6 { font-size: 20px; margin: 0; line-height: 1.3; color: #2d2d2d; font-weight: 700; }
/***************************************************************************************
* LISTS STARTS
***************************************************************************************/
/* All Lists */
dl { padding-left: 25px; margin: 34px 0 34px 0; }
/* Default Ul and Ol start */

ul, ol { margin-bottom: 30px; margin-left: 0; }
ul li, ol li { line-height: 1.7; font-size: 16px; list-style-type: none; }
ul > li, ol > li { margin-bottom: 20px; }
li ol, li ul { margin-bottom: 0; margin-left: 0; }
ol > li { list-style-type: lower-alpha; padding-left: 6px; }
ul li { padding-left: 32px; background: url(../images/listing-check.png) 0 7px no-repeat; }
/* Default Ul and Ol ends */
/***************************************************************************************
* form css STARTS
***************************************************************************************/
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="url"], input[type="password"], textarea { font-family: 'Roboto', sans-serif; border: none; padding: 7px 15px; color: #2b2b2b; width: 100%; font-size: 16px; font-weight: 400; outline: none; background: #fff; transition: border 0.3s ease 0s; -webkit-transition: border 0.3s ease 0s; }
textarea { width: 100% !important; height: 65px; overflow-y: auto; }
select { font-family: 'Roboto', sans-serif; border: none; padding: 7px 15px; color: #2b2b2b; width: 100%; font-size: 16px; font-weight: 400; outline: none; background: #fff; }
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus, input[type="password"]:focus, select:focus { background: #f5f5f3; border-color: #ffcc76; color: #626262; outline: 0; }

/* Placeholder css start */
::-webkit-input-placeholder {
 color:#2b2b2b;
 opacity:1;
}

:-moz-placeholder {
 color:#2b2b2b;
 opacity:1;
}

::-moz-placeholder {
 color:#2b2b2b;
 opacity:1;
}

:-ms-input-placeholder {
 color:#2b2b2b;
 opacity:1;
}
/* Placeholder css ends */
/***************************************************************************************
* COMMON CSS STARTS
***************************************************************************************/
.wrapper { width: 100%; }
.container { margin: 0 auto; max-width: 1198px; padding: 0 15px; }
.internal-container { margin-bottom: 50px; max-width: 700px; }
.main { padding-top: 35px; display: block; }
.clear { clear: both; }
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: block; }
.text-center { text-align: center !important; }
.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.fullheight { height: 100%; }
.display-block { display: block }
.floatleft, .alignleft { float: left; }
.alignleft { margin: 0 10px 10px 0; }
.alignright { margin: 0 0 10px 10px; }
.floatright, .alignright { float: right; }
.aligncenter { margin: 0 auto; display: block }
img { margin: 0 auto; max-width: 100%; height: auto; display: inline-block; border: none; }
.icon { display: inline-block; background-size: cover; background-position: center; background-repeat: no-repeat; margin: 0 auto; }
.overlay-bg { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: -1; }
a .overlay-bg { transition: background 0.3s ease 0s; -webkit-transition: background 0.3s ease 0s; }
figure { max-width: 100%; }
iframe { width: 100%; margin: 0 auto; }
.mar120 { margin-top: 50px; }
/***************************************************************************************
*COMMON BUTTON CSS STARTS
***************************************************************************************/

.button, input[type="submit"] { /*background-color: #2d2d2d;*/ border: medium none; color: #ffffff; cursor: pointer; display: block; font-family: "Roboto", sans-serif; font-size: 23px; font-weight: 500; line-height: 1.2; margin: 0 auto; min-width: 220px; padding: 7px 25px; text-align: center; text-transform: uppercase; transition: background 0.3s ease 0s, border-color 0.3s ease 0s; width: 100%; text-decoration: none; }
.button:hover, input[type="submit"]:hover { color: #fff; text-decoration: none; }
.no-touchevents .button:hover, .no-touchevents input[type="submit"]:hover { background-color: #ff7e00; border-color: #ff7e00; }
p .button, p input[type="submit"] { font-size: 10px; }
.btn-enquiry-xs { display: inline-block; background-color: #000; font-size: 16px; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; text-decoration: none; color: #fff; text-align: center; text-transform: uppercase; line-height: 1; padding: 10px 20px; }
.btn-enquiry-xs:hover, .btn-enquiry-xs:focus { background-color: #07238d; color: #fff; text-decoration: none; }
.btn-scroll-top { z-index: 9; display: block; position: fixed; width: 35px; text-decoration: none; height: 35px; background-color: #000; right: 20px; bottom: 50px; text-align: center; border-radius: 100%; -webkit-border-radius: 100%; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; }
.btn-scroll-top i { font-size: 18px; line-height: 35px; color: #fff; }
.btn-scroll-top:hover, .btn-scroll-top:focus { background: #f0e334; color: #000; text-decoration: none; }
.btn-enquiry-fixed { display: inline-block; background-color: #000; font-size: 12px; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; text-decoration: none; color: #fff; text-align: center; text-transform: uppercase; line-height: 1.2; z-index: 1; padding: 8px 0; position: fixed; top: 50px; right: 0px; border-radius: 5px 0px 0px 5px; -webkit-border-radius: 5px 0px 0px 5px; -moz-border-radius: 5px 0px 0px 5px; -ms-border-radius: 5px 0px 0px 5px; -o-border-radius: 5px 0px 0px 5px; box-shadow: 0 3px 5px rgba(0,0,0,0.20); -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.20); -o-box-shadow: 0 3px 5px rgba(0,0,0,0.20); -ms-box-shadow: 0 3px 5px rgba(0,0,0,0.20); -moz-box-shadow: 0 3px 5px rgba(0,0,0,0.20); width: 78px; }
.btn-enquiry-fixed:hover, .btn-enquiry-fixed:focus { background-color: #07238d; color: #fff; text-decoration: none; }
/***************************************************************************************
*COMMON Block title CSS STARTS
***************************************************************************************/
.block-title { border-bottom: 5px solid rgba( 255, 255,255, 0.4); padding-bottom: 2px; margin-bottom: 17px; }
.block-title h6 { font-weight: 600; }
/***************************************************************************************
* TABLES STARTS
***************************************************************************************/
table { width: 100% !important; margin-bottom: 30px !important; }
table tr th { }
table tr td,  table tr td { }
/***************************************************************************************
* HEADER STARTS
***************************************************************************************/

.header { left: 0; position: absolute; text-align: center; top: 5px; width: 100%; z-index: 999; }
.logo { max-width: 140px; display: inline-block; }
.logo a { display: inline-block; }
/* Home banner css start */
.banner { width: 100%; position: relative; }
.banner-image { background: url(../images/banner.jpg) center center no-repeat; background-size: cover; -webkit-background-size: cover; width: 100%; height: 220px; }
.banner-caption { text-align: center; background-color: rgba(0, 0, 0, 0.8); padding: 20px; margin: 0 -15px; }
.main-text { margin-bottom: 70px; }
.jobs-industry-section { margin-bottom: 30px;text-align:center }
.jobs-industry-text { /*max-width: 375px;*/margin:0 auto 80px; }
.jobs-industry-text p { font-size: 20px; color: #000000; }
.jobs-industry-text ul{width: 55%;text-align: left;margin: 0 auto;}
.jobs-industry-left-section img { margin: 0 auto; }
.jobs-industry-left-section h4{margin-bottom: 15px;}
.jobs-industry-left-section small{display:block;margin-top: 20px;}
.image-block { text-align: center; }
.jobs-industry-left-section { margin-bottom: 30px; }
.form-container p { font-size: 16px; text-align: center; margin-bottom: 28px; }
.callback { float: left; margin-left: 15px; font-size: 20px; color: #000; line-height: 2.2; }
.form-text-container { margin-bottom: 30px; }
.form-container { background-color: #ebdd25; width: 100%; float: left; padding: 20px; margin: 0; }
.form-container h5 { text-align: center; margin-bottom: 8px; }
.form-row { margin-bottom: 18px; }
.form-row.last { margin-bottom: 28px; }
.form-row label { font-size: 14px; max-width: 100%; display: inline-block; }
.form-row .form-radio { margin: 0; padding: 0; }
.form-row p.investtxt { float: left; width: 78%; }
.form-row .investinput { float: right; }
.form-row p { font-size: 14px; }
.form-row p.verify { font-size: 12px; line-height: none !important; margin-top: 35px; font-style: italic; }
.footer { padding-bottom: 0px; background-color: #000;}
.footer .copyright { font-size: 13px; color: #fff; text-align: center; margin-top: 60px; padding: 10px 15px;}
.thank-you-page .footer{position: fixed;width: 100%;bottom: 0}
.thank-you-page .footer .copyright{margin-top: 0px;}
.companies-section { margin-bottom: 70px; }
.companies-title { text-align: center; margin-bottom: 15px; }
.companies-title p { margin-bottom: 5px; }
.companies-black-box { position: relative; background: #121212; border: 3px solid #f0e334; text-align: center; padding: 20px; max-width: 840px; margin: 0 auto; }
.companies-black-box h3 { color: #f0e334; font-size: 24px; line-height: 43px; margin: 0; }
/*.companies-black-box:before { position: absolute; left: 0; bottom: -51px; height: 100%; width: 100%; text-align: center; content: ""; background: url(../images/black-box-shadow.png) center bottom no-repeat; background-size: contain; -webkit-background-size: contain; z-index: -1; }*/
.shadowbox{max-width: 840px;margin: 0 auto;}
.skills-section { margin-bottom: 30px; }
.skills-container { margin-bottom: 30px; text-align: center;}
.skill-listing { margin: 0 -15px; text-align: center; }
.skill-box { margin-bottom: 30px; padding: 0 15px; text-align: left; }
.skill-image { padding-top: 100%; border: 1px solid #4ea5fe; background-size: cover; -webkit-background-size: cover; background-position: center; background-repeat: no-repeat; margin-bottom: 20px; }
.skill-details { padding-bottom: 36px; border-bottom: 3px solid #f0e334; }
.skill-details p { font-size: 16px; }
.skill-details h6 { color: #1a1a1a; }
.linkbutton { font-family: 'Roboto', sans-serif; background-color: #000; font-weight: 500; color: #f0e334; display: inline-block; font-size: 22px; padding: 5px 25px; text-align: center; text-decoration: none; line-height: 35px; vertical-align: middle; line-height: 52px; text-transform: uppercase; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; }
.linkbutton:hover { text-decoration: none; background: #f0e334; color: #000; }
.skill-nots { margin-top: 30px; }
.skill-nots p { font-size: 14px; }
.skill-nots p em { display: inline-block; margin-bottom: 20px; margin-right: 30px }
.skill-nots h3{text-align: center;}
.skill-nots .linkbutton{display: block;width: 330px;margin: 20px auto 30px;}
.why-arena { margin-bottom: 30px; }
.why-arena h2{text-align: center;}
.why-arena-table { border: 2px solid #ebdd25; }
.why-arena-table-cell { padding: 15px 15px 0; }
.why-arena-table-cell ul { margin-bottom: 0; }
.why-arena-table-cell:last-child { padding-top: 0; }
.help-two-column { max-width: 940px; margin: 0 auto; margin-bottom: 30px; }
.help-two-column-cell { margin-bottom: 30px; }
.help-two-column-cell:first-child { text-align: center; }
.help-two-column-cell:last-child { margin-bottom: 0; }
.get-ready-bottom-section {margin: 50px 0 0 0;}
.get-ready-bottom-section h2 span { margin-right: 10px; display: inline-block; margin-bottom: 15px; }
.courses-section { margin-bottom: 50px; }
.courses-box { background: #ebdd25; display: table; height: 147px; width: 137px; }
.courses-box > span { display: table-cell; font-size: 18px; font-weight: 700; padding: 15px 5px; text-align: center; vertical-align: middle; }
.courses-listing { text-align: center; margin: 0 -8px 30px; }
.courses-box-main { display: inline-block; margin-bottom: 17px; margin-right: -4px; padding-left: 8px; padding-right: 8px; vertical-align: top; }
.courses-box.gray-box { background-color: #e1e1e1; }
.courses-title { margin-bottom: 30px; }
.courses-section h4 { text-transform: uppercase; }
.courses-section .container { max-width: 1157px; }
.courses-bottom-title { text-align: center; }
.companies-bottom-title h3{text-align: center;}
.companies-bottom-title .linkbutton{margin: 20px auto 50px;width: 330px;display: block;}
.courses-bottom-title .linkbutton { line-height: 40px; padding: 5px 15px; }
.courses-box-main.empty-box { display: none; }
.small-text { padding-left: 32px; }
.btn-al {
    width: 100%;
    background-color: #000;
    padding: 6px;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}
.error {
    text-align: left;
    color: #ce0812;
    font-size: 13px
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed!important;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}
select {
    border: 1px solid #ccc;
    width: 100% !important;
    height: 35px !important;
    background-color: #fff !important;
    border-radius: 0px;
    padding: 0 10px !important;
    font-size: 14px !important;
    line-height: 1.42857143;
    color: #555 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
select {
    font-family: 'Roboto', sans-serif;
    border: none;
    padding: 7px 15px;
    color: #2b2b2b;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    background: #fff;
}
.form-group {
    margin-bottom: 15px;
}
#messagehide, #afterverification p {
    text-align: left;
    font-size: 13px;
    line-height: normal;
    margin-top: -6px;
    padding-bottom: 10px;
}
#afterverification p {
    margin-top: 8px !important;
    margin-bottom: 0 !important;
}
.small, small {
    font-size: 85%;
}
/***************************************************************************************
* THANK YOU PAGE STARTS
***************************************************************************************/
.thank-you-page { background: #f1f0f0 }
.thank-you-page .header { position: static; background: rgba(241,240,240,1); padding: 5px 0 0; background: -moz-linear-gradient(top, rgba(241,240,240,1) 0%, rgba(241,240,240,1) 73%, rgba(212,212,212,1) 100%); background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,240,240,1)), color-stop(73%, rgba(241,240,240,1)), color-stop(100%, rgba(212,212,212,1))); background: -webkit-linear-gradient(top, rgba(241,240,240,1) 0%, rgba(241,240,240,1) 73%, rgba(212,212,212,1) 100%); background: -o-linear-gradient(top, rgba(241,240,240,1) 0%, rgba(241,240,240,1) 73%, rgba(212,212,212,1) 100%); background: -ms-linear-gradient(top, rgba(241,240,240,1) 0%, rgba(241,240,240,1) 73%, rgba(212,212,212,1) 100%); background: linear-gradient(to bottom, rgba(241,240,240,1) 0%, rgba(241,240,240,1) 73%, rgba(212,212,212,1) 100%);  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f0f0', endColorstr='#d4d4d4', GradientType=0);
}
.thank-you-block { padding: 50px 0 0px; }
.thank-you-block h1 { font-size: 40px; font-weight: 100; color: #222; font-family: 'Roboto', sans-serif; line-height: 1.2; margin-bottom: 19px; letter-spacing: 0.5px; }
.thank-you-block p { margin-bottom: 10px; color: #000; }
.thank-you-block p:last-child { margin-bottom: 10px; }
.text-success { color: #3c763d !important; }

.thank-you-block a.facebook {display: inline-block;width: 50px;margin-right: 20px;}
.thank-you-block a.facebook img {width: 100%;}
.thank-you-block a.instagram {display: inline-block;width: 50px;margin-right: 20px;}
.thank-you-block a.instagram img {width: 100%;}

/***************************************************************************************
*MEDIA QUERY FOR DEVICE WIDTH MORE THEN 480px STARTS
***************************************************************************************/
@media screen and (min-width:480px) {
.companies-black-box:before { bottom: -83px; }
.skill-box { width: 50%; display: inline-block; margin-left: -5px; }
.skill-box:first-child { margin-left: 0; }
.courses-box { width: 147px; }
}
/***************************************************************************************
*MEDIA QUERY FOR DEVICE WIDTH MORE THEN 600px STARTS
***************************************************************************************/
 @media screen and (min-width:600px) {
.banner-image { height: 400px; }
.skill-box { width: 33.333%; }
}

/***************************************************************************************
*MEDIA QUERY FOR DEVICE WIDTH MORE THEN 768px STARTS
***************************************************************************************/ 
@media screen and (min-width:768px) {
/***************************************************************************************
* HEADINGS STARTS
***************************************************************************************/
h2 { font-size: 40.76px; }
.main-text { margin-bottom: 80px; }
.callback { font-size: 28px; }
form-row p.investtxt { width: 80%; }
ul li.sector-icon-box { width: 30%; }
.header { left: 38px; top: 15px; width: auto; }
.logo { max-width: 190px; }
.banner { height: 430px; }
.banner-caption { position: absolute; right: 0; top: 235px; max-width: 380px; width: 100%; margin: 0; }
.banner-image { height: 100%; left: 0; position: absolute; top: 0; }
.form-column { float: right; width: 100%; }
.jobs-industry-left-section { float: left; width: 50%;margin-bottom: 0;/*padding-right: 34px;*/ }
.form-container { float: right; width: 50%; padding: 35px; }
.form-container::before { background: #ebdd25; content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 10000px; }
.form-text-container { overflow: hidden; margin-bottom: 50px; }
.companies-black-box { padding: 20px 40px; }
.companies-black-box:before { background-size: cover; -webkit-background-size: cover; bottom: -141px }
.companies-black-box h3 { font-size: 22px; line-height: 55px; }
.companies-section { margin-bottom: 100px; }
.skills-section { margin-bottom: 50px; }
.skills-container { margin-bottom: 50px; }
.why-arena { margin-bottom: 50px; }
.why-arena-table { display: table; width: 100%; }
.why-arena-table-cell { display: table-cell; width: 50%; padding: 30px; border-bottom: 0; border-right: 2px solid #ebdd25; }
.why-arena-table-cell:last-child { border-right: 0 none; }
.help-two-column { width: 100%; display: table; margin-bottom: 50px; }
.help-two-column-cell { width: 50%; display: table-cell; vertical-align: top; }
.help-two-column-cell:first-child { padding-right: 15px; text-align: left; }
.help-two-column-cell:last-child { padding-left: 15px; }
.arena-help-section { margin-bottom: 50px; }
.courses-box > span { font-size: 20px; }

/***************************************************************************************
* THANK YOU PAGE STARTS
***************************************************************************************/
.thank-you-block { padding: 80px 0 45px; }
.thank-you-block h1 { font-size: 60px; }
}
/***************************************************************************************
*MEDIA QUERY FOR DEVICE WIDTH MORE THEN 992 STARTS
***************************************************************************************/
 
@media screen and (min-width:992px) {
/***************************************************************************************
* HOME PAGE STARTS
***************************************************************************************/
.banner { height: 525px; }
.banner-caption { top: 285px; }
.jobs-industry-left-section { width: 60%;margin-left:0px }
.form-container { width: 100%; max-width: 410px; }
.skill-box { width: 25%; }
.help-two-column-cell:first-child { width: 30%; padding-right: 26px; }
.help-two-column-cell:last-child { padding-left: 26px; }
}

/***************************************************************************************
*MEDIA QUERY FOR DEVICE WIDTH MORE THEN 1280 STARTS
***************************************************************************************/
 
@media screen and (min-width:1280px) {
h1 { font-size: 35px; }
.banner { height: 622px; }
.banner-caption { max-width: 480px; }
.banner-caption { top: 345px; }
.form-text-container { margin-bottom: 118px; }
.skill-box { width: 33%; }
.skills-section { margin-bottom: 60px; }
.why-arena { margin-bottom: 70px; }
.why-arena-table-cell { padding: 44px; }
.help-two-column { margin-bottom: 66px; }
.arena-help-section { margin-bottom: 150px; }
.courses-section { margin-bottom: 110px; }
.courses-listing { text-align: left; margin-bottom: -50px; }
.courses-box-main.empty-box { display: inline-block; visibility: hidden; }
.courses-title { margin-bottom: -27px; }
.courses-bottom-title { text-align: right; padding-right: 162px; }
}


@media screen and (max-width: 768px)
{
    .jobs-industry-text ul{width: 100%;}
    .courses-section h2{text-align: center;}
    .courses-section .courses-title{text-align: center;}
    .companies-black-box h3{line-height: 54px;}
}
