@font-face{
	font-family:"Futura";
	src:url("http://www.myfontfree.com/data/1/f/futura/unicode.futurab.ttf");
}

body {
    font-family: "Futura",sans-serif;
    font-size: 0.875em;
    line-height: 1.5;
    letter-spacing: 2px;
    color: #202020;
}
.header_style{
	position: fixed;
    z-index: 999;
	height: 388px;
    background: url(../images/bg_header.png) repeat-x 0 -80px;
    width: 100%;
}
.logo_image{
	padding-top:20px;
	height:121px;
	width:621px;
}
.header_enter_now{
	display: block;
    background: #0C2B59;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.28571em;
    font-weight: normal;
    color: #fff;
	float:right!important;
    padding: 15px 20px 15px 20px;
}
.header_enter_now:hover {
    background: #efaf19 none repeat scroll 0 0;
    color: #fff;
    padding: 15px 20px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 1s ease-in-out 0s;
}
.header_enter_now a{
	color:#fff;
	font-size:18px;
	text-decoration:none;
	//padding: 15px 20px 15px 20px;
}
/*.header_enter_now a:hover{
	padding: 15px 20px 15px 20px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background: #efaf19 none repeat scroll 0 0;
	transition: 1s ease-in-out;
}*/
@media only screen and (min-width: 768px){
	.toolbar:first-child a {
		display: inline-block;
	}
}
.header .toolbar p {
    margin: 0;
}
.ck-social-icons {
    float: right;
    padding: 10px;
}
@media only screen and (min-width: 1024px){
	.ck-social-icons {
		padding: 1em 1em;
	}
}
.ck-social-icons li {
    display: inline-block;
}
.social_rotet:hover{
		-webkit-animation:spin 2s linear infinite;
		-moz-animation:spin 2s linear infinite;
		animation:spin 2s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg);}}
	
.header_nav{
	float: right;
    margin-top: 15px;
}
.header_nav li{
	list-style-type: none;
    display: inline-block;
	margin-right:18px;
}
.header_nav li a{
	cursor: pointer;
	color:#202020;
	font-size: 18px;
	text-decoration: none;
	font-weight:600;
	letter-spacing:0;
	text-transform:uppercase;
}
#menu .menu_slide .menu_slide_border{
	border-bottom:1px solid rgba(167, 168, 169, 0.36);
	margin-top:10px;
	margin-bottom:10px;
}
#menu .menu_slide h4{
	text-transform:uppercase;
}
#menu .menu_slide ul{
    margin-left: -35px;
}
#menu .menu_slide ul li{
	list-style-type: none;
	margin-bottom: 10px;
}
#menu .menu_slide ul li a{
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}
#menu .menu_slide ul li a:hover{
	color:#A7A8A9;
}

	-webkit-transform: rotate(360deg) scale(2);
    -moz-transform: rotate(360deg) scale(2);
    -o-transform: rotate(360deg) scale(2);
    -ms-transform: rotate(360deg) scale(2);
    transform: rotate(360deg) scale(2);
}
/*------------------- banner style set ---------------------*/
.header_banner{
	position: relative;
}
#bgvid
{
	width: 100%;
}

.hero {
    position: relative;
}
.hero::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: url("../images/ptn1.png") repeat 0 0;
}
.hero::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(12, 43, 89, 0.38);
}
.hero .hero__media {
    min-height: 330px;
    //max-height: 780px;
}
@media screen and (min-width: 1024px) {
    .hero .hero__media {
        min-height: 630px;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .hero .hero__media {
        min-height: 100%;
    }
}
@media screen and (min-width: 1280px) {
    .hero .hero__media {
        min-height: 710px;
    }
}
.hero .hero__caption {
    position: absolute;
    left: 0;
    top: 45%;
    z-index: 50;
    width: 100%;
    padding: 0 2em;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}
.hero .hero__caption .hero__copy strong {
    display: inline-block;
    margin: 0.85714em 0 0;
    font-size: 1.42857em;
}
.hero .hero__caption .hero__cta a {
    display: inline-block;
    padding: 0.85714em 1.71429em;
    border: 1px solid;
    font-weight: 700;
    color: #fff;
}
.hero .hero__caption .hero__cta a:hover {
    background: #fff;
    border: none;
    color: #202020;
}
@media screen and (min-width: 600px) {
    .hero .hero__caption {
        top: 28%;
    }
    .hero .hero__caption .hero__copy {
        font-size: 1.3em;
    }
    .hero .hero__caption .hero__copy strong {
        margin: 0.34286em 0 0;
    }
}
@media screen and (min-width: 1024px) {
    .hero .hero__caption {
        top: 50%;
    }
}
@media screen and (min-width: 1280px) {
    .hero .hero__caption {
        top: 46%;
    }
    .hero .hero__caption .hero__copy strong {
        margin: 0;
        font-size: 1.9em;
    }
	.hero .hero__caption .hero__copy p {
        font-size: 2em;
    }
    .hero .hero__caption .hero__cta {
        margin-top: 3em;
    }
}

/*----------------------- Home page  --------------------*/
.home_categories{
	margin-top: 4.8em;
}
.home_categories .h_categories{
	margin-bottom:8.8em;
}
.home_categories .h_categories_header{
	
}
.home_categories .h_categories_title{
	font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    //letter-spacing: 1.5px;
    text-align: center;
	line-height: 35px;
}
.home_categories .h_categories_title_border{
	border-bottom: 3px solid #0C2B59;
    width: 85px;
    margin: 0px auto;
    margin-bottom: 4.8em;
    margin-top: 2.8em;
}
.home_categories .h_categories_body{
	
}
.home_categories .h_categories_body p{
	font-size:15px;
	text-align: center;
}
.home_categories .h_categories_button{
	padding: 15px 30px 15px 30px;
    background: #0c2b59;
    margin: 20px;
    color: #fff;
    text-decoration: none;
	margin: 35px;
}
.home_categories .h_categories_button:hover{
	padding: 15px 30px 15px 30px;
    border: 1px solid rgba(255, 255, 255, 0);
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background: #efaf19 none repeat scroll 0 0;
	transition: 1s ease-in-out;
}

/*----------------------- Home page box section  --------------------*/
.grid .panel {
    padding: 2.14286em 0.85714em
}
.grid .panel .panel__header .panel__header__title::after {
    content: "";
    display: block;
    width: 36px;
    height: 2px;
    margin: 0.53571em auto 0
}
.grid .panel--default {
    background: #fff;
    color: #202020
}
.grid .panel--default .panel__header .panel__header__title::after {
    background: #202020
}
.grid .panel--default a.ck-button:hover {
    background: #b4b5b6
}
.grid .panel--grid-img {
    padding: 0
}
.grid .panel--grid-img p {
    margin: 0
}
.grid .panel--grid-copy-green {
    background: #0C2B59;
    color: #fff
}
.grid .panel--grid-copy-green .panel__header .panel__header__title::after {
    background: #fff
}
.grid .panel--grid-copy-grey {
    background: #a7a8a9;
    color: #fff
}
.grid .panel--grid-copy-grey .panel__header .panel__header__title::after {
    background: #fff
}
.grid .panel--grid-copy-grey a.ck-button:hover {
    background: #676869;
	transition: 1s ease-in-out;
}
.grid a {
    color: inherit
}
.grid a.ck-button {
    margin-top: 1.2em
}
@media screen and (min-width: 768px) {
    .grid {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .grid .panel {
        width: 50%;
        float: left
    }
}
@media screen and (min-width: 1024px) {
    .grid .panel {
        width: 33.333333%;
        float: left;
        padding: 2.74286em 2.05714em
    }
    .grid .panel .panel__body {
        font-size: 0.78571em;
        line-height: 1.8
    }
}
.grid .h_grid_box{
	padding-left:0px;
	padding-right:0px;
}
.grid .h_grid_blue_box{
	background:#0c2b59 none repeat scroll 0 0;
	color:#fff;
}
.h_grid_blue_box .h_grid_blue_box_style{
	padding:25px;
}
.h_grid_blue_box .h_grid_blue_box_style h4{
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.h_grid_blue_box .h_grid_blue_box_style .h_grid_blue_box_bored{
	border: 1px solid #fff;
	width:50px;
	margin:0px auto;
	margin-top: 20px;
}
.h_grid_blue_box .h_grid_blue_box_style .panel__body{
	padding: 20px;
    font-size: 13px;
    text-align: center;
}
.h_grid_blue_box .h_grid_blue_box_style .panel__body p:first-child{
	height:130px;
}
.h_grid_blue_box .h_grid_blue_box_style .panel__body  .ck-button{
	padding: 15px 30px 15px 30px;
    border: 1px solid #fff;
	text-decoration: none;
    text-transform: uppercase;
}
.h_grid_blue_box .h_grid_blue_box_style .panel__body  .ck-button:hover{
	padding: 15px 30px 15px 30px;
    border: 1px solid rgba(255, 255, 255, 0);
	text-decoration: none;
    text-transform: uppercase;
	color: #fff;
	background:#efaf19 none repeat scroll 0 0;
	transition: 1s ease-in-out;
}


.grid .h_grid_gray_box{
	background:#a7a8a9 none repeat scroll 0 0;
	color:#fff;
}
.h_grid_gray_box .h_grid_gray_box_style{
	padding:25px;
}
.h_grid_gray_box .h_grid_gray_box_style h4{
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.h_grid_gray_box .h_grid_gray_box_style .h_grid_gray_box_bored{
	border: 1px solid #fff;
	width:50px;
	margin:0px auto;
	margin-top: 20px;
}
.h_grid_gray_box .h_grid_gray_box_style .panel__body{
	padding: 20px;
    font-size: 13px;
    text-align: center;
}
.h_grid_gray_box .h_grid_gray_box_style .panel__body p:first-child{
	height:130px;
}
.h_grid_gray_box .h_grid_gray_box_style .panel__body  .ck-button{
	padding: 15px 30px 15px 30px;
    border: 1px solid #fff;
	text-decoration: none;
    text-transform: uppercase;
	background:#0C2B59;
}
.h_grid_gray_box .h_grid_gray_box_style .panel__body  .ck-button:hover{
	padding: 15px 30px 15px 30px;
    border: 1px solid rgba(255, 255, 255, 0);
	text-decoration: none;
    text-transform: uppercase;
	color: #fff;
	background:#efaf19 none repeat scroll 0 0;
	transition: 1s ease-in-out;
}


.grid .h_grid_white_box{
	background:#fff none repeat scroll 0 0;
	color:#000;
}
.h_grid_white_box .h_grid_white_box_style{
	padding:25px;
}
.h_grid_white_box .h_grid_white_box_style h4{
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.h_grid_white_box .h_grid_white_box_style .h_grid_white_box_bored{
	border: 1px solid #000;
	width:50px;
	margin:0px auto;
	margin-top: 20px;
}
.h_grid_white_box .h_grid_white_box_style .panel__body{
	padding: 20px;
    font-size: 13px;
    text-align: center;
}
.h_grid_white_box .h_grid_white_box_style .panel__body p:first-child{
	height:130px;
}
.h_grid_white_box .h_grid_white_box_style .panel__body  .ck-button{
	padding: 15px 30px 15px 30px;
    border: 1px solid #000;
	text-decoration: none;
    text-transform: uppercase;
}
.h_grid_white_box .h_grid_white_box_style .panel__body  .ck-button:hover{
	padding: 15px 30px 15px 30px;
    border: 1px solid rgba(255, 255, 255, 0);
	text-decoration: none;
    text-transform: uppercase;
	color: #fff;
	background:#efaf19 none repeat scroll 0 0;
	transition: 1s ease-in-out;
}

/*----------------------- Home page Kalraj Mishra section  --------------------*/
.gest_box{
	padding-left:0px;
	padding-right:0px;
	margin-bottom: 35px;
}
.gest_box .col-sm-6{
	padding-left:0px;
	padding-right:0px;
}
.gest_box .gest_box_list_item_image{
	background-image: url("../images/home/KalrajMishra/KalrajMishra.jpg");
	//width: 50%;
}
.gest_box .gest_box_desc{
	padding:48px;
	background:#0C2B59;
	color:#fff;
	height: 350px;
}
.gest_box .gest_box_list_item_body_description{
	font-size: 16px;
    font-weight: normal;
    padding: 10px;
	text-align:center;
}
.gest_box .gest_box_list_item_body_button{
	font-size: 20px;
    font-weight: 600;
    padding: 20px;
	text-align:center;
}

.gest_box .gest_box_list_item_body{
	background:#0C2B59;
}
.gest_box .gest_box_list_item_body .gest_box_list_item_body_inner::before {
    content: "";
    display: block;
	width: 90px;
    height: 52px;
    margin: -3.02857em auto 1.71429em;
    background: #0C2B59 url(../images/home/KalrajMishra/ic_open_quotes.png) no-repeat center;
    //background: #0C2B59 url(../images/one.png) no-repeat center;
    //background-size: 85%,85%;
    background-size: cover;
    border-left: 14px solid #0C2B59;
    border-right: 14px solid #0C2B59;
}
.gest_box .gest_box_list_item_body .gest_box_list_item_body_inner {
    border-top: 2px solid #EFAF19;
}
.gest_box .gest_box_list_item_body {
    font-weight: inherit;
}


/* ------------------------------------ testimonial of MII section -------------------------- */
.testimonial{
	text-align: center;
    padding-bottom: 50px;
}
.testimonial .h_testimonial_title{
	font-size: 25px;	
	text-align: center; 
	color: #58595B;
   // border-bottom: 3px solid #AEC9F4;
    border-bottom: 3px solid #efaf19;
    text-align: center;
    margin: 0px auto 25px;
    padding-bottom: 5px;
	width: 150px;
}
.testimonial .set_bottom{
	text-align: center;
	margin-top: 25px;
}
.testimonial .set_image{
	text-align: center;
	margin-top: 25px;
}
.testimonial .title_customer{
	font-size: 20px;
	margin-top: 5px;
	text-align: center;
}
.testimonial .set_testimonial_img{
	width: 160px;
	height: 175px;
	text-align: center;
	margin: 0px auto;
	border: 4px solid #efefef;
}
.testimonial .set_testimonial_brand_img{
	height: 100px!important;
	text-align: center;
	margin: 0px auto;
	border: 1px solid #efefef;
}
.testimonial .show_read_more{
	text-align: justify;
}
.testimonial .brand_name{
	font-size: 15px;
	margin-top: 5px;
    line-height: 1.3;
}
.testimonial .show_read_more{
	font-size: 17px;
    padding: 10px;
    line-height: 1.2;
    font-weight: normal;
}
.testimonial .carousel-control.left{
	text-align: left;
    left: -5%;
}
.testimonial .carousel-control.right{
	text-align: right;
    right: -5%;
}
.testimonial .fa-angle-left{
	background: #F8A501;
	height: 40px!important;
	width: 40px!important;
	margin-top: 55%;
    font-size: 30px;
}
.testimonial .fa-angle-right{
	background: #F8A501;
	height: 40px!important;
	width: 40px!important;
	margin-top: 55%;
    font-size: 30px;
}
.testimonial .carousel-control .fa-angle-left, .carousel-control .fa-angle-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	padding: 5px 11px 5px 13px;
}
.testimonial .carousel-control.left,.carousel-control.right{
	background:none;
}
.testimonial .carousel-control .fa-angle-left, .carousel-control .icon-prev {
    //left: -10%;
}
.testimonial .carousel-control .fa-angle-right, .carousel-control .icon-next {
    //right: -10%;
}

/* ------------------------------------ Winner list of MII section -------------------------- */
.winner{
	padding: 0!important;
    background: url(../images/home/winner/Mii-web-sample-BG-1.jpg);
}
.winner .h_winner_title{
    //border-bottom: 3px solid #AEC9F4;
    border-bottom: 3px solid #efaf19;
    width: 275px;
    text-align: center;
    margin: 0px auto;
    padding-bottom: 5px;
    margin-bottom: 25px;
    padding-top: 50px;
    color: #fff;
    font-size: 25px;
}
.winner .h_winner_body{
    width: 100%;
    padding: 20px;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
}
.winner .span12{
	margin-bottom:50px;
}
.winner .winner_box{
	background:#fff;
	color:#000;
	height:300px;
	padding:25px;
}
.winner .winner_box .winner_text{
	font-size:15px;
	color:#000;
	//text-align:left;
}
.winner .winner_sub_text{
	font-size:12px;
	color:#000;
}
.winner .carousel-control.left,.carousel-control.right{
	background:none;
}
.winner .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: 10%;
}
.winner .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: 10%;
}
.winner .carousel-inner.onebyone-carosel { margin: auto; width: 90%; }
.winner .onebyone-carosel .active.left { left: -33.33%; }
.winner .onebyone-carosel .active.right { left: 33.33%; }
.winner .onebyone-carosel .next { left: 33.33%; }
.winner .onebyone-carosel .prev { left: -33.33%; }



/* ------------------------------------participant of MII section-------------------------- */
.home_participant{
	text-align: center;
    padding-bottom: 50px;
}
.home_participant .h_participant{
	
}
.home_participant .h_participant_title{
	font-size: 25px;	
	text-align: center; 
	color: #58595B;
    //border-bottom: 3px solid #AEC9F4;
    border-bottom: 3px solid #0c2b59;
    text-align: center;
    margin: 0px auto 25px;
    padding-bottom: 5px;
	width: 315px;
}
.home_participant .h_participant_title_border{
	margin-bottom:4.8em;
    margin: 0 auto;

}
.home_participant .h_participant_body{
	padding:7px;
}
.home_participant .h_participant_body p{
	color:#000;
	width: 75%; 
	text-align: center; 
	margin: 0px auto;
	font-size:20px;
}
.home_participant .main_part_of_mii{
	/* padding-top: 5px;
    padding-bottom: 5px; */
}
.home_participant .part_of_mii{
	background:#0E2A59;
	text-align: center;
	padding-top: 5px;
    //padding-bottom: 5px;
}
.home_participant .par_of_mii_sub{
    padding: 3px;
    border: 3px solid #EFB017;
    width: 12.50%;
    display: inline-block;
	margin:2px;
	line-height: 0px;
}
.home_participant .par_of_mii_img{
	height: 140px!important;
    width: 100%;
}
.home_participant .mii_err{
	margin-bottom: -16px;
    width: 70px;
}

