@charset "utf-8";

/*common css start*/
:root { scroll-behavior: initial; }
*:focus { outline: none; border: none; }
body { margin: 0px; padding: 0px; font-size: 20px; line-height: 1.5; font-weight: 400; color: #555; font-family: "Plus Jakarta Sans", sans-serif; letter-spacing: -0.2px; overflow-x: hidden; }
p { margin-bottom: 15px; }
.pmb0 p:last-of-type { margin-bottom: 0px; }
small { color: #555; font-size: 14px; display: block; margin-bottom: 10px; }
a { color: #555; cursor: pointer; text-decoration: none; outline: none; -o-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; }
a:hover { color: #39B54A; text-decoration: none; }
ul, li { list-style: none; margin: 0px; padding: 0px; }
img { border: 0; vertical-align: top; height: auto; max-width: 100%; }
.left-padding { padding-left: calc(((100% - 1170px) - 30px) / 2); }
.right-padding { padding-right: calc(((100% - 1170px) - 30px) / 2); }
.mob .row [class*="col-"]:first-child { margin-top: -50px; }
.vc_row { margin: 0px !important }
.vc_column_container>.vc_column-inner { padding: 0px !important }
.hm-tabsectionrow .tab-nav-custom li { -o-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; }

/*Heading Css*/
h1, h2, h3, h4, h5, h6, .th1, .th2, .th3, .th4, .th5, .th6 { color: #2E3192; font-weight: 600; margin: 0px; padding: 0px; font-family: "Plus Jakarta Sans", sans-serif; letter-spacing: -1px; }
h1, h2, .th1, .th2 { font-size: 80px; line-height: 112.5%; letter-spacing: -2px; margin-bottom: 20px; }
h3, .th3, .single-content h1, .single-content h2, .t50 { font-size: 50px; line-height: 120%; margin-bottom: 20px; }
h4, .th4, .single-content h3 { font-size: 36px; line-height: 111.111%; font-weight: 500; margin-bottom: 20px; }
h5, .th5, .single-content h4 { font-size: 30px; line-height: 120%; margin-bottom: 15px }
h6, .single-content h5 { font-size: 24px; line-height: 120%; margin-bottom: 15px }
.theme-bg h1, .theme-bg h2, .theme-bg h3, .theme-bg h4, .theme-bg h5, .theme-bg h6, .theme-bg .th1, .theme-bg .th2, .theme-bg .th3, .theme-bg .th4, .theme-bg .th5, .theme-bg .th6 { color: #fff; }

/*extra heading & text*/
.t40 { font-size: 40px; font-family: "Plus Jakarta Sans", sans-serif; font-weight: 400; line-height: 1.5; letter-spacing: -0.8px; }

/*font-weight*/
.fw-400 { font-weight: 400; }
.fw-500 { font-weight: 500; }
.fw-600 { font-weight: 600; }
.fw-700 { font-weight: 700; }

/*button start*/
ins { text-decoration: none; }
button { border: none; }
button:focus { outline: none; }
.btn-theme { background-color: #39B54A; border-top-left-radius: 10px; border: 1px solid transparent; border-bottom-right-radius: 10px; color: #fff; display: inline-flex; font-size: 16px; font-weight: 600; text-transform: uppercase; outline: 0px; padding: 17px 22px; position: relative; -o-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; z-index: 1; line-height: 1; gap: 15px; align-items: center; letter-spacing: 0.48px; }
.btn-theme::after { content: ''; background: url(../images/btn-arrow-white.svg) no-repeat center; width: 12px; height: 13px; display: inline-block; v
ertical-align: top; transition: all 0.3s ease; transform: translate(0px, 0px); }
.btn-theme-submit { color: #fff; display: inline-flex; align-items: center; position: relative; z-index: 1; cursor: pointer; }
.btn-theme-submit:after { content: ''; background: url(../images/btn-arrow-white.svg); background-repeat: no-repeat; height: 13px; top: 19px; width: 12px; right: 24px; position: absolute; -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; display: inline-block; z-index: 1; transform: translateX(0px); }
.btn-theme-submit:hover::after { transform: translate(3px, -3px); }
.btn-theme-submit input[type="submit"] { padding: 16px 44px 16px 25px; border-top-left-radius: 10px; border-bottom-right-radius: 10px; background-color: #39B54A; border: 1px solid transparent; color: #fff; font-size: 18px; font-weight: 500; letter-spacing: 0.48px; text-transform: uppercase; cursor: pointer; line-height: 18px; background-repeat: no-repeat; -o-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; background-size: 12px; }
.btn-theme-submit input[type="submit"]:hover { background-color: #2E3192; color: #fff; background-position: right 18px center; }
.btn-line { color: #39B54A; font-size: 16px; font-weight: 600; letter-spacing: 0.48px; text-transform: uppercase; position: relative; display: inline-flex; align-items: center; line-height: 1; padding: 0px 0px 10px 0px; border-bottom: 1px solid #39B54A; background-color: transparent; }
.btn-line:hover { color: #2E3192; }
.btn-line:after { content: ''; background: url(../images/line-btn-green.svg) no-repeat center; width: 12px; height: 12px; display: inline-block; vertical-align: top; margin-left: 8px; transition: all 0.3s ease; transform: translateX(0px); }
.btn-line:hover:after { background: url(../images/line-btn-blue.svg) no-repeat center; }
.btn-line::before { content: ''; position: absolute; bottom: -1px; left: 0px; width: 100%; height: 1px; background-color: #2E3192; transform: scaleX(0); transition: all 0.3s ease; transform-origin: left; }
.btn-line:hover::before { transform: scaleX(1); }
.btn-line.white { color: #fff; border-bottom: 1px solid #fff; }
.btn-line.white:after { background: url(../images/line-btn-white.svg) no-repeat center; }
.btn-line.white:hover { color: #39B54A; }
.btn-line.white::before { background-color: #39B54A; }
.btn-line.white:hover:after { background: url(../images/line-btn-green.svg) no-repeat center; }
.boxbtn { height: 50px; width: 50px; -o-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; border-radius: 10px 0; background: #39B54A; display: flex; align-items: center; justify-content: center; position: relative; }
.boxbtn:after { content: ''; background: url(../images/box-btn-arrow-white.svg) no-repeat center; width: 20px; height: 18px; display: inline-block; background-size: 100%; }
.boxbtn:hover { background: #fff; }
.green-white { background-color: #fff; color: #39B54A; }
.green-white:hover { color: #fff; }
.green-white::after { content: ''; background: url(../images/btn-arrow-green.svg) no-repeat center; }
.green-white:hover:after { content: ''; background: url(../images/btn-arrow-white.svg) no-repeat center; }

/*bullet*/
.bullet ul { margin-bottom: 15px; }
.bullet li:before { content: ''; background: url(../images/bullet-green.svg) no-repeat; width: 14px; height: 12px; left: 0px; position: absolute; top: 10px; }
.bullet li { position: relative; padding-left: 25px; margin-bottom: 8px; }
.bullet li:last-child { margin-bottom: 0px; }
.bullet.white li:before { background: url(../images/bullet-white.svg) no-repeat; }

/*bullet-end*/

/*margin-top*/
.mt-10 { margin-top: 10px; }
.mt-15 { margin-top: 15px; }
.mt-30 { margin-top: 30px; }
.mt-50 { margin-top: 50px; }
.mt-100 { margin-top: 100px; }
.mt-250 { margin-top: 250px; }

/*margin-bottom*/
.mb0 { margin-bottom: 0px; }
.mb-10 { margin-bottom: 10px; }
.mb-15 { margin-bottom: 15px; }
.mb-20, .ipad-mb-20 { margin-bottom: 20px; }
.mb-25 { margin-bottom: 25px; }
.mb-30 { margin-bottom: 30px; }
.mb-40 { margin-bottom: 40px; }
.mb-50 { margin-bottom: 40px; }
.mb-60 { margin-bottom: 60px; }
.mb-50 { margin-bottom: 50px; }
.mb-70 { margin-bottom: 70px; }
.mb-80 { margin-bottom: 80px; }
.mb-90 { margin-bottom: 90px; }
.mb-100 { margin-bottom: 100px; }
.mb-150 { margin-bottom: 150px; }
.mb-200 { margin-bottom: 200px; }
.mb-250 { margin-bottom: 250px; }

/*padding-top*/
.pt-10 { padding-top: 10px; }
.pt-15 { padding-top: 15px; }
.pt-30 { padding-top: 30px; }
.pt-50 { padding-top: 50px; }
.pt-100 { padding-top: 100px; }
.pt-150 { padding-top: 150px; }
.pt-250 { padding-top: 250px; }

/*padding-bottom*/
.pb-10 { padding-bottom: 10px; }
.pb-15 { padding-bottom: 15px; }
.pb-20 { padding-bottom: 20px; }
.pb-25 { padding-bottom: 25px; }
.pb-30 { padding-bottom: 30px; }
.pb-40 { padding-bottom: 40px; }
.pb-50 { padding-bottom: 50px; }
.pb-70 { padding-bottom: 70px; }
.pb-80 { padding-bottom: 80px; }
.pb-90 { padding-bottom: 90px; }
.pb-100 { padding-bottom: 100px; }
.pb-150 { padding-bottom: 150px; }
.ptb-250 { padding-top: 250px; padding-bottom: 250px; }
.ptb-300 { padding-top: 300px; padding-bottom: 300px; }
.plr-100 { padding-left: 100px; padding-right: 100px; }
.padding40 { padding: 40px; }

/*theme*/
.br20, .single-content img { border-radius: 20px; overflow: hidden; }
.cutbr20 { border-radius: 20px; overflow: hidden; border-radius: 20px 0px; }
.bottom-right { right: 0px; bottom: 0px; }
.bottom-left { left: 0px; bottom: 0px; }
.top-left { top: 0; left: 0; }
.top-right { top: 0; right: 0; }
.text-green, .text-green *, .theme-bg  .text-green { color: #39B54A; }
.theme-bg { background-color: #2E3192; color: #fff; }
.bg-green { background-color: #39B54A; }
.theme-br { border-radius: 20px; border: 1px solid #ddd; border-radius: 20px 0; }
.bg-gray { background-color: #F5F5F5; }
.p-right-top { right: 70px; top: -50px; }
.p-right-bottom { right: 70px; bottom: -200px; }
.p-right-top-25 { right: 70px; top: 25%; }
.p-left { left: 70px; }
.big-vector { z-index: 0; }
.show-ipad { display: none; }
.show-mobile { display: none; }
.bottom-right { bottom: 0px; right: 0px; }

/*form start*/
input[type="submit"], input[type="button"], button[type="submit"], button[type="button"] { outline: none; }
label { display: inline-block; max-width: 100%; }
textarea { resize: none; height: 110px; }
.form-control { font-family: "Lexend", sans-serif; display: block; width: 100%; height: auto; padding: 15px 25px 15px; font-size: 18px; line-height: 1; color: #555555; -webkit-box-shadow: none; box-shadow: none; background-color: transparent; font-weight: 400; border: 1px solid #DDD; border-radius: 10px 0; letter-spacing: -0.36px; }
.form-control:focus, .input-text:focus { color: #555; border-color: #39B54A; outline: 0; -webkit-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; box-shadow: none; }
.form-control::-webkit-input-placeholder { color: #555; }
.form-control::-moz-placeholder { color: #555; opacity: 1; }
.form-control::-ms-input-placeholder { color: #555; }
textarea.form-control, textarea { height: 150px; }
select.form-control, select { background-image: url(../images/select-arrow.svg); background-repeat: no-repeat; background-position: right center; background-size: 14px }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration { -webkit-appearance: none; }
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
input[type=number] { appearance: none; -moz-appearance: textfield; -webkit-appearance: none; }
input[type="date"]::-webkit-inner-spin-button { display: none; }
input[type="date"]::-webkit-calendar-picker-indicator { color: rgba(0, 0, 0, 0); opacity: 1; background-image: none; background: transparent; }
input[type="radio"], input[type="checkbox"] { cursor: pointer; }
.form-group { margin-bottom: 30px; }
.form-check-input[type=checkbox] { border-radius: 0px; }
.form-check-input { margin-top: 8px; border-radius: 0px; border-color: #000; }
.form-check-input:focus { border-color: #000; box-shadow: none; }
.form-check-input:checked:focus { border-color: #0d6efd; }
.wpcf7 form.sent .wpcf7-response-output { line-height: 24px; background: #DFF0D8; border: 1px solid #C3E6CB; margin: 20px 0 0; padding: 7px 12px; color: #155724; position: relative; z-index: 1; border-radius: 5px; font-size: 16px; }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output { line-height: 24px; background: #F8D7DA; border: 1px solid #F5C6CB; margin: 20px 0 0; padding: 7px 15px; color: #721C24; position: relative; z-index: 1; border-radius: 5px; font-size: 16px; }
span.wpcf7-not-valid-tip { position: relative; text-align: left; font-size: 14px; }
span.wpcf7-spinner { position: absolute; right: -70px; top: 14px; }

/*form end*/

/* smooth infinite rotation */
@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
.section-title .title-img img { display: inline-block;         /* ensure transform works predictably */ transform-origin: 50% 50%;     /* rotate from image center */ animation: spin 2s linear infinite; will-change: transform;        /* hint for better performance */ }
.section-title { display: flex; align-items: center; padding-top: 5px; }
.section-title .title-text { margin-left: 20px; text-transform: uppercase; font-weight: 600; letter-spacing: 0px; }
.img-scale { overflow: hidden; display: block; }
.img-scale img { transition: all 0.5s ease; transform: scale(1); }
.img-scale:hover img { transition: all 0.5s ease; transform: scale(1.05); }

/*header-css-start*/
.mainheader { width: 100%; position: fixed; top: 0px; transition: all 0.3s ease; z-index: 20; background-color: #fff; }
.navmenu>ul { gap: 40px; margin: 0px; padding: 0px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.navmenu > ul > li > a { color: #555555; display: block; font-size: 16px; text-transform: uppercase; font-weight: 600; padding: 30px 0px; letter-spacing: 0.3px; }
.navmenu>ul>li { position: relative; list-style: none; -webkit-transition: all ease 0.3s; -o-transition: all ease 0.3s; transition: all ease 0.3s; }
.sub-menu-arrow { text-align: center; overflow: hidden; padding: 8px; vertical-align: top; line-height: 1; cursor: pointer; position: absolute; right: 0px; line-height: 0; top: 2px; }
.navmenu > ul > li  ul { display: none; }
.navmenu > ul > li > ul > li > a { font-size: 16px; color: #222222; }
.navmenu>ul>li:last-child { margin-right: 0px; }
.closeBtn { line-height: 1; z-index: 5; position: absolute; top: 20px; right: 20px; width: 20px; height: 20px; border: none; background-color: transparent; padding: 0px; transform: rotate(45deg); display: inline-flex; align-items: center; justify-content: center; }
.closeBtn::after { background-color: #fff; width: 100%; height: 2px; content: ''; display: inline-block; vertical-align: middle; transition: all 1.5s cubic-bezier(0.075, 0.82, 0.165, 1); }
.closeBtn::before { background-color: #fff; height: 100%; width: 2px; position: absolute; top: 0px; content: ''; transition: all 1.5s cubic-bezier(0.075, 0.82, 0.165, 1); }
.closeBtn:hover::after, .closeBtn:hover::before { background-color: #fff; }
.client-logos-popup .closeBtn::after { background-color: #39b54a; }
.client-logos-popup .closeBtn::before { background-color: #39b54a; }
.client-logos-popup .closeBtn:hover::after, .client-logos-popup .closeBtn:hover::before { background-color: #2E3192; }
header .logo { padding: 30px 0px; transition: all 0.4s ease; }
header .logo a { display: inline-block; }
.header-wrap { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
header.mainheader.sticky .logo { padding: 15px 0px; }
.navmenu > ul > li > a:hover, .navmenu > ul > li.current-menu-item > a, .navmenu>ul>li:hover>a, .navmenu > ul > li > ul > li:hover > a { color: #39B54A; }
header.mainheader .navmenu > ul > li > a:hover, header.mainheader .navmenu > ul > li.current-menu-item > a, header.mainheader  .navmenu > ul > li.current-menu-ancestor > a, header.mainheader .navmenu > ul > li > ul > li.current-menu-item > a { color: #39B54A; }

/*header-css-end*/

/*footer-css-start*/
footer a, footer p, footer { color: #8F92E0; }
footer a:hover { color: #fff; }
.footer-address { display: flex; align-items: flex-start;  /* Align icon and text in the center vertically */ gap: 20px;             /* 10px space between icon and text */ }
.footer-icon img { display: block;        /* Remove extra spacing below the image */ width: auto; height: auto; max-width: none;       /* Don’t limit natural size */ max-height: none;      /* No unwanted scaling */ }
.footer-icon { width: 30px; }
.footer-emailnumber-wrap { display: flex; }
.footer-number, .footer-email { display: flex; align-items: center; gap: 20px; }
.footer-emailnumber-wrap > div + div { margin-left: 45px; }
.footermenu ul li + li { margin-top: 10px; }
.social ul { display: flex; }
.social ul li + li { margin-left: 20px; }
.social ul li a { line-height: 1; display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; border: 1px solid #8F92E0; border-top-left-radius: 10px; border-bottom-right-radius: 10px; }
.social ul li a:hover { background-color: #39B54A; border-color: #39B54A; }
.social a svg { fill: #8F92E0; }
.social a:hover svg { fill: #fff; }
.footer-address .footer-icon { padding-top: 6px; }

/*footer-css-end*/
.hm-banner-img { position: relative; height: 100%; }

/*.hm-banner-img:after { background: #000; position: absolute; top: 0; width: 100%; left: 0; height: 100%; content: ""; opacity: 0.2; }*/
.hm-banner-img img { object-fit: cover; width: 100%; height: 100%; }
/*.hm-banner-content { position: absolute; bottom: 100px; left: 0; z-index: 1; }*/
.hm-banner-bottom { display: flex; justify-content: space-between; align-items: center; }
.btn-theme { flex-shrink: 0; }
.hm-banner { margin-top: 110px; height: calc(100vh - 110px); vertical-align: bottom;}
.hm-banner .vector { z-index: 2; }
@keyframes scrollLogos {
    0% { transform: translateX(0%); }
    100% { transform: translateX(-50%); }
}
.infinitesolutions-wrap, .hm-infinitelogo-wrap { overflow: hidden; position: relative; }
.infinitesolutions-track, .hm-infinitelogo-track { display: flex; width: max-content; animation: scrollLogos 35s linear infinite; }
.infinitesolutions-wrap:hover .infinitesolutions-track { animation-play-state: paused; }
.infinitesolutions-items, .hm-infinitelogo-items { display: flex; }
.infinitesolutions-items img { margin: 0px 40px; }

/* Optional fade effect */
.infinitesolutions-wrap::before, .infinitesolutions-wrap::after { content: ''; position: absolute; top: 0; width: 100px; height: 100%; z-index: 2; pointer-events: none; }
.infinitesolutions-items a { display: inline-flex; align-items: center; }
.hm-abtaivra-item-vector { border-bottom: 1px solid #5659BA; padding-bottom: 50px; margin-bottom: 20px; }
.hm-tabsectionrow .hmt-left { display: flex; justify-content: space-between; flex-direction: column; }
.hm-tabsectionrow .contentshow { display: none; padding-top: 15px; }
.hm-tabsectionrow .mobileimg { display: none; }
.hm-tabsectionrow .tab-nav-custom li:first-child .contentshow { display: block; }
.hm-tabsectionrow .tab-nav-custom li { cursor: pointer; position: relative; transition: all 0.3s ease; padding: 30px 30px 30px 30px; list-style: none; background-color: #F5F5F5; border-top-left-radius: 20px; border-bottom-right-radius: 20px; margin-bottom: 15px; }
.hm-tabsectionrow .tab-nav-custom li a { display: block; }
.hm-tabsectionrow .tab-nav-custom li.active a, .hm-tabsectionrow .tab-nav-custom li:hover { color: #CD9D81; }
.hm-tabsectionrow .tab-nav-custom  li.active, .hm-tabsectionrow .tab-nav-custom li:hover { background-color: #39B54A; }
.hm-tabsectionrow .tab-nav-custom  li.active h5, .hm-tabsectionrow .tab-nav-custom li:hover h5, .hm-tabsectionrow .tab-nav-custom  li.active, .hm-tabsectionrow .tab-nav-custom li:hover, .hm-tabsectionrow .tab-nav-custom li.active a > span, .hm-tabsectionrow .tab-nav-custom li:hover a > span { color: #fff; }
.hm-tabsectionrow .tab-nav-custom li a { display: flex; align-items: center; }
.hm-tabsectionrow .tab-img { display: none; }
.hm-excellence-slide { margin: 0px 12px; padding: 30px 10px; }
.hm-excellence-slider { margin: 0px -12px; }
.hm-infinitelogo-items img { padding: 0px 60px; text-align: center; }
.hm-infinitelogo { padding: 80px 0px; }
.stickymainwrapper { width: 100%; display: inline-flex; position: relative; flex-wrap: wrap; }
.stickyhrwrapper { will-change: transform; position: sticky; top: 20vh; display: flex; flex-direction: column; align-items: start; overflow: hidden; }
.horizontawrapper { display: flex; flex-direction: row; padding-left: calc((100% - 1512px)  / 2); padding-right: calc((100% - 1512px)  / 2); }
.horizontalcontent { min-width: 488px; margin-right: 24px; position: relative; }
.specialties-title { padding: 80px 50px 40px 50px; position: absolute; bottom: 0; left: 0; z-index: 1; width: 100%; background: linear-gradient(0deg, #2B2B2B 0%, rgba(0, 0, 0, 0.00) 100%); border-radius: 0px 0px 20px 20px; }
.h-spacer { height: 130vh; }
.testimonislider-item-content { padding-bottom: 50px; border-bottom: 1px solid #DDDDDD; margin-bottom: 50px; }
.qouteicon { position: absolute; left: 25.5%; top: -50px; }
.hm-testmonislider { position: relative; }
.hm-testmonislider .slick-prev { right: 70px; }
.hm-testmonislider .slick-next { right: 0px; }
.hm-testmonislider .slick-prev, .hm-testmonislider .slick-next { top: unset; transform: unset; left: auto; bottom: 20px; }
.casestudies-item-link { display: block; }
.box-btn { width: 50px; height: 50px; border: 1px solid #ddd; display: flex; position: relative; flex-shrink: 0; transition: all .3s ease; z-index: 1; background-repeat: no-repeat; border-radius: 10px 0px; background-color: transparent; }
.box-btn:after { transition: all 0.3s ease 0s; content: ""; position: absolute; display: inline-block; width: 100%; height: 100%; background: url(../images/box-btn-green-arrow.svg) no-repeat center; top: 50%; left: 50%; transform: translate(-50%, -50%); background-size: 20px; display: flex; background-position: center; }
.box-btn:hover { background-color: #39B54A; }
.box-btn:hover:after { background: url(../images/box-btn-white-arrow.svg) no-repeat center; }
.casestudies-datecat { font-size: 18px; margin-bottom: 10px; }
.casestudies-datecat .cat, .casestudies-datecat .cat a { font-weight: 600; color: #39B54A; }
.casestudies-item { margin-bottom: 50px; padding-bottom: 50px; border-bottom: 1px solid #ddd; }
.casestudies-item:last-child { margin-bottom: 0px; }
.hm-excellence .vectoParallax { top: 0px; }
.hm-testmonisliderow .vectoParallax { bottom: -100px; }
.hm-tabsectionrow .hm-tab-left { padding-top: 2px; padding-right: 15px; }
.hm-tabsectionrow .hm-tab-left span { font-weight: 500; }
.horizontalcontent-num { position: absolute; left: 0px; top: 0px; padding: 40px 50px; display: block; width: 100%; }
.horizontalcontent-num span { display: inline-block; border-bottom: 1px solid #fff; padding-bottom: 2px; }
.hm-abtaivra-top { position: relative; z-index: 1; }
.all-casestudies-btn { text-align: right; }
.mobilebtn { display: none; }
.mt-20 { margin-top: 20px; }
.hm-casestudies .p-right-top { top: 0px; }
.cptw-left { width: 50%; }
.cptw-right { width: 50%; }
.stickyshapecontent { overflow: hidden; clip-path: polygon(50% 0%, 50% 0, 50% 100%, 50% 100%); }
.workwithus-box { border: 1px solid #5659BA; min-height: 100%; position: relative; z-index: 1; }
.accordion-item { border: none; margin-bottom: 20px; overflow: hidden; }
.accordion-button { border-radius: 20px 0px; background: #F5F5F5; border: none; color: #2E3192; line-height: 1; transition: all 0.3s ease; justify-content: space-between; padding: 30px 50px; }
.accordion-item:first-of-type .accordion-button { border-radius: 20px 0px; }
.accordion-button:not(.collapsed), .accordion-item:first-of-type .accordion-button:not(.collapsed) { background: #2E3192; box-shadow: none; color: #fff; border-radius: 20px 0px 0px 0px }
.accordion-body { padding: 0px 50px 40px; border-radius: 0px 0 20px 0px; background: #2E3192; color: #fff; }
.accordion-body h1, .accordion-body h2, .accordion-body h3, .accordion-body h4, .accordion-body h5, .accordion-body h6 { color: #fff; }
.accordion-body ul { margin-bottom: 18px; }
.accordion-body ul li { margin-bottom: 5px; }
.accordion-body hr { border-top: 1px solid #DDDDDD; opacity: 1; margin: 10px 0px 20px; }
.accordion-button::after { background-image: url(../images/plus-green.svg); width: 22px; height: 22px; background-position: center; background-size: 22px; margin-left: 20px; }
.accordion-button:not(.collapsed)::after { background-image: url(../images/minus-white.svg); }
.detailitems { display: flex; flex-wrap: wrap; justify-content: space-between; }
.accordion-button:focus { box-shadow: none; }
span.anumber { color: #39B54A; font-size: 20px; padding-right: 55px; letter-spacing: -1px; }
.accordiontitle { display: flex; align-items: center; }
.accordion-button:not(.collapsed) span.anumber { color: #fff; }
.ca-sidebar.offcanvas.offcanvas-end { width: 750px; background: #2E3192; }
.ca-sidebar .offcanvas-body { padding: 50px 100px 50px 100px; }
.uploadBox input[type="file"] { display: none }
.uploadBox label { width: 100%; display: flex; justify-content: space-between; text-transform: capitalize; color: #8F92E0; padding: 15px 25px; border: 1px solid #5659BA; border-radius: 10px 0; white-space: nowrap; cursor: pointer; font-size: 18px; line-height: 1.2; font-weight: 400; letter-spacing: -0.36px; }
.uploadBox label span.filename { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; text-transform: none; width: 70%; letter-spacing: 0px; }
.uploadBox label span:last-child { font-weight: 500; }
.bluebg-form .form-control { color: #fff; border: 1px solid #5659BA; }
.bluebg-form .form-control:focus, .bluebg-form .input-text:focus { color: #8F92E0; border-color: #39B54A; outline: 0; -webkit-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; box-shadow: none; background-color: transparent; }
.bluebg-form .form-control::-webkit-input-placeholder { color: #8F92E0; }
.bluebg-form .form-control::-moz-placeholder { color: #8F92E0; opacity: 1; }
.bluebg-form .form-control::-ms-input-placeholder { color: #8F92E0; }
.ca-sidebar .closeBtn { right: 30px; top: 30px; }
.offcanvas-backdrop.show { opacity: .8; }
.fcs-item-content { position: absolute; bottom: 0px; width: 100%; padding: 70px; background: linear-gradient(0deg, #2B2B2B 0%, rgba(0, 0, 0, 0.00) 100%); }
.casestudies-datecat.white  .date, .casestudies-datecat.white .cat a, .casestudies-datecat.white, .casestudies-datecat.white span.cat { color: #ffffff; }
.cscatagoryrow ul { display: flex; justify-content: center; text-align: center; }
.cscatagoryrow ul a { border-radius: 10px 0; border: 1px solid #DDD; padding: 12px 20px; color: #39B54A; text-align: right; font-size: 16px; font-weight: 600; letter-spacing: 0.48px; text-transform: uppercase; }
.cscatagoryrow ul li { display: flex; margin: 0px 12px; }
.cscatagoryrow ul li a:hover, .cscatagoryrow ul li.active a { color: #fff !important; background-color: #39B54A; border-color: #39B54A; }
.paginav { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: 100px; justify-content: center; }
.paginav a, .paginav span { text-decoration: none; margin: 0px; margin-right: 10px; text-align: center; font-size: 18px; font-weight: 500; width: 50px; height: 50px; line-height: 50px; color: #fff; border-radius: 10px 0px; }
.paginav span.arrow-previous, .paginav span.arrow-next { position: relative; display: inline-flex; align-items: center; justify-content: center; margin-right: 0px; }
.paginav a { border: 1px solid #DDDDDD; }
.paginav span.current, .paginav a:hover { border-color: #39B54A; background-color: #39B54A; }
.arrow-previous::before, .arrow-next::before { height: 100%; width: 100%; content: ''; transition: all 0.3s ease; display: inline-block; background-size: 20px; }
.arrow-previous::before { background: url(../images/arrow-left-green.svg) center center no-repeat; background-size: 20px; }
.arrow-next::before { background: url(../images/arrow-right-green.svg) center center no-repeat; background-size: 20px; }
.arrow-previous:hover::before { background: url(../images/arrow-left-white.svg) center center no-repeat; background-size: 20px; height: 100%; width: 100%; }
.arrow-next:hover::before { background: url(../images/arrow-right-white.svg) center center no-repeat; background-size: 20px; height: 100%; width: 100%; }
.casestudies-item.listing:nth-child(even) .casestudies-center { order: 0; }
.casestudies-item.listing:nth-child(even) .casestudies-left { order: 1; }
.casestudies-item.listing:nth-child(even) .casestudies-right { order: 2; }
.blognavibtn { margin-top: 100px; padding-top: 30px; border-top: 1px solid #ddd; display: flex; justify-content: space-between; }
.btn-line.Previousbtn { flex-direction: row-reverse; }
.btn-line.Previousbtn:after { margin-left: 0px; margin-right: 8px; }
.cscatagoryrow ul a { display: flex; white-space: nowrap; }
.padding-40 { padding: 40px }
.sol-item-box-content { min-height: 100%; background-color: #F5F5F5; position: relative; z-index: 2; }
.sol-item-box-content-wrap .v70 { z-index: 1; }
.sol-item-box-content-wrap  .bottom-right { bottom: -40px; right: -40px; }
.mb-24 { margin-bottom: 24px; }
.sol-item-box-content { display: flex; flex-wrap: wrap; position: relative; z-index: 1; overflow: hidden; }
.sol-item-content { display: flex; flex-wrap: wrap; justify-content: flex-end; flex-direction: column; }
.sol-item-imgwrap { overflow: hidden; }
.sol-item-box-img { will-change: transform; height: 100%; min-height: 100%; }
.sol-item-box-img img { display: block; width: 100%; height: 100%; transform-origin: center; object-fit: cover; }
.singlecentercontentrow { padding: 50px 0px 100px; }
.row2 { flex-direction: row-reverse; }
.imgcontentrow .row:last-child { margin-bottom: 0px; }
.paginav.mt-50 { margin-top: 50px; }
.news-event-single-img img { width: 100%; height: 100%; object-fit: cover; }
.fne-item-content { width: 100%; position: absolute; bottom: 120px; }
.news-event-single-img { height: 100vh; }
.news-event-single-img:before { position: absolute; opacity: 0.5; content: ""; background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%); top: 0px; left: 0px; width: 100%; height: 100%; }
.hm-banner-img video { width: 100%; vertical-align: middle; object-fit: cover; }
.newseventthumbimg span.boxbtn { position: absolute; top: 30px; right: 30px; opacity: 0; z-index: 1; }
.newseventthumbimg:hover span.boxbtn { opacity: 1; }
.technology-banner img { width: 100%; }
.firstclippath { overflow: hidden; clip-path: polygon(50% 0%, 50% 0, 50% 100%, 50% 100%); }
.grayboxcol { background-color: #F5F5F5; min-height: 100%; padding: 70px 50px; display: flex; flex-wrap: wrap; position: relative; z-index: 1; overflow: hidden; }
.tl-content { display: flex; align-self: end; }
.tl-title span { font-style: italic; }
.technology-list .v150 { z-index: -1; }
.visionrow { background-repeat: no-repeat; background-size: cover; background-position: center; background-attachment: fixed; }
.visionrow, .visionrow .container { height: 100vh; }
.visionrow-content { display: flex; justify-content: center; align-items: center; height: 100%; flex-direction: column; position: relative; z-index: 1; }
.visionrow:after { opacity: 0.3; background: #000; position: absolute; top: 0; left: 0; height: 100%; width: 100%; content: ""; }
.imgleftclip { clip-path: polygon(50% 0px, 100% 0px, 100% 100%, 50% 100%); }
.imgrightclip { clip-path: polygon(0px 0px, 50% 0px, 50% 100%, 0px 100%); }
.teamtitle { padding: 40px; position: absolute; bottom: 0px; color: #fff; z-index: 2; width: 100%; }
.teamtitle .subtitle { margin-bottom: 15px; }
.teamtitle span { margin-bottom: 0px; display: block; position: relative; }
.teamtitle p { position: relative; margin-bottom: 0px; -webkit-animation-name: sliderInUp; animation-name: sliderInUp; -webkit-animation-duration: 0.8s; animation-duration: 0.8s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
.temathumb::before { position: absolute; content: ''; bottom: 0px; left: 0px; right: 0px; height: 150px; transition: all 0.3s ease; z-index: 1; background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%); }
.cnthover { display: none; margin-top: 15px; }
.temathumb:hover .cnthover { display: inline-block; }
.temathumb:hover .teamcontenthover { -webkit-animation-name: sliderInUp; animation-name: sliderInUp; -webkit-animation-duration: 0.7s; animation-duration: 0.7s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
.temathumb:hover::before { height: 100%; background: #2E3192; }
.temathumb { overflow: hidden; }
.thubrel { position: relative; }
.teamtitleMobile { position: absolute; bottom: 0px; left: 0px; padding: 30px 20px 20px; background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%); width: 100%; color: #fff }
.teamtitleMobile .subtitle { margin-bottom: 10px }
.thubrel img { width: 100%; }
.team-slide { margin: 0px 12px; }
.teamsection-slider { margin: 0px -12px; }
@keyframes sliderInUp {
    0% { opacity: 0; -webkit-transform: translateY(500px); -ms-transform: translateY(500px); transform: translateY(500px); }
    100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
.hm-unified-box:first-child { padding-top: 0px; }
.hm-unified-box { padding: 50px 0px; border-bottom: 1px solid #ddd; }
.hm-unified-item { display: flex; align-items: center; flex-wrap: wrap; margin: 0px -12px; }
.hm-unified-item > div { padding: 0px 12px; }
.hm-trust-item-img { width: 20%; }
.hm-trust-item-title { width: 40%; }
.hm-trust-item-content { width: 40%; }
.titlesbtnrowdiv { padding: 100px 20px; }
.modal-body { padding: 60px; }
.modal-dialog { max-width: 650px; }
.modal-content { box-shadow: none; border: none; }
.hm-banner-title h1 { letter-spacing: -4px; }
.modal-body .form-group { margin-bottom: 20px; }

.hm-banner-conrtent-sec {padding: 50px 0px;margin-top: 50px;}

.supportstepcontent a{font-weight: 700;color: #fff;}
.supportstepcontent a:hover{color: #39B54A;}