/*******************Reset Css****************/

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}
p{
    margin: 0;
}
html,
body,
{
    padding: 0;
    margin: 0;
    border-radius: 0;

}
em{
    font-style: normal;
}
body {
    font-size: 14px;
    font-family: 'Cabin-Regular';
}
h1, h2, h3, h4{
    font-family: 'Cabin-Bold';
}
a,
button,
input,
input[type="buttton"],
input[type="submit"],
.btn {
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    outline: none !important;
    text-decoration: none;
    border: none;
    font-style: normal;
    text-decoration: none;
}

input {
    width: 100%;
}

img , figure{
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
}

ul,
ol, li {
    list-style: none;
    margin: 0;
    padding: 0
}
a,a:hover,a:focus{
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
 p {
    font-weight: normal;
     margin: 0;
}

input,
textarea {
    padding: 5px 10px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}


/*Buttons*/

input.form-control::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder {
    opacity: 1;
    color:#cdcccc;
}

input.form-control:-moz-placeholder,
textarea.form-control:-moz-placeholder {
    opacity: 1;
    color:#cdcccc;
}

input.form-control::-moz-placeholder,
textarea.form-control::-moz-placeholder {
    opacity: 1;
    color:#cdcccc;
}

input.form-control:-ms-input-placeholder,
textarea.form-control:-ms-input-placeholder {
    opacity: 1;
    color:#cdcccc;
}

.noradius {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.pointerNone {
    pointer-events: none;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
}

.relative {
    position: relative;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

/*******************Reset Css****************/
/*header-css*/

.header_outer{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 7px 0;
    background: rgba(0,0,0,0.7);
    z-index: 9;
}
.hddr_innr{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flag_dropdrwn{
    min-width: 135px;
    font-size: 16px;
    color: #fff;
}
.flag_dropdrwn a{
  color: #fff;
}
.flag_dropdrwn .bootstrap-select>.dropdown-toggle.bs-placeholder, .flag_dropdrwn .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .flag_dropdrwn .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .flag_dropdrwn .bootstrap-select>.dropdown-toggle.bs-placeholder:hover{
    color: #fff;
    background: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
}

.flag_dropdrwn .bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted transparent!important;
    outline: 0px auto -webkit-focus-ring-color!important;
    outline-offset: -0;
}

.flag_dropdrwn .filter-option-inner, .flag_dropdrwn .bootstrap-select .dropdown-menu li a span.text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.flag_dropdrwn .filter-option-inner span{
    margin-right: 20px;
    font-size: 20px;
}
.flag_dropdrwn .bootstrap-select .dropdown-menu li a span.text span{
    margin-right: 15px;
    font-size: 16px;
}
.flag_dropdrwn .bootstrap-select .dropdown-toggle .filter-option{
    padding: 0;
}
.flag_dropdrwn figure{
    height: 30px;
    width: 30px;
    border-radius: 50%;
    line-height: 30px;
    overflow: hidden;
}
.flag_dropdrwn  figure img{
    width: 100%;
    height: 100%;
    line-height: 100%;
}
.dropdown-toggle::after{
    border-top: .48em solid;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 8px;
}

/*Header-section end*/

/*banner-section*/
.banner_sec{
    position: relative;
    color: #fff;
    overflow: hidden;
}
.banner_sec figure img{
    width: 100%;
}
.banner_content{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.caixin_roundBx ul{
    background: #003da5;
    padding: 5px 20px;
    border-radius: 40px;
    display: inline-block;
}
.caixin_roundBx li{
    display: inline-block;
    vertical-align: middle;
    padding-right: 15px;
    margin-right: 15px;
    line-height: 30px;
    font-size: 15px;
    border-right: 1px solid #7193cd;
}
.caixin_roundBx li:last-child{
    margin: 0;
    padding: 0;
    border: 0;
}
.caixin_roundBx{
    margin-bottom: 40px;
}
.hdng_contentArea h1{
    font-size: 80px;
    color: #fff;
    line-height: 60px;
    margin-bottom: 15px;
}
.hdng_contentArea h1 span{
    display: block;
    font-size: 47px;
}
.hdng_contentArea p{
    font-size: 16px;
/*    color: #243543;*/
	color: #fff;
    max-width: 500px;
    margin-bottom: 35px;
	font-weight: bold;
}
.hdng_contentArea{
    position: relative;

}
.calender_row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
}
.calender_icon{
    width: 44px;
    min-width: 40px;
}
.calender_icon svg{
    fill: #fff;
}
.calender_text{
    padding-left: 20px;
}
.calender_text h3{
    font-size: 22px;
    color: #fff;
	margin-bottom: 5px;
}
.calender_text h5{
    font-size: 16px;
    color: #fff;
	font-weight: bold;
}

.hdng_contentArea:after{
    position: absolute;
    content: "";
    left: -1000px;
    top: -60px;
    bottom: 20px;
    right: 0;
    background: url(../png/bnr-sgadow.png) no-repeat;
    background-size: cover;
    z-index: -1;
}
.basic_btn{
    display: inline-block;
    padding: 0 40px;
    line-height: 50px;
    border-radius: 40px;
    background: #00b7de;
    font-size: 17px;
    color: #fff;
    font-family: 'Cabin-Bold';
    text-align: center;
    cursor: pointer;
}
.basic_btn:hover{
    background: #003da5;
    color: #fff;
}
.hdng_contentArea .basic_btn{
    min-width: 245px;
}
.banner_textArea{
    position: relative;
    max-width: 795px;
    padding-top: 75px;
}
.video_btn{
    position: absolute;
    right: -100px;
    bottom: 0;
    height: 170px;
    width: 170px;
    background: rgba(0,183,222,0.5);
    padding: 25px;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.video_btn:hover{
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
.video_btn a{
    height: 120px;
    width: 120px;
    border-radius: 50%;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
.video_btn a img{
    margin-left: 10px;
}
/*end-banner-section*/
/*calender_teaxtArea--start*/
.calender_teaxtArea{
    padding: 65px 0;
    background: #003da5;
}
.calender_textOuter{
    max-width: 1061px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.calender_hdngPnnl{
    width: 30%;
    position: relative;
}
.calender_hdngPnnl:after{
    position: absolute;
    content: "";
    height: 125px;
    width: 1px;
    background: #3364b7;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.calender_para{
    width: 70%;
    padding-left: 38px;
}
.calender_hdngPnnl h5{
    font-size: 18px;
    color: #fff;
    padding: 15px 0 0;
    position: relative;
    margin-bottom: 15px;
}
.calender_hdngPnnl h5:after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 25px;
    border-top: 3px solid #ffffff;
}
.calender_hdngPnnl h2{
    color: #fff;
    font-size: 50px;
    line-height: 50px;
}
.calender_para p{
    font-size: 16px;
    color: #ffffff;
    line-height: 32px;
}
/*calender_teaxtArea--end*/

/*image_textarea--start*/
.img_textOuter{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.bx_img {
    height: 345px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.img_textBx_item{
    width: 33.33%;
    background-color: #3a3a3a;
    color: #fff;
}
.w_40{
    width: 40%;
}
.w_30{
    width: 30%;
}
.w_34{
    width: 34%;
}
.w_36{
    width: 36%;
}
.w_33{
    width: 33%;
}
.w_27{
    width: 27%;
}
.bx_text_Content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 60px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.gray_bg{
    background: #545454;
}

.content_bdy p{
    font-size: 22px;
    font-family: 'Cabin-semibold';
    line-height: 30px;
    margin-bottom: 20px;
}
    .content_bdy h5{
    font-size: 15px;
    color: #fff;
    opacity: 0.5;
}
/*image_textarea--end*/
/*upcoming_events--start*/
.upcoming_events{
    padding: 85px 0 115px;
}
.page_hdng{
    margin-bottom: 50px;
}
.page_hdng h2{
    font-size: 40px;
    color: #212739;
    position: relative;
    padding: 18px 0 0;
}
.page_hdng h2:after{
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    width: 25px;
    border-top: 3px solid #00b7de;
}
.upkoming_outerRow{
    padding: 30px 0 0;
}
.upkoming_outerRow .col-md-6{
  display: none;
  margin-bottom: 40px;
}
.top_hdng_row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
}
.date_bx{
    min-width: 85px;
    background: #003da5;
    padding: 10px 10px;
    border-radius: 5px;
    text-align: center;
    width: 85px;
}
.date_bx h3{
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}
.date_bx h3 span{
    display: block;
}
.calendre_blue_text{
    padding-left: 20px;
}

.evnt_menu li{
    display: inline;
    margin-right: 7px;
    padding-right: 7px;
    line-height: 100%;
    margin-bottom: 15px;
    border-right: 2px solid #15408b;
}
.evnt_menu li:last-child{
    margin: 0;
    padding: 0;
    border: 0;
}
.evnt_menu li a{
    font-size: 22px;
    color: #15408b;
    font-family: 'Cabin-Bold';
    line-height: 30px;
}
.evnt_menu li a:hover{
    color: #00b7de;
}
.bttm_hdng_row {
    margin: 10px 0 0;
}
.bttm_hdng_row p{
    font-size: 18px;
    color: #9b9b9b;
    font-family: 'Cabin-semibold';
    margin-bottom: 10px;
}
.bttm_hdng_row h4{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.bttm_hdng_row svg{
    fill: #6c6c6c;
}
.bttm_hdng_row h4 svg{
    min-width: 20px;
    height: 20px;
}

.bttm_hdng_row h4 span{
    color: #6c6c6c;
    font-size: 16px;
    line-height: 100%;
}

.bttm_hdng_row h4 span + span{
    padding-left: 10px;
}
.evnt_text{
    margin: 25px 0 0;
}
.evnt_text p{
    color: #97a2af;
    font-size: 15px;
    line-height: 28px;
}

 .view_moreBtn{
    margin: 70px 0 0;
	letter-spacing: 2px;
}
/*end-upcoming-event*/

/*past_eventArea--start*/
.past_eventArea{
    padding: 110px 0 145px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.past_event_outerBx{
    margin: 0 -82px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}
.past_event_outerBx .pat_eventPnnl{
  display: none;
}
.past_event_outerBx:after{
    position: absolute;
    content: "";
    background: rgba(255,255,255,0.18);
    width: 7px;
    top: 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.pat_eventPnnl{
    padding: 0 83px;
    width: 50%;
    position: relative;
}
.past_pannl_item{
    background: #fff;
    padding: 75px 20px 40px;
    position: relative;
    margin-bottom: 70px;
}
.past_pannl_item .date_bx {
    background: #00b7de;
    position: absolute;
    right: 30px;
    top: 30px;
}
.past_pic {
    margin-bottom: 25px;
}
.past_eventArea .page_hdng h2{
    color: #fff;
}
.past_pannl_item .evnt_menu a{
    color: #2a2a2a;
}
.evnt_menu li{
    border-color: #2a2a2a;
}
.past_pannl_item .evnt_menu a:hover{
    color: #003da5;
}

.bttm_hdng_row h3{
    font-size: 17px;
    color: #2a2a2a;
    margin-bottom: 15px;
}
.pannl_text_para{
    margin: 20px 0 0;
}
.pannl_text_para p{
    font-size: 15px;
    color: #97a2af;
    line-height: 28px;
}

.past_pannl_item .bttm_hdng_row h4, .past_pannl_item .bttm_hdng_row h4 span{
    color: #003da5;
}
.past_text .evnt_menu li {
    margin-bottom: 5px;
}
.past_pannl_item .bttm_hdng_row h4 svg{
    fill: #003da5;
}
/*
.pat_eventPnnl:after{
    position: absolute;
    content: "";
    width: 90px;
    height: 26px;
}
*/
.pannl_1:after{
    background: url(../png/pointer1.png) no-repeat center center;
    top: 75px;
    right: -12px;
     background-size: 100% 100%;
}
.pannl_2:after{
    background: url(../png/pointer2.png) no-repeat center center;
    top: 205px;
    left: -12px;
     background-size: 100% 100%;
}
.pannl_3:after{
    background: url(../png/pointer3.png) no-repeat center center;
    top: 75px;
    right: -12px;
     background-size: 100% 100%;
}
.pannl_4:after{
    background: url(../png/pointer4.png) no-repeat center center;
    top: 205px;
    left: -12px;
     background-size: 100% 100%;
}
/*past_eventArea--end*/
/*counting_area--start*/
.counting_area {
    padding: 145px 0;
    color: #fff;
}
.counting_item h2{
    font-size: 60px;
    position: relative;
    margin-bottom: 12px;
    padding-bottom: 10px;
}
.counting_item h2:after{
    position: absolute;
    content: "";
    border-bottom: 4px solid #00b7de;
    border-radius: 10px;
    width: 30px;
    border-right: 0;
    left: 0;
    bottom: 0;
}
.counting_item p{
    font-size: 18px;
}
.mr_b{
    margin-bottom: 115px;
}
.counter_row .row{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.year_box{
    background: rgba(255,255,255,0.4);
    height: 400px;
    width: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}
.yearr_main {
    width: 100%;
    text-align: center;
    margin: -40px 0 0;
}
.yearr_main h5{
    font-size: 16px;
    color: #709ae2;
}
.yearr_main h2{
    font-size: 90px;
}
.yrr_btmText{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 45px;
    text-align: center;
}
.yrr_btmText p{
    font-size: 18px;
}
/*counting_area--end*/


/* Sponser */
.sponser_area{
    background-color: #ffffff;
    position: relative;
}
.sponser_head{
    width: 360px;
    background-color: #003da5;
    padding: 15px 0;
    text-align: center;
    position: absolute;
    top: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}
.sponser_head h4{
    color: #fff;
    font-size: 16px;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.custom_row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.custom_col{
   width: 20%;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}
.custom_col:last-child, .custom_col:nth-child(5){
    border-right: 0px;
}
.sponser_img_area{
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/*
.sponser_slide .slick-dots{
    padding: 35px 0 10px;
    text-align: center;
}
.sponser_slide .slick-dots li{
    display: inline-block;
    margin: 0 5px;
}
.sponser_slide .slick-dots li button{
    font-size: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #c9dadd;
    cursor: pointer;
}
.sponser_slide .slick-dots li.slick-active button{
    background-color: #00b7de;
} */
/* Sponser */

/* Spekar */
.w50{
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}
.w100{
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
.h550{
    height: 550px;
}
.h270{
    height: 270px;
}
.spekar_area{
    padding: 80px 0 0;
    background-color: #e5f8fc;
}
.spekar_outr{
    /* max-width: 1600px;
    margin: 0 auto; */
    background-color: #fff;
    background-image: url(../jpg/repeat-bg.jpg);
    background-repeat: repeat-x;
}
.spekar_head{
    background-color: #e5f8fc;
}
.spekar_img_row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.spekar_img_row:nth-child(odd) .spekar_img_col:first-child{
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.spekar_img_row:nth-child(odd) .spekar_img_col:last-child{
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.spekar_img_row:nth-child(even) .spekar_img_col:first-child{
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.spekar_img_row:nth-child(even) .spekar_img_col:last-child{
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.spekar_img_row:nth-child(even) .spekar_img_col:first-child{
    padding-right: 0;
}
.spekar_img_row:nth-child(even) .spekar_img_col:last-child{
    padding-right: 10px;
}
.spekar_img_row:nth-child(even) .inner_row .inner_col:last-child{
    padding-right: 0;
}
.pb10{
    padding-bottom: 10px;
}
.spekar_img_row:last-child{
    padding-bottom: 0px;
}
.spekar_img_col{
    padding-right: 10px;
}
.spekar_img_col:last-child{
    padding-right: 0px;
}
.inner_col:nth-child(even){
    padding-right: 0px;
}
.spekar_img{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.spekar_txt_big{
    padding: 30px 0px 30px 65px;
    max-width: 450px;
}
.spekar_txt_big h4{
    font-size: 30px;
    line-height: normal;
    color: #fff;
    margin-bottom: 10px;
}
.spekar_txt_big p{
    font-size: 16px;
    line-height: 24px;
    color: #e6effa;
}
.spekar_txt_small{
    padding: 15px 0px 15px 50px;
    max-width: 100%;
}
.spekar_txt_small h4{
    font-size: 24px;
    line-height: normal;
    color: #fff;
    margin-bottom: 5px;
}
.spekar_txt_small p{
    font-size: 15px;
    line-height: 26px;
    color: #e6effa;
}
.inner_row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.inner_col{
    padding-right: 10px;
}
/* Spekar */

/* Contact Us */
.contact_area{
    position: relative;
    margin-top: 170px;
}
.map_area img{
    width: 100%;
}
.contact_us{
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}
.contact_us .page_hdng{
    margin: 0 0 35px;
}
.contact_us .page_hdng p{
    font-size: 16px;
    color: #97a2af;
    line-height: normal;
}
.contact_outr{
    width: 750px;
    -webkit-box-shadow: 0px 34px 54px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 34px 54px 0px rgba(0,0,0,0.10);
    margin: 0 auto;
    padding: 40px 25px 30px;
    background-color: #fff;

}
.form_area{display: -webkit-box;display: -ms-flexbox;display: flex;}
.form_area1{display: block;
    -webkit-box-flex: 0 !important;
    -ms-flex: none !important;
    flex: none !important;
    position: absolute;
    margin-top: 61px;
	color: #97a2af;
}
.input_area{
    margin-bottom: 17px;
	margin-right: 10px;
	-webkit-box-flex: 50%;
	-ms-flex: 50%;
	flex: 50%;
}
.input_area .form-control{
    line-height: 48px;
	border:0px;
    border-bottom: 1px solid #e8e9ea;
    border-radius: 0px;
   	padding: 0px 15px 0px 25px;
    font-size: 15px;
    color: #cdcccc;
    text-align: left;

}
.input_area textarea.form-control{
    height: 172px;
	border:0px;
    border-bottom: 1px solid #e8e9ea;
    border-radius: 0px;
    padding: 0px 15px 0px 25px;
    font-size: 15px;
    color: #cdcccc;
    text-align: left;
    resize: none;
}
.submit_area{
    padding-top: 10px;
}
.form-control:focus,
.form-control:hover, textarea.form-control:hover, textarea.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    border-color: #00b7de;
}

.submit_area{
   text-align: center;
}
.submit_area .basic_btn{
    width: auto;
}
.usericon{background: url(../png/man-user.png) left 15px no-repeat;}
.emailicon{background: url(../png/envelope.png) left 15px no-repeat;}

.custom-control-label::before{background: transparent;border: 1px solid #00b7de;}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background: url(../png/check-box.png) left top no-repeat;
	border: none;
}
/* Contact Us */

/* Footer */
.footer_area{
    background-color: #003da5;
}
.footer_top{
    padding: 150px 0 35px;
    border-bottom: 1px solid #1a51ae;
    text-align: center;
}
.ftr_logo{
    margin-bottom: 15px;
}
.ftr_contact p{
    font-size: 20px;
    color: #cdcccc;
    line-height: normal;
}
.ftr_contact a{
    font-size: 20px;
    color: #cdcccc;
    line-height: normal;
}
.ftr_contact a:hover{
    color: #fff;
}

.footer_bottom{
    padding: 20px 0;
    text-align: center
}
.copyright p{
    font-size: 14px;
    color: #cdcccc;
    line-height: normal;
}

/* Footer */

/*Event-page-start*/
/*event-banner-area--start*/

.event_bnrSec .hdng_contentArea:after{
	bottom: 0;
}
.event_bnrSec .calender_row{
	margin: 0;
}
.event_bnrSec .hdng_contentArea {
    padding-bottom: 30px;
}
.event_bnrSec .banner_textArea {
    padding-top: 0;
    margin-top: -60px;
}
.event_contectArea.hdng_contentArea h1{
	text-transform: uppercase;
}
.event_contectArea.hdng_contentArea h1 span {
    display: block;
    font-size: 64px; /*custom*/
}
.event_contectArea.hdng_contentArea h1 {
    font-size: 64px; /*custom*/
    line-height: 72px;
	margin-bottom: 10px;
}

.event_contectArea.hdng_contentArea:after{
	background: url(../png/evnt-shadow.png) no-repeat;
    background-size: cover;
	top: -35px;
}
.event_contectArea h2{
	text-transform: uppercase;
	font-size: 36px;
	margin-bottom: 25px;
}
.event_bnrSec .caixin_roundBx {
    margin-bottom: 20px;
}

.event_bnrSec:after{
	position: absolute;
		content: "";
	height: 250px;
    width: 1080px;
	background: url(../png/caxin-watermark.png) no-repeat center;
	bottom: 0;
	left: 10%;
	background-size: 100% 100%;
	pointer-events: none;
}
.cohost_sponsor{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,61,165,0.8);
	padding: 20px 0;
}
.cohost_outer, .cohost_sponsorItem, .cohost_sponsorItem ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.cohost_sponsorItem span{
	font-size: 26px;
	color: #ffffff;
	margin-right: 30px;
}
.cohost_sponsorItem{
	padding: 10px 0;
	margin-right: 35px;
	padding-right: 35px;
	border-right: 1px solid #93a6ce;
}

.cohost_sponsorItem:last-child{
	border: 0;
	padding: 0;
	margin: 0;
}
.cohost_sponsorItem li{
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #93a6ce;
}
.cohost_sponsorItem li:last-child{
	margin: 0;
}
.cohost_sponsorItem li:last-child{
	margin: 0;
	padding: 0;
	border: 0;
}
/*event-banner-area--end*/

/*event_clientArea-strart*/

/*
.evnt_clientOuter{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.evnt_clientItem{
	width: 25%;
}
*/
.evnt_clientOuter{
	position: relative;
}
.evnt_clientOuter .slick-arrow{
	font-size: 0;
	height: 65px;
	width: 65px;
	position: absolute;
	top: 35%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #00b7de;
	border-radius: 5px;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 9;
	cursor: pointer;
}
.evnt_clientOuter .slick-prev{
	background-image: url(../png/left-arrow.png);
	left: 30px;
}
.evnt_clientOuter .slick-next{
	background-image: url(../png/right-arrow.png);
	right: 30px;
}
.evnt_clientPic {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    height: 385px;
    width: 100%;
    background-color: #000;
}
.evnt_clienttext{
	text-align: center;
	background: #403535;
	padding: 60px 20px;
	color: #fff;
}
.hdng_text h2{
	font-size: 30px;
	font-family: 'Cabin-Bold';
	margin-bottom: 15px;
}
.hdng_text p{
	font-size: 15px;
	font-family: 'Cabin-Bold';
	line-height: 28px;
	max-width: 330px;
	margin: 0 auto;
}
.social_icon{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 20px 0 0;
}
.social_icon a{
	border: 1px solid #dad6d6;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	color: #c6c3c3;
	margin-right: 10px;
	font-size: 20px;
}
.social_icon a:last-child{
	margin: 0;
}
.social_icon a:hover{
	color: #00b7de;
	border-color: #00b7de;
}

.color1 .evnt_clienttext{
	background: #403535;
}
.color2 .evnt_clienttext{
	background: #3a3a3a;
}
.color3 .evnt_clienttext{
	background: #0f0a0a;
}
.color4 .evnt_clienttext{
	background: #2a2626;
}
/*event_clientArea-end*/

/*caxin_agendaSec--start*/
.caxin_agendaSec{
	padding: 125px 0 50px;
	background: #003da5;
}
.caxin_agendaSec .view_moreBtn{
  display: none;
}
.white_hdng h2{
	color: #fff;
}
.agenda_bxOuter{
	background: #fff;
}
.agend_hdng{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 18px 45px;
	border-bottom: 1px solid #e1e1e1;
}
.agenda_calender svg{
	min-width: 25px;
	fill: #00b7de;
}
.agenda_calender {
    line-height: 100%;
	margin-right: 20px;
}
.agenda_text h2{
	font-size: 22px;
	color: #212739;
	font-family: 'Cabin-Bold';
}
.agenda_rowInnr{
	padding: 0 0 25px;
}
.agenda_row{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 35px 45px;
	border-bottom: 1px solid #e1e1e1;
}
.agenda_row:last-child{
	border: 0;
}
.agenda_lftPnnl{
	width: 30%;
}

.agenda_rghtPnnl{
	width: 70%;
}
.agenda_lftPnnl h3{
	font-size: 20px;
	color: #212739;
	font-family: 'Cabin-Bold';
	margin-bottom: 10px;
}
.agenda_lftPnnl h5{
	font-size: 15px;
	color: #97a2af;
}
.hdng_pnnl a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 23px;
    color: #2a2a2a;
    font-family: 'Cabin-Bold';
}
.hdng_pnnl a span {
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 20px;
    width: 20px;
	min-width: 20px;
    border: 1px solid #b0aea9;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.accordin_pannl{
	padding-top: 20px;
	display: none;
}
.accr_para p{
	font-size: 15px;
	color: #97a2af;
	line-height: 30px;
	max-width: 585px;
}
.accor_bxContent{
	padding-top: 30px;
}
.content_row{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 14px;
}
.content_row:last-child{
	margin-bottom: 0;
}
.content_row label{
	min-width: 90px;
	font-size: 16px;
	color: #003da5;
	margin: 0;
}
.content_text p{
	font-size: 15px;
	color: #97a2af;
	line-height: 24px;
	margin-bottom: 10px;
}
.content_text p span{
	font-size: 18px;
	color: #2a2a2a;
	margin-right: 10px;
}
.content_text p:last-child{
	margin-bottom: 0;
}
.load_more a:hover{
	background: #fff;
	color: #00b7de;
}
/*caxin_agendaSec--end*/

/*event_gallery--start*/
.event_gallery{
	padding: 50px 0 0;
	background: #003da5;
	overflow: hidden;
}
.event_gallery .page_hdng h2{
	padding: 0px;
}
.event_gallery .page_hdng h2{
	padding-bottom: 20px;
}
.event_gallery .page_hdng h2:after{
	bottom: 0;
	top: inherit;
}
.gallery_outer{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -6px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: #fff;
}
.gallery_lftpnnl{
	width: 30%;
	padding: 0 6px;
}
.gallery_rghtpnnl{
	width: 70%;
	padding: 0 6px;
}
.gallery_lftpnnl .gallery_img{
	height: 600px;
}

.gallery_img{
	background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.gllery_bxinnr{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -6px;
}
.gllery_bxinnr .gallery_Item{
	width: 50%;
	padding: 0 6px;
}
.gallery_rghtpnnl .gallery_img {
    height: 294px;
}
.gallery_Item{
	position: relative;
}
.gallery_Item a{
	display: block;
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 30px;
	top: 30px;
	background: rgba(255,255,255,0.8);
	-webkit-transform: scale(0);
	transform: scale(0);
}
.gallery_Item a span{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 60px;
	width: 60px;
	border-radius: 50%;
	background: rgba(0,0,0,0.2);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.last_item{
	margin-top: 12px;
}
.gallery_Item:hover a{
	-webkit-transform: scale(1);
	transform: scale(1);
}
/*event_gallery--end*/

/*video_area--start*/

.video_area{
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	padding: 170px 0;
}
.video_area .video_btn {
    position: relative;
    margin-left: 100px;
    right: inherit;
    bottom: inherit;
}
.video_text{
	color: #fff;
}
.video_text h2{
	font-size: 70px;
	line-height: 60px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-family: 'Cabin-Bold';
}
.video_text h2 span{
	display: block;
	font-size: 40px;
}
.video_text p{
	font-size: 16px;
	line-height: 28px;
	max-width: 480px;
}
.video_outer .row{
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/*video_area--end*/

/*latest_articleArea--start*/

.latest_articleArea{
	padding: 85px 0;
	background: #e5f8fc;
}
.latest_articleArea .col-lg-4{
  display: none;
}
.article_item{
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.15);
	box-shadow: 0 0 20px rgba(0,0,0,0.15);
}
.article_pic{
	position: relative;
}
.article_pic .date_bx{
	position: absolute;
	right: 25px;
	bottom: -25px;
	background: #00b7de;
}
.article_text{
	padding: 20px 15px 35px;
	background: #fff;
}
.envrmnt_bx{
	padding: 5px 15px;
	background: #003da5;
	display: inline-block;
	margin-bottom: 15px;
}

.envrmnt_bx h5{
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	font-family: 'Cabin-Bold';
}
.article_content .hdng_event{
	display: inline-block;
	font-size: 20px;
	color: #2a2a2a;
	line-height: 26px;
	font-family: 'Cabin-Bold';
	margin-bottom: 10px;
}
.article_content .hdng_event:hover{
	color: #00b7de;
}
.article_content h4{
	font-size: 15px;
	color: #003da5;
	font-family: 'Cabin-Bold';
	margin-bottom: 10px;
}
.article_content p{
	font-size: 14px;
	color: #97a2af;
	line-height: 24px;
	margin-bottom: 10px;
}

.read_more a{
	display: inline-block;
	font-size: 18px;
	color: #00b7de;
	font-family: 'Cabin-Bold';
}
.read_more a:hover{
	color: #003da5;
}
/*latest_articleArea--end*/
/*download_blueArea--start*/
.download_blueArea{
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	padding: 95px 0;
}
.download_blueArea .row{
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.blue_text{
	max-width: 800px;
}
.blue_text p {
    color: #fff;
    font-size: 34px;
    line-height: 48px;
	font-family: 'Cabin-Bold';
}
.download_btn .basic_btn{
	background: #fff;
	color: #00b7de;
	padding: 0 28px;

}
.download_btn .basic_btn:hover{
	background: #00b7de;
	color: #fff;
}
.download_btn {
    text-align: center;
}
/*download_blueArea--end*/
/*Event-page-end*/


.ftr_social{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 20px 0 0;
}
.ftr_social a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 35px;
	width: 35px;
	border-radius: 50%;
	color: #fff;
	font-size: 16px;
	border: 1px solid #00b7de;
	margin-right: 10px;
}
.ftr_social a:last-child{
	margin: 0;
}

.ftr_social a:hover{
	background: #00b7de;
}
