*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/*==================nav section ====================*/
nav.mynavbar{
    width: 100%;
    max-width: 90rem;
    margin: 0px auto;
    display: flex; 
    align-items: center;
    position: relative;
    z-index: 4;
}
 .myulnav{
    height: 3.2rem;
    overflow: hidden; 
    margin: 0px;
    padding: 0px 1.5rem;
    background: transparent;
}
 .mylinav{
  display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 0px 2rem 0px 0px;
    overflow: hidden;
    white-space: nowrap;
    width: inherit;
    -webkit-box-pack: unset;
    justify-content: unset;
 }
 .navlink{
    margin-left: 0px;
    margin-top: 0px;
    color: rgb(255, 255, 255) !important;
    font-size: 1.8rem;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
}
  
  a :focus, :active {
    outline: none;
}
nav a span.mynavspan{
    margin-left: 0px;
    margin-top: 0px;
    color: rgb(255, 255, 255);
    font-size: 1.8rem;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
}
li.btncls{
  padding-bottom: 1rem;
    border-radius: 0px;
    box-sizing: border-box;
    border-style: solid;
    border-color: transparent;
    border-width: 0px 0px 0.2rem;
}
.navdrop{
    margin-left: 0px;
    margin-top: -12px;
    color: #fff !important;
    font-size: 1.50em;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
}
.loginbtn{
  min-width: auto;
    min-height: 32px;
    display: inline-flex;
    -webkit-box-align: stretch;
    align-items: stretch;
    border-radius: 0.6rem;
    background: transparent;
    padding: 0px;
    border: none;
    cursor: pointer;
}
.navbar-toggler {
     padding: 0.25rem 0.45rem;
    font-size: 0.95rem;
    line-height: 1;
    background-color: #f8f9fa;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.spanbtn{
  display: inline-block;
    vertical-align: middle;
    line-height: normal;
    font-size: inherit;
    transition: transform 0.4s ease 0s;
}
nav img.logo{
  width: 150px;
  padding: 5px;
  margin: auto 20px;
}
@media (max-width: 480px){ 
nav img.logo {
   width: 120px;
    margin: auto;
}
}
/*==================== Header Section ===============*/
  
div.banner {
  height: 100vh;
  min-height: 500px; 
  background-image: url('../../assets/images/hero.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
div.bannercls {
    position: relative;
    width: 100%;
    max-width: 100%;
    display: block; 
    height: 7.2rem;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    top: 0px;
    transition: opacity 0.25s linear 0s, height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1) 0s;
    background-color: transparent;
}
div h1.text{
    color: rgb(255, 255, 255);
    font-weight: 500;
    font-size: 40px;
    line-height: 40px;
    margin: auto;
}
@media (max-width: 767px){
div h1.text {
    width: 100%;
    font-size: 27px;
    font-weight: 600;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
}
}
div p.lead{
    color: rgb(255, 255, 255);
    font-size: 18px;
    line-height: 24px;
    font-weight: 100;
    padding-top: 12px;
}
@media (max-width: 767px){
div p.lead {
    padding-top: 8px;
}
}
.cardimg{
  position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 16.6667%;
    padding: 0px;
}
@media (max-width: 480px){ 
.btn {
   margin: 5px auto;
}
}
 
.media { 
    align-items: flex-start !important; 
}
.d-flex { 
    display: block ;
}

/*=================== About Section ===============*/
/*div.about .mycard{
   margin: 20px;
}*/
div.about{
  margin: 50px auto;
  position: relative;
  max-width: 60rem; 
}
div.about .headingtext{
  font-size: 3rem;
  font-weight: 500; 
  color: #000;
  text-align: center;
  margin: 10px;
  padding: 20px 30px;
}
@media screen and (max-width: 767px)
{ 
  div.about .headingtext {
    max-width: 100%;
    font-size: 19px;
    line-height: 22px;
    margin-bottom: 1.4rem;
    margin-top: 1.4rem;
    text-align: center;
 }
}
div.about .para{
  font-size: 1.20rem;
  font-weight: 400;
  line-height: 30px;
  color: #000;
  text-align: center;
  margin: 10px;
  padding: 20px 30px;
}
@media screen and (max-width: 767px){
div.about .para {
    font-size: 15px;
    line-height: 18px;
    width: 100%;
    margin-bottom: 1.4rem;
    text-align: center;
 }
}
.about h3.texth3{
    font-size: 24px;
    color: #000;
    padding-left: 12px;
    width: 100%; 
}
.about span.spantext{
    font-size: 18px;
    color: #5e5e5e;
    padding-left: 12px;
    width: 100%; 
}

/*================ 3rd section ===================*/
div.work{
  margin: 50px auto;
    position: relative;
    max-width: 60rem;
}
@media screen and (max-width: 767px) {
div.work{
  margin: -50px auto;
  }
}
.bg_work {
    padding-top: 80px;
}
@media screen and (max-width: 768px) {
.bg_work {
    padding-top: 0px;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    background: rgb(242, 246, 250);
  }
}
div.work .workheading{
  font-size: 3rem;
  font-weight: 500; 
  color: #000;
  text-align: center;
  margin: 10px;
  padding: 20px 30px;
  width: 100%;
}
@media screen and (max-width: 768px){
div.work .workheading {
    max-width: 100%;
    font-size: 2em;
    line-height: 22px;
    margin-bottom: 1.4rem;
    margin-top: 0px;
    text-align: center;
  }
}
.card {
    width: 100%; 
    background: rgb(255, 255, 255);
    border: 1px solid rgb(244, 244, 244);
    box-sizing: border-box;
    box-shadow: rgb(228 233 235 / 50%) 0px 10px 70px;
    border-radius: 8px;
    margin: 20px auto; 
    padding: 1.5em .5em .5em; 
    text-align: center; 
}
.mycardimg{
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 147px;
    width: 147px;
    border-radius: 50%;
    background-color: rgb(255, 252, 241);
}
.mycardimg .imgtop{
    width: 64px;
    border-radius: 50%;
    margin: 0 auto;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
}
 
h5.h5text{
    display: flex; 
    font-weight: 500;
    font-size: 1.5em;
    line-height: 32px;
    color: rgb(28, 28, 28);
    margin-top: 1.4rem;
    justify-content: center;
}
p.ptext{
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: rgb(79, 79, 79);
    margin-top: 0.7rem;
}
p span.textspan{
    display: flex; 
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: rgb(79, 79, 86);
    margin-top: 0.8rem;
    padding: 0px 10px;
    justify-content: center;
}

.workbg {
    position: absolute; 
    width: 100%;
    z-index: -1;
}
@media screen and (max-width: 767px){
  .workbg {
    position: static;
    transform: scale(-1, -1);
}
}
 

.workbg .bgimgwork {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.workbg .imagework {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    background: linear-gradient(to right, rgb(248, 248, 248) 0%, rgb(255, 255, 255) 10%, 
      rgb(248, 248, 248) 40%, rgb(248, 248, 248) 100%) no-repeat rgb(248, 248, 248);
    opacity: 0;
    transition: opacity 0.25s ease-out 0s;
    will-change: opacity;
    border-radius: inherit;
    animation: 1.5s linear 0s infinite normal forwards running jCOzbu;
}
.workbg .work_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: none;
    opacity: 1;
    will-change: transform, opacity;
    border-radius: inherit;
    transition: opacity 0.25s ease 0s, transform 0.25s ease 0s;
}


/*================== Register page css =====================*/

     .nav-pills-custom .nav-link {
    color: #aaa;
    background: #fff;
    position: relative;
}

.nav-pills-custom .nav-link.active {
    color: #45b649;
    background: #fff;
}


/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
        content: '';
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid #fff;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        opacity: 0;
    }
}

.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}
 
a:hover,a:focus{
    text-decoration: none;
    outline: none;
}
#accordion .panel{
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 15px;
    position: relative;
}
#accordion .panel:before{
    content: "";
    display: block;
    width: 1px;
    height: 100%;
   /* border: 1px dashed #6e8898;*/
    position: absolute;
    top: 25px;
    left: 18px;
}
#accordion .panel:last-child:before{ display: none; }
#accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 0;
    position: relative;
}
#accordion .panel-title a{
    display: block;
    padding: 0px 30px 0px 60px;
    margin: 0;
    background: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #000;
    border-radius: 0;
    position: relative;
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 40px;
    height: auto;
    line-height: 40px;
    background: #8a8ac3;
    border: 1px solid #8a8ac3;
    border-radius: 3px;
    font-size: 17px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed:before{
    content: "\f105";
    background: #fff;
    border: 1px solid #6e8898;
    color: #000;
}
#accordion .panel-body{
    padding: 10px 15px 10px 15px;
    margin-left: 40px;
    background: #fff;
    border-top: none;
    font-size: 15px;
    color: #6f6f6f;
    line-height: 28px;
    letter-spacing: 1px;
}


.delimiter1{
    position: relative;
    height: 50px;
    color: rgb(105, 105, 105);
    line-height: 50px;
    text-align: center;
}
.delimiter1::before {
    left: 0px;
    margin-right: 20px;
}
.delimiter1::before, .delimiter1::after {
    position: absolute;
    width: 25%;
    height: 1px;
    top: 24px;
    background-color: rgb(207, 207, 207);
    content: "";
}


input[type="tel"] {
  border: 1px solid #ddd;
  padding: 4px 8px;
}
input[type="tel"]:focus {
  border: 1px solid #000;
}

input[type="submit"] {
  font-weight: bold;
  padding: 4px 8px;
  border:1px solid #000;
  background: #3b5998;
  color:#fff;
}
.ptab{
    position: relative;
    width: 100%; 
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 100%;
    padding: 0px;
    font-size: 14px;
    font-weight: 400;
}
/*=========LOad More ================*/
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.content {
/*  height: 100px;
  width: 45%;
  color: #fff;
  font-size: 24px;
  line-height: 100px;  
  text-align: center;
  background-color: grey;
  margin: 5px;
  border: 1px solid lightgrey;*/
  display: none;
}
#addMore {
  width: 200px;
  color: #fff;
  display: block;
  text-align: center;
  margin: 20px auto;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid transparent;
  background-color: blue;
  transition: .3s;
}
#addMore:hover {
  color: blue;
  background-color: #fff;
  border: 1px solid blue;
  text-decoration: none;
}
.noContent {
  color: #000 !important;
  background-color: transparent !important;
  pointer-events: none;
}
.mt2rem{
    margin-top: 2rem;
}

 article
   {
     width: 80%;
     margin:auto;
     margin-top:10px;
  }


  .thumbnail{

     height: 100px;
     margin: 10px;    
  }
  .nopadding{
   float: left;
}
.text_limit {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}
 
 .tab-pane: active .nav-link{
  color: green !important;
 }

 /*========================New Tab Scetion =================*/
  .bg-color{
      background-color: #333;
      }
      .signup-step-container{
      padding: 150px 0px;
      padding-bottom: 60px;
      }
      .wizard .nav-tabs {
      position: relative;
      margin-bottom: 0;
      border-bottom-color: transparent;
      }
      .wizard > div.wizard-inner {
      position: relative;
      margin-bottom: 50px;
      text-align: center;
      }
      .connecting-line {
      height: 2px;
      background: #e0e0e0;
      position: absolute;
      width: 75%;
      margin: 0 auto;
      left: 0;
      right: 0;
      top: 15px;
      z-index: 1;
      }
      .wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
      color: #555555;
      cursor: default;
      border: 0;
      border-bottom-color: transparent;
      }
      span.round-tab {
      width: 30px;
      height: 30px;
      line-height: 30px;
      display: inline-block;
      border-radius: 50%;
      background: #fff;
      z-index: 2;
      position: absolute;
      left: 0;
      text-align: center;
      font-size: 16px;
      color: #0e214b;
      font-weight: 500;
      border: 1px solid #ddd;
      }
      span.round-tab i{
      color:#555555;
      }
      .wizard li.active span.round-tab {
      background: #0db02b;
      color: #fff;
      border-color: #0db02b;
      }
      .wizard li.active span.round-tab i{
      color: #5bc0de;
      }
      .wizard .nav-tabs > li.active > a i{
      color: #0db02b;
      }
      .wizard .nav-tabs > li {
      width: 25%;
      }
      .wizard li:after {
      content: " ";
      position: absolute;
      left: 46%;
      opacity: 0;
      margin: 0 auto;
      bottom: 0px;
      border: 5px solid transparent;
      border-bottom-color: red;
      transition: 0.1s ease-in-out;
      }
      .wizard .nav-tabs > li a {
      width: 30px;
      height: 30px;
      margin: 20px auto;
      border-radius: 100%;
      padding: 0;
      background-color: transparent;
      position: relative;
      top: 0;
      }
      .wizard .nav-tabs > li a i{
      position: absolute;
      top: -15px;
      font-style: normal;
      font-weight: 400;
      white-space: nowrap;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 12px;
      font-weight: 700;
      color: #000;
      }
      .wizard .nav-tabs > li a:hover {
      background: transparent;
      }
      .wizard .tab-pane {
      position: relative;
      padding-top: 20px;
      }
      .wizard h3 {
      margin-top: 0;
      }
      .prev-step,
      .next-step{
      font-size: 13px;
      padding: 8px 24px;
      border: none;
      border-radius: 4px;
      margin-top: 30px;
      }
      .next-step{
      background-color: #0db02b;
      }
      .skip-btn{
      background-color: #cec12d;
      }
      .step-head{
      font-size: 20px;
      text-align: center;
      font-weight: 500;
      margin-bottom: 20px;
      }
      .term-check{
      font-size: 14px;
      font-weight: 400;
      }
      .custom-file {
      position: relative;
      display: inline-block;
      width: 100%;
      height: 40px;
      margin-bottom: 0;
      }
      .custom-file-input {
      position: relative;
      z-index: 2;
      width: 100%;
      height: 40px;
      margin: 0;
      opacity: 0;
      }
      .custom-file-label {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      z-index: 1;
      height: 40px;
      padding: .375rem .75rem;
      font-weight: 400;
      line-height: 2;
      color: #495057;
      background-color: #fff;
      border: 1px solid #ced4da;
      border-radius: .25rem;
      }
      .custom-file-label::after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 3;
      display: block;
      height: 38px;
      padding: .375rem .75rem;
      line-height: 2;
      color: #495057;
      content: "Browse";
      background-color: #e9ecef;
      border-left: inherit;
      border-radius: 0 .25rem .25rem 0;
      }
      .footer-link{
      margin-top: 30px;
      }
      .all-info-container{
      }
      .list-content{
      margin-bottom: 10px;
      }
      .list-content a{
      padding: 10px 15px;
      width: 100%;
      display: inline-block;
      background-color: #f5f5f5;
      position: relative;
      color: #565656;
      font-weight: 400;
      border-radius: 4px;
      }
      .list-content a[aria-expanded="true"] i{
      transform: rotate(180deg);
      }
      .list-content a i{
      text-align: right;
      position: absolute;
      top: 15px;
      right: 10px;
      transition: 0.5s;
      }
      .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
      background-color: #fdfdfd;
      }
      .list-box{
      padding: 10px;
      }
      .signup-logo-header .logo_area{
      width: 200px;
      }
      .signup-logo-header .nav > li{
      padding: 0;
      }
      .signup-logo-header .header-flex{
      display: flex;
      justify-content: center;
      align-items: center;
      }
      .list-inline li{
      display: inline-block;
      }
      .pull-right{
      float: right;
      }

      /*===============Image Upload ==============*/
      .quote-imgs-thumbs {
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  margin: 1.5rem 0;
  padding: 0.75rem;
}
.quote-imgs-thumbs--hidden {
  display: none;
}
.img-preview-thumb {
  background: #fff;
  border: 1px solid #777;
  border-radius: 0.25rem;
  box-shadow: 0.125rem 0.125rem 0.0625rem rgba(0, 0, 0, 0.12);
  margin-right: 1rem;
  max-width: 140px;
  padding: 0.25rem;
}


