/* ------------------------------------------- header styling ----------------------------------------------- */

.fort.header {
  padding-top: 0px !important;
  
}

.fort.header nav {
  background-color: white;
  color: #333 !important;
}

/* ______ upper nav _______________  */
.fort.header .upper-nav {
  width: 100%;
  height: 50px;
  color: white;
  background-color: black;
  display: flex;
  align-items: center;
}
.fort.header .upper-nav .info-wraper {
  display: flex;
  gap: 0px 20px;
  color: white !important;
  font-size: 14px;
  justify-content: flex-start;
  align-items: center;
}
.fort.header .upper-nav .info-wraper .info {
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto 0;
}
.fort.header .upper-nav .info-wraper .info span {
  color: white;
  font-size: 14px;
  padding-left: 5px;
  border: none;
  font-weight: bold;
}

/* __________________ Lower Nav styling _______________________  */

.fort.header nav {
  background-color: #ff7d3c;
}

.fort.header nav i.fa-angle-down {
  font-size: 12px;
  margin-left: 5px;
  color: black;
}
.fort.header nav * {
  text-transform: uppercase;
}

.fort.header nav .navbar-brand img {
  width: 100%;
  height: 30px;
}
.fort.header nav .nav-item-li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 30px;
}
.fort.header nav .nav-item-li:hover ul {
  display: block;
}
.fort.header nav .nav-item .hover-link {
  width: 100%;
  max-width: 100px;
  color: #333 !important;
}
.fort.header nav .nav-item-li ul {
  position: absolute;
  left: 0%;
  top: 100%;
  width: 250px;
  list-style: none;
  color: #333 !important;
  padding: 0px;
  padding: 1px;
  display: none;
  background-color: white;
}

.fort.header nav .nav-item-li .child-menu {
  padding-top: 10px;
  padding-bottom: 10px;
}

.fort.header nav .nav-item-li .child-menu.right {
  left: auto !important;
  right: 0 !important;
}

.fort.header nav .nav-item-li > ul.child-menu .child-menu {
  margin-top: -10px;
}
.fort.header nav .nav-item-li ul.child-menu li {
  line-height: 30px;
  width: 100%;
  display: flex;
  position: relative;
  padding: 0px 15px;
  justify-content: space-between;
  align-items: center;
}
.fort.header nav .nav-item-li ul.child-menu li a {
  font-size: 14px;
    padding: 0px;
    color: #333;
    text-decoration: none;
    line-height: 1.2;
    display: inline-block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.4s;
}

.fort.header nav .nav-item-li .child-menu a:hover {
  color: orange;
}
.fort.header nav .nav-item-li ul.child-menu li ul {
  position: absolute;
  left: 100%;
  top: 50%;
  width: 100%;
  list-style: none;

  padding: 0px;
  padding: 10px;
  display: none;
  background-color: white;

  display: none;
}
.fort.header nav .nav-item-li ul li:hover > ul {
  display: block;
}

.fort.header nav .nav-item-li a.nav_link {
  font-size: 14px;
  padding: 0px;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.4s;
}

.fort.header nav .nav-item-li > a:hover {
  color: black;
}

.fort.header nav .nav-item-li ul.child-menu li {
  width: 100%;
}


/* ------------ Mobile Menu ------------ */

.mob-menu.offcanvas {
  background-color: #232323;
}

.mob-menu.offcanvas .offcanvas-body {
  padding-top: 0px;
}

.mob-menu.offcanvas .offcanvas-header {
  padding: 0;
  position: relative;
}

.mob-menu.offcanvas .btn-close {
  box-sizing: content-box;
  width: 1em;
  padding: 20px;
  color: #000;
  background: transparent url("data:image/svg+xml,%3Csvg fill='%23FFFFFF' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath d='M 5.597656 4 L 4 5.597656 L 9.132812 10.730469 L 4 15.863281 L 5.597656 17.460938 L 10.730469 12.328125 L 15.863281 17.460938 L 17.460938 15.863281 L 12.328125 10.730469 L 17.460938 5.597656 L 15.863281 4 L 10.730469 9.132812 Z M 5.597656 4 '/%3E%3C/svg%3E") center/3em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: .5;
  margin-left: auto;
  margin-right: auto;
  display: block;
  transform: scale(0.7);
}

.mob-menu.offcanvas nav > ul > li > a {
  color: white;
}

.mob-menu.offcanvas nav > ul > li > ul > li.hsubmenu > a {
  color: #e17c0e
}

.mob-menu.offcanvas nav > ul > li > ul > li.hsubmenu > ul > li.hsubmenu > a {
  color: #d3c2b0
}

.mob-menu.offcanvas li {
  position: relative;
  
}

.mob-menu.offcanvas li a {
  color: #777;
  padding-top: 7px;
  padding-bottom: 7px;
  display: inline-block;
  width: 100%;
}


.mob-menu.offcanvas li ul li:before {
  content: '';
  width: 7px;
  height: 1px;
  position: absolute;
  left: 3px;
  top: 19px;
  padding: 0;
  display: block;
  background-color: #787878;
}

.mob-menu.offcanvas ul {
  position: relative;
  padding: 0px 13px;
  padding-top: 13px;
  padding-right: 0;
  list-style: none;
}

.mob-menu.offcanvas li ul {
  margin-left: 20px;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 3px;
}

.mob-menu.offcanvas li ul a {
padding-left: 25px;
}

.mob-menu.offcanvas li ul:before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  left: 2px;
  top: 1px;
  display: block;
  background-color: gray;
}




/* ---------------------------------------- Footer styling new ---------------------------- */
footer {
  background-color: black;
  max-width: 100%;
  color: #fff;
  font-weight: 400;
  padding-bottom: 0;
  padding-top: 30px;
}

.footer .row p,
.footer .row a {
  color: white;
  text-decoration: none;
}
footer a {
  text-decoration: none;
  color: #ff7d3c;
  transition: all 0.4s;
}

footer a:hover {
  color: #ff7d3c !important;
}
.footer .row ul {
  list-style: none;
}

footer img,  footer picture{
  max-width: 100%;
}

footer .footer .row ul {
  margin: 0;
  padding: 0;

}

@media (min-width: 1200px) {

  footer .container-lg {
    max-width: 1200px;
  }
}

footer ul.scl_iwrap {
  display: inline-flex;
  flex-wrap: wrap;
}

footer ul.scl_iwrap i {
  font-size: 20px !important;
  margin-right: 10px;
  height: 40px;
  width: 40px;
  text-decoration: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid white;
  margin-top: 5px;
  border-radius: 50px;
  text-decoration: none;
}

footer ul.scl_iwrap i.fa-facebook:hover {
  background-color: #1877f2;
  border: none;
  transition: all 0.3s ease-in-out;
}
footer ul.scl_iwrap i.fa-twitter:hover {
  background-color: #00acee;
  border: none;
  transition: all 0.3s ease-in-out;
}
footer ul.scl_iwrap i.fa-youtube:hover {
  background-color: #c4302b;
  border: none;
  transition: all 0.3s ease-in-out;
}
footer ul.scl_iwrap i.fa-linkedin-in:hover {
  background-color: #0072b1;
  border: none;
  transition: all 0.3s ease-in-out;
}


footer .clm.wdgt .ititle {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 40px;
  margin: -13px 0 17px;
}

footer .clm.wdgt ul.imenu li {
  margin-bottom: 6px;
}

footer .clm.wdgt ul.imenu li a {
  padding-top: 4px;
  padding-bottom: 4px;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.copyright_w {
  border-top: 2px solid #343434;
}

footer .copyright_w p {
  margin-bottom: 0;
}

footer .copyright_w a:hover {
  color: #f3f3ff !important;
}
/* ----------------------------------------- Footer styling --------------------------------------------------- */
