/* --------------------------Header---------------------------- */

.stickynavbar {
z-index: 99;
}
#sticky-onoff {
display: none;
}


.sticky {
  position: fixed !important;
  top: 0px !important;
  width: 100% !important;
  bottom: unset !important;
  left: 0;
  animation: fadeInDown 0.4s linear;
}





.nav_wrap {
clear:both;
background-color: transparent;
margin-bottom: 0em;
z-index: 99;
}
.topbar-contact-content {
  display: flex;
  align-items: center;
  justify-content: left;
}
#topabr a p {
  font-family: Nunito Sans;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFF;
  margin: 0;
  padding-left: 12px;
}
#topabr {
  background: #F16517;
  padding: 12px;
  position: relative;
}
.social-menues {
  justify-content: end;
  align-items: center;
}
.home.page-template .sticky .nav_wrap {
padding-bottom: 0px;
}


#header .logo img{
max-height: 123px;
width: auto;
}
#topabr a p:hover {
  color: #000;
  transition: 0.6s ease-in-out;
}
.header-contact-button {
  display: flex;
  align-items: center;
  justify-content: center;

}


.header-contact-button:hover::before{
  width: 100%;
}




.about-us-menu h2 {
  font-family: Outfit;
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  letter-spacing: 2%;
  color: #F16517;
  margin: 0;
  padding-top: 50px;
  text-align: left;
}
.offcanvas-header img {
  background: #fff;
  clip-path: polygon(0% 0%, 87.243% 0%, 99.839% 91.281%, 99.839% 91.281%, 99.954% 92.591%, 99.943% 93.873%, 99.815% 95.1%, 99.581% 96.246%, 99.25% 97.286%, 98.833% 98.195%, 98.338% 98.946%, 97.776% 99.515%, 97.157% 99.874%, 96.49% 100%, 3.472% 100%, 3.472% 100%, 2.909% 99.91%, 2.375% 99.648%, 1.877% 99.23%, 1.422% 98.669%, 1.017% 97.98%, 0.67% 97.177%, 0.388% 96.273%, 0.177% 95.283%, 0.045% 94.222%, 0% 93.103%, 0% 0%);
  padding: 15px 60px;
  max-width: fit-content;
}
.header-contact-content{
  width: 100%;
  text-align: left;
}
.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;
}



/* .sticky .search-icon {
  color: #fff;
  cursor: pointer;
  font-size: 19px;
  background: #FFE500;
  height: 110px !important;
  width: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: unset !important;
  right: 0;
  top: 0;
  border-radius: 20px;
} */

#masthead {
  z-index: 9;
  position: relative;
}
#header {
  padding: 20px 0;
  background: linear-gradient(90deg, #4F5BE0 0%, #B526D3 100%);
}
.logo a.custom-logo-link{ 
color:#000000;
}
.logo a {
color: #FFF;
font-size: 19px;
letter-spacing: 1px;
font-weight: 400;
font-family: "Lobster";
}
.logo p{ 
color: #FFF;
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%;
}

.sub-menu li:hover {
  transition: 0.3s ease-in;
  background: linear-gradient(90deg, #4F5BE0 0%, #B526D3 100%);

}

.sub-menu li:hover a {
  color: #fff !important;
  transition: 0.3s ease-in;
  transform: translate(10px, 0px);
}


/* SEarch */

/* --------------- Search -------------- */

.popup-box-on {
  display: block !important;
  position: absolute;
  right: 0;
  bottom: -71px;
}


#search.open {
  opacity: 1;
  transform: translate(0px, 0px) scale(1, 1);
  display: flex;
      align-items: center;
      justify-content: center;
}
input[type=search] {
  -webkit-appearance: none;
}
.main-header-box{
  position: relative;
}

#search .close {
  color: #fff !important;
  font-size: 32px;
  opacity: 1;
  position: absolute;
  right: 21px;
  top: -4px;
  margin: 0;
  bottom: 0;
  margin: auto;
  display: none;
}
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%;
}
.topbar-subscribe-button a {
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  color: #BF00FF;
  background: #FFFFFF;
  border-radius: 5px;
  padding: 9px 22px;
}

.topbar-subscribe-button a{
  position: relative;
}


.topbar-subscribe-button a:hover{

  color: #FFFFFF;

}

.topbar-subscribe-button a span{
  position: relative;
  z-index: 1;
  color: #BF00FF;

}

.topbar-subscribe-button a:hover span{
  color: #FFFFFF;

}
.topbar-subscribe-button a:before{
	position:absolute;
	content:'';
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#BF00FF;
	transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	transform:scaleX(0);
	-webkit-transform:scaleX(0);
	-moz-transform:scaleX(0);
  border-radius: 6px;
}
.topbar-subscribe-button a:hover:before{
	transform:scaleX(1);
	-webkit-transform:scaleX(1);
	-moz-transform:scaleX(1);
}




.topbar-left-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header-search-bar-flex {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.topbar-newsletter-content span {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  color: #FFFFFF;
}
.topbar-newsletter-content {
  margin-left: 12px;
}
.topbar-newsletter-content a span {
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0%;
}
.search-icon i {
  color: #FFFFFF;
  font-size: 18px;
  cursor: pointer;
}
.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;
}
.main-navigation .sub-menu .current-menu-item > a {
  padding: 0;
  clip-path: unset;
  background: unset;
  color: #fff !important;
}
.main-navigation .sub-menu .current-menu-item {

  background: linear-gradient(90deg, #4F5BE0 0%, #B526D3 100%);
}

/* ------------- Topbar ---------------- */

#topbar {
  padding: 14px 0;
  position: relative;
  background: #050505;
}
#topbar a {
  font-family: Outfit;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
}
#topbar a:hover {
  color: #F16517;
  transition: 0.2s ease-in-out;
}
.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:  #FF6600;;
}
.register {
  color: #eee;
}
.login {
  color: #000;
}
.login i {
  padding-right: 5px;
}

.login {
  background: #f5f5f5;
  padding: 11px 7px;
}

/* --------------- Search -------------- */


.search-field {
  border: unset;
  height: 56px;
  width: 100%;
  padding-left: 18px;
  background: #FFFFFF;
  border-radius: 8px;
  color: #959EAD;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 100%;

}
.search [type=submit]:hover {
  background: #000;
  transition: 0.4s ease-in-out;
}

button.search-submit-btn {
  background: linear-gradient(180deg, #505AE0 0%, #730099 100%);
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  color: #FFFFFF;
  border: unset;
  position: absolute;
  right: 10px;
  padding: 10px 20px;
  border-radius: 8px;
  height: 40px;
  bottom: 0;
  top: 0;
  margin: auto;
}

.search-submit-btn:hover {
  background: #000;
  transition: 0.4s ease-in-out;
}


.searchBox input[type=search]::placeholder{
  color: #959EAD;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 100%;

}

.searchBox label::before {
  content: "\f002";
  font-family: "FontAwesome";
  position: absolute;
  left: 10px;
  bottom: 0;
  top: 0;
  margin: auto;
  display: flex;
  align-items: center;
  color: #F16517;
}
.searchBox label {
  position: relative;
  border: 1px solid #F16517
}

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%;
}


.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;
  text-align: end;
  padding-left: 0;

}


.main-navigation li {
  position: relative;
  padding: 12px 34px 12px 0px;
    display: inline-block;
  color: #ffffff;
  cursor: pointer;

}

.menu-item-has-children::before {

  right: -18px !important;
}
.contact:before {
  display: none;
}
.main-navigation li:last-child{
  border-right: none;
}
.main-navigation a{
  letter-spacing: 0%;
  text-align: center;

  color: #FFFFFF;
  font-family: Inter;
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;

}
.main-navigation a:hover {
  color: #000;
}

.sticky .main-navigation a:hover{
  color: #FFFFFF;

}

.main-navigation ul ul{
  display: none;
  position: absolute;
  left: 0;
  top: 100% ;
  background: #050505;
  min-width: 242px;
  z-index: 9999;
  padding-left: 0;
  cursor: pointer;
}

#header .sub-menu
{
  animation: zoomIn 300ms ease-in-out forwards;
    transform-origin: left center;
}
@keyframes growDown {
  0% {
    transform: scaleY(0)
  }
  80% {
    transform: scaleY(1.1)
  }
  100% {
    transform: scaleY(1)
  }
}
#header .sub-menu li{
  position: relative;
}
.sub-menu li:before {
  content: "";
  height: 37%;
  width: 2px;
  position: absolute;
  top: 0;
  left: 17px;
  background: #fff;
  bottom: 0;
  margin: auto;
  display: none;
  align-items: center;
  justify-content: center;
}
.sub-menu li:hover:before{
  display: flex;
}

.main-navigation ul ul ul{
  left: 100%;
  top: 0;
}
.main-navigation ul ul a{
  text-transform: none;
  cursor: pointer;
  display: block;
  letter-spacing: 1px;
  color: #FFFFFF !important;
  text-align: left;
  font-family: Outfit;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
}

.main-navigation ul ul li,
.menubar.scrolled .main-navigation ul ul li{
  float: none;
  display: block;
  text-align: left;
}
.topbar-contact-box {
  position: relative;
  z-index: 9;
}
.sticky .main-header-box {
  padding: 0px 10px 0px 0px;

}
.sticky .main-header-box .bg-media {
  align-items: center;
  justify-content: flex-start;
}
.main-navigation ul ul li:last-child{
  border-bottom: 0;
}
.topbar-social-icons {
  display: flex
  ;
      align-items: center;
      justify-content: flex-end;
      position: relative;
      z-index: 9;
}

.menu-item-has-children a::after {
  content: "\f078";
  font-family: 'FontAwesome';
  margin: 0px 0px 0 8px;
}
.menu-item-has-children ul li a::after{
  display: none;
}
.topbar-social-icons a i:hover {
  color: #ffff;
  transition: 0.4s ease-in-out;
  background: linear-gradient(90deg, #4F5BE0 0%, #B526D3 100%);
}
#topbar .topbar-contact-box i {
  color: #F16517;
  font-family: 'FontAwesome';
  font-size: 18px;
  margin-right: 9px;
}
.topbar-social-icons a i {
  color: #000;
  font-family: 'FontAwesome';
  font-size: 13px;
  margin-left: 6px;
  background: #FFFFFF;
  width: 28px;
  height: 28px;
  display: flex
;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}







.header-right-box::before{
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  background: #FFFFFF;
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 7px;
}

.header-right-box::after{
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  background: #FFFFFF;
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 7px;
}
.header-get-consultant-buttons {
  position: relative;
  z-index: 1;
}
 .header-right-box:hover::after{
  height: 100%;
  bottom: 0;
  transition: 0.3s ease-in;
}
 .header-right-box:hover::before{
  height: 100%;
  bottom: 0;
  transition: 0.3s ease-in;
}





.header-get-consultant-buttons a {
  font-family: Outfit;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
  width: 100%;
  margin: 16px;

}
.main-navigation ul li:hover > ul{
  display: block;
}
.logo {
  position: relative;
  z-index: 1;
}

.main-header-box .bg-media {
  display: flex;
      align-items: center;
      justify-content: space-between;
}
.sticky .header-wrap .logo img{
  margin-top: 0;
}
.sticky .logo::after {
  margin-top: 0;
  left: 9px;
  height: 71px;


}




.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a{
    cursor: pointer;
    color: #fff;
}

.main-navigation .menu > ul > li.highlight{
  background-color: #ffffff;
}

.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;
}

.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;
}
/*---------------- Footer Section ----------------------*/
#media_image-2 img {
  width: auto;
  height: 100%;
}
.textwidget p {
  color: #000000;
  margin: 0;
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  line-height: 159%;
  letter-spacing: 0%;
}


#footer ul.foot-flex{
display: flex;
align-items: center;
margin-bottom: 0;
}
#footer ul.foot-flex p{
  margin: 0;
}

#footer
{
  background-repeat: no-repeat;
  background-size: cover;
}
.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;
}
.test-copyright {
  position: relative;
  padding: 27px;
}


.footer5 p {
  margin: 0;
  padding: 0;
}
 #footer{ 
  color:#fff;
  text-align:left;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 100px 0;
  background: #FAECFF;
}
#footer .footer3 .widget_media_image {
  width: 23%;
  float: inline-start;
  margin-right: 10px;
  margin-bottom: 10px;
  height: 86px;
  position: relative;
}
#footer .footer3 .widget_media_image img {
  width: 100% !important;
  height: 85px !important;
  object-fit: cover;
  border-radius: 10px;
}
#footer .footer3 .widget_media_image:hover a:after{
  opacity: 0.6;


}
.widget_media_image a:after {
  content: "";
  background: #F16517;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
  border-radius: 10px;
  opacity: 0;
  transition: 0.4s ease-in-out;
}
.footer_hide{
  display:none;
}
#footer h3 {
  color: #BF00FF;
  letter-spacing: 0%;
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 25px;
  line-height: 140%;
  letter-spacing: 0%;

}
.footer-cols ul {
  padding-left: 0;
}
#footer ul li i {
  color: #BF00FF;
  padding-right: 16px;
}

#footer ul li a {
  color: #000000;
  margin: 0;
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  line-height: 159%;
  letter-spacing: 0%;

}
#footer .about_me ul li p {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
}

.copyright .test-copyright p{
  font-family: Plus Jakarta Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 169%;
  letter-spacing: 0%;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
  
}

.copyright .test-copyright  p a{
  font-family: Plus Jakarta Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 169%;
  letter-spacing: 0%;
  text-align: center;
  color: #FFFFFF;

  

}
.copyright-button-text {
  padding-left: 36px;
}
.copyright-term-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.copyright-button-text a {
  font-family: Varta;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #FFFFFF;
}
.copyright-social-icon .social-main {
  padding: 10px 1px;
}



.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;
}



.copyright {
  position: relative;
  text-align: center;
  background: linear-gradient(180deg, #BF00FF 0%, #654FDB 100%);

}
#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 .textwidget input[type="submit"]:hover {
  background: #fff;
  color: #F16517;
  transition: 0.4s ease-in-out;
}
#footer ul li{
  list-style: none;
  margin: 0px 0 12px 0;
    text-align: left;
  padding: 0px;
  color: #000;
  list-style: none !important;

}
#footer ul li:hover a {
  color: #BF00FF !important;
  transition: 0.2s ease-in-out;
}



#footer #gallery-1 .gallery-item {
  width: 30%;
  margin: 4px;
}
.widget_recent_entries img {
  width: 100px; 
}
.copyright .copy-main p{
text-align: center !important;
}

#footer .textwidget input[type="email"]
{
  border-radius: 7px;
  border: unset;
  background: #FFFFFF;
  padding: 10px 20px;
  border: 1px solid #D4D7D9;
  width: 100%;
  height: 60px;
}
#footer .wpcf7-form {
  position: relative;
}
#footer .wpcf7-spinner {
  position: absolute;
  top: 18px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -41px;
}
#footer .textwidget input[type="submit"]
{
  padding: 10px 20px;
  background: #F16517;
  border: unset;
  height: 60px;
  border-radius: 7px;
  position: absolute;
  top: 0;
  right: -2px;
  margin: auto;
  font-family: 'FontAwesome';
  color: #fff;
}
.social_widget {
  margin-top: 18px;
}
.custom-social-icons a i {
  color: #fff;
  margin-right: 12px;
  font-size: 16px;
  background: linear-gradient(180deg, #BF00FF 0%, #654FDB 100%);
  width: 40px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  animation: tada 4s infinite;
}
.custom-social-icons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#footer .contact-widget i {
  color:  #FF6600;;
  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%;
}

div.menu-home-decor-container ul li,div.menu-support-container ul li, div.menu-customer-service-container ul li {
  list-style: initial !important;
}

/*-------------------------- 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: #000;
  caption-side: top;
}
#sidebar [type=submit]:hover {
  background: #000;
  transition: 0.4s ease-in-out;
}
.widget_calendar tbody a {
  background-color: #000;
  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: #FFD9D9; */
  width: 60px;
  height: 60px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 10px;
  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: 24px;
  -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;
  animation: animate 2s infinite;
  background: linear-gradient(90deg, #4F5BE0 0%, #B526D3 100%);
  width: 50px;
  height: 50px;
  display: flex
;
  align-items: center;
  justify-content: center;
  border-radius: 6px;

}

@keyframes animate {
  0% {
      opacity: 0;
      transform:  translate(0px, -10px);
  }
  50% {
      opacity: 1;
  }
  100% {
      opacity: 0.50;
      transform:  translate(0px, 10px);
  }
}
#topabr .mail-and-call-icon {
  display: flex;
  align-items: center;
}


#return-to-top:hover i {
  color: #fff;
  top: 5px;
}






