/* 
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.6.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/* GENERAL CSS */
/* html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    scroll-behavior: smooth;
} */



/* preloader */

/*#loader-wrapper {*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    z-index: 1000;*/
/*}*/

/*#loader {*/
/*    display: block;*/
/*    position: relative;*/
/*    left: 50%;*/
/*    top: 50%;*/
/*    width: 150px;*/
/*    height: 150px;*/
/*    margin: -75px 0 0 -75px;*/
/*    border-radius: 50%;*/
/*    border: 3px solid transparent;*/
/*    border-top-color: #3498db;*/

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

/*    z-index: 1001;*/
/*}*/

/*#loader:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 5px;*/
/*    left: 5px;*/
/*    right: 5px;*/
/*    bottom: 5px;*/
/*    border-radius: 50%;*/
/*    border: 3px solid transparent;*/
/*    border-top-color: #e74c3c;*/

    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
/*}*/

/*#loader:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 15px;*/
/*    left: 15px;*/
/*    right: 15px;*/
/*    bottom: 15px;*/
/*    border-radius: 50%;*/
/*    border: 3px solid transparent;*/
/*    border-top-color: #f9c922;*/

    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
/*}*/

/*@-webkit-keyframes spin {*/
/*    0% {*/
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
/*    }*/
/*    100% {*/
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
/*    }*/
/*}*/

/*@keyframes spin {*/
/*    0% {*/
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
/*    }*/
/*    100% {*/
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
/*    }*/
/*}*/

/*#loader-wrapper .loader-section {*/
/*    position: fixed;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: #222222;*/
/*    z-index: 1000;*/
    -webkit-transform: translateX(0); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(0); /* IE 9 */
    transform: translateX(0); /* Firefox 16+, IE 10+, Opera */
/*}*/

/*#loader-wrapper .loader-section.section-right {*/
/*    right: 0;*/
/*}*/
/*.loadergif {*/
/*display: block;*/
/*    position: relative;*/
/*    margin: 0 auto;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    text-align: center;*/
/*    height: inherit;*/
/*    border-radius: 50%;*/
/*    border: 3px solid transparent;*/
/*    z-index: 1001;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/
/*.loadergif img {*/
/*    width: 50px;*/
/*    display: block;*/
/*}*/
/* Loaded */

/*.loaded #loader-wrapper .loader-section.section-right {*/
    -webkit-transform: translateX(100%); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(100%); /* IE 9 */
    transform: translateX(100%); /* Firefox 16+, IE 10+, Opera */
/*    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);*/
/*    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);*/
/*}*/

/*.loaded #loader, .loaded .loadergif {*/
/*    opacity: 0;*/
/*    -webkit-transition: all 0.3s ease-out;*/
/*    transition: all 0.3s ease-out;*/
/*}*/

/*.loaded #loader-wrapper {*/
/*    visibility: hidden;*/
    -webkit-transform: translateY(-100%); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(-100%); /* IE 9 */
    transform: translateY(-100%); /* Firefox 16+, IE 10+, Opera */
/*    -webkit-transition: all 0.3s 1s ease-out;*/
/*    transition: all 0.3s 1s ease-out;*/
/*}*/

/* JavaScript Turned Off */
/*.no-js #loader-wrapper {*/
/*    display: none;*/
/*}*/

div#loader-wrapper {
    background: #05213b;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
	transition:0.5s;
    right: 0;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
}
body.loaded div#loader-wrapper{
	height:0px;
	overflow:hidden;
	opacity:0;
}
html, body {
    overflow-x: hidden;
}
/* h3, h4, h5, h6{
	font-family:"Acumin Concept Bold", Sans-serif !important;
} */
 
h1, h2, h3, h4, h5, h6{
	font-family: "Acumin Pro Bold", Sans-serif !important;
}
p, a, li, span, *, table, div,{	
	font-family: "Acumin Pro Regular", Sans-serif !important;
}
a {
    color: #fbab18;
    text-decoration: none !important;
}
.elementor-widget-image.animated {
    animation: none !important;
}
.page-caption-bar .elementor-widget-wrap.elementor-element-populated {
    padding: 0 35px !important;
}
#max-width {
    max-width: 1170px;
    margin: 0 auto;
}
span.wpcf7-not-valid-tip {
    font-size: 14px;
}
/* .main-slider .slick-slide:nth-child(1), .main-slider .slick-slide:nth-child(2), .main-slider .slick-slide.slick-cloned{
    display: none;
} */

/* GENERAL CSS END */

/* HEADER CSS */
#gform_confirmation_wrapper_2 div#gform_confirmation_message_2 {
    text-align: center;
    font-size: 30px;
    color: #000;
    font-weight: 500;
}
.elementor-location-header .elementor-search-form__toggle i {
	padding: 16px !important;
}
.elementor-location-header .elementor-search-form__toggle {
    color: #fff !important;
}
.switcher {
    border-radius: 6px;
	 width: 95px !important;
}
.switcher .option {
    position: absolute !important;
    width: 110px;
    left: -65px;
}
.switcher div.selected{
	z-index:4;
}
.switcher .selected a {
    border-radius: 5px;
    padding: 8px 5px !important;
    width: 80px !important;
    margin: 0 auto;
    margin-right: 0;
    max-width: 80px !important;
    white-space: nowrap;
}
.switcher .selected a:before {
    content: '';
    background-color: #fff;
    width: 49px;
    height: 23px;
    display: block;
    position: absolute;
    right: 1px;
    top: 6px;
}
.switcher .selected a img {
    visibility: hidden;
}
.switcher div.selected:before {
    content: "\f024";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fbab18;
    position: absolute;
    top: 10px;
    left: 10px;
}
.elementor-location-header .elementor-top-section .col3 {
    align-items: end;
    justify-content: flex-end;
    padding-bottom: 10px;
}
.elementor-location-header .elementor-top-section .col3 .elementor-widget-wrap {
    display: contents;
}
.elementor-location-header .elementor-top-section ul.sub-menu {
    padding: 10px 0px !important;
}
.elementor-location-header .elementor-top-section ul.sub-menu .menu-item{
    padding: 2px 0px;
}
.elementor-location-header .elementor-top-section ul.sub-menu .elementor-sub-item:hover {
    border-left: 4px solid #fbab18 !important;
	padding-left:12px !important;
}
.elementor-location-header .elementor-top-section ul.sub-menu .elementor-item-active {
    border-left: 4px solid #fbab18 !important;
}
.elementor-location-header .elementor-top-section ul.sub-menu .elementor-item-active:before{
	display:none;
}
.elementor-location-header .elementor-top-section ul.sub-menu a.elementor-sub-item {
    border-radius: 0 !important;
    padding: 4px 8px !important;
}
.elementor-location-header .elementor-top-section .elementor-nav-menu .menu-item .elementor-item {
    position: relative;
	font-family: "Acumin Pro Regular", Sans-serif !important;
    background-color: transparent !important;
}
.elementor-location-header .elementor-top-section .elementor-nav-menu .menu-item .elementor-item-active:before, .elementor-location-header .elementor-top-section .elementor-nav-menu .menu-item .elementor-item:hover::before {
    content: '';
    background-color: #fbab18 !important;
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    top: -25px;
}
.elementor-location-header .elementor-top-section .elementor-nav-menu .menu-item .elementor-item-active, .elementor-location-header .elementor-top-section .elementor-nav-menu .menu-item .elementor-item-active:hover {
    color: #FBAB18 !important;
}


/* HEADER CSS END */

/* HOMEPAGE CSS */
/* .home-slide .swiper-pagination .swiper-pagination-bullet {
    border: 1px solid #fff;
    margin: 4px;
	display: block;
}
.home-slide .swiper-pagination .swiper-pagination-bullet-active {
    border-color: #fbab18;
}
.home-slide .swiper-pagination {
    width: fit-content;
    top: 48%;
    margin: 0 auto;
    right: 20px;
    text-align: end;
    left: unset;
}
.home-slide .swiper-container {
    overflow: visible;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}
.home-slide .swiper-slide-contents {
    position: absolute;
    margin: 0 auto;
    bottom: -52px;
    left: 0;
    width: 100%;
    max-width: 1170px !important;
    display: flex;
    vertical-align: middle;
    padding: 10px 20px 10px 20px;
    right: 0;
}
.home-slide .swiper-slide-contents .elementor-slide-heading {
    margin-bottom: 0 !important;
    padding-right: 8px;
}
.home-slide .swiper-slide-contents .elementor-slide-description {
    padding-top: 2px;
	margin-bottom: 0 !important;
} */
.home-slide .main-img {
   	min-height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000;
}
.home-slide .details h3{
    padding: 0;
    color: #fff;
    font-size: 13pt;
    line-height: 40px;
    text-transform: capitalize;
    font-family: "Acumin Concept Bold", Sans-serif !important;
    font-weight: 600;
	margin-bottom: 0;
}
.home-slide .details h6{
    padding: 2px 0px;
    color: #fff;
    font-family: 'Acumin Pro Regular' !important;
    font-size: 11pt;
	margin-top: 0px;
	margin-bottom: 0;
	font-style: italic;
}
.home-slide .details {
    background-color: #06213c;
    padding: 10px 20px;
/*     display: flex; */
    justify-content: flex-start;
    max-width: 1170px;
    margin: 0 auto;
    align-items: center;
}
.home-slide .slick-dots {
    z-index: 2;
    width: fit-content;
    top: -90px;
    right: 0;
    height: fit-content;
    margin: auto 0;
}
.home-slide .slick-dots li{
    display: block;
    margin: 1px 10px;
}
.home-slide .slick-dots li button {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 8px !important;
    height: 8px !important;
}
.home-slide .slick-dots li button:before {
    color: transparent !important;
}
.home-slide .slick-dots li button:hover, .home-slide .slick-dots li.slick-active button {
    background-color: #f3a91c;
    border-color: #f3a91c;
}
.home-slide2 .main-slide a {
/*     display: none; */
}
.home-slide2 .main-slide {
    position: relative;
}
.home-slide2 .main-img {
    min-height: 460px;
}
/* .home-slide2 .main-slide:after {
    content: '';
    background-color: #fff;
    width: 10px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 30%;
}
.home-slide2 .main-slide:before {
    content: '';
    background-color: #fff;
    width: 10px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 30%;
} */
.an-sec{
  position:relative;
  overflow:hidden;
  z-index:1;
}
.sec2.an-sec .wpr-grid-item-below-content{
	padding-top:0 !important;
}
.an-sec:before {
    content: url("/wp-content/uploads/2022/09/ani.png");
    width: 20%;
    position: absolute;
    bottom: -5px;
    right: 0px;
    z-index: 0;
    animation: example 15s infinite;
}
.sec4.an-sec:before{
	right:unset;
	left:-28%;
}
@keyframes example {
  0%,
  100% {
    top: 0;
  }
  50% {
    top: -160%;
  }
}
.sec4 .col2 {
    position: relative;
}
.sec4 .col2 .vid-col {
    position: absolute;
    margin: auto 0; 
    top:0;
    bottom:0;
    left: -90px;
    height: fit-content;
}
.bot-or-sec {
    background-position: center bottom;
}
.bot-or-sec h3 {
    position: relative;
}
.bot-or-sec h3:after {
    content: '';
    background-color: #06213c;
    width: 70px;
    height: 3px;
    display: block;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 5px;
}
.bot-or-sec h3 span {
    position: relative;
    color: transparent;
    padding: 0 6px;
    display: initial;
}
.bot-or-sec h3 span:before {
    content: url("/wp-content/uploads/2022/09/Flame.png");
    position: absolute;
    top: 2px;
} 




.bot-or-sec h3 br {
    display: none;
}
.testimonials .test-slider .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
	padding: 0;
    width: 37px;
    height: 32px;
    color: transparent;
    border: none;
}
.testimonials .test-slider .slick-arrow:hover, .testimonials .test-slider .slick-arrow:focus{
	background-color:transparent;
}
.testimonials .test-slider .slider-for {
    position: relative;
}
.testimonials .test-slider .slick-prev {
    left: 0;
}
.testimonials .test-slider .slick-next {
    right: 0;
}
.testimonials .test-slider .slick-arrow:before {
    font-size: 35px;
    color: #fbab18;
}
.testimonials .test-slider .slick-track{
	margin-top: 10px;
	margin-bottom: 10px;
}
.testimonials .test-slider .slick-slide {
    text-align: center;
}
.testimonials .test-slider .test-box {
    text-align: center;
    width: 90% !important;
    padding: 20px;
    box-shadow: 0px 0px 11px #aaa;
    border-radius: 12px;
}
.testimonials .test-slider .test-box .test_img {
	margin: 0 auto;
	width: 90px;
	height: 90px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.testimonials .test-slider .test-box .test_img img {
    width: 100%;
    border-radius: 50%;
}
.testimonials .test-slider .test-box .test-det .name {
	font-size: 28px;
	text-transform: uppercase;
	color: #06213c;
	margin-bottom: 0;
}
.testimonials .test-slider .test-box .test-det .ratings {
    color: #f3a91c;
}
.testimonials .test-slider .test-box .test-det .comp {
    font-weight: 700;
    color: #444444;
    font-family: 'Acumin Pro Regular' !important;
    margin-bottom: 0;
}
.testimonials .test-slider ul.slick-dots {
    bottom: -30px;
}
.testimonials .test-slider .slick-dots li button {
    background-color: transparent;
    border: 1px solid #f3a91c;
    border-radius: 50%;
    width: 8px !important;
    height: 8px !important;
}
.testimonials .test-slider .slick-dots li button:before {
    color: transparent !important;
}
.testimonials .test-slider .slick-dots li button:hover, .testimonials .test-slider .slick-dots li.slick-active button {
    background-color: #f3a91c;
    border-color: #f3a91c;
}

/* HOMEPAGE CSS END */


/* INNER PAGE CSS */
.abt-sec2 h3 span {
	position: relative;
	color: transparent;
	padding: 0 6px;
	display: inline-block;
	line-height: 1;
	font-size: 0;
}


.abt-sec2 h3 span:before {
    content: url("/wp-content/uploads/2022/09/or-flame-1.png");
}


.abt-bt-sec .main-col {
    position: relative;
}
.abt-bt-sec .main-col:before {
    content: '';
    background-color: transparent;
    width: 70px;
    border-top: 20px solid #06213C;
    border-bottom: 20px solid #06213C;
    border-left: 35px solid #06213C;
    height: 95%;
    margin-top: -70px;
}
.abt-bt-sec .main-col:after {
    content: '';
    background-color: transparent;
    width: 70px;
    border-top: 20px solid #06213C;
    border-bottom: 20px solid #06213C;
    border-right: 35px solid #06213C;
    height: 95%;
    margin-top: -70px;
}
.prize-bot-sec h3 span:before{
	content: url("/wp-content/uploads/2022/09/or-flame-1.png");
}
.prize-bot-sec h3:after{
	 background-color: #fbab18;
}
.prize-bot-sec {
    position: relative;
}
.prize-bot-sec:before {
    content: '';
    background-color:transparent;
    width: 70px;
    border-top: 20px solid #06213C;
    border-bottom: 20px solid #06213C;
    border-left: 35px solid #06213C;
    height: 85%;
    position: absolute;
    margin: auto 0;
    top: 0;
    bottom: 0;
    left: 10%;
}
.prize-bot-sec:after {
    content: '';
    background-color: transparent;
    width: 70px;
    border-top: 20px solid #06213C;
    border-bottom: 20px solid #06213C;
    border-right: 35px solid #06213C;
    height: 85%;
    position: absolute;
    margin: auto 0;
    top: 0;
    bottom: 0;
    right: 10%;
}
.adv-sec2 .elementor-widget-container .elementor-image-box-title {
    padding-left: 20px;
}
.adv-sec2 .elementor-widget-container ul {
    list-style: none;
    padding-left: 20px;
}
.adv-sec2 .elementor-widget-container ul li {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Acumin Pro Regular';
}
.news-sec .row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.news-sec .row .col-md-4 {
    flex: 0 0 33.33%;
    padding: 20px 10px;
}
.news-sec .news-box {
    text-align: center;
}
.news-sec .news-box img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.news-sec .news-box h6.date {
    font-family: 'Acumin Pro Regular' !important;
    color: #FBAB18;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}
.news-sec .news-box h4.title {
    color: #54595f;
    font-family: 'Acumin Pro Regular' !important;
    font-size: 19px;
    font-weight: 500;
}
.news-sec .news-box h4.title {
    margin-top: -10px;
}
.news-sec .news-box p {
    color: #777;
    font-size: 15px;
    font-weight: 400;
}
.cont-sec2 h3.elementor-image-box-title {
    font-family: "Acumin Pro Regular", Sans-serif !important;
}
.cont-sec2 .col2 .elementor-widget-text-editor {
    background-color: #fff;
    box-shadow: 0px 0px 10px #aaa;
    padding: 30px;
}
.cont-sec2 .col2 .elementor-widget-wrap {
    position: relative;
}
.cont-sec2 .col2 .elementor-widget-wrap:before {
    content: '';
    background-color: #ff000000;
    width: 90%;
    height: 111%;
    display: block;
    position: absolute;
    z-index: 0;
    margin: auto 0;
    top: 0px;
    bottom: 0;
    right: -1px;
    border: 30px solid #f3a91c;
    border-left: 0;
}
.cont-sec2 .col2 input, .cont-sec2 .col2 textarea {
    border: none;
    background-color: #f1f1f1;
    margin-bottom: 15px;
    color: #353535;
    font-size: 14px;
    font-family: 'Acumin Pro Regular';
    font-weight: 500;
    padding: 12px 10px 12px 40px;
    border-radius: 0px;
    width: 100%;
}
.cont-sec2 .col2 textarea {
    height: 140px;
}
.cont-sec2 .col2 form .inline {
    display: flex;
    justify-content: space-between;
}
.cont-sec2 .col2 form .inline .lin {
    width: 48%;
	position:relative;
}
.cont-sec2 .col2 form .inline-full .lin {
    width: 100%;
}
.cont-sec2 .col2 input::placeholder, .cont-sec2 .col2 textarea::placeholder {
    color: #353535;
}
.cont-sec2 .col2 form p {
    text-align: end;
	display: flow-root;
}
.cont-sec2 .col2 span.wpcf7-spinner {
    display: none;
}
.cont-sec2 .col2 .wpcf7-submit {
    margin-bottom: 0;
    padding: 13px 20px;
    width: 130px;
    transition: .4s;
    text-align: center;
    background-color: transparent;
    border: 2px solid #f3a91c;
    color: #f3a91c;
    font-size: 18px;
    border-radius: 6px;
    float: right;
}
.cont-sec2 .col2 .wpcf7-submit:hover {
    border-color: #353535;
    color: #fff;
    background-color: #f3a91c;
}
.cont-sec2 .col2 form .inline .lin i {
    font-size: 15px;
    color: #f3a91c;
    position: absolute;
    top: 39px;
    left: 15px;
    z-index: 1;
}
.sub-sec1 input, .sub-sec1 textarea, .sub-sec1 select {
    border: none;
    background-color: #f1f1f1;
    margin-bottom: 15px;
    color: #353535;
    font-size: 14px;
    font-family: 'Acumin Pro Regular';
    font-weight: 500;
    padding: 12px 10px 12px 40px;
    border-radius: 0px;
    width: 100%;
}
.sub-sec1 textarea {
    height: 140px;
}
.sub-sec1 form .inline {
    display: flex;
    justify-content: space-between;
}
.sub-sec1 form .inline .lin {
    width: 48%;
	position:relative;
}
.sub-sec1 form .inline-full .lin {
    width: 100%;
}
.sub-sec1 input::placeholder, .sub-sec1 textarea::placeholder {
    color: #353535;
}
.sub-sec1 form p {
    text-align: center;
}
.sub-sec1 span.wpcf7-spinner {
    display: none;
}
.sub-sec1 .wpcf7-submit {
    margin-bottom: 0;
    padding: 13px 20px;
    width: 150px;
    transition: .4s;
    text-align: center;
    background-color: #f3a91c;
    border: 2px solid #f3a91c;
    color: #fff;
    font-size: 16px;
    border-radius: 6px;
	margin-top:40px;
}
.sub-sec1 .wpcf7-submit:hover {
    border-color: #353535;
    color: #353535;
    background-color: transparent;
}
.sub-sec1 form .inline .lin i {
    font-size: 15px;
    color: #f3a91c;
    position: absolute;
    top: 39px;
    left: 15px;
    z-index: 1;
}
.sub-sec1 form .inline-th .lin {
    width: 31%;
}
.sub-sec1 form h4 {
    text-align: center;
    color: #06213c;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 25px;
}
.sub-sec1 form .last-inline h4 {
    text-align: left;
    padding-bottom: 8px;
}
.sub-sec1 form .last-inline p {
    text-align: left;
    color: #909090;
    font-size: 13px;
}
.sub-sec1 form .last-inline .wpcf7-file {
    background-color: transparent;
    padding: 0;
    position: relative;
}
.sub-sec1 form .last-inline .wpcf7-file:after {
    content: 'upload';
    display: block;
    width: fit-content;
    border: 2px solid #f3a91c;
    color: #f3a91c;
    padding: 15px 40px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 30px;
    border-radius: 6px;
    transition: .4s;
}
.sub-sec1 form .last-inline span.wpcf7-list-item {
    margin: 0;
}
.sub-sec1 form .last-inline span.wpcf7-list-item label {
    padding-left: 20px;
    position: relative;
    padding-bottom: 5px;
    font-size: 13px;
    color: #606060;
    line-height: 17px;
    font-weight: 500;
}
.sub-sec1 form .last-inline span.wpcf7-list-item label input {
    width: auto;
    position: absolute;
    left: 0;
    top: 2px;
}
.main-blog-sec .wpr-grid-item-below-content .wpr-grid-item-date {
    text-align: center !important;
    width: 100%;
    margin-left: 7px;
    margin-bottom: 8px;
}
.main-blog-sec .wpr-grid-item-below-content h2.wpr-grid-item-title {
    text-align: center !important;
}
.single-post-con .post-social {
    position: absolute;
    left: -60px;
    top: -100px;
}
.single-post-con .post-social h6 {
    color: #353535;
    font-size: 15px;
    font-family: "Acumin Pro Regular", Sans-serif !important;
    text-transform: uppercase;
    font-weight: 600;
    margin: 30px 0 30px 0px;
    transform: rotate(90deg);
}
.single-post-con .post-social .sfsi_widget.sfsi_shortcode_container {
    margin-top: -10px;
    margin-left: 7px;
}
.single-post-con .post-social .sfsi_wicons {
    width: 30px !important;
    height: 20px !important;
}
.single-post-con .post-social .sfsi_wicons .inerCnt {
    min-height: 40px !important;
}
.single-post-con .post-social .sfsi_wicons .inerCnt .sficn {
    width: 30px !important;
    height: 20px !important;
}
.single-post-con .post-social .sfsi_wicons .sficn img {
    filter: brightness(0) invert(0);
}
.single-post-con{
    position:relative;
}
.single-post-con:before {
    content: '';
    background-color: transparent;
    width: 60px;
    border-top: 20px solid #06213c;
    border-bottom: 20px solid #06213c;
    border-left: 30px solid #06213c;
    height: 310px;
    margin: auto 0;
    top: 0;
    position: absolute;
    left: 5%;
    bottom: 0;
	z-index: -1;
}
.single-post-con:after {
    content: '';
    background-color: transparent;
    width: 60px;
    border-top: 20px solid #06213c;
    border-bottom: 20px solid #06213c;
    border-right: 30px solid #06213c;
    height: 310px;
    margin: auto 0;
    top: 0;
    position: absolute;
    right: 5%;
    bottom: 0;
	z-index: -1;
}
/* .single-post-con .elementor-widget-theme-post-content img {
    width: 80%;
} */
.single-post-sec2 .wpr-grid-item-below-content .wpr-grid-item-date {
    text-align: center !important;
    width: 100%;
    margin-left: 7px;
    margin-bottom: 8px;
}
.single-post-sec2 .wpr-grid-item-below-content h2.wpr-grid-item-title {
    text-align: center !important;
}
.gal_slide .main-slider {
    background-color: #06213c;
    margin-bottom: 20px;
}
.gal_slide .main-img {
   	min-height: 600px;
   	background-size: contain;
   	background-repeat: no-repeat;
   	background-position: center;
   	background-color: #000;
}
.gal_slide .details h3{
	padding: 0;
	color: #fff;
	font-size: 13pt;
	line-height: 40px;
	text-transform: capitalize;
	font-family: "Acumin Concept Bold", Sans-serif !important;
	font-weight: 600;
	margin-bottom: 0;
}
.gal_slide .details h6{
    padding: 2px 0px;
    color: #fff;
    font-family: "Acumin Concept Bold", Sans-serif !important;
    font-size: 11pt;
    margin-top: 0px;
    font-style: italic;
}
.gal_slide .details {
    background-color: #06213c;
    padding: 10px 20px;
/*     display: flex;
    justify-content: flex-start; */
    max-width: 1170px;
    margin: 0 auto;
    align-items: center;
}
.gal_slide .slick-dots {
    z-index: 2;
    width: fit-content;
    top: -90px;
    right: 0;
    height: fit-content;
    margin: auto 0;
}
.gal_slide .slick-dots li{
    display: block;
    margin: 1px 10px;
}
.gal_slide .slick-dots li button {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 8px !important;
    height: 8px !important;
}
.gal_slide .slick-dots li button:before {
    color: transparent !important;
}
.gal_slide .slick-dots li button:hover, .gal_slide .slick-dots li.slick-active button {
    background-color: #f3a91c;
    border-color: #f3a91c;
}
.gallery .list {
    overflow: hidden;
    position: relative;
    min-height: 360px !important;
    height: fit-content !important;
}
.gallery .list img {
    width: 100%;
    min-height: 360px;
    object-fit: cover;
    position: absolute;
    height: 360px;
}
.gallery .cat-year {
    text-align: center;
    color: #06213C;
    font-family: "Acumin Pro Bold", Sans-serif;
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 5px 0;
}
#gallery-post .main-img {
	min-height: 540px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #000;
}
#gallery-post .details h3{
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 20px;
	color: #fff; 
   font-size: 13pt;
    line-height: 40px;
    text-transform: capitalize;
    font-family: "Acumin Concept Bold", Sans-serif !important;
    font-weight: 600;
}
#gallery-post .details h6{
    max-width: 1170px;
    margin: 0 auto;
    padding: 2px 20px;
	color: #fff;
     font-family: "Acumin Concept Bold", Sans-serif !important;
    font-size: 11pt; 
    font-style: italic;
}
#gallery-post .details {
    background-color: #06213c;
    padding: 14px 20px 20px;
}
#gallery-post .content {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0px 20px;
}
#gallery-post .slick-arrow {
    position: absolute;
    top: 260px;
    z-index: 1;
	padding: 0;
    width: 37px;
    height: 32px;
    color: transparent;
    border: none;
}
#gallery-post .slick-arrow:hover{
	background-color:transparent;
}
#gallery-post .slider-for {
    position: relative;
}
#gallery-post .slick-prev {
    left: 10px;
}
#gallery-post .slick-next {
    right: 10px;
}
#gallery-post .slick-arrow:before {
    font-size: 35px;
    color: #fbab18;
}
.event-sec a.elementor-post__read-more, .press-sec a.elementor-post__read-more {
    background-color: #06213c;
    font-size: 13px !important;
    padding: 7px 14px;
    display: block;
    width: fit-content;
    text-align: center;
    color: #fff !important;
    text-transform: capitalize !important;
    border-radius: 3px;
    transition: .4s;
    border: 1px solid #06213c;
    margin-top: 20px;
}
.event-sec a.elementor-post__read-more:hover, .press-sec a.elementor-post__read-more:hover {
    background-color: transparent;
    color: #06213c !important;
}
.news-sec div#page_navigation {
    text-align: center;
    padding: 20px 0;
}
.news-sec a.page_link.active_page {
    display: unset;
    padding: 5px;
    border: 1px solid #06213c;
    background: #06213c;
    color: #fff;
}
.news-sec a.page_link.active_page + a.page_link {
    display: unset;
    padding-left: 8px;
}
.news-sec a.page_link {
    display: none;
}
.news-sec a.previous_link, .news-sec a.next_link {
    transition: .4s;
    text-transform: uppercase;
    padding: 0 10px;
    font-weight: 500;
}
.news-sec a.previous_link:hover, .news-sec a.next_link:hover {
    color: #06213c;
}
.post-rec a.elementor-post__read-more {
    background-color: #06213c;
    font-size: 13px !important;
    padding: 7px 14px;
    display: block;
    width: fit-content;
    text-align: center;
    color: #fff !important;
    text-transform: capitalize !important;
    border-radius: 3px;
    transition: .4s;
    border: 1px solid #06213c;
    margin-top: 20px;
}
.post-rec a.elementor-post__read-more:hover {
    background-color: transparent;
    color: #06213c !important;
}


/* INNER PAGE CSS END */

/* FOOTER CSS */
.elementor-location-footer h4.elementor-heading-title {
    font-family: 'Acumin Pro Regular' !important;
}
.sec7 .es_subscription_message.success {
    border: 2px solid green;
    display: block;
    text-align: center;
    padding: 4px;
}
.sec7 .es_subscription_message {
    color: #fff;
	font-size:14px;
}
.sec7 .wpb_text_column .es_subscription_message.error {
    color: red;
}
.sec7{
		margin-bottom:0px!important;
}
.sec7 .es_subscription_form {
    display: flex;
	margin-bottom:0px!important;
	margin-top:10px;

}
.sec7 .es_subscription_form .es-email input {
    border: none;
    box-shadow: none;
    padding: 16px 15px 16px 32px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 13px;
    color: #353535;
    font-weight: 500;
    border-radius: 6px 0 0 6px;
	width:100%;
	background-color:#fff !important;
    height: 53px;
}
.sec7 .es_subscription_form .es-submit input {
    border-radius: 0 6px 6px 0;
    font-family: 'Acumin Pro Regular';
    transition: .4s;
    font-weight: 500;
    font-size: 15px;
    color: #fbab18;
    background-color: #fff;
    border: none;
    box-shadow: none;
    padding: 19px 20px 19px;
	width:100%;
	margin-top: 0;
	margin-bottom: 0;

}
.sec7 .es_subscription_form .es-submit input:hover {
    background-color: #fbab18;
    color: #fff;
    border-radius: 0 30px 30px 0;
}
.sec7 .es_subscription_form .gjs-row:nth-last-child(3) {
    width: 60%;
    position: relative;
}
.sec7 .es_subscription_form .gjs-row:nth-last-child(2) {
    width: 20%;
}
.sec7 .es_subscription_form .gjs-row:nth-last-child(3)::before {
    content: "\f0e0";
    font-family: "Font Awesome 5 Free";
    position: absolute;
	font-weight:900;
    top: 14px;
    font-size: 17px;
    left: 10px;
    color: #fbab18;
}

.page-caption-bar .elementor-container {
    max-width: 1170px;
}

.page-caption-bar {
    background: #06213C;
    padding: 14px 0px 25px;
}

.page-caption-bar .elementor-widget.elementor-widget-heading {
    margin: 0;
}

.page-caption-bar .elementor-widget.elementor-widget-heading h3.elementor-heading-title {
    padding: 0;
    color: #fff;
    font-size: 13pt;
    line-height: 40px;
    text-transform: capitalize;
    font-family: "Acumin Concept Bold", Sans-serif !important;
    font-weight: 700;
    margin-bottom: 0;
}

.page-caption-bar .elementor-widget.elementor-widget-heading h6.elementor-heading-title{
    padding: 2px 0px;
    color: #fff;
    font-family: 'Acumin Pro Regular' !important;
    font-size: 11pt;
    margin-top: 0px;
    margin-bottom: 0;
	font-style:italic;
} 

/* FOOTER CSS END */

/* MEDIA QUERY CSS */
@media only screen and (max-width: 1024px){
	.sec4 .col2 .vid-col{
		position:unset;
	}
	.elementor-top-section .elementor-nav-menu .menu-item .elementor-item-active:before{
		top:-5px !important;
	}
	.prize-bot-sec:before{
		left:0;
	}
	.prize-bot-sec:after{
		right:0;
	}
	.cont-sec2 .col2 .elementor-widget-wrap:before{
		height:102%;
	}
	.single-post .elementor-widget-wpr-post-title {
		margin-bottom: -10% !important;
	}
	.single-post-con .post-social{
		left: -45px;
   		top: -80px;
	}
	.single-post-con:before{
		width:40px;
		border-left:20px solid #06213c;
		left:10px;
	}
	.single-post-con:after{
		width:40px;
		border-right:20px solid #06213c;
		right:10px;
	}
}
@media only screen and (max-width: 980px){	
	.sec7 .es_subscription_form .gjs-row:nth-last-child(3) {
		width: 70%;
	}
	.sec7 .es_subscription_form .gjs-row:nth-last-child(2) {
		width: 30%;
	}
}
@media screen and (max-width: 768px){
	.elementor-location-header .elementor-top-section .col3 {
    align-items: center!important;

}
		.elementor-location-header .elementor-top-section .elementor-nav-menu .menu-item .elementor-item-active, .elementor-location-header .elementor-top-section .elementor-nav-menu .menu-item .elementor-item-active:hover {
		color: #353535 !important;
	}
	.elementor-location-header .elementor-top-section .col3{
		justify-content: flex-start;
		padding-left:10px;
	}
	.elementor-top-section .elementor-nav-menu .menu-item .elementor-item-active:before{
		display:none;
	}
	.elementor-top-section .elementor-menu-toggle {
		width: fit-content;
		color: #fff;
		background-color: #fbab18;
		padding-bottom: 7px;
	}
	nav.elementor-nav-menu--dropdown {
		position: absolute;
		top: 30px;
		right: 0;
		z-index: 4;
		padding: 3px !important;
		width: 300px;
		padding: 10px;
		background-color: #fff;
		border-radius: 3px;
		box-shadow: 0px 0px 6px #aaa;
	}
	nav.elementor-nav-menu--dropdown ul {
		background-color: #fbab18;
		border: 2px solid #fff;
		padding: 12px 5px;
	}
	nav.elementor-nav-menu--dropdown ul li a {
		position: relative;
		padding: 5px 10px;
		color: #fff;
		transition: .4s;
	}
	nav.elementor-nav-menu--dropdown ul li a:hover, nav.elementor-nav-menu--dropdown ul li .elementor-sub-item:focus {
		color: #535353;
		background-color: transparent;
	}
	nav.elementor-nav-menu--dropdown ul a.elementor-item-active {
		background-color: transparent !important;
		color: #353535 !important;
	}
	.home-slide .main-img{
		min-height:500px;
	}
	.home-slide2 .main-img {
		min-height: 400px;
	}
	.home-slide .details {
		display: block;
		padding-bottom: 20px;
	}
	.home-slide .details h3 {
		margin-bottom: 0;
	}
	.home-slide .details h6 {
		margin-top: 0;
		padding-left: 0;
	}
	.prize-bot-sec:before{
		width:30;
		border-left: 15px solid #000;
	}
	.prize-bot-sec:after{
		width:30px;
		border-right: 15px solid #000;
	}
	.abt-sec2 h3 span:before {
		left: 3px;
	}
	.abt-sec2 h3 br{
		display:none;
	}	
	.single-post-con .post-social{
		left: -55px;
   		top: -80px;
	}
	.single-post-con:before {
		width: 35px;
		border-left: 18px solid #06213c;
	}
	.single-post-con:after {
		width: 35px;
		border-right: 18px solid #06213c;
	}
	.news-sec .row .col-md-4{
		flex:0 0 50%;
	}
	.gallery-box.container .col-md-6 {
		flex: 0 0 50% !important;
	}
	.sec7 .es_subscription_form .es-submit input {
		height: 52px;
		padding: 0px 20px 0px;
	}
	.sec7 .es_subscription_form .es-email input {
		height: 52px;
		padding: 0 0 0 32px;
	}
	.page-caption-bar {
		background: #06213C;
		padding: 5px 30px 14px;
	}
}
@media only screen and (max-width: 480px){	
	.home-slide .main-img{
		min-height:340px !important;
	}
	.home-slide2 .main-img {
		min-height: 300px !important;
	}	
	.sec2.an-sec .wpr-grid-item-below-content {
		padding-top: 10px !important;
		padding-left: 0 !important;
	}
.bot-or-sec h3 span {
    display: inline-block;
}
.bot-or-sec h3 span:before {
    left: 5px;
    top: 0;
}
	.abt-bt-sec .main-col:before{
		width: 50px;
		border-left: 20px solid #000;
	}
	.abt-bt-sec .main-col:after{
		width: 50px;
		border-right: 20px solid #000;
	}	
	.abt-sec2 h3 br{
		display:unset;
	}
	.bot-or-sec h3 br {
		display: unset;
	}
	.cont-sec2 .col2 form .inline {
		display: unset;
	}
	.cont-sec2 .col2 form .inline .lin {
		width: 100%;
	}
	.cont-sec2 .col2 input, .cont-sec2 .col2 textarea {
		margin-bottom: 0;
	}
	.cont-sec2 .col2 .elementor-widget-text-editor {
		padding: 0 20px 10px;
	}
	.adv-sec2 .elementor-widget-container .elementor-image-box-title {
		padding-left: 0;
	}
	.adv-sec2 .elementor-widget-container ul {
		padding-left: 0;
	}
	.adv-sec2 .elementor-widget-container {
		padding-left: 0 !important;
	}
	.sub-sec1 form .inline {
		display: unset;
	}
	.sub-sec1 form .inline .lin {
		width: 100%;
	}
	.sub-sec1 input, .sub-sec1 textarea, .sub-sec1 select {
		margin-bottom: 0;
	}
	.sub-sec1 form h4 {
		margin-top: 15px;
	}
	.sub-sec1 .wpcf7-submit {
		margin-top: 20px;
	}	
	.single-post .elementor-widget-wpr-post-title {
		margin-bottom: -20% !important;
	}
	.single-post-con .post-social h6 {
		margin-left: -2px;
	}
	.news-sec .row .col-md-4 {
		flex: 0 0 100%;
		padding: 10px 10px;
	}
	.news-sec .news-box p{
		font-size:14px;
	}
	.news-sec .news-box h4.title a{
		font-size:16px;
	}
	.gallery-box.container .col-md-6 {
		flex: 0 0 100% !important;
	}
	.page-caption-bar {
		background: #06213C;
		padding: 5px 30px 14px;
	}
}


.home-slide .details h3.align-center {
    text-align: center;
}
.filters_container select {
    border: 2px solid #ffa500;
    color: #eb9b07;
	cursor: pointer;
}
.filters_container button.competitionFilter {
    display: none;
}
.filters_container button.regionFilter {
    display: none;
}
.filters_container {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 280px; 
}

h1.elementor-heading-title {
    font-family: "Acumin Concept Bold", Sans-serif !important;
    font-weight: 700 !important;
}
.s-g-c-t {
    margin: 0 4px 0 0 !important;
    display: inline-block;
    width: auto !important;
    font-style: italic;
}
.s-g-c-t h6 {
    font-weight: normal !important;
    font-family: 'Acumin Pro Regular' !important;
    font-size: 17px !important;
}

.abt-sec2 h3 span::before {
  content: url("/wp-content/uploads/2022/09/or-flame-1.png");
}

