@charset "utf-8";

/* CSS Document */


/*----------------------------------------------------- */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
}

* {
	margin: 0;
	padding: 0;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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,
font,
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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after,
{
	content: '';
	content: none;
}

 :focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a,
a:hover,
a:active,
a:focus {
	outline: none;
	outline-style: none;
	outline-width: 0;
}

img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
	cursor: pointer;
}

input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

a {
	
	text-decoration: none;
	box-shadow: none;
	transition: all 0.4s ease-in-out 0s;
}

a:hover {
	text-decoration: none;
	box-shadow: none;
	border-bottom: none;
}

a:focus {
	text-decoration: none;
	box-shadow: none;
	border-bottom: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif !important;
}

p {
	font-family: 'Poppins', sans-serif !important;	
}

body {
	margin: 0;
	padding: 0px;
	font-family: 'Poppins', sans-serif !important;
	background: #fff;
	color: #000;
	line-height: normal;
	overflow-x: hidden;
}


.container {
	width: 1350px;
}

.mob_header{
	display:none;
}




/*header_section*/

.header_section {
    background-color: #ffffff;
    padding: 11px 0;
    display: block;
    position: relative;
   
}

.logo_sec {
    padding: 0;
	left: 14px;
    display: block;
    margin-top: 20px;
	position: relative;
}

.logo_sec.logo_sec2 {
    left: -6px;
    position: relative;
}

.logo_sec img {
    width: 100%;
    height: auto;
}

.flag_sec {
    display: block;
    position: relative;
    background-image: url(../images/flag_img2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0;
    padding: 0;
    min-height: auto;
}

.blur_circle {
    position: absolute;
    display: block;
    left: 11px;
    right: 0px;
    top: -10px;
    bottom: 0;
    background-color: #ffffff;
    border-radius: 100%;
    width: 100%;
    min-height: 250px;
    box-shadow: 8px -2px 13px #ffffff;
}

.blur_circle2 {
    position: absolute;
    display: block;
    left: 0px;
    right: 0;
    top: -10px;
    bottom: 0;
    background-color: #ffffff;
    border-radius: 100%;
	width: 100%;
    min-height: 250px;
    box-shadow: -9px 4px 13px #ffffff;
}

/*header_section*/

.header_section{
	background-color:#000000;
	display:block;
	margin:0;
	padding:0;
	border-bottom:5px solid #bf1e2e;
}


.menu_sec {
    display: block;
    padding: 0;
    margin: 0;
}


.menu_sec ul {    
    padding: 0;
    margin: 0;
}

.menu_sec ul li {
    float: left;
    list-style: none;
}

.menu_sec ul li a {
    font-size: 17px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 15px 77px;
    display: block;
	border-right: 1px solid #ffffff2b;
}

.menu_sec ul li:last-child a{
	border-right:none;
}

.menu_sec ul li a:hover{
	background-color:#bf1e2e;
}

/*hp_top_section*/

.hp_top_section{
	display:block;
	padding:50px 0;
	background-color:#fbfbfb;
	margin:0px;
}


.hp_new_block{
	display:block;
	margin:0;
	padding:0;
}

.hp_new_block img {
    border-radius: 50%;
    padding: 7px;
    box-shadow: 1px 0px 13px #00000020;
}

.hp_text_block{
	display:block;
	margin:0;
	padding:0;
	border-right: 1px solid #cccccc75;
}

.hp_text_block h2 {
    font-size: 30px;
    font-weight: 600;
	color:#000000;
    margin-bottom: 11px;
}
.hp_text_block span{
	font-size: 21px;
    font-weight: 600;
	color:#bf1e2e;
    margin-bottom: 11px;
}

.hp_text_block p{
	font-size: 16px;
    font-weight: 400;
	color:#000000;
	line-height: 32px;
}

.hp_text_block a {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background-color: #bf1e2e;
    display: inline-block;
    padding: 8px 25px;
    border-radius: 50px;
    margin-top: 17px;
}

.hp_text_block a:hover {   
    background-color: #000000;    
}


.sec_title{
	display:block;
	margin:0;
	padding:0;
}

.sec_title h2{
	font-size: 30px;
    font-weight: 600;
	text-align:center;
    margin-bottom: 11px;
}


.sec_title h2 span{
	color:#bf1e2e;
}


.event_block {
    margin-top: 21px;
    background-color: #ffffff;
    padding: 7px;
    box-shadow: 1px 0px 13px #00000020;
}

.event_text {
    display: block;
    margin: 0;
    padding: 11px 0;
}


.event_text span {
   color:#1a181b;
   font-size:13px;
}


.event_text span i {
    color: #bf1e2e;
    margin-right: 7px;
}

.event_text h4 {
    color: #1a181b;
    font-size: 15px;
    margin: 7px 0;
    line-height: 25px;
}

.event_text a {
   color:#bf1e2e;
   font-size:15px;
   
}

.event_text a:hover{
	text-decoration: underline;
}

/*hp_about_section*/

.hp_about_section{
	padding:70px 0;
	display:block;
	margin:0;
	background-color:#ffffff;
}

.box_sec {
    padding: 25px;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 1px 0px 13px #00000020;
	  position: relative;
}

.box_sec span {
    position: absolute;
    top: 10px;
    left: 10px;
}

.box_sec2 {   
    background-color: #bf1e2e;    
}

.box_sec3 {  
    background-color: #000000;  
}


.box_sec.box_sec2 h3, .box_sec.box_sec3 h3 {
    color: #ffffff;
}

.box_sec2 .hp_text_sec h4, .box_sec2 .hp_text_sec p, .box_sec2 .hp_text_sec a{
	color:#ffffff;
}

.box_sec3 .hp_text_sec h4, .box_sec3 .hp_text_sec p, .box_sec3 .hp_text_sec a{
	color:#ffffff;
}

.box_sec h3 {
    color: #1a181b;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}

.hp_box_img {
    margin: 20px auto 0;
    display: block;
   
}

.hp_text_sec span {
    display: block;
    margin: 0;
    padding: 0;
}

/*.hp_box_img {
    margin: 20px auto;
    display: block;
    width: 228px;
    height: 228px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #ffffff;
    box-shadow: 1px 0px 13px #00000020;
}*/

.hp_text_sec{
	margin-top:20px;
}
.hp_text_sec h4{
    color: #000000;
    font-size: 19px;
	margin-top: 22px;
}
.hp_text_sec p{
	color: #000000;
    font-size: 18px;
    margin:11px 0;
    line-height: 27px;
}
.hp_text_sec a{
   color:#bf1e2e;
   font-size:16px;
  
}


.box_sec  .hp_text_sec a:hover{
	 text-decoration: underline;
}


/*hp_sponsors_section*/

.hp_sponsors_section{
	padding:50px 0;
	display:block;
	margin:0;
	background-color:#fbfbfb;
}

.sponsors_logo {
    text-align: center !important;
    margin: 0;
    padding: 0;
}

.margin_top{
	margin-top:35px;
}





/*footer_section*/


.footer_section {
    position: relative;
    display: block;
    padding: 70px 0 30px;
    min-height: 322px;
    background-image: url(../images/footer_banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


.footer_section:before {
    content: "";
    position: absolute;
    background-color: #000000e8;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


.ft_menu, .ft_ss_icon {
    display: block;
    margin: 0;
    padding: 0;
}

.ft_menu h4, .ft_ss_icon h4 {
    color: #ffffff;
    font-size: 19px;
    border-bottom: 1px solid #ffffff3b;
    padding-bottom: 20px;
    margin-bottom: 25px;
    position: relative;
    width: 73%;
}

.ft_menu h4:before, .ft_ss_icon h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    background-color: #bf1e2e;
    width: 54px;
    height: 3px;
}

.ft_menu ul, .ft_ss_icon ul {
    margin: 0;
    padding: 0;
}

.ft_menu ul li{
    margin-bottom: 15px;
	list-style: none;
}

.ft_menu ul li a{
    color:#ffffff;
   font-size:17px;
}

.ft_ss_icon ul li {
    padding-bottom: 16px;
    border-bottom: 1px solid #ffffff42;
    margin-bottom: 13px;
	width: 75%;
	list-style: none;
}

.ft_ss_icon ul li a {
    color: #ffffff;
    font-size: 17px;
    display: block;
    padding-bottom: 4px;
}

.ft_ss_icon ul li a i {
    width: 35px;
    height: 35px;
    border: 2px solid #bf1e2e;
    display: block;
    text-align: center;
    color: #bf1e2e;
    border-radius: 50px;
    padding-top: 7px;
    margin-right: 15px;
    float: left;
}

.copy_right {
    text-align: center;
    display: block;
    margin-top: 35px;
    padding-top: 21px;
    border-top: 1px solid #ffffff29;
}

.copy_right p, .copy_right p a {
   color:#ffffff;
   font-size:15px;
}

.ft_logo {
    display: block;
    margin: 0;
    padding: 0;
	text-align:center;
}


/**/

.ft_menu ul li a:hover, .copy_right p a:hover{
	color:#bf1e2e;
}



.ft_ss_icon ul li a i:hover{
	background-color:#bf1e2e;
	color:#ffffff;
}

.hp_sponsors_section button.slick-prev{
	width:14px;
	height:24px;
	left:-3px;
	top:53%;
}


.hp_sponsors_section button.slick-next{
	width:14px;
	height:24px;
	right:-3px;
	top:53%;
}


#backToTop.show {
    opacity: 1;
    visibility: visible;
}

#backToTop {
    display: inline-block;
    background: url(../images/up_arw.png) no-repeat center #bf1e2e;
    width: 50px;
    height: 50px;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}