*
{
	margin:0px;
	padding:0px;
}
html {
  scroll-behavior: smooth;
}

.wp_left
{
	float:left;
	width:100%;
}
.header_wrapper
{
	position:absolute;
	top:0px;
	z-index:9;
	padding:20px 50px;
	transition: all 0.5s ease;
}
.wp_wrapper
{
	max-width: 790px;
    margin: 0px auto;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
    width: 100%;
}
.wrapper{
  position: fixed;
  z-index:99;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /*background: linear-gradient(-135deg, #c850c0, #4158d0);*/
  /* background: linear-gradient(375deg, #1cc7d0, #2ede98); */
 /* background: linear-gradient(-45deg, #e3eefe 0%, #efddfb 100%);*/
  /* clip-path: circle(25px at calc(0% + 45px) 45px); */
  background: #000;
  clip-path: circle(0 at calc(100% - 45px) 45px);
  transition: all 0.3s ease-in-out;
}
.center_content
{
position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 0px 50px;
}
#active:checked ~ .wrapper{
  clip-path: circle(75%);
}
.menu-btn{
     position: absolute;
    z-index: 9999;
    right: 0px;
    top: -30px;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    /* background: linear-gradient(-135deg, #c850c0, #4158d0); */
    /* background: linear-gradient(375deg, #1cc7d0, #2ede98); */
    /* background: linear-gradient(-45deg, #e3eefe 0%, #efddfb 100%); */
    background: #ffb701;
    transition: all 0.3s ease-in-out;
	margin:0px !important;
}
.menu-btn .fa-bars
{
	color:#000;
	font-size:26px;
}
#active:checked ~ .menu-btn{
  color: #fff;
}
#active:checked ~ .menu-btn i:before{
  content: "\f00d";
}
.logo img
{
    max-width:150px;
}
.left_menu ul{
 
}
.left_menu ul li
{
	list-style-type:none;
	display:block;
	position:relative;
}
.left_menu ul li a
{
      font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    letter-spacing: 2.28px;
    color: #fff;
    font-size: 48px;
    padding-left: 20px;
    margin-bottom: 30px;
    line-height: 1;
    display: block;
    text-decoration: none;
    position: relative;

}
.location_menu h3
{
	background:url(../images/tag--pink.png) no-repeat;
	color: #fff;
    padding: 13px 30px;
    font-size: 26px;
    font-family: 'Bygonest';
    font-style: italic;
    text-align: center;
    display: inline-block;
    background-size: 100% 100%;
	margin-bottom:20px;
}
.location_menu ul li
{
	list-style-type:none;
	display:block;
	position:relative;
	float:left;
	width:50%;
}
.location_menu ul li a:before
{
	position:absolute;
	top:7px;
	left:0px;
	content:"";
	height:8px;
	width:8px;
	border-radius:50%;
	background: rgba(156, 72, 119, 0.7);
}
.location_menu ul li a
{
      font-family: 'Brixton_Wood_PERSONAL_USE_ONLY Vector';
    letter-spacing: 2.28px;
    color: #1D1D1B;
    font-size: 20px;
    padding-left: 20px;
    margin-bottom: 30px;
    line-height: 1;
    display: block;
    text-decoration: none;
    position: relative;

}
input[type="checkbox"]{
  display: none;
}
@keyframes rotate {
  0%{
    filter: hue-rotate(0deg);
  }
  100%{
    filter: hue-rotate(360deg);
  }
}

.main_menu ul
{
	text-align:right;
	margin:0px;
}
.main_menu ul li
{
	list-style-type:none;
	display:inline-block;
}
.main_menu ul li a
{
	text-decoration: none;
    color: #fff;
    font-size: 16px;
    display: block;
    margin-left: 50px;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    background: #ffb701;
    padding: 7px 30px;
    max-width: 160px;
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 30px;
    text-transform: uppercase;
}
.box_section 
{
	max-width:400px;
	border-radius:20px;
	padding: 40px 30px 40px 30px;
	margin-bottom: 30px;
	transition: 600ms !important;
    box-shadow: 0px 0px 0px 0px;
	border:1px solid #fff;
}
.box_section:hover {
    transform: translate(10px, -10px);
    box-shadow: -10px 10px 0px 0px #ffb701;
    border-radius: 20px;
}
.box_section h3
{
	color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 10px;
}
.box_section p
{
	color:#fff;
	 font-family: 'Montserrat', sans-serif;
    font-weight: 300;
	font-size:18px;
}
.box_section img.arrow_icon
{
	margin-top:40px;
}
.footer_wrapper
{
	background:#0D121D;
	padding:80px 50px 50px 50px;
}
.footer_wrapper h2
{
	color:#fff;
	font-size:96px;
	 font-family: 'Montserrat', sans-serif;
    font-weight: 800;
	margin-bottom:60px;
	line-height:117px;
}
.footer_wrapper h2 span
{
	color:#ffb701;
}
.footer_widget
{
	margin-bottom:30px;
}
.footer_widget h3
{
	color:#ffb701;
	font-size: 16px;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 21px;
    letter-spacing: 1.5px;
	margin-bottom:15px;
}
.footer_widget ul li
{
	list-style-type:none;
	display:block;
}
.footer_widget ul li a
{
	text-decoration:none;
	color:#fff;
	font-size: 18px;
	 font-family: 'Nunito', sans-serif;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.5px;
	display:block;
	margin-bottom:10px;
}
.footer_widget ul li:hover a
{
	color:#ffb701;
}
.footer_widget p
{
	color:#fff;
	font-size: 18px;
	 font-family: 'Nunito', sans-serif;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.5px;
	display:block;
	margin-bottom:10px;
}
.footer_widget p a
{
	color:#fff;
}
.footer_widget p:hover a
{
	color:#ffb701;
}
.footer_bottom
{
	background:#0D121D;
	padding:30px 50px;
	border-top:1px solid #fff;
}
.footer_bottom p
{
	color:#fff;
	margin:0px;
	font-size: 18px;
	 font-family: 'Nunito', sans-serif;
    font-weight: 400;
    line-height: 24px;
}
.footer_bottom p a
{
	color:#fff;
	text-decoration:none;
}
.footer_bottom p:hover a
{
	color:#ffb701;
}
.circle_img
{
    position: relative;
    top: -318px;
    left: -300px !important;
    z-index: -9;
    margin-bottom: -300px !important;
}
.big_box
{
    transition: 600ms !important;
    max-width:90%;
    padding: 0px 5px
}
.big_box:hover {
    transform: translate(10px, -10px);
    box-shadow: -10px 10px 0px 0px #FFB701;
		border-radius:20px;
}
.right_cirlce_img
{
    position: relative;
   top: -318px;
    right: -153px !important;
    z-index: -9;
    margin-bottom: -300px !important;
    left: inherit !important;
}
.contact_form
{
    margin-top:40px;
}
.contact_form input , .contact_form textarea
{
    float: left !important;
    width: 100% !important;
    border: none;
    border-bottom: 1px solid #e6ecf5;
    padding: 0px 0px 16px 10px;
    margin-bottom: 45px !important;
    font-size: 22px;
    color: #0d121d;
    font-family: 'Nunito', sans-serif !important;
    font-weight: 400 !important;
}
.contact_form textarea
{
    height:120px !important;
}
.contact_form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
   color: #0d121d;
    font-family: 'Nunito', sans-serif !important;
    font-weight: 400 !important;
}
.contact_form ::-moz-placeholder { /* Firefox 19+ */
   color: #0d121d;
    font-family: 'Nunito', sans-serif !important;
    font-weight: 400 !important;
}
.contact_form :-ms-input-placeholder { /* IE 10+ */
  color: #0d121d;
    font-family: 'Nunito', sans-serif !important;
    font-weight: 400 !important;
}
.contact_form :-moz-placeholder { /* Firefox 18- */
   color: #0d121d;
    font-family: 'Nunito', sans-serif !important;
    font-weight: 400 !important;
}
.contact_form input[type="submit"]
{
    background: #ffb701;
    margin-bottom: 0px !important;
    color: #fff;
    font-weight: 700 !important;
    max-width: 200px;
    float: none !important;
    display: table;
    margin: 0px auto !important;
    border-radius:5px;
}
.contact_form input[type="file"]
{
    border:none !important;
}
.wpcf7-not-valid-tip
{
    float:left;
    width:100%;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output
{
    float:left;
    width:100%;
}
.single_banner_wrapper
{
    padding:220px 50px 100px 50px;
    background-size:cover !important;
}
.single_banner_wrapper h1
{
color: #FFFFFF;
    font-family: "Montserrat", Sans-serif;
    font-size: 72px;
    font-weight: 800;
    line-height: 80px;
}
.single_page
{
    padding:70px 0px;
}
.wp_single_page
{
    max-width:880px;
    margin:0px auto;
}
.news_wrapper a.eael-post-elements-readmore-btn
{
    display:inline-block;
}
.news_wrapper .eael-grid-post-holder
{
    transition: 600ms !important;
}
.news_wrapper .eael-grid-post-holder:hover {
    transform: translate(10px, -10px);
    box-shadow: -10px 10px 0px 0px #ffb701;
		border-radius:20px;
}
.wp_team_accordion .elementor-tab-title
{
    display:inline-block !important;
}
.wp_team_accordion .far
{
   font-size: 30px;
    margin-left: 15px;
    position: relative;
    top: -7px;
}
.job_page
{
    padding:70px 0px;
}
.job_page h2
{
color: #0d121d;
    font-family: "Montserrat", Sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0px;
}
.jobs_post
{
    border:2px solid #0d121d;
    border-radius:17px;
    margin-top:30px;
    transition: 600ms !important;
    box-shadow: 0px 0px 0px 0px;
    padding:40px 20px 30px 20px;
}
.jobs_post h3
{
font-family: "Montserrat", Sans-serif;
color:#0d121d;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0px;
}
.jobs_post h3 a
{
color:#0d121d;
}
h4.job_location_title
{
font-family: "Nunito",Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: .5px;
    color:#0d121d;
}
h4.job_location_title a
{
    color:#0d121d;
    pointer-events: none;
}
ul.filter_fields
{
    padding:0px;
}
ul.filter_fields li
{
   list-style-type: none;
    display: inline-block;
    font-family: "Nunito",Sans-serif;
    font-size: 12px;
    font-weight: 400;
    background: #e6ecf5;
    padding: 4px 10px;
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}
a.job_button
{
font-family: "Nunito", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    fill: #0D121D;
    color: #0D121D;
    background-color: #FFB701;
    border-radius: 20px 20px 20px 20px;
    padding: 6px 30px 6px 30px;
    margin-top: 30px;
    display: inline-block;
    text-decoration: none;
}
.jobs_post:hover {
    transform: translate(15px, -15px);
    box-shadow: -10px 10px 0px 0px #0d121d;
    border-radius: 20px;
}
.job_banner_section
{
    background-size:cover !important;
    padding:220px 50px 100px 50px;
}
.job_banner_section h1
{
    color: #FFFFFF;
    font-family: "Montserrat", Sans-serif;
    font-size: 72px;
    font-weight: 800;
    line-height: 80px;
}
.job_banner_section h4.job_location_title
{
    color:#fff;
    font-size:20px;
    margin-bottom:20px;
}
.job_banner_section h4.job_location_title a
{
    color:#fff;
}
.job_jump_menu
{
    background:#0d121d;
    padding:20px 0px;
}
.job_jump_menu ul
{
    text-align:center;
    margin:0px;
}
.job_jump_menu ul li
{
    list-style-type: none;
    display: inline-block;
}
.job_jump_menu ul li a
{
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    margin: 0px 10px;
    display: block;
}
.job_single_page
{
    padding:70px 0px;
}
.job_single_content
{
    margin:20px 0px;

}
html {
  scroll-behavior: smooth;
}
.job_single_content h2
{
    color: #0d121d !important;
    font-family: "Montserrat", Sans-serif !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 29px;
    letter-spacing: 0px;
}
.job_single_content p
{
font-family: "Nunito", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #0d121d;
    line-height: 28px;
    letter-spacing: 0.5px;
}
.job_single_content ul
{
    padding-left:40px;
}
.job_single_content ul li
{font-family: "Nunito", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #0d121d;
    line-height: 28px;
    letter-spacing: 0.5px;
}
.social_icons img
{
    max-width: 35px;
    margin: 0px 5px
}
.eael-accordion-list
{
    margin-bottom:20px;
}
.eael-accordion-list .elementor-tab-title
{
    background-color: #002e74 !important;
}
.eael-accordion-list .elementor-tab-title span.eael-accordion-tab-title
{
    color:#fff !important;
}
.eael-accordion-list .elementor-tab-title:hover
{
    background-color: #ffb701 !important;
}
.eael-accordion-list .eael-accordion-content p
{
    margin-bottom:15px !important;
}
.eael-accordion-list .eael-accordion-content ul
{
    padding-left:15px !important;
}
.footer_widget ul#menu-footer-menu li
{
    float:left;
    width:49%;
    margin-right:1%;
}
.news_page
{
    padding:70px 0px;
}
.wp_news_page
{
    background:#0D121D;
    padding:50px 40px;
    border-radius:30px;
}
.wp_news_page h2
{
    color: #FFFFFF;
    font-family: "Montserrat", Sans-serif;
    font-size: 60px;
    font-weight: 800;
}
.news_post
{
    background-color: #fff;
    border-radius: 20px;
    margin-top:25px;
    transition: 600ms !important;
}
.news_post:hover {
    transform: translate(10px, -10px);
    box-shadow: -10px 10px 0px 0px #ffb701;
    border-radius: 20px;
}
.news_post img
{
    border-top-left-radius: 20px;
     border-top-right-radius: 20px;
     width:100%;
}
.news_post_content
{
    padding:15px;
}
.news_post_content h3
{
    font-family: "Montserrat", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    color:#0D121D;
    margin-bottom:20px;
    min-height: 92px;
}
.news_post_content h3 a
{
    text-decoration:none;
    color:#0D121D;
}
a.news_post_button
{
    text-decoration:none;
    font-family: "Nunito", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #0D121D;
    background-color: #FFB701;
    border-radius: 30px 30px 30px 30px;
    padding: 10px 20px 10px 20px;
    margin: 50px 0px 0px 0px;
    display:inline-block;
}
.archive_banner_section
{
    background-size:cover !important;
    padding:300px 50px 50px 50px;
}
.archive_banner_section h1
{
    color: #FFFFFF;
    font-family: "Montserrat", Sans-serif;
    font-size: 72px;
    font-weight: 800;
    line-height: 80px;
}
ul.news_cat li
{
    list-style-type:none;
    display:inline-block;
    color: #0D121D;
    font-weight: 700;
    font-size: 12px;
    margin-right: 10px;
    font-family: "Montserrat", Sans-serif;
}
ul.news_cat li.cat_title {
    background: #FFB701;
    padding: 5px 20px;
    border-radius: 20px;
}
ul.news_cat li.cat_title a
{
     text-decoration: none;
    color: #0D121D;
}
.wp_news_page h2 a
{
     text-decoration: none;
    color:#fff;
}

ul.sub-menu
{
    padding-left:60px;
    margin-bottom: 20px;
}
ul.sub-menu li a
{
   font-size: 18px !important;
    line-height: 20px !important;
    margin-bottom: 9px !important;
}
