/*

Template 2080 Minimax

http://www.tooplate.com/view/2080-minimax

*/

body {
  background: #fff;
  /* font-family: "lane_-_narrowregular", sans-serif; */
  font-family: 'Poppins', sans-serif;

  line-height: 30px;
}

@font-face {
  font-family: "lane_-_narrowregular";
  src: url("../fonts/LANENAR_-webfont.eot");
  src: url("../fonts/LANENAR_-webfont.eot?#iefix") format("embedded-opentype"),
    url("../fonts/LANENAR_-webfont.woff") format("woff"),
    url("../fonts/LANENAR_-webfont.ttf") format("truetype"),
    url("../fonts/LANENAR_-webfont.svg#lane_-_narrowregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

h1,
p {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
}

h2,
h3 {
  font-weight: bold;
  color : #004aad;
}

h5{
   color : #004aad;
}

hr {
  border-color: #dc5034;
  margin: 0;
  opacity: 0.3;
}

img {
  max-width: 100%;
  height: auto;
  transition: all 0.3s ease-in;
}
img:hover {
  cursor: pointer;
  opacity: 0.5;
}

/* navigation */
.navbar-default {
  background: #fff;
  border: none;
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
  margin: 0 !important;
}
.navbar-default .navbar-brand {
  background: #dc5034;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  line-height: 50px;
  height: 90px;
  margin: 0;
  padding: 20px 20px 40px 20px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}
.navbar-brand:hover,
.navbar-brand:clicked {
  background: dc5034;
}
.navbar-default .navbar-nav li a {
  border-right: 1px solid #f9f9f9;
  color: #004aad;
  font-weight: bold;
  padding-right: 40px;
  padding-left: 40px;
  line-height: 60px;

  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}
.navbar-default .navbar-nav > li > a:clicked,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #dc5034;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #dc5034;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border: none;
  padding-top: 30px;
}
.navbar-default .navbar-toggle .icon-bar {
  background: #dc5034;
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

/* FULL PAGE OVERLAY */
#policyOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
}

/* POPUP BOX */
.policy-box {
  background: #fff;
  max-width: 500px;
  width: 90%;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
}

.policy-box h3 {
  font-weight: 600;
  margin-bottom: 15px;
}

.policy-box a {
  color: #007bff;
  font-weight: 500;
  text-decoration: underline;
}

.policy-actions {
  margin-top: 20px;
}

.policy-actions label {
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
}

.policy-actions button {
  background: #000;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 4px;
}

.policy-actions button:disabled {
  background: #aaa;
  cursor: not-allowed;
}


/* home section */
#home {
  background: url("../images/home-bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 600px;
  padding-top: 220px;
  padding-bottom: 100px;
}
#home h1 {
  color: #dc5034;
  font-weight: 300;
  padding-bottom: 10px;
}
#home h2 {
  line-height: 10px;
}
#home .btn {
  background: rgba(255, 255, 255, 0.6);
  border: 2px solid #444;
  border-radius: 0px;
  color: #444;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 16px;
  padding-top: 14px;
  width: 200px;
  padding: 20px;
  margin-top: 20px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}
#home .btn:hover {
  background: #dc5034;
  border-color: transparent;
  color: #fff;
}

/* service section */
#service {
  padding: 20px 0;
}

.section-subtitle {
  max-width: 700px;
  margin: 10px auto 0px;
  color: #666;
}

.service-item {
  height: 600px;
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  /* text-align: center; */
}

.service-item i {
  display: flex;
  justify-content: center;
  color : #dc5034 !important;
}

.services {
  text-align: center !important;
}

.service-item i {
  font-size: 40px;
  color: #1e40af;
  margin-bottom: 15px;
}

.service-item ul {
  padding-left: 0;
  list-style: none;
}

.service-item ul li {
  margin-bottom: 6px;
  list-style: disc;
}

#why-redecom {
  background-color: #f8fafc;
}

#why-redecom table th,
#why-redecom table td {
  padding: 18px;
}

#why-redecom h2 {
  font-weight: 700;
}

/* about section */
#about {
  padding-top: 60px;
  
}
#about h2 {
  /* border-right: 2px solid #DC5034; */
  display: inline-block;
  padding: 10px 20px 10px 10px;
}
#about .col-md-12 {
  text-align: center;
  
}
#about img {
  border: 1px solid #666;
  padding: 10px;
}
#about h4 {
  padding-bottom: 10px;
}

/* team section */
#team {
  padding-top: 60px;
  
}
#team h2 {
  /* border-left: 2px solid #DC5034; */
  display: inline-block;
  padding: 10px 10px 10px 20px;
}
#team h4 {
  padding-bottom: 40px;
}
#team .col-md-12 {
  text-align: center;
  padding-bottom: 60px;
}
#team img {
  border: 1px solid #666;
  padding: 15px;
}

/* portfolio section */
.portfolio-section {
  padding: 60px 20px;
  max-width: 1100px;
  margin: auto;
}

.portfolio-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}

.tab-btn {
  padding: 10px 18px;
  border: none;
  background: #e9eef5;
  cursor: pointer;
  border-radius: 6px;
  font-weight: 600;
}

.tab-btn.active {
  background: #dc5034;
  color: #fff;
}

.tab-content {
  display: none;
  animation: fade 0.3s ease-in;
}

.tab-content.active {
  display: block;
}

.tab-content h3 {
  margin-bottom: 10px;
  color: #1e293b;
}

.portfolio-content {
  border: 1px solid #dc5034;
  border-radius: 5px;
  padding: 20px 10px;
  text-align: center;
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* FILTER CSS */
.filter-wrapper {
  width: 100%;
  margin: 0 0 24px 0;
  overflow: hidden;
  text-align: center;
}
.filter-wrapper li {
  display: inline-block;
  margin: 4px;
}
.filter-wrapper li a {
  color: #999999;
  font-size: 16px;
  font-family: "lane_-_narrowregular", sans-serif;
  font-weight: bold;
  padding: 8px 17px;
  display: block;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}
.filter-wrapper li a.selected,
.filter-wrapper li a:focus,
.filter-wrapper li a:hover {
  background: #dc5034;
  border-color: transparent;
  color: #ffffff;
}

/* ISOTOPE BOX CSS */
.iso-box-section {
  width: 100%;
}
.iso-box-wrapper {
  width: 100%;
  padding: 0;
  clear: both;
  position: relative;
}
.iso-box {
  position: relative;
  min-height: 50px;
  float: left;
  overflow: hidden;
  margin-bottom: 20px;
}
.iso-box > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.iso-box > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fluid-img {
  width: 100%;
  display: block;
}

/* pricing section */
#pricing {
  padding-top: 60px;
  padding-bottom: 80px;
  text-align: center;
}
#pricing h2 {
  /* border-left: 2px solid #DC5034; */
  display: inline-block;
  /* padding: 10px 10px 10px 20px; */
}
#pricing .plan {
  border: 2px solid #444;
  padding: 20px 20px 40px 20px;
  margin-top: 60px;
}
#pricing .plan .plan-title {
  border-bottom: 2px solid #444;
  padding: 20px 10px 20px 10px;
  margin-bottom: 20px;
}
#pricing .plan small,
#pricing .plan ul li {
  font-family: "Raleway", sans-serif;
}
#pricing .plan ul {
  padding: 0;
}
#pricing .plan ul li {
  display: block;
  padding: 16px 0px 16px 0px;
}
#pricing .plan .btn {
  background: transparent;
  border: 2px solid #444;
  border-radius: 0px;
  color: #000;
  font-weight: bold;
  width: 140px;
  height: 50px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}
#pricing .plan .btn:hover {
  background: #dc5034;
  border-color: transparent;
}

#pricing table th,
#pricing table td {
  padding: 18px;
}

/* contact section */
#contact {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
#contact h2 {
  /* border-right: 2px solid #f2af00; */
  display: inline-block;
  padding: 10px 20px 10px 10px;
  margin-bottom: 60px;
}
#contact .form-control {
  border: 2px solid #444;
  border-radius: 0px;
  box-shadow: none;
  font-family: "Raleway", sans-serif;
  margin-bottom: 20px;
}
#contact .form-control:focus {
  opacity: 0.8;
  position: relative;
  bottom: 10px;
}
#contact input {
  height: 50px;
}
#contact input[type="submit"] {
  background: #444;
  color: #ffffff;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}
#contact input[type="submit"]:hover {
  background: #dc5034;
  border-color: transparent;
}
#contact p {
  padding-top: 10px;
}
.form-control::-moz-placeholder {
  color: #202020;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #202020;
}
.form-control::-webkit-input-placeholder {
  color: #202020;
}

/* footer section */
footer {
  padding-top: 60px;
  padding-bottom: 60px;
}
footer h2 {
  border-bottom: 2px solid #444;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
footer p {
  line-height: 20px;
}
footer span {
  font-weight: bold;
  padding-left: 20px;
}
.social-icons {
  padding: 0;
  margin: 0;
}
.social-icons li {
  display: inline-block;
  list-style: none;
}
.social-icons li a {
  background: #444;
  color: #ffffff;
  text-decoration: none;
  font-size: 30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  vertical-align: middle;
  margin-right: 10px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}
.social-icons li a:hover {
  background: #f2af00;
}

/* copyright section */
.copyright {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

/* scrolltop section */
.go-top {
  background-color: #dc5034;
  font-size: 26px;
  bottom: 2em;
  right: 2em;
  color: #fff;
  display: none;
  position: fixed;
  text-decoration: none;
  width: 60px;
  height: 60px;
  line-height: 58px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}
.go-top:hover {
  background-color: #444;
  color: #fff;
}

/* media 960 */
@media only screen and (max-width: 980px) {
  .navbar-default .navbar-nav li a {
    padding-right: 20px;
    padding-left: 40px;
    line-height: 30px;
  }
}

/* media 360 */
@media only screen and (max-width: 360px) {
  #team h4 {
    padding-bottom: 30px;
  }
}

.table th{
  text-align: center;
}

.table td {
  font-weight: 200; /* bold */
  color: #000; /* black */
}

.banking-details {
  border: 1px solid #dc5034;
  border-radius: 5px;
  padding: 20px 10px;
  max-height: 500px;
  margin-bottom: 10px;
 
  
}

.scanner {
  /* border: 1px solid #dc5034;
  border-radius: 5px;
  margin-bottom: 10px; */
}


.proper-list {
  list-style: disc;
  padding-left: 20px;
}

.proper-list li {
  text-align: left;
  margin-bottom: 8px;
}
