@charset "utf-8";
body {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-family: "Oswald";
  overflow-x: hidden;
  font-size: 16px;
  color: #ffffff;
  background-color: #000000;
}
* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
  outline: none;
  transition: all 300ms ease;
}
a:hover {
  text-decoration: none;
}
button,
button:focus {
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}
input,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
.form-control:hover,
.form-control:focus {
  outline: none !important;
  box-shadow: none;
}
p:empty {
  display: none;
}
input[type="password"] {
  font-family: sans-serif !important;
}

@import url("https://fonts.googleapis.com/css2?family=Faustina:ital,wght@0,300..800;1,300..800&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-ExtraLight.eot");
  src: url("../fonts/Oswald-ExtraLight.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Oswald-ExtraLight.woff2") format("woff2"),
    url("../fonts/Oswald-ExtraLight.woff") format("woff"),
    url("../fonts/Oswald-ExtraLight.ttf") format("truetype"),
    url("../fonts/Oswald-ExtraLight.svg#Oswald-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-Light.eot");
  src: url("../fonts/Oswald-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Oswald-Light.woff2") format("woff2"),
    url("../fonts/Oswald-Light.woff") format("woff"),
    url("../fonts/Oswald-Light.ttf") format("truetype"),
    url("../fonts/Oswald-Light.svg#Oswald-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-Regular.eot");
  src: url("../fonts/Oswald-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Oswald-Regular.woff2") format("woff2"),
    url("../fonts/Oswald-Regular.woff") format("woff"),
    url("../fonts/Oswald-Regular.ttf") format("truetype"),
    url("../fonts/Oswald-Regular.svg#Oswald-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-Medium.eot");
  src: url("../fonts/Oswald-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Oswald-Medium.woff2") format("woff2"),
    url("../fonts/Oswald-Medium.woff") format("woff"),
    url("../fonts/Oswald-Medium.ttf") format("truetype"),
    url("../fonts/Oswald-Medium.svg#Oswald-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-SemiBold.eot");
  src: url("../fonts/Oswald-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Oswald-SemiBold.woff2") format("woff2"),
    url("../fonts/Oswald-SemiBold.woff") format("woff"),
    url("../fonts/Oswald-SemiBold.ttf") format("truetype"),
    url("../fonts/Oswald-SemiBold.svg#Oswald-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-Bold.eot");
  src: url("../fonts/Oswald-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Oswald-Bold.woff2") format("woff2"),
    url("../fonts/Oswald-Bold.woff") format("woff"),
    url("../fonts/Oswald-Bold.ttf") format("truetype"),
    url("../fonts/Oswald-Bold.svg#Oswald-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Maqin Larisa Display";
  src: url("../fonts/MaqinLarisaDisplay.eot");
  src: url("../fonts/MaqinLarisaDisplay.eot?#iefix") format("embedded-opentype"),
    url("../fonts/MaqinLarisaDisplay.woff2") format("woff2"),
    url("../fonts/MaqinLarisaDisplay.woff") format("woff"),
    url("../fonts/MaqinLarisaDisplay.ttf") format("truetype"),
    url("../fonts/MaqinLarisaDisplay.svg#MaqinLarisaDisplay") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*Header*/
header {
  width: 100%;
  padding: 0px;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
}
.homeheader.sticky {
  background: #0e0e0e;
  box-shadow: 0px 0px 8px rgba(255, 255, 255, 0.2);
}
.header_row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -13px;
  justify-content: center;
  position: relative;
}
.header_row .col-50 {
  width: calc(50% - 125px);
  padding: 0 13px;
}
.headertop_left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding: 5px 0;
  min-height: 70px;
  margin: 0 0 10px;
  border-bottom: 1px solid #353535;
}
.headertop_left:before {
  content: "";
  width: 500%;
  height: 1px;
  background: #353535;
  position: absolute;
  left: -500%;
  bottom: -1px;
}
.headertop_left > .img-fluid {
  margin-right: 25px;
  max-height: 36px;
}
.headertop_left p {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  color: #fff;
}
.header_middle {
  width: 250px;
  padding: 5px 0;
  margin-top: 25px;
  text-align: center;
}
.headeright {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  width: 100%;
  position: relative;
  padding: 5px 0;
  min-height: 70px;
  margin: 0 0 10px;
  border-bottom: 1px solid #353535;
}
.headeright:before {
  content: "";
  width: 500%;
  height: 1px;
  background: #353535;
  position: absolute;
  left: 100%;
  bottom: -1px;
}
.headeright .btn {
  border: none;
  background: transparent;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
}
.headerightbtm {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.social_icons {
  display: flex;
  align-items: center;
  margin: 7px 0 0;
}
.social_icons li {
  padding: 0 7px;
}
.social_icons li a svg,
svg #icons {
  transition: all 0.5s;
}
.social_icons li a:hover svg,
.social_icons li a:hover svg #icons {
  fill: #f36c21;
}
/*Modal*/
.offcanvas.logomodal {
  z-index: 99999;
  width: 100%;
  max-width: 520px;
}
.logomodal .btn-close {
  background: rgba(255, 255, 255, 0.82);
  width: 30px;
  height: 30px;
  border-radius: 100px;
  position: absolute;
  left: -60px;
  top: 30px;
  opacity: 1;
  box-shadow: none;
  outline: none;
  line-height: 20px;
}
.logomodal .btn-close svg {
  width: 20px;
  height: 20px;
}
.logomodal .offcanvas-body {
  padding: 50px 20px 30px;
}
.espnlogolist {
  display: flex;
  flex-wrap: wrap;
}
.espnlogolist .item {
  width: 33.33%;
  text-align: center;
  padding: 10px;
}
/**/
.mobileheader {
  display: none;
}
/**/
.homewrapper {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
/*btn css*/

.btn.simpleorangebtn {
  border-radius: 0;
  background: #f36c21 !important;
  color: #ffffff !important;
  border: none !important;
  box-shadow: none;
  outline: none;
  min-width: 150px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 10px;
}
.btn.simpleorangebtn:hover {
  background: #17665d !important;
}
.btn.orangebgbtn {
  border: 1px solid #fff;
  background: #f36c21 !important;
  border-radius: 0;
  color: #fff;
  font-weight: 500;
  min-width: 180px;
  font-size: 20px;
  padding: 8px 10px;
  transition: all 0.5s;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
}
.btn.orangebgbtn:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 15px solid #f36c21;
  filter: blur(28px);
  opacity: 0;
  transition: all 0.5s;
  z-index: -1;
}
.btn.orangebgbtn span:before {
  content: "";
  width: 0%;
  height: 0%;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transition: all 0.5s;
  visibility: hidden;
}
.btn.orangebgbtn span:after {
  content: "";
  width: 0%;
  height: 0%;
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: all 0.5s;
  visibility: hidden;
}
.btn.orangebgbtn:hover {
  box-shadow: 0 0 20px #f36c21;
  border-width: 1px;
}
.btn.orangebgbtn:hover:before {
  opacity: 1;
}
.btn.orangebgbtn:hover span:before {
  width: 100%;
  height: 100%;
  visibility: visible;
}
.btn.orangebgbtn:hover span:after {
  width: 100%;
  height: 100%;
  visibility: visible;
}
/**/
.btn.lightgreenbgbtn {
  border: 1px solid #fff;
  background: #1b6d74 !important;
  border-radius: 0;
  color: #fff;
  font-weight: 500;
  min-width: 180px;
  font-size: 20px;
  padding: 8px 10px;
  transition: all 0.5s;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
}
.btn.lightgreenbgbtn:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 15px solid #48fdff;
  filter: blur(28px);
  opacity: 0;
  transition: all 0.5s;
  z-index: -1;
}
.btn.lightgreenbgbtn span:before {
  content: "";
  width: 0%;
  height: 0%;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transition: all 0.5s;
  visibility: hidden;
}
.btn.lightgreenbgbtn span:after {
  content: "";
  width: 0%;
  height: 0%;
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: all 0.5s;
  visibility: hidden;
}
.btn.lightgreenbgbtn:hover {
  box-shadow: 0 0 10px #48fdff;
  border-width: 1px;
}
.btn.lightgreenbgbtn:hover:before {
  opacity: 1;
}
.btn.lightgreenbgbtn:hover span:before {
  width: 100%;
  height: 100%;
  visibility: visible;
}
.btn.lightgreenbgbtn:hover span:after {
  width: 100%;
  height: 100%;
  visibility: visible;
}

/*heading*/
.maqinheading {
  font-size: 60px;
  color: #ffffff;
  margin: 0 0 20px;
  font-family: "Maqin Larisa Display";
}
.maqinheading span {
  color: #f86b15;
}

/*Footer*/
footer {
  width: 100%;
  background: #000000;
}
.mainfooter {
  text-align: center;
  padding: 0;
  border-top: 2px solid #1b6d74;
}
.toplogofooter {
  padding: 50px 0;
  text-align: center;
}
.toplogofooter .item {
  display: inline-block;
  vertical-align: middle;
  padding: 0 30px;
}
.midlogofooter {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  justify-content: center;
  align-items: center;
  padding: 0 0 50px;
  border-bottom: 2px solid #3b3b3b;
}
.midlogofooter .item {
  padding: 10px;
  width: 9%;
}
.midlogofooter .item a {
  display: block;
  mix-blend-mode: luminosity;
  filter: invert(1);
  transition: all 0s;
}
.midlogofooter .item a:hover {
  mix-blend-mode: inherit;
  filter: inherit;
}
.bottomfooter {
  padding: 50px 0 30px;
}
.footermenu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0 0 15px;
}
.footermenu li {
  padding: 5px 15px;
}
.footermenu li a {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  display: block;
  text-decoration: underline;
  text-underline-position: under;
  transition: all 0.5s;
}
.footermenu li a:hover {
  color: #f36c21;
}
.copyrightbox p {
  font-weight: 300;
  margin: 0;
  font-size: 16px;
}

/*Scroll Button*/
#elevator_item {
  position: fixed;
  right: 15px;
  bottom: 15px;
  transition: opacity 0.4s ease-in-out;
  opacity: 1;
  z-index: 999;
  display: none;
}
#elevator_item.off {
  opacity: 0;
  visibility: hidden;
}
#elevator {
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: url(../images/icon_top.png) center center no-repeat;
  background-size: 40%;
  background-color: #f36c21;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

/**/
.basicdetails-sec {
  padding: 50px 0;
  background-color: #fff;
}
.basicdetails-data h1,
.basicdetails-data h2,
.basicdetails-data h3,
.basicdetails-data h4,
.basicdetails-data h5,
.basicdetails-data h6 {
  color: #17665d;
  margin: 0 0 20px;
}
.basicdetails-data p {
  color: #313232;
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 15px;
  font-family: "calibri", sans-serif;
}
.nf-form-cont .nf-form-content .checkbox-wrap label {
  align-items: flex-start;
  display: flex;
  font-size: 14px !important;
  letter-spacing: 0.21px;
  line-height: 18px !important;
  text-align: left;
  margin-left: 0;
}
.nf-form-cont .nf-form-content .checkbox-wrap label:after {
  display: none;
}
.nf-form-cont .nf-form-content .checkbox-wrap label:before {
  align-items: center;
  background-color: #fff;
  border: 1px solid #121b2f;
  color: transparent;
  display: flex;
  font-size: 16px;
  height: 1rem;
  justify-content: center;
  margin-right: 0.9375rem;
  opacity: 1;
  position: static;
  width: 1rem;
}
.nf-form-cont .nf-form-content .checkbox-wrap label.nf-checked-label:before {
  background-color: #f36c21;
  border-color: #f36c21;
  color: #fff;
}
/*-------------------------------- Responsive Media Query --------------------------------*/
@media (min-width: 1200px) {
  body .container {
    max-width: 1200px;
  }
  .headerleft_menu > li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 40px;
    position: relative;
  }
  .headerleft_menu > li:first-child {
    margin-left: 0;
  }
  .headerleft_menu > li > a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 5px 0 35px;
    margin: 0;
    font-weight: 700;
    position: relative;
  }
  .headerleft_menu > li > a:after {
    content: "";
    background: #f36c21;
    width: 0%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 25px;
    opacity: 0;
    transition: all 0.4s;
  }
  .headerleft_menu > li:hover > a:after {
    opacity: 1;
    width: 100%;
  }
  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #212121;
    border: none;
    border-radius: 0;
    min-width: 200px;
    display: block;
    padding: 0;
    transition: all 0.3s;
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
  }
  .dropdown-menu li a {
    display: block;
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    border-bottom: 1px solid #000101;
    padding: 13px 30px 13px 15px;
    margin: 0;
    font-weight: 500;
    white-space: nowrap;
    transition: all 0.4s;
    position: relative;
  }
  .dropdown-menu li a:hover {
    color: #f36c21;
  }
  .headerleft_menu > li.dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
  /*dropdown menu*/
  .headerleft_menu .dropdown-menu li.menu-item-has-children {
    position: relative;
  }
  .headerleft_menu .dropdown-menu li.menu-item-has-children:hover > a {
    text-decoration: underline;
    text-underline-position: under;
    color: #f36c21;
  }
  .headerleft_menu .dropdown-menu li.menu-item-has-children > a:after {
    content: "";
    background: url(../images/icon_top.png) center center no-repeat;
    background-size: 15px;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 10px;
    right: 10px;
    transform: rotate(90deg);
  }
  .headerleft_menu .dropdown-menu li.menu-item-has-children .dropdown-menu {
    top: 0;
    left: 100%;
  }
  .headerleft_menu
    > .dropdown
    > .dropdown-menu
    > li.dropdown:hover
    > .dropdown-menu,
  .headerleft_menu
    > .dropdown
    > .dropdown-menu
    > li.dropdown
    > .dropdown-menu
    > li.dropdown:hover
    > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
  /**/
  .headerightbtm .headerleft_menu {
    margin-right: 10px;
  }
  .headerightbtm .headerleft_menu > li > a {
    font-weight: 400;
  }
  .headerightbtm .headerleft_menu > li {
    margin-left: 16px;
  }
  .headerightbtm .headerleft_menu > li:first-child {
    margin-left: 0;
  }
  .headerightbtm .headerleft_menu > li > a:hover {
    transform: translateY(-5px);
  }
}

@media (min-width: 1320px) {
  body .container {
    max-width: 1300px;
  }
  .headerightbtm .headerleft_menu > li {
    margin-left: 20px;
  }
  .headerleft_menu > li > a {
    font-size: 18px;
  }
}

@media (min-width: 1600px) {
  body .container {
    max-width: 1400px;
  }
  body header .container {
    max-width: 1700px;
  }
  .headerleft_menu > li > a {
    font-size: 20px;
  }
}

@media (max-width: 1199px) {
  .desktopheader {
    display: none;
  }
  .mobileheader {
    display: block;
  }
  .mobileheader-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
  }
  .mobheaderbottom {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 15px;
  }
  .mobileheadernav {
    padding-left: 20px;
  }
  .mbheaderlogo .img-fluid,
  .mobileheadernav .offcanvas-title .img-fluid {
    max-width: 120px;
  }
  .mobileheadernav button.btn {
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none;
    outline: none;
    border-radius: 0;
  }
  .mobileheadernav button.btn svg {
    width: 30px;
    height: 30px;
  }
  .mobileheadernav .offcanvas-header .btn-close {
    background: #0c0c0c;
    border: 1px solid #0c0c0c;
    color: #fff;
    border-radius: 100px;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    width: 40px;
    height: 40px;
    line-height: 1;
    opacity: 1;
  }
  .mobileheadernav .offcanvas-header .btn-close svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    color: #fff;
  }
  .mobileheadernav .offcanvas-header .btn-close svg path {
    fill: #fff;
  }
  .mobileheadernav .offcanvas-body {
    padding: 0;
    margin: 0;
  }
  .offcanvasmenu > ul > li.dropdown {
    position: relative;
  }
  .offcanvasmenu > ul > li > a {
    font-size: 18px;
    color: #0c0c0c;
    text-transform: uppercase;
    padding: 10px 40px 10px 15px;
    margin: 0;
    display: block;
    border-bottom: 1px solid #efefef;
    position: relative;
  }
  .mobile-arrow {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    font-size: 0;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #000;
  }
  .mobile-arrow:after {
    content: "\0002B";
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
  }
  .headerleft_menu .dropdown-menu {
    display: none;
    width: 100%;
    padding: 0;
    max-width: 100%;
    border-bottom: 1px solid #efefef;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: inherit;
    border: none;
    padding: 0;
  }
  .dropdown-menu li a {
    font-size: 16px;
    color: #0c0c0c;
    text-transform: uppercase;
    padding: 10px 10px 10px 30px;
    display: block;
  }
  .headerleft_menu > .dropdown.active > a {
    border-color: #f36c21;
  }
  .headerleft_menu > .dropdown.active > .dropdown-menu {
    display: block;
    overflow: initial;
  }
  .offcanvasmenu > ul > li.active > a {
    background: #f36c21;
    color: #fff;
  }
  .headerleft_menu > .dropdown.active > .mobile-arrow {
    color: #fff;
  }
  .headerleft_menu > .dropdown.active > .mobile-arrow:after {
    content: "\02212";
  }
  .offcanvasmenu .social_icons {
    padding: 15px 0;
  }
  .offcanvasmenu .social_icons li a {
    padding: 0;
  }
  .offcanvasmenu .social_icons li a svg,
  .offcanvasmenu .social_icons li a svg path {
    fill: #000;
    color: #000;
  }
  .footermenu li {
    padding: 5px 7px;
  }
}

@media (max-width: 991px) {
  .maqinheading {
    font-size: 44px;
  }
  .midlogofooter .item {
    width: 12.5%;
  }
}

@media (max-width: 767px) {
  .maqinheading {
    font-size: 34px;
  }
  .midlogofooter .item {
    width: 20%;
  }
  .toplogofooter .item {
    padding: 0 7px;
  }
  .offcanvas.logomodal {
    max-width: 400px;
    border: none;
  }
  #elevator {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 600px) {
  .table-responsive {
    width: 100vw;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    margin-left: calc(-1 * var(--bs-gutter-x) * 0.5);
    margin-right: calc(-1 * var(--bs-gutter-x) * 0.5);
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .table-responsive::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 480px) {
  .mobheadertop p {
    font-size: 14px;
    text-align: right;
  }
  #mobilenav {
    width: 100%;
    border: none;
  }
  .logomodal .offcanvas-body {
    padding: 70px 10px 30px;
  }
  .offcanvas.logomodal {
    max-width: 100%;
  }
  .logomodal .btn-close {
    left: 20px;
    top: 10px;
    background: #000000;
  }
  .logomodal .btn-close svg path {
    fill: #ffffff;
  }
  .maqinheading {
    font-size: 28px;
  }
  .toplogofooter {
    display: flex;
    align-items: center;
    padding: 30px 0;
  }
  .midlogofooter .item {
    width: 25%;
  }
  .midlogofooter {
    padding: 0 0 30px;
    border-bottom: 1px solid #3b3b3b;
  }
  .bottomfooter {
    padding: 30px 0;
  }
  .footermenu {
    display: block;
  }
  .footermenu li {
    padding: 7px 0px;
  }
}
.errorpage-sec {
  margin-top: 203px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
