html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');


body {
    margin: 0 ;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

a {
    text-decoration: none;
    transition: .2s ease-in-out;
    font-family: 'Montserrat', sans-serif;
}

img {
    max-width: 100%;
}

p {
    margin: 10px 0;
    font-family: 'Montserrat', sans-serif;
}

ul,
ol {
    padding: 0;
    margin: 0;mod
}

li {
    list-style: none;
}

h1 {
    font-size: 30px;
    font-weight: 700;
}

h2 {
    font-size: 24px;
    font-weight: 700;
}

h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.ptb-40 {
    padding: 40px 0;
}

h4 {
    font-size: 18px;
    font-weight: 600;
}

h5 {
    font-size: 18px;
    font-weight: 500;
}

.pdt80 {
    padding-top: 80px;
}

.pl15 {
    padding-left: 15px;
}

a,
button {
    cursor: pointer;
    border: none;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    box-shadow: none;
}

img,
video {
    display: block;
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

table {
    border-collapse: collapse;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.logo  {
    float: left;
}

.logo img {
    height: 80px;
}
#header .button a {
    margin-left: 20px;
    float: right;
    margin-right: 0;
    margin-top: 15px;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 100;
    margin: 0 auto;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    background-color: #fff;
}

.wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 2rem;
    width: 100%;
    margin: 0 auto;
}

.menu-item {
    position: relative;
    display: inline-block;
    margin-left: 1.5rem;
    cursor: pointer;
}

.menu-link {
    font-size: 1rem;
    font-weight: 500;
    line-height: 80px;
    text-transform: capitalize;
    color: #1c1d3b;
    transition: all 0.3s ease-in-out;
}

.menu-link>i.bx {
    font-size: 1.35rem;
    line-height: 1.5;
    color: inherit;
}

li:hover .menu-link {
    outline: none;
    color: #ff6500;
}
.navbar {
    float: right;
}



.submenu {
    position: absolute;
    top: 80px;
    left: 0;
    min-width: 13rem;
    height: auto;
    padding: 0 1rem 1rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(1rem);
    border-radius: 0 0 0.25rem 0.25rem;
    border-top: 2px solid #ff6500;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    background-color: #fafafa;
    transition: all 0.3s ease-in-out;
    z-index: 5;
}

.submenu-item {
    display: block;
    margin-top: 0.75rem;
}

.submenu-link {
    font-size: 1rem;
    font-weight: 500;
    line-height: inherit;
    cursor: pointer;
    color: #1c1d3b;
    transition: all 0.35s ease;
}

.submenu-link:hover {
    outline: none;
    color: #ff6500;
}

.burger {
    position: relative;
    display: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 1.75rem;
    height: 1rem;
    opacity: 0;
    visibility: hidden;
    background: transparent;
    float: right;
    top: 30px;
}

.burger-line {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    opacity: 1;
    border: none;
    outline: none;
    background: #1c1d3b;
}

.burger-line:nth-child(1) {
    top: 0px;
}

.burger-line:nth-child(2) {
    top: 0.5rem;
}

.burger-line:nth-child(3) {
    top: 1rem;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease-in-out;
    background-color: rgba(0, 0, 0, 0.65);
}

.banner {
    height: 540px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(img/slider.jpeg);
    padding: 80px 0;
}

.banner h1 {
    font-size: 35px;
    font-weight: 600;
    color: #1c1d3b;
    line-height: 50px;
}
.banner b {
    background: #ff6500;
    padding: 5px 10px;
    border-radius: 5px;
    color: #ffffff;
}

.banner p {
    font-size: 25px;
    font-weight: 500;
    color: #1c1d3b;
}

.button a, .Inquirybtn a {
    margin-top: 20px;
    display: inline-block;
    color: #FFFFFF;
    background-color: #fd6502;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 20px
}
.Inquirybtn a {
    margin-top: 10px;
    
}
.service {
    background-image: url(img/bg.jpg);
}

.title {
    margin-bottom: 80px;
}

.title h2 {
    color: #1c1d3b;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    padding-bottom: 15px;
    text-align: center;
}

.title h4 {
    position: relative;
    font-weight: 700;
    font-size: 40px;
    color: #726d6d;
    display: inline-block;
    float: none;
    vertical-align: top;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
    z-index: 1;
    margin: 0 0 15px;
}

.title p {}

.title p::after {
    content: "";
    position: absolute;
    right: 0;
    top: -40px;
    bottom: 0;
    background: url(img/titlebg.png) no-repeat scroll center bottom;
    height: 100%;
    left: 0;
    margin: 0 auto;
}

.service .service-bg-img {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 150px;
    width: 150px;
    background-size: contain;
}

.service-img {
    float: left;
    width: 100%;
    text-align: center;
}

.service .service-img img {
    z-index: 1;
    position: relative;
    margin: 40px 0;
    float: none;
    display: inline-block;
    vertical-align: top;
    transition: all 400ms ease-in-out 0s;
}

.service-content {
    float: left;
    width: 100%;
    margin: 25px 0 0;
    text-align: center;
}

.services-title {
    margin: 0 0 10px;
    color: #111111;
    text-transform: capitalize;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.service-desc {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    padding: 0 30px;
}


/* category */

.cat_content {
    padding: 15px;
    min-height: 300px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    background-color: #ebeee5;;
    text-align: center;
    display: block;
}

.cat_content:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    border-radius: 20px;
    position: absolute;
    border: 1px solid #fff;
    transition: 0.4s;
    visibility: hidden;
    opacity: 0;
}
.cat_content:hover:before {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    opacity: 1;
    visibility: visible;
    border-color: #555;
}
.category-content {
    margin-top: 10px;
}
.category-content h4 {
    color: #1c1d3b;
    font-size: 30px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
}
.category-content p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    text-transform: capitalize;
}
.category-thumb {
    padding: 15px 0
}

.category-thumb img {
    height: 160px;
    display: inline;
}
.buttons {
    display: inline-block;
    color: #FFFFFF;
    background-color: #1c1d3b;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 20px;
    margin-bottom: 8px;
}
.collection_cat_item a {
    float: left;
    width: 100%;
    position: relative;
    padding: 0;
    overflow: hidden;
}

.collection_img {
    float: none;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 0;
}

.collection_img img {
    transition: all 400ms ease-in-out 0s;
    width: 100%;
    transform: scale(1);
}

.tt-collection-content {
    float: left;
    width: 100%;
    position: absolute;
    top: 20px;
    bottom: auto;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0 0 12px;
}

.collection_title {
    color: #ffffff;
}

.collection_title {
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 0 0 12px;
    float: none;
    display: inline-block;
    vertical-align: top;
    width: auto;
    position: relative;
    overflow: hidden;
    transition: all 400ms ease-in-out 0s;
}

.collection_title::before {
    background: #ffffff;
}

.cat_content:hover .tt-collection-content .collection_title {
    color: #111111;
}

.cat_content:hover .collection_title::before {
    background: #111111;
}

.category-feature .collection_title::before {
    content: '';
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    width: 30px;
    margin: auto;
    transition: all 400ms ease-in-out 0s;
}

.product-item {
    position: absolute;
    top: auto;
    bottom: 28px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 400ms ease-in-out 0s;
}

.cat_content:hover .product-item {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    visibility: visible;
}

.desc {
    color: #ffffff;
    border: 3px solid #ffffff;
}

.product-item .desc {
    text-align: center;
    margin: 0;
    text-transform: capitalize;
    float: none;
    display: inline-block;
    vertical-align: top;
    padding: 8px 25px;
    width: auto;
    transition: all 400ms ease-in-out 0s;
    font-size: 18px;
    font-weight: 400;
}


/* process */

.process {
    background-color: #f6f5f5;
}

.process-row {
    padding-top: 40px;
    display: flex;
}

.process-step {
    margin-right: 14%;
    position: relative;
}

.process-step:before {
    position: absolute;
    right: -123px;
    width: 110px;
    height: 2px;
    background-color: #ff6500;
    content: "";
    top: 80px;
    display: block;
}

.process-icon {
    width: 164px;
    text-align: center;
    height: 164px;
    float: left;
    border-radius: 100%;
    background-color: #fff;
    border: 2px solid #ff6500;
    position: relative;
    padding-top: 44px;
    margin-bottom: 10px;
}

.process-icon span {
    width: 56px;
    height: 56px;
    background-color: #ff6500;
    border: 2px solid #fff;
    color: #fff;
    line-height: 56px;
    font-size: 28px;
    position: absolute;
    left: -30px;
    top: 50%;
    margin-top: -30px;
    border-radius: 100%;
    font-weight: 700;
}

.process-step p {
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    clear: both;
}

.service-process:after {
    content: "";
    clear: both;
    display: block;
}

.process-step:last-child:before {
    display: none;
}
.process-icon img {
    height: 80px;
    margin: 0 auto;
}

/* see */
    .see {
        background-image: url(../img/see-product-bg.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        background-attachment: fixed;
        z-index: 1;
        padding: 50px 0;
    }

    .see:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000000;
        opacity: 0.8;
        z-index: -1;
    }

    .see-content h2 {
        font-size: 36px;
        line-height: 46px;
        color: #fff;
        margin-bottom: 20px;
        margin-top: 0;
    }

    .see-content p {
        color: #fff;
        margin-bottom: 0;
    }
    .see-button {
        position: relative;
        transform: translateY(-50%);
        top: 50%;
    }
    .see-button a {
        margin: 0;
        display: inline-block;
        color: #FFFFFF;
        background-color: #1c1d3b;
        padding: 10px 15px;
        font-size: 20px
    }
/* faq */

.faq-container {
    margin: 0 auto;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.faq {
    box-sizing: border-box;
    background: transparent;
    padding: 30px;
    position: relative;
    overflow: hidden;
}

.faq:not(:first-child) {
    border-top: 1px solid #e6e6e6;
}

.faq-title {
    margin: 0 35px 0 0;
}

.faq-text {
    margin: 30px 0 0;
    display: none;
    line-height: 1.5rem;
}

.faq.active {
    background-color: #f8f8f8;
    box-shadow: inset 4px 0px 0px 0px var(--accent-color);
}

.faq.active .faq-title {
    color: var(--accent-color);
}

.faq.active .faq-text {
    display: block;
}

.faq-toggle {
    background-color: transparent;
    border: 1px solid #e6e6e6;
    color: inherit;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding-top: 3px;
    position: absolute;
    top: 30px;
    right: 30px;
    height: 30px;
    width: 30px;
    transition: 0.3s ease;
}

.faq-toggle:focus {
    outline: none;
}

.faq.active .faq-toggle {
    transform: rotate(180deg);
    background-color: #fff;
    border-color: #e6e6e6;
    color: #000;
}



/* in Page */

.brad {
    background: url(../img/inbanner.jpg) no-repeat top left;
    color: #fff;
    text-align: center;
    padding: 20px;
}

.brad h1 {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 10px;
}

.brad ol {    
    display: inline-flex;
}
.brad ol li:first-child:after {
position: relative;
    content: '/';
    color: #ffffff;
    font-size: 14px;
    left: 15px;
}
.brad ol li:first-child {
   margin-right: 15px;
    padding-right: 15px;
}
.in {
    padding: 15px 0;
}
.intitle h2 {
    font-size: 24px;
    font-weight: 700;
    color: #ff6500;
}
.intitle h3 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    color: #ff6500;
}
.intitle ul {
    padding: 10px;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;

}
.intitlt ul li {
    font-size: 12px;
    color: #5d5d5d;
    line-height: 22px;
}
.intitle .disk li {
    list-style: disc;
    margin-left: 15px;
}


.intitle p {
    margin-bottom: 10px;
}
.intitle img {
    display: inline;
    float: left;
    padding-right: 40px;
    border-radius: 10px;
    padding-bottom: 230px;
}
/* Footer */

.footer {
    background: #1c1d3b;
    width: 100%;
}

.footer_widget {}

.footer_widget .widget_title {
    margin-bottom: 20px;
    margin-top: 20px;
}

.footer_widget .widget_title h4 {
    color: #e8e8e8;
    font-family: 'Montserrat', sans-serif;
    font-size: 21px;
    line-height: 38px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0;
    margin: 0;
}

.widget_get_in p {
    font-family: 'Montserrat', sans-serif;
    color: #8C8989;
    line-height: 24px;
    font-size: 15px;
    padding-bottom: 20px;
}

.widget_get_in p strong {
    font-weight: 500;
    color: #CCC;
}
.widget_get_in a i {
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 20px;
    padding-right: 10px;
}
.footer-copyright {
    background-color: #ff6500;
    padding-top: 22px;
    padding-bottom: 20px;
}

.footer-copyright p {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    line-height: 26px;
    color: #fff;
}

.footer #social-icons {
    list-style: none;
    float: right;
    margin: 0;
}

.footer #social-icons li {
    font-size: 20px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

.footer #social-icons li a {
    color: #fff;
}

.footer #social-icons li a:hover {
    color: #CCC;
}

.form-group {
    margin-bottom: 1rem;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.antispam,
.antispam input {
    display: none;
}

.btn-danger {
    color: #fff;
    background-color: #ff6500;
    border-color: #ff6500;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (max-width: 983px) {
    .navbar {
        position: fixed;
        top: 0;
        left: -100%;
        width: 75%;
        height: 100%;
        z-index: 10;
        opacity: 0;
        overflow-y: auto;
        visibility: hidden;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        background-color: #fafafa;
        transition: all 0.5s ease;
    }
    .navbar.active {
        left: 0rem;
        opacity: 1;
        visibility: visible;
    }
    .process-row {
        flex-flow: wrap;
        padding-left: 0px;
    }
    .process-step {
        width: 100%;
        margin: 0px 0px 40px;
        text-align: center;
    }
    .process-step::before {
        display: block;
        right: 50%;
        width: 2px;
        height: 30px;
        bottom: -30px;
        top: inherit;
    }
    .process-icon {
        width: 160px;
        height: 160px;
        padding-top: 40px;
        display: inline-block;
        float: none;
    }
    .process-icon img {
        max-width: 90px;
    } 
    .menu {
        width: 100%;
        height: auto;
        padding: 1rem 0;
    }
    .menu-item {
        display: block;
        margin: 0 auto;
    }
    .menu-link {
    justify-content: space-between;
    padding: 5px 15px;
    line-height: 40px;
    display: flex;
    }
    .navbar ul li:first-child .menu-link:after {
        display:none;
    }
    .menu-link:after {
    content: "";
    width: 7px;
    height: 7px;
    border: 1px solid #24324a;
    border-width: 0 0 2px 2px;
    transform: rotate(-135deg);
    display: inline-block;
    margin: 0 0 1px 11px;
    transition: all 0.5s ease;
    top: 24px;
    position: absolute;
    right: 20px;
    }
    .menu-dropdown.active .menu-link:after {
    content: "";
    width: 7px;
    right: 0;
    height: 7px;
    border: 1px solid #24324a;
    border-width: 0 0 2px 2px;
    transform: rotate(-45deg);
    display: inline-block;
    margin: 0 0 1px 11px;
    transition: all 0.5s ease;
    top: 24px;
    position: absolute;
    right: 20px;
    }
    .submenu {
        position: relative;
        top: -0.5rem;
        left: 15px;
        width: 100%;
        max-height: 0;
        padding: 0px;
        border: none;
        outline: none;
        opacity: 1;
        overflow: hidden;
        visibility: visible;
        transform: translateY(0px);
        box-shadow: none;
        background: transparent;
    } 
    .submenu-item {
        margin: 0;
        padding: 5px 0;
    }
    .menu li:last-child a:after {
        display: none;
    }
    .burger {
        display: block;
        opacity: 1;
        visibility: visible;
    }
    .overlay.active {
        display: block;
        opacity: 1;
        visibility: visible;
    }
    .intitle h2 {
        text-align: center;
    }
    .intitle img {
        display: block;
        float: inherit;
        padding-right: 0;
        margin: 0 auto;
        padding-bottom: 0;
    }
    .intitle p {
        text-align: initial;
        color: #5d5d5d;
        border-radius: 5px;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
    }
    .intitle ul li {
        line-height: 22px;
    }
    #header {
        position: sticky;
        top: 0;
        z-index: 100;
        width: 100%;
        height: auto;
        box-shadow: 0 3px 6px 0 rgb(36 39 44 / 3%);
        background: #fff;
    }
    .banner {
        height: 450px;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url(img/slider.jpeg);
        background-position: -550px;
        background-size: cover;
        box-shadow: inset 0 0 0 2020px #00000094;
        padding: 45px 0px;
    }
    .banner h1 {
         color: #ffff;
        font-size: 30px;
    }
    .banner p {
        color: #ffff;
        font-size: 26px;
    }
    
    .banner p br {
        display: none;
    }
    .cat_content {
        margin-bottom: 15px;
    }
    .see {
        padding: 25px 0;
    }
    .see-content h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 15px;
    }
    .see-button {
        margin-top: 15px;
    }
    .see-button a {
        color: #ffffff;
        background-color: #fe6500;
    }
    .title h4 {
        font-size: 22px;
        margin: 0 0 5px;
    }
    .faq {
        padding: 15px;
    }
    .faq-title {
        font-size: 15px;
    }
    .faq-toggle {
        top: 15px;
        right: 10px;
    }
    .footer #social-icons {
        float: none!important;
        text-align: center;
        padding-left: 0px;
        padding-top: 10px;
    }
    .footer-copyright {
        text-align: center;
        padding-bottom: 70px;
    }
    #header .button a {
        float: right;
        margin-left: 0;
        margin-right: 15px;
        margin-top: 18px;
        padding: 6px;
    }

    .brad h1 {
        font-size: 25px;
    }

    .ptb-40 {
        padding: 25px 0;
    }
    .title {
        margin-bottom: 40px;
    }
    .title p::after {
        top: -10px;
    }
    .wh-btn {
        padding-right: 15px;
        
    }
    .disk {
        margin-bottom: 0px !important;
    }
}
@media only screen and (max-width: 992px) {
    .submenu {
        position: relative;
        top: -0.5rem;
        left: 2.5rem;
        width: 100%;
        max-height: 0;
        padding: 0px;
        border: none;
        outline: none;
        opacity: 1;
        overflow: hidden;
        visibility: visible;
        transform: translateY(0px);
        box-shadow: none;
        background: transparent;
    }
}

@media only screen and (min-width: 993px) {
    .menu-dropdown:hover>.submenu {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}


  .sticky {
        display: flex;
        position: fixed;
        bottom: 0;
        z-index: 9;
        width: 100vw;
        height: auto;
    }
    .call {
        display: flex;
        padding: 10px 20px;
        width: 200px;
        box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
        border-radius: 5px;
        margin-right: 15px;
        background: #22ce5b;
        position: absolute;
        bottom: 15px;
        right: 0px;
    }
    
    .sticky a {
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        line-height: 30px;
        padding-left: 15px;
    }
.modal{
  display:none;
  top: 0;
  min-width: 250px;
  width: 80%;
  height: 500px;
  margin: 0 auto;
  position: fixed;
  z-index: 40001;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #000;
  margin-top: 30px;
  margin-left: 10%;
  animation-name: fadeIn_Modal;
  animation-duration: 0.8s;
}
.model-inner h3 {
    text-align: center;
    font-size: 2em;
    color: #f60;
    margin-top: 0;
}

.content{
  width: 100%;
  height: 250px;
}
.containerss {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    opacity: 0.9;
    background: #222;
    z-index: 40000;
    top: 0;
    left: 0;
    overflow: hidden;
    animation-name: fadeIn_Container;
    animation-duration: 1s;
}

.wh-btn {
    display: inline-block;
    float: right;
    padding-left: 15px;
    padding-top: 10px;
}
.btn-send {
    margin-top: 15px;
}

@media screen and (min-width: 600px){

  .modal{
    width: 500px;
    height: 480px;
    margin-left: calc(50vw - 250px);
    margin-top: calc(50vh - 200px);
  }

}


@keyframes fadeIn_Modal {
  from{
    opacity: 0;
  }
  to{
    opacity: 1;
  }
}

@keyframes fadeIn_Container {
  from{
    opacity: 0;
  }
  to{
    opacity: 0.9;
  }
}

    .Inquiry {
        display: block;
        position: fixed;
        width: 100%;
        left: 0;
        bottom: 0;
        color: #fff;
        font-family: 'Montserrat', sans-serif;
        font-size: 18px;
        overflow: hidden;
        background: #ff6500;
        text-align: center;
        padding: 15px 0;
    }
    textarea {
        height: 80px;
    }
    .success {
            text-align: center;
            padding: 20px 0;
    }
    .success p {
        font-size: 18px;
        font-weight: 600;
        color: #fd6502;
    }
    .cancel {
        float: right;
    }
    .modal h3 {
        padding: 15px 0;
    }
    .contact-form input,
    .contact-form select {
        margin-bottom: 10px;
    }
    .contact-form .row .col-5 {
        padding-right: 0 !important;
    }
    .contact-form select {
        height: 38px;
    }
    .intitle .Inquirybtn {
        display: contents;
    }