/* orange-color = #e67817 */

body {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  overflow-x: hidden;
  color: #848d92;
  position: relative; }

a{
    text-decoration: none;
}
.text-orange{
    color:#e67817;
}

.form-control {
  height: 54px;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: transparent !important;
  margin-bottom: 10px; }
  .form-control:active, .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0.2) !important; }
  .form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.7); }
  .form-control::-moz-placeholder {
    color: rgba(0, 0, 0, 0.7); }
  .form-control:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.7); }
  .form-control:-moz-placeholder {
    color: rgba(0, 0, 0, 0.7); }

textarea {
  height: auto !important; }

#overlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 7100;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.loader {
  z-index: 7700;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.section {
  padding-top: 4rem;
  padding-bottom: 4rem; }
  .parllax-quaot .heading {
    font-size: 30px;
    font-weight: 700; }

.sec-features {
  background-color: #e67817;
  background: #e67817;
  background: -webkit-linear-gradient(310deg, #e67817 0%, #4d4948 100%);
  background: -o-linear-gradient(310deg, #e67817 0%, #4d4948 100%);
  background: linear-gradient(140deg, #ff9102 0%, #7c07bdf0 100%);
  overflow: hidden; }

  .sec-features .feature h3, .sec-features .feature .h3 {
    font-size: 18px;
    font-weight: 400;
    color: #fff; }
  .sec-features .feature p {
    /*color: rgba(255, 255, 255, 0.7);*/
    color:#fff;
     }
    .sec-features .feature p:last-child {
      margin-bottom: 0; }

.sec-services {
  background: rgba(0, 0, 0, 0.05); }

.service {
  margin-bottom: 25px;
  border-radius: 4px;
  background: #fff; }
  .service [class^="bi-"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    font-size: 50px;
    position: relative;
    margin-right: 10px;
    margin-bottom: 20px;
    display: inline-block; }

  .service h3, .service .h3 {
    color: #000;
    font-size: 18px; }

  .parllax-quaot .heading {
    color: #fff; }
  .parllax-quaot p {
    color: #fff; }

.post-slider-wrap, .testimonial-slider-wrap {
  position: relative; }
  .post-slider-wrap .tns-inner, .testimonial-slider-wrap .tns-inner {
    padding-bottom: 100px; }
  .post-slider-wrap .tns-nav, .testimonial-slider-wrap .tns-nav {
    position: absolute;
    left: 50%;
    z-index: 9;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 20px; }
    .post-slider-wrap .tns-nav button, .testimonial-slider-wrap .tns-nav button {
      background: none;
      border: none;
      margin: 3px;
      height: 7px;
      position: relative; }
      .post-slider-wrap .tns-nav button:active, .post-slider-wrap .tns-nav button:focus, .testimonial-slider-wrap .tns-nav button:active, .testimonial-slider-wrap .tns-nav button:focus {
        outline: none; }
      .post-slider-wrap .tns-nav button:before, .testimonial-slider-wrap .tns-nav button:before {
        position: absolute;
        content: "";
        width: 7px;
        height: 7px;
        display: inline-block;
        border-radius: 50%;
        background-color: rgba(0, 0, 0, 0.5) !important;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .post-slider-wrap .tns-nav button.tns-nav-active:before, .testimonial-slider-wrap .tns-nav button.tns-nav-active:before {
        background-color: #000 !important;
        height: 7px; }


.sec-halfs .half-content > div {
  width: 50%; }
  @media (max-width: 991.98px) {
    .sec-halfs .half-content > div {
      width: 100%; } }

.sec-halfs .half-content .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media (max-width: 991.98px) {
    .sec-halfs .half-content .img {
      height: 450px; } }

.sec-halfs .half-content .text {
  padding: 90px; }
  @media (max-width: 991.98px) {
    .sec-halfs .half-content .text {
      padding: 30px; } }

.sec-halfs .half-content .heading {
  font-weight: 600; }

.testimonial-half > div {
  width: 50%; }
  @media (max-width: 991.98px) {
    .testimonial-half > div {
      width: 100%; } }

.testimonial-half .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media (max-width: 991.98px) {
    .testimonial-half .img {
      height: 250px; } }

.testimonial-half .text {
  padding: 90px; }
  @media (max-width: 991.98px) {
    .testimonial-half .text {
      padding: 30px; } }
  .testimonial-half .text blockquote p {
    color: #000;
    font-size: 18px;
    font-family: 'Georgia', serif;
    font-style: italic; }
  .testimonial-half .text .author {
    margin-top: 50px; }
    .testimonial-half .text .author strong {
      color: #000; }

.post-entry {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.1); }
  .post-entry .date {
    letter-spacing: .05rem;
    margin-bottom: 10px;
    display: block; }
  .post-entry h5, .post-entry .h5 {
    margin-bottom: 30px; }
    .post-entry h5 a:hover, .post-entry .h5 a:hover {
      color: #e67817;
      text-decoration: underline; }

.contact-info i {
  font-size: 20px;
  float: left;
  width: 44px;
  height: 44px;
  background: #e67817;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff; }

.contact-info h4, .contact-info .h4 {
  font-size: 18px;
  padding: 0 0 0 60px; }

.contact-info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px; }

.service-alt [class^="bi-"] {
  color: #e67817;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  margin-bottom: 0;
  background: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.1); }

.service-alt h3, .service-alt .h3 {
  font-size: 20px;
  color: #000; }

.article {
  margin-bottom: 90px; }
  @media (max-width: 767.98px) {
    .article {
      margin-bottom: 50px; } }
  .article h1, .article .h1, .article h2, .article .h2, .article h3, .article .h3, .article h4, .article .h4, .article h5, .article .h5 {
    color: #000;
    margin-top: 30px; }
  .article .share {
    top: 20px; }
    .article .share h3, .article .share .h3 {
      font-size: 12px; }
      @media (max-width: 767.98px) {
        .article .share h3, .article .share .h3 {
          display: inline-block; } }
    .article .share .share-article {
      width: 100%; }
      .article .share .share-article li {
        width: 100%;
        display: block;
        margin-bottom: 10px; }
        @media (max-width: 767.98px) {
          .article .share .share-article li {
            display: inline !important; } }
        .article .share .share-article li a {
          display: block;
          width: 40px;
          height: 40px;
          border-radius: 50%;
          position: relative;
          color: #000;
          border: 1px solid #efefef; }
          @media (max-width: 767.98px) {
            .article .share .share-article li a {
              display: inline-block !important; } }
          .article .share .share-article li a span {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.comment-form-wrap {
  clear: both; }

.comment-list {
  padding: 0;
  margin: 0; }
  .comment-list .children {
    padding: 50px 0 0 40px;
    margin: 0;
    float: left;
    width: 100%; }
  .comment-list li {
    padding: 0;
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
    clear: both;
    list-style: none; }
    .comment-list li .vcard {
      width: 80px;
      float: left; }
      .comment-list li .vcard img {
        width: 50px;
        border-radius: 50%; }
    .comment-list li .comment-body {
      float: right;
      width: calc(100% - 80px); }
      .comment-list li .comment-body h3, .comment-list li .comment-body .h3 {
        font-size: 20px; }
      .comment-list li .comment-body .meta {
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: .1em;
        color: #ccc;
        margin-bottom: 20px; }
      .comment-list li .comment-body .reply {
        padding: 7px 12px;
        background: #cccccc;
        color: #fff;
        text-transform: uppercase;
        border-radius: 30px;
        font-size: 10px;
        font-weight: 900;
        letter-spacing: .1rem; }
        .comment-list li .comment-body .reply:hover {
          color: #fff;
          background: #8c8c8c; }

.meta a {
  color: rgba(255, 255, 255, 0.7); }
  .meta a:hover {
    color: #fff; }

.post-single-navigation a {
  line-height: 1.5;
  border: 1px solid #efefef;
  background-color: transparent;
  padding: 30px;
  width: 48% !important;
  border-radius: 4px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: inline-block; }
  .post-single-navigation a span {
    margin-bottom: 10px;
    font-size: 11px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.4); }

.section-latest {
  padding-top: 100px;
  padding-bottom: 100px !important; }


.site-footer {
    background: #4d4948;
    background: -webkit-linear-gradient(fff, #fff 0%, #4d4948 100%);
    background: -o-linear-gradient(fff, #fff 0%, #4d4948 50%);
    background: linear-gradient(fff, #fff 0%, #4d4948 50%);
    font-size: 14px;
    padding: 70px 0;
    color: white; }
  .site-footer a {
    color: rgba(255, 255, 255, 0.5);
    position: relative;
    display: inline-block; }
    .site-footer a:hover {
      color: #fff; }
  .site-footer .footer-cta h2, .site-footer .footer-cta .h2 {
    font-size: 30px;
    color: #fff; }
  .site-footer .btn:before {
    display: none; }
  .site-footer .widget {
    margin-bottom: 40px;
    display: block; }
    .site-footer .widget h3, .site-footer .widget .h3 {
      font-size: 12px;
      font-weight: 600;
      letter-spacing: .1rem;
      text-transform: uppercase;
      margin-bottom: 15px;
      color: #fff; }

      .site-footer .widget .links li {
        margin-bottom: 10px; }
  .site-footer .social li {
    display: inline-block; }
    .site-footer .social li a {
      display: inline-block;
      width: 40px;
      height: 40px;
      position: relative;
      background: #e67817;
      border-radius: 4px;
      color: #fff; }
      .site-footer .social li a:before {
        display: none; }
      .site-footer .social li a > span {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .site-footer .social li a:hover {
        background: #fff;
        color: #e67817; }

.footer {
  background-color: #e67817;
  z-index: 2;
  position: relative;
}

.footer .footer-bottom {
  padding: 30px 0;
}

.footer .footer-bottom .inner {
  text-align: center;
}

.footer .footer-bottom .inner p {
  color: #fff;
  font-size: 14px;
}

.footer .footer-bottom .inner p a {
  font-weight: 400;
  display: inline-block;
  margin-left: 6px;
  color: #fff;
}

.footer .footer-bottom .inner p a:hover {
  text-decoration: underline;
}

/* New */
.navbar {
    box-shadow: 0px 0px 10px 0px #ecececf5;
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    text-align: start;
    background: rgba(0, 0, 0, .65);
    z-index: 1;
    max-height: calc(100vh - 60px);
}

.img-slider{
    max-height: calc(100vh - 60px);
}
.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 4rem;
    height: 4rem;
    background-color: var(--dark);
    border: 15px solid var(--dark);
    border-radius: 50px;
}

.carousel-caption .breadcrumb-item+.breadcrumb-item::before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }

    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 3rem;
        height: 3rem;
        border-width: 12px;
    }
}
.page-header {
    background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url(../images/innerpage-bg.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #999999;
}
.mf-section .card {
    box-shadow: 0px 0px 10px 3px #ececec;
    border: 0px;
}
.mf-section .card:hover {
     box-shadow: 0px 0px 10px 3px #ececec;
    border: 0px;
    transform: scale(1.02);
}

.cs{
background-color:#e67817;
}
.bs{
background-color:#ff9a41;
}

.bs2{
background-color:#4d4948;
}

.top-bar {

  background: #e67817;

}
.mf{
height:80px;
width:80px;
object-fit: contain;
}
.mf-text{
font-size:20px;
font-weight:600;
color:#44475b;
}

.parllax-quaot {
  background: linear-gradient(rgba(0, 0, 0, .50),rgb(198, 110, 33)), /*url(../images/img-3.jpg)*/ url(../images/why-us.png) center center no-repeat;
    background-position-x: 0%, center;
    background-position-y: 0%, center;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
  background-position: center center;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}

.text-align-justify{
    text-align: justify;
}

.fd-arrow li{
            list-style: none;
        }

.fd-arrow li::before{
            content: "\00BB";
            padding: 0.4rem;
            font-weight: bold;
        }

/* Login Page */

.rpage{
    background: -webkit-linear-gradient(bottom, #5D535E, #9B4F0F);
    width: 100%;
    height: 100vh;
}

.btn-facebook {
    background-color: #405D9D;
    color: #fff;
}
.btn-twitter {
    background-color: #42AEEC;
    color: #fff;
}

.divider-text {
    position: relative;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
.divider-text span {
    padding: 7px;
    font-size: 12px;
    position: relative;
    z-index: 2;
}
.divider-text:after {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #ddd;
    top: 55%;
    left: 0;
    z-index: 1;
}

.register{

    padding: 3%;
}
.register-left{
    text-align: center;
    color: #fff;
    margin-top: 4%;
}

#rp{
color: black;
}
.register-left input{
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    width: 60%;
    background: #f8f9fa;
    font-weight: bold;
    color: #383d41;
    margin-top: 30%;
    margin-bottom: 3%;
    cursor: pointer;
}
.register-right{
    background: #f8f9fa;
    border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%;
}
.register-left img{
    margin-top: 15%;
    margin-bottom: 5%;
    width: 60%;
    -webkit-animation: mover 2s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
.register-left p{
    padding: 12%;
    margin-top: -9%;
}
.register .register-form{
    padding: 10%;
    margin-top: 10%;
}
.btnRegister{
    margin-top: 10%;
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    background: #0062cc;
    color: #fff;
    font-weight: 600;
    width: 50%;
    cursor: pointer;
}
.register .nav-tabs{
    margin-top: 3%;
    border: none;
    background: #0062cc;
    border-radius: 1.5rem;
    width: 28%;
    float: right;
}
.register .nav-tabs .nav-link{
    padding: 2%;
    height: 34px;
    font-weight: 600;
    color: #fff;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}
.register .nav-tabs .nav-link:hover{
    border: none;
}
.register .nav-tabs .nav-link.active{
    color: #0062cc;
    border: 2px solid #0062cc;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}
.register-heading{
    text-align: center;
    margin-top: 8%;
    margin-bottom: -15%;
    color: #495057;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: .5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #e77b1a;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.80rem 1.50rem;
  clear: both;
  font-weight: 400;
  color: #fff;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  font-size: 18px;
font-weight: 600;
}

.dropdown-menu[data-bs-popper] {
  top: 168%;
  left: 0;
  margin-top: .125rem;
}
