/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

.site-content {
    margin-top: -130px;
    position: relative;
}

.header-col {
  background: #00000000 !important;
}
.header-col.scrolled {
  background: #000 !important;
	top: 10px !important;
}


.block-content{display:block;}
.btn-yellow-icon .elementor-button-icon .e-font-icon-svg {
       fill: #262626 !important;
}
.yellow-color-heading{color:#fdb517 !important;}
.scroll-countries p {
    margin-bottom: -13px !important;
}
.scroll-countries .e-child {
    max-height: 130px;
	
}
.scroll-countries {
  height: 600px;  
  overflow-y: auto; 
  overflow-x: hidden;  
  display: flex;
  flex-direction: column;
  gap: 20px;  
}

.scroll-countries::-webkit-scrollbar {
  width: 8px; 
}

.scroll-countries::-webkit-scrollbar-thumb {
  background-color: #888; 
  border-radius: 10px;      
  border: 2px solid #fff;  
}

.scroll-countries::-webkit-scrollbar-thumb:hover {
  background-color: #555;  
}

.scroll-countries::-webkit-scrollbar-track {
  background: #f1f1f1;  
  border-radius: 10px;
}

.large-font {
    font-size: 120px !important;
    margin-bottom: -20px;
}
.large-font-color {
    font-size: 200px !important;
    color: #FDB517 !important;
    margin-bottom: 0px;
}
.faq-sec .ekit_accordion_normal_icon {
        rotate: 272deg;
}

/*application-form*/
.nominations .nomination-form .half-width {
    width: 50%; 
}
.nominations .nomination-form .half-width-col {
    width: 70% !important; 
}
.nominations .nomination-form .half-width-col-min {
    width: 30% !important; 
}
.nominations h6 {
    font-size: 16px !important;
    font-weight: 700;
	margin-bottom:4px !important;
	
	
}
.nominations .nomination-form .form-group input {
     background:#F1F1F1;
	font-size:14px !important;
}
.nominations .nomination-form .form-row textarea {
     background:#F1F1F1;font-size:14px !important;
}

.nominations .nomination-form .form-row{padding-bottom:10px !important; }
.nominations .nomination-form .form-group{padding-bottom:10px !important; }

.nominations .nomination-form .form-group p input {
    border: 1px solid #323232;
    border-radius: 50px;
	margin-top:8px;
	height: 30px !important;
   }

.nominations .nomination-form  .form-group p{margin-bottom:0px !important;}
.nominations .nomination-form  .form-row p textarea {
    border: 1px solid #323232;
    border-radius: 10px;
    margin-top: 8px;
    height: 80px !important;
	margin-bottom:0px !important;
}
.nominations .nomination-form  .form-row p{
    	margin-bottom:0px !important;
}
.nominations .nomination-form .form-group p {
    padding-bottom: 2px;
}
.nominations .nomination-form .form-btn p {
    text-align:center;
}
.nominations .nomination-form  p {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
	
}
.nominations .nomination-form .captcha-col  input {
    width: 37% !important;
    display: block;
    border-radius: 6px !important;
	font-size:14px !important;
}
.nominations .nomination-form .checkbox .wpcf7-list-item {
    margin: 0 !important;
}
.nominations .nomination-form .wpcf7-file {padding:11px 10px !important;}
.nominations .nomination-form .form-row-col {display:flex;gap:20px;}
.nominations .nomination-form .form-btn input[type="submit"] {
    font-size: 16px;
    color: var( --e-global-color-astglobalcolor2 );
    border-radius: 7px;
    padding: 5px 22px 5px 22px;
    font-weight: 600;
}
.nominations .nomination-form .form-btn {
    padding-top: 30px; 
}
.nominations .nomination-form .form-btn .wpcf7-spinner {
    display:none;
    margin: 0 !important;
    
}
.nominations .nomination-form .captcha-col {
    padding-bottom: 0 !important;
	
}
.nominate .elementor-field-type-radio .elementor-field-subgroup {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

 .wpcf7-form-control.wpcf7-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

 .wpcf7-form-control.wpcf7-radio label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin-right: 20px;
}

 .wpcf7-form-control.wpcf7-radio label span:before {
  content: '✔'; 
  width: 18px;
  height: 18px;
  border-radius: 4px !important;
  border: 1px solid #000;
  background-color: #F1F1F1;
  display: inline-block;
  margin-right: 8px;
  box-sizing: border-box;
  font-size: 14px;
  text-align: center;
  line-height: 16px;
  color: transparent;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
	 padding:0 10px !important;
}

 .wpcf7-form-control.wpcf7-radio input[type="radio"]:checked + span:before {
  background-color: #2196F3;
  border-color: #2196F3;
  color: white; 
}
.popup-join-inner .elementor-field-option input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 16px;
  border: 1px solid #262626;
  border-radius: 4px;
  margin-right: 5px;
  position: relative;
  background-color: #f1f1f1;
  cursor: pointer;
  vertical-align: middle;
	padding:0 10px !important;
}
.nominate .elementor-field-option input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 16px;
  border: 1px solid #262626;
  border-radius: 4px;
  margin-right: 5px;
  position: relative;
  background-color: #f1f1f1;
  cursor: pointer;
  vertical-align: middle;
	padding:0 10px !important;
}


.popup-join-inner .elementor-field-option input[type="radio"]:checked {
    border-color: #0073e6;
    background: #0073e6;
    justify-content: center;
}
.nominate .elementor-field-option input[type="radio"]:checked {
    border-color: #0073e6;
    background: #0073e6;
    justify-content: center;
}

.popup-join-inner .elementor-field-option input[type="radio"]:checked::before {
    content: "✓";
    position: absolute;
    top: 0;
    left: 3px;
    font-size: 14px;
    background: #0078d7;
    font-weight: bold;
    color: #fff;
    padding: 0px 1px;
}
.popup-join-inner .elementor-field-option label {
  display: flex;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
}
.nominate .elementor-field-option label {
  display: flex;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
}

.nominate .elementor-field-option input[type="radio"]:checked::before {
    content: "✓";
    position: absolute;
    top: 0;
    left: 3px;
    font-size: 14px;
    background: #0078d7;
    font-weight: bold;
    color: #fff;
    padding: 0px 1px;
}
 .elementor-popup-modal .dialog-widget-content {
    box-shadow: 2px 8px 23px 3px rgba(0,0,0,0.2);
    border-radius: 15px !important;
}
.elementor-popup-modal .dialog-message {
       max-height: calc(100vh - 60px) !important;
    
}
 input#captcha-answer {
    width: 42% !important;
	 margin-bottom:20px;
}
input#captcha-answer {
    background: #F0F0F0;
    border-radius: 8px !important;
    font-size: 16px;
    color: #000 !important;
    border-color: #000 !important;
}
div#text-captcha {
    margin-top: -8px !important;
}
div#captcha-display {
    font-size: 20px !important;
    margin-bottom: 10px !important;
}
.para-col a{color:#1e42b2; text-decoration
:underline
;}
.slides-col .swiper .elementor-swiper-button svg, .elementor-element .swiper~.elementor-swiper-button svg, .elementor-lightbox .swiper .elementor-swiper-button svg, .elementor-lightbox .swiper~.elementor-swiper-button svg {
    fill: #fdb517 !important;
    height: 50px !important;
    width: 50px !important;
    padding: 12px 10px 12px 10px;
    background: #FFF !IMPORTANT;
    border-radius: 50px;
}

.elementor-popup-modal .dialog-message {
   width: 100% !important;
    }
.elementor-popup-modal .dialog-widget-content {
  width: 50% !important;
 }
.nominate .elementor-button[type="submit"] {
    color: #fff !important;
}
.elementor-2958 .elementor-element.elementor-element-6fc2bf8 :is(.elementor-swiper-button-prev, .elementor-swiper-button-next) {
    background-color: #ffb400 !important;
    border-radius: 14px 14px 14px 14px !important;
}
 .popup-join-inner .elementor-field-option {
  display: inline-flex;
  align-items: center;
  margin: 5px 0px;
	 gap:8px;
} 
.popup-join-inner .elementor-field-group-field_4180929 .elementor-field-option {
  display: inline-flex;
  align-items: center;
  margin: 5px 0px !important;
	gap:0 !important;
}


.popup-join-inner .elementor-field-group-field_4180929 .elementor-field-option input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  background-color: #f0f0f0;
  margin: 0 8px 0 0;
  font: inherit;
  color: currentColor;
  width: 20px;
  height: 20px;
  border: 1px solid #222222;
  border-radius: 4px; 
  display: grid;
  place-content: center;
  cursor: pointer;
  transition: border 0.2s ease, background-color 0.2s ease;
  position: relative;
}


.popup-join-inner .elementor-field-group-field_4180929 .elementor-field-option input[type="checkbox"]:checked {
  background-color: #0073e6;
  border-color: #0073e6;
}


.popup-join-inner .elementor-field-group-field_4180929 .elementor-field-option input[type="checkbox"]::before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: white;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 20%, 80% 0%, 43% 62%);
  transform: scale(0);
  transition: transform 0.2s ease-in-out;
  position: absolute;
  top: 4px;
  left: 4px;
}


.popup-join-inner .elementor-field-group-field_4180929 .elementor-field-option input[type="checkbox"]:checked::before {
  transform: scale(1);
}



@media (min-width: 320px) and (max-width: 767px) {
	.site-content {
    margin-top: -165px !important;
    }
	.scroll-countries {
    height: auto !important;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
	.menu-col nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    width: 300px !important;
    left: -234px !important;
    top: 38px !important;
    border-radius: 5px !important;
    border: 1px solid #000;
}
	.image-box-col  .elementor-image-box-wrapper .elementor-image-box-img {
    width: 73px !important;
}
	.image-box-col  .elementor-image-box-wrapper {
    text-align: center;
    display: flex !important;
    flex-wrap: nowrap;
}
	.image-box-col .elementor-image-box-content {
    text-align: left;
    padding-left: 14px;
}
	.large-font {
    font-size: 60px !important;
    margin-bottom: -7px !important;
}
.large-font-color {
    font-size: 80px !important;
    color: #FDB517 !important;
    margin-bottom: 5px !important;
}
.nominations .nomination-form .half-width {
    width: 100% !important; 
}
.nominations .nomination-form .half-width-col {
    width: 100% !important; 
}
.nominations .nomination-form .half-width-col-min {
    width: 100% !important; 
}
	.nominations .nomination-form .form-row-col{display:block !important;}
  .nominations .nomination-form  .form-row p textarea {
       height: 130px !important;
   
}
	.nominations .nomination-form .captcha-col  input {
    width: 70% !important;
	}
/* 	.elementor-3184 .elementor-element.elementor-element-3377f24 {
    --e-n-carousel-swiper-slides-to-display: 1;
    --e-n-carousel-arrow-prev-left-position: 200px !important;
    --e-n-carousel-arrow-prev-top-position: -170px !important;
    --e-n-carousel-arrow-next-top-position: -170px !important;
} */
}

@media (min-width: 390px) and (max-width: 967px) {
	
 .media-col h3.elementor-image-box-title {
    margin-top: 12px !important;
}
	.swiper-slide {
    padding: 0 18px !important;
}
}

@media (min-width: 430px) and (max-width: 970px) {
/* .elementor-2958 .elementor-element.elementor-element-3489cb7 {
    --e-n-carousel-arrow-prev-left-position: 260px !important;
    --e-n-carousel-arrow-prev-top-position: -156px !important;
    --e-n-carousel-arrow-next-top-position: -154px !important;
} */
	.swiper-slide  .elementor-element.e-con {
    --e-con-transform-translateY: 193px !important;
}
	.swiper-slide {
    padding: 0 18px !important;
}
} 


	@media (min-width: 768px) and (max-width: 1024px) {
	
	.menu-col nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    width: 704px !important;
    left: -653px !important;
    top: 38px !important;
    border-radius: 5px !important;
    border: 1px solid #000;
}	
	.large-font {
    font-size: 80px !important;
    margin-bottom: -17px;
}
.large-font-color {
    font-size: 137px !important;
		}
		.media-col h3.elementor-image-box-title {
    margin-top: -1px !important;
    margin-bottom: 9px !important;
    font-size: 24px !important;
}
		.scroll-countries {
    height: 445px !important;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
}

