a{
    text-decoration: none !important;
    transition: all 0.6s;
}

body,
html {
  height: 100%;
}

p{
    margin: 0;
    padding: 0;
}

body {
  font-family: Jost;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  transition: 0.5s;
}

button,
input,
select,
textarea {
  font-size: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  transition: 0.3s !important;
}

a:focus {
    outline: 0;
}

ul{
    padding: 0 !important;
    margin: 0 !important;
}

ul li{
    list-style-type: none;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

/*---- font family secion start -----*/
@font-face {
    font-family: Jost;
    src: url('../fonts/Jost-Regular.eot');
    src: url('../fonts/Jost-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Jost-Regular.woff2') format('woff2'),
        url('../fonts/Jost-Regular.woff') format('woff'),
        url('../fonts/Jost-Regular.ttf') format('truetype'),
        url('../fonts/Jost-Regular.svg#Jost-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Jost;
    src: url('../fonts/Jost-Medium.eot');
    src: url('../fonts/Jost-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Jost-Medium.woff2') format('woff2'),
        url('../fonts/Jost-Medium.woff') format('woff'),
        url('../fonts/Jost-Medium.ttf') format('truetype'),
        url('../fonts/Jost-Medium.svg#Jost-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Jost;
    src: url('../fonts/Jost-SemiBold.eot');
    src: url('../fonts/Jost-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Jost-SemiBold.woff2') format('woff2'),
        url('../fonts/Jost-SemiBold.woff') format('woff'),
        url('../fonts/Jost-SemiBold.ttf') format('truetype'),
        url('../fonts/Jost-SemiBold.svg#Jost-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Jost;
    src: url('../fonts/Jost-Bold.eot');
    src: url('../fonts/Jost-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Jost-Bold.woff2') format('woff2'),
        url('../fonts/Jost-Bold.woff') format('woff'),
        url('../fonts/Jost-Bold.ttf') format('truetype'),
        url('../fonts/Jost-Bold.svg#Jost-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/*-- font family secion end --*/

/*---- header section start ---*/
.page-template-content-home .bottom_header_info{
    background: none;
}
.bottom_header_info{
    background: #000;
}
.header_logo img {
    width: 200px;
}
.bd_tophd {
    transition: all 500ms ease-in-out;
    border-bottom: 1px solid #fff;
    position: relative;
    padding-top: 20px;
}
.hd_contact ,.form_boxinner .box .btn{
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    padding: 10px 25px;
    display: inline-block;
    position: relative;
    transition: all 500ms ease-in-out;
    background: linear-gradient(90deg, #ae8625, #f7ef8a, #ae8625);
    border: 1px dashed #fff;
}
.hd_contact:hover ,.form_boxinner .box .btn:hover{
    color: #fff;
    box-shadow: inset 0 80px #000;
}
.hd_tophelpus {
    position: absolute;
    top: 0;
    right: 15%;
    z-index: 1;
}
.hd_tophelpus2 {
    right: 32%;
}
.hd_tophelpus .hd_contact {
    padding: 6px 20px;
    margin-top: 4px;
}
.hd_contact2{
    padding: 12px 45px;
}
.header_nav ul li {
    display: inline-block;
    position: relative;
    margin-left: 12px;
}
.header_nav ul li:first-child{
    margin: 0;
}
.header_nav ul li a {
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    text-transform: capitalize;
}
.header_nav ul li a:hover{
    color: #f7ef8a;
}
.header_nav ul li li{
    text-align: left;
    margin: 0;
}
.hd_topcall_text a{
    font-size: 22px;
}
.hd_topbtn {
    display: flex;
    align-items: center;
    justify-content: end;
}
.header_socialicon img {
    width: 20px;
    margin-left: 10px;
}
.header_socialicon {
    position: absolute;
    right: 140px;
}
.hd_googletrans {
    position: absolute;
    top: 0;
    right: 0;
}

.navbar-default.navbar-shrink .bottom_header_info {
    background: #000;
}
.navbar-default.navbar-shrink .bd_tophd {
    border-bottom: none;
}
/*-- banner sectiion start --*/
.banner_info {
    margin-top: 0;
    position: relative;
}
.banner_info::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 20%);
}
.banner_disc {
    position: absolute;
    top: 50%;
    right: 50%;
    width: 50%;
    text-align: center;
    transform: translate(50%, -62%);
    background: url(../images/arrow_banner.png) no-repeat;
    background-position: bottom 12px left 160px;
    background-size: 60px;
}
.banner_texthd {
    font-size: 70px;
    color: #ffffff;
    font-weight: bold;
    line-height: 70px;
    padding-bottom: 15px;
}
.banner_texthd strong{
    background: -webkit-linear-gradient(#ae8625, #f7ef8a, #d2ac47, #edc967);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.banner_texthdpara {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 11px;
    text-shadow: 3px 1px 3px hsl(0deg 0% 0% / 55%);
}
.banner_boxbtm {
font-size: 30px;
    color: #fff;
    font-weight: 600;
    border: 3px solid #fff;
    margin-bottom: 20px;
    line-height: 35px;
    padding: 8px 0;
    position: relative;
}
.banner_boxbtm strong {
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
}
.banner_inform{
    background: -webkit-linear-gradient(#ae8625, #f7ef8a, #d2ac47, #edc967);
    text-align: center;
    padding: 10px 0;
    color: #060608;
}
.banner_inform a{
    font-weight: 600;
    color: #000;
    text-decoration: underline;
}
.banner_inform a:hover{
	color: #fff;
}
.banner_btmwhat {
    font-size: 18px !important;
    display: block;
    text-transform: uppercase;
    background: -webkit-linear-gradient(#ae8625, #f7ef8a, #d2ac47, #edc967);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*-- banner sectiion start ---*/

/*---- about us section start ---*/
/* .about_righttext {
    padding: 30px 110px 30px 45px;
} */
.about_righttext {
    padding: 50px 0;
}
.about_leftimg {
    width: 100%;
    height: 100%;
}
.about_leftimg img {
    border: 1px dashed #000;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main_text_hd {
    font-size: 40px;
    color: #28221b;
    font-weight: 600;
    line-height: 45px;
    margin-bottom: 20px;
}
.main_text_hd strong {
    background: -webkit-linear-gradient(#ae8625, #f7ef8a, #d2ac47, #edc967);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0.052px 0.999px 0px rgba(0,0,0,0.5));
}
.main_text_para{
    color: #28221b;
}
.about_btnbtm {
    margin-top: 30px;
}
/*---- about us section end ---*/

.expectword {
    font-size: 26px;
    line-height: 25px;
    margin-top: 10px;
}
/*-- center firework section start --*/
.center_fireinfo {
    background: url(../images/bottom-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 155px 210px 160px;
    text-align: center;
    position: relative;
    z-index: 0;
}
.center_fireinfo::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    z-index: -1;
}
.center_fireinfo2 {
    background: url(../images/cta-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    margin-top: 50px;
}
.center_fireinfo2::before {
    background: rgb(0 0 0 / 80%);
}
.center_fireinfo2 .main_text_hd{
    font-size: 30px;
    line-height: 40px;
}
/*-- center firework section end --*/

/*-- sponsor section start --*/
.sponsor_info{
    padding: 90px 0 80px;
    position: relative;
    background: url(../images/sponcer_curveimg1.png) no-repeat;
    background-position: top left;
    z-index: 0;
}
.sponsor_info::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/sponcer_curveimg2.png) no-repeat;
    background-position: bottom right;
    z-index: -1;
}
.sponsor_logobox {
    width: 170px;
    height: 170px;
    background: #000;
    border-radius: 50%;
    border: 4px solid #be9d3b;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.sponsor_logobox img {
    width: 115px;
}
.spon_whitebg{
    background: #fff;
}
.spon_skybluebg {
    background: #166bc8;
}
.sponsor_logobox3{
	background: #040b4f;
}
.myy_logoimg img {
    width: 140px;
}
.sponser_col {
    margin-bottom: 30px;
}
/*-- sponsor section end --*/

/*-- focus section start --*/
.focus_info {
    padding-top: 60px;
}
.focus_box {
    padding: 10px 10px 25px 10px;
    border: 1px solid #bebebe;
    min-height: 100%;
}
.focus_imgbox img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.focus_texthd {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin: 8px 0;
    line-height: 25px;
}
/*-- focus section end --*/

/*-- support section start --*/
.support_info{
   background: url(../images/support_backimg.jpg) no-repeat;
   background-size: cover;
   padding: 90px 0;
}
.support_box {
    border: 1px solid #000;
    box-shadow: 0.105px 1.997px 5px rgba(75,75,75,0.34);
    display: flex;
    padding: 20px 12px 25px;
    background: #fff;
    min-height: 100%;
}
.support_txtbox {
    width: 60%;
    margin-left: 25px;
}
.support_text_hd {
    font-size: 22px;
    color: #242424;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 10px;
}
.newcontent_info {
    margin-top: 80px;
}
.mans_ingerimg img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    padding: 5px;
    box-shadow: 0px 0px 4px #bfbfbf;
    background: #be9d3b;
}
.man_singername {
    font-size: 20px;
    padding: 6px;
    text-align: center;
    color: #be9d3b;
    font-weight: 600;
    border: 2px solid #be9d3b;
}
/*-- support section end --*/

/*---- footer section start --*/
.footer_bg {
    background: #000;
    padding-top: 75px;
}
.footer_logo {
    width: 300px;
    display: inline-block;
}
.footer_hd_text {
    margin-bottom: 25px;
    font-size: 21px;
    color: #fff;
    font-weight: 600;
}
.ft_textpara {
    padding-right: 120px;
}
.footer_list li {
    padding-bottom: 2px;
}
.footer_list li a {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}
.footer_list li a:hover{
    color: #f7ef8a;
}
.footer_head {
    padding-left: 15px;
}
.footer_sociallink a {
    width: 35px;
    height: 34px;
    border: 2px solid #fff;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
}
.footer_sociallink img {
    width: 16px;
}
.footercopy_btmbox {
    padding: 15px 0;
    margin-top: 25px;
    font-size: 15px;
    color: #fff;
    border-top: 1px solid #fff;
}
.footercopy_btmbox img {
    width: 132px;
    vertical-align: baseline;
    margin-left: 6px;
}
/*---- footer section end --*/

/*  scroll top --*/
#back_to_top {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background: linear-gradient(#ae8625, #f7ef8a, #d2ac47, #edc967);
    cursor: pointer;
    padding: 0px 10px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.5s;
    border: 1px solid #fff;
}

#back_to_top:hover{
    background: #000;
}

/*-- inner page head --*/

.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
    background: url("../images/inner_bannerimg1.jpg") #fff no-repeat center !important;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 160px 0 60px !important;
    margin: 110px 0 0 !important;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.page .entry-content {
    max-width: 100% !important;
    padding: 0px !important;
}
.content-area, .content-sidebar {
    padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
    color: #fff;
    position: relative;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 99;
    margin-bottom: 3px;
}
.breadcrumb-container {
    width: 100%;
    color: #f7ef8a;
    position: relative;
    font-size: 15px;
}
.breadcrumb-container a {
    color: #f7ef8a;
}
.breadcrumb-container a:hover{
    color: #fff;
}
.inner_lineup img {
    box-shadow: 0px 0px 3px #9d9d9d;
    padding: 8px;
}
.inner_text_hd {
    font-size: 30px;
    line-height: 35px;
    color: #000;
    margin-bottom: 15px;
    font-weight: 500;
}
.inner_text_hd strong {
    color: #bd9c3a;
    font-weight: 500;
}
.inner_text_para{
    color: #484848;
    margin-bottom: 10px;
}
.inner_text_para p{
    margin-bottom: 10px;
}
.inner_page_list ul li ,.main_page_list ul li{
    background: url(../images/checkmark.png) no-repeat left 3px;
    font-size: 16px;
    color: #4b4b4b;
    padding: 0px 0 7px 25px;
    line-height: 24px;
    font-weight: 400;
    list-style: none;
    background-size: 20px;
}
.main_page_list ul li {
    font-size: 18px;
    color: #000;
}
.main_page_list2 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(235px, 1fr));
}
.inner_listcondition ul li {
    background: url(../images/points_mark.png) no-repeat left 3px;
    background-size: 20px;
}
.inner_listcondition ul li strong {
    display: block;
    color: #b58f2e;
    font-weight: 500;
}

.form_boxinner {
    border: 1px solid #d0d0d0;
    padding: 25px;
    margin-top: 50px;
}
.form_boxinner .box .form-control {
    border: 1px solid #929292;
    border-radius: 0;
    padding: 8px 8px;
    font-size: 14px;
    width: 100%;
    box-shadow: none;
}
.form_boxinner .box .form-control::placeholder{
    color: #000;
}
.form_boxinner .box select {
    background: url("../images/dropdown.png") #fff no-repeat center right 10px;
	width: 100%;
    border: 1px solid #929292;
    border-radius: 0;
    padding: 8px 8px;
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.form_boxinner .box p ,.inn_formtxt2 p{
    margin-bottom: 15px;
}
.inn_formtxt2 {
    font-size: 17px;
    color: #111;
    font-weight: 600;
    margin-bottom: 10px;
}
.inn_formtxt1 {
    font-size: 20px;
    color: #bd9c3a;
    font-weight: 600;
    border-left: 3px solid #bd9c3a;
    margin-bottom: 20px;
    display: inline-block;
    padding-left: 10px;
}
.inn_formtxt1 p{
    margin-bottom: 0;
}
.form_boxinner .box textarea{
    height: 90px;
    resize: none;
}
.form_boxinner .wpcf7-list-item{
    margin: 0 0 0 0;
}
.error_container {
    display: flex;
    min-height: 100vh;
   align-items: center;
   text-align: center;
}
.rmp-menu-title-image {
    width: 175px;
    margin-bottom: 0 !important;
}
.page{
   margin-top: 0 !important;
}

.hd_flash{
	background: #000;
	color: #fff;
	animation: blink 3s linear infinite;
}

@-webkit-keyframes blink {
    0%, 100% {background:#3F06FF;}
  50% {background: #8EDDBE;}
}
.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
	display: flex;
}
.footer_btn1 {
    width: 50%;
    color: #000 !important;
    padding: 10px 0;
    font-weight: bold;
    background: linear-gradient(90deg, #ae8625, #f7ef8a, #ae8625);
	font-size: 18px;
	display: inline-block;
}
.footer_btn1 strong {
	animation: blinker .8s infinite;
}
.footer_btn2 {
    width: 50%;
    color: #fff !important;
    padding: 10px 0;
    font-weight: bold;
    background: #000;
	font-size: 18px;
	display: inline-block;
}
@keyframes blinker {
	50% {
		color: #fff;
	}
	100% {
		color: #000;
	}
}
.inner_backinfobg {
    padding: 50px 0;
}

.inner_backinfobg2 {
    background: url(../images/cta-bg.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
    margin-top: 50px;
	position: relative;
	z-index: 0;
}

.inner_backinfobg2::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 90%);
    z-index: -1;
}
.inner_backinfobg2 .inner_text_hd ,
.inner_backinfobg2 .inner_text_para , 
.inner_backinfobg2 .inner_page_list ul li{
	color: #fff;
}
.inner_ctabox {
    background: #000;
    padding: 40px 20px;
    margin-top: 40px;
}
.inner_faqbox {
    border: 2px solid #000;
    margin-bottom: 15px;
    padding: 12px;
}
.inner_faqbox .inner_text_hd {
    background: #000;
    padding: 8px;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
}
.inner_pg_img img {
    background: #fff;
    padding: 8px;
    box-shadow: 0px 0px 4px #959595;
}
.inner_text_para a ,.main_text_para a{
    color: #bd9c3a;
}
.inner_text_para a:hover ,.main_text_para a:hover{
    color: #000;
}
.inner_partsmalltext {
    margin-top: 50px;
    font-size: 15px;
    color: #000;
}
.inner_partsmalltext p{
	margin-bottom: 8px;
}
.innerserv_tml {
    color: #000;
    font-weight: 500;
}
.video_innerpg {
    padding: 10px;
    background: #000;
    border-radius: 10px;
}
.video_innerpg video {
    margin-bottom: 0 !important;
    height: 320px;
}
/* responsive */
@media only screen and (min-width : 300px) and (max-width : 1024px) {
.banner_texthd{font-size: 35px;line-height:1.3;padding-bottom:15px;}
.banner_texthd {
  font-size: 30px;
  line-height: 1.3;
  padding-bottom: 5px;
}
.banner_boxbtm{font-size:23px;padding:5px 0px;}
.main_text_hd{font-size:30px;line-height:1.3;}
	.page .entry-title, .blog_page_title{font-size:26px;}		
.about_righttext {
    padding: 28px 0px 0 0px;
}
.hd_contact2{padding:12px 25px;}
.what_expectinfo {
    padding: 40px 0;
    margin-top: 40px;
}
.what_expectimg {
    margin-bottom: 40px;
}
.center_fireinfo {
    padding: 70px 90px;
    margin-top: 50px;
}
.expectword {
    font-size: 24px;
}
.sponsor_info{padding:50px 0px 0px;}
.sponsor_info, .sponsor_info::before{background-size:20%;}
.sponsor_logobox{margin:auto;}
.focus_info{padding-top:50px;}
.support_info{padding:50px 0px 0px 0px;}	
.footercopy_btmbox {
    padding: 15px 0 60px;
}
#back_to_top {
    bottom: 110px;
    right: 12px;
}
.sponsor_logobox {
    width: 140px;
    height: 140px;
}
.sponsor_logobox img {
    width: 100px;
}
.myy_logoimg img {
    width: 140px;
}
.mans_ingerimg img {
    height: 260px;
}
.man_singername {
    font-size: 18px;
}
.inner_pg_img {
    margin-bottom: 30px;
}
}
@media only screen and (min-width : 300px) and (max-width : 1023px) {
.primary-navigation{display:none;}	
header{background:#000000;padding:5px 0px;height:65px;}
.header_logo img {
    width: 130px;
}
.hd_googletrans {
    top: 12%;
    right: 30%;
}
.bd_tophd {
    border-bottom: 0px;
    padding-top: 0;
}
.header_socialicon {
    position: absolute;
    top: 10px;
    right: 60px;
}
.header_socialicon img {
    width: 14px;
    margin-left: 5px;
}
.header_socialicon .hd_contact{display:none;}
.bottom_header_info .hd_contact{right:60px;}	
.banner_info{margin-top:60px;}
.page .entry-header, .blog_page_header{margin-top:65px !important;padding:70px 0px !important;}
.hd_contact2 {
    padding: 8px 20px;
}	

}

@media only screen and (min-width : 300px) and (max-width : 767px) {
.banner_info img{height:520px;object-fit:cover;}
.banner_disc {
	width: 95%;
    background-position: bottom 35px left 15px;
    background-size: 54px;
    top: 40%;
	background-image: none;
}

    .banner_texthdpara {
        font-size: 17px;
        line-height: 23px;
        padding-bottom: 10px;
    }	
.bottom_header_info .hd_contact{display:none;}
.banner_boxbtm {font-size: 18px !important; line-height: 22px;}
.banner_boxbtm strong {
    font-size: 18px;
}		
.center_fireinfo{padding:50px 20px !important;}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.header_socialicon {
    right: 210px;
}
.hd_googletrans {
    right: 45%;
}
.banner_disc {
    width: 90%;
	top: 45%;
}
.hd_contact2 {
   padding: 12px 25px;
   position: relative;
   top: 0;
}
.banner_texthdpara {
    font-size: 17px;
    line-height: 24px;
}
.banner_boxbtm {
   font-size: 23px;
   padding: 5px 0px;
   line-height: 1.1;
}
.about_leftimg {
    height: auto;
}
.sponsor_logobox {
    width: 170px;
    height: 170px;
}
.sponsor_logobox img {
    width: 120px;
}
.hd_tophelpus {
    display: none;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.header_socialicon {
    right: 304px;
}
.hd_googletrans {
    right: 45%;
}
.banner_disc {
    width: 86%;
    transform: translate(50%, -50%);
}	
.about_leftimg {
    height: auto;
}
.sponsor_logobox {
    width: 170px;
    height: 170px;
}
.sponsor_logobox img {
    width: 120px;
}
.hd_tophelpus {
    display: none;
}
}

/* iPad Pro 10.5 inch */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
.header_nav ul li{margin-left: 14px;}
.header_nav ul li a {
    font-size: 14px;
}
.bottom_header_info .hd_contact{padding:10px 20px;font-size:15px;}
.header_socialicon{margin-right:20px;}	
.header_socialicon img {width: 17px;margin-left: 5px;}
}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
.header_nav ul li{margin-left: 6px;}
.header_nav ul li a {font-size: 14px;}
.bottom_header_info .hd_contact{padding:10px 20px;font-size:15px;}
.header_socialicon{margin-right:20px;}	
.header_socialicon img {width: 17px;margin-left: 5px;}
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1199px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
.header_nav ul li {
    margin-left: 5px;
}
.header_nav ul li a {
    font-size: 14px;
}
.bottom_header_info .hd_contact{padding:10px 20px;font-size:15px;}
.header_socialicon {
    right: 120px;
}
.header_socialicon img {width: 17px;margin-left: 5px;}
.banner_texthd {
    font-size: 40px;
    line-height: 45px;
    padding-bottom: 25px;
}
.banner_disc {
    width: 85%;
}
.center_fireinfo {
    padding: 100px 75px 100px;
}
.sponsor_info {
    background-size: 150px;
}
.sponsor_info::before {
    background-size: 150px;
}
}

@media screen and (min-width: 1424px) {

}

@media screen and (min-width: 1624px) {
.banner_disc {
    background-position: bottom 29px left 215px;
}

}

@media screen and (min-width: 1920px) {
.banner_disc {
    background-position: bottom 29px left 290px;
}

}

@media screen and (min-width: 2048px) {
.banner_disc {
    background-position: bottom 29px left 310px;
}

}

@media screen and (min-width: 2550px) {
 .banner_disc {
    background-position: bottom 29px left 460px;
}

}  
