.wrap-section {
  background-image: url("../images/portfolio-bg.jpg");
  background-size: cover;
  height: 100vh;
  width: 100vw;
  border-top: 3px solid;
  border-bottom: 3px solid;
  border-color: #BA2025;
}
.wrap-section #sidebar {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 300px;
  height: 100%;
  background: #151719;
  transition: all 300ms linear;
  background: #BA2025;
  padding: 25px 20px;
  z-index: 999999;
}
.wrap-section #sidebar {
  transform: translateX(-100%);
}
.wrap-section #sidebar:hover {
  transform: translateX(0);
}
.wrap-section #sidebar .list {
  height: 530px;
}
.wrap-section #sidebar .list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.wrap-section #sidebar .list::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}
.wrap-section #sidebar .list::-webkit-scrollbar-thumb {
  background-color: #047ac9;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}
.wrap-section #sidebar.active {
  left: 0px;
}
.wrap-section #sidebar .toggle-btn {
  position: absolute;
  left: 298px;
  top: 30%;
  background: #000;
  padding: 10px 20px;
  border-radius: 0px 10px 10px 0px;
  cursor: pointer;
  background: #BA2025;
}
.wrap-section #sidebar .toggle-btn p {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}
.wrap-section #sidebar .toggle-btn span {
  display: block;
  position: relative;
  left: 5px;
  width: 30px;
  height: 2px;
  background: #fff;
  margin: 5px 0px;
  cursor: pointer;
}
.wrap-section #sidebar div.list div.item {
  padding: 8px 10px;
  border-bottom: 1px solid #444;
  color: #fcfcfc;
  text-transform: uppercase;
  font-size: 12px;
}
.wrap-section #sidebar div.list div.item a {
  color: #fcfcfc;
  text-decoration: none;
  font-size: 15px;
  transition: all 0.5s ease-in-out;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}
.wrap-section #sidebar div.list div.item a:hover {
  color: #ccc;
}
.wrap-section .after-heading {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 88.9vh;
  padding-right: 15px;
  padding-bottom: 15px;
}
.wrap-section .after-heading::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.wrap-section .after-heading::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}
.wrap-section .after-heading::-webkit-scrollbar-thumb {
  background-color: #BA2025;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}
.wrap-section .content-inner {
  height: 100vh;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 20px 10px 20px;
}
.wrap-section .content-inner .breadcrum-custom {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}
.wrap-section .content-inner .breadcrum-custom a {
  color: #BA2025;
}
.wrap-section .content-inner .breadcrum-custom .breadcrumb .breadcrumb-item a {
  color: #BA2025;
}
.wrap-section .content-inner .portfolio-heading h1 {
  color: #BA2025;
  font-size: 30px;
}
.wrap-section .portfolio-content {
  margin-bottom: 20px;
}
.wrap-section .portfolio-content p {
  font-size: 16px;
  text-align: justify;
}
.wrap-section .portfolio-content p span {
  text-align: justify;
}
.wrap-section .portfolio-content a {
  font-size: 16px;
  font-weight: 600;
  color: #888;
  border-bottom: 1px solid #888;
}
.wrap-section .content-parent .content-list-child {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-around;
  align-items: center;
  margin: 5px 0px;
}
.wrap-section .content-parent .content-list-child .content-list-left {
  position: relative;
}
.wrap-section .content-parent .content-list-child .content-list-left img {
  width: 330px;
  height: 110px;
}
.wrap-section .content-parent .content-list-child .content-list-left .heading-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  width: 235px;
}
.wrap-section .content-parent .content-list-child .content-list-left .heading-icon p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
}
.wrap-section .content-parent .content-list-child .content-list-left .heading-icon img {
  width: 60px;
  height: 60px;
}
.wrap-section .content-parent .content-list-child .content-list-left .heading-icon .margin-right {
  margin-right: 35px;
}
.wrap-section .content-parent .content-list-child .content-list-left .heading-icon .margin-left {
  margin-left: 35px;
}
.wrap-section .content-parent .content-list-child .content-list-right {
  padding: 5px 20px;
}
.wrap-section .content-parent .content-list-child .content-list-right p {
  margin: 0;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: justify;
}
.wrap-section .content-parent .content-list-child .content-list-right a {
  color: #BA2025;
  font-size: 16px;
  font-weight: 600;
}

.about-us-sec {
  position: absolute;
}

.details-heading h4 {
  color: #BA2025;
  margin-bottom: 5px;
}
.details-heading h3 {
  color: #BA2025;
  margin-bottom: 0px;
}
.details-heading h6 {
  color: #444;
}
.details-heading .det-head-des {
  display: flex;
}
.details-heading .det-head-des img {
  background-color: #006c56;
  width: 40px;
  height: 40px;
  padding: 7px;
  border-radius: 5px;
}
.details-heading .det-head-des h4 {
  margin-left: 10px;
}

.our-team-sec .content-parent .hr-cus {
  border-bottom: 1px solid #BA2025;
  margin: 30px 0px;
  width: 98%;
}
.our-team-sec .content-parent .details-heading {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
}
.our-team-sec .content-parent .details-heading .our-team-left img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.our-team-sec .content-parent .details-heading .our-team-right {
  padding: 5px 10px;
}
.our-team-sec .content-parent .details-heading .our-team-right h6 {
  margin-bottom: 10px;
}
.our-team-sec .content-parent .details-heading .our-team-right p {
  text-align: justify;
}

.our-contact-sec .content-inner .after-heading .address-icon {
  border-bottom: 1px solid rgba(0, 108, 81, 0.5137254902);
  margin: 30px 0px;
  width: 98%;
}
.our-contact-sec .content-inner .after-heading .address-icon .icon {
  position: relative;
}
.our-contact-sec .content-inner .after-heading .address-icon .icon::before {
  content: "";
  position: absolute;
  right: -60px;
  top: 0;
  border-left: 1px solid #ccc;
  height: 48px;
}
.our-contact-sec .content-inner .after-heading .address-icon .icon i {
  font-size: 48px;
  color: #BA2025;
}
.our-contact-sec .content-inner .after-heading .address-icon .icon-down-content {
  padding: 0px 0px 0px 60px;
}
.our-contact-sec .content-inner .after-heading .address-icon .icon-down-content p {
  margin-bottom: 0;
}
.our-contact-sec .content-inner .after-heading .portfolio-heading h1 {
  margin-bottom: 0px;
}
.our-contact-sec .content-inner .after-heading .portfolio-heading h3 {
  color: #BA2025;
}
.our-contact-sec .content-parent .details-heading form .form-submit-cus {
  padding: 10px 30px;
  background: #BA2025;
  border-radius: 0px;
}
.our-contact-sec .content-parent .details-heading form .term-check {
  margin-top: 10px;
  display: flex;
}
.our-contact-sec .content-parent .details-heading form .term-check label {
  padding-left: 10px;
}
.our-contact-sec .content-parent .details-heading form .form-group input,
.our-contact-sec .content-parent .details-heading form .form-group select {
  background-color: #fff;
  padding-left: 10px;
}
.our-contact-sec .content-parent .details-heading form .box8 span {
  color: red;
}
.our-contact-sec .content-parent .hr-cus {
  border-bottom: 1px solid #BA2025;
  margin: 30px 0px;
  width: 98%;
}
.our-contact-sec .content-parent .details-heading .our-team-left img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.our-contact-sec .content-parent .details-heading .our-team-right {
  padding: 5px 10px;
}
.our-contact-sec .content-parent .details-heading .our-team-right h6 {
  margin-bottom: 10px;
}

.about-us-sec .details-heading .det-head-des {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
.about-us-sec .details-heading .det-head-des p {
  margin-bottom: 0px;
}
.about-us-sec .details-heading .det-head-des p i {
  font-size: 40px;
  color: #BA2025;
}
.about-us-sec .details-heading .vision {
  display: flex;
}
.about-us-sec .details-heading .vision .vision-img {
  width: 300px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-us-sec .details-heading .vision p {
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.our-portflio-sec .content-inner .after-heading .content-parent .list-block.brd-right {
  border-right: 1px solid gainsboro;
  padding-right: 15px;
}
.our-portflio-sec .content-inner .after-heading .content-parent .hr-cus {
  border-bottom: 1px solid #BA2025;
  margin: 30px 0px;
  width: 98%;
}
.our-portflio-sec .details-heading .det-head-des {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
.our-portflio-sec .details-heading .det-head-des p {
  margin-bottom: 0px;
}
.our-portflio-sec .details-heading .det-head-des p i {
  font-size: 40px;
  color: #BA2025;
}
.our-portflio-sec .or-portfolio-ul ul {
  list-style-type: disc;
}
.our-portflio-sec .or-port-accordian .accordion-button:focus {
  border-color: none;
  outline: 0;
  box-shadow: none;
}

.faqs-sec .or-port-accordian .accordion-button:focus {
  border-color: none;
  outline: 0;
  box-shadow: none;
}
.faqs-sec .brd-right img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.tnc-sec .hr-cus {
  border-bottom: 1px solid #BA2025;
  margin: 30px 0px;
  width: 98%;
}
.tnc-sec .or-port-accordian .accordion-button:focus {
  border-color: none;
  outline: 0;
  box-shadow: none;
}
.tnc-sec .content-parent .brd-right {
  margin: 20px 0px 0px 0px;
}
.tnc-sec .tnc-dv p {
  position: relative;
  margin-left: 20px;
}
.tnc-sec .tnc-dv p::after {
  position: absolute;
  content: "\f2f6";
  font-family: "Fontawesome";
  left: -20px;
  top: 0;
  color: #BA2025;
}

.privacy-policy-sec .hr-cus {
  border-bottom: 1px solid #BA2025;
  margin: 30px 0px;
  width: 98%;
}
.privacy-policy-sec .or-port-accordian .accordion-button:focus {
  border-color: none;
  outline: 0;
  box-shadow: none;
}
.privacy-policy-sec .content-parent .brd-right {
  margin: 20px 0px 0px 0px;
}
.privacy-policy-sec .tnc-dv p {
  position: relative;
  margin-left: 20px;
}
.privacy-policy-sec .tnc-dv p::after {
  position: absolute;
  content: "\f2f6";
  font-family: "Fontawesome";
  left: -20px;
  top: 0;
  color: #BA2025;
}
.privacy-policy-sec .privacy-heading h4 {
  margin-bottom: 5px;
}

.career-sec .hr-cus {
  border-bottom: 1px solid #BA2025;
  margin: 30px 0px;
  width: 98%;
}
.career-sec .career-heading h1 {
  color: #BA2025;
}
.career-sec .career-heading h3 {
  color: #BA2025;
}
.career-sec .or-port-accordian .accordion-button {
  border-bottom: 1px solid #ccc;
  background-color: #d9ede5;
  text-transform: capitalize;
  font-size: 20px;
  color: #BA2025;
  font-weight: 600;
}
.career-sec .or-port-accordian .accordion-button:focus {
  border-color: none;
  outline: 0;
  box-shadow: none;
}
.career-sec .or-port-accordian .accordion-content {
  display: flex;
}
.career-sec .or-port-accordian .accordion-content .apply-btn button {
  background-color: #BA2025 !important;
  border: unset !important;
  padding: 10px 20px;
}
.career-sec .or-port-accordian .accordion-content h5 {
  margin-bottom: unset;
  padding-left: 20px;
}
.career-sec .or-port-accordian .accordion-content h6 {
  margin-bottom: unset;
}
.career-sec .or-port-accordian .accordion-content .job-desc {
  padding-left: 20px;
}
.career-sec .apply-section .img-con {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
.career-sec .apply-section .img-con .left-content {
  position: relative;
  margin-right: 50px;
}
.career-sec .apply-section .img-con .left-content::before {
  position: absolute;
  content: "";
  border-right: 1px solid #ccc;
  width: 2px;
  height: 60px;
  top: 0;
  right: -25px;
}
.career-sec .apply-section .img-con .left-content i {
  font-size: 40px;
  color: #BA2025;
}
.career-sec .apply-section .img-con .right-content h3 {
  margin-bottom: 5px;
}
.career-sec .apply-section .img-con .right-content h3 a {
  color: #BA2025;
}

.accordion-button:not(.collapsed) {
  color: #BA2025;
  font-weight: 500;
}

.popup-form form label {
  color: #000;
}
.popup-form form label span {
  color: red;
}

.media-sec .hr-cus {
  border-bottom: 1px solid #BA2025;
  margin: 30px 0px;
  width: 98%;
}
.media-sec .med-images img {
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
.media-sec .media-heading h1 {
  color: #BA2025;
}
.media-sec .media-heading h3 {
  color: #BA2025;
}
.media-sec .media-headin h5 {
  margin-bottom: 5px;
}

#doro-aside {
  width: 100%;
  transform: translateX(-100%);
  padding-top: 0em;
}

body.offcanvason1 #doro-aside {
  transform: translateX(0);
  width: 23%;
  z-index: 999;
}

/*** 13. Navigation styles ***/
.doro-nav-toggle1 {
  cursor: pointer;
  text-decoration: none;
}

.doro-nav-toggle1.active i::before,
.doro-nav-toggle1.active i::after {
  background: #fff;
}

.doro-nav-toggle1.dark.active i::before,
.doro-nav-toggle1.dark.active i::after {
  background: #101010;
}

.doro-nav-toggle1:hover,
.doro-nav-toggle1:focus,
.doro-nav-toggle1:active {
  outline: none;
  border-bottom: none !important;
}

.doro-nav-toggle1 i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  width: 20px;
  height: 1px;
  color: #fff;
  font: bold 14px/0.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #fff;
  transition: all 0.2s ease-out;
  top: -2px;
}

.doro-nav-toggle1 i::before,
.doro-nav-toggle1 i::after {
  content: "";
  width: 20px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  transition: 0.2s;
}

.doro-nav-toggle1.dark i {
  position: relative;
  color: #101010;
  background: #101010;
  transition: all 0.2s ease-out;
}

.doro-nav-toggle1.dark i::before,
.doro-nav-toggle1.dark i::after {
  background: #101010;
  transition: 0.2s;
}

.doro-nav-toggle1 i::before {
  top: -7px;
}

.doro-nav-toggle1 i::after {
  bottom: -7px;
}

.doro-nav-toggle1:hover i::before {
  top: -10px;
}

.doro-nav-toggle1:hover i::after {
  bottom: -10px;
}

.doro-nav-toggle1.active i {
  background: transparent;
}

.doro-nav-toggle1.active i::before {
  top: 0;
  transform: rotateZ(45deg);
}

.doro-nav-toggle1.active i::after {
  bottom: 0;
  transform: rotateZ(-45deg);
}

.doro-nav-toggle1 {
  position: fixed;
  right: 0px;
  top: 170px;
  z-index: 9999;
  cursor: pointer;
  opacity: 1;
  visibility: hidden;
  padding: 12px 15px;
  transition: 0.5s;
  background: #101010;
  margin: 20px 0;
  border-radius: 10px 0 0 10px;
}

.doro-nav-toggle1 {
  opacity: 1;
  visibility: visible;
}
.doro-nav-toggle1 p {
  margin: 0;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}

#doro-logo-cus .logo-img {
  width: 220px;
  height: 100%;
  border-radius: 6px;
}

#doro-logo-cus {
  position: fixed;
  top: 0;
  right: 0;
  width: 285px;
  text-align: center;
  z-index: 8;
}

#doro-logo-cus1 {
  position: fixed;
  top: 0;
  right: 0;
  width: 285px;
  text-align: center;
  z-index: 10;
}

a.js-doro-nav-toggle1.doro-nav-toggle1.active {
  right: 275px;
  top: -25px;
}

.sidenav {
  height: 100%;
  width: 300px;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: #BA2025;
  transition: 0.5s;
  padding: 25px 20px;
  transform: translateX(-100%);
}
.sidenav:hover {
  transform: translateX(0);
}
.sidenav a {
  text-decoration: none;
  font-size: 15px;
  color: #f1f1f1;
  display: block;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  transition: 0.3s;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  letter-spacing: 1px;
}
.sidenav a:hover {
  color: #818181;
}
.sidenav .list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.sidenav .list::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}
.sidenav .list::-webkit-scrollbar-thumb {
  background-color: #047ac9;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}
.sidenav .list div.item {
  padding: 10px 0;
  border-bottom: 1px solid #444;
  color: #fcfcfc;
  text-transform: uppercase;
  font-size: 12px;
}
.sidenav .sidebar-toggle-btn {
  color: white;
  background-color: #BA2025;
  position: absolute;
  left: 298px;
  top: 33%;
  z-index: 99999;
  padding: 10px 20px;
  border-radius: 0 10px 10px 0;
}
.sidenav .sidebar-toggle-btn p {
  color: white;
  margin-bottom: 0;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}
.sidenav .sidebar-toggle-btn span {
  display: block;
  position: relative;
  left: 5px;
  width: 22px;
  height: 1px;
  background: #fff;
  margin: 5px 0px;
  cursor: pointer;
}

.linechamp2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.linechamp3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.form-content-area {
  background-color: #d9ede5 !important;
  border-radius: 10px;
  border: 5px solid white;
}
.form-content-area .form-input {
  border-radius: 10px;
}
.form-content-area .captcha_head .captchatext {
  position: relative;
  width: 200px;
  border: 1px solid #c5c1c1;
}
.form-content-area .captcha_head .captchatext img {
  height: 40px;
}
.form-content-area .captcha_head .captchatext span {
  position: absolute;
  left: 50%;
  width: 100%;
  font-size: 30px;
  text-align: center;
  letter-spacing: 10px;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #f7f7f7;
  font-style: italic;
}
.form-content-area .popup-form .refrest_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  background-color: #BA2025;
  border: 1px solid #c5c1c1;
}
.form-content-area .popup-form .refrest_btn i {
  font-size: 25px;
  color: #fff;
}
.form-content-area .popup-form .captcha-text-input {
  text-align: center;
  padding: 5px;
  border: unset;
}
.form-content-area .popup-form .popup-close {
  background-color: #4a5a56;
}
.form-content-area .popup-form .popup-submit {
  background-color: #BA2025;
}

.our-blog-sec {
  position: absolute;
}

.career-sec {
  position: absolute;
}

.our-contact-sec {
  position: absolute;
}

.media-sec {
  position: absolute;
}

.our-team-sec {
  position: absolute;
}

.our-portflio-sec {
  position: absolute;
}

.tnc-sec {
  position: absolute;
}

.custm-wrap-section {
  position: absolute;
}

.wrap-section {
  position: absolute !important;
  overflow-y: hidden;
}

.faqs-sec {
  position: absolute;
}

.services-item {
  display: none;
}/*# sourceMappingURL=main.css.map */