:root {
    --orange: #ff6e00;
    --orange-dark: #d45c00;
    --black: #000;
    --white: #ffffff;
    --button-padding: 15px 30px 15px 30px;
    --gap10: 10px;
    --gap20: 20px;
    --gap30: 30px;
    --f20: 20px;
    --f16: 16px;
    --button-radius: 5px;
    --radius10: 10px;
    --dflex: flex;
    --radius-left: 15px 0px 0px 15px;
    --radius-right: 0 15px 15px 0;
    --gradient: linear-gradient(180deg, #FFF 0%, #ffede5 100%);
    --container-width:1365px;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
*::after,
*::before{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
main{
    max-width: 1920px;
    margin: 0 auto;
}
.inner-banner {
    background-size: cover;
    height: auto;
    padding: 22px 15px;
    background-color: #000;
}
h2.heading-style {
    color: #ff6e00;
    font-weight: bold;
    display: block;
    margin: 0 0 10px 0;
    font-size: 40px;
    text-align: center;
}
p {
    font-size: 16px;
    line-height: 23px;
    color: #000;
    margin: 0 0 10px 0;
    text-align: justify;
}
p:last-child {
    margin-bottom: 0;
}
a{
    color: #000;
}
.common-page-hd {
    font-size: 38px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 5px;
    font-family: 'Exo 2';
    margin-top: -5px;
}
.common-page-hd.small {
    font-size: 28px;
    margin-bottom: 10px;
}
.common-page-hd.white-page-hd ~ strong {
    color: var(--white);
}
.common-page-hd ~ strong {
    font-size: 20px;
    display: block;
    color: #000000;
    margin-top: 10px;
    line-height: 20px;
    position: relative;
    padding-top: 20px;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}
.common-btn {
    background-color: var(--orange);
    color: var(--white);
    padding: var(--button-padding);
    gap: var(--gap20);
    font-size: var(--f16);
    border-radius: var(--button-radius);
    -webkit-border-radius: var(--button-radius);
    -moz-border-radius: var(--button-radius);
    -ms-border-radius: var(--button-radius);
    -o-border-radius: var(--button-radius);
    line-height: 1em;
    display: inline-flex;
    align-items: center;
    gap: var(--gap10);
    font-weight: 400;
    font-family: 'Exo 2';
    border: none;
    outline: none;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    z-index: 0;
    position: relative;
    overflow: hidden;
    text-transform: capitalize
}
.common-btn:hover{
    color: #fff;
    background-color: var(--orange-dark);
}
/* ---------------------------- */
.our-products-section {
    padding: 40px 0 40px 0;
    background-color: #f8f8f8;
}
.our-products-section-inner {
    max-width: var(--container-width);
    padding: 0 15px;
    margin: 0 auto;
}
.our-products-section .heading-area {
    margin-bottom: 20px;
}
.our-products-section ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px 20px;
}
.our-products-section ul li img {
    width: 52px;
    height: 52px;
    display: inline-block;
    font-size: 0;
    vertical-align: top;
}
.our-products-section ul li a {
    box-shadow: 0px 23.77151px 31.69535px 0px rgba(0, 0, 0, 0.07);
    display: block;
    padding: 20px;
    text-align: center;
    min-height: 100%;
    position: relative;
    background-color: #fff;
}
.our-products-section ul li b {
    font-size: 18px;
    color: #000;
    font-family: 'Exo 2', sans-serif;
    font-weight: bold;
    margin-top: 15px;
    line-height: 1em;
    display: block;
}
.our-products-section ul li {
    padding: 20px;
    position: relative;
    z-index: 0;
}
.our-products-section ul li span {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 90px;
    z-index: -1;
}
/* ---------------------------- */
.video-section {
    padding: 40px 0;
}
.video-section-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.video-section ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
}
.video-section ul li {
    position: relative;
}
.video-section ul li::before {
    content: '';
    width: 100%;
    display: block;
    padding-top: 56%;
}
.video-section ul iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.video-section ul li a {
    display: block;
    border: 3px solid #ddd;
    position: relative;
}
.video-section ul li a:after {
    content: '';
    background-image: url(../svg/play-video-49.svg);
    position: absolute;
    right: 10px;
    top: 10px;
    width: 46px;
    height: 46px;
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center;
    background-color: #ff6e00;
    border-radius: 50%;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 40%);
}
.video-section ul li a img {
    max-width: 100%;
}
.common-button {
    background-color: #FF6E00;
    border-radius: 5px;
    padding: 15px 30px 15px 30px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    font-weight: 700;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.common-button:hover {
    background-color: #ca5800;
    color: #ffffff;
}
.button-block {
    margin-top: 15px;
}
/* ------------------------------------ */
.our-process {
    padding: 40px 0;
    position: relative;
    z-index: 0;
}
.our-process-inner {
    padding: 0 15px;
    max-width: var(--container-width);
    margin: 0 auto;
}
.our-process ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-top: 15px;
    position: relative;
    z-index: 1;
}
.our-process ul li strong {
    font-family: 'Exo 2';
    font-size: 18px;
    display: block;
    margin: 0 0 10px 0;
    font-weight: bold;
    text-align: center;
    color: #000;
    line-height: 1em;
}
.our-process ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.our-process ul li .our-process-caption {
    padding: 14px 8px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    position: relative;
    height: calc(100% - 116px);
    height: -o-calc(100% - 116px);
    height: -moz-calc(100% - 116px);
    height: -webkit-calc(100% - 116px);
}
.our-process ul li p {
    text-align: justify;
}
.our-process ul li i {
    display: inline-flex;
    clip-path: polygon(
        49.47% 0%,
        98.83% 24.84%,
        98.83% 74.52%,
        49.47% 99.35%,
        0% 74.52%,
        0% 24.84%
    );
    width: 75px;
    height: 82px;
    position: relative;
    margin-bottom: 35px;
    justify-content: center;
    align-items: center;
}
.our-process ul li i span {
    color: #fff;
    font-size: 35px;
    font-weight: 800;
    justify-content: center;
    align-items: center;
    font-style: normal;
    display: block;
    margin-top: -5px;
}
.our-process ul li i:before {
    content: '';
    display: block;
    height: 93px;
    position: absolute;
    right: 0;
    border-left: 40px solid rgba(0,0,0,0.1);
}
.our-process ul li .our-process-caption::before {
    content: '';
    width: 4.80px;
    height: 30px;
    display: block;
    position: absolute;
    background-image: url(../svg/vline.svg);
    left: 50%;
    transform: translateX(-50%);
    top: -35px;
}
/* ------------------------------------ */
.development{
    padding:0 15px 40px 15px;
}
.development__inner{
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
    padding: 20px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    background-repeat: no-repeat;
    background-position: right 0;
    border: 1px solid #ddd;
    background-color: #f6f4ff;
}
/* ------------------------------------ */
@media screen and (max-width:1024px) {
    .our-products-section ul {
        grid-template-columns: repeat(4, 1fr);
    }
    .our-process ul {
    grid-template-columns: repeat(3,1fr);
}
}
@media screen and (max-width:991px) {
    h1.page-heading {
        font-size: 38px;
    }
    h2.heading-style {
        font-size: 35px;
    }
        .our-products-section ul {
        grid-template-columns: repeat(3, 1fr);
    }
    .our-process ul {
        grid-template-columns: repeat(2,1fr);
}
}
@media screen and (max-width:767px) {
    h1.page-heading {
        font-size: 35px;
    }
     .common-page-hd  {
        font-size: 30px;
    }
        .our-process ul {
        display: flex;
        flex-wrap: wrap;
    }
    .our-products-section ul {
        grid-template-columns: repeat(2,1fr);
        gap: 10px;
    }
    .our-products-section ul li b {
        font-size: 16px;
    }
}
@media screen and (max-width:630px) {
    h1.page-heading {
        font-size: 32px;
    }
 .common-page-hd {
    font-size: 25px;
}
    .video-section ul {
        grid-template-columns: 1fr;
    }
    .our-products-section ul li a {
    padding: 10px;
    }
    .our-products-section ul li {
    padding: 10px;
}
}