html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'Open Sans', sans-serif;
}
.row {
	margin:0;
}
.header_part {
	width:100%;
	float:left;
}
.wrapper {
	width:1200px;
	margin:0 auto;
}
.header_row {
	width:100%;
	float:left;
	padding:10px 0;
}
.logo_part {
	padding-left:0;
	text-align:left;
}
.menu_part li {
	list-style:none;
	display:inline-block;
	padding-left:20px;
}
.menu_part {
	padding-right:0;
	text-align:right;
	padding-top:30px
}
.menu_part .dropdown, .dropup {
	position:static;
}
.menu_part ul {
	padding:0;
}
.menu_part li a, .dropbtn {
	display: inline-block;
	color: #000;
	text-align: left;
	text-decoration: none;
	font-weight:600;
	font-size:15px;
}
.register_btn {
	width:100%;
	float:left;
	height:auto !important;
}
.register_btn span {
	padding:10px 25px;
	background:#03127b;
	color:#fff;
	border-bottom:3px solid #010838;
	border-radius:2px;
}
.menu_part li a:hover, .dropdown:hover .dropbtn {
	color:#03127b;
}
.menu_part li.dropdown {
	display: inline-block;
}
.menu_part .dropdown-content {
	display: none;
	position: absolute;
	background-color: #fff;
	border:1px solid #bcbcbc;
	width:20em;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index:1000;
}
.menu_part .dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}
.menu_part .dropdown-content ul li {
	width:100%;
	float:left;
	padding-left:0px;
	border-bottom:1px solid #bcbcbc;
}
.menu_part .dropdown-content a:hover {
	background-color: #03127b;
	color:#fff;
}
.menu_part .dropdown:hover .dropdown-content {
	display: block;
}
.banner_part {
	width:100%;
	float:left;
	background:#000;
}
.banner_img {
	width:100%;
	float:left;
}
.banner_img img {
	max-width:100%;
	height:auto;
	opacity:.9;
}
.banner_text_part {
	width:100%;
	float:left;
	text-align:center;
}
.banner_text_part h2 {
	color: #fff;
	font-size: 70px;
	font-weight: bold;
	margin-top: -7%;
	text-shadow: 1px 4px 8px #000;
	position:relative;
	z-index:1;
}
.add_form_part {
	width:100%;
	float:left;
	background:#f2f2f2;
	padding:15px 0;
}
.add_form_row {
	width:100%;
	float:left;
}
.add_form_row ul li {
	display:inline-block;
	vertical-align:middle;
}
.add_form_row ul li h2 {
	font-size:28px;
	text-transform:uppercase;
	color:#000;
	padding-right:10px;
}
.add_form_input {
	width:290px;
	float:left;
}
.add_form_input input {
	width:97%;
	height:42px;
	background:#fff;
	border:1px solid #aeaeae;
	padding-left:10px;
	font-size:16px;
	color:#000;
}
.add_form_btn {
	width:150px;
	float:right;
}
.add_form_btn button {
	background:#03127b;
	color:#fff;
	font-size:18px;
	font-weight:600;
	border:none;
	width:100%;
	height:42px;
	text-transform:uppercase;
	border-bottom:3px solid #010838;
}
.add_form_row ul li:last-child {
	float:right;
}
.text_hadding_part {
	width:100%;
	float:left;
	padding:40px 0;
}
.text_hadding_row {
	width:100%;
	float:left;
	text-align:center;
}
.text_hadding_row h2 {
	font-size:30px;
	color:#333333;
	text-transform:uppercase;
	padding-bottom:15px;
	font-weight:600;
}
.text_hadding_row h2 span {
	color:#000;
}
.text_hadding_row p {
	font-size:15px;
	color:#333333;
	line-height:26px;
}
.iyp_images_row {
	width:100%;
	float:left;
	padding:0 0 10px;
}
.iyp_images_row ul li {
	width:33%;
	display:inline-flex;
	list-style:none;
	margin-bottom:25px;
}
.iyp_images_text_part {
	width:97%;
	margin:0 auto;
}
.iyp_images_text_row {
	width:100%;
	float:left;
	position:relative;
	text-align:center;
	color:#fff;
}
.iyp_images_hadding {
	width:100%;
	float:left;
	position:absolute;
	top:10px;
	z-index:1
}
.iyp_images_hadding h2 {
	font-size:27px;
	font-weight:bold;
	text-transform:uppercase;
}
.iyp_img {
	width:100%;
	float:left;
	background:#000;
	position:relative;
}
.iyp_img img {
	max-width:100%;
	height:auto;
	opacity:.5;
}
.iyp_images_text {
	width:100%;
	float:left;
	position:absolute;
	bottom:10px;
}
.iyp_images_text p {
	font-weight:600;
	font-size:16px;
	padding:0 10px;
	line-height:27px;
}
.iyp_images_text_part figure img {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
 -webkit-transition: .3s ease-in-out;
 transition: .3s ease-in-out;
}
.iyp_images_text_part figure:hover img {
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure {
	overflow: hidden;
	cursor:pointer;
}
.footer_part {
	width:100%;
	float:left;
	background:#03127b; 
	padding:25px 0;
}
.footer_row {
	width:100%;
	float:left;
	font-size:15px;
}
.footer_row h2 {
	font-weight:600;
	text-transform:uppercase;
	color:#fff;
	font-size:18px;
}
.footer_row ul {
	padding-left:15px;
}
.footer_row ul li {
	opacity:.8;
}
.footer_menu_part {
	padding-left:0;
}
.footer_menu_part ul li {
	width:50%;
	float:left;
	line-height:38px;
	color:#fff;
}
.footer_menu_part ul li a {
	color:#fff;
	font-size:15px;
	text-decoration:none;
	;
}
.footer_address_part ul {
	padding-left:0;
}
.footer_address_part ul li {
	width:100%;
	float:left;
	padding-top:7px;
	color:#fff;
	list-style:none;
}
.footer_address_part ul li span {
	width:10%;
	float:left;
	padding-top:1px;
}
.footer_address_part ul li p {
	float:left;
	width:90%;
}
.footer_address_part ul li p a {
	color:#fff;
	text-decoration:none;
}
.footer_address_part {
	padding:0;
}
.footer_logo_part {
	padding-right:0;
	float:right;
	text-align:right;
}
 . .footer_logo_part ul {
 width:100%;
 float:left;
}
.footer_logo_part ul li {
	list-style:none;
	display:inline-block;
}
.footer_logo_part ul li a {
	color:#5b66af;
	opacity:.9;
}
.footer_logo_part img {
	max-width:100%;
	height:auto;
	padding-bottom:5px;
}
.copy_right_part {
	width:100%;
	float:left;
	background:#010838;
	color:#fff;
	padding:25px 0;
}
.copy_right_row {
	width:100%;
	float:left;
	text-align:center;
	opacity:.6;
}
.copy_right_row p a {
	color:#fff;
	text-decoration:none;
}
/*about us page css start*/



.about_part {
	background:#03127b;
	width:100%;
	float:left;
	border-top:5px solid #010838;
	border-bottom:5px solid #010838;
}
.about_banner_hadding_part {
	width:100%;
	float:left;
}
.about_banner_hadding_part h2 {
	font-size:30px;
	text-transform:uppercase;
	color:#fff;
	font-weight:600;
	text-shadow:1px 3px 2px #434343;
}
.about_hadding_left {
	padding:57px 0;
}
.about_hadding_right {
	padding:62px 0;
}
.about_hadding_right p {
	font-size:16px;
	color:#fff;
	font-weight:600;
	text-align:right;
	text-shadow:1px 2px 2px #434343;
}
.about_hadding_center {
	padding:10px 0;
	text-align:center;
}
.about_hadding_center img {
	max-width:100%;
	height:auto;
}
/*about us page css end*/



/*team iyp page css start*/



.team_iyp_text_part h2 {
	color: #333333;
	font-size: 30px;
	font-weight: 600;
	padding-bottom: 5px;
	text-transform: uppercase;
	text-align:center;
}
.team_iyp_text_part h2 span {
	color:#03127b;
}
.team_iyp_text_part p {
	font-size:14px;
	color:#333333;
	line-height:24px;
	text-align:center;
}
.team_iyp_text_part {
	width:100%;
	float:left;
	padding:25px 0;
}
.team_iyp_member_left {
	padding-left:0;
	min-height:190px;
	margin-bottom:40px;
}
.member_list_part {
	width:100%;
	float:left;
}
.team_member_images {
	padding-left:0;
}
.team_member_images img {
	max-width:100%;
	height:auto;
}
.team_member_text {
	padding-right:0;
}
.team_member_text h3 {
	font-size:18px;
	color:#000;
	padding-bottom:10px;
}
.team_member_text h4 span {
	font-size:15px;
	color:#03127b;
	border-bottom:1px solid #03127b;
}
.team_member_text h4 {
	padding-bottom:10px;
}
.team_iyp_text_row {
	width:100%;
	float:left;
	padding-top:30px;
}
.member_list_part p {
	text-align:left;
}
 .team_iyp_member_left:nth-child(2n) {
 padding:0 0 0 15px;
 float:right;
}
/*team iyp page css end*/







/*contact page css start*/



 .contact_form_row {
	width:100%;
	float:left;
}
.contact_form_part {
	padding-left:0;
}
.contact_input_row {
	width:50%;
	float:left;
	margin-bottom:15px;
}
.conact_input {
	width:100%;
	float:left;
}
.contact_form_part p {
	font-size:14px;
	font-weight:600;
	color:#333333;
	padding-bottom:5px;
}
.conact_input input {
	width:95%;
	height:38px;
	border: 1px solid #bdbdbd;
	box-shadow: -1px -2px 3px -3px #484848 inset;
	padding-left:5px;
}
.contact_textarea_row {
	width:100%;
	float:left;
}
.contact_textarea_row textarea {
	width:98%;
	float:left;
	border: 1px solid #bdbdbd;
	box-shadow: -1px -2px 3px -3px #484848 inset;
	padding:5px;
}
.contact_btn_row {
	width:100%;
	float:left;
	padding-top:40px;
}
.contact_btn_row button {
	background: #03127b none repeat scroll 0 0;
	color:#fff;
	font-size:18px;
	text-transform: uppercase;
	padding:10px 15px;
	border:none;
	border-bottom: 3px solid #010838;
	border-radius:2px;
}
.contact_address_right_part {
	padding-right:0;
	float:right;
}
.map_content {
	width:100%;
	float:left;
}
.map_content img {
	max-width:100%;
	height:auto;
}
.contact_address_right_part ul li {
	width:100%;
	float:left;
	padding-top:15px;
	color:#333333;
	list-style:none;
}
.contact_address_right_part ul li span {
	width:10%;
	float:left;
	padding-top:1px;
}
.contact_address_right_part ul li p {
	float:left;
	width:90%;
}
.contact_address_right_part ul li p a {
	color:#333333;
	text-decoration:none;
}
/*contact page css end*/



/*model start*/



.registration {
	width:600px;
	margin:0 auto;
}
.donate {
	width:600px;
	margin:0 auto;
}
.registration_header {
	width:100%;
	padding:10px 15px;
}
.registration_header h4 {
	color:#03127b;
	font-size:20px;
	font-weight:600;
	text-transform:uppercase;
}
.form_action {
	width:100%;
	float:left;
}
.registration_input_text {
	width:50%;
	float:left;
	margin-bottom:15px;
}
.form_action p {
	font-size:14px;
	color:#333333;
	font-weight:600;
	padding-bottom:5px;
}
.form_action input {
	width:95%;
	border:1px solid #afafaf;
	height:38px;
	padding-left:5px;
}
.registration_Checkbox {
	width:100%;
	float:left;
}
.registration_Checkbox input {
	width:auto;
	display:inline-block;
	vertical-align:middle;
}
.registration_Checkbox p {
	display:inline-block;
	vertical-align:sub;
	padding-left:10px;
}
.registration_button {
	width:100%;
	float:left;
	text-align:left;
}
.registration_button button {
	background: #03127b none repeat scroll 0 0;
	border-bottom: 3px solid #010838;
	border-radius: 2px;
	color: #fff;
	font-size:18px;
	text-transform:uppercase;
	padding: 8px 25px;
}
.registration_button button:hover {
	color:#fff;
}
.donate_amount_input input {
	width:65%;
	float:left;
}
.donate_amount_input select {
	width:30%;
	float:left;
	margin-left:5px;
	height:38px;
	border:1px solid #afafaf;
	font-size:16px;
	color:#000;
	font-weight:600;
	padding-left:10px;
}
/*model end*/



/*speakers page css start*/



  .speakers_list_row {
	width:100%;
	float:left;
}
.speakers_list_part {
	width:100%;
	float:left;
}
.speakers_list_left {
	padding-left:0;
	margin-bottom:30px;
}
.speakers_list_left_row {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #d6d6d6;
	box-shadow: 1px 3px 4px #7b7b7b;
	float: left;
	padding: 15px;
	width: 100%;
	min-height:160px;
}
.speakers_images {
	padding-left:0;
}
.speakers_images img {
	border-radius:50%;
	max-width:100%;
	height:auto;
	height: 127px; width: auto;
}
.speakers_text_part {
	padding-right:0;
}
.speakers_list_left_row h2 {
	font-size:18px;
	text-transform:uppercase;
	font-weight:600;
	color:#03127b;
	padding-bottom:10px;
}
.speakers_list_left_row p {
	font-size:14px;
	color:#333;
	line-height:24px;
}
 .speakers_list_left:nth-child(2n) {
 padding:0 0 0 15px;
}
/*speakers page css end*/







.with_hadding_text_part p {
	padding-bottom:25px;
}
label.error {
	color: #f00;
	font-size: 12px;
	font-weight: normal;
}
label.error {
	color: #f00;
	font-size: 12px;
	font-weight: normal;
}
#donation_form .registration_input_text {
	position:relative;
	margin-bottom:30px;
}
#donation_form .registration_input_text label.error {
	position:absolute;
	left:0;
	bottom:-17px;
}
 .speakers_list_left.col-sm-6:nth-child(odd) {
clear:both
}
 .team_iyp_member_left.col-sm-6:nth-child(odd) {
clear:both
}
.team_list_row {
	width:100%;
	float:left;
	margin:30px auto;
}
.team_list_row ul {
	list-style: outside none none;
	margin: 0;
	padding:0;
	width:100%;
}
.team_list_row ul li {
	float:left;
	margin: 0 12px;
	width:23%;
	border:1px solid #efefef;
	padding:10px;
	box-shadow:1px 1px 3px #e2e2e2;
}
 .team_list_row ul li:nth-child(4n+4) {
margin-right:0;
margin-bottom:30px;
}
.team_list_content {
	width:100%;
	float:left;
	text-align:center;
}
.team_list_content h2 {
	font-size:14px;
	font-weight:600;
	text-transform:inherit;
	margin:0;
	padding-bottom:20px;
}
.team_list_content h3 {
	font-size:14px;
	font-weight:600;
	text-transform:capitalize;
	margin-top:20px;
	margin-bottom:5px;
}
.team_list_content span {
	text-transform:none;
	font-weight:normal;
	font-size:15px;
}
.team_list_content img {
	border: 1px solid #c2c2c2;
	border-radius: 100%;
	max-width: 100%;
}
.hadding_text_part h2, .about_text_row h2 {
	color: #d31d24;
	font-size: 26px;
	font-weight: 600;
	padding-bottom: 20px;
	text-transform: uppercase;
	float:left
}
.newsletter_text_part h4 {
	float: right;
	font-size: 13px
}
.newsletter_text_row h3 {
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 20px;
	text-align: center;
}
.newsletter_text_row ul li {
  border: 1px solid #c3c3c3;
  display: inline-table;
  list-style: outside none none;
  margin: 1%;
  padding: 10px 0;
  text-align: center;
  vertical-align: middle;
  width: 22%;
}
.news_img img {
	border-radius: 2px;
	height: auto;
	max-width: 100%;
	padding: 10px;
}
.newsletter_text_part h4 select {
	border: 1px solid #c3c3c3;
	padding: 2px;
	width: 140px;
}
.newsletter_text_row {
	display:block;
	width:100%;
}
.news_next_btn {
	float: left;
	padding: 10px 0;
	width: 100%;
}
.pagination {
	margin: 20px 0;
}
.pagination ul {
	float: left;
	width: 100%;
}
.pagination ul > li {
	display: inline;
}
.news_next_btn ul li {
	display: inline-block;
	list-style: outside none none;
}
.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
	border-bottom-left-radius: 4px;
	border-left-width: 1px;
	border-top-left-radius: 4px;
}
.pagination ul > li > a, .pagination ul > li > span {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #fff;
	border-color: #ddd;
	border-image: none;
	border-style: solid;
	border-width: 1px 1px 1px 0;
	float: left;
	line-height: 20px;
	padding: 4px 12px;
	text-decoration: none;
}
.current {
	background-color: #fa471e !important;
	color: #fff;
}
.pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus {
	background-color: transparent;
	color: #999;
	cursor: default;
}
.video_row ul li {
	width: 21%;
	margin-right:2%;
	border:0;
}
.faq_toggles {
	cursor: pointer;
}
.panel_body_text {
	color: #848484;
	line-height: 24px;
	margin-left: 60px;
	text-align: justify;
}
.panel-heading {
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	padding: 10px 15px;
}
.panel-group .panel + .panel {
	float:left;
	width:100%;
}
.faq_toggle_part {
	background-color: #fff !important;
	border: 1px solid #c3c3c3 !important;
	color: #000;
	margin-top: 20px;
}
.faqbg {
	background-color: #03127b !important;
	border: medium none !important;
}
.plus_part {
	background: rgba(0, 0, 0, 0) url("../images/arrow_right.png") no-repeat scroll 0 0;
	height: 35px;
	margin-top: 6px;
	padding-right: 0;
	width: 1% !important;
}
.plus_part2 {
	background: rgba(0, 0, 0, 0) url("../images/arrow_down.png") no-repeat scroll 0 0;
	height: 35px;
	padding-right: 0;
	width: 1% !important;
}
.faqbg p {
	color: #fff !important;
}
.faq_text p {
	color: #000;
}
.panel-body {
	background-color: #f9f9f9;
	float: left;
}
.panel-default {
	border: medium none !important;
}
.contact_type {
	margin-bottom:20px;
}
.contact_type ul {
}
.contact_type ul li {
	display:inline-table;
	margin-right:20px;
	font-weight:bold
}
.form_container {
	width:100%;
	float:left;
	margin:0px auto;
}
.form_container h2 {
	text-align:center;
	color:#11aeec;
	font-size:24px;
	margin:0;
}
.form_content_row {
	width:100%;
	float:left;
	margin-top:20px;
}
.username {
	width:15%;
	float:left;
	padding-right:30px;
}
.username p {
	margin:0;
	font-size:14px;
	padding-top:6px;
}
.username_input {
	width:85%;
	float:left;
}
.username_input input[type="text"], .username_input select {
	width:100%;
	float:left;
	border:1px solid #c2c2c2;
	padding:7px;
}
.dob_row {
	width:50%;
	float:left;
}
.dob_row_content {
	width:30%;
	float:left;
}
.dob_input {
	width:70%;
	float:left;
}
.dob_input input[type="text"] {
	width:100%;
	float:left;
	border:1px solid #c2c2c2;
	padding:7px;
}
.gender_row {
	width:50%;
	float:left;
	padding-left:20px;
}
.gender_row span {
	padding-right: 30px;
	padding-left: 20px;
}
.gender_row input[type=checkbox] {
	vertical-align: top;
}
.username_input textarea {
	width:100%;
	float:left;
	border:1px solid #c2c2c2;
	padding:7px;
	min-height:100px;
}
.dob_row_content p {
	padding-top: 5px;
}
.associate_row {
	width:40%;
	float:left;
}
.associate_input {
	width:60%;
	float:left;
}
.associate_input input[type="text"] {
	width:100%;
	float:left;
	border:1px solid #c2c2c2;
	padding:7px;
}
.form_content_row h3 {
	color:#11aeec;
	margin: 0;
	padding-bottom: 10px;
	font-size: 16px;
}
.form_content_row ul {
	margin: 0;
	list-style: none;
	display: inline-table;
}
.form_content_row ul li {
	margin: 0;
	padding-right:308px;
	display: inline-block;
}
.form_content_row ul li:last-child {
	text-align:right;
	padding-right:0;
}
.payment_details ul {
	margin: 0;
	list-style: none;
	display: inline-table;
}
.payment_details ul li {
	margin: 0;
	padding-right:184px;
	display: inline-block;
	position:relative;
}
.payment_details label.error {
	bottom: -12px;
	left: 0;
	position: absolute;
}
.payment_details input[type="text"] {
	width:70%;
	border:1px solid #c2c2c2;
	padding:7px;
}
.payment_details ul li:last-child {
	text-align:right;
	padding-right:0;
}
.payment_details span {
	padding-right: 7px;
}
.signature {
	text-align:right;
}
.signature p {
	margin:0;
}
.signature input[type="file"] {
	width:80%;
	border:1px solid #c2c2c2;
	padding:7px;
	float:right;
}
.register_fee p {
	border-bottom:1px solid #c2c2c2;
	border-top:1px solid #c2c2c2;
	padding:10px 0;
}
.form_submit_btn {
	width:100%;
	text-align:center;
	display:inline-table;
}
.form_submit_btn input[type="submit"] {
	font-size:24px;
	text-transform:uppercase;
	border:none;
	text-align:center;
	padding:7px 45px;
	background-color:#03127b;
	color:#fff;
	border-bottom: 3px solid #010838;
}
.adress p {
	margin:0;
	line-height:24px;
}
.adress span {
	color:#000;
	font-weight:500;
}
.form_content_row:first-child {
	margin-top:0
}
figure img {
	width:100%;
}

#myCarousel .carousel-control, #myCarousel_m .carousel-control{ top:50%}

.logo_slider_row {
	width:100%;
	float:left;
	padding:30px 0;
	background:#f6f6f6;
	text-align:center
}
.logo_slider_part h2 {
    padding-bottom: 5px;
    color: #313131;
    text-transform: uppercase;
    font-weight: bold;
}
.logo_slider_part {
	width:100%;
	float:left
}
.logo_slider_part ul {
	width:100%;
	float:left;
	text-align:right;
	padding:0 24px 15px
}
.logo_slider_part ul li {
	list-style:none; display:inline;
}
.logo_slider_part ul li a {
	background:#e9e9e9;
	color:#000;
	padding:4px 12px
}
.logo_slider_part ul li a i {
	font-size:20px
}
.logo_slider_images_part {
	float:left;
	text-align:center;
	background:#fff;
	border-radius:3px;
	margin:0 auto;
	padding:25px 0;
	width:90%
}
.logo_slider_southern_part, .our_promise_part {
	width:100%;
	float:left
}

.owl-item p {
    float: left;
    width: 100%;
    text-align: center;
}

.logo_slider_images_part img {
    max-width: 100%;
}
.desktop_slider{display:block}
.mobile_slider{display:none}

.btn-info {
    color: #fff;
    background-color: #03127b !important;
    border-color: #010838 !important;
}