/* --------------------------Header---------------------------- */

.stickynavbar {
z-index: 99;
padding-top: 0 !important;
}
#sticky-onoff {
display: none;
}
.sticky {
  position: fixed !important;
  top: 0px !important;
  width: 100% !important;
  padding-bottom: 0 !important;
  margin: 0 !important;
  border-radius: unset !important;
}
.nav_wrap {
clear:both;
background-color: transparent;
margin-bottom: 0em;
z-index: 99;
}
.sticky .header-wrap {
  background: #49AF45;
}
.home header{
  position: absolute;
  width: 100%;
}

.header-wrap {
  padding: 24px 0;
  position: relative;
  width: 100%;
  z-index: 1;
}
.topbar-phone-title i {
  font-size: 13px;
  padding-right: 6px;
  transform: rotate(15deg);
}
.header-menus-box {
  position: relative;
}
.header-menus-flex {
  background: #EEA71E;
  padding: 12px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 32px 9px 10px 64px;
}
.topbar-social-icons a i {
  color: #FFFFFF;
  font-size: 15px;
  margin: 0 10px;
}
.topbar-phone-title {
  padding-right: 60px;
}
.social-menues {
  justify-content: end;
  align-items: center;
}
.home.page-template .sticky .nav_wrap {
padding-bottom: 0px;
}
 #header {
  position: relative;
  position: absolute;
    width: 100%;

}
.topbar-phone-title a {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 20.57px;
  text-align: left;
  color: #FFFFFF;
}
.topbar-phone-title i {
    color: #FFFFFF;
    font-size: 12px;
}

.menubar {
-webkit-transition: all 0.5s ease;
-moz-transition: position 10s;
-ms-transition: position 10s;
-o-transition: position 10s;
transition: all 0.5s ease;
}
.neseted-inner {
top: 0;
position: absolute;
}
.continnerbox {
background-size: 100% 100%;
color: #fff;
border-top: 40px solid #435061;
border-left: 60px solid transparent;
}
#header .logo, #footer .logo{
margin:0; 
display: flex;
align-items: center;
justify-content: center;
}
.sticky .logo
{
top: -63px !important;
}


.sub-menu  li:nth-child(1) {
  padding-left: 10px !important;
}
.logo a.custom-logo-link{ 
color:#000000;
}
.logo a {
color: #000;
font-size: 19px;
letter-spacing: 1px;
font-weight: 400;
font-family: "Lobster";
}
.logo p{ 
color: #000;
margin-bottom: 0;
font-size: 14px;
}
#header .top-contact{
padding:12px 0; 
font-size:15px;
}
.menubar .social-media{
padding:12px 0; 
text-align:center;
}
.scrolled {
position: fixed !important;
top: 0;
width: 100%;
z-index: 9999999;
background:#fff;
}
#masthead.scrolled {
background: #ccc;
}
#site-navigation {
width: 100%;
}
.header-details input.search-submit {
  font-family: 'IM Fell Double Pica SC';
  font-size: 18px;
  font-weight: 700;
  line-height: 35px;
  text-align: left;
  color: #fff;
  background: #EEA71E;
  padding: 9px 53px;
  border: unset;
  border-radius: 16px;
}
#header .search-form {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#header .search-form input[type="search"] {
  border-bottom: 1px solid gray;
  border-radius: unset;
  opacity: 1;
  padding: 12px;
  padding: 14px 24px;
  width: 522px;
  background: url();
  border: unset;
  border-bottom: 1px solid #EEA71E;
}
#header .fa-window-close
{
color:gray;
cursor: pointer;
font-size: 20px;
}
input.search-field::placeholder {
  font-family: Libre Baskerville;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #95979D;
}



#header span.cart-value {
  position: absolute;
  top: -5px;
  background:  #EEA71E;;
  color: #fff;
  border-radius: 50px;
  padding: 0px 6px;
  right: -2px;
  z-index: -1;
}
#header .bar_icon {
  text-align: right;
}
#header .bar_icon i {
  color: #fff;
  font-size: 20px;
  background: #000;
  text-align: center;
  padding: 12px;
}
#header .icons {
  padding: 18px 0px;
}

/* ------------- Topbar ---------------- */

#topbar {
  background:  #EEA71E;;
}
.topbar_section .socialbox {
  text-align: right;
}
.topbar_section .socialbox i {
  color: #ffffff;
  padding-right: 15px;
  font-size: 15px;
}
.topbar_section .socialbox i:hover{
  color: #000000;
}
.header_btn a {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  font-family: "ubuntu";
  letter-spacing: 1px;
  vertical-align: middle;
  float: left;
  cursor: pointer;
}
.header_btn a:hover{
  color:  #EEA71E;;
}
.register {
  color: #eee;
}
.login {
  color: #000;
}
.login i {
  padding-right: 5px;
}

.login {
  background: #f5f5f5;
  padding: 11px 7px;
}

/* --------------- Search -------------- */

.popup-box-on {
  display: block !important;
}
.off {
  display: none;
}

#search.open {
  opacity: 1;
  transform: translate(0px, 0px) scale(1, 1);
}
#search {
  background-color: rgba(6, 42, 38, 0.9);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  transition: all 0.5s ease-in-out 0s;
  width: 100%;
  z-index: 2000;
}
#search .close {
  color: #67C113;
  font-size: 40px;
  opacity: 1;
  padding: 10px 17px;
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 1;
}
button.close {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  cursor: pointer;
}

input#term {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  color: #333;
  font-family: "Open Sans",sans-serif;
  font-size: 50px;
  font-weight: 300;
  margin: -51px auto 0;
  outline: medium none;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
#search .btn {
  left: 50%;
  margin-top: 60px;
  padding: 10px 50px;
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
}
.btn-lg , .btn-group-lg > .btn {
  border-radius: 153px !important;
  font-size: 29px;
}
.btn-site {
  background: #be5254 none repeat scroll 0 0;
  color: #fff !important;
}

/*----------------Menu bar-----------*/

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
ul.list_nav {
  margin: 0 auto;
  text-align: center;
  display: block;
  text-align: right;
}
.main-navigation ul{
  list-style: none;
  margin: 0;
  padding-left: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: left;
}
.call-title {
  align-items: center;
  justify-content: left;
}
.main-navigation li {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  margin-left: 0;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.1em;
  text-align: left;
  padding: 10px 16px 10px 54px;
}
.coursess-details:hover .courses-title a {
  color: #FF782D;
}

.contact:before {
  display: none;
}
.main-navigation li:last-child{
  border-right: none;
}
.main-navigation a {
  color: #fff !important;
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.36px;
  text-align: left;
  
}


.main-navigation ul ul{
  display: none;
  position: absolute;
  left: 0;
  top: 100% ;
  background: #FFF;
  min-width: 215px;
  z-index: 9999;
  padding-left: 0;
  cursor: pointer;
}
.main-navigation ul ul ul{
  left: 100%;
  top: 0;
}
.main-navigation ul ul a{
  text-transform: none;
  font-weight: 500;
  color: #000;
  font-size: 13px;
  line-height: 1.5;
  cursor: pointer;
}

.main-navigation ul ul li,
.menubar.scrolled .main-navigation ul ul li{
  float: none;
  display: block;
  text-align: left;
  border-bottom: 1px solid #cccccc;
}

.main-navigation ul ul li:last-child{
  border-bottom: 0;
}

.main-navigation ul li:hover > ul{
  display: block;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a{
  cursor: pointer;
}
.current-menu-item a {
  color: #fff !important;
}
.main-navigation .menu > ul > li.highlight{
  background-color: #ffffff;
}
.header-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-navigation .menu > ul > li.highlight:hover{
  background: transparent;
}

.menubar.scrolled .menu > ul > li:hover > a:after,
.menubar.scrolled .menu > ul > li.current_page_item > a:after,
.menubar.scrolled .menu > ul > li.current-menu-item > a:after{
  height: 2px;
}

.menu > ul > li.exoplanet-search:after{
  background: transparent !important;
}

.main-navigation ul ul li:hover > a{
  color: #373737;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation{
  margin: 0 0 15px;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous{
  float: left;
  width: 50%;

}

.slider-right-image {
  position: relative;
  display: inline-block;
}
.slider-right-image img {
  width: 598px;
  height: 522px;
  object-fit: cover; /* Ensures the image covers the container */
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%); /* Triangle shape */
}

.slider-right-sec {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 25px;
  z-index: -1;
}
.slider-right-sec img {
  width: 492px;
  height: 427px;
  object-fit: cover; /* Ensures the image covers the container */
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%); /* Triangle shape */
}
.img-side {
  position: relative;
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: auto;
}
.top_bar_btn a.theme_button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.header-social-icon
{
  padding-top: 15px;
}
.header-social-icon .socialbox i
{
  color: #b2b2b2;
  font-size: 13px;
  padding-right:15px;
}

p.comment-form-cookies-consent label {
  font-size: 11px;
}
p.comment-form-cookies-consent {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.header-search span h6 {
  color: #FFFFFF;
  margin-bottom: 0;
  cursor: pointer;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 16.94px;
  text-align: left;
  padding-right: 20px;
}
h6#addClass i {
  padding-left: 12px;
}



div#topabr{
  -webkit-mask-image: url(topbar-background.png);
  -webkit-mask-repeat: no-repeat;
  width: 100%;
  -webkit-mask-position: 100% 100%;
  -webkit-mask-size: cover;
  height: 200px;
  background: #49AF45;
  height: 217px;
  position: absolute;
  top: 0;
  z-index: 1;
}
/*---------------- Footer Section ----------------------*/

.textwidget p {
  color: #6A726F;
  margin-top: 15px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  text-align: left;
  padding: 46px 0;
}
.footer3 ul li {
  padding: 10px 0 !important;
}
.newsletter-contents h2 {
  color: #FFFFFF;
  position: relative;
  font-family: IM FELL Double Pica SC;
  font-size: 50px;
  font-weight: 400;
  line-height: 57.55px;
  text-align: left;
}
.newsletter-contents h3 {
  font-family: IM FELL Double Pica SC;
  font-size: 70px;
  font-weight: 400;
  line-height: 57.55px;
  text-align: left;
  color: #FFFFFF;
}
div#footer_box {
  padding: 140px 0 0;
}

div#footer_box ul {
  padding-left: 0;
}
#footer ul.foot-flex{
display: flex;
align-items: center;
margin-bottom: 0;
padding-left: 0;
}
#footer ul.foot-flex p{
  margin: 0;
}
#newsletter {
  position: relative;
  z-index: 9;
}
.border-box-newsletter {
  background: #EEA71E;
  padding: 35px 30px;
  clip-path: polygon(0% 0%, 95% 0, 100% 33%, 100% 100%, 0% 100%);
}

#footer
{
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  position: relative;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-top: -100px;


}
.outer-footer {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.footer-social .socialbox a {
  border-right: none;
}
.footer-social .socialbox a i {
  color: #ffffff;
}
.footer-top {
  padding-bottom: 50px;
}
.footer-top-col h3 {
  font-size: 20px;
  font-weight: bold;
}
.outer-footer {
  background-size: 100% 100%;
 
}
#footer form.search-form{
  border: none;
  background: transparent;
  padding: 0;
}
#footer form.search-form input{
  float: none;
  border: 1px solid #fff;
  margin: 8px 0px;
}

#footer textarea{
  height: 100px;
}
#footer p.post-date {
    color: #ffffff;
    font-size: 11px !important;
}

.main_sociobox {
    padding: 20px 0;
}


.footer_hide{
  display:none;
}
#footer h3 {
  color: #FFFFFF;
  padding: 0;
  margin-bottom: 22px;
  text-align: left;
  font-family: Inter;
  font-size: 34px;
  font-weight: 700;
  line-height: 52px;
  text-align: left;
}
aside#nav_menu-1 {
  float: left;
}
aside#nav_menu-2 {
  float: right;
}
aside#nav_menu-3 {
  float: right;
}
aside#media_image-1 {
  margin-bottom: 22px;
}
#footer .copyright p {
  color: #00C486;
  margin-bottom: 0;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  text-align: center;
}

.teams-box:hover a i {
  color: #fff;
}
.test-copyright {
  padding: 40px 0;
  border-top: 1px solid #6A726F;
}
#footer .copyright p span {
  color: #FF782D;
}
.copyright-social-icon .social-main {
  padding: 10px 1px;
}
.ecologies-title a:hover {
  color: #EEA71E;
}
.services-information a:hover {
  color: #fff;
}
.footer2 {
  border-right: 1px solid #6A726F;
}
.about_me {
  border-right: 1px solid #6A726F;
  height: 100%;
}
.contact-details h6 {
  font-family: Work Sans;
  font-size: 20px;
  line-height: 33px;
  text-align: left;
  color: #fff;
}
.call a h6 {
  font-size: 24px;
}
.contact-details h6 {
  font-family: Work Sans;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  color: #fff;
  margin-bottom: 0;
}



#footer .copyright a {
  cursor: pointer;
  opacity: 1 !important;
}
#footer .copy-main a {
  cursor: pointer;
  background: #005CB5;
  padding: 6px 20px;
  border-radius: 15px;
  margin-bottom: 42px;
  width: 379px;
  position: relative;
  height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
}

#footer ul li a {
  color: rgba(255, 255, 255, 0.5);
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  text-align: left;
}



.about_me ul li i {
  color: #00C486;
  background: #D9D9D9;
  width: 66px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  /* margin-left: 10px; */
  background: #003927;
  font-size: 20px;

}
#footer ul li{
  list-style:none;
  text-align:left;
  padding: 20px 18px;

}
.footer1 h3 {
  color: #F9F9F9 !important;
  padding: 30px 0 0 !important;

}
#footer ul li:hover a {
  color: #EEA71E;
}
.topbar-call-title a {
  color: #fff;
  margin-left: 12px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}
.location-text a{
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #fff;
  margin-left: 12px;
}
#footer #gallery-1 .gallery-item {
  width: 30%;
  margin: 4px;
}
.widget_recent_entries img {
  width: 100px; 
}


.policy-termandcondition {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.privacy-policy-page a {
  font-family: Libre Baskerville;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #F9F9F9;
}
.row.copy-text {
  align-items: center;
  justify-content: space-between;
}

.blogs-details:hover  .blog-title a{
  color: #67C113;

}
.privacy-policy-page a:hover {
  color: #67C113;
}
.term-and-condition-page a:hover {
  color: #67C113;
}
.term-and-condition-page a {
  font-family: Libre Baskerville;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #F9F9F9;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
  color: #363636 !important;
}
span.woocommerce-Price-amount.amount bdi {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
#footer .textwidget input[type="email"]
{
  border-radius: 40px;
  border:2px solid #9b9b9b;
}
#footer .textwidget input[type="submit"] {
  background-color: transparent;
  border: none;
  color: #9b9b9b;
  font-family: 'FontAwesome';
  color: #67C113;
  position: absolute;
  right: 0bot;
  right: -10px;
  bottom: 32px;
  top: 0;
  opacity: 0;
}
#footer .contact-widget i {
  color:  #EEA71E;;
  margin-right: 10px;
  font-size: 16px;
}
#footer .footer-logo {
  margin-top: 30%;
}
#footer .social {
  margin-top: 25px;
}
#footer .social a {
  color: #000;
  border: 2px solid #000;
  border-radius: 50%;
  padding: 3px 0;
  margin-right: 2px;
  width: 34px;
  height: 36px;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  background-color: #fff;
}
#footer .widget td 
{
  padding-top: 0px !important;
}
#footer #site-navigation ul li a
{
  font-size: 15px;
  letter-spacing: 1px;
  color: #919191;
  font-family: "Roboto";
  font-weight: 500;
}
#footer #site-navigation ul li
{
  margin-right: 20px;
}
#footer #site-navigation
{
  text-align: center;
  border-bottom: 1px solid #292929;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-top: 65px;
}
#footer .main-navigation li.current_page_item
{
  background-color: transparent;
}
#footer .footer-logo-box
{
  margin: 0 auto;
  display: block;
  position:absolute;
  top: -154px;
  left: 0;
  right: 0;
  background-color: #111111;
  padding: 20px 15px;
  max-width:180px;
  max-height: 180px;
  border-radius: 50%;
}



/*-------------------------- Calendar widget --------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.75em;
  table-layout: fixed;
  width: 100%;
}
.widget.widget_calendar table {
  margin: 0;
}
.widget.widget_calendar td, .widget.widget_calendar tr, .widget.widget_calendar th {
  border: 1px solid #fff;
  color: #000000;
}
#footer .widget.widget_calendar td, #footer .widget.widget_calendar tr, #footer .widget.widget_calendar th {
    color: #ffffff;
    padding: 2px;
}
.widget_calendar td,
.widget_calendar th {
  line-height: 1.5625;
  padding: 0;
  text-align: center;
}
.widget_calendar caption {
  font-weight: 900;
  margin-bottom: 0em;
  color: #fff;
  padding-left: 15px;
  caption-side: top;
}
.widget_calendar tbody a {
  background-color: #bbb;
  color: #fff;
  display: block;
  font-weight: 700;
}
.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
  background-color: #686868;
  color: #fff;
}
.widget th,
.widget td {
  padding: 0.5384615385em;
}

/* ---------- Return to Top ------------ */

#return-to-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  background: #EEA71E;
  width: 60px;
  height: 60px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
}
#return-to-top i {
  color: #fff;
  position: relative;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 7px 22px;
  cursor: pointer;
}

#topabr .mail-and-call-icon {
  display: flex;
  align-items: center;
}
#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
  color: #fff;
  top: 5px;
}
/* 
.footer-cols .row .mar-gex:not(:first-child) ul {
margin-left: 20px;
} */

