@font-face {
    font-family: 'Opel Sans Regular';
    src: url('fonts/OpelSans-Regular.eot');
    src: url('fonts/OpelSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/OpelSans-Regular.woff2') format('woff2'),
        url('fonts/OpelSans-Regular.woff') format('woff'),
        url('fonts/OpelSans-Regular.ttf') format('truetype'),
        url('fonts/OpelSans-Regular.svg#OpelSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Light';
    src: url('fonts/Roboto-Light.eot');
    src: url('fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Light.woff2') format('woff2'),
        url('fonts/Roboto-Light.woff') format('woff'),
        url('fonts/Roboto-Light.ttf') format('truetype'),
        url('fonts/Roboto-Light.svg#Roboto-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Opel Sans Bold';
    src: url('fonts/OpelSans-Bold.eot');
    src: url('fonts/OpelSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/OpelSans-Bold.woff2') format('woff2'),
        url('fonts/OpelSans-Bold.woff') format('woff'),
        url('fonts/OpelSans-Bold.ttf') format('truetype'),
        url('fonts/OpelSans-Bold.svg#OpelSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Medium';
    src: url('fonts/Roboto-Medium.eot');
    src: url('fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Medium.woff2') format('woff2'),
        url('fonts/Roboto-Medium.woff') format('woff'),
        url('fonts/Roboto-Medium.ttf') format('truetype'),
        url('fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Bold';
    src: url('fonts/Roboto-Bold.eot');
    src: url('fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Bold.woff2') format('woff2'),
        url('fonts/Roboto-Bold.woff') format('woff'),
        url('fonts/Roboto-Bold.ttf') format('truetype'),
        url('fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Regular';
    src: url('fonts/Roboto-Regular.eot');
    src: url('fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Regular.woff2') format('woff2'),
        url('fonts/Roboto-Regular.woff') format('woff'),
        url('fonts/Roboto-Regular.ttf') format('truetype'),
        url('fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Brandon Grotesque Bold';
    src: url('fonts/BrandonGrotesque-Bold.eot');
    src: url('fonts/BrandonGrotesque-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/BrandonGrotesque-Bold.woff2') format('woff2'),
        url('fonts/BrandonGrotesque-Bold.woff') format('woff'),
        url('fonts/BrandonGrotesque-Bold.ttf') format('truetype'),
        url('fonts/BrandonGrotesque-Bold.svg#BrandonGrotesque-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Brandon Grotesque Medium';
    src: url('fonts/BrandonGrotesque-Medium.eot');
    src: url('fonts/BrandonGrotesque-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/BrandonGrotesque-Medium.woff2') format('woff2'),
        url('fonts/BrandonGrotesque-Medium.woff') format('woff'),
        url('fonts/BrandonGrotesque-Medium.ttf') format('truetype'),
        url('fonts/BrandonGrotesque-Medium.svg#BrandonGrotesque-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}
::selection{
    background:#000000;
    color:#FFFFFF;
}
::-moz-selection{
    background:#000000;
    color:#FFFFFF;
}
*{
    outline:none;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
    margin:0;
    padding:0;
	-webkit-font-smoothing:antialiased;
}
.transition{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.5s ease
}
a,
a img{
    text-decoration:none;
    outline:0 none;
    border:0 none
}
ol,
ul,
li,
h1,
h2,
h3,
h4 {
    margin:0;
    padding:0;
}
.vmiddle{
	position:absolute;
	top:55%;
	left:50%;
	transform:translate(-50%,-50%);
}
.no-padding{padding:0 !important;}
.no-margin{margin:0 !important;}
.no-border{border:0 none !important;}
.m-b0{margin-bottom:0 !important}
.text-center{text-align:center !important;}
.text-right{text-align:right !important;}
.white-bg{background:#ffffff;}
.img-responsive{
    max-width:100%;
    display:block;
}
.pull-left{float:left !important;}
.pull-right{float:right !important;}
.w100{width:100% !important}
.uppercase{text-transform:uppercase;}
.small-font{font-size:22px;margin:15px 0;}

body{
	font-size: 16px;
	background:#000000;
    font-family: 'Roboto Light';
}

.wrapper{
    max-width:1366px;
    overflow:hidden;
    margin:0 auto;
    background:#ffffff;
}

.home-banner{
    background:#000000 url(../images/main-banner.jpg) no-repeat top center / cover;
    height:100vh;
    position:relative;
    max-width:1366px;
}
.logo-left{
    position:absolute;
    top:30px;
    left:30px;
    z-index:9;
    width:70px;
}
.logo-right{
    position:absolute;
    top:30px;
    right:30px;
}
.logo-left a,
.logo-right a{
    display:block;
}
.heading-text{
    font-family:'Roboto Bold';
    font-size:55px;
    color:#ffffff;
    position:absolute;
    bottom:10%;
    left:10%;
    transform:translate(0%,0%);
}
.heading-text span{
    display:block;
}
.heading-text span.orange-color{
    display:inline-block;
}
.heading-text span.splitter{
    line-height: 5px;
    height: 5px;
    background: #fbae17;
    width: 100px;
    margin-bottom: 30px;
}

.key-speakers{
    background:#ffffff;
    padding:100px 0 20px;
    margin:0 auto;
    max-width:990px;
}
.content{
    width:auto;
    overflow:hidden;
    color:#000000;
    font-size:14px;
    line-height:18px;
}
/* .content p{ */
    /* margin-bottom:15px; */
	    /* margin: 16.5px; */
/* } */
		.content p {
    margin-bottom: 8px;
    /* margin: 22.5px; */
    margin-left: 30px;
}

.venue-details{
    -webkit-box-shadow: 0px 0px 30px 1px rgba(204,204,204,0.5);
    -moz-box-shadow: 0px 0px 30px 1px rgba(204,204,204,0.5);
    box-shadow: 0px 0px 30px 1px rgba(204,204,204,0.5);
    margin-top:30px;
    padding:20px 15px;
    overflow:hidden;
}
.venue-details .detail{
    float:left;
    width:33.33%;
    overflow:hidden;
    text-align:center;
}
.venue-details .detail .icon{
    width:55px;
    display:inline-block;
    vertical-align:middle;
    margin-right:15px;
    text-align:right;
}
.venue-details .detail .text{
    width:145px;
    display:inline-block;
    vertical-align:middle;
    font-size:15px;
    text-align:left;
}
.venue-details .detail .text span{
    display:block;
    font-family: 'Roboto Medium';
    margin-bottom:3px;
}
.venue-details .detail.fee{
    border-left:1px solid #DDDDDD;
    border-right:1px solid #DDDDDD;
}

.speakers{
    margin-top:30px;
    padding:20px 15px;
    overflow:hidden;
}
.speakers .head{
    font-family: 'Brandon Grotesque bold';
    font-size:28px;
    text-align:center;
    margin-bottom:20px;
    letter-spacing:2px;
    text-transform:uppercase;
}
.speakers-details{
    width:auto;
    overflow:hidden;
    text-align:center;
}
.speakers-details .speaker{ 
    display:inline-block;
    vertical-align:top;
    width:24%;
    margin-bottom:20px;
    min-height:265px;
}
.speakers-details .speaker .image{
    text-align:left;
}  
.speakers-details .speaker .text{
    text-align:left;
    font-size:14px;
    line-height:18px;
    width:80%;
}
.speakers-details .speaker .text span{
    display:block;
    font-family: 'Roboto Medium';
    margin-top:3px;
}
.register-now{
    position:relative;
}
.register-now i{
    width:100%;
    height:1px;
    background:#E5E5E5;
    display:block;
    position:absolute;
    top:32px;
    z-index:1;
}
.register-now span{
    background:url(../images/register-btn.png) no-repeat center center;
    width:302px;
    height:65px;
    -webkit-box-shadow: 0px 0px 30px 1px rgba(204,204,204,0.5);
    -moz-box-shadow: 0px 0px 30px 1px rgba(204,204,204,0.5);
    box-shadow: 0px 0px 30px 1px rgba(204,204,204,0.5);
    display:block;
    text-align:center;
    line-height:65px;
    font-family: 'Brandon Grotesque Bold';
    color:#ffffff;
    text-transform:uppercase;
    font-size:18px;
    letter-spacing:3px;
    margin:0 auto;
    z-index:2;
    position:relative;
}
.register-now span a{
    color:#ffffff;
    display:block;
}

.panel-discussion{
    margin:40px 0 0 0;
    background:#000000;
    padding:40px 0;
}
.panel-section{
    margin:0 auto;
    max-width:990px;
}
.panel-section .head{
    text-align:center;
}
.panel-content{
    overflow:hidden;
    width:auto;
    padding:50px 0;
    border-bottom:1px solid #5A5A5A;
}
.panel-content .text{
    width:60%;
    color:#e6e6e6;
    font-size:15px;
    line-height:20px;
}
.panel-content .text p{
    margin-right:50px;
}
.panel-content .text{
    margin-top:50px;
}
.panel-content .text p.head{
    color:#ffffff;
    font-family: 'Brandon Grotesque Bold';
    text-align:left;
    margin-bottom:15px;
    font-size:20px;
    line-height:25px;
    letter-spacing:2px;
}
.panel-content .image{
    width:40%;
}
.panel-content .text.text-right{
    margin-top:70px;
}
.panel-content .text.text-right p{
    margin-right:0;
    margin-left:50px;
}
.view-agenda{
    margin:0 auto;
    max-width:990px;
}
.view-agenda .head{
    background:url(../images/view-agenda.png) no-repeat center center;
    height:80px;
    position:relative;
    top:-30px;
    font-size:20px;
    line-height:80px;
    letter-spacing:2px;
    color:#ffffff;
    font-family:'Brandon Grotesque Bold';
    text-transform:uppercase;
    text-align:center;
    cursor:pointer;
}
.view-agenda .head i{
    background:url(../images/plus-icon.png) no-repeat center center;
    width:26px;
    height:26px;
    display:inline-block;
    position:absolute;
    right:30px;
    top:27px;
}
.view-agenda .head.active i{
    background:url(../images/minus-icon.png) no-repeat center center;
}
.view-agenda-table{
    display:block;
    width:100%;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    -ms-overflow-style:-ms-autohiding-scrollbar;
    -webkit-box-shadow: 0px 0px 30px 1px rgba(204,204,204,0.5);
    -moz-box-shadow: 0px 0px 30px 1px rgba(204,204,204,0.5);
    box-shadow: 0px 0px 30px 1px rgba(204,204,204,0.5);
}
.view-agenda-table table{
    background:#ffffff;
    border:1px solid rgba(222,226,230,0.35);
}
.view-agenda-table table tbody tr:nth-of-type(even) {
    background:rgba(230,230,230,0.35);
}
.view-agenda-table table td{
    border:1px solid rgba(222,226,230,0.35);
    padding:10px;
    line-height:18px;
    font-family:'Roboto Regular';
    font-size:14px;
}
.view-agenda-table table b{
    font-family:'Roboto Medium';
    font-size:15px;
    font-weight:normal;
}
.venue-head{
    margin-top:30px;
    font-size:20px;
    line-height:30px;
    letter-spacing:1px;
    color:#000000;
    font-family:'Brandon Grotesque Bold';
    text-transform:uppercase;
}
.venue-head span{
    display:block;
}
.venue-head span.splitter{
    line-height:inherit;
}
.venue-content{
    font-family:'Roboto Medium';
    font-size:15px;
    font-weight:normal;
    line-height:18px;
    margin:20px 0;
}
.venue-content span{
    font-family:'Roboto Regular';
    font-size:14px;
}
.submission{
    margin-top:30px;
}
.submission .head-text{
    font-size:20px;
    line-height:30px;
    letter-spacing:1px;
    color:#000000;
    font-family:'Brandon Grotesque Bold';
    text-transform:uppercase;
    text-align:center;
    margin-top:30px;
    padding:15px 0;
    border:1px solid #000000;
}
.submission .content{
    background:#000000;
    padding:15px;
    color:#ffffff;
    font-family:'Brandon Grotesque Bold';
    text-transform:uppercase;
    text-align:center;
    font-size:20px;
    line-height:30px;
    letter-spacing:1px;
    border:1px solid #000000;
}
.submission .content span{
    color:#F05A28;
}
.submission .content span.orange{
    color:#FBB03B;
}
.topics{
    margin:20px auto;
    max-width:850px;
    color:#333333;
    font-family:'Roboto Regular';
}
.topics p{    
    margin-bottom:20px;
    line-height:20px;
}
.topics ul{
    list-style:none;
}
.topics ul li{
    background:url(../images/pointer.png) no-repeat left 8px;
    padding:0 0 0 25px;
    line-height:30px;
}
.award-section{
    width:auto;
    overflow:hidden;
    margin:40px 0;
}
.award-section .award-left{
    width:30%;
    float:left;
    overflow:hidden;
    border:1px solid #000000;
    padding:30px;
    background:#000000;
    min-height:407px;
}
.award-section .award-left .image{
    margin-bottom:20px;
}
.award-section .award-left .text{
    color:#ffffff;
    line-height:25px;
}
.award-section .award-left .text p.prize{
    font-size:25px;
    line-height:35px;
    margin-top:10px;
}
.award-section .award-right{
    border:1px solid #E5E5E5;
    border-left:0 none;
    width:70%;
    float:left;
    overflow:hidden;
    padding:30px 50px;
    min-height:407px;
    text-align:center;
    color:#333333;
    font-family:'Roboto Regular';
    line-height:25px;
}
.award-section .award-right .heading{
    color:#000000;
    font-family:'Brandon Grotesque Bold';
    text-transform:uppercase;
    text-align:center;
    font-size:20px;
    line-height:30px;
    letter-spacing:1px;
    margin-bottom:20px;
}
.award-section .award-right p span,
.award-section .award-right p a{
    font-family:'Roboto Medium';
    font-weight:normal;
    color:#000000;
}
.committee-block{
    margin-top:30px;
    overflow:hidden;
}
.committee-block .heading{
    color:#000000;
    font-family:'Roboto Medium';
    line-height:25px;
    margin-bottom:20px;
    background:#ffffff;
    position:relative;
}
.committee-block .heading i{
    height:1px;
    background:#E5E5E5;
    position:absolute;
    top:18px;
    display:block;
    width:100%;
    left:0;
    z-index:1;
}
.committee-block .heading span{
    padding:5px 10px;
    position:relative;
    z-index:2;
    display:inline-block;
    background:#ffffff;
}
.text-left{
    text-align:left!important;
}
.footer{
    background:#000000;
    padding:30px 0;
    color:#666666;
    text-align:center;
    font-size:12px;
    line-height:20px;
}
.footer a,
.footer span{
    color:#fbb03b;
}
.go-top{
    position:fixed;
    bottom:20px;
    right:20px;
    z-index:6;
    cursor:pointer;
    display:none;
}
.go-top.on{
    display:block;
}
.call-conference{
    background:url(../images/info-bg.png) no-repeat center center;
    width:453px;
    height:188px;
    position:absolute;
    bottom:-60px;
    left:0;
    padding:20px;
}
.call-conference .head-text{
    font-family: 'Brandon Grotesque Medium';
    font-size:25px;
    letter-spacing:1px;
    text-transform:uppercase;
    color:#ffffff;
    margin-bottom:5px;
}
.call-conference p{
    font-family: 'Brandon Grotesque Medium';
    color:#000000;
    font-size:18px;
    width:80%;
    position:relative;
    text-transform:uppercase;
    letter-spacing:1px;
}
.call-conference p i{
    background:url(../images/arrow.png) no-repeat center center;
    width:26px;
    height:18px;
    /*top:3px;
    right:0;
    display:block;
    position:absolute;*/
    display:inline-block;
    vertical-align:middle;
    margin-left:5px;
    position:relative;
    top:-2px;
}
.admission-text{
    color:#ffffff;
    width:281px;
    top:20%;
    right:53px;
    transform:translate(0%,-50%);
    position:absolute;
    font-size:24px;
    text-align:left;
}
.admission-text span{
    color:#fbae17;
    font-family:'Roboto Bold';
    font-size:23px;
    display:inline-block;
    vertical-align:middle;
}
.form-container{
    width:300px;
    background:#ffffff;
    padding:25px;
    position:absolute;
    top:65%;
    right:40px;
    transform:translate(0%,-50%);
    border-radius:10px;
   /* -webkit-box-shadow: 0px 0px 30px 1px rgba(204,204,204,0.5);
    -moz-box-shadow: 0px 0px 30px 1px rgba(204,204,204,0.5);
    box-shadow: 0px 0px 30px 1px rgba(204,204,204,0.5);*/
}
.orange-color{
    color:#fbae17;
}
.form{
    /*border:1px solid #dfdfe5;
    border-radius:10px;
    padding:25px;*/
}
.form .head{
    font-family:'Roboto Bold';
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
    /*text-transform: uppercase;*/
}
.form-field{
    margin-bottom:15px;
    position:relative;
}
.form-field input,
.form-field select{
    border:0 none;
    width:100%;
    padding:0 20px;
    border:1px solid #dfdfe5;
    border-radius:3px;
    color:#363640;
    line-height:38px;
    font-size:14px;
    font-family: 'Roboto Light';
}
.checkbox-text{
    font-size:11px;
}
.form-field.checkbox-text input{
    width:auto;
    display:inline-block;
    margin-right:5px;
    vertical-align:middle;
}
.form-field select{
    padding:9px 20px;
    color:#363640;
    font-family: 'Roboto Light';
}
.form-field textarea{
    border:0 none;
    width:100%;
    padding:0 20px;
    border:1px solid #dfdfe5;
    border-radius:3px;
    color:#363640;
    line-height:35px;
    font-family: 'Lato', sans-serif;
    font-size:14px;
    resize:none;
    min-height:130px;
    font-family: 'Roboto Light';
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color:#a2a2a5;
    font-family: 'Roboto Light';
    font-size:14px;
}
::-moz-placeholder { /* Firefox 19+ */
    color:#a2a2a5;
    font-family: 'Roboto Light';
    font-size:14px;
}
:-ms-input-placeholder { /* IE 10+ */
    color:#a2a2a5;
    font-family: 'Roboto Light';
    font-size:14px;
}
:-moz-placeholder { /* Firefox 18- */
    color:#a2a2a5;
    font-family: 'Roboto Light';
    font-size:14px;
}
label{
    margin-left:17px;
    transition:all 0.3s ease-in;    
    color:#363640;
    font-family: 'Roboto Light';
    font-size:13px;
    position:absolute;
    top:-9px;
    background:url(../images/label-bg.png) center center repeat-x;
    display:none;
}
label span{
    display:inline-block;
    opacity:0.6;
    padding:0 3px;
}

input:not(:placeholder-shown) + label,
textarea:not(:placeholder-shown) + label{
    display:block;
    transition:all 0.3s ease-in;
}
input:not(:-ms-input-placeholder) + label,
textarea:not(:-ms-input-placeholder) + label{
    display:block;
    transition:all 0.3s ease-in;
}
.form-field input.submit{
    /*background: url(../images/register-btn.png) no-repeat center center;*/
    background:#dd0505;
    border:1px solid #dd0505;
    border-radius:5px;
    /*height: 65px;
    -webkit-box-shadow: 0px 0px 30px 1px rgba(204,204,204,0.5);
    -moz-box-shadow: 0px 0px 30px 1px rgba(204,204,204,0.5);
    box-shadow: 0px 0px 30px 1px rgba(204,204,204,0.5);*/
    display: block;
    text-align: center;
    /*line-height: 65px;*/
    font-family:'Roboto Bold';
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding:5px 10px;
    cursor:pointer;
}
.vmiddle.thank-you{
    left:60%;
}
.thank-you .head{
    line-height: 75px;
    font-family: 'Brandon Grotesque Bold';
    color: #ffffff;
    /*text-transform: uppercase;*/
    font-size:70px;
    /*letter-spacing:5px;*/
}
.thank-you p{
    color:#ffffff;
    line-height:25px;
}
.social-icon{
    position:absolute;
    right:20px;
    bottom:40px;
}
.social-icon div{
    color:#ffffff;
    line-height:25px;
    margin-bottom:5px;
}
.social-icon ul{
    list-style:none;
    text-align:right;
}
.social-icon ul li{
    display:inline-block;
    vertical-align:middle;
    width:30px;
    margin-left:3px;
}
.agenda-block{
    display:none;
}
.header-scroll{
    background:rgba(0,0,0,0.9);
    position:fixed;
    top:0;
    width:100%;
    max-width:1366px;
    padding:27px 0;
    overflow:hidden;
    display:none;
    z-index:9;
    height:100px;
}
.header-scroll.on{
    display:block;
}
.header-scroll .logo-left{
    width:55px;
    top:14px;
}
.header-scroll .logo-right{
    right:inherit;
    left:165px;
    top:14px;
    width:60px;
}
.header-scroll .register-now-btn{
    /*background:url(../images/register-btn.png) no-repeat center center;
    height:49px;*/
    background:#dd0505;
    border:1px solid #dd0505;
    border-radius:5px;
    display:block;
    text-align:center;
    /*line-height:49px;*/
    font-family:'Roboto Bold';
    color:#ffffff;
    text-transform:uppercase;
    font-size:14px;
    margin:0 auto;
    z-index:2;
    color:#ffffff;
    float:right;
    margin-right:20px;
    padding:9px 20px;
}
.header-scroll .register-now-btn a{
    color:#ffffff;
}
.about-us-section{
    background:#f4f4f4;
    padding:60px 0;
    width:100%;
}   
.about-us{
    margin:0 auto;
    max-width:990px;
}
.about-us .head{
    font-family:'Roboto Bold';
    font-size:28px;
    text-align:center;
    margin-bottom:20px;
}

.advantage-section{
    background:#FAAD16;
    width:100%;
    overflow:hidden;
}
.advantage-section .left{
    background:url(../images/advantage-image.jpg) no-repeat center center / cover;
    height:400px;
    float:left;
    width:50%;
    position:relative;
}
.advantage-section .right{
    position:relative;
    width:50%;
    float:left;
    height:400px;
    padding:55px 100px 0;
    color:#ffffff;
}
.advantage-section .right ul{
    list-style:none;
}
.advantage-section .right li{
    margin-bottom:15px;
    background:url(../images/bullet1.png) no-repeat left 7px;
    padding-left:20px;
    color:#000000;
}
.advantage-section .vmiddle{
    width:36%;
}
.advantage-section .vmiddle p{
    font-family:'Roboto Bold';
    font-size:30px;
    text-align:center;
    color:#ffffff;
}
.advantage-section .vmiddle p span{
    color:#faad16;
}
.join-us{
    margin:0 auto;
    max-width:990px;
    padding:60px 0;
}
.join-us .head{
    font-family:'Roboto Bold';
    font-size:28px;
    text-align:center;
    margin-bottom:20px;
}
.join-us .content{
    overflow:hidden;
    width:auto;
    width:600px;
    margin:50px auto 0;
}
.join-us .content .join-block{
    width:33.33%;
    float:left;
    text-align:center;
}
.join-us .content .join-block .image{
    width:100px;
    margin:0 auto;
    text-align:center;
    height:69px;
}
.join-us .content .join-block p{
    width:190px;
    margin:20px auto 0;
}

.courses-section{
    background:#FAAD16;
    width:100%;
    overflow:hidden;
}
.courses-section .left{
    background:url(../images/courses-image.jpg) no-repeat center center / cover;
    height:400px;
    float:left;
    width:50%;
    position:relative;
}
.courses-section .left .vmiddle{
    width:45%;
    text-align:right;
}
.courses-section .left .vmiddle span{
    display:block;
}
.courses-section .left .vmiddle .head{
    font-family:'Roboto Bold';
    font-size:30px;
    text-align:right;
    color:#ffffff;
}
.courses-section .left .vmiddle .sub-head{
    font-family: 'Roboto Medium';
    font-size:20px;
    text-align:right;
    color:#faad16;
    margin-top:15px;
}
.courses-section .left .vmiddle .btn{
    background:#dd0505;
    border:1px solid #dd0505;
    border-radius:5px;
    display:block;
    text-align:center;
    /*line-height:49px;*/
    font-family:'Roboto Bold';
    color:#ffffff;
    text-transform:uppercase;
    font-size:18px;
    margin:0 auto;
    z-index:2;
    color:#ffffff;
    float:right;
    margin-top:15px;
    padding:9px 20px;
}
.courses-section .left .vmiddle .btn a{
    color:#ffffff;
}
.courses-section .right{
    position:relative;
    width:50%;
    float:left;
    height:400px;
    padding:0;
    color:#ffffff;
}
.courses-section .right ul{
    list-style:none;
}
.courses-section .right ul li{
    padding:20px 90px;
    border-bottom:1px solid #cf8f12;
    background:url(../images/arrow-img.png) no-repeat 55px 24px;
    color:#000000;
}
.courses-section .right ul li p{
    font-size:14px;
    /*font-weight:bold;*/
}
.courses-section .right ul li p.head{
    font-family:'Roboto Bold';
    font-size:22px;
    color:#000000;
}
.courses-section .right .vmiddle{
    width:100%;
}

.top-recruiters-section{
    background:#F0F0F0;
    padding:30px 0 60px 0;
    width:100%;
    text-align:center;
}
.top-recruiters{
    margin:0 auto;
    max-width:990px;
}
.top-recruiters .head{
    font-family:'Roboto Bold';
    font-size:28px;
    text-align:center;
    margin-bottom:20px;
}
.top-recruiters .splitter{
    height:3px;
    background:#faad16;
    width:65px;
    margin:20px auto 40px;
}
.recruiters .item img{
    max-width:185px;
    margin:0 auto;
}
.recruiters .owl-dots{
    display:none;
}
.recruiters-gallery{
    -webkit-box-shadow: 0px 0px 30px 0px rgba(204,204,204,1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(204,204,204,1);
    box-shadow: 0px 0px 30px 0px rgba(204,204,204,1);
    background:#ffffff;
    padding:20px;
}
.recruiters-gallery .owl-prev span,
.recruiters-gallery .owl-next span{
    display:none;
}
.recruiters-gallery .owl-next{
    background:url(../images/arrow-left.png) no-repeat center center !important;
    width:32px;
    height:32px;
    margin:0 !important;
    position:absolute;
    left:-80px;
    top:50%;
    transform:translate(0%,-50%);
}
.recruiters-gallery .owl-prev{
    background:url(../images/arrow-right.png) no-repeat center center !important;
    width:32px;
    height:32px;
    margin:0 !important;
    position:absolute;
    right:-80px;
    top:50%;
    transform:translate(0%,-50%);
}

.alumni-scholarship{
    background:#f4f4f4;
    padding:30px 0 60px;
    width:100%;
}
.alumni-scholarship .head{
    font-family:'Roboto Bold';
    font-size:28px;
    text-align:center;
    margin-bottom:20px;
}
.alumni-scholarship-content{
    background:url(../images/scholarship-bg.png) center center / cover;
    padding:40px;
    position:relative;
}
.alumni-scholarship-content .content{
    margin:0 auto;
    max-width:990px;
    padding:60px 0;
    height:350px;
    overflow:auto;
    position:relative;
}
.alumni-scholarship-content .content .content1,
.alumni-scholarship-content .content .content2,
.alumni-scholarship-content .content .content3,
.alumni-scholarship-content .content .content4{
    position:relative;
    overflow:hidden;
    margin-bottom:20px;
}
.alumni-scholarship-content .content .left{
    width:50%;
    float:left;
    position:relative;
    color:#ffffff;
    height:320px;
    text-align:left;
}
.alumni-scholarship-content .content .right{
    width:50%;
    float:left;
    height:320px;
    color:#ffffff;
    font-size:14px;
    position:relative;
}
.alumni-scholarship-content .content .left .vmiddle{
    width:100%;
   
}
.alumni-scholarship-content .content .left ul{
    text-align:left;
    /* line-height:20px; */
    margin:0;
    font-size:14px;
}
.alumni-scholarship-content .content .left ul li{
    background:#faad16;
    display:inline-block;
    width:150px;
    height:3px;
    margin-bottom:10px;
}
.alumni-scholarship-content .content .right .vmiddle{
    width:100%;
}
.alumni-scholarship-content .content .right ul{
    list-style:none;
}
.alumni-scholarship-content .content .right ul li{
    background:url(../images/bullet.png) no-repeat left 6px;
    padding-left:15px;
    padding-bottom:10px;
}
.alumni-scholarship-content .mCSB_dragger_bar{
    background:#faad16 !important;
}
.arrow-down{
    position:absolute;
    bottom:30px;
    left:50%;
    transform:translate(0, -50%);
    width:26px;
    height:14px;
}

.testimonials-section{
    background:#f4f4f4;
    padding:20px 0 60px 0;
    width:100%;
}   
.testimonials-block{
    margin:0 auto;
    max-width:990px;
}
.testimonials-block .head{
    font-family:'Roboto Bold';
    font-size:28px;
    text-align:center;
    margin-bottom:20px;
}
.testimonials-block .splitter{
    height:3px;
    background:#faad16;
    width:65px;
    margin:20px auto 40px;
}
.testimonials-details{
    -webkit-box-shadow: 0px 0px 30px 0px rgba(204,204,204,1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(204,204,204,1);
    box-shadow: 0px 0px 30px 0px rgba(204,204,204,1);
    /*background:#f6f6f6;*/
    background:#ffffff;
    padding:20px;
}
.testimonials-details .owl-prev span,
.testimonials-details .owl-next span{
    display:none;
}
.testimonials-details .owl-next{
    background:url(../images/arrow-left.png) no-repeat center center !important;
    width:32px;
    height:32px;
    margin:0 !important;
    position:absolute;
    left:-80px;
    top:50%;
    transform:translate(0%,-50%);
}
.testimonials-details .owl-prev{
    background:url(../images/arrow-right.png) no-repeat center center !important;
    width:32px;
    height:32px;
    margin:0 !important;
    position:absolute;
    right:-80px;
    top:50%;
    transform:translate(0%,-50%);
}
.testimonials .owl-dots{
    display:none;
}
.testimonial-list{
    width:auto;
    overflow:hidden;
}
.testimonial-list .image{
    width:25%;
    float:left;
    text-align:center;
}
.testimonial-list .image .img{
    max-width:135px;
    margin:0 auto;
}
.testimonial-list .image p{
    color:#292929;
    font-size:14px;
}
.testimonial-list .image p.head{
    text-align:center;
    margin:10px 0 0; 
}
.testimonial-list .content{
    width:75%;
    float:left;
    position:relative;
    height:180px;
    font-style:italic;
    font-size:14px;
    color:#000000;
    line-height:22px;
}
.testimonial-list .content .vmiddle{
    width:90%;
}

.enquire-now{
    text-align:center;
    padding:0 0 40px 0;
    background:#f4f4f4;
}
.enquire-now span.button{
    background: #dd0505;
    border:1px solid #dd0505;
    border-radius:5px;
    padding:10px 45px;
    color:#ffffff;
    border:0 none;
    text-transform:uppercase;
    margin-bottom:20px;
    display:inline-block;
    font-weight:bold;
    font-size:15px;
}
.enquire-now p.head{
    font-size:25px;
    font-weight:bold;
    color:#000000;
    text-align:center;
    margin-bottom:5px;
    font-family:'Roboto Bold';
}
.enquire-now p{
    color:#000000;
    font-size:14px;
}
.home-container{
    max-width:1280px;
    margin:0 auto;
    position:relative;
    height:100vh;
}
.admission-top-text{
    font-size:14px;
    color:#ffffff;
    float:right;
    margin-top:13px;
    margin-right:20px;
}
.top-recruiters span.button{
    background: #dd0505;
    border:1px solid #dd0505;
    border-radius:5px;
    padding:10px 45px;
    color:#ffffff;
    border:0 none;
    text-transform:uppercase;
    margin-bottom:50px;
    display:inline-block;
    font-weight:bold;
    font-size:15px;
}
.holistic-section{
    background:#ffffff;
    padding:30px 0 60px 0;
    width:100%;
    text-align:center;
}
.holistic-section .head{
    font-family:'Roboto Bold';
    font-size:28px;
    text-align:center;
    margin-bottom:20px;
}
.holistic-section .splitter{
    height:3px;
    background:#faad16;
    width:65px;
    margin:20px auto 40px;
}
.holistic-block{
    margin:0 auto 35px;
    max-width:990px;
    overflow:hidden;
}
.holistic-block .w25{
    width:25%;
    float:left;
}
.holistic-block .w33{
    width:33.33%;
    float:left;
}
.holistic-block .image{
    max-width:70px;
    margin:0 auto 20px;
}
.holistic-block .heading{
    color:#333333;
    font-size:18px;
    margin-bottom:15px;
    text-align:center;
    font-family: 'Roboto Bold';
    padding:0 15px;
}
.holistic-block .text{
    color:#86878b;
    font-size:14px;
    padding:0 20px;
    font-family: 'Roboto Regular';
    line-height:20px;
}
.why-law-section{
    background:#ffffff;
    padding: 60px 0;
    width:100%;
    overflow:hidden;
}
.why-law-section .left,
.why-law-section .right{
    width:50%;
    float:left;
}
.why-law-section .right{
    padding:0 30px;
}
.why-law-section .right .head {
    font-family:'Roboto Bold';
    font-size:28px;
    text-align:left;
    margin-bottom:20px;
}
.why-law-section .right .head span{
    height:3px;
    background:#faad16;
    width:65px;
    margin:0 0 0 15px;
    display:inline-block;
    vertical-align:middle;
}
.why-law-section .right ul{
    list-style:none;
}
.why-law-section .right ul li{
    color:#86878b;
    font-size:14px;
    margin-top:45px;
    line-height:20px;
    min-height:40px;
}
.why-law-section .right ul li i{
    background:url(../images/law-icon.png) no-repeat center center;
    display:inline-block;
    vertical-align:middle;
    width:40px;
    height:40px;
    margin-right:10px;
}
.why-law-section .right ul li span{
    display:inline-block;
    vertical-align:middle;
    width:80%;
    font-family: 'Roboto Regular';
}

.vmiddle.thank-you{
    right:100px;
    text-align:right;
    left:inherit;
    transform:translate(0%,-50%);
}
.thank-you .head{
    line-height: 75px;
    font-family: 'Brandon Grotesque Bold';
    color: #ffffff;
    /*text-transform: uppercase;*/
    font-size:70px;
    /*letter-spacing:5px;*/
}
.thank-you p{
    color:#ffffff;
    line-height:25px;
    margin-top:30px;
}
.thank-you .btn a{
    color:#ffffff;
    font-size:14px;
    text-transform:uppercase;
    padding:10px 15px;
    background:#0077e9;
    border:1px solid #0077e9;
    border-radius:3px;
    display:inline-block;
    margin-top:15px;
}
.social-icon{
    position:absolute;
    right:100px;
    bottom:40px;
    padding:5px 20px;
    background:rgba(0,0,0,0.4);
    border:1px solid #fff;
    border-radius:40px;
}
.social-icon div{
    color:#ffffff;
    line-height:25px;
    margin:5px 10px;
    vertical-align:middle;
    display: inline-block;
}
.social-icon ul{
    list-style:none;
    text-align:right;
    vertical-align:middle;
    display: inline-block;
}
.social-icon ul li{
    display:inline-block;
    vertical-align:middle;
    width:30px;
    margin-left:3px;
}