body {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    /* font-family: 'Lato', sans-serif; */
    font-family: 'Titillium Web', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:focus {
    box-shadow: none;
}

p,
.paragraph {
    font-weight: 400;
    color: #666;
    font-size: 16px;
    line-height: 25px;
    font-family: 'Titillium Web', sans-serif;
}

/* header */
.navbar {
    background-color: #ff8300;
}

.nav-item a {
    color: #fff;
    margin: 5px 10px;

}

/* banner */

.carousel-indicators [data-bs-target] {
    background-color: #ff8300;
    width: 12px;
    height: 12px;
}

/* about */

.about {
    margin: 30px 0;
}

.section-title {
    margin-bottom: 55px;
    margin-top: 40px;
    background: #ff8300;
    color: #fff;
    padding: 5px 40px;
    font-size: 36px;
    display: inline-block;
}

/* product */

.product {
    padding: 40px 0;
}

.p-heading {
    overflow: hidden;
    position: relative;
    margin-bottom: 35px;
    margin-right: 94px;
}

.p-heading::before {
    background-color: #eeeeee;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 13px;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: 1;
}

.p-heading h2 {
    display: inline-block;
    font-size: 20px;
    margin: 0;
    padding-right: 30px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    z-index: 99;
    background-color: #fff;
}

.p-img {
    width: 100%;
}

.p-img img {
    width: 100%;
}

.p-text {
    padding: 20px 0;
    background: #ff8300;
}

.p-text a h4 {
    font-size: 16px;
    margin: 0 0 9px;
    color: #fff !important;
    text-align: center;
}

.owl-theme .owl-nav {
    position: absolute;
    right: 0;
    top: -80px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    background-color: #efefef;
    border-radius: 5px;
    color: #242424;
    display: inline-block;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
    transition: all .3s ease 0s;
}

.owl-carousel .owl-nav button.owl-prev:hover {
    background-color: #ff3d2a;
    color: #fff;
}

.owl-carousel .owl-nav button.owl-next:hover {
    background-color: #ff3d2a;
    color: #fff;
}

/* services */

.services {
    padding: 40px 0;
}


.s-heading {
    overflow: hidden;
    position: relative;
    margin-bottom: 35px;
    margin-right: 94px;
}

.s-heading::before {
    background-color: #eeeeee;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 13px;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: 1;
}

.s-heading h2 {
    display: inline-block;
    font-size: 20px;
    margin: 0;
    padding-right: 30px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    z-index: 99;
    background-color: #fff;
}

.s-img {
    width: 100%;
}

.s-img img {
    width: 100%;
}

.s-text {
    padding: 20px 0;
    background: #ff8300;
}

.s-text a h4 {
    font-size: 16px;
    margin: 0 0 9px;
    color: #fff !important;
    text-align: center;
}

/* consultation */

.consultation {
    margin: 30px 0;
    background-image: url(../images/consultation.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}

.enquery-text {
    color: #fff;
  }

  .section-title1 {
    background: #ff8300;
    color: #fff;
    padding: 5px;
    width: max-content;
    text-transform: uppercase;
    margin-bottom: 40px;
  }

  .enquery-text p {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
  }

  .enquery-text h4{
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .form-control {
    border-radius: 5px;
    padding: 0 15px 2px;
    height: 40px;
    margin-bottom: 15px;
    border: 1px solid #e5e5e5;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #666;
  }

  #address {
    height: 90px;
  }

  .p-2 {
    padding: .5rem !important;
  }

  .form-control::placeholder {
    color: #666;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
  }

  .wpcf7-form-control-wrap {
    position: relative;
  }

  div.wpcf7 input[type="file"] {
    cursor: pointer;
    margin-bottom: 15px;
  }

  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 .25rem .25rem 0;
  }

  .custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
  }

  #message {
    height: 90px;
  }

.p-2 {
  padding: .5rem !important;
}

[type="submit"] {
    background: #ff8300 !important;
    color: #fff;
  }

  [type="reset"], [type="submit"] {
    font-size: 14px;
    font-family: 'Titillium Web', sans-serif;
    text-transform: capitalize;
    padding: 16px 44px;
    border-radius: 35px;
    font-weight: 600;
    border: 0;
    position: relative;
    z-index: 1;
    transition: .2s ease;
  }

  div.wpcf7 input[type="file"] {
    cursor: pointer;
    margin-bottom: 15px;
  }

  .mb-20 {
    margin-bottom: 20px;
  }

  /* logos */

  .logos{
    margin: 20px 0;
  }

  .l-box{
    height: 110px;
    text-align: -moz-center;
  }

  img {
    height: 75%;
  }

  /* footer */

  .footer-top{
    background-color: #000;
    padding: 18px 0;
  }
  img {
    vertical-align: middle;
    border: 0;
  }

  .social-link {
    text-align: center;
  }

  .social-link a {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #fff;
    text-align: center;
    transition: .2s ease;
    display: inline-block;
  }

  .social-link a i {
    line-height: 40px;
    color: #555559;
    font-size: 25px;
  }

  .social-link a:hover {
    border-color: #ff8300;
    background: transparent;
  }

  .footer-bottom {
    background-color: #ff8300;
    position: relative;
    padding: 10px 0;
  }

  .back-to-top {
    position: absolute;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    color: #fff;
    background: #303032;
    top: -25px;
    right: 10px;
    border: 1px solid #454547;
    text-align: center;
    display: block;
    transition: .2s ease;
    padding: 0;
  }

  .back-to-top i {
    line-height: 50px;
  }

  .back-to-top:hover {
    border-color: #e84444;
  }


/*====captcha===*/
.login_form #captcha {
    margin: 15px 0px;
}

    .login_form #captcha .preview {
        color: #000;
        width: 100%;
        text-align: center;
        height: 40px;
        line-height: 40px;
        letter-spacing: 8px;
        border: 1px dashed #888;
        border-radius: 0.5em;
        margin-bottom: 1.6em;
        background: #fff;
    }

.form_input_captcha {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 1em;
    border: 0.1em solid #dadce0;
    border-radius: 0.5em;
    outline: none;
    padding: 1em;
    z-index: 1;
    background: none;
}


.form_label_captcha {
    position: absolute;
    left: 1em;
    top: 5.2em;
    padding: 0 .25em;
    background-color: #fff;
    color: #80868b;
    font-size: 1em;
    transition: .4s;
}

.form_input_captcha:focus + .form_label_captcha {
    top: 4.7em;
    left: .8em;
    color: rgb(28,164,248);
    font-size: .80em;
    font-weight: 600;
    z-index: 5;
}

.form_input_captcha:not(:placeholder-shown).form_input_captcha:not(:focus) + .form_label_captcha {
    top: 4.6em;
    left: .8em;
    font-size: .80em;
    font-weight: 600;
    z-index: 5;
}

.form_input_captcha:focus {
    border: .1em solid rgb(28,164,248);
}

.login_form #captcha .preview span {
    display: inline-block;
    user-select: none;
}

.login_form #captcha .captcha_form {
    display: flex;
}

    .login_form #captcha .captcha_form input {
        width: 100%;
        font-size: 1em;
        border-radius: 2.5em;
        outline: none;
        padding: 1em;
        z-index: 1;
        background: none;
        background: #fff;
    }


    .login_form #captcha .captcha_form .captcha_refersh {
        width: 40px;
        border: none;
        outline: none;
        background: #888;
        color: #eee;
        cursor: pointer;
        border-radius: 0.5em;
        margin-left: 5px;
    }

.captcha_refersh {
    transition: .4s;
}

    .captcha_refersh:hover {
        transition: .4s;
        transform: scale(0.90);
    }

