/* 
    font-family: "Space Grotesk", sans-serif;
    font-family: "DM Sans", sans-serif;
*/
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth
}

html,
body {
    overflow-x: clip;
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit
}

a,
aside,
body,
del,
div,
dl,
footer,
header,
li,
main,
ol,
p,
section,
span,
ul {
    padding: 0;
    margin: 0;
    text-shadow: none;
    outline: 0;
    box-shadow: none;
    text-decoration: none;
    list-style: none
}

b,
strong {
    font-weight: 700;
}

body {
    font-size: 18px;
    line-height: 28px;
    font-family: "DM Sans", sans-serif;
    font-weight: 300;
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Space Grotesk", sans-serif;
}

a {
    color: #15204D;
    display: block;
    -webkit-transition: .5s all ease;
    -ms-transition: .5s all ease;
    transition: .5s all ease;
}

p {
    margin-bottom: 30px;
}

.btn-primary {
    padding: 5px 5px 5px 23px;
    background: #E3E8FF;
    font-size: 16px;
    line-height: 22px;
    color: #15204D;
    border-radius: 40px;
    max-width: fit-content;
    font-weight: 700;
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: all 0.5s;
}

.btn-primary svg {
    max-width: 44px;
    transform: rotate(0);
    transition: all 0.5s;
}

.btn-primary:hover {
    background: #CAE28E;
}

.btn-primary:hover svg {
    transform: rotate(45deg);
}

.btn-primary:hover::before {
    bottom: -5px;
    left: -5px;
    opacity: 1;
    visibility: visible;
}

.btn-primary:hover::after {
    top: -5px;
    right: -5px;
    opacity: 1;
    visibility: visible;
}

.pt-100 {
    padding: 100px 0px 0px;
}

.ptb-120 {
    padding: 120px 0px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-120 {
    margin-top: 120px;
}

.mtb-120 {
    margin: 120px 0px;
}

.ptb-100 {
    padding: 100px 0px;
}

.mtb-100 {
    margin: 100px 0px;
}

.ptb-80 {
    padding: 80px 0px;
}

.mtb-80 {
    margin: 80px 0px;
}

header {
    padding: 0px 0px;
    background: transparent;
    left: 0;
    right: 0;
    z-index: 99;
    position: fixed;
    -webkit-transition: .5s all ease;
    -ms-transition: .5s all ease;
    transition: .5s all ease;
}

header.sticky {
    top: 0;
    padding: 0px 0px;
    background: #15204D;
    left: 0;
    box-shadow: 0px 7px 20px rgb(0 0 0 / 20%);
    right: 0;
}

header .navbar,
header .navbar-brand {
    padding: 0;
    margin: 0;
}

.h-top {
    background: #E3E8FF;
    padding: 10px 0px;
}

.htop-left ul {
    display: flex;
    align-items: center;
    gap: 48px;
}

.htop-left ul li {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #161616;
    display: flex;
    align-items: center;
    gap: 7px;
}

a.navbar-brand img {
    max-width: 140px;
}

.htop-left ul li a {
    color: #161616;
}

.htop-left ul li a:hover {
    color: #15204D;
}

.htop-left ul li img {
    max-width: 16px;
}

.ht-soical {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: flex-end;
}

.ht-soical h3 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #161616;
    font-family: "DM Sans", sans-serif;
    margin-bottom: 0;
}

.ht-soical ul {
    display: flex;
    align-items: center;
    gap: 15px;
}

.ht-soical ul li a {
    display: flex;
    align-items: flex-start;
}

.ht-soical ul li a svg {
    max-width: 16px;
}

.ht-soical ul li a svg path {
    fill: #161616;
    transition: all 0.5s;
}

.ht-soical ul li a:hover svg path {
    
    transition: all 0.5s;
}

header .navbar-nav {
    max-width: 100%;
    width: 100%;
}

header .menu-item a {
    color: #fff;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    line-height: 22px;
    padding: 40px 0;
    max-width: fit-content;
}

header.sticky .menu-item a {
    padding: 30px 0px;
}

header .menu-item.menu-item-has-children>a::after {
	display: none;
    content: '+';
    position: relative;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #FFFFFF;
    margin-left: 8px;
    transition: all 0.5s;
}

header .menu-item a:hover,
header .menu-item.current-menu-item>a,
header .menu-item a:focus,
header .menu-item.current-menu-item>a::after,
header .menu-item a:hover::after {
    color: #CAE28E;
}

header .menu-item+.menu-item {
    margin-left: 50px;
}

header .menu-item+.menu-item {
    margin-left: 40px;
}

header .menu-item:first-child {
    margin-left: auto;
}

header .menu-item:last-child {
    margin-left: auto;
}

header .menu-item:last-child a {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #15204D;
    display: flex;
    align-items: center;
    padding: 18px 67px 18px 22px;
    background: #E3E8FF;
    border-radius: 40px;
    gap: 15px;
    position: relative;
}

/* header .menu-item:last-child>a:hover {
    background: #CAE28E;
} */

header .menu-item:last-child a::after {
    content: "";
    position: absolute;
    top: 6px;
    right: 5px;
    height: 45px;
    width: 46px;
    background-image: url("data:image/svg+xml,%3Csvg width='46' height='45' viewBox='0 0 46 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.849976' y='0.349998' width='44.3' height='44.3' rx='22.15' fill='%2315204D'/%3E%3Cpath d='M30.8301 15.994C30.8301 15.258 30.2221 14.65 29.4861 14.65H17.2941C16.5581 14.65 15.9501 15.258 15.9501 15.994C15.9501 16.762 16.5581 17.37 17.2941 17.37H28.1101V28.186C28.1101 28.922 28.7181 29.53 29.4541 29.53C30.1901 29.53 30.7981 28.922 30.7981 28.186V15.994H30.8301Z' fill='%23E3E8FF'/%3E%3Cpath d='M30.446 16.954L17.07 30.33L15.15 28.41L28.526 15.034L30.446 16.954Z' fill='%23E3E8FF'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 100%;
    transition: all 0.4s ease-in-out;
}

header .menu-item:last-child a:hover::after {
    transform: rotate(45deg);
}

.sub-menu {
    position: absolute;
    top: 100%;
    margin: auto;
    min-width: 235px;
    background: #E3E8FF;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 10px 20px 20px rgba(0, 0, 0, .1);
    border: 0 solid rgba(28, 132, 144, .12)
}

header .menu-item .sub-menu .menu-item:last-child a::after {
    display: none;
}

header .navbar-nav>li.menu-item-has-children .sub-menu {
    -ms-transition: .5s ease-out;
    -webkit-transition: .5s ease-out;
    transition: .5s ease-out;
    -ms-transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -ms-transform-origin: top;
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0;
    display: block;
    z-index: 100
}

header .navbar-nav .menu-item-has-children:hover .sub-menu {
    /* display: block; */
    opacity: 1;
    -ms-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    -ms-transform-origin: top;
    -webkit-transform-origin: top;
    transform-origin: top
}

header .sub-menu .menu-item a,
header.sticky .sub-menu a {
    padding: 0;
    color: #1A2259;
    font-weight: 400;
    display: block;
}

header .sub-menu a,
header.sticky .sub-menu a {
    color: #1A2259;
}

header .sub-menu a:hover,
header.sticky .sub-menu a:hover {
    color: #161616;
}

header .sub-menu .menu-item+.menu-item {
    margin-left: 0;
    margin-top: 10px;
}

header .sub-menu .menu-item:last-child a,
header .sub-menu .menu-item:last-child:hover>a {
    margin-left: 0;
    padding: 0;
    background: transparent;
    color: #1A2259;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

header .sub-menu .menu-item:last-child a,
header .sub-menu .menu-item:last-child:hover>a {
    color: #1A2259;
    ;
}

/* home page css start */
/* home banner */
.home-banner {
    padding: 200px 0px 180px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.home-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: rgba(22, 22, 22, .3); */
    background: linear-gradient(0deg, rgba(22, 22, 22, 0.3) 0%, #161616 100%);
    z-index: -1;
}

.hb-title span {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #FFFFFF;
    max-width: fit-content;
    padding: 0px 40px;
    position: relative;
    margin: auto;
    z-index: 1;
}

.hb-title span::before {
    content: '';
    position: absolute;
    top: 51%;
    transform: translateY(-50%);
    left: 0;
    height: 10px;
    width: 35px;
    background-image: url("data:image/svg+xml,%3Csvg width='36' height='11' viewBox='0 0 36 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.2932 1.58384L29.6135 3.26353V4.85923L32.637 1.8358L32.1331 0.744003L31.2932 1.58384Z' fill='white'/%3E%3Cpath d='M33.8126 3.51601H31.377L30.2852 4.6078H34.5684L34.9883 3.51601H33.8126Z' fill='white'/%3E%3Cpath d='M34.3165 6.7077L32.6368 5.02802H31.0411L34.0645 8.05145L35.1563 7.54754L34.3165 6.7077Z' fill='white'/%3E%3Cpath d='M32.3848 9.31133V6.87579L31.293 5.784V10.0672L32.3848 10.4871V9.31133Z' fill='white'/%3E%3Cpath d='M29.1935 9.81536L30.8732 8.13568V6.45599L27.8497 9.47942L28.3536 10.5712L29.1935 9.81536Z' fill='white'/%3E%3Cpath d='M26.5901 7.88379H29.0256L30.1174 6.79199H25.8342L25.4143 7.88379H26.5901Z' fill='white'/%3E%3Cpath d='M26.1702 4.69175L27.8498 6.37144H29.4455L26.4221 3.34801L25.3303 3.85191L26.1702 4.69175Z' fill='white'/%3E%3Cpath d='M28.1018 2.08775V4.52329L29.1936 5.61509V1.33189L28.1018 0.911972V2.08775Z' fill='white'/%3E%3Cpath d='M25.3312 9.81601H0.723816V10.6559H25.3312V9.81601Z' fill='white'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.hb-title span::after {
    content: '';
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    right: 0;
    height: 10px;
    width: 35px;
    background-image: url("data:image/svg+xml,%3Csvg width='35' height='11' viewBox='0 0 35 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.8631 1.58384L5.54279 3.26353V4.85923L2.51936 1.8358L3.02326 0.744003L3.8631 1.58384Z' fill='white'/%3E%3Cpath d='M1.34376 3.51601H3.7793L4.87109 4.6078H0.587903L0.167982 3.51601H1.34376Z' fill='white'/%3E%3Cpath d='M0.839851 6.7077L2.51953 5.02802H4.11523L1.0918 8.05145L9.05991e-06 7.54754L0.839851 6.7077Z' fill='white'/%3E%3Cpath d='M2.77155 9.31133V6.87579L3.86334 5.784V10.0672L2.77155 10.4871V9.31133Z' fill='white'/%3E%3Cpath d='M5.96283 9.81536L4.28315 8.13568V6.45599L7.30658 9.47942L6.80267 10.5712L5.96283 9.81536Z' fill='white'/%3E%3Cpath d='M8.56623 7.88379H6.13068L5.03889 6.79199H9.32208L9.742 7.88379H8.56623Z' fill='white'/%3E%3Cpath d='M8.98615 4.69175L7.30646 6.37144H5.71076L8.73419 3.34801L9.82599 3.85191L8.98615 4.69175Z' fill='white'/%3E%3Cpath d='M7.0545 2.08775V4.52329L5.96271 5.61509V1.33189L7.0545 0.911972V2.08775Z' fill='white'/%3E%3Cpath d='M9.82513 9.81601H34.4325V10.6559H9.82513V9.81601Z' fill='white'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.hb-title h1 {
    font-size: 62px;
    line-height: 80px;
    font-weight: 700;
    color: #FFFFFF;
    margin-top: 14px;
    margin-bottom: 12px;
}

.hb-title p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.hb-desc {
    max-width: 80%;
    margin: 0 auto;
}

.hb-desc .btn-primary {
    margin-left: auto;
    margin-right: auto;
}

.hb-sidebar {
    max-width: 260px;
    position: absolute;
    left: 0;
    top: 54%;
    transform: translateY(-50%);
}

.hb-sidebar ul li a {
    display: grid;
    grid-template-columns: 70px auto;
    align-items: center;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #FFFFFF;
    gap: 15px;
    padding: 24px;
    border-bottom: 1px solid #D9D9D9;
}

.hb-sidebar ul li a:hover {
    color: #CAE28E;
    border-bottom: 1px solid #CAE28E;
}

.hb-sidebar ul li a svg {
    width: 100%;
    height: 100%;
}

.hb-sidebar ul li a svg path {
    fill: #FFFFFF;
    transition: all 0.5s;
}

.hb-sidebar ul li a:hover svg path {
    fill: #CAE28E;
}


/* home about us */
.title h2 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: #161616;
    margin-bottom: 10px;
    max-width: fit-content;
    padding: 0px 40px;
    position: relative;
    font-family: "DM Sans", sans-serif;
    z-index: 1;
}

.title h2::before {
    content: '';
    position: absolute;
    top: 51%;
    transform: translateY(-50%);
    left: 0;
    height: 10px;
    width: 35px;
    background-image: url("data:image/svg+xml,%3Csvg width='35' height='10' viewBox='0 0 35 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30.7473 0.916489L29.0809 2.58284V4.16588L32.0804 1.16644L31.5804 0.083313L30.7473 0.916489Z' fill='%23161616'/%3E%3Cpath d='M33.2466 2.83331H30.8304L29.7473 3.91644H33.9965L34.4131 2.83331H33.2466Z' fill='%23161616'/%3E%3Cpath d='M33.7465 5.99967L32.0802 4.33331H30.4971L33.4966 7.33275L34.5797 6.83284L33.7465 5.99967Z' fill='%23161616'/%3E%3Cpath d='M31.8302 8.58265V6.16644L30.7471 5.08331V9.33251L31.8302 9.7491V8.58265Z' fill='%23161616'/%3E%3Cpath d='M28.6642 9.0827L30.3306 7.41635V5.75L27.3312 8.74943L27.8311 9.83256L28.6642 9.0827Z' fill='%23161616'/%3E%3Cpath d='M26.0815 7.16644H28.4977L29.5808 6.08331H25.3316L24.915 7.16644H26.0815Z' fill='%23161616'/%3E%3Cpath d='M25.6649 3.99971L27.3312 5.66606H28.9143L25.9148 2.66663L24.8317 3.16653L25.6649 3.99971Z' fill='%23161616'/%3E%3Cpath d='M27.5812 1.41639V3.8326L28.6643 4.91573V0.666527L27.5812 0.249939V1.41639Z' fill='%23161616'/%3E%3Cpath d='M24.8325 9.08331H0.420471V9.91649H24.8325V9.08331Z' fill='%23161616'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.title h2::after {
    content: '';
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    right: 0;
    height: 10px;
    width: 35px;
    background-image: url("data:image/svg+xml,%3Csvg width='35' height='10' viewBox='0 0 35 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.25275 0.916489L5.9191 2.58284V4.16588L2.91966 1.16644L3.41957 0.083313L4.25275 0.916489Z' fill='%23161616'/%3E%3Cpath d='M1.75338 2.83331H4.16959L5.25272 3.91644H1.00352L0.58693 2.83331H1.75338Z' fill='%23161616'/%3E%3Cpath d='M1.25351 5.99967L2.91986 4.33331H4.5029L1.50346 7.33275L0.420334 6.83284L1.25351 5.99967Z' fill='%23161616'/%3E%3Cpath d='M3.16983 8.58265V6.16644L4.25296 5.08331V9.33251L3.16983 9.7491V8.58265Z' fill='%23161616'/%3E%3Cpath d='M6.33577 9.0827L4.66942 7.41635V5.75L7.66885 8.74943L7.16895 9.83256L6.33577 9.0827Z' fill='%23161616'/%3E%3Cpath d='M8.91855 7.16644H6.50233L5.4192 6.08331H9.6684L10.085 7.16644H8.91855Z' fill='%23161616'/%3E%3Cpath d='M9.33513 3.99971L7.66878 5.66606H6.08574L9.08517 2.66663L10.1683 3.16653L9.33513 3.99971Z' fill='%23161616'/%3E%3Cpath d='M7.41882 1.41639V3.8326L6.33569 4.91573V0.666527L7.41882 0.249939V1.41639Z' fill='%23161616'/%3E%3Cpath d='M10.1675 9.08331H34.5795V9.91649H10.1675V9.08331Z' fill='%23161616'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.title.white h2::before {
    background-image: url("data:image/svg+xml,%3Csvg width='35' height='10' viewBox='0 0 35 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30.7473 0.916672L29.0809 2.58302V4.16606L32.0804 1.16663L31.5804 0.0834961L30.7473 0.916672Z' fill='white'/%3E%3Cpath d='M33.2466 2.8335H30.8304L29.7473 3.91663H33.9965L34.4131 2.8335H33.2466Z' fill='white'/%3E%3Cpath d='M33.7465 5.99985L32.0802 4.3335H30.4971L33.4966 7.33293L34.5797 6.83302L33.7465 5.99985Z' fill='white'/%3E%3Cpath d='M31.8302 8.58284V6.16663L30.7471 5.0835V9.33269L31.8302 9.74928V8.58284Z' fill='white'/%3E%3Cpath d='M28.6642 9.0827L30.3306 7.41635V5.75L27.3312 8.74943L27.8311 9.83256L28.6642 9.0827Z' fill='white'/%3E%3Cpath d='M26.0815 7.16663H28.4977L29.5808 6.0835H25.3316L24.915 7.16663H26.0815Z' fill='white'/%3E%3Cpath d='M25.6649 4.00007L27.3312 5.66643H28.9143L25.9148 2.66699L24.8317 3.1669L25.6649 4.00007Z' fill='white'/%3E%3Cpath d='M27.5812 1.41645V3.83266L28.6643 4.91579V0.666588L27.5812 0.25V1.41645Z' fill='white'/%3E%3Cpath d='M24.8325 9.0835H0.420471V9.91667H24.8325V9.0835Z' fill='white'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.title.white h2::after {
    background-image: url("data:image/svg+xml,%3Csvg width='35' height='10' viewBox='0 0 35 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.25275 0.916672L5.9191 2.58302V4.16606L2.91966 1.16663L3.41957 0.0834961L4.25275 0.916672Z' fill='white'/%3E%3Cpath d='M1.75338 2.8335H4.16959L5.25272 3.91663H1.00352L0.58693 2.8335H1.75338Z' fill='white'/%3E%3Cpath d='M1.25351 5.99985L2.91986 4.3335H4.5029L1.50346 7.33293L0.420334 6.83302L1.25351 5.99985Z' fill='white'/%3E%3Cpath d='M3.16983 8.58284V6.16663L4.25296 5.0835V9.33269L3.16983 9.74928V8.58284Z' fill='white'/%3E%3Cpath d='M6.33577 9.0827L4.66942 7.41635V5.75L7.66885 8.74943L7.16895 9.83256L6.33577 9.0827Z' fill='white'/%3E%3Cpath d='M8.91855 7.16663H6.50233L5.4192 6.0835H9.6684L10.085 7.16663H8.91855Z' fill='white'/%3E%3Cpath d='M9.33513 4.00007L7.66878 5.66643H6.08574L9.08517 2.66699L10.1683 3.1669L9.33513 4.00007Z' fill='white'/%3E%3Cpath d='M7.41882 1.41645V3.83266L6.33569 4.91579V0.666588L7.41882 0.25V1.41645Z' fill='white'/%3E%3Cpath d='M10.1675 9.0835H34.5795V9.91667H10.1675V9.0835Z' fill='white'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.title h3 {
    font-size: 55px;
    line-height: 65px;
    font-weight: 600;
    color: #1A2259;
    margin-bottom: 15px;
}

.title p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #6D7189;
    margin-bottom: 15px;
}

.title.white h2,
.title.white h3,
.title.white p {
    color: #fff;
}

.title h3:last-child,
.title p:last-child,
.htestito-desc p:last-child,
.epcservi-desc p:last-child,
.sedetail-aboutus .hab-desc p:last-child {
    margin-bottom: 0;
}

.home-aboutus .btn-primary {
    margin-left: auto;
}

.hab-img img {
    width: 100%;
    border-radius: 10px;
}

.hab-desc h4 {
    font-size: 25px;
    line-height: 34px;
    font-weight: 700;
    color: #474747;
    margin-bottom: 25px;
}

.hab-desc p {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 0;
}

.hab-desc p+p {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #1A2259;
}

.hab-dmain {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    align-items: center;
    max-width: 70%;
    margin-top: 30px;
}

.habd-box {
    display: grid;
    grid-template-columns: 70px auto;
    gap: 15px;
    align-items: center;
}

.habdb-img img {
    width: 100%;
}

.habdb-desc h4 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #1A2259;
    margin-bottom: 0;
}

.home-aboutus .row+.row,
.home-benifits .row+.row,
.service-listing .row+.row,
.epc-service .row+.row,
.product-listing .row+.row,
.sedetail-aboutus .row+.row,
.about-solution .row+.row,
.about-why .row+.row {
    margin-top: 40px;
}

/* home number */
.hnum-main {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    margin-top: 45px;
}

.hnum-box {
    padding: 0px 20px;
    text-align: center;
}

.hnum-box+.hnum-box {
    border-left: 1px dashed #D9D9D9;
}

.hnum-box h4 {
    font-size: 53px;
    line-height: 62px;
    font-weight: 700;
    color: #161616;
    margin-bottom: 8px;
}

.hnum-box p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #161616;
    margin-bottom: 0;
}

/* home services */
.home-services {
    background: #EDF0FF;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.home-services .back-img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.home-services .back-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.hservi-swiper {
    margin-top: 40px;
}

.hservi-box {
    background: #FFFFFF;
    border-radius: 10px;
    height: 100%;
}

.hservib-img img {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}

.hservib-desc {
    padding: 26px 14px;
    text-align: center;
}

.hservib-desc h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #1A2259;
    margin-bottom: 10px;
}

.hservib-desc h4 a {
    color: #1A2259;
}

.hservib-desc h4 a:hover {
    color: #cbf561;
}

.hservib-desc p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #6D7189;
    margin-bottom: 15px;
}

.hservib-desc .btn-primary {
    margin-left: auto;
    margin-right: auto;
}

.hservib-desc .btn-primary svg,
.hconn-desc .btn-primary svg {
    max-width: 29px;
    height: 29px;
}

.hservi-swiper .swiper-slide {
    height: auto;
}

.swiper-slide-prnext {
    display: flex;
    align-items: center;
    max-width: fit-content;
    gap: 25px;
}

.hservi-prnext {
    margin-left: auto;
}

.swiper-button-prev,
.swiper-button-next {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #15204D;
    transition: all 0.5s;
    border-radius: 50%;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    display: none;
}

.swiper-button-prev svg path,
.swiper-button-next svg path {
    fill: #FFFFFF;
    transition: all 0.5s;
}

.swiper-button-prev svg,
.swiper-button-next svg {
    max-width: 20px;
}

.swiper-button-prev.swiper-button-disabled svg path,
.swiper-button-next.swiper-button-disabled svg path {
    fill: #1A2259;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    background: #E3E8FF;
    opacity: 1;
}

.swiper-pagination {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    height: 12px;
    justify-content: center;
    margin-top: 30px;
}

.swiper-pagination-bullet {
    background: #D9D9D9;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin: 0 !important;
    opacity: 1;
    transition: all 0.5s;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background: #1A2259;
}

/* home offer */
.hoffer-img img {
    width: 100%;
}

.hoffer-box {
    padding: 25px;
    background: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    transition: all 0.5s;
}

.hoffer-box+.hoffer-box {
    margin-top: 35px;
}

.hoffer-box h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #1A2259;
    margin-bottom: 10px;
}

.hoffer-box p {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #6D7189;
    margin-bottom: 0px;
    transition: all 0.5s;
}

.hoffer-box h4 a {
    color: #1A2259;
    display: flex;
    align-items: start;
    justify-content: space-between;
    transition: all 0.5s;
}

.hoffer-box h4 a svg {
    max-width: 29px;
    flex: 100%;
}

.hoffer-box h4 a svg path,
.hoffer-box:hover h4 a svg rect {
    fill: #fff;
    transition: all 0.5s;
}

.hoffer-box h4 a svg rect,
.hoffer-box:hover h4 a svg path {
    fill: #15204D;
    transition: all 0.5s;
}

.hoffer-box:hover h4,
.hoffer-box:hover p {
    color: #fff;
}

.hoffer-box:hover {
    background: #15204D;
    border-color: #15204D;
}

.home-offer .row+.row {
    margin-top: 40px;
}


/* home-benifits */
.hbenifi-box {
    padding: 40px 25px;
    text-align: center;
    width: 100%;
    background: #EDF0FF;
    box-shadow: 0px 4px 20px 3px #E2E2E2;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.5s;
}

.hbenifi-box:hover {
    background: #1A2259;
    box-shadow: 0 0 0;
}

.home-benifits .col-lg-4,
.product-listing .col-lg-4 {
    display: inherit;
}

.hbenifib-img {
    margin-bottom: 20px;
}

.hbenifib-img svg {
    max-width: 84px;
    margin: auto;
}

.hbenifib-img svg path {
    fill: #1A2259;
    transition: all 0.5s;
}

.hbenifi-box:hover .hbenifib-img svg path {
    fill: #FFFFFF;
}

.hbenifib-desc h4 {
    font-size: 30px;
    line-height: 37px;
    font-weight: 600;
    color: #1A2259;
    margin-bottom: 16px;
    transition: all 0.5s;
}

.hbenifib-desc p {
    font-size: 20px;
    line-height: 27px;
    font-weight: 400;
    color: #161616;
    margin-bottom: 0;
    transition: all 0.5s;
}

.hbenifi-box:hover .hbenifib-desc h4 {
    color: #fff;
}

.hbenifi-box:hover .hbenifib-desc p {
    color: #CACACA;
}

/* home-connect */
.home-connect {
    padding: 110px 0px;
    position: relative;
    z-index: 1;
}

.home-connect::before {
    content: '';
    position: absolute;
    background: linear-gradient(270deg, rgba(217, 217, 217, 0) 0%, #000000 100%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.hconn-desc p {
    margin-bottom: 30px;
    line-height: 25px;
}


/* home-project */
.hoproject-prnext {
    margin-top: 50px;
}

.hoproject-img img {
    width: 100%;
    border-radius: 10px;
}

.hoproject-img {
    margin-bottom: 20px;
}

.hoproject-desc h4 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 0;
}

.hoproject-desc h4 a {
    color: #000000;
}

.hoproject-desc h4 a:hover {
    color: #1A2259;
}

/* home-testi */
.home-testi .title h2,
.sd-workpro .title h2 {
    margin-left: auto;
    margin-right: auto;
}

.htesti-swiper {
    margin-top: 45px;
}

.htesti-swiper .swiper-wrapper {
    align-items: end;
}

.htesti-box {
    padding: 25px 30px;
    background: #BCBEDD;
    border-radius: 20px;
    opacity: 0.4;
    margin-bottom: 20px;
    transition: all 0.5s;
}

.htesti-quote {
    margin-bottom: 20px;
}

.htesti-quote svg {
    max-width: 68px;
}

.htesti-quote svg path {
    fill: #1A2259;
    transition: all 0.5s;
}

.htestito-desc {
    min-height: 178px;
}

.htestito-desc h4 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 500;
    color: #67646A;
    margin-bottom: 10px;
    transition: all 0.5s;
}

.htestito-desc p {
    font-size: 18px;
    line-height: 26px;
    font-weight: #000;
    margin-bottom: 15px;
    transition: all 0.5s;
}

.htestibo-desc {
    margin-top: 30px;
}

.htestibo-desc h5 {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: #67646A;
    margin-bottom: 9px;
    transition: all 0.5s;
}

.htestibo-desc p {
    font-size: 10px;
    line-height: 4px;
    font-weight: 500;
    color: #413D45;
    margin-bottom: 0px;
    transition: all 0.5s;
}

.htesti-swiper .swiper-slide {
    transform: scaleX(0.9);
}

.htesti-swiper .swiper-slide.swiper-slide-active {
    transform: scaleX(1.1);
}

.htesti-swiper .swiper-slide-active .htesti-box {
    opacity: 1;
    background: #1A2259;
    margin-bottom: 0;
}

.htesti-swiper .swiper-slide-active .htesti-quote svg path {
    fill: #FFFFFF;
}

.htesti-swiper .swiper-slide-active .htestito-desc h4,
.htesti-swiper .swiper-slide-active .htestito-desc p,
.htesti-swiper .swiper-slide-active .htestibo-desc h5,
.htesti-swiper .swiper-slide-active .htestibo-desc p {
    color: #fff;
}

.htesti-pginavi {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: fit-content;
    margin: auto;
    margin-top: 40px;
    gap: 25px;
}

.htesti-pagination {
    margin-top: 0;
}


/* home-blog */
.home-blog,
.home-testi {
    overflow: hidden;
}

.hblog-swiper {
    margin-top: 40px;
}

.hblogb-img img {
    width: 100%;
    border-radius: 10px;
}

.hblogb-img {
    position: relative;
    z-index: 1;
    margin-bottom: 22px;
}

.hblogb-img span {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 20px;
    background: #CAE28E;
    border-radius: 0px 5px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #161616;
    display: block;
    max-width: fit-content;
}

.hblogb-desc h4 {
    font-size: 23px;
    line-height: 30px;
    font-weight: 700;
    color: #161616;
    margin-bottom: 12px;
}

.hblogb-desc h4 a {
    color: #161616;
}

.hblogb-desc p {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color: #161616;
    margin-bottom: 20px;
}

.line-btn {
    display: block;
    max-width: fit-content;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #161616;
    text-decoration: underline;
    transition: all 0.5s;
}

.line-btn:hover,
.hblogb-desc h4 a:hover {
    color: #1A2259;
}

.hblog-pagination {
    margin-top: 40px;
}

/* footer */
footer {
    background: #15204D;
    margin-top: 230px;
}

.fr-top {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.footer-contact .fr-top {
    display: block;
}

.footer-contact .frt-box+.frt-box {
    margin-top: 30px;
}

.footer-contact {
    margin-top: 120px;
    padding: 80px 0px 0px;
}

.frt-box {
    display: grid;
    grid-template-columns: 45px auto;
    gap: 16px;
}

.f-right {
    margin: 70px 0px 0px;
}

.footer-contact .f-right {
    margin: 0;
}

.frtb-img {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
}

.frtb-img img {
    max-width: 20px;
    margin: auto;
}

.frtb-desc ul li {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
}

.frtb-desc ul li a {
    font-weight: 400;
    display: block;
    max-width: fit-content;
    color: #fff;
}

.frb-desc .f-logo {
    margin-bottom: 20px;
}

.f-logo a {
    max-width: fit-content;
}

.f-logo img {
    max-width: 150px;
    width: 150px;
}

.fr-bottom {
    display: grid;
    grid-template-columns: 40% auto;
    gap: 40px;
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #fff;
}

.footer-contact .fr-bottom {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}

.frb-desc p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 16px;
}

.frb-social ul {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.frb-social ul a {
    display: flex;
    align-items: center;
}

.frb-social ul li svg {
    max-width: 20px;
}

.frb-social ul li svg path {
    fill: #FFFFFF;
    transition: all 0.5s;
}

.frb-social ul li a:hover svg path {
    fill: #cbf561;
}

.frb-link {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.frb-link h3 {
    font-size: 23px;
    line-height: 30px;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.frb-link li {
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    color: #FFFFFF;
}

.frb-link li a {
    color: #FFFFFF;
    transition: all 0.5s;
    max-width: fit-content;
}

.frtb-desc ul li a:hover,
.frb-link li a:hover {
    color: #cbf561;
}

.frb-link li+li {
    margin-top: 12px;
}

.fou-bottom {
    padding: 20px 0px;
    border-top: 1px solid #FFFFFF;
    margin-top: 40px;
}

.footer-contact .fou-bottom {
    margin-top: 60px;
}

.fou-bottom p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
}

.f-form {
    background: #F2F8F5;
    border-radius: 25px;
    padding: 32px 30px;
    margin-top: -130px;
}

.f-form .title h3 {
    font-size: 50px;
    line-height: 60px;
    color: #161616;
}

.ffo-main {
    margin-top: 35px;
}

.ffo-main .forminator-input,
.contmai-form .forminator-input,
.ffo-main .forminator-textarea,
.contmai-form .forminator-textarea {
    width: 100% !important;
    padding: 15px 25px !important;
    border-radius: 40px !important;
    border: 1px solid #D9D9D9 !important;
    box-shadow: 0 0 0 !important;
    outline: none !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
    background: transparent !important;
    color: #161616 !important;
}

.ffo-main textarea.form-control {
    height: 115px;
    resize: none;
    border-radius: 25px;
}

.contmai-form {
    margin-top: 40px;
}

.ffo-main .forminator-textarea,
.contmai-form .forminator-textarea {
    border-radius: 30px !important;
}

/* .contmai-form textarea.form-control{
    height: 140px;
    border-radius: 30px;
    resize: none;
} */
.contmai-form .form-control {
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(22, 22, 22, 0.1);
    border-radius: 50px;
}

.contmai-form .form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.ffo-main .forminator-button,
.contmai-form .forminator-button {
    padding: 16px 67px 16px 22px !important;
    background: #E3E8FF !important;
    font-size: 16px !important;
    line-height: 22px !important;
    color: #15204D !important;
    border-radius: 40px !important;
    max-width: fit-content !important;
    font-weight: 700 !important;
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
    transition: all 0.5s !important;
    position: relative;
}

.ffo-main .forminator-button::after,
.contmai-form .forminator-button::after {
    content: "";
    position: absolute;
    top: 6px;
    right: 5px;
    height: 44px;
    width: 44px;
    background-image: url("data:image/svg+xml,%3Csvg width='100%' height='100%' viewBox='0 0 46 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.849976' y='0.349998' width='44.3' height='44.3' rx='22.15' fill='%2315204D'/%3E%3Cpath d='M30.8301 15.994C30.8301 15.258 30.2221 14.65 29.4861 14.65H17.2941C16.5581 14.65 15.9501 15.258 15.9501 15.994C15.9501 16.762 16.5581 17.37 17.2941 17.37H28.1101V28.186C28.1101 28.922 28.7181 29.53 29.4541 29.53C30.1901 29.53 30.7981 28.922 30.7981 28.186V15.994H30.8301Z' fill='%23E3E8FF'/%3E%3Cpath d='M30.446 16.954L17.07 30.33L15.15 28.41L28.526 15.034L30.446 16.954Z' fill='%23E3E8FF'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 100%;
    transition: all 0.4s ease-in-out;
}

.ffo-main .forminator-button:hover,
.contmai-form .forminator-button:hover {
    background: #CAE28E !important;
}

.ffo-main .forminator-button:hover::after,
.contmai-form .forminator-button:hover::after {
    transform: rotate(45deg) !important;
}

/* home page css end */


/* service listing page css start */
.inner-banner {
    position: relative;
    min-height: 500px;
    padding: 135px 0px 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.inner-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(22, 22, 22, 0) 0%, #161616 100%);
    z-index: -1;
}

.inb-desc {
    max-width: 60%;
    margin: auto;
}

.inb-desc h1 {
    margin-bottom: 25px;
    margin-top: 20px;
}

.inb-desc p {
    margin-bottom: 0;
}


.service-listing .row+.row {
    row-gap: 40px;
}

.selist-box {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.selist-img img {
    width: 100%;
    border-radius: 10px;
}

.selist-img a {
    display: block;
}

.selist-img a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(26, 34, 89, 0.6);
    border-radius: 10px;
    opacity: 0;
    z-index: 0;
    transition: all 0.5s;
}

.selist-box:hover .selist-img a::before {
    opacity: 1;
}

.selist-icon {
    width: 80px;
    height: 80px;
    background: #1A2259;
    border-radius: 10px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 20px;
    right: 20px;
}

.selist-icon img {
    max-width: 60px;
    margin: auto;
}

.selist-desc {
    padding: 15px;
    background: #FFFFFF;
    border-radius: 10px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
}

.selist-desc h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #1A302C;
    margin-bottom: 8px;
}

.selist-desc h4 a {
    color: #1A302C;
}

.selist-desc h4 a:hover {
    color: #15204D;
}

.selist-desc p {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    color: #474747;
    margin-bottom: 0px;
}



.epcservi-img img {
    width: 100%;
    border-radius: 10px;
}

.epcservi-desc h4 {
    font-size: 35px;
    line-height: 44px;
    font-weight: 600;
    color: #1A2259;
    margin-bottom: 25px;
}

.epcservi-desc h4 a {
    color: #1A2259;
    transition: all 0.5s;
}

.epcservi-desc h4 a:hover {
    color: #1A302C;
}

.epcservi-desc p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #333333;
}

.seslidlist-box .selist-icon {
    background: #FFFFFF;
}

/* service listing page css end */

/* Product listing page css start */

.product-listing .row+.row {
    row-gap: 30px;
}

.prodli-box {
    padding: 15px;
    border: 1px solid #D9D9D9;
    width: 100%;
    border-radius: 10px;
}

.prodlib-img img {
    width: 100%;
    border-radius: 10px;
}

.prodlib-desc {
    padding: 20px 5px 10px;
    text-align: center;
}

.prodlib-desc h4 {
    font-size: 23px;
    line-height: 31px;
    font-weight: 700;
    color: #1A302C;
    margin-bottom: 12px;
}

.prodlib-desc h4 a {
    color: #1A302C;
}

.prodlib-desc h4 a:hover {
    color: #15204D;
}

.prodlib-desc h4:hover {
    color: #15204D;
}

.prodlib-desc p {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    color: #474747;
    margin-bottom: 15px;
}

.prodlib-desc .btn-primary,
.seprodran-desc .btn-primary {
    margin-left: auto;
    margin-right: auto;
    padding: 8px 12px 8px 25px;
}

.prodlib-desc .btn-primary svg,
.seprodran-desc .btn-primary svg {
    max-width: 29px;
    height: 29px;
}

.seprodran-main {
    display: flex;
    margin-top: 80px;
}

.seprodran-img img {
    max-width: 270px;
    flex: 100%;
}

.seprodran-desc {
    margin-left: -70px;
    text-align: center;
}

.seprodran-desc p {
    margin-bottom: 20px;
}

/* Product listing page css end */

/* Contact us page css start */

.contde-main {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.contde-box {
    padding: 38px 22px;
    border: 1px solid #D9D9D9;
    text-align: center;
    border-radius: 10px;
}

.contde-img img {
    max-width: 50px;
    margin: auto;
}

.contde-img {
    margin-bottom: 14px;
}

.contde-desc ul li {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #000000;
}

.contde-desc ul li a {
    color: #000;
}

.contde-desc ul li a:hover {
    color: #15204D;
}

.contde-desc ul li+li {
    margin-top: 6px;
}

.contact-detail .title h2,
.contfo-main .title h2 {
    margin-left: auto;
    margin-right: auto;
}

.contact-detail .title {
    max-width: 70%;
    margin: auto;
}

.contfo-main {
    padding: 50px;
    background: #F2F8F5;
    border-radius: 25px;
}

.contfo-main .title h3 {
    color: #161616;
}

/* Contact us page css end */

/* About us page css start */
.about-mivision .title h2,
.about-solution .title h2 {
    margin-left: auto;
    margin-right: auto;
}

.about-mivision .row+.row {
    margin-top: 30px;
}

.abmisvis-box {
    padding: 30px 30px 10px;
    text-align: center;
}

.abmisvisb-img img {
    max-width: 170px;
    margin: auto;
}

.abmisvisb-img {
    margin-bottom: 40px;
}

.abmisvisb-desc h3 {
    font-size: 55px;
    line-height: 65px;
    font-weight: 600;
    color: #1A2259;
    margin-bottom: 12px;
}

.abmisvisb-desc p {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 0px;
}

.about-mivision .row+.row .col-md-6:nth-child(2n) {
    border-left: 1px solid #1A2259;
}

.absolu-img img {
    width: 100%;
}

.absolu-img {
    margin-bottom: 15px;
}

.absolu-box h4 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 14px;
}

.absolu-box p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 0px;
}

.absolu-box+.absolu-box {
    margin-top: 100px;
}

.absolu-box {
    text-align: right;
    position: relative;
    z-index: 1;
}

.about-solution .col-lg-4+.col-lg-4 .absolu-box {
    text-align: left;
}

.absolu-box::before {
    content: '';
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg width='105' height='84' viewBox='0 0 105 84' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M90.5 84C98.5081 84 105 77.5081 105 69.5C105 61.4919 98.5081 55 90.5 55C82.4919 55 76 61.4919 76 69.5C76 77.5081 82.4919 84 90.5 84Z' fill='%231A2259'/%3E%3Cpath d='M90.1399 55.03C90.1399 26.01 66.6099 2.47998 37.5899 2.47998H2.1499' stroke='%231A2259' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 92px;
    height: 72px;
    z-index: -1;
}

.absolu-box:first-child::before {
    top: 15px;
    right: -120px;
}

.absolu-box:nth-child(2)::before {
    bottom: 10px;
    right: -120px;
    transform: rotateX(180deg);
}

.about-solution .col-lg-4+.col-lg-4 .absolu-box:first-child::before {
    top: 15px;
    right: auto;
    left: -120px;
    transform: rotateY(180deg);
}

.about-solution .col-lg-4+.col-lg-4 .absolu-box:nth-child(2)::before {
    bottom: 10px;
    left: -120px;
    right: auto;
    transform: rotate(180deg);
}

.abwhy-tabs {
    width: 100%;
}

.abwhy-tabs li a {
    display: grid;
    grid-template-columns: 54px auto;
    gap: 20px;
    padding: 40px 34px;
    color: #161616;
    align-items: center;
    font-size: 25px;
    line-height: 34px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.abwhy-tabs li a::before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    left: -100%;
    background: #1A2259;
    border-left: 10px solid transparent;
    border-radius: 0px 10px 10px 0px;
    transition: all 0.5s;
    z-index: -1;
}

.abwhy-tabs li+li {
    border-top: 1px solid #D9D9D9;
}

.abwhy-tabs li:last-child {
    border-bottom: 1px solid #D9D9D9;
}

.abwhy-tabs li a:hover::before,
.abwhy-tabs li a.active::before {
    right: 0;
    left: 0;
    border-color: #CAE28E;
}

.abwhy-tabs li a:hover,
.abwhy-tabs li a.active {
    color: #FFFFFF;
}

.abwhy-tabs li a svg {
    max-width: 54px;
}

.abwhy-tabs li a svg path {
    fill: #000000;
    transition: all 0.5s;
}

.abwhy-tabs li a:hover svg path,
.abwhy-tabs li a.active svg path {
    fill: #fff;
    transition: all 0.5s;
}

.abwhy-mimg {
    height: 100%;
}

.abwhy-mimg img {
    width: 100%;
    border-radius: 10px 0px 0px 10px;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.about-why .col-lg-7 {
    padding-right: 0;
    display: inherit;
}

.about-why .col-lg-5 {
    padding-left: 0;
    display: inherit;
}

.abwhy-box {
    display: none;
    position: relative;
    height: 100%;
    z-index: 1;
}

.abwhy-video-box {
    display: grid;
    grid-template-columns: 40% auto;
    align-items: center;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    overflow: hidden;
    position: absolute;
    bottom: 20px;
    left: 20px;
    max-width: 430px;
}

.abwhy-vidimg {
    position: relative;
    height: 100%;
    z-index: 1;
}

.abwhy-main {
    width: 100%;
    height: 100%;
}

.abwhy-vidimg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(22, 22, 22, 0.35);
    z-index: 0;
}

.abwhy-vidimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.abwhy-vidb-desc {
    padding: 30px 20px;
}

.abwhy-vidb-desc h4 {
    font-size: 23px;
    line-height: 31px;
    font-weight: 600;
    color: #161616;
    margin-bottom: 12px;
}

.abwhy-vidb-desc p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #161616;
    margin-bottom: 0px;
}

.abwhy-vidbtn a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    background: #CAE28E;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
}

.abwhy-vidbtn a svg {
    max-width: 15px;
    margin: auto;
}

/* About us page css end */

/* Service detail page css start */

.sedetail-aboutus .hab-desc p+p {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}

.sedetail-aboutus .hab-desc p {
    margin-bottom: 20px;
}

.sed-resident .title h2 {
    margin-left: auto;
    margin-right: auto;
}

.sedresi-main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 40px;
}

.sedresi-box {
    padding: 40px;
}

.sedresi-box:nth-child(n+4) {
    border-top: 1px solid #CAE28E;
}

.sedresi-box+.sedresi-box {
    border-left: 1px solid #CAE28E;
}

.sedresi-box:nth-child(4n) {
    border-left: 0;
}

.sedresib-img {
    margin-bottom: 26px;
}

.sedresib-img svg {
    max-width: 50px;
    margin: auto;
}

.sedresib-img svg path {
    fill: #000000;
    transition: all 0.5s;
}

.sedresi-box:hover .sedresib-img svg path {
    fill: #1A2259;
}

.sedresib-desc h4 {
    font-size: 21px;
    line-height: 30px;
    font-weight: 700;
    color: #18181B;
    margin-bottom: 18px;
    transition: all 0.5s;
}

.sedresi-box:hover .sedresib-desc h4,
.sedresi-box:hover .sedresib-desc p {
    color: #1A2259;
}

.sedresib-desc p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #52525B;
    margin-bottom: 0px;
    transition: all 0.5s;
}

.sdwpro-main {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(5, 1fr)
}

.sdwpro-box {
    padding: 30px 40px 30px 20px;
    position: relative;
    text-align: center;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
}

.sdwpro-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='251' height='268' viewBox='0 0 251 268' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M235.252 123.792L236.853 121.947L242.667 115.241L250.083 106.687H236.853V27.6092C236.853 12.3875 224.451 0 209.213 0H27.64C12.4013 0 0 12.3854 0 27.6092V239.599C0 254.82 12.4013 267.208 27.64 267.208H199.846V263.81H27.64C14.2759 263.81 3.40357 252.95 3.40357 239.601V27.6092C3.40357 14.26 14.278 3.39978 27.64 3.39978H209.213C222.577 3.39978 233.449 14.26 233.449 27.6092V106.683H220.418L227.834 115.237L233.449 121.712L235.252 123.788V123.792Z' fill='%2315204D'/%3E%3C/svg%3E%0A");
    z-index: -1;
}

.sdwpro-box:nth-child(2n)::before {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='251' height='268' viewBox='0 0 251 268' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M242.756 154.223L237.299 147.932L235.338 145.669L233.898 147.332L227.924 154.223L220.508 162.776H233.898V240.389C233.898 253.738 223.026 264.598 209.662 264.598H28.091C14.7269 264.598 3.85459 253.738 3.85459 240.389V28.3993C3.85459 15.0501 14.7269 4.18991 28.091 4.18991H209.182V0.792236H28.091C17.6576 0.792236 8.55597 6.59623 3.85459 15.1412C1.68521 19.079 0.453125 23.5994 0.453125 28.4014V240.391C0.453125 255.615 12.8523 268 28.0931 268H209.664C224.904 268 237.304 255.615 237.304 240.391V162.778H250.176L242.76 154.225L242.756 154.223Z' fill='%23CAE28E'/%3E%3C/svg%3E%0A");
}

.sdwpro-box:last-child::before {
    background: transparent;
    border: 3px solid #15204D;
    border-radius: 25px;
}

.sdwpro-box:last-child {
    padding: 30px 20px;
}

.sdwpro-box:nth-child(2n) {
    margin-top: 125px;
}

.sdwpro-box h4 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: #18181B;
    margin-bottom: 5px;
}

.sdwpro-icon img {
    max-width: 50px;
    margin: auto;
}

.sdwpro-icon {
    margin-bottom: 12px;
}

.sdwpro-box p {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    color: #52525B;
    margin-bottom: 0px;
}

/* Service detail page css start */

.page-template-get-quote .inb-desc {
    max-width: 100% !important;
}

.contmai-form .forminator-label {
    display: none !important;
}

.contmai-form .selection .select2-selection {
    background: transparent !important;
    border: 1px solid #D9D9D9 !important;
    border-radius: 40px !important;
}

.contmai-form .selection .select2-selection .select2-selection__rendered {
    padding: 15px 25px !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
    color: #161616 !important;
}

.contmai-form .selection .select2-selection .select2-selection__rendered .select2-selection__placeholder {
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
    color: #161616 !important;
}

.contmai-form .select2.select2-container--focus .selection .select2-selection:focus {
    outline: none !important;
}

.contmai-form .forminator-field.forminator-is_hover .selection .select2-selection .forminator-icon-chevron-down {
    color: #161616 !important;
}

.select2-container .forminator-select-dropdown {
    background: #E3E8FF !important;
    border: none !important;
}

.select2-container .forminator-select-dropdown .select2-results .select2-results__option.select2-results__option--highlighted,
.select2-container .forminator-select-dropdown .select2-results .select2-results__option.select2-results__option--selected {
    outline: none !important;
    background: #15204D !important;
    color: #FFFFFF !important;
}

/* Home Banner Slider */

.home-benner-slider {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -2;
}

.home-banner-box {
    height: 100%;
    width: 100%;
}

/* Responsive */
@media screen and (max-width: 1399px) {
    .inb-desc {
        max-width: 70%;
    }

    .hab-dmain {
        max-width: 83%;
    }

    .f-form .title h3 {
        font-size: 44px;
        line-height: 50px
    }

    .seprodran-desc {
        margin-left: -40px;
    }

    .contde-main {
        max-width: 80%;
        margin-top: 35px;
    }

    .contact-detail .title {
        max-width: 80%;
    }

    .absolu-img {
        margin-bottom: 40px;
    }

    .sdwpro-box {
        padding: 30px 30px 30px 20px;
    }

    .sdwpro-icon img {
        max-width: 40px;
    }

    .sdwpro-icon {
        margin-bottom: 8px;
    }

    .sdwpro-box h4 {
        font-size: 16px;
        line-height: 22px;
    }

    .sdwpro-box {
        height: 240px;
    }

    .sdwpro-box p {
        font-size: 14px;
        line-height: 19px;
    }

    .sdwpro-box::before {
        left: -10px;
        right: -10px;
    }
}

@media screen and (max-width: 1199px) {
    header .menu-item:last-child a {
        padding: 13px 55px 13px 22px;
    }

    header .menu-item:last-child a::after {
        max-width: 38px;
        height: 38px;
    }

    .home-banner {
        padding: 130px 0px 80px;
    }

    .hb-title h1 {
        font-size: 50px;
        line-height: 62px;
    }

    .inb-desc h1 {
        margin-bottom: 10px;
        margin-top: 5px;
    }

    .inner-banner {
        min-height: 420px;
        padding: 120px 0px 80px;
    }

    header .menu-item+.menu-item {
        margin-left: 28px;
    }

    header .menu-item:last-child {
        margin-left: auto;
    }

    header .menu-item a {
        padding: 30px 0;
    }

    .hb-sidebar {
        max-width: 200px;
    }

    .hb-sidebar ul li a {
        grid-template-columns: 50px auto;
        gap: 10px;
        padding: 14px;
    }

    .btn-primary svg,
    header .menu-item:last-child a svg {
        max-width: 38px;
        height: 38px;
    }

    .pt-100 {
        padding: 80px 0px 0px;
    }

    .ptb-120 {
        padding: 80px 0px;
    }

    .mt-50 {
        margin-top: 30px;
    }

    .mt-120 {
        margin-top: 80px;
    }

    .mtb-120 {
        margin: 80px 0px;
    }

    .ptb-100 {
        padding: 80px 0px;
    }

    .mtb-100 {
        margin: 80px 0px;
    }

    .title h3 {
        font-size: 39px;
        line-height: 48px;
    }

    .hab-desc p {
        font-size: 16px;
        line-height: 23px;
    }

    .habd-box {
        grid-template-columns: 50px auto;
    }

    .hab-dmain {
        max-width: 90%;
        gap: 20px;
    }

    .hnum-box h4 {
        font-size: 43px;
        line-height: 51px;
    }

    .hnum-box {
        padding: 0px 15px;
    }

    .home-aboutus .row+.row,
    .home-benifits .row+.row,
    .service-listing .row+.row,
    .epc-service .row+.row,
    .product-listing .row+.row,
    .sedetail-aboutus .row+.row,
    .about-solution .row+.row,
    .about-why .row+.row {
        margin-top: 30px;
    }

    .hnum-main {
        margin-top: 35px;
    }

    .swiper-button-prev,
    .swiper-button-next {
        width: 40px;
        height: 40px;
    }

    .swiper-button-prev svg,
    .swiper-button-next svg {
        max-width: 16px;
    }

    .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
    }

    .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 10px;
        height: 10px;
    }

    .hoffer-box {
        padding: 15px;
    }

    .hoffer-box h4 {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 5px;
    }

    .hoffer-box+.hoffer-box {
        margin-top: 25px;
    }

    .hbenifi-box {
        padding: 30px 20px;
    }

    .hbenifib-img svg {
        max-width: 64px;
    }

    .hbenifib-img {
        margin-bottom: 12px;
    }

    .hbenifib-desc h4 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 11px;
    }

    .hbenifib-desc p {
        font-size: 16px;
        line-height: 22px;
    }

    .home-connect {
        padding: 60px 0px;
    }

    .hoproject-desc h4 {
        font-size: 16px;
        line-height: 24px;
    }

    .htesti-swiper {
        margin-top: 30px;
    }

    .htesti-box {
        padding: 25px;
    }

    .htesti-quote svg {
        max-width: 48px;
    }

    .htesti-quote {
        margin-bottom: 11px;
    }

    .htestito-desc h4 {
        font-size: 24px;
        line-height: 32px;
    }

    .htestito-desc p {
        font-size: 16px;
        line-height: 23px;
    }

    .hblogb-desc h4 {
        font-size: 20px;
        line-height: 27px;
    }

    .hblogb-img span {
        padding: 6px 13px;
        font-size: 14px;
        line-height: 18px;
    }

    .f-form {
        border-radius: 25px;
        padding: 22px 20px;
        margin-top: -110px;
    }

    .f-form .title h3 {
        font-size: 36px;
        line-height: 44px;
    }

    .ffo-main {
        margin-top: 20px;
    }

    .ffo-main .form-control,
    .contmai-form .form-control {
        padding: 11px 21px;
    }

    footer {
        margin-top: 180px;
    }

    .f-right {
        margin: 50px 0px 0px;
    }

    .fr-top {
        gap: 15px;
    }

    .frtb-desc ul li {
        font-size: 14px;
        line-height: 22px;
    }

    .frt-box {
        display: grid;
        grid-template-columns: 35px auto;
        gap: 13px;
    }

    .frtb-img {
        width: 35px;
        height: 35px;
    }

    .frtb-img img {
        max-width: 15px;
    }

    .frb-link {
        gap: 18px;
    }

    .frb-link h3 {
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 11px;
    }

    .frb-link li {
        font-size: 15px;
        line-height: 21px;
    }

    .frb-desc p {
        font-size: 16px;
        line-height: 22px;
    }

    .prodli-box {
        padding: 6px;
    }

    .prodlib-desc {
        padding: 15px 5px 10px;
    }

    .prodlib-desc h4 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 8px;
    }

    .seprodran-main .title h3 {
        font-size: 35px;
        line-height: 43px;
    }

    .seprodran-main {
        margin-top: 40px;
    }

    .seprodran-desc {
        margin-left: -70px;
    }

    .contde-box {
        padding: 25px 14px;
    }

    .footer-contact {
        margin-top: 80px;
        padding: 50px 0px 0px;
    }

    .footer-contact .fou-bottom {
        margin-top: 45px;
    }

    .selist-icon img {
        max-width: 40px;
    }

    .selist-icon {
        width: 60px;
        height: 60px;
        top: 10px;
        right: 10px;
    }

    .selist-desc {
        padding: 12px;
        bottom: 10px;
        left: 10px;
        right: 10px;
    }

    .selist-desc h4 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .epcservi-desc h4 {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 15px;
    }

    .abmisvisb-img img {
        max-width: 100px;
    }

    .abmisvisb-img {
        margin-bottom: 20px;
    }

    .abmisvisb-desc h3 {
        font-size: 38px;
        line-height: 45px;
        margin-bottom: 10px;
    }

    .abwhy-tabs li a {
        gap: 16px;
        padding: 20px 26px;
        font-size: 18px;
        line-height: 28px;
    }

    .abwhy-video-box {
        bottom: 10px;
        left: 10px;
        max-width: 380px;
    }

    .abwhy-vidb-desc {
        padding: 20px 13px;
    }

    .abwhy-vidb-desc h4 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 8px;
    }

    .absolu-box+.absolu-box {
        margin-top: 94px;
    }

    .absolu-box h4 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 10px;
    }

    .absolu-box p {
        font-size: 16px;
        line-height: 24px;
    }

    .hab-desc h4 {
        font-size: 21px;
        line-height: 29px;
        margin-bottom: 12px;
    }

    .sedetail-aboutus .hab-desc p {
        margin-bottom: 15px;
    }

    .sedresi-box {
        padding: 25px;
    }

    .sedresib-img {
        margin-bottom: 16px;
    }

    .sedresib-desc h4 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 8px;
    }

    .sdwpro-box::before {
        left: -20px;
        right: -20px;
    }

    .sdwpro-box {
        height: 250px;
    }

    .ffo-main .forminator-button,
    .contmai-form .forminator-button {
        padding: 13px 55px 13px 22px !important;
    }

    .ffo-main .forminator-button::after,
    .contmai-form .forminator-button::after {
        max-width: 38px;
        height: 38px;
    }
}


@media screen and (max-width: 991px) {
    .htop-left ul {
        gap: 20px;
    }

    header {
        padding: 18px 0px;
    }

    header.sticky {
        padding: 15px 0px;
    }

    .navbar-toggler {
        padding: 0;
        outline: 0;
        border: 0;
        margin-right: 0;
        box-shadow: 0 0 0 !important;
    }

    .icon-bar {
        width: 35px;
        height: 4px;
        background: #CAE28E;
        display: block;
        border-radius: 20px;
    }

    .icon-bar:nth-child(2) {
        max-width: 70%;
        margin-left: auto;
    }

    .icon-bar+.icon-bar {
        margin-top: 6px;
    }

    .navbar-collapse {
        padding: 0;
        float: left;
        width: 70%;
        position: fixed;
        right: -100%;
        left: auto;
        top: 0;
        z-index: 11;
        -ms-transition: .4s;
        -webkit-transition: .4s;
        transition: .4s;
        height: 100vh !important;
        border: 0;
        display: block;
        background: #E4E5F1;
        overflow: auto;
        box-shadow: -7px 20px 12px 12px rgba(0, 0, 0, 0.1);
    }

    .navbar-collapse.show {
        right: 0px;
    }

    header .collapse:not(.show) {
        display: block;
    }

    button.close-btn {
        width: 100%;
        height: 40px;
        background: #15204D;
        border: 0;
        position: absolute;
        padding: 0 15px;
        z-index: 2;
        top: 0;
        cursor: pointer;
        left: 0;
        line-height: 40px;
        text-align: right;
    }

    ul.navbar-nav {
        padding-top: 40px;
    }

    .navbar-nav {
        width: 100%;
        overflow-x: hidden;
    }

    header .menu-item:nth-child(1) {
        margin-left: 0;
    }

    ul.navbar-nav>li {
        width: 100%;
    }

    header .navbar-nav a,
    header .navbar-nav .sub-menu a,
    header .navbar-nav>li:last-child a,
    header .sub-menu .menu-item:last-child a,
    header .sub-menu .menu-item:last-child:hover>a {
        font-size: 18px;
        width: 100%;
        display: block;
        padding: 15px 25px !important;
        line-height: 1;
        border: 0;
        background: transparent;
        color: #000;
        font-weight: 500;
        display: flex;
        justify-content: space-between;
    }

    header .menu-item.menu-item-has-children {
        position: relative;
    }

    header .menu-item.menu-item-has-children>a {
        width: 75%;
    }

    header .menu-item.menu-item-has-children::after {
        font-size: 30px;
        line-height: 14px;
        color: #1A2259;
        content: '+';
        position: absolute;
        top: 15px;
        right: 20px;
        font-weight: 400;
        margin-left: 8px;
        transition: all 0.5s;
    }


    header .menu-item.menu-item-has-children>a::after {
        display: none;
    }

    header .menu-item a:hover,
    header .menu-item.current-menu-item>a,
    header .menu-item a:focus,
    header .menu-item.current-menu-item>a::after,
    header .menu-item a:hover::after,
    header .sub-menu .menu-item:last-child:hover>a {
        background: transparent;
        color: #1A2259;
    }

    header .navbar-nav li:last-child>a:hover,
    header .navbar-nav li:last-child>a:focus,
    header .navbar-nav li:last-child>a.active,
    header .navbar-nav li>a.active,
    header .navbar-nav li>a:hover,
    header .navbar-nav li>a:focus {
        background: transparent;
        color: #1A2259;
    }

    header .navbar-nav>li.menu-item-has-children .sub-menu {
        position: static;
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
        width: 100%;
        box-shadow: none;
        border: none;
        background-color: #B7B7B9B8;
        border-radius: 0;
        padding-top: 0;
        display: none;
        padding: 0;
    }

    header .menu-item.menu-item-has-children.sub-open .sub-menu {
        display: block;
    }

    header .menu-item.menu-item-has-children.sub-open a::after {
        transform: rotate(180deg);
        transition: all ease-in-out 0.5s;
        color: #15204D;
    }

    button.close-btn svg {
        fill: #fff;
        width: 18px;
        padding-top: 10px;
        vertical-align: unset;
    }

    header .menu-item+.menu-item {
        margin-left: 0;
    }

    header .navbar-nav .menu-item+.menu-item,
    header .menu-item.menu-item-has-children .sub-menu li+li {
        margin-left: 0;
        border-top: 1px solid #1A2259;
    }

    header .menu-item.menu-item-has-children .sub-menu li+li {
        margin-top: 0;
    }

    header .menu-item:last-child a svg {
        max-width: 28px;
        height: 28px;
    }

    .hb-sidebar {
        max-width: 100%;
        position: absolute;
        left: 0;
        top: auto;
        transform: translateY(0%);
        bottom: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.5);
    }

    .hb-sidebar ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .hb-sidebar ul li a {
        grid-template-columns: 45px auto;
        gap: 20px;
        padding: 14px;
        height: 100%;
    }

    .htop-left ul li {
        font-size: 15px;
        line-height: 20px;
    }

    .ht-soical h3 {
        font-size: 15px;
        line-height: 20px;
    }

    .home-banner {
        padding: 120px 0px;
    }

    .hb-title h1 {
        font-size: 38px;
        line-height: 55px;
    }

    .hb-title span {
        font-size: 16px;
        line-height: 22px;
    }

    .hb-title p {
        margin-bottom: 25px;
    }

    .btn-primary svg {
        max-width: 30px;
        height: 30px;
    }

    .pt-100 {
        padding: 70px 0px 0px;
    }

    .ptb-120 {
        padding: 70px 0px;
    }

    .mt-120 {
        margin-top: 70px;
    }

    .mtb-120 {
        margin: 70px 0px;
    }

    .ptb-100 {
        padding: 70px 0px;
    }

    .mtb-100 {
        margin: 70px 0px;
    }

    .ptb-80 {
        padding: 70px 0px;
    }

    .mtb-80 {
        margin: 70px 0px;
    }

    .title h2 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 8px;
    }

    .title h3 {
        font-size: 34px;
        line-height: 42px;
        margin-bottom: 11px;
    }

    .home-aboutus .btn-primary {
        margin-left: 0;
        margin-top: 20px;
    }

    .hab-img {
        margin-bottom: 25px;
    }

    .hnum-box h4 {
        font-size: 30px;
        line-height: 39px;
    }

    .hnum-box p {
        font-size: 15px;
        line-height: 20px;
    }

    .hnum-main {
        margin-top: 25px;
    }

    .hservi-prnext {
        margin-top: 25px;
        margin-right: auto;
    }

    .hservi-swiper,
    .hblog-swiper {
        margin-top: 30px;
    }

    .hservib-desc {
        padding: 21px 14px;
    }

    .hoffer-img {
        display: none;
    }

    .hoffer-main {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
        margin-top: 25px
    }

    .hoffer-box+.hoffer-box {
        margin-top: 0px;
    }

    .home-offer .row+.row {
        margin-top: 10px;
    }

    .home-benifits .row+.row {
        row-gap: 30px;
    }

    .home-connect {
        padding: 40px 0px;
    }

    .hoproject-prnext {
        margin: 25px auto;
    }

    .hblogb-desc h4 {
        font-size: 18px;
        line-height: 25px;
    }

    .fr-bottom {
        gap: 30px;
        padding-top: 30px;
        margin-top: 30px;
    }

    .f-right {
        margin: 40px 0px 0px;
    }

    .htesti-swiper {
        overflow: visible;
    }

    .product-listing .row+.row {
        row-gap: 20px;
        margin-top: 25px;
    }

    .seprodran-main {
        margin-top: 0;
        align-items: center;
    }

    .frtb-img img {
        max-width: 20px;
    }

    .frtb-img {
        width: 50px;
        height: 50px;
    }

    .frt-box {
        grid-template-columns: 50px auto;
    }

    .frtb-desc ul li {
        font-size: 15px;
        line-height: 24px;
    }

    .inner-banner {
        min-height: 350px;
        padding: 100px 0px 50px;
    }

    .inb-desc h1 {
        font-size: 34px;
        line-height: 44px;
    }

    .inb-desc p {
        margin-bottom: 0;
    }

    .contact-detail .title {
        max-width: 100%;
    }

    .contde-main {
        max-width: 100%;
        margin-top: 28px;
        gap: 20px;
    }

    .contde-box {
        padding: 20px 12px;
    }

    .contde-img img {
        max-width: 40px;
    }

    .contfo-main {
        padding: 30px;
    }

    .contmai-form {
        margin-top: 30px;
    }

    .contmai-form .form-row {
        gap: 20px;
    }

    .contmai-form .form-control {
        margin-bottom: 16px;
    }

    .footer-contact .fr-top {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        margin-top: 40px;
    }

    .footer-contact .frt-box+.frt-box {
        margin-top: 0px;
    }

    .footer-contact {
        margin-top: 70px;
    }

    .footer-contact .fou-bottom {
        margin-top: 40px;
        text-align: center;
    }

    .epcservi-img {
        margin-bottom: 25px;
    }

    .service-listing .row+.row {
        row-gap: 30px;
    }

    .abmisvis-box {
        padding: 20px 20px 15px;
    }

    .abmisvisb-img img {
        max-width: 70px;
    }

    .abmisvisb-desc h3 {
        font-size: 32px;
        line-height: 39px;
    }

    .abmisvisb-desc p {
        font-size: 16px;
        line-height: 23px;
    }

    .abwhy-tabs li a {
        gap: 13px;
        padding: 16px 20px;
        font-size: 16px;
        line-height: 22px;
        grid-template-columns: 44px auto;
    }

    .abwhy-tabs li a svg {
        height: 44px;
        max-width: 44px;
    }

    .abwhy-video-box {
        max-width: 320px;
    }

    .abwhy-vidb-desc {
        padding: 14px 12px;
    }

    .abwhy-vidb-desc h4 {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 4px;
    }

    .abwhy-vidb-desc p {
        font-size: 14px;
        line-height: 18px;
    }

    .absolu-main {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .absolu-box {
        text-align: left;
    }

    .absolu-box:first-child::before {
        bottom: -80px;
        top: auto;
        right: 10px;
    }

    .absolu-box:nth-child(2)::before {
        bottom: -80px;
        left: 10px;
        right: 0;
        transform: rotateY(180deg);
    }

    .abwhy-tabs li a::before {
        border-left: 6px solid transparent;
    }

    .absolu-img {
        margin-bottom: 80px;
        text-align: center;
        margin-top: 80px;
    }

    .absolu-img img {
        width: 50%;
        margin: auto;
    }

    .absolu-box+.absolu-box {
        margin-top: 0px;
    }

    .absolu-box::before {
        width: 82px;
        height: 62px;
    }

    .about-solution .col-lg-4+.col-lg-4 .absolu-box:first-child::before {
        top: -80px;
        right: 10px;
        left: auto;
        transform: rotateX(180deg);
    }

    .about-solution .col-lg-4+.col-lg-4 .absolu-box:nth-child(2)::before {
        bottom: auto;
        left: 10px;
        right: auto;
        transform: rotate(180deg);
        top: -80px;
    }

    .absolu-box h4 {
        font-size: 22px;
        line-height: 29px;
        margin-bottom: 8px;
    }

    .sdwpro-main {
        margin-top: 30px;
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
    }

    .sdwpro-box {
        height: auto;
    }

    .sdwpro-box::before {
        left: 0;
        right: 0;
        border: 3px solid #15204D;
        border-radius: 20px;
        background: transparent;
    }

    .sdwpro-box:nth-child(2n) {
        margin-top: 0px;
    }

    .sdwpro-box:nth-child(2n)::before {
        left: 0;
        right: 0;
        border: 3px solid #CAE28E;
        border-radius: 20px;
        background: transparent;
    }

    .sedresi-box {
        padding: 18px;
    }

    .sedresib-desc h4 {
        font-size: 18px;
        line-height: 26px;
    }

    .sedresib-desc p {
        font-size: 16px;
        line-height: 22px;
    }

    .inner-banner::before {
        background: linear-gradient(0deg, rgba(22, 22, 22, 0.15) 0%, #161616 100%);
    }

    header .menu-item a {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .h-top {
        padding: 7px 0px;
    }

    .htop-left ul li {
        font-size: 13px;
        line-height: 18px;
    }

    .htop-left ul {
        gap: 16px;
        justify-content: center;
    }

    .htop-left ul li img {
        max-width: 14px;
    }

    .ht-soical {
        margin-top: 6px;
        justify-content: center;
    }

    .ht-soical h3 {
        font-size: 14px;
        line-height: 16px;
    }

    .navbar-brand img,
    .f-logo img {
        max-width: 120px;
    }

    .home-banner {
        padding: 105px 0px 220px;
    }

    .hb-title span {
        font-size: 14px;
        line-height: 19px;
    }

    .hb-title h1 {
        font-size: 30px;
        line-height: 38px;
        margin: 4px 0px 11px;
    }

    .hb-sidebar ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
        width: 100%;
    }

    .hb-sidebar ul li a {
        grid-template-columns: 35px auto;
        gap: 10px;
        padding: 10px;
        font-size: 14px;
        line-height: 21px;
    }

    .hb-desc {
        max-width: 100%;
    }

    .pt-100 {
        padding: 60px 0px 0px;
    }

    .ptb-120 {
        padding: 60px 0px;
    }

    .mt-50 {
        margin-top: 22px;
    }

    .mt-120 {
        margin-top: 60px;
    }

    .mtb-120 {
        margin: 60px 0px;
    }

    .ptb-100 {
        padding: 60px 0px;
    }

    .mtb-100 {
        margin: 60px 0px;
    }

    .ptb-80 {
        padding: 60px 0px;
    }

    .mtb-80 {
        margin: 60px 0px;
    }

    .title h2 {
        font-size: 14px;
        line-height: 22px;
    }

    .title h2 {
        padding: 0px 30px;
    }

    .title h2::before,
    .title h2::after {
        width: 25px;
    }

    .title h3 {
        font-size: 24px;
        line-height: 34px;
    }

    .habd-box {
        grid-template-columns: 40px auto;
        gap: 10px;
    }

    .hab-dmain {
        max-width: 100%;
        margin-top: 20px;
    }

    .habdb-desc h4 {
        font-size: 14px;
        line-height: 20px;
    }

    .hnum-main {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 30px;
    }

    .hnum-box:nth-child(3n) {
        border: 0;
    }

    .hnum-box h4 {
        font-size: 25px;
        line-height: 33px;
        margin-bottom: 4px;
    }

    .swiper-button-prev,
    .swiper-button-next {
        width: 32px;
        height: 32px;
    }

    .swiper-button-prev svg,
    .swiper-button-next svg {
        max-width: 14px;
    }

    .hoffer-main {
        grid-template-columns: repeat(1, 1fr);
    }

    .hoffer-box h4,
    .hoffer-box p {
        height: auto !important;
    }

    .htesti-swiper {
        margin-top: 8px;
    }

    .htesti-pginavi {
        margin-top: 24px;
        gap: 18px;
    }

    .f-form {
        margin-top: -80px;
    }

    .f-form .title h3 {
        font-size: 30px;
        line-height: 38px;
    }

    .fr-top {
        grid-template-columns: repeat(1, 1fr);
    }

    .frtb-img {
        width: 55px;
        height: 55px;
    }

    .frt-box {
        grid-template-columns: 55px auto;
    }

    .frtb-img img {
        max-width: 25px;
    }

    .frtb-desc ul li {
        font-size: 16px;
        line-height: 27px;
    }

    .fr-bottom {
        grid-template-columns: auto;
        gap: 25px;
    }

    .fou-bottom {
        padding: 10px 0px;
        margin-top: 30px;
        text-align: center;
    }

    .fou-bottom p {
        font-size: 15px;
        line-height: 22px;
    }

    .navbar-collapse {
        width: 100%;
    }

    header .navbar-nav a,
    header .navbar-nav .sub-menu a,
    header .navbar-nav>li:last-child a,
    header .sub-menu .menu-item:last-child a,
    header .sub-menu .menu-item:last-child:hover>a {
        font-size: 16px;
        padding: 14px 18px !important;
    }

    footer {
        margin-top: 140px;
    }

    .htesti-box {
        padding: 20px;
    }

    .htestito-desc h4 {
        font-size: 22px;
        line-height: 30px;
    }

    .inner-banner {
        min-height: auto;
        padding: 100px 0px 60px;
    }

    .inb-desc {
        max-width: 100%;
    }

    .inb-desc h1 {
        font-size: 26px;
        line-height: 34px;
        margin: 4px 0px 8px;
    }

    .prodlib-desc p {
        height: auto !important;
    }

    .seprodran-main {
        display: block;
        margin-top: 15px;
    }

    .seprodran-desc {
        margin-left: 0px;
    }

    .seprodran-main .title h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .seprodran-img {
        margin-bottom: 25px;
    }

    .contde-main {
        grid-template-columns: repeat(1, 1fr);
    }

    .contde-box {
        padding: 22px 22px;
    }

    .contfo-main {
        padding: 22px;
    }

    .contmai-form {
        margin-top: 23px;
    }

    .contmai-form .form-row {
        grid-template-columns: repeat(1, 1fr);
        gap: 0px;
    }

    .footer-contact {
        margin-top: 60px;
        padding: 40px 0px 0px;
    }

    .footer-contact .fr-top {
        grid-template-columns: repeat(1, 1fr);
    }

    .footer-contact .fou-bottom,
    .footer-contact .fr-top {
        margin-top: 30px;
    }

    .epcservi-desc h4 {
        font-size: 20px;
        line-height: 29px;
        margin-bottom: 10px;
    }

    .epcservi-desc p {
        font-size: 16px;
        line-height: 24px;
    }

    .home-aboutus .row+.row,
    .about-why .row+.row {
        margin-top: 20px;
    }

    .abmisvis-box {
        padding: 25px 10px;
    }

    .abmisvisb-img img {
        max-width: 60px;
    }

    .abmisvisb-desc h3 {
        font-size: 27px;
        line-height: 33px;
    }

    .abmisvisb-img {
        margin-bottom: 15px;
    }

    .about-why .col-lg-7 {
        padding-right: calc(var(--bs-gutter-x) * .5);
    }

    .about-why .col-lg-5 {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .abwhy-mimg img {
        border-radius: 10px;
    }

    .about-why .row+.row {
        flex-direction: column-reverse;
        row-gap: 25px;
    }

    .about-mivision .row+.row .col-md-6:nth-child(2n) {
        border-top: 1px solid #1A2259;
        border-left: 0;
    }

    .about-mivision .row+.row {
        margin-top: 0;
    }

    .abwhy-tabs li a::before {
        border-radius: 10px;
    }

    .abwhy-video-box {
        max-width: 300px;
    }

    .abwhy-vidbtn a {
        width: 40px;
        height: 40px;
    }

    .absolu-main {
        grid-template-columns: repeat(1, 1fr);
        gap: 25px;
    }

    .absolu-box::before {
        display: none;
    }

    .absolu-img img {
        width: 100%;
    }

    .absolu-img {
        margin: 25px 0px;
    }

    .absolu-box h4 {
        font-size: 20px;
        line-height: 27px;
    }

    .sedetail-aboutus .row+.row {
        margin-top: 20px;
    }

    .hab-desc h4 {
        font-size: 19px;
        line-height: 27px;
        margin-bottom: 9px;
    }

    .sedresi-main {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 10px;
    }

    .sedresi-box+.sedresi-box {
        border-left: 0;
        border-top: 1px solid #CAE28E;
    }

    .sedresib-img {
        margin-bottom: 10px;
    }

    .sdwpro-main {
        margin-top: 25px;
        grid-template-columns: repeat(1, 1fr);
    }

    .sdwpro-box h4 {
        font-size: 20px;
        line-height: 29px;
    }

    .sdwpro-box p {
        font-size: 16px;
        line-height: 24px;
    }

    .sdwpro-box {
        padding: 25px;
    }

    .ffo-main .forminator-button,
    .contmai-form .forminator-button {
        padding: 11px 45px 11px 15px !important;
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .ffo-main .forminator-button::after,
    .contmai-form .forminator-button::after {
        max-width: 32px;
        height: 32px;
    }
	.hnum-box:last-child {
		border-left: none;
	}
}