.about{
    /* background: #F9F9F9; */
    /* background: rgba(127, 137, 161, 0.3); */
    /* background: rgb(146, 28, 28); */
    min-height: 50vh;
    width:100%;
    color:#000;
    /* padding-top:48px; */
    /* padding-bottom:48px; */
    /* box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.1);  */
  }
  #about {
    /* background: #fff; */
    /* background: rgba(234, 235, 238, 0.3); */
    padding: 60px 0;
  }
  
  .background {
    margin: 20px 0;
  }
  
  .content {
    /* background:rgba(234, 235, 238, 0.3) ; */
  }
  
  .title {
    color: #333;
    font-weight: 700;
    font-size: 32px;
  }
  
  #about .about-container p {
    line-height: 26px;
  }
  
  #about .about-container p:last-child {
    margin-bottom: 0;
  }
  
  .icon-box {
    padding: 0 0 30px 0;
  }
  
  .icon-box .icon {
    float: left;
    background: #fff;
    width: 64px;
    height: 64px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    border-radius: 50%;
    /* border: 2px solid #007bff; */
    border: 2px solid #de600c;
    transition: all 0.3s ease-in-out;
  }
  
  .icon-box .icon i {
    color:#de600c;
    /* color: #007bff; */
    font-size: 24px;
  }
  
  .icon-box:hover .icon {
    /* background: #007bff; */
    background: #de600c;
  }
  
  .icon-box:hover .icon .icc {
    color: #fff !important;
  }
  
  .icon-box .title {
    margin-left: 80px;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 18px;
  }
  
  .icon-box .title a {
    color: #283d50;
  }
  
  .icon-box .description {
    margin-left: 80px;
    line-height: 24px;
    font-size: 16px;
  }
  
  #about .about-extra {
    padding-top: 60px;
  }
  
  #about .about-extra h4 {
    /* font-weight: 600; */
    /* font-size: 24px; */
  }

  .carousel-container1{
      min-height:50vh;
      width: 100%;
      position: relative;
      background:linear-gradient(rgba(0, 0, 0,0.9),rgba(0, 0, 0,0.85)),url(../img/bannerbg.jpg);
      background-attachment: fixed;
      background-size: cover;
      background-position: right;
      color: #fff;
  }


  .investors{
    /* margin-top:-28px; */
    padding: 48px 0;
    width:100%;
    /* position: absolute;
    bottom: 0; */
    color:#fff;
    background:rgba(0, 0, 0,1);
    /* background:linear-gradient(rgba(0, 0, 0,0.9),rgba(0, 0, 0,0.95)),url(../img/plan-holder-header.jpg); */
  }

#services{
    background:linear-gradient(rgba(255, 255, 255,0.92),rgba(255, 255, 255,0.92)),url(../img/about-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
  #why-us {
    padding: 60px 0;
    
  }
  
  #why-us .section-header h3,
  #why-us .section-header p {
    color: #000;
  }
  
  #why-us .card {
    /* background: #18d26e; */
    background: linear-gradient(rgba(0, 142, 99, 0.1), rgba(0, 0, 0, 0.1)), url(../img/call-to-action-bg.jpg) fixed center center;
    background-size: cover;
    border-color: #777777;
    border-radius: 10px;
    /* margin: 0 2px; */
    padding: 15px 0;
    text-align: center;
    color: #fff;
    transition: 0.3s ease-in-out;
    height: 100%;
  }
  
  #why-us .card:hover {
    background: #08974b;
    border-color: #08974b;
  }
  
  .img-siz{
    height:60px;
    width:60px;
    background:#fff;
    color:#fff;
    text-align:center;
  }
  #why-us .card h5 {
    font-size: 22px;
    font-weight: 600;
  }
  
  #why-us .card p {
    font-size: 15px;
    color: #d8eafe;
  }
  
  #why-us .card .readmore {
    color: #fff;
    font-weight: 600;
    display: inline-block;
    transition: 0.3s ease-in-out;
    border-bottom: #18d26e solid 2px;
  }
  
  #why-us .card .readmore:hover {
    border-bottom: #fff solid 2px;
  }
  
  #why-us .counters {
    padding-top: 40px;
  }
  
  #why-us .counters span {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 48px;
    display: block;
    color: #000;
  }
  
  #why-us .counters p {
    padding: 0;
    margin: 0 0 20px 0;
    font-family: "Montserrat", sans-serif;
    /* font-size: 14px; */
    color: #d00000;
  }
  .plan-card:hover {
    transform: scale(1) translateY(20px);
    /* background:#E98A15; */
    background: rgb(0, 66, 138);
    /*background:#d00000;*/
    /*background:#247BA0;*/
    /*background:#230C33;*/
    color:#fff;
  }
  .plan-btn{
    padding:10px;
    width:130px;
    text-align: center;
    margin:10px;
    text-decoration: none;
    color:#ff2700;
    background: #efefef;
    /* background: rgba(245, 6, 6, 0.747); */
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    /* box-shadow: -2px -2px 3px gray; */
  }
  .plan-btn:hover{
    text-decoration: none;
    background:#000;
    color: #fff;
  }
  @media screen and (max-width:768px){
    .plan-card{
        font-size:16px;
    }
  }
  #faq{
    background: linear-gradient(rgba(255,255,255,0.9),rgba(255,255,255,0.85)),url("../img/about-bg.jpg") center top no-repeat fixed;
    background-size: cover;
    padding: 60px 0 40px 0;
    position: relative;
  }
  .accordion, .card{
    background: transparent;
  }
  .faq-header{
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.9)), url(../img/call-to-action-bg.jpg) fixed center center;
    background-size: cover;
    border-color: #777777;
    /* margin: 0 2px; */
    padding: 15px;
    text-align: center;
    color: #de600c;
    transition: 0.3s ease-in-out;
    height: 100%;
  }
  .faq-header a{
    color: #fff;
    text-decoration: none;
  }
  .faq-header a:hover{
    color: #de600c !important;
  }

  #newss{
    background: linear-gradient(rgba(255,255,255,0.9),rgba(255,255,255,0.85)),url("../img/about-bg.jpg") center top no-repeat fixed;
    background-size: cover;
    padding: 60px 0 40px 0;
    position: relative;
  }

  
#about1 {
  background: url("../img/about-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
}

#about1::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

#about1 .container {
  position: relative;
  z-index: 10;
}

#about1 .about1-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

#about1 .about1-col .img {
  position: relative;
}
#about1 .about1-col .img img{
  height: 200px;
  width: 100%;
}
#about1 .about1-col .img img {
  border-radius: 4px 4px 0 0;
}

#about1 .about1-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #de600c;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#about1 .about1-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#about1 .about1-col:hover .icon {
  background-color: #fff;
}

#about1 .about1-col:hover i {
  color: #de600c;
}

#about1 .about1-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#about1 .about1-col h2 a {
  color: #000;
}

#about1 .about1-col h2 a:hover {
  color: #de600c;
}

#about1 .about1-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}



/* Pricing Area */
/*----------------------------------------*/

.pricing-area {
  background: rgba(0, 0, 0, 0.02) none repeat scroll 0 0;
}

.pri_table_list {
  border: 1px solid #ccc;
  text-align: center;
  transition: all 0.4s ease 0s;
  background: #fff;
}

.pri_table_list h3 span {
  font-size: 16px;
}

.pri_table_list ol li {
  border-bottom: 1px solid #ccc;
  color: #666;
  padding: 12px 15px;
  position: relative;
  text-align: left;
}

.pri_table_list li.check.cross::after {
  content: "\f00d";
  font-family: fontawesome;
  font-size: 14px;
  position: absolute;
  right: 50px;
  top: 12px;
  color: indianred;
}

.pri_table_list li.check::after {
  content: "\f00c";
  font-family: fontawesome;
  font-size: 14px;
  position: absolute;
  right: 50px;
  top: 12px;
  color: #3EC1D5;
}

.pri_table_list button {
  background: #444 none repeat scroll 0 0;
  border: 1px solid #444;
  color: #fff;
  margin-bottom: 25px;
  padding: 10px 35px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  border-radius: 30px;
}

.pri_table_list>h3 {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
  padding: 30px 0 20px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

.pri_table_list ol {
  list-style: outside none none;
  margin: 0;
  padding: 0 0 25px;
}

.pri_table_list.active {
  transition: all 0.4s ease 0s;
  position: relative;
  overflow: hidden;
}

.saleon {
  background: #3EC1D5 none repeat scroll 0 0;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  left: -26px;
  padding: 2px 25px;
  position: absolute;
  text-transform: uppercase;
  top: 16px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}

.pri_table_list>button:hover {
  background-color: #fff;
  border: 1px solid #333;
  color: #333;
}

.active>h3 {
  background: #f5f5f5 none repeat scroll 0 0;
  color: #333;
  transition: all 0.4s ease 0s;
}

.active>button {
  background: #3EC1D5 none repeat scroll 0 0;
  border: 1px solid #3EC1D5;
  color: #fff;
  transition: 0.4s;
}

.active>button:hover {
  background: #333 none repeat scroll 0 0;
  border: 1px solid #333;
  color: #fff;
  transition: 0.4s;
}