/* --------------------------Header---------------------------- */

  .stickynavbar {
    background-color: #fff !important;
    z-index: 9999999999999;
    padding-top: 0 !important;
  }
  .sticky {
    position: fixed;
    top: 0px;
    width: 100%;
    padding-bottom: 0 !important;
  }
  .nav_wrap {
    clear:both;
    background-color: transparent;
    margin-bottom: 0em;
    z-index: 99;
  }
  .logo { 
    width: 200px;
  }
  .logo a {
    color: #fff;
    font-size: 19px;
    letter-spacing: 1px;
    font-weight: 400;
    font-family: "Lobster";
  }
  .logo a:hover {
    color: #fff;
  }
  .logo p{ 
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
  }
  .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 ---------------- */

  #header_navigation {
    background: #fff;
    margin: 0 20px;
  }
  #header .socialbox {
    display: inline-block;
  }
  #header .socialbox a {
    margin-right: 12px;
    text-align: center;
  }
  #header .socialbox i {
    font-size: 14px;
   /* color: #fb7b15;*/
   font-family: 'Font Awesome 5 Brands';
    transition: all 0.5s ease;
  }
  #header .socialbox a.twitter i {
    color: #00acee;
  }
  #header .socialbox a.facebook i {
    color: #4267B2;
  }
  #header .socialbox a.insta i {
    color: #405DE6;
  }
  #header .socialbox a.linkedin i {
    color: #0e76a8 ;
  }
  #header .phone_text {
    font-size: 16px;
    line-height: 30px;
    color: #fba01f;
    font-weight: 400;
    font-family: "Outfit";
    text-align: left;
  }
  #header .phone_number {
    font-size: 20px;
    text-align: left;
    line-height: 20px;
    color: #222222;
    font-weight: 400;
    font-family: "Outfit";
  }
  #header .phone_icon {
    transform: rotate(90deg);
    position: relative;
    top: 4px;
    color: #fb7b15;
    font-size: 25px;
  }
  #header_navigation .call a {
    font-size: 14px;
    line-height: 35px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
    background: #fb7b15;
    padding: 10px 10px;
    border-radius: 8px;
  }
  .main-header-box {
    position: relative;
    z-index: 99999;
  }
  #header {
    position: relative;
    background: #fff;
  }

/* --------------- Search -------------- */

  /* SEARCH POPUP */

  #search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
      -moz-transform: translate(0px, -100%) scale(0, 0);
      -ms-transform: translate(0px, -100%) scale(0, 0);
        -o-transform: translate(0px, -100%) scale(0, 0);
          transform: translate(0px, -100%) scale(0, 0);    
    opacity: 0;
    display: none;
  }
  #search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
      -moz-transform: translate(0px, 0px) scale(1, 1);
      -ms-transform: translate(0px, 0px) scale(1, 1);
        -o-transform: translate(0px, 0px) scale(1, 1);
          transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
    z-index: 99999;
    display: block;
  }
  #search input[type="search"] {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -51px;
    width: 60%;
    margin-left: 20%;
    color: rgb(255, 255, 255);
    background: transparent;
    border-top: 1px solid rgba(255, 255, 255, .8);
    border-bottom: 2px solid rgba(255, 255, 255, .5);
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    outline: none;
    padding: 10px;
  }
  #search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    opacity: 1;
    font-size: 27px;
    color: #fff;
  }
  #search .close:hover{
    color: #FC2121;
    cursor: pointer;
  }
  .search-box form {
    position: static;
  }
  .search-box input[type="submit"] {
    display: none;
  }

/*----------------Menu bar-----------*/
  
  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: right;
  }
  .main-navigation li{
    position: relative;
    /*padding:20px 20px; */
    display: inline-block;
  }
  .main-navigation a:hover:after {
    border-color: #f04f55;
  }

  .main-navigation a:hover:after {
    border-bottom: 3px dashed;
    transition: all 0.5s;
    width: 60%;
  }
  .main-navigation a:after {
    border-bottom: 1px solid transparent;
    content: "";
    width: 0%;
    position: absolute;
    bottom: 11px;
    transition: all 0.5s;
    left: 18px;
  }
  .main-navigation .sub-menu li:hover:before {
    opacity: 1;
  }
  .main-navigation .sub-menu li:before {
    content: "\2b";
    position: absolute;
    left: 9px;
    top: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    font-size: 25px;
    color: #fba01f;
    opacity: 0;
  }
  .main-navigation .sub-menu a:hover:after {
    display: none;
  }
  .main-navigation a {
    font-size: 16px;
    line-height: 30px;
    color: #222222;
    font-weight: 400;
    font-family: "Outfit";
    letter-spacing: 0px;
    padding: 20px 20px;
    text-decoration: none;
    white-space: nowrap;
    backface-visibility: hidden;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .main-navigation .sub-menu a:before {
    display: none;
  }
  .main-navigation a:hover , .main-navigation .current-menu-item > a:hover{
    color: #fff;
  }
  .main-navigation a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fba01f;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 0px;
  }
  .main-navigation a:hover:before{
    webkit-transform: scaleY(1);
    transform: scaleY(1);
    color: #fff;
  }
  .main-navigation ul ul{
    display: none;
    position: absolute;
    left: 0;
    top: 100% ;
    background: #fba01f;
    min-width: 240px;
    z-index: 9999;
    padding-left: 0px;
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    visibility: hidden;
  }
  .main-navigation ul ul {
    left: auto;
    top: 62px;
    text-align: left;
    -ms-animation: zoomIn .3s ease-in-out;
    -webkit-animation: zoomIn .3s ease-in-out;
    animation: zoomIn .3s ease-in-out;
    border-radius: 0;
  }
  .main-navigation ul ul {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1 !important;
    visibility: visible;
  }
  .main-navigation ul ul ul{
    left: 100%;
    top: 0;
  }
  .main-navigation ul ul a{
    text-transform: none;
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    padding-left: 10px;
    text-align: left;
    padding: 5px 20px;
    transition: all 0.5s ease 0s;
  }
  .main-navigation ul ul li:hover {
    background: #fff;
  }
  .main-navigation ul ul li:hover a {
    color: #fba01f!important;
  }
  ul.sub-menu li a:hover {
    -moz-transform: translate(15px, 0%);
    -ms-transform: translate(15px, 0%);
    -webkit-transform: translate(15px, 0%);
    -o-transform: translate(15px, 0%);
    transform: translate(15px, 0%);
  }
  .main-navigation ul ul li,
  .menubar.scrolled .main-navigation ul ul li{
    float: none;
    display: block;
    text-align: left;
  }

  .main-navigation ul li:hover > ul{
    display: block;
  }

  .main-navigation .current-menu-item > a{
    color: #fba01f;
  }

  .main-navigation ul ul li:hover > a{
    color: #fff;
  }
  .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%;
  }

  .comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: auto;
  }

/*---------------- Footer Section ----------------------*/

  .footer-cols {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #footer
  {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .outer-footer {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  #footer #footer_box:before {
    content: '';
    background: #0d0f41;
    opacity: 0.8;
  }
  .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 .social-icons i {
    font-size: 12px;
    color: #fba01f;
  }
  #footer .widget_recent_entries img {
    width: 70px;
    float: left;
    padding-right: 10px;
  }
  #footer .wp-block-latest-posts__post-author{
    display: inline-block;
    font-size: 11px;
    letter-spacing: 0px;
    color: #afafad;
    font-weight: 300;
    font-family: 'outfit', sans-serif;
    margin-top: 2px;
    padding-right: 10px;
  }
  #footer .wp-block-latest-posts__post-date {
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    color: #fba01f;
    font-weight: 500;
    font-family: "Inter";
    margin-top: 2px;
  }
  #footer .social-icons a {
    display: inline-block;
    line-height: 10px;
  }
  #footer input[type="email"] {
    font-size: 14px;
    color: #84847c;
    font-weight: 400;
    font-family: 'outfit', sans-serif;
    letter-spacing: 1px;
    background: #2f2f2f;
    border: 1px solid #2f2f2f;
  }
  #footer button[type="submit"] {
    background: #fba01f;
    font-size: 13px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 300;
    font-family: 'outfit', sans-serif;
    text-align: center;
    border: none;
    padding: 7px 4px;
    width: 100%;
  }
  #footer .widget_recent_entries{
    position: relative;
  }
  #footer .wp-block-latest-posts li:before {
    position: absolute;
    left: -32px;
    content: "\f099";
    font-family: "Font Awesome 5 Brands";
    font-weight: 800;
    font-size: 15px;
    color: #fba01f;
    text-align: center;
  }
  #footer input[type="email"]::placeholder {
    font-size: 14px;
    line-height: 25px;
    color: #adb7be;
    font-weight: 300;
    font-family: 'outfit', sans-serif;
    text-align: center;
  }
  #footer textarea{
    height: 100px;
  }
  #footer p.post-date {
    color: #ffffff;
    font-size: 11px !important;
  }
  span.credit_link a {
    color: #fff!important;
  }
  #footer{ 
    color:#fff;
    text-align:left;
    background: #282828;
  }
  .footer_hide{
    display:none;
  }
  #footer .footer-cols h3 {
    font-size: 20px;
    letter-spacing: 0px;
    color: #fdf3f4;
    font-weight: 600;
    font-family: 'Outfit', sans-serif;
    position: relative;
  }
  #footer .footer-cols p {
    font-size: 12px;
    line-height: 30px;
    color: #f9f6f6;
    font-weight: 300;
    font-family: 'Outfit', sans-serif;
  }
  #footer .copyright {
    background: #1b1b1b;
  }
  #footer .copyright p {
    letter-spacing: 1px;
    text-align: center;
    padding: 12px 0;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 300;
    font-family: 'Outfit', sans-serif;
  }
  #footer .copyright a {
    color: #fba01f;
    cursor: pointer;
  }
  #footer ul {
    padding: 0;
    margin-bottom: 0;
  }
  #footer ul li{
    margin:0 0 9px 0;
    text-align:left;
  }
  #footer ul li a{
    font-size: 14px;
    line-height: 22px;
    color: #f9f6f6;
    font-weight: 300;
    font-family: 'Outfit', sans-serif;
    display: block;
  }
  #footer .widget_recent_entries img {
    width: 100px;
    height: 100px;
  }
  #footer .textwidget input[type="email"]
  {
    border-radius: 40px;
    border:2px solid #9b9b9b;
  }
  #footer .textwidget input[type="submit"] {
    background-color: transparent;
    border-radius: 40px;
    padding: 10px 20px;
    border:2px solid #9b9b9b;
    display: inline-block;
    margin-top: 10px;
    color: #9b9b9b;
    font-family: "Poppins"; 
  }
  #footer .contact-widget i {
    color: #fba01f;
    margin-right: 10px;
    font-size: 16px;
    width: 18px;
  }
  #footer span.contact {
    border-left: 1px solid #fff;
    padding-left: 10px;
  }
  #footer i.fas.fa-phone-volume {
      transform: rotate( -45deg);
  }
  #footer .footer-logo {
    width: 200px;
  }
  #footer .social a {
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 34px;
    height: 36px;
    display: inline-block;
    font-size: 16px;
    text-align: left;
  }
  #footer .widget td 
  {
    padding-top: 0px !important;
  }
  #footer #site-navigation ul li a
  {
    font-size: 15px;
    letter-spacing: 1px;
    color: #919191;
    font-family: 'Montserrat', sans-serif;
    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%;
  }
  .wpcf7 .ajax-loader {
    display: none;
  }

  /*-------------------------- 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 {
    display: inline-block;
    background-color: #fba01f;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  #return-to-top:after {
    content: "\f077";
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    font-size: 25px;
    color: #fff;
    text-align: center;
    line-height: 50px;
  }
  #return-to-top:hover {
    cursor: pointer;
    background-color: #1c1c1c;
  }
  #return-to-top:active {
    background-color: #555;
  }
  #return-to-top.show {
    opacity: 1;
    visibility: visible;
  }
