@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@100..900&family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=IBM+Plex+Sans+Devanagari:wght@100;200;300;400;500;600;700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Space+Grotesk:wght@300..700&family=Teko:wght@300..700&display=swap');

* {
    margin: 0px;
    padding: 0px;
    outline: none;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
}

img {
    border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
b,
strong,
ul,
li,
span,
ol {
    margin: 0px;
    padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Catamaran", sans-serif;
}

body {
    font-size: 15px;
    color: #000;
    font-family: "Catamaran", sans-serif;
    box-sizing: border-box;
    overflow-x: hidden;
}

/** **************** **/
html {
    scroll-behvior: smooth;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 7px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    border: none;
    background-color: #7c797a;
}

::-webkit-scrollbar:horizontal {
    height: 7px;
}

::-webkit-scrollbar-track {
    background-color: rgba(239, 239, 239, 0.5);
}

/** **************** **/
.mb10 {
    margin-bottom: 10px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.mt15 {
    margin-top: 15px;
}

.mb15 {
    margin-bottom: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mb25 {
    margin-bottom: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mb30 {
    margin-bottom: 30px;
}

.mt40 {
    margin-top: 20px;
}

.mb40 {
    margin-bottom: 40px;
}

/** **************** **/
.align-center {
    align-items: center;
}
/** **************** **/
#header_top {
    background: #384777;
    padding: 8px 0;
    transition: all .5s ease;
}

.tag_line span {
    color: #fff;
    line-height: 32px;
    display: block;
    font-size: 14px;
    letter-spacing: 0.50px;
    font-weight: 600;
    text-transform: uppercase;
}

.header-call {
    float: right;
    width: auto;
    transition: all .6s ease-in-out;
    position: relative;
}

.header-call ul li {
    padding: 4px 12px;
    display: inline-block;
    position: relative;
}

.header-call ul li:last-child {
    padding-right: 0px;
}

.header-call ul li:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    background: #fff5;
    right: 0;
    top: 5px;
}

.header-call ul li:last-child:after {
    display: none;
}

.header-call ul li img {
    margin-right: 1px;
    float: left;
}

.header-call img {
    width: 24px;
}

.header-call ul li a {
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.50px;
    display: inline-block;
    text-transform: lowercase;
    padding: 0 5px;
}

/** **************** **/
.fixed-top {
    position: relative;
    display: block;
    top: 0px;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 15%);
}

.header-scrolled .logo {
    margin-top: -10px;
    transition: all.5s ease;
}

.header-scrolled .scrollto img {
    width: 137px;
    height: auto;
    transition: all.5s ease;
    margin-top: 11px;
}

.header-scrolled .main-nav>ul {
    margin: 2px 0 0 0;
}

.logo {
    position: relative;
    transition: all.5s ease;
}
.header-scrolled .logo:after {
    height: 78px;
}

.header-scrolled {
    position: fixed;
    padding: 10px 0;
    box-shadow: 0 8px 20px 0 rgb(0 0 0 / 5%);
}

.scrollto img {
    width: 190px;
    height: auto;
    transition: all.5s ease;
}

.main-nav {
    float: right;
    transition: all.3s ease-in-out;
}

.main-nav>ul {
    margin: 9px 0 0 0;
    display: flex;
    align-items: center;
}

.main-nav>ul>li {
    position: relative;
    white-space: nowrap;
    float: left;
}

.main-nav a {
    color: #040404;
    font-weight: 500;
    letter-spacing: 0.35px;
    position: relative;
    display: inline-block;
    font-size: 19px;
    padding: 10px 18px;
}
.main-nav .drop-down ul li:after {
    display: none;
}

.main-nav li:last-child {
    /*border-right:0px;*/
}

.main-nav a:hover,
.main-nav .active>a,
.main-nav li:hover>a {
    color: #ee7225;
    text-decoration: none;
}

.main-nav .drop-down ul {
    display: block;
    position: absolute;
    left: 0px;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: ease all 0.3s;
    padding: 10px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 10%);
    border: none;
}

.main-nav .drop-down:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.main-nav .drop-down li {
    min-width: 220px;
    position: relative;
}

.main-nav .drop-down ul li {
    border-bottom: 1px solid #f4f4f7;
    margin-top: 0px;
}

.main-nav .drop-down ul li:last-child {
    border-bottom: 0px;
}

.main-nav .drop-down .drop-down>a {
    padding-right: 35px;
}

.main-nav .drop-down ul li a {
    padding: 6px 5px;
    color: #0a2540;
    border-radius: 2px;
    font-weight: 500;
    transition: all 200ms linear;
    font-size: 15px;
    letter-spacing: 0.25px;
    text-transform: capitalize;
    width: 100%;
}

.main-nav .drop-down ul li a span {
    color: #ee7225;
}

.main-nav .drop-down ul li a:hover span {
    color: #fff;
}

.main-nav .drop-down ul li a span img {
    width: 20px;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active>a,
.main-nav .drop-down ul li:hover>a {
    color: #fff;
    background-color: #ee7225;
}

.main-nav .drop-down>a:after {
    content: "\f107";
    font-family: FontAwesome;
    padding-left: 5px;
    font-size: 16px;
}

.main-nav .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 10px);
}

.main-nav .drop-down .drop-down:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.main-nav .drop-down .drop-down>a:after {
    content: "\f105";
    position: absolute;
    right: 15px;
}


/*******************/
.call_start {
    margin-left: 35px !important;
    margin-top: 2px;
    position: relative;
}

.call_start:after {
    content: "";
    position: absolute;
    top: 2px;
    left: -20px;
    width: 1px;
    height: 35px;
    background: #e3e3e3;
}

.call_tp {
    border-radius: 50px;
    padding: 5px 12px 5px 11px;
    margin-left: 15px;
    height: 43px;
    display: flex;
    background: #384777;
    border: 2px solid #384777;
}

.call_tp img {
    margin-right: 8px;
    width: 22px;
    height: 22px;
    margin-top: 4px;
}

.call_tp a {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    display: block;
    line-height: 15px;
    padding: 0px;
}

.call_tp a span {
    font-weight: 400;
    color: #292929;
}

.call_start a {
    padding-top: 6px;
}

.head-cont {
    position: relative;
    background-color: #ed6e1e;
    color: #fff;
    border-radius: 6px;
    margin-left: 20px;
    padding: 12px 23px !important;
}

.contact-button a {
    color: #fff !important;
    letter-spacing: 0.99px;
}

.head-cont:after {
    content: "";
    position: absolute;
    left: 16px;
    bottom: 5px;
    width: 113px;
    height: 1px;
}

.head-cont .pbmit-svg-arrow {
    stroke: #ffffff;
    width: 20px;
    height: 20px;
    fill: none;
    stroke-width: 2;
    stroke-miterlimit: 10;
    position: relative;
    bottom: -5px;
    left: 5px;

}

.head-cont .pbmit-svg-arrow line:nth-child(1) {
    stroke-dasharray: 25px;
    stroke-dashoffset: 50px;
    transition: stroke-dashoffset 0.5s cubic-bezier(.61, 1, .88, 1);
}

.head-cont .pbmit-svg-arrow line:nth-child(2) {
    stroke-dasharray: 20px;
    stroke-dashoffset: 40px;
    transition: stroke-dashoffset 0.6s cubic-bezier(.61, 1, .88, 1) 0.3s;
}

.head-cont .pbmit-svg-arrow line:nth-child(3) {
    stroke-dasharray: 20px;
    stroke-dashoffset: 40px;
    transition: stroke-dashoffset 0.6s cubic-bezier(.61, 1, .88, 1) 0.3s;
}

.head-cont:hover svg line {
    stroke-dashoffset: 0 !important;
    stroke: #2e2c53;
}

/** *************** **/
.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -260px;
    width: 260px;
    padding-top: 18px;
    background: #342b70;
    transition: 0.4s;
}

.mobile-nav a {
    display: block;
    color: #fff;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
    color: #ed6e1e;
    text-decoration: none;
}

.mobile-nav .drop-down>a:after {
    content: "\f078";
    font-family: FontAwesome;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down>a:after {
    content: "\f077";
}

.mobile-nav .drop-down>a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-toggle {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    margin: 0px 0px 0 0;
    color: #004289;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(19, 39, 57, 0.8);
    overflow: hidden;
    display: none;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}

/** **************** **/

.banner {
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}

.banner .carousel-item {
    z-index: 1;
}

.banner-slider img {
    width: 690px;
    position: absolute;
    bottom: -371px;
    opacity: 0.7;
    right: -250px;
    animation: vlspin 12s linear infinite;
}

@keyframes vlspin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.banner-dtl-text {
    z-index: 1;
    margin-top: 101px;
    align-items: center;
}

.banner-dtl-text h1 {
    font-size: 55px;
    font-weight: 700;
    color: #ffffff;
    padding-top: 20px;
    letter-spacing: 0.2px;
    padding-bottom: 0px;
    line-height: 1.6;
}

.banner-dtl-text h2 {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    padding-bottom: 5px;
    line-height: 35px;
    margin-top: 0px;
    letter-spacing: 0.25px;
}

.back_page_url ul li a,
.banner-dtl-text h2 a,
.contact-dtl ul li a {
    color: #000;
}

.banner-dtl-text ul,
.prod-componet .table-responsive {
    margin-top: 24px;
    display: flex;
}

.banner-dtl-text ul li {
    background: #ed6e1e;
    border: 2px solid #ed6e1e;
    padding: 10px 20px;
    border-radius: 30px;
    margin-right: 20px;
    position: relative;
    transition: 0.5s;
}

.banner-dtl-text ul li:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.banner-dtl-text ul li:hover:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.gray-line:before,
.gray-lines:before {
    height: 65px;
    width: 1px;
    transform: rotate(20deg);
    position: absolute;
    content: "";
}

.banner-dtl-text ul li:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.banner-dtl-text ul li a {
    color: #fff;
    display: block;
    font-size: 16px;
}

.banner-dtl-text ul li:nth-child(2) {
    background: #b41d2200;
    border: 2px solid #ffffff;
}

.carousel-item img {
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

/** **************** **/

.why_sec_bx {
    margin: 0px 0 0px 0;
    position: relative;
    transition: all 500ms ease;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.why_sec_bx a {
    color: #6a6a6a;
    font-size: 13px;
    letter-spacing: 0.5px;
    position: relative;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    line-height: 24px;
}

.slider_btm {
    padding: 5px 0px;
    border-bottom: 1px solid #e4e4e4;
    background-color: #fff2e43d;
}

.why_sec_bx {
    position: relative;
    display: flex;
    align-items: center;
    border-right: 1px solid #ed6e1e61;
    padding: 0px 12px;
    border-radius: 3px;
}

.why_icon_txt {
    padding-left: 10px;
}

.why_icon_txt span {
    display: block;
    letter-spacing: 0.5px;
    font-weight: 600;
    color: #676767;
    font-size: 16px;
    margin-top: 5px;
    line-height: 26px;
}

/** **************** **/
.nav_tp_slide .owl-carousel .why_sec_bx {
    overflow: inherit !important;
}

.nav_tp_slide .highlighted {
    position: relative;
    z-index: 99;
}

.nav_tp_slide .highlighted .why_sec_bx {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    position: relative;
}


/** **************** **/
.align-center {
    align-items: center;
    align-items: center;
}

.about-img img {
    width: 100%;
}

.btn-box {
    margin-top: 20px;
}

.about-1 img {
    width: 100%;
}

.hm-about {
    padding-top: 60px;
    padding-bottom: 90px;
    overflow: hidden;
}

.hm_about_para {
    padding-right: 15px;
    margin-top: 75px;
}

.hm_about_para h6 span {
    position: relative;
    left: 30px;
    color: #ed6e1e;
    letter-spacing: 0.9px;
}

.hm_about_para h1 {
    margin-top: 10px;
    font-size: 40px;
    color: #342b70;
    font-weight: 800;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    line-height: 1.3;
}

.hm_about_para h6 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    color: #ed6e1e;
    display: inline-block;
    padding-right: 13px;
    margin-bottom: 0px;
}

.hm_about_para h6 span:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 32px;
    background-image: url(../images/small-logo.png);
    background-repeat: no-repeat;
    top: -3px;
    bottom: 0;
    left: -32px;
    right: 0;
}

.hm_about_para p {
    letter-spacing: 0.2px;
    font-size: 17px;
    padding-bottom: 5px;
    line-height: 1.7;
    color: #3d3d3d;
    text-align: left;
    font-weight: 400;
}

.hm-about .about-main-se {
    margin-right: -135px;
    position: relative;
}

.hm-about .about-main-se .item-1 {
    position: absolute;
    left: 45px;
    top: 80px;
    z-index: 6;
}

.hm-about .about-main-se .item-2 {
    position: absolute;
    right: 155px;
    bottom: -65px;
    z-index: 5;
}

.hm-about .about-main-se .item-3 {
    position: absolute;
    bottom: -80px;
    left: 60px;
    z-index: 4;
}

.hm-about .about-main-se .item-4 {
    position: absolute;
    left: 259px;
    top: 10px;
    z-index: 8;
}

/** **************** **/

.tp-btn-hover {
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.tp-btn-blue-lg {
    background: #ed6e1e;
    border-radius: 6px;
    box-shadow: inset -2px -2px 2px rgba(7, 13, 29, .3);
    color: #fff;
    display: inline-block;
    font-family: var(--tp-ff-urban);
    font-size: 18px;
    font-weight: 600;
    height: 55px;
    letter-spacing: .02em;
    line-height: 57px;
    overflow: hidden;
    padding: 0 20px;
    position: relative;
    text-align: center;
    transition: .3s;
    transition-duration: 1s;
    z-index: 1;
}

.tp-btn-blue-lg span {
    color: #ffffff;
}

.tp-btn-blue-lg span {
    position: relative;
    transition: .5s;
    z-index: 5;
}

.tp-btn-hover.alt-color-white b {
    background-color: #2e2c53;
}

.tp-btn-hover b {
    background-color: #000;
    border-radius: 50%;
    height: 0;
    position: absolute;
    transform: translate(-50%, -50%);
    transition: all .7s ease;
    width: 0;
    z-index: 1;
}

.tp-btn-hover:hover b {
    display: inline-block;
    height: 400px;
    width: 400px;
}

.tp-btn-blue-lg span:hover {
    color: #ffffff !important;
}

/** **************** **/
.hm-conter {
    padding: 70px 0 90px 0;
}

.heading-title {
    font-size: 34px;
    color: #111;
}

.stat-box {
    padding: 25px 25px;
    border-radius: 60px;
    text-align: center;
    margin-bottom: 20px;
    width: 260px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.stat-box h3 {
    font-size: 45px;
    font-weight: 800;
    margin-bottom: 0px;
    color: #332a6d;
    margin-top: 0;
}

.stat-box p {
    font-size: 15px;
    color: #555;
}

.pink {
    background: linear-gradient(90deg, #ffb8d9, #fbf9fa6b);
}

.peach {
    background: linear-gradient(90deg, #ffe2c8, #fff1e745);
}

.green {
    background: linear-gradient(90deg, #d7ffd9, #f1fff24f);
}

.blue {
    background: linear-gradient(90deg, #d6dcff, #edf0ff3d);
}

.stat-box:hover {
    transform: translateY(-6px);
    transition: 0.3s ease;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.coun-par {
    font-size: 17px;
    font-weight: 500;
    color: #444444;
    letter-spacing: 0.4px;
    text-align: center;
}

/** **************** **/
.hm-prod-main {
    background: #fde6dd54;
    padding: 40px 0px 40px;
}

.hm_pro_para h2 {
    margin-top: 18px;
    font-size: 35px;
    color: #342b70;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.2px;
    line-height: 1.3;
}

.hm_pro_para h6 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    color: #ed6e1e;
    text-align: center;
    padding-right: 13px;
    margin-bottom: 0px;
}

.hm_pro_para h6 span {
    position: relative;
    left: 30px;
    color: #ed6e1e;
    letter-spacing: 0.9px;
}

.hm_pro_para h6 span:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 32px;
    background-image: url(../images/small-logo.png);
    background-repeat: no-repeat;
    top: -3px;
    bottom: 0;
    left: -32px;
    right: 0;
}

.hm-prod {
    padding: 50px 0 40px;
    background-image: linear-gradient(to right, #322a6d 50%, #ed6e1e 50%);
    text-align: center;
    position: relative;
}

.hm-prod::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/pattern.png);
    background-repeat: no-repeat;
    top: 0px;
    bottom: 0;
    left: 0px;
    right: 0;
    background-size: cover;
}

.hm-prod .col-md-6 {
    padding: 0px;
    margin: 0;
}

.hm-prod-box {
    overflow: hidden;
    text-align: end;
    position: relative;
}

.hm-prod-box img {
    position: relative;
    left: -25px;
    width: 70%;
    z-index: 999;
}



.hm-prod-box2:after {
    background-image: url(../images/adhik-pro-main-1.png) !important;
    background-repeat: no-repeat;
    content: "";
    left: -53px;
    bottom: 75px;
    width: 210px;
    height: 80px;
    position: absolute;
    transform: rotate(270deg);
    background-size: cover;
    opacity: 0.5;
}

.hm-prod-box:after {
    background-image: url(../images/adhik-pro-main.png);
    background-repeat: no-repeat;
    content: "";
    left: -53px;
    bottom: 75px;
    width: 210px;
    height: 80px;
    position: absolute;
    transform: rotate(270deg);
    background-size: cover;
    opacity: 0.5;
}

.row-justfy-certer {
    justify-content: center;
}

.hm-prod-box-text {
    text-align: left;
    padding-left: 41px;
    position: relative;
    margin-bottom: -46px;
	z-index: 999;
}

.hm-prod-box-text span {
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    display: block;
    padding-bottom: 5px;
    letter-spacing: 3.5px;
}

.hm-prod-box-text h3 {
    font-style: italic;
    font-size: 42px;
    font-weight: 900;
    color: #fff;
}

.hm-prod-box-text h3 span {
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 0.5px;
    font-style: normal;
}

.hm-prod-box-text a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.5px;
    position: relative;
}

.hm-prod-box-text a:after {
    content: "";
    background: #ec6d1d;
    position: absolute;
    width: 88px;
    height: 4px;
    bottom: -6px;
    left: 0;
}

.hm-prod-box2 .hm-prod-box-text a:after {
    content: "";
    background: #322a6d;
    position: absolute;
    width: 88px;
    height: 4px;
    bottom: -6px;
    left: 0;
}

.hm-prod-box2 {
    overflow: hidden;
    text-align: end;
    position: relative;

}
.hm-prod-box2 img {
    position: relative;
    left: -25px;
    width: 70%;
    z-index: 999;
}
/** **************** **/
.hm-pro-white {
    background-color: #fff !important;
    padding: 40px 0px 40px;
}

.pro-main {
    padding: 22px 10px;
    text-align: center;
    position: relative;
}

.pro-main::after {
    content: "";
    width: 100%;
    height: 425px;
    position: absolute;
    border-radius: 0 0 50% 50%;
    top: 0;
    left: 0;
    background-color: #fef7f4;
    z-index: -1;
}

.sofr-main-img img {
    width: 100%;
    border-radius: 5%;
    margin-top: 13px;
    border: 2px solid #ed6e1e;
    padding: 5px;
}


.icon-main img {
    background-color: #ffffff;
    padding: 10px;
    width: 60px;
    height: 60px;
    border: 1px solid #0000004f;
    border-radius: 6px;
}

.pro-main h4 {
    font-size: 26px;
    line-height: 30px;
    color: #000000;
    margin-top: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 0.2px;
}

.pro-main h4 span {
    display: block;
    font-size: 18px;
    line-height: 24px;
    padding-top: 7px;
    font-weight: 500;
}

.pro-main p {
    letter-spacing: 0.2px;
    font-size: 16px;
    padding-bottom: 0px;
    line-height: 25px;
    color: #696969;
    text-align: center;
    font-weight: 400;
}

/** **************** **/
.key-fichure {
    padding: 85px 0;
    position: relative;
}

.service-box {
    padding: 20px 15px;
    background: #ffffff00;
    border-radius: 18px;
    transition: all .4s ease;
    margin: 10px 0;
    border: 1px solid #aeaeae;
}

.mobaile-claas {
    width: 100%;
}

.service-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, .15);
}

.service-icon img {
    width: 20%;
}

.service-title {
    font-size: 25px;
    line-height: 30px;
    color: #141414;
    margin-top: 4px;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 0.2px;
}

.service-desc {
    font-size: 15px;
    color: #444;
}

.vr-img {
    width: 100%;
    border-radius: 24px;
    object-fit: cover;
    animation: 5s linear 0s infinite normal none running zoom-fade;
}

.key-fichure .pattern-layer {
    position: absolute;
    left: 0px;
    top: 20px;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    margin: 0 auto;
}

@keyframes zoom-fade {
    0% {
        transform: scale(1.1);
        box-shadow: 0 25px 25px rgba(0, 0, 0, 0.4);
    }

    50% {
        transform: scale(1);
        box-shadow: 0 25px 25px rgba(0, 0, 0, 0.6)
    }

    100% {
        transform: scale(1.1);
        box-shadow: 0 25px 25px rgba(0, 0, 0, 0.4)
    }
}


/*-- --------------- --*/


.hm-cleint {
    padding: 0px 0 60px 0;
}

.hm-cleint-head h2 {
    font-weight: 800;
    position: relative;
    color: #322a6d;
}

.hm-cleint-head h2:after {
    content: "";
    width: 50px;
    height: 4px;
    background: #ed6e1e;
    right: 20px;
    top: 20px;
    position: absolute;
}

.hm-about-logo {
    box-shadow: 0px 6px 15px 0px rgb(33 25 106 / 11%);
    padding: 6px;
    margin: 15px 0 15px 0;
    border-radius: 8px;
    position: relative;
    transition: all 500ms ease;
    border: 2px solid #9b9b9b40;
}

.hm-about-logo:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center,
            ellipse,
            rgba(0, 0, 0, 0.35) 0%,
            rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center,
            rgba(0, 0, 0, 0.35) 0%,
            rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.hm-about-logo:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.hm-about-logo:hover:before {
    opacity: 0.4;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

/*------------------------*/

.support {
    background-image: url(../images/Footer_BG.jpg);
    background-size: cover;
    background-position: 100% 20%;
    background-repeat: no-repeat;
    padding: 100px 0;
}

.support-head {
    text-align: center;
}

.support-head span {
    font-size: 40px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.5px;
    font-style: normal;
    color: #fff;
    margin-bottom: 15px;
    display: block;
}

.support-head p {
    font-size: 40px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.5px;
    font-style: normal;
    color: #fff;
    margin-bottom: 50px;
}

.support-head a {
    white-space: nowrap;
    border-radius: .375rem;
    padding-left: 2.2rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    letter-spacing: 0;
    line-height: 1.5rem;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    border: 1px solid #e5e7eb;
    position: relative;
}

.support-head a:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background: #ed6e1e;
    top: 50%;
    left: 20px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
/* ------------------------ */
.ftr-btm-main {
    margin-top: 30px;
}

.fter-logo img {
    width: 60%;
    padding: 0px;
    border-radius: 9px;
}

footer {
    background: #141414;
    padding: 60px 0 55px;
}

.ftr-head {
    padding-bottom: 12px;
}

.ftr-head h4 {
    font-weight: 500;
    font-size: 18px;
    color: #ed6e1e;
}

.ftr-link ul li {
    line-height: 27px;
    position: relative;
    padding-left: 18px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.ftr-link ul li:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 2px;
    background-color: #ed6e1e;
    margin-right: 14px;
    vertical-align: middle;
    transition: all 200ms linear 0s;
    position: absolute;
    left: 0;
    top: 13px;
}

.ftr-link ul li:hover:after {
    background-color: #7a9fe1;
}

.ftr-link ul li a {
    color: #dbdbdb;
    font-size: 15px;
    font-weight: 400;
}

.ftr-link ul li:hover a {
    color: #fff;
}

.br {
    border-right: 1px solid #ffffff1a;
}

.bb {
    border-bottom: 1px solid #ffffff1a;
    padding-bottom: 10px;
}

.ftr-cont {
    padding-bottom: 15px;
    padding-left: 35px;
    position: relative;
}

.ftr-cont h4 {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    margin-bottom: 0px;
}

.ftr-cont p {
    color: #dbdbdb;
}

.ftr-cont p a {
    color: #dbdbdb;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    display: block;
}

.ftr-cont p:hover a {
    color: #fff;
}

.ftr-cont img {
    position: absolute;
    top: 0px;
    left: 0;
}

.fter-logo {
    text-align: center;
}

.ftr-btm-main .align-center {
    border-bottom: 1px solid #ffffff1a;
    background-color: #ffffff;
    border-radius: 10px;
}

.ftr-btm {
    padding: 15px 40px;
    margin: 5px 0;
}

.ftr-btm p {
    font-weight: 600;
    font-size: 17px;
    color: #2e2c53;
    text-align: center;
}

.ftr-btm p span {
    color: #141414;
}

.ftr-btm p a {
    color: #ed6e1e;
}

.ftr-btm p a:hover {
    color: #fff;
}

.ftr-right {
    padding-top: 20px;
    padding-left: 20px;
}

.ftr-right ul {
    text-align: right;
}

.ftr-right ul li {
    display: inline-block;
    padding-left: 15px;
}

.ftr-right ul li a {
    font-size: 18px;
    color: #dbdbdb;
}

.ftr-right ul li:hover a {
    color: #fff;
}

.footer-social ul {
    text-align: center;
}

.footer-social ul li {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    font-size: 20px;
    margin: 0 5px;
    text-align: center;
    transition: .8s;
    -webkit-transition: .8s;
    border: 1px solid #ed6e1e;
}

.footer-social ul li:hover {
    background-color: #535353;
}

.footer-social ul li a {
    color: #ed6e1e;
    display: block;
    font-size: 16px;
}

/* ============ */
.inner-banner {
    background: url(../images/Footer_BG.jpg);
    background-size: cover;
    padding: 90px 0;
    position: relative;
}

.inner-banner::after {
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.inner-banner-head h1 {
    font-size: 45px;
    color: #f3f3f3;
    font-weight: 700;
    z-index: 1;
    letter-spacing: 0.25px;
    position: relative;
}

.inner-breadcrumb ul {
    display: flex;
    background: #ffffff;
    /* background-image: url(../images/flood.png); */
    z-index: 2;
    position: relative;
    justify-content: center;
    padding: 10px 10px 10px 20px;
    border-radius: 10px;
}

.inner-breadcrumb ul li span {
    color: #ed6e1e;
    font-size: 15px;
    font-weight: 700;
}

.inner-breadcrumb ul li {
    color: #2e2c53;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: capitalize;
    display: block;
    line-height: 27px;
    font-size: 14px;
}

.inner-breadcrumb ul li i {
    color: #ed6e1e;
    margin-inline: 8px;
}

.inner-breadcrumb ul li a:hover {
    color: #ed6e1e;
}

.inner-breadcrumb ul li a {
    color: #342b70;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: capitalize;
    display: block;
    line-height: 27px;
    font-size: 17px;
}

.inner-breadcrumb {
    border: 2px solid #ffffff;
    border-radius: 10px;
}

.prod-main {
    padding: 80px 0 45px;
}


.prod-head h2 {
    font-size: 25px;
    color: #342b70;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    text-align: left;
    line-height: 1.4;
}

.prod-dtl p {
    letter-spacing: 0.25px;
    font-size: 18px;
    padding-bottom: 5px;
    line-height: 1.6;
    color: #000000ad;
    text-align: left;
    padding: 10px 0;
    font-weight: 500;
}

.prod-img img {
    width: 100%;
    border: 2px solid #dedede;
    padding: 7px;
    border-radius: 15px;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
}

.prod-table h2,
h3,
h4,
h5 {
    font-size: 30px;
    color: #342b70;
    font-weight: 700;
    margin-bottom: 0px;
    position: relative;
    margin-top: 20px;
}


.prod-inner-dtl {
    margin-bottom: 30px;
    margin-top: 20px;
}

.prod-inner-dtl .bullet li {
    letter-spacing: 0.5px;
    font-size: 18px;
    margin-bottom: 15px;
    padding: 10px 10px 10px 45px;
    line-height: 31px;
    color: #3d3d3dbf;
    font-weight: 500;
    background-color: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    position: relative;
}

.prod-inner-dtl .bullet li::before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    left: 14px;
    top: 15px;
    width: 20px;
    height: 20px;
    background-color: #ed6e1e;
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    line-height: 21px;
    font-size: 11px;
}

.bullet li b {
    font-size: 18px;
    color: #454545;
}

.mb20 {
    margin-top: 20px;
}

.aling-text-center {
    text-align: center;
}

.aling-text-center p {
    text-align: center;
}

.key-point {
    background-color: #fde6dd54;
    padding: 40px 0;
}

#inner_product_middle {
    background: #fde6dd54;
    padding: 45px 0;
    position: relative;
}

#inner_product_middle:before {
    position: absolute;
    content: '';
    background: url(../images/product_bg.png) no-repeat;
    background-position: left 0%;
    background-size: cover;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    display: block;
    opacity: 0.3;
}

#inner_product_advantages {
    padding: 60px 0;
}

.about-content span {
    font-size: 25px;
    font-weight: 600;
    color: #ed6e1e;
}

.about-content span i {
    font-size: 24px;
    font-weight: 900;
    font-family: "Roboto Condensed";
    color: #ec7815;
}

.about-content ul li {
    font-weight: 500;
    color: #3a3a3a;
    font-size: 18px;
    margin: 15px 0;
    word-spacing: 0.5px;
    position: relative;
    padding-left: 21px;
    letter-spacing: 0.2px;
    font-size: 18px;
    padding-bottom: 0px;
    line-height: 20px;
    color: #3d3d3ddb;
    text-align: left;
    font-weight: 500;
}

.about-content ul li i {
    position: absolute;
    top: 3px;
    left: 0;
    color: #2e2c53;
    border-radius: 20px;
}

.prod-head h5 {
    text-align: left;
}

.about-content p {
    letter-spacing: 0.2px;
    font-size: 18px;
    padding-bottom: 5px;
    line-height: 31px;
    color: #3d3d3dbf;
    text-align: justify;
    font-weight: 500;
}

.about-content p b {
    font-size: 20px;
    color: #454545;
}

.prod-img-second {
    position: sticky;
    top: 95px;
}

.prod-img-second img {
    width: 100%;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    padding: 8px;
    border-radius: 20px;
    border: 4px solid #e4e4e4;
}

.prod-industry-box {
    border: 1px solid #e4e4e7;
    border-radius: 10px;
    padding: 12px 6px;
    text-align: center;
    height: 130px;
    background-color: #ffffff;
    margin: 14px 0;
}

.dark-box .prod-industry-box {
    border: 1px solid #e4e4e7;
    border-radius: 10px;
    padding: 18px 6px;
    text-align: center;
    height: 170px;
    background-color: #363459;
    margin: 14px 0;
}

.prod-industry-box h5 {
    font-size: 17px;
    color: #000000;
    line-height: 27px;
    margin-bottom: 10px;
    font-weight: 400;
}

.prod-industry-box span {
    padding: 5px 16px 5px 16px;
    background: #fbe3d3f5;
    color: #ed6e1e;
    border-radius: 60px;
    display: inline-block;
    margin: 0 0 10px;
    font-weight: 500;
    font-size: 21px;
}

.dark-box .prod-industry-box h5 {
    font-size: 16px;
    color: #ffffff;
    line-height: 22px;
    margin-bottom: 10px;
    font-weight: 400;
    letter-spacing: 0.6px;
}

.prod-head h6 {
    font-size: 25px;
    color: #342b70;
    font-weight: 700;
    margin-bottom: 0px;
    position: relative;
    margin-top: 45px;
    line-height: 40px;
}


.why_section_dtl {
    padding: 6px 0 0px 0px;
    background-color: #f5f7fb;
    position: relative;
}

.card {
    margin-bottom: 15px;
    border: 0px;
    border-radius: 0px;
    background: transparent;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card {
    margin-bottom: 0px;
    border: 0px;
    border-radius: 0px;
    background: #2e2c5300;
}

.card-header {
    padding: 10px 16px;
    background-color: #ed6e1e;
    border-bottom: 0px;
    margin-bottom: 8px;
}

.card-header a {
    font-size: 17px;
    line-height: 24px;
    display: block;
    width: 100%;
    color: #fff !important;
    letter-spacing: 0.3px;
    cursor: pointer;
    font-weight: 600;
    text-transform: capitalize;
}

.card-body {
    padding: 15px;
    background: #fff;
}

.card-body p {
    font-size: 17px;
    line-height: 1.6;
    display: block;
    color: #3d3d3ddb;
    letter-spacing: 0.25px;
    font-weight: 500;
    padding-bottom: 10px;
}

#conclusion {
    padding: 65px 0;
    background-color: #f8f8f8d1;
}

/*======*/

.contact {
    padding: 10px 0 80px 0;
}

.contact-map {
    margin-top: 50px;
}

.contact-map iframe {
    padding: 10px;
    box-shadow: 0 1px 9px 2px rgb(0 0 0 / 4%);
    -webkit-box-shadow: 0 1px 9px 2px rgb(0 0 0 / 4%);
}

.contact-head {
    margin-bottom: 40px;
    margin-top: 60px;
}

.contact-head h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    line-height: 45px;
    text-align: center;
    color: #332a6d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-box {
    text-align: center;
    box-shadow: 0px 3px 25px 0px rgb(11 46 72 / 15%);
    background: #fff;
    padding: 30px 10px;
    height: 270px;
    border: 4px solid #ed6e1e;
    margin-bottom: 16px;
}

.contact-box h5 {
    font-size: 22px;
    font-weight: 700;
    color: #3a3a3a;
    margin-top: 15px;
    margin-bottom: 10px;
}

.contact-box a,
.contact-box p {
    font-weight: 500;
    color: #3a3a3a;
    font-size: 16px;
    word-spacing: 0.5px;
    display: block;
}

.contact-box a:hover {
    color: #034aad;
}

.contact-form input,
.contact-form textarea {
    display: block;
    width: 100%;
    color: #7c8393;
    font-weight: 500;
    border: 0px;
    line-height: 24px;
    padding: 15px 15px;
    font-size: 14px;
    background: #f5f5f5;
    margin-bottom: 20px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    font-weight: 400;
}

.butn-bg {
    font-size: 14px;
    padding: 10px 30px;
    background: #332a6d;
    color: #fff;
    cursor: pointer;
    letter-spacing: 1px;
    display: block;
    font-weight: 600;
    border: 0px;
    margin-top:10px;
}

.butn-bg:hover {
    border: 0px;
    color: #fff;
    background: #332a6d;
}

.about-dtl {
    border-left: 3px solid #ebebeb;
    padding: 2px 0 2px 10px;
}

.about-dtl h5 {
    font-weight: 700;
    font-size: 29px;
    margin-bottom: 10px;
    color: #342b70;
}

.about-content ul li {
    margin: 8px 0 0 0;
    position: relative;
    padding-left: 24px;
    letter-spacing: 0.2px;
    font-size: 17px;
    line-height: 1.7;
    color: #3d3d3d;
    text-align: left;
    font-weight: 400;
}

.about-policy {
    background: #f1f2f7;
    padding: 80px 0;
}

.about-policy-head h2 {
    font-weight: 800;
    font-size: 35px;
    margin-bottom: 30px;
    color: #ed6e1e;
}

.about-policy-dtl ul {
    border: 1px solid #dee2e6;
}

.about-policy-dtl ul li {
    border-top: 1px solid #dee2e6;
    padding: 20px;
    font-size: 16px;
    color: #3a3a3a;
    background: #f8f9fd;
}

.about-policy-dtl ul li:nth-child(odd) {
    background: #fff;
}

.about-policy-dtl ul li i {
    color: #627792;
    font-size: 18px;
    padding-right: 10px;
}

.about-policy-img img {
    margin: 0 auto 20px;
    display: table;
}

.about-policy-img p {
    font-weight: 400;
    color: #3a3a3a;
    font-size: 16px;
    margin: 15px 0;
    word-spacing: 0.5px;
}

.whatsapp-fixed {
	position: fixed;
	left: 15px;
	bottom: 20px; 
	z-index: 10000;
}

.whatsapp-fixed .Btn {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 45px;
	height: 45px;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	transition-duration: 0.3s;
	background-color: #00d757;
	-webkit-animation: pulse 2s infinite;
	animation: pulse 2s infinite;
	box-shadow: 0 0 0 2em transparent;
}

.whatsapp-fixed .sign {
	width: 100%;
	transition-duration: 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sign svg {
	width: 25px;
}

.sign svg path {
	fill: white;
}

.whatsapp-fixed .text {
	position: absolute;
	right: 10px;
	width: 0%;
	opacity: 0;
	color: white;
	font-size: 16px;
	font-weight: 600;
	transition-duration: 0.3s;
}

.whatsapp-fixed .Btn:hover {
	width: 150px;
	border-radius: 40px;
	transition-duration: 0.3s;
}

.whatsapp-fixed .Btn:hover .sign {
	width: 30%;
	transition-duration: 0.3s;
}

.whatsapp-fixed .Btn:hover .text {
	opacity: 1;
	width: 70%;
	transition-duration: 0.3s;
}
.whatsapp-fixed .Btn:active {
	transform: translate(2px, 2px);
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #00d757;
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #00d757;
  }
}

.quickcontact input[type="text"], [type="email"], [type="number"] {
	width: 100%;
	max-width: 100%;
	padding: 8px 5px;
	font-size: 13px;
	margin-top: 4px;
	display: inline-block;
	border: 1px solid rgb(59 59 56 / 50%);
	box-sizing: border-box;
}

.quickcontact select {
	width: 100%;
	max-width: 100%;
	padding: 8px 5px;
	font-size: 13px;
	margin-top: 4px;
	display: inline-block;
	border: 1px solid rgb(59 59 56 / 50%);
	box-sizing: border-box;
}

.form-text {
	border: 1px solid #ccc;
}

.quickcontact input[type="submit"] {
	width: 100%;
	max-width: 100%;
	background-color: #141414;
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 15px;
	padding: 7px;
	border: none;
	border-radius: 0px;
	cursor: pointer;
}

.quickcontact input[type="submit"]:hover {
	background-color: #ed6e1e;
	color: #ffffff;
	max-width: 100%;
}

.btn-1 {
	width: 100%;
	max-width: 100%;
	background-color: #2e2c53;
	color: #ffffff;
	font-weight: 600;
	letter-spacing: 0.25px;
	font-size: 17px;
	padding: 7px;
	border: none;
	cursor: pointer;
}

.quickcontact {
	right: 0px;
	bottom: 0px;
	max-width: 100%;
	overflow-x: hidden;
	display: block;
	background-color: #fbfbfb;
}

.max {
	border: #ed6e1e thick solid;
	position: fixed;
	width: 210px;
	right: 10px;
	bottom: 10px;
	max-width: 100%;
	background-color: #ffffff;
	padding: 4px;
	z-index: 9999;
}

.about-dtl-shadow {
    margin-top: 60px;
    position: relative;
    bottom: -5px;
    z-index: -1;
}

/**/