/*=====Reset CSS======*/

html {
    scroll-behavior: smooth;
} 

body {
    font-family: "Barlow", sans-serif;
}

article,
aside,
canvas,
figure,
figcaption,
footer,
header,
nav,
section,
audio,
video,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol {
    margin: 0;
    padding: 0;
    border: 0;
}

a,
button,
input,
input[type="buttton"],
input[type="submit"],
select,
.btn,
textarea {
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-decoration: none !important;
    font-style: normal;
}

button {
    border: none;
}

a:focus,
button:focus,
input:focus,
input[type="buttton"]:focus,
input[type="submit"]:focus,
select:focus,
.btn:focus,
textarea:focus,
.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none !important;
}

img {
    max-width: 100%;
    height: auto;
}

a,
label,
span {
    display: inline-block;
    vertical-align: middle;
    vertical-align: 0;
    color: inherit;
}

figure {
    /* -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s; */
    margin: 0;
    font-size: 0;
    line-height: 100%;
}

figure img {
    max-width: 100%;
}

ul,
ol {
    list-style: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}

body {
    position: relative;
    margin: 0;
    padding: 0;
    font-family: "Barlow", sans-serif;
    overflow-x: hidden;
}

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

p {
    font-family: "Roboto", sans-serif;
}

html {
    scroll-behavior: smooth;
}

.svg_container {
    display: none;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

::-moz-selection {
    background-color: #00A800;
    color: #fff;
}

::selection {
    background-color: #00A800;
    color: #fff;
}


/*=====Reset CSS======*/


/***** header start *************/

.hedr {
    position: relative;
    width: 100%;
    z-index: 9;
    box-sizing: border-box;
    transition: 0.5s all ease-in-out;
}


/* navbar ****************/

.hedr .custom_container {
    max-width: 1440px;
}

.nav_menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px 45px;
    z-index: 2;
}

.navbar .nav_link {
    color: #000;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.headstyle .navbar .nav_link {
    color: #fff;
}

.headstyle .nav_menu.nav_menucontact .nav_item:last-child a {
    border: 1px solid #fff;
}

.nav_item img {
    width: 20px;
}

.nav_item:last-child a {}

.navbar .nav_item {
    position: relative;
}

.menubox {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}

.navbar .nav_link:hover {
    color: #00A800;
}

.navbar_brand img {
    max-width: 217px;
}

.nav_function {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nav_function a {
    position: relative;
}

.hedr .navbar {
    position: relative;
    padding: 29px 0px;
    transition: 0.5s all;
}

.editInfoPersonal:last-child {
    border-bottom: 0px;
}

.menulinklist {
    margin-left: auto;
    margin-right: 50px;
}

.nav_menu.nav_menucontact {
    gap: 23px;
}

.nav_menu.nav_menucontact .nav_item:last-child a {
    width: 164px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    border-radius: 50px;
    font-weight: 700;
    font-family: "Barlow", sans-serif;
}

.nav_menu.nav_menucontact .nav_item:last-child a:hover {
    /* background: #00A800; */
    color: #fff;
    border-color: #f75b00;
}


/* start dropdown */

.nav-dropdown {
    position: absolute;
    min-width: 188px;
    padding-top: 20px;
    transform: translateY(30px);
    visibility: hidden;
    opacity: 0;
    transition: all 300ms ease-in-out;
    right: -50%;
}

.nav_item:hover .nav-dropdown {
    transform: translateY(0px);
    visibility: visible;
    opacity: 1;
}

.nav-dropdown ul {
    padding: 20px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #83B5B7;
    box-shadow: 0px 0px 23.25px 0px #7065F033;
}

.nav-dropdown ul li {
    padding: 10px 0px;
    border-left: 3px solid transparent;
    transition: all 300ms ease-in-out;
}

.nav-dropdown ul li a {
    color: #000;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    transition: all 300ms ease-in-out;
}


/* end dropdown */


/* mobile nav toggle buttom  ********/

.nav_togge_btn {
    background-color: transparent;
    padding: 0;
}

.line {
    fill: none;
    stroke: #000;
    stroke-width: 5;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}

.line2 {
    stroke-dasharray: 60 60;
    stroke-width: 5;
}

.line3 {
    stroke-dasharray: 60 207;
    stroke-width: 5;
}

.opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 5;
}

.opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 5;
}

.opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 5;
}

.hedr {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
}

.headstyle {
    background-color: #000;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
/* 	margin-top:0px; */
}


/* .headstyle .nav_menu.nav_menucontact .nav_item:last-child a:hover{
    background: #fb5b1b;
    color: #fff;
    border-color: #fb5b1b;
} */

.headstyle .navbar {
    padding: 15px 0px;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: 0.5s all;
}


/* end mobile nav toggle buttom  ********/


/* start bannersect */

.bannersect {
    width: 100%;
    position: relative;
    /* background: linear-gradient(180.00deg, rgba(0, 168, 0, 0.14), rgba(0, 168, 0, 0) 100%); */
    background-size: 100%;
    padding: 140px 0px 90px;
    overflow-x: hidden;
}

.banflexcont {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.bancontent {
    width: 50%;
}

.banimage {
    margin-right: -146px;
    position: relative;
    width: 55%;
    transform: translate(100px, 30px) !important;
}

.banimage img {
    max-width: 100%;
    position: relative;
}

.bancontent h1 {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-size: 70px;
    line-height: 79px;
    margin-bottom: 60px;
}

.bancontent h1 span {
    font-size: 96px;
    width: 100%;
    display: block;
    margin-bottom: 15px;
}

.bancontent h4 {
    color: #F75B00;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    /* border-radius: 10px;
    backdrop-filter: blur(17px);
    background: rgba(255, 255, 255, 0.5);
    padding: 15px; */
}

.h4maxw {
    width: 100%;
    max-width: 520px;
}

.getlarnflexbox {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
}

.glbmorbtn {
    width: 182px;
    height: 55px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    transition: 0.4s all ease-in-out;
    z-index: 1;
}

.getStartedbtn {
    border: 1px solid #00A800;
    color: #fff;
    background: #00A800;
}

.getStartedbtn:hover {
    /* background: transparent; */
    color: #00A800;
}

.learnMorebtn {
    /* border: 1px solid #000; */
    color: #000;
}

.learnMorebtn:hover {
    /* border: 1px solid #00A800; */
    /* color: #00A800; */
    color: #fff;
}

.who_weAresect .banlist {
    background: transparent;
}

.banlist {
    width: 100%;
    position: relative;
    display: flex;
    margin-top: 40px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    backdrop-filter: blur(17px);
    background: rgba(255, 255, 255, 0.5);
}

.banlist li {
    padding: 15px 0px 10px;
    position: relative;
    width: 33.33%;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banlist li:first-child {
    padding-left: 0px;
}

.banlist li:last-child {
    padding-right: 0px;
}

.banlist li::after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/line.png) no-repeat;
    background-size: 100% 100%;
}

.banlist li:last-child::after {
    display: none;
}

.banlist li h3 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
}

.banlist li p {
    font-weight: 400;
    font-size: 17px;
    margin-bottom: 12px;
    color: #000;
}


/* end bannersect */


/* start solutionsection */

.solutionsection {
    width: 100%;
    position: relative;
    padding: 60px 0px 130px;
    overflow-x: hidden;
    background: linear-gradient(180.00deg, rgba(0, 168, 0, 0.14), rgba(0, 168, 0, 0) 100%);
}

.solutionheading {
    width: 100%;
    position: relative;
    margin-bottom: 45px;
}

.solutionheading h2 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 65px;
}

.solutionheading h2 span {
    font-size: 60px;
}

.slutionbox {
    box-shadow: rgb(0 0 0 / 8%) 0px 10px 40px;
    border-radius: 20px;
    padding: 49px 0px 40px;
    text-align: center;
    cursor: pointer;
    border-bottom: 6px solid #fff;
}

.slutionbox:hover {
    border-bottom: 6px solid #00A800;
}

.slutionbox h3 {
    font-size: 35px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 8px;
    color: #000;
}

.slutionbox p {
    font-size: 18px;
    line-height: 28px;
    color: rgb(0 0 0 / 70%);
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    max-width: 360px;
    margin: 0 auto;
}

.slulist {
    width: 100%;
    position: relative;
    margin: 30px auto 0 auto;
    padding: 0px;
    max-width: 345px;
}

.slulist li {
    font-size: 17px;
    line-height: 28px;
    font-weight: 700;
    color: #000;
    background: url(../images/check.svg) no-repeat;
    background-size: 20px 20px;
    background-position: left top 5px;
    text-align: left;
    padding-left: 40px;
}

.slulist li+li {
    margin-top: 15px;
}

.slbtnbox {
    width: 100%;
    padding: 0px 20px;
    margin-top: 40px;
}

.slubtnlarn {
    width: 100%;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 2px solid #00A800;
    font-size: 16px;
    font-weight: 700;
    font-family: "Barlow", sans-serif;
    color: #00A800;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.slubtnlarn::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #00A800;
    width: 0;
    border-radius: 50px;
    transition: 0.4s all ease-in-out;
    overflow: hidden;
    z-index: -1;
}

.slubtnlarn:hover::after {
    width: 100%;
}

.slubtnlarn:hover {
    color: #fff;
    z-index: 1;
}

.slutionboximg {
    width: 100%;
    position: relative;
    padding: 0px 20px;
    margin-top: 30px;
}

.slutionboximg img {
    width: 100%;
    /*     box-shadow: rgb(0 0 0 / 26%) 0px 4px 10px; */
    border-radius: 15px;
}


/* .solutionlogoslider .slick-list {
    width: 100vw;
} */

.solutionlogoslider {
    margin-left: 0px;
}



.soluliogoiteam img {
    max-width: 217px;
}

.soluliogoiteam .slick-track {
    display: flex;
    align-items: center;
}

.soluliogoiteam {
    margin-top: 60px;
	   text-align: center;
    margin-left: 111px;
}

.leftsheapbg::after {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    top: -74px;
    height: 120px;
    background: url(../images/bgsheapleft.svg) no-repeat;
}

.rightsheapbg::after {
    content: "";
    width: 100%;
    position: absolute;
    right: 0;
    top: -74px;
    height: 120px;
    background: url(../images/bgsheapright.svg) no-repeat;
    background-position: right center;
    z-index: 1;
}


/* end solutionsection */


/* start whyChoosesect */

.whyChoosesect {
    width: 100%;
    position: relative;
    padding: 90px 0px 105px;
    background: #F8F8F8;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* overflow-x: hidden; */
}

.whychoostabsect {
    width: 100%;
    position: relative;
}

.whyChoosesect .solutionheading {
    margin-bottom: 20px;
    transform: translateY(-30px);
}

.whychoostabsect .propertiestab {
    max-width: 1074px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    border: 1px solid #bababa;
    padding: 0px;
    border-radius: 50px;
    overflow: hidden;
    margin-bottom: 55px;
}

.whychoostabsect .propertiestab .nav-item {
    flex: 1;
}

.whychoostabsect .propertiestab .nav-item .nav-link {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    border-radius: 0px;
    border: 0px;
    border-left: 1px solid #bababa;
    font-family: "Barlow", sans-serif;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    gap: 20px;
}

.whychoostabsect .propertiestab .nav-item:nth-child(1) .nav-link {
    border-left: 0px;
}

.whychoostabsect .propertiestab .nav-item .nav-link.active {
    background: #F16D50;
    border: 0px;
    color: #fff;
}

.whychoostabsect .propertiestab .nav-item .nav-link.active svg path {
    fill: #fff;
}

.whychoos_acodioncont {
    width: 100%;
    position: relative;
    max-width: 529px;
    margin-left: auto;
}

.whychoos_acodioncont .whychoosacdheading h4 {
    font-size: 30px;
    margin-bottom: 27px;
    font-weight: 700;
    color: #000;
    font-family: "Barlow", sans-serif;
}

.whychoos_acodioncont .whychoosacdheading p {
    font-size: 18px;
    margin-bottom: 28px;
    font-weight: 400;
    color: rgb(0 0 0 / 70%);
    font-family: "Roboto", sans-serif;
}

.whychoosacdheading {
    width: 100%;
    max-width: 453px;
}

.forBrandsaccordion {
    counter-reset: menuItem 0;
}

.forBrandsaccordion .accordion-item .accordion-button::before {
    counter-increment: menuItem;
    content: '\f061';
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    background: #F16D50;
    border-radius: 100px;
    margin-right: 16px;
    font-size: 20px;
    font-weight: 700;
    font-family: "fontawesome";
    color: #fff;
}

.forBrandsaccordion .accordion-button {
    font-size: 17px;
    line-height: 22px;
    color: #000;
    font-weight: 700;
    font-family: "Barlow", sans-serif;
    position: relative;
    background-color: #fff;
    box-shadow: none;
    padding: 20px 26px 20px 12px;
    border-radius: 15px 15px 0px 0px !important;
    transition: 0.4s all;
}

.forBrandsaccordion .accordion-button.collapsed {
    background-color: transparent;
    border-radius: 0px !important;
}

.forBrandsaccordion .accordion-item {
    background-color: transparent;
    border: 0px;
}

.forBrandsaccordion .accordion-collapse {
    background-color: #fff;
    border-radius: 0px 0px 15px 15px !important;
}

.forBrandsaccordion .accordion-item .accordion-button.collapsed {
    border-bottom: 1px solid #ccc;
}

.forBrandsaccordion .accordion-item:last-child .accordion-button.collapsed {
    border-bottom: 0px;
}

.forBrandsaccordion .accordion-item .accordion-body {
    padding: 0px 66px 24px;
}

.forBrandsaccordion .accordion-item .accordion-body {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    margin: 0px;
    color: #000;
}

.forBrandsaccordion .accordion-button:not(.collapsed)::after {
    rotate: -450deg;
}

.forBrandsaccordion .accordion-button::after {
    content: "";
    background: url(../images/acoarrow.svg) no-repeat;
}

.whychoostabconimgt {
    /* padding-left: 26px; */
    text-align: right;
    position: relative;
    max-width: 570px;
    margin: 0 auto;
}

.whychoostabconimgt img {
    /* width: 100%; */
    /* width: 600px; */
    margin-right: -60px;
}

.rowalign {
    align-items: center;
}


/* end whyChoosesect */


/* Default blog ul li */

ul.wp-block-list li {
    text-align: left;
    padding-left: 45px;
    position: relative;
    margin-bottom: 30px;
}

ul.wp-block-list li::before {
    position: absolute;
    top: 4px;
    left: 0;
    filter: drop-shadow(0px 2px 4px rgba(247, 91, 0, 0.3));
    background: url(../images/check_org.svg) no-repeat center;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    content: "";
}


/* Default blog ul li */


/* start millionDriversect */

.millionDriversect {
    width: 100%;
    position: relative;
    padding: 55px 0px 130px;
}

.millionDriversect .solutionheading span {
    display: block;
}

.millionDriversect .solutionheading {
    margin-bottom: 55px;
}

.mapbox {
    /* width: 100%; */
    max-width: 1090px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    height: 500px;
}

.mapbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.driversdetailslist {
    width: 100%;
    position: relative;
    display: flex;
    max-width: 1055px;
    margin: -37px auto 0;
    height: 90px;
    box-shadow: rgb(0 0 0 / 8%) 0px 10px 30px;
    border-radius: 50px;
    background: #fff;
    align-items: center;
}

.driversdetailslist .dlistitem {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px 14px;
    height: 40px;
}

.driversdetailslist .dlistitem .dlistcont h4 {
    font-size: 22px;
    font-weight: 700;
    color: #F16D50;
    font-family: "Barlow", sans-serif;
}

.driversdetailslist .dlistitem+.dlistitem {
    border-left: 1px solid #e5e5e5;
}


/* end millionDriversect */


/* start caseStudiessect */

.caseStudiessect {
    width: 100%;
    position: relative;
    padding: 164px 0px 229px;
    background: #0B132A;
}

.casecontbox h2 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    font-family: "Barlow", sans-serif;
    color: #fff;
    margin-bottom: 107px;
}

.casecontbox p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.casecontbox .getStartedbtn {
    margin-top: 46px;
}

.casecontbox {
    width: 100%;
    max-width: 423px;
    margin-top: 72px;
}

.caseStudiespdbox {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    padding: 30px 20px 30px 24px;
    border-radius: 20px;
    background: rgb(217 217 217 / 10%);
}

.caseStimgbox img {
    border-radius: 20px;
}

.caseStcontbox h3 {
    font-size: 35px;
    font-weight: 700;
    font-family: "Barlow", sans-serif;
    color: #fff;
    margin-bottom: 33px;
}

.caseStcontbox p {
    font-size: 30px;
    line-height: 40px;
    font-weight: normal;
    font-family: "Roboto", sans-serif;
    color: rgb(255 255 255 / 70%);
    font-style: italic;
}

.caseStimgbox {
    min-width: 322px;
}

.caseStcontbox {
    padding-left: 42px;
}

.csredmorebtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 134px;
    height: 55px;
    border-radius: 50px;
    border: 2px solid #fff;
    font-family: "Barlow", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-top: 39px;
}

.csredmorebtn:hover {
    background: #00A800;
    border-color: #00A800;
    color: #fff;
}

.caseStudiespdbox+.caseStudiespdbox {
    margin-top: 30px;
}

.carimg img {
    width: 100%;
    max-width: 1033px;
    margin-left: -25%;
    margin-bottom: -300px;
}


/* end caseStudiessect */


/* dev_99 */

.sty_updte_sec {
    position: relative;
    padding: 130px 0 100px;
    background-color: #F8F8F8;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sty_updte_sec .solutionheading {
    margin-bottom: 30px;
}

.sty_updte_sec .solutionheading h2 {
    text-align: left;
}

.updt_crd {
    padding: 10px 10px 40px;
    border: 1px solid rgb(0 0 0 / 10%);
    border-radius: 15px;
    background: #fff;
}

.updt_crd .updt_crd_img {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
}

.updt_crd .updt_crd_img img {
    width: 100%;
    height: 148px;
    object-fit: cover;
    transition: 400ms all ease-in-out;
}

.updt_crd_cnct {
    position: relative;
}

.updt_crd_cnct h2 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
    color: #0B132A;
    font-weight: 700;
    max-width: 267px;
}

.updt_crd_cnct p {
    font-size: 14px;
    line-height: 22px;
    color: rgb(0 0 0 / 70%);
    margin-bottom: 15px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    min-height: 66px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.updt_crd_cnct a {
    font-size: 18px;
    line-height: 1;
    color: #00A800;
    font-weight: 700;
    text-transform: capitalize;
}

.updt_crd_cnct a img {
    margin-left: 9px;
    height: 20px;
    width: 20px;
    transition: 400ms all ease-in-out;
}

.updt_crd_cnct a:hover img {
    transform: rotate(45deg);
}

.updt_crd_cnct .updt_crd_tg {
    position: absolute;
    top: -50px;
    right: 0;
    padding: 13px 10px;
    background-color: #00A800;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    text-transform: capitalize;
}

.updt_crd_cnct .updt_crd_tg::before {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 40px 0 0 25px;
    border-color: transparent transparent transparent #00A800;
    left: -24px;
    top: 0;
    transform: rotate(180deg);
}

.updt_crd:hover .updt_crd_img img {
    transform: scale(1);
}

.sty_updte_sec .row>div:nth-child(even) .updt_crd {
    margin-top: 60px;
}


/* .ready_bx_sec */

.ready_bx_sec {
    /* background-color: #F8F8F8; */
    position: relative;
    padding-top: 40px;
}

.ready_bx_wrp {
    background-color: #F16D50;
    background-image: url(../images/rdy_sec_bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 30px;
    padding: 65px 15px;
    position: relative;
    margin-bottom: -225px;
    z-index: 2;
}

.rdy_bx_innr {
    text-align: center;
    max-width: 695px;
    margin: 0 auto;
}

.ready_bx_wrp h2 {
    color: #fff;
    font-size: 55px;
    line-height: 65px;
    font-weight: 700;
    margin-bottom: 15px;
}

.ready_bx_wrp h2 span {
    font-size: 60px;
}

.ready_bx_wrp p {
    font-size: 18px;
    line-height: 30px;
    color: rgb(255 255 255 / 70%);
    margin-bottom: 25px;
}

.ready_bx_wrp a {
    display: inline-flex;
    width: auto;
    min-width: 175px;
    border: 1.5px solid #fff;
    padding: 0 15px;
    color: #fff;
}

.ready_bx_wrp a:hover {
    color: #F16D50;
    background-color: #fff;
}

.ready_bx_secbottmbg {
    padding-bottom: 200px;
    width: 100%;
    position: relative;
    /* background: #fff; */
}

.ready_bx_secbottmbg::after {
    content: "";
    background-color: #0B132A;
    position: absolute;
    width: 100%;
    height: 250px;
    left: 0;
    bottom: 0;
}


/* footer_sec */

.footer_sec {
    padding: 110px 0 80px;
    background-color: #0B132A;
    overflow-x: hidden;
}

.ftr_lgo_pra {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin-top: 10px;
    max-width: 340px;
}

.scl_icn {
    display: flex;
    margin-top: 10px;
}

.scl_icn li+li {
    margin-left: 20px;
}

.scl_icn li a {
    font-size: 25px;
    color: #fff;
}

.scl_icn li a:hover {
    color: #00A800;
}

.ftr_cpy_prt {
    color: #AFB5C0;
    margin-top: -100px;
}

.ftr_lnk_wrp {
    display: flex;
    flex-wrap: wrap;
}

.ftr_lnks {
    flex: 0 0 auto;
    width: 50%;
}

.ftr_lnks h6 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
    text-transform: uppercase;
    min-height: 30px;
}

.ftr_lnks ul li+li {
    margin-top: 10px;
}

.ftr_lnks ul a {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    border-bottom: 1px solid transparent;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
}

.ftr_lnks ul a:hover {
    color: #00A800;
    border-bottom-color: #00A800;
}


/* d-3-----------------------------client-say---css---start */

.client_says {
    padding-top: 55px;
    padding-bottom: 120px;
    position: relative;
}

.client_says::after {}

.client_wrap ul {
    display: flex;
}

.client_wrap ul li {
    color: #FFB03F;
}

.client_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.client_im-wrap {
    width: 115px;
    height: 115px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.client_im-wrap {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.client_im-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.client_whol_wrap p {
    font-size: 17px;
    color: rgb(0 0 0 / 70%);
    font-weight: 400;
    line-height: 27px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    line-clamp: 8;
    -webkit-box-orient: vertical;
}

.client_rating h5 {
    font-weight: 700;
    margin-bottom: 5px;
}

.client_whol_wrap {
    position: relative;
}

.client_whol_wrap:after {
    content: "";
    background-image: url(../images/blue_coma.png);
    width: 95px;
    height: 95px;
    position: absolute;
    bottom: -100px;
    right: 0;
}

.client_slider .item {
    padding: 0px 40px;
}

.client_slider .slick-list {
    padding: 0px 0px 120px;
}

.client_says .solutionheading {
    margin-bottom: 70px;
}

.client_slider_wrap .slick-dots li button:before {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #DDE0E4;
    opacity: 1;
}

.client_slider_wrap .slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #00AAFF;
    width: 45px;
    border-radius: 10px;
}

.client_slider_wrap li.slick-active {
    margin: 0px 30px 0px 0px;
}


/* d-3-----------------------------client-say---css---end */


/* start about_page */

.bboutbanimg {
    width: fit-content;
    padding: 16px;
    border-radius: 20px;
    /* box-shadow: rgb(1 100 150 / 10%) 0px 10px 30px; */
    margin-right: -190px;
}

.bboutbanimg img {
    width: 100%;
    border-radius: 20px;
}

.aboutbancont h1 {
    font-size: 70px;
    line-height: 79px;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    color: #000;
    margin-bottom: 40px;
}

.aboutbancont p {
    font-size: 18px;
    line-height: 28px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: rgb(0 0 0 / 70%);
}

.abomenulist {
    display: flex;
    align-items: center;
    gap: 0px 20px;
    margin-top: 34px;
}

.abomenulist li {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #000;
    position: relative;
}

.abomenulist li+li::before {
    content: ">";
    position: absolute;
    left: -14px;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #000;
}

.abotban {
    /* background-position: center top -56px; */
    padding-top: 120px;
    padding-bottom: 80px;
}

.who_weAresect {
    width: 100%;
    position: relative;
    padding-bottom: 136px;
}

.aboutbancont {
    max-width: 559px;
}

.misionvisisect {
    width: 100%;
    position: relative;
    display: flex;
    /* align-items: center; */
    padding: 52px 0;
    background: #fff;
    border-radius: 25px 25px 0px 0px;
    margin-top: 0px;
}

.miscontbox,
.misiontab {
    width: 50%;
}

.misiontab {
    padding-left: 28px
}

.miscontbox h2 {
    font-size: 50px;
    font-weight: 700;
    color: #000;
    font-family: "Barlow", sans-serif;
    margin-bottom: 20px;
}

.miscontbox p {
    font-size: 25px;
    line-height: 45px;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.pmaxwith {
    max-width: 500px;
}

.misiontab .propertiestab {
    align-items: center;
    justify-content: center;
    border: 1px solid #bababa;
    padding: 0px;
    border-radius: 50px;
    overflow: hidden;
    /* margin-bottom: 30px; */
    max-width: 529px;
    margin-top: 15px;
}

.misiontab .propertiestab .nav-item {
    flex: 1;
}

.misiontab .propertiestab .nav-item .nav-link {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 53px;
    border-radius: 0px;
    border: 0px;
    border-left: 1px solid #e5e5e5;
    color: #808080;
    font-size: 18px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    gap: 20px;
}

.misiontab .propertiestab .nav-item .nav-link.active {
    background: #F16D50;
    border: 0px;
    border-left: 1px solid #F16D50;
    color: #fff;
}

.misiontab .propertiestab .nav-item .nav-link img {
    opacity: 0.7;
}

.misiontab .propertiestab .nav-item .nav-link.active img {
    -webkit-filter: invert(100%);
    /* Safari/Chrome */
    filter: invert(100%);
    opacity: 1;
}

.misiontab p {
    color: rgb(0 0 0 / 80%);
    font-size: 20px;
    line-height: 42px;
}

.misiontabpmax {
    max-width: 529px;
}

.misvisvideobox {
    width: 100%;
    position: relative;
    margin-top: 30px;
    padding: 0px 52px;
}

.misvisvideobox .imgvdstyl {
    width: 100%;
    border-radius: 20px;
}

.imgvideo {
    width: 100%;
    position: relative;
    /* display: flex;
    align-items: center;
    justify-content: center; */
}

.playbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 78px;
    min-height: 78px;
    border-radius: 100px;
    background: #fff;
    position: absolute;
}

.playbtn img {
    width: 24px;
}

.pulse {
    animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.7);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
}

.misvisvideobox .banlist {
    justify-content: center;
    max-width: 1008px;
    margin: 140px auto 0;
}


/* #home2-tab-pane .misvisvideobox .banlist {
    margin: 100px auto 0;
} */

.misvisvideobox .banlist li {
    padding: 0px 58px;
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


/* end about_page */


/* pressed_section______________________________start */

.pressed_sec {
    background-color: #F8F8F8;
    padding: 70px 0px 80px 0px;
    position: relative;
}

.award_wrap ul {
    display: flex;
    align-items: center;
}

.award_wrap ul li:not(:first-child) {
    margin-left: 35px;
}

.award_wrap {
    margin-top: 45px;
}

.pressed_image {
    margin-left: -360px;
}

.pressed_image img {
    width: 100%;
    /* filter: drop-shadow(0px 40px 45px black); */
}

.pressed_text h3 {
    font-size: 50px;
    font-weight: 700;
    /* color: #fff; */
    line-height: 70px;
}

.pressed_text p {
    margin-top: 20px;
    /* color: rgb(255, 255, 255, 0.8); */
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
}

.pressed_block_sec {
    margin-top: 60px;
}

.pressd_block_image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 20px;
}

.pressd_block_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: 0.5s all ease-in-out;
}

.press_block_text h4 {
    color: #00103E;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
}

.press_block_text p {
    color: #000;
    font-size: 15px;
    font-weight: 400;
}

.pressd_block_image_wrap {
    position: relative;
}

.media {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 40%);
    position: absolute;
    bottom: -30px;
    right: 30px;
    background-color: #fff;
}

.pressed_block_sec a:hover .pressd_block_image img {
    transform: scale(1.1);
}


/* pressed_section______________________________end */


/* contact_sec_start */

.ship_contact {
    padding: 100px 0px 130px;
    position: relative;
}

.ship_contact::after {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -74px;
    height: 120px;
    background: url(../images/bgsheapleft.svg) no-repeat;
}

.ship_contact .solutionheading {
    max-width: 633px;
    margin: 0px auto 60px;
    text-align: center;
}

.ship_contact .solutionheading p {
    font-size: 15px;
    color: #000;
}

.ship_first_image {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.ship_first_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ship_form_image_wrap {
    position: relative;
}

.lorem_img {
    position: absolute;
    top: 0;
    left: -40px;
    max-width: 211px;
    border-radius: 15px;
    background: #fff;
    padding: 20px 20px 10px;
    text-align: center;
    box-shadow: rgb(0 0 0 / 8%) 0px 9px 27px;
}

.lorem_img h4 {
    font-size: 17px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0px;
}

.lorem_bar_img {
    position: absolute;
    bottom: -90px;
    right: 40px;
    background: #fff;
    padding: 16px;
    max-width: 375px;
    border-radius: 15px;
    box-shadow: rgb(0 0 0 / 8%) 0px 9px 27px;
}

.lorem_bar_img h4 {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.ship_contact_form {
    padding-right: 70px;
}

.ship_contact_form input {
    border: none;
    box-shadow: 0px 1px 7px 0px rgb(0 0 0 / 15%);
    height: 55px;
    color: #000;
    width: 100%;
    border: 1px solid transparent;
}

.ship_contact_form input:focus {
    border: 1px solid #00A800;
}

.ship_contact_form textarea:focus {
    border: 1px solid #00A800;
}

.ship_contact_form label {
    font-weight: 500;
    font-size: 18px;
    color: #000;
    margin-bottom: 15px;
}

.ship_contact_form textarea {
    height: 100px;
    box-shadow: 0px 1px 7px 0px rgb(0 0 0 / 15%);
    resize: none;
}

.ship_form_gr {
    margin-bottom: 20px;
}

.ship_form_gr_butt {
    display: block;
    width: 100%;
}

.ship_form_gr_butt input[type="submit"] {
    color: #fff;
}

.ship_form_gr_butt input.getStartedbtn.glbmorbtn:hover {
    color: #00A800;
}


/* contact_sec_end */


/* dlvry_sec */

.dlvry_sec {
    padding: 0px;
    /* background: #0B132A url(../images/dlvr_sc_bg.png) no-repeat center / 100%; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    /* overflow-x: hidden; */
}

.dvlry_innr_wrp {
    overflow: hidden;
    padding-bottom: 40px;
    padding-top: 90px;
}

.dlvr_cnct.casecontbox {
    max-width: 600px;
}

.dlvr_cnct.casecontbox h2 {
    margin-bottom: 15px;
    /* margin-left: -40px; */
    max-width: 600px;
}


/* .dlvr_cnct.casecontbox p+p {
    margin-top: 30px;
} */

.dlvr_cnct.casecontbox p span {
    display: block;
    font-weight: 500;
    font-size: 19px;
}

.dlvr_cnct.casecontbox p span img {
    margin-right: 8px;
}

.dlvr_cnct.casecontbox .getStartedbtn {
    margin-top: 30px;
}

.dlvr_img {
    position: relative;
}


/* .dlvr_img img {
    width: 100%;
} */

.get_in_sec {
    padding: 90px 0 30px;
    overflow: hidden;
    position: relative;
}

.get_in_sec h2 {
    font-size: 50px;
    line-height: 55px;
    color: #3E3E3E;
    font-weight: 700;
    margin-bottom: 25px;
}

.get_in_sec p {
    font-size: 15px;
    line-height: 20px;
    color: #000;
    margin-bottom: 20px;
}

.get_in_sec form {
    margin-top: 20px;
    font-family: "Roboto", sans-serif;
}

.inpt_fld {
    margin-bottom: 10px;
}

.inpt_fld input {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    background-color: #F5F5F5;
    border: 1px solid #F5F5F5;
    padding: 0 13px;
    transition: 400ms all ease-in-out;
}

.inpt_fld textarea {
    width: 100%;
    height: 100px;
    border-radius: 10px;
    background-color: #F5F5F5;
    border: 1px solid #F5F5F5;
    padding: 22px 19px;
    resize: none;
    transition: 400ms all ease-in-out;
}

.inpt_fld input:focus,
.inpt_fld textarea:focus {
    border-color: #00A800;
}

.inpt_fld input::placeholder,
.inpt_fld textarea::placeholder {
    font-size: 16px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.5);
}

.rdo_wrp {
    display: flex;
    margin-bottom: 15px;
}

.rdo_wrp .rdo_itm {
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    display: inline-flex;
    align-items: center;
}

.rdo_wrp .rdo_itm:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.rdo_wrp .rdo_itm label {
    font-size: 16px;
    line-height: 1.4;
    color: #000;
    margin-right: 8px;
    cursor: pointer;
}

.rdo_wrp .rdo_itm input {
    accent-color: #00A800;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.chbx_wp {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.chbx_wp label {
    color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.chbx_wp input {
    width: 15px;
    height: 15px;
    margin-right: 15px;
    accent-color: #00A800;
    cursor: pointer;
}

.get_in_img {
    margin-left: -10px;
    max-width: 540px;
    margin: auto;
    position: relative;
}

.abt_pg_getin .get_in_img {
    margin-left: 90px;
    margin-right: 0;
}

.get_in_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* stay_sldr */

.stay_sldr .sldr_itm {
    padding: 0 15px;
}

.stay_sldr .sldr_itm img {
    display: inline-block;
}

.stay_sldr .slick-arrow {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background-color: #00A800;
    background-image: url(../images/arrw_rgt.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    bottom: unset;
    top: -90px;
    right: 0;
    transform: none;
}

.stay_sldr .slick-arrow.slick-prev {
    background-image: url(../images/arrw_lft.svg);
    left: unset;
    right: 80px;
}

.stay_sldr .slick-arrow::before {
    display: none;
}

.stay_sldr .sldr_itm:nth-child(even) .updt_crd {
    margin-top: 60px;
}

.stay_sldr .slick-disabled {
    opacity: 0.5;
    cursor: auto;
}


/* dev_3-------14_08_24 */


/* Service_sec_-------------dev-3---------------start-- */

.servban {
    padding-bottom: 200px;
}

.servban-text {
    text-align: center;
    margin-bottom: 115px;
}

.servban-text h1 {
    font-size: 70px;
    line-height: 74px;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
}

.servban-text p {
    font-size: 18px;
    line-height: 28px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #000000;
    max-width: 650px;
    margin: 0 auto;
}

.delivery-serv {
    margin-top: -290px;
    position: relative;
    padding-bottom: 100px;
    overflow-x: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.delivery-serv-text h2 {
    font-size: 45px;
    line-height: 60px;
    font-weight: 700;
    color: #00103e;
    font-family: "Barlow", sans-serif;
    margin-bottom: 30px;
}

.delivery-serv-text p {
    font-size: 17px;
    line-height: 28px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #000000;
    margin-bottom: 40px;
}

.delivery-serv-text ul li {
    text-align: left;
    padding-left: 45px;
    position: relative;
    margin-bottom: 30px;
}

.delivery-serv-text ul li::before {
    position: absolute;
    top: 4px;
    left: 0;
    filter: drop-shadow(0px 2px 4px rgba(247, 91, 0, 0.3));
    background: url(../images/check_org.svg) no-repeat center;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    content: "";
}

.delivery-serv-text ul li h5 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    font-family: "Barlow", sans-serif;
    color: #000;
    margin-bottom: 12px;
}


/* 23-8 */

.delivery-serv-text ul li p {
    /* font-size: 15px;
    line-height: 25px; */
    font-size: 18px;
    line-height: 28px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #000;
    margin-bottom: 5px;
    max-width: 495px;
}

.delivery-serv-text ul li p br {
    display: none;
}

.delivery-serv-text ul li:last-child {
    margin-bottom: 0;
}

.delivery-serv-img {
    margin-right: -50px;
}

.faq {
    padding: 80px 0 210px;
    margin-bottom: -150px;
    position: relative;
    background: linear-gradient(180deg, rgba(0, 170, 255, 0.14) 0%, rgba(0, 170, 255, 0) 100%);
}

.faq::after {
    content: "";
    position: absolute;
    left: 0;
    background: url(../images/bgsheapleft.svg) no-repeat;
    width: 65%;
    top: -35px;
    height: 90px;
    background-size: 100%;
}

.faq h2.faq-title {
    font-size: 45px;
    line-height: 60px;
    font-weight: 700;
    color: #00103e;
    font-family: "Barlow", sans-serif;
    margin-bottom: 40px;
    text-align: center;
}

.faq-accordion {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}

.faq-accordion li {
    width: 49%;
    border-radius: 8px !important;
    /* filter: drop-shadow(0px 20px 12.5px rgba(0, 0, 0, 0.06)); */
    margin-bottom: 10px;
    overflow: hidden;
    border: 0.25px solid #3e4b6026;
    height: 100%;
    padding: 15px 25px;
}

.faq-accordion li .accordion-button {
    padding: 0;
    background-color: transparent !important;
    box-shadow: none;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    color: #232a35;
    font-family: "Barlow", sans-serif;
    position: relative;
    padding-right: 50px;
}

.faq-accordion li .accordion-button .faq-acc-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 1;
    color: #232a35;
    font-size: 18px;
    line-height: 18px;
}

.faq-accordion .accordion-button:not(.collapsed) .faq-acc-icon .fa-xmark {
    display: block;
    color: #ee1d23;
    transition: all 0.3s ease-in-out;
}

.faq-acc-icon .fa-xmark,
.faq-accordion .accordion-button:not(.collapsed) .faq-acc-icon .fa-plus {
    display: none;
}

.faq-accordion .accordion-button::after {
    display: none;
}

.faq-accordion li .accordion-body {
    padding: 0;
}

.faq-accordion li .accordion-body p {
    margin-top: 15px;
    font-size: 16px;
    line-height: 24px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #48505a;
    margin-bottom: 0;
}

.serv_ready_bx_sec {
    background-color: transparent;
}

.scheduled-sec {
    margin-bottom: 50px;
    padding-bottom: 100px;
    /* overflow-x: hidden; */
}

.scheduled-sec-img {
    max-width: 590px;
    margin: auto;
    position: relative;
}

.scheduled-sec-text h2 {
    font-size: 45px;
    line-height: 54px;
    font-weight: 700;
    color: #00103e;
    font-family: "Barlow", sans-serif;
    margin-bottom: 20px;
}

.scheduled-sec-text p {
    font-size: 15px;
    line-height: 25px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #000;
    margin-bottom: 40px;
}

.scheduled-sec-text ul li {
    text-align: left;
    padding-left: 85px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #0000001a;
}

.scheduled-sec-text ul li:nth-child(1)::before {
    /* background: url(../images/Courier-icon.png) no-repeat center; */
    background: url(../images/pkd_nw.png) no-repeat center;
    background-size: 42px;
}

.scheduled-sec-text ul li:nth-child(2)::before {
    /* background: url(../images/Scheduled-icon.png) no-repeat center; */
    background: url(../images/cal_nw.png) no-repeat center;
    background-size: 42px;
}

.scheduled-sec-text ul li::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 65px;
    height: 65px;
    border-radius: 100%;
    content: "";
    background-color: #016496 !important;
}

.scheduled-sec-text ul li h5 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    font-family: "Barlow", sans-serif;
    color: #F45A00;
    margin-bottom: 12px;
}

.scheduled-sec-text ul li p {
    font-size: 15px;
    line-height: 25px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #000;
    margin-bottom: 0;
}

.scheduled-sec-text ul li:last-child {
    margin-bottom: 20px;
    border-bottom: none;
}

.inte-serv-sec {
    padding: 75px 0 100px;
    background-color: #F8F8F8;
    margin-bottom: 90px;
    overflow-x: hidden;
}

.inte-serv-img {
    margin-right: -60%;
    padding-left: 40px;
    /* margin-left: 90px; */
    position: relative;
}

.inte-serv-text h2 {
    font-size: 45px;
    line-height: 60px;
    font-weight: 700;
    color: #00103e;
    font-family: "Barlow", sans-serif;
    margin-bottom: 20px;
}

.inte-serv-text p {
    font-size: 15px;
    line-height: 25px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: rgb(0 0 0 / 70%);
    margin-bottom: 30px;
}

.inte-serv-text h4 {
    font-size: 23px;
    line-height: 30px;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    color: #00AAFF;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 20px;
}

.inte-serv-text h4::before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 70%;
    height: 1px;
    content: "";
    background: #0000001a;
}

.inte-serv-text ul li {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    margin-bottom: 25px;
}

.inte-serv-text ul li:last-child {
    margin-bottom: 0;
}

.inte-serv-text ul li span:first-child {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background-color: #00AAFF;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
}

.inte-serv-text ul li span:last-child {
    width: calc(100% - 50px);
    font-size: 17px;
    line-height: 25px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: rgb(0 0 0 / 70%);
}


/* Service_sec_-------------dev-3---------------end-- */


/* Service_sec_-------------dev-2---------------start-- */


/* privacy------------policy */

.policy_section {
    width: 100%;
    position: relative;
    background: linear-gradient(180.00deg, rgba(0, 168, 0, 0.14), rgba(0, 168, 0, 0) 10%);
    padding: 140px 0px 300px;
    overflow-x: hidden;
}

.policy_section:after {
    content: "";
    width: 100%;
    height: 11%;
    background: linear-gradient(1deg, rgba(0, 170, 255, 0.14), rgba(0, 170, 255, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.policy_content h1 {
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 70px;
    text-align: center;
}

.policy_content h2 {
    font-size: 25px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    margin: 35px 0px 8px;
}

.policy_content p {
    color: #595959;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 28px;
}

.policy_content p strong {
    color: #000;
}

.policy_content ol {
    list-style: auto;
    padding-left: 25px;
}

.policy_content ol li {
    color: #595959;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}

.policy_content ul {
    list-style: disc;
    padding-left: 25px;
}

.policy_content ul li {
    margin-bottom: 10px;
    color: #595959;
    font-size: 16px;
    font-weight: 400;
}

.for_privacy_page {
    background-color: transparent;
    margin-top: -212px;
}

.right-wrap h2 {
    margin-bottom: 35px;
}

.requesting_wrap p {
    color: #595959;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 24px;
}

.right-wrap ol li {
    margin-bottom: 25px;
}

.policy_content {
    position: relative;
    z-index: 2;
}


/* privacy------------policy */


/* service---page */

.how_same_sec {
    padding: 50px 0px;
    background-image: url(../images/how_back_img.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.how_list_image {
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.35));
    border: 10px solid #FF762F;
    flex: 0 0 auto;
    position: relative;
}

.how_list_image:after {
    position: absolute;
    background-image: url(../images/greya-dot.png);
    width: 11px;
    height: 11px;
    background-size: contain;
    content: "";
    top: 0;
    right: 0;
    background-repeat: no-repeat;
}

.how_list_image:before {
    position: absolute;
    background-image: url(../images/greya_line.png);
    width: 3px;
    height: 32px;
    background-size: contain;
    content: "";
    top: 0;
    right: 0;
    background-repeat: no-repeat;
}

.how_sec_third ul .how_list_image:after {
    top: 0;
    left: 0;
}

.how_sec_first ul li:nth-child(1) .how_list_image:after {
    top: 60px;
    right: -44px;
}

.how_sec_first ul li:nth-child(1) .how_list_image::before {
    top: 38px;
    right: -24px;
    transform: rotate(126deg);
}

.how_sec_first ul li:nth-child(2) .how_list_image:after {
    top: 21px;
    right: -53px;
}

.how_sec_first ul li:nth-child(2) .how_list_image::before {
    top: 9px;
    right: -27px;
    transform: rotate(90deg);
    height: 35px;
}

.how_sec_first ul li:nth-child(3) .how_list_image:after {
    top: -23px;
    right: -36px;
}

.how_sec_first ul li:nth-child(3) .how_list_image::before {
    top: -21px;
    right: -15px;
    transform: rotate(43deg);
    height: 42px;
}

.how_sec_third ul li:nth-child(1) .how_list_image:after {
    top: 55px;
    left: -46px;
}

.how_sec_third ul li:nth-child(1) .how_list_image::before {
    top: 35px;
    left: -26px;
    transform: rotate(63deg);
    height: 34px;
}

.how_sec_third ul li:nth-child(2) .how_list_image:after {
    top: 24px;
    left: -44px;
}

.how_sec_third ul li:nth-child(2) .how_list_image::before {
    top: 13px;
    left: -25px;
    transform: rotate(90deg);
}

.how_sec_third ul li:nth-child(3) .how_list_image:after {
    top: -28px;
    left: -29px;
}

.how_sec_third ul li:nth-child(3) .how_list_image::before {
    top: -34px;
    left: -14px;
    transform: rotate(136deg);
    height: 47px;
}

.how_sec_middle ul li .how_list_image:after {
    top: -50px;
    right: 36px;
}

.how_sec_middle ul li .how_list_image::before {
    top: -43px;
    right: 40px;
    height: 33px;
}

.how_list_image p {
    font-size: 33px;
    font-weight: 700;
    color: #000;
    font-family: "Barlow", sans-serif;
}

.how_sec_item ul li {
    display: flex;
}

.how_list_text {
    padding-right: 15px;
    text-align: right;
}

.how_list_text h6 {
    font-size: 20px;
    font-weight: 700;
    line-height: 60px;
}

.how_list_text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: rgb(0 0 0 / 70%);
}

.how_sec_third ul li .how_list_text {
    text-align: left;
}

.how_sec_middle ul li {
    display: block;
}

.how_sec_middle ul {
    margin: 0 auto;
    max-width: 270px;
}

.how_sec_middle ul li .how_list_text {
    text-align: center;
    padding-right: 0;
}

.how_sec_middle ul li .how_list_image {
    margin: 0 auto;
    position: relative;
    margin-top: 34px;
}

.how_section_head h3 {
    font-size: 30px;
    font-weight: 700;
    color: #00103E;
    line-height: 60px;
    text-align: center;
    margin-bottom: 50px;
}


/* first_div */

.how_sec_first ul li:nth-child(3) {
    margin-top: 49px;
    margin-right: -18%;
    padding-left: 90px;
}

.how_sec_first ul li:nth-child(3) .how_list_image {
    position: relative;
}

.how_sec_first ul li:nth-child(2) {
    margin-top: 100px;
    margin-right: 9px;
    padding-left: 33px;
}

.how_sec_first ul li:nth-child(2) .how_list_image {
    position: relative;
}

.how_sec_first ul li:nth-child(1) {
    margin-right: -11%;
    padding-left: 70px;
}

.how_sec_first ul li:nth-child(1) .how_list_image {
    position: relative;
}


/* third_div */

.how_sec_third ul li .how_list_image {
    margin-right: 10px;
}

.how_sec_third ul li:nth-child(3) {
    margin-top: 54px;
    margin-left: -19%;
    padding-right: 90px;
}

.how_sec_third ul li:nth-child(3) .how_list_image {
    position: relative;
}

.how_sec_third ul li .how_list_image {
    margin-right: 15px;
}

.how_sec_third ul li:nth-child(2) {
    margin-top: 100px;
    margin-left: 0%;
    padding-right: 20px;
}

.how_sec_third ul li:nth-child(2) .how_list_image {
    position: relative;
}

.how_sec_third ul li:nth-child(1) {
    margin-top: -2px;
    margin-left: -11%;
    padding-right: 40px;
    align-items: center;
}

.how_sec_third ul li:nth-child(1) .how_list_image {
    position: relative;
}


/* instant----------------delivery */

.instant_sec {
    padding: 150px 0px 100px;
    background-color: #0B132A;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* overflow-x: hidden; */
}

.instant-list_wrap h3 {
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    line-height: 60px;
    margin-bottom: 15px;
}

.instant-list_wrap p {
    font-size: 17px;
    font-weight: 400;
    color: rgb(255 255 255 / 80%);
    line-height: 25px;
}

.instant-list_wrap ul {
    margin-top: 35px;
}

.instant-list_wrap ul li h6 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
    line-height: 28px;
}

.instant-list_wrap ul li p {
    font-size: 15px;
}

.instant-list_wrap ul li {
    margin-bottom: 30px;
    position: relative;
    padding-left: 40px;
}

.instant-list_wrap ul li:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(../images/ins_li_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
}

.instant-list_wrap {
    padding-left: 50px;
    position: relative;
    z-index: 1;
}

.instant_image {
    position: relative;
    z-index: 1;
}


/* fixing */

.for_service-page {
    background: #F8F8F8;
    padding: 0px 0px 90px;
}

.for_service-page .casecontbox h2,
.for_service-page .casecontbox p {
    color: #1a1a1a;
}

.for_service-page .dlvr_img {
    margin-left: -500px;
    margin-right: 0;
}


/* Service_sec_-------------dev-2---------------end- */


/* contact--page-----start */

.cont_mess_form {
    padding: 0;
}


/* .contact_banner {
    padding-top: 160px;
    background: none;
    overflow: visible;
}

.contact_banner {
    position: relative;
} */

.contact_banner:after {
    position: absolute;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    /* background: linear-gradient(180.00deg, rgba(0, 168, 0, 0.14), rgba(0, 168, 0, 0) 100%); */
    bottom: -400px;
}

.contact_banner .servban-text {
    margin-bottom: 0px;
    /* padding-bottom: 70px; */
}

.cont_mess_form h2 {
    color: #000;
}

.cont_mess_form .inpt_fld input {
    background-color: transparent;
    border: 1px solid rgb(0 0 0 / 20%);
}

.cont_mess_form .inpt_fld textarea {
    background-color: transparent;
    border: 1px solid rgb(0 0 0 / 20%);
}


/* .contact_message_wrap:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  background: linear-gradient(180.00deg, rgba(0, 168, 0, 0.14), rgba(0, 168, 0, 0) 100%);
} */

.benefit_sec_wrap {
    padding: 0px 0px 90px;
}

.benefit_logo {
    width: 115px;
    height: 115px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    margin: 0 auto;
}

.benefit_block {
    background-color: rgb(0 168 1 / 10%);
    border-radius: 15px;
    text-align: center;
    padding: 30px 0px 50px;
    height: 100%;
}

.benefit_block h6 {
    font-size: 25px;
    line-height: 80px;
    font-weight: 700;
}

.benefit_block p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    max-width: 330px;
    margin: 0 auto;
}

.benefits_heading {
    margin-bottom: 60px;
}

.benefits_heading h2 {
    font-size: 50px;
    line-height: 80px;
    font-weight: 700;
    color: #000;
    text-align: center;
}

.faq_contact:after {
    display: none;
}


/* contact--page-----end */


/* < !-- get_startted_with_us_sec --> */

.started_shol_wrap {
    background-color: rgb(0 170 255 / 10%);
    padding: 50px 70px;
    border-radius: 15px;
}

.started_with_us_head {
    margin-bottom: 50px;
    text-align: center;
}

.started_with_us_head h2 {
    font-size: 50px;
    line-height: 80px;
    font-weight: 700;
    color: #000;
    text-align: center
}

.started_with_us_head p {
    font-size: 18px;
}

.started_form_wrap input {
    border-radius: 10px;
    height: 60px;
    color: #000;
    border: 1px solid transparent;
    margin-bottom: 20px;
}

.started_form_wrap input::placeholder {
    font-size: 16px;
    color: rgb(0 0 0 / 60%);
}

.started_form_wrap input:focus {
    border: 1px solid #00A800;
}

.started_form_button {
    text-align: center;
    margin: 10px auto 0;
    max-width: 200px;
}


/* < !-- get_startted_with_us_sec end--> */


/* dev_99 */

.wpcf7-list-item {
    margin: 0;
}

.misiontabpmax {
    max-width: 600px;
    margin-left: auto;
    font-size: 20px;
    line-height: 34px;
    padding-right: 60px;
    margin-top: -170px;
}

.misionvisiontabcont {
    position: relative;
}

.menulinklist .current_page_item::after {
    position: absolute;
    content: '';
    bottom: -10px;
    left: 0px;
    right: 0px;
    height: 4px;
    background-color: #00A800;
    border-radius: 4px;
}

.menulinklist .current_page_item {
    border-bottom: none !important;
    position: relative;
}


/* contact--page-----start */

.cont_mess_form {
    padding: 20px 40px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    backdrop-filter: blur(17px);
    background: rgba(255, 255, 255, 0.5);
}

.contact_banner {
    position: relative;
    /* padding-top: 120px; */
    padding-bottom: 40px;
    overflow: visible;
    padding: 0;
}

.cont_mess_form h2 {
    color: #000;
}

.cont_mess_form .inpt_fld input {
    background-color: transparent;
    border: 1px solid rgb(0 0 0 / 20%);
}

.cont_mess_form .inpt_fld textarea {
    background-color: transparent;
    border: 1px solid rgb(0 0 0 / 20%);
}

.contact_message_wrap {
    padding: 120px 0px 50px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}


/* .contact_message_wrap:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  background: linear-gradient(180.00deg, rgba(0, 168, 0, 0.14), rgba(0, 168, 0, 0) 100%);
} */

.benefit_sec_wrap {
    padding: 20px 0px 90px;
}

.benefit_logo {
    width: 115px;
    height: 115px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    margin: 0 auto;
}

.benefit_block {
    background-color: rgb(0 168 1 / 10%);
    border-radius: 15px;
    text-align: center;
    padding: 30px 0px 50px;
    height: 100%;
}

.benefit_block h6 {
    font-size: 25px;
    line-height: 80px;
    font-weight: 700;
}

.benefit_block p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    max-width: 330px;
    margin: 0 auto;
}

.benefits_heading {
    margin-bottom: 27px;
}

.benefits_heading h2 {
    font-size: 50px;
    line-height: 80px;
    font-weight: 700;
    color: #000;
    text-align: center;
}

.faq_contact:after {
    display: none;
}


/* contact--page-----end */


/*Blog start */

.blog-ftrd_wrp>h2 {
    color: rgb(0, 0, 0);
    font-size: 50px;
    font-weight: 700;
    line-height: 70px;
    padding-bottom: 32px;
    margin-bottom: 50px;
    border-bottom: 1px solid rgb(0, 0, 0, 0.1);
}

.blog_heroscn {
    padding-top: 150px;
}

.featured_mn_hldr img {
    border-radius: 15px;
}

.hndrprcnt {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    transition: 0.4s all;
}

.featured_mn_hldr figure {
    height: 290px;
    position: relative;
}

/* .featured_mn_hldr figure::after {
    content: '';
    position: absolute;
    background: linear-gradient(180.00deg, rgba(0, 16, 62, 0) 45%, rgba(0, 16, 62, 0.7) 72.5%, rgb(0, 16, 62) 100%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 15px;
}
 */
.featured_mn_hldr {
    position: relative;
}

.ftrd_mn_info {
    position: absolute;
    bottom: 45px;
    left: 0;
    right: 0;
    padding: 0 70px 0 30px;
    display: none;
}

.date {
    color: rgb(255, 255, 255);
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

.ftrd_mn_info .updt_crd_cnct h2 {
    color: rgb(255, 255, 255);
    font-size: 22px;
    max-width: 100%;
    margin-bottom: 20px;
}

.ftrd_mn_info p {
    color: rgb(255, 255, 255, 0.7);
}

.ftrd_lstng_inr_img figure {
    position: relative;
}

/* .ftrd_lstng_inr_img figure::after {
    content: '';
    position: absolute;
    background: rgb(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 15px;
} */

.ftrd_lstng ul li .row {
    align-items: start;
	min-height: 210px;

}

.ftrd_lstng h2 {
    max-width: 100%;
}

.ftrd_lstng {
    padding-left: 15px;
}

.ftrd_lstng_inr_img a {
    width: 100%;
    position: relative;
    height: 100%;
    display: block;
}

/* .ftrd_lstng .updt_crd_cnct {
    padding-left: 10px;
} */

.btn_pic {
    width: 63px;
    height: 63px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 33px 20px rgb(0, 168, 0, 0.25);
}

.btn_pic i {
    color: #00A800;
    font-size: 18px;
    padding-left: 5px;
}

.ftrd_lstng ul li:not(:last-child) {
    margin-bottom: 30px;
}


/* Tab css start */

.blogtabsec {
    padding: 150px 0 160px;
    background: #00103E;
    position: relative;
}

.blogtabwrp>h2 {
    color: rgb(255, 255, 255);
    font-size: 50px;
    font-weight: 700;
    line-height: 70px;
    text-align: center;
    margin-bottom: 60px;
}

.tab-hldr .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: rgb(0, 168, 0);
    color: rgb(255, 255, 255);
    /* font-size: 20px; */
    font-weight: 700;
    line-height: 1;
}

.tab-hldr .nav .nav-item {
    display: flex;
}

.tab-hldr .nav .nav-item:first-child button {
    border-radius: 10px 0 0 10px;
    overflow: hidden;
}

.tab-hldr .nav .nav-item:last-child button {
    border-radius: 0 10px 10px 0;
}

.tab-hldr .nav-pills .nav-link {
    color: rgb(255, 255, 255, 0.5);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    transition: 0.4s all;
    border: 1px solid rgb(255, 255, 255, 0.3);
    border-radius: 0;
    padding: 19px 35px;
}

.tab_cnct .updt_crd .updt_crd_img {
    height: 220px;
    /* height: auto; */
}

.tab_cnct .updt_crd .updt_crd_img .hndrprcnt {
    height: 100%;
}

.tab_cnct .updt_crd_cnct .updt_crd_tg {
    padding: 13px 35px;
    font-weight: 500;
}


/* .tab_cnct .updt_crd_cnct .updt_crd_tg::before {
    left: -25px;
} */

.tab_cnct h2 {
    color: rgb(255, 255, 255);
    font-size: 22px;
    margin-bottom: 15px;
}

.tab_cnct p {
    color: rgb(255, 255, 255, 0.7);
}

.tab_cnct .updt_crd_cnct {
    padding: 0 40px 0 18px;
}

.tab-hldr .tab-pane {
    margin-top: 45px;
}

.tab_cnct {
    transition: 0.4s all;
    border-radius: 15px;
    margin-bottom: 35px;
}

.tab_cnct:hover {
    background: rgb(255, 255, 255, 0.1);
}

.tab_cnct .updt_crd {
    padding: 0 0 30px;
}


/* Tab css end */

.blg_acrdn {
    background: transparent;
}

.blgfaq::after {
    display: none;
}


/*css */

.started_shol_wrap {
    background-color: rgb(0 170 255 / 10%);
    padding: 50px 70px;
    border-radius: 15px;
    backdrop-filter: blur(5px);
}

.started_with_us_head {
    margin-bottom: 50px;
    text-align: center;
}

.started_with_us_head h2 {
    font-size: 50px;
    line-height: 80px;
    font-weight: 700;
    color: #000;
    text-align: center
}

.started_with_us_head p {
    font-size: 18px;
}

.started_form_wrap input {
    border-radius: 10px;
    height: 60px;
    color: #000;
    border: 1px solid transparent;
    margin-bottom: 20px;
}

.started_form_wrap input::placeholder {
    font-size: 16px;
    color: rgb(0 0 0 / 60%);
}

.started_form_wrap input:focus {
    border: 1px solid #00A800;
}

.started_form_button {
    text-align: center;
    margin: 10px auto 0;
    max-width: 200px;
}

.started_with_us {
    position: relative;
    padding: 170px 0 110px;
}


/* < !-- get_startted_with_us_sec end--> */


/* css */

.single-post .sml_spn {
    top: unset;
    bottom: -20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    left: -80px;
}

.tab-pgniation ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.tab-pgniation ul li {
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 4px;
    color: rgb(33, 43, 54);
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.tab-pgniation a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s all;
    border-radius: 4px;
}

.tab-head_wrp {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tab-pgniation a:hover {
    background: rgb(1, 138, 1);
    color: #C4CDD5;
}

.sort {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.1);
    padding: 17px 0px 17px 10px;
    position: relative;
}

.sort select {
    background: transparent;
    color: #fff;
    border: 0;
    -webkit-appearance: none;
    width: 101px;
    padding: 5px 10px;
}

.dwnarw {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
}

.sort select option {
    background: #00103e;
}

.sort label {
    color: rgb(255, 255, 255);
}


/* .pulse {
  animation: pulse-animation 2s infinite;
} */

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.4);
    }
    100% {
        box-shadow: 0 0 0 25px rgba(255, 255, 255, 0);
    }
}

.btn_pic::after {
    content: '';
    position: absolute;
    animation: pulse-animation 2s infinite;
    width: 100%;
    height: 100%;
    border-radius: 100px;
}


/* Blog end */


/* 19-08-24 Resource Start */

.resrces .servban-text {
    max-width: 90%;
    margin: auto;
}

.resrces h1 {
    line-height: 70px;
    margin-bottom: 20px;
}

.resrces .servban-text p {
    max-width: 100%;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 26px;
}

.resrces {
    padding: 175px 0 100px;
}

.bnr_rsec_card {
    border-radius: 20px;
    box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.09);
    background: rgb(255, 255, 255);
    padding: 8px 8px 32px 8px;
}

.bnr_rsec_card .hndrprcnt {
    border-radius: 20px;
}

.bnr_rsec_card figure {
    margin-bottom: 25px;
    height: 245px;
}

.bnr_rsec_card h2 {
    color: rgb(255, 118, 47);
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 12px;
}

.bnr_rsec_card p {
    color: rgb(0, 0, 0);
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    max-width: 320px;
    margin-bottom: 12px;
}

.viewdetails {
    transition: 0.4s all;
    color: rgb(0, 168, 0);
    font-size: 15px;
    font-weight: 600;
}

.viewdetails:hover {
    color: rgb(255, 118, 47);
}

.resrce_bnr_info {
    padding-left: 7px;
}

.resrce_bnr_item {
    padding: 30px 15px 40px;
}

.resources_bnr_slider .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0px;
    padding: 0;
    cursor: pointer;
    border-radius: 100px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
}

.resources_bnr_slider .slick-dots li button {
    width: 10px;
    height: 10px;
    /* background: rgb(217, 217, 217); */
    background: #000;
    border-radius: 100px;
}

.resources_bnr_slider .slick-dots li.slick-active button {
    background: rgb(255, 118, 47);
}

.resources_bnr_slider .slick-dots li button::before {
    display: none;
}

.resources_bnr_slider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.resources_bnr_slider .slick-dots li.slick-active {
    border-color: rgb(255, 118, 47);
}

.diesel_wrp h3 {
    color: rgb(255, 118, 47);
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 12px;
}

.diesel_wrp h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    max-width: 200px;
}

.diesel_slider_card {
    border: 1px solid rgb(0, 0, 0, 0.1);
    border-radius: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.diesel_dlider_item {
    padding: 0 15px;
    height: auto;
}

.diesel_slow_slider .slick-track {
    display: flex;
}

.d_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin: auto;
}

.diesel_wrp {
    padding: 27px 20px 25px 25px;
    border-bottom: 1px solid rgb(0, 0, 0, 0.1);
}

.diesel_sec {
    position: relative;
    padding-bottom: 190px;
    padding-top: 50px;
}

.download_btn svg {
    max-width: 25px;
    height: 100%;
    transition: 0.4s all;
}

.whitepapersec {
    position: relative;
    padding: 140px 0 130px;
    background: #00103E;
}

.whitepaper-card figure {
    margin-bottom: 30px;
    box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.75);
}

.whitepaper-card h3 {
    color: rgb(255, 255, 255);
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 15px;
}

.whitepaper-card p {
    color: rgb(255, 255, 255, 0.8);
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 3px;
}

.download_btn {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    transition: 0.4s all;
    margin-top: 18px;
}

.download_btn span {
    color: rgb(0, 168, 0);
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    transition: 0.4s all;
}

.download_btn:hover span {
    color: rgb(255, 118, 47);
}

.download_btn:hover svg path {
    fill: rgb(255, 118, 47);
}

.download_btn svg path {
    transition: 0.4s all;
}

.whitepaper_slider .slick-prev:before,
.whitepaper_slider .slick-next:before {
    font-size: 30px;
    line-height: 15px;
    opacity: 1;
    color: white;
    font-weight: 600;
    transition: 0.4s all;
}

.whitepaper_slider .slick-prev {
    left: -60px;
    width: 55px;
    height: 55px;
    border: 1px solid #fff;
    border-radius: 100px;
}

.whitepaper_slider .slick-next {
    right: -60px;
    width: 55px;
    height: 55px;
    border: 1px solid #fff;
    border-radius: 100px;
}

.whitepaper-card figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.whitepaper_item {
    padding: 0 15px;
}


/* .whitepaper_slider .slick-prev:hover::before,
.whitepaper_slider .slick-next:hover::before,
.whitepaper_slider .slick-prev:hover,
.whitepaper_slider .slick-next:hover {
    color: rgb(0, 168, 0);
    border-color: #00A800;
} */

.troublesec {
    position: relative;
    padding: 110px 0 40px;
    background: linear-gradient(180.00deg, rgba(0, 170, 255, 0.14), rgba(0, 170, 255, 0) 100%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.troubelsht_wrp h2 {
    font-size: 60px;
    font-weight: 700;
    line-height: 72px;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 26px;
}

.troubelsht_wrp>p {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    max-width: 660px;
    margin: auto;
    margin-bottom: 10px;
}

.troublesec .row {
    margin-top: 40px;
}

.troubleshtng_card figure {
    margin-bottom: 25px;
    height: 445px;
}

.troubleshtng_card figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* .troubleshtng_card {
    padding: 0 5px;
} */

.troubleshtng_card h3 {
    color: rgb(0, 0, 0);
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 16px;
}

.troubleshtng_card p {
    margin-bottom: 8px;
    color: rgb(0, 0, 0, 0.6);
    font-size: 16px;
    line-height: 23px;
}

.webinars_sec {
    background: #F8F8F8;
    position: relative;
    padding: 60px 0 150px;
}

.whitepapersec h2 {
    color: rgb(255, 255, 255);
    margin-bottom: 55px;
}

.webinar_con_wrp h2 {
    margin-bottom: 12px;
}

.webinar_con_wrp .row {
    margin-top: 60px;
    border-radius: 10px;
    backdrop-filter: blur(17px);
    background: rgba(255, 255, 255, 0.5);
    padding: 25px 0;
}

.webinar_single_card .hndrprcnt,
.webinar_single_card figure {
    border-radius: 15px 15px 0 0;
}

.webinar_single_card .ftrd_lstng_inr_img figure::after {
    display: none;
}

.webinar_single_card .btn_pic {
    width: 75px;
    height: 75px;
}

.webinar_single_card .btn_pic i {
    font-size: 25px;
}

.webinar_single_info {
    padding: 30px 30px 30px 15px;
}

.webinar_single_info h3 {
    color: rgb(0, 0, 0);
    font-size: 25px;
    font-weight: 700;
    line-height: 27px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.webinar_single_card {
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.07);
    border-radius: 0 0 15px 15px;
}

.watchvideo {
    display: inline-flex;
    align-items: center;
    transition: 0.4s all;
    margin-top: 5px;
}

.watchvideo i {
    width: 32px;
    height: 32px;
    background: #F45A00;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    color: #fff;
    font-size: 11px;
    padding-left: 2px;
    transition: 0.4s all;
}

.watchvideo p {
    color: rgb(57, 57, 57);
    font-family: "Barlow", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin-left: 8px;
    transition: 0.4s all;
}

.watchvideo:hover i {
    background: #00A800;
}

.watchvideo:hover p {
    color: #00A800;
}

.webinar_single_info>p {
    margin-bottom: 10px;
}

.webiners_listing ul {
    display: flex;
    flex-wrap: wrap;
}

.webiners_listing ul li {
    width: 50%;
    flex: 0 0 auto;
    padding: 0 20px 0px 10px;
    margin-bottom: 25px;
}

.webiners_listing ul li:nth-last-child(-n+2) {
    margin-bottom: 0;
}

.webiners_listing ul li:nth-last-child(-n+2) .webiners_lstng_wrp {
    border: 0;
}

.webiners_lstng_wrp {
    display: flex;
    align-items: center;
    padding-bottom: 26px;
    border-bottom: 1px solid rgb(0, 0, 0, 0.1);
}

.webiners_lstng_wrp .ftrd_lstng_inr_img {
    flex: 0 0 auto;
    width: 180px;
    height: 150px;
}

.webiners_info {
    flex-grow: 1;
    margin-left: 15px;
}

.webiners_info h3 {
    color: rgb(0, 0, 0);
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    text-transform: capitalize;
    margin-bottom: 17px;
}

.watchvideo p {
    font-size: 17px;
    line-height: 19px;
}

.webiners_lstng_wrp .btn_pic {
    width: 40px;
    height: 40px;
}

.webiners_lstng_wrp .btn_pic i {
    font-size: 13px;
    padding-left: 3px;
}

.webinars_sec.rightsheapbg::after {
    content: "";
    width: 100%;
    position: absolute;
    right: 0;
    top: unset;
    height: 120px;
    background: url(../images/bgsheapright.svg) no-repeat;
    background-position: right center;
    bottom: -60px;
    z-index: 1;
}

.webiners_lstng_wrp .ftrd_lstng_inr_img figure::after {
    display: none;
}

.webiners_lstng_wrp figure {
    height: 100%;
    width: 100%;
}

.webinar_single_card .ftrd_lstng_inr_img figure {
    height: 345px;
}

.webinar_single_card .ftrd_lstng_inr_img>a:hover .hndrprcnt,
.webiners_lstng_wrp .ftrd_lstng_inr_img>a:hover .hndrprcnt {
    scale: 1.1;
}

.webinar_single_card .ftrd_lstng_inr_img figure,
.webiners_lstng_wrp .ftrd_lstng_inr_img figure {
    overflow: hidden;
}

.webiners_lstng_wrp .ftrd_lstng_inr_img figure {
    border-radius: 15px;
}


/* 19-08-24 Resource End */


/* 20-08-24 Blog details*/

.blg_dtls .servban-text p {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}

.blg_dtls .ftrd_lstng_inr_img {
    margin-top: 35px;
}

.blg_dtls .btn_pic {
    width: 77px;
    height: 77px;
}

.blg_dtls .btn_pic i {
    font-size: 23px;
}

.blg_dtls .ftrd_lstng_inr_img figure::after {
    display: none;
}

.blg_dtls {
    padding-bottom: 40px;
}

.blg_dtls_para {
    padding: 0 0 100px 0;
}

.post-template-default .blg_details_wrp {
    padding-left: 35px;
}

.blg_details_wrp p {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    margin-bottom: 15px;
}

.post-template-default .blg_dtls_hldr {
    padding-right: 60px;
}

.blg_dtls_bnr_left p {
    text-align: left;
}

.blg_details_wrp .row {
    margin-top: 45px;
}

.blg_dtls_bnr_right .hndrprcnt {
    border-radius: 20px;
}

.blg_dtls_bnr_right {
    position: relative;
    max-width: 500px;
    float: right;
    margin: 0 0 0px 70px;
}

.bnr_car {
    position: absolute;
    bottom: -96px;
    right: -94px;
}


/* .blg_dtls_bnr_left {
    padding-right: 24px;
} */

.single-post .sty_updte_sec .solutionheading>h2 {
    text-align: center;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 50px;
}

.single-post .sty_updte_sec .row>div:nth-child(even) .updt_crd {
    margin-top: 0;
}

.single-post .updt_crd {
    padding: 10px 10px 20px;
    border-radius: 15px;
    background: #fff;
    border: none;
    height: 100%;
}

.single-post .sty_updte_sec {
    padding: 140px 0 120px;
}


/* 20-08-24 Blog details*/


/* 20-8-24-----fixing */

.client_slider_wrap .slick-track {
    display: flex;
}

.client_slider_wrap .slick-slide {
    height: auto;
    flex: 1;
}


/* .client_im-wrap {
    display: none;
} */

.client_whol_wrap {
    height: 100%;
}

.desktop-cnt {
    display: none;
}


/* 20-8-24-----fixing */


/* 21-08-24 */

.troubleshtng_card {
    margin-bottom: 50px;
}

.blg_dtls_bnr_left {
    padding-right: 0;
}


/* 21-08-24 */


/* solution____PAGE_start */

.solution_heading h2 {
    font-size: 50px;
    font-weight: 700;
    text-align: center;
}

.solution_ban_slider .bnr_rsec_card {
    box-shadow: none;
}

.solution_ban_slider .bnr_rsec_card figure {
    margin-bottom: 25px;
    height: 360px;
}

.solution_ban_slider .bnr_rsec_card h2 {
    color: #00AAFF;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
}

.bnr_rsec_card p {
    color: rgb(0, 0, 0);
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    max-width: 500px;
    margin-bottom: 12px;
}

.solution_ban_slider .slick-prev:before,
.solution_ban_slider .slick-next:before {
    font-size: 30px;
    line-height: 1;
    color: #00A800;
    width: 60px;
    height: 60px;
    content: "";
    font-family: "fontawesome";
    border-radius: 50%;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.09);
    background: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: center;
    opacity: 1;
}

.solution_ban_slider .slick-prev::before {
    background-image: url(../images/pre_arrow.png);
}

.solution_ban_slider .slick-next::before {
    background-image: url(../images/next-arrow.png);
}

.solution_ban_slider .slick-prev {
    left: -70px;
}

.diesel_wrp h3 {
    color: #008900;
}

.solution_ban_slider .bnr_rsec_card .hndrprcnt {
    border-radius: 15px;
}

.benefits_sec {
    padding: 90px 0 50px;
    background-color: #00103E;
    position: relative;
}

.benefit_sec_heading {
    text-align: center;
}

.benefit_sec_heading p {
    color: rgb(255 255 255 / 70%);
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}

.benefit_sec_heading h2 {
    color: #fff;
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.benifit_item {
    border-radius: 15px;
    background: rgb(255 255 255 / 3%);
    border: 1px solid transparent;
    padding: 20px 40px 50px 20px;
    height: 100%;
    transition: all 0.5s ease;
}

.benifit_item h4 {
    color: #fff;
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    margin-bottom: 20px;
}

.benifit_item p {
    color: rgb(255 255 255 / 70%);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

.benifit_icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: rgb(255 255 255 / 10%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    transition: all 0.5s ease;
}

.benifit_icon img {
    filter: brightness(0) invert(1);
    max-width: 35px;
    margin: 0 auto;
    transition: all 0.5s ease;
}

.benefit_block_wrap .col-lg-4.col-md-6 {
    margin-bottom: 30px;
}

.benefit_block_wrap {
    margin-top: 70px;
}

.benifit_item:hover {
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.1);
}

.benifit_item:hover .benifit_icon {
    background-color: #fff;
}

.benifit_item:hover .benifit_icon img {
    filter: brightness(1) invert(0);
}

.solution_ban .aboutbancont {
    max-width: 540px;
}

.solution_ban .bboutbanimg {
    box-shadow: none;
    margin-right: -286px;
}

.solution_ban {
    padding-bottom: 150px;
}

.step_inte_serv_list_wrap .inte-serv-img {
    margin-right: 0;
    padding-left: 0;
    margin-top: 40px;
}

.step_inte-sec_heading {
    margin-bottom: 70px;
}

.step_inte-sec_heading h2 {
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    max-width: 550px;
    margin: 0 auto 15px;
}

.step_inte-sec_heading p {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    max-width: 748px;
    margin: 0 auto;
}

.step_inte_serv_list ul {
    display: flex;
    flex-wrap: wrap;
}

.step_inte_serv_list ul li {
    width: 50%;
    margin-bottom: 30px;
    position: relative;
    padding-left: 50px;
    counter-increment: li;
    padding-right: 50px;
}

.step_inte_serv_list ul li::before {
    width: 35px;
    height: 35px;
    background-color: #00AAFF;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    content: '0' counter(li);
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
}

.step_inte_serv_list ul li h6 {
    font-size: 20px;
    font-weight: 600;
    color: rgb(0 0 0 / 70%);
    margin-bottom: 10px;
    font-family: "Roboto", sans-serif;
}

.step_inte_serv_list_wrap .step_inte_serv_list ul li p {
    font-size: 16px;
    font-weight: 400;
    color: rgb(0 0 0 / 70%);
}

.case_studies_sec {
    position: relative;
    padding-top: 100px;
}

.step_inte_serv {
    margin-bottom: 0;
    padding-bottom: 120px;
}

.solution_disel {
    padding-bottom: 100px;
}


/* solution____PAGE_END*/


/* how_work_on_it */

.how-work_ban .aboutbancont {
    max-width: 725px;
    margin: 0 auto;
    text-align: center;
}

.how-work_ban.contact_banner:after {
    bottom: -120%;
}

.how_work_list>ul {
    position: relative;
}

.how_work_list>ul>li::before {
    position: absolute;
    border-left: 2px dotted rgb(0 0 0 / 30%);
    width: 1px;
    content: "";
    height: calc(100% + 35px);
    top: 260px;
    left: 50%;
}

.how_work_list>ul>li:last-child:before {
    display: none;
}

.how_work_list>ul>li {
    display: flex;
    position: relative;
    counter-increment: li;
    align-items: center;
    padding-bottom: 35px;
}

.how_work_list>ul>li::after {
    width: 80px;
    height: 80px;
    background-color: #fff;
    color: #00A800;
    display: flex;
    border: 6px solid #00A800;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    content: '0' counter(li);
    position: absolute;
    top: 50%;
    left: 50%;
    font-weight: 700;
    transform: translate(-50%, -50%);
    font-size: 30px;
    font-weight: 700;
}

.how_work_list>ul>li.active::after {
    animation: pulse-animation 2s infinite;
    background-color: #00A800;
    color: #fff;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgb(20 229 57 / 71%);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
}

.how_work_list>ul>li:nth-child(even) {
    flex-direction: row-reverse;
    /* padding: 100px 0px; */
}

.how_work_list>ul>li:nth-child(even) .work_on_image {
    padding-left: 0px;
    padding-right: 70px;
}

.how_work_list>ul>li:nth-child(even) .work_on_text {
    padding-right: 0px;
    margin-left: 0px;
    padding-left: 95px;
}

.how_work_list>ul>li .work_on_text {
    width: 50%;
    padding-right: 70px;
    flex: 0 0 auto;
}

.how_work_list>ul>li .work_on_image {
    width: 50%;
    /* padding-left: 70px; */
    position: relative;
}

.how_work_list>ul>li .work_on_image::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    filter: blur(334px);
    background: rgb(0 170 255 / 61%);
    background-position: 100%;
    bottom: 0;
    right: -100px;
}

.how_work_list>ul>li:nth-child(even) .work_on_image:after {
    bottom: 0;
    left: -100px;
}

.how_work_list {
    margin-top: 60px;
}

.work_on_text h5 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 25px;
}

.work_on_text ul li {
    margin-bottom: 30px;
    position: relative;
    padding-left: 35px;
}

.work_on_text ul li:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../images/work_li_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
}

.work_on_text ul li h6 {
    font-size: 20px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    margin-bottom: 10px;
}

.work_on_text ul li p {
    font-size: 16px;
    font-weight: 400;
    color: rgb(0 0 0 / 70%);
}

.how_work_on_step_sec {
    position: relative;
    padding-bottom: 100px;
}

.how-work_ban .aboutbancont p {
    color: #000;
}

.integrations-sec {
    background-color: #00103E;
    background-image: url(../images/integ-back-image.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    padding: 80px 0px 0px;
}

.integ_logo_wrap {
    max-width: 950px;
    margin: 0 auto;
}

.integ_logo_wrap ul {
    display: flex;
    margin: 30px auto 0px;
}

.integ_heading h2 {
    color: #fff;
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
}

.integ_heading p {
    color: rgb(255 255 255 / 70%);
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    max-width: 750px;
    margin: 0 auto;
}

.integ_image_wrap {
    margin-top: 22px;
    text-align: center;
}


/* Backend Work */


/* 27-08 */

.contact_message_wrap .get_in_sec h2 {
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 10px;
}

.con_mess_imag_wrap {
    max-width: 490px;
    margin: auto;
}

.cnct_cntr {
    transform: translateX(-40px);
}


/* 27-8 */


/* 28-8 */

.dlvysml_img {
    position: absolute;
    top: 200px;
    left: -80px;
    transition: top 0.3s linear;
}

.ready_bx_secbottmbg::before {
    content: "";
    position: absolute;
    background: url(../images/footer_dots_2.png) no-repeat center;
    width: 100%;
    height: 480px;
    top: -110px;
    background-size: 100%;
    z-index: -1;
}

.tab-content {
    margin-top: 30px;
}

.bannersect .learnMorebtn {
    background: #fff;
    /* border: 1px solid transparent; */
}


/* .bannersect .learnMorebtn:hover {
    border: 1px solid #00A800;
    color: #00A800;
} */

.abotban .dlvr_img {
    margin-right: -400px;
}

.abotban .dlvysml_img {
    left: -80px;
}

.pressed_upper_sec .row {
    align-items: center;
}

.abt_pg_getin {
    padding-bottom: 200px;
}

.abotban .dlvr_img img {
    border-radius: 20px;
}


/* 28-8 */


/* Backend Work */


/* 23-08-2024 Investor Page */

.investr_btn {
    transition: 0.4s all;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 700;
    border-radius: 50px;
    background: #00a800;
    padding: 15px 35px;
    border: 1px solid transparent;
}

.investr_btn:hover {
    background: transparent;
    color: #00a800;
    border-color: #00a800;
}

.investr_ban h1 {
    margin-bottom: 14px;
}

.investr_ban p {
    color: rgb(0, 0, 0);
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 22px;
}

.investr_ban .aboutbancont {
    max-width: 550px;
    margin: 0 auto;
    text-align: center;
}

.investr_ban .bboutbanimg {
    margin-right: -136px;
}

.investr_ban {
    padding: 120px 0 150px;
}

.bnft_nmbr {
    width: 50%;
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 35px;
}

.bnft_nmbr h5 {
    color: rgb(244, 90, 0);
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 14px;
}

.bnft_nmbr p {
    font-size: 14px;
}

.benifit-inner_abt {
    display: flex;
    align-items: center;
}

.bsnss_impct .benifit_item {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.25);
    padding: 32px 26px 30px 30px;
}

.benifit-inner_abt p {
    color: #fff;
}

.impacr_i_txt {
    width: 50%;
    flex: 0 0 auto;
    border-right: 1px solid rgb(255, 255, 255, 0.2);
}

.ibns_impct_icn {
    max-width: 65px;
    margin-bottom: 15px;
}

.bsnss_impct .benefit_sec_heading h2 {
    max-width: 100%;
    margin-bottom: 20px;
}

.bsnss_impct .benefit_sec_heading p {
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 7px;
}

.benefit_sec_heading {
    max-width: 690px;
    margin: auto;
}

.bsnss_impct {
    padding: 120px 0 60px;
}

.bsnss_impct .benefit_block_wrap {
    margin-top: 20px;
}

.bsnss_impct.leftsheapbg::after {
    top: -54px;
}

.revenue_sec {
    padding: 90px 0px;
}

.revenue_text h2 {
    font-size: 50px;
    font-weight: 700;
    list-style: 50px;
    color: #000;
}

.revenue_text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: rgb(0 0 0 / 70%);
    margin-top: 20px;
}

.revenue_list ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

.revenue_list ul li {
    display: flex;
    align-items: center;
    width: 45%;
    margin-bottom: 20px;
    border-top: 1px solid rgb(0 0 0 / 10%);
    margin-left: 15px;
    padding-top: 20px;
}

.revenue_list ul li:nth-child(odd) {
    margin-left: 0;
}

.revenue_list ul li:nth-child(1) {
    border-top: none;
}

.revenue_list ul li:nth-child(2) {
    border-top: none;
}

.revenue_list ul li span {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex: 0 0 auto;
}

.revenue_list ul li h6 {
    font-weight: 700;
    margin-left: 15px;
    font-size: 18px;
}

.revenue_img {
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 10.59px 31.78px 0px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    overflow: hidden;
}

.revenue_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.revenue_text {
    padding-left: 30px;
}

.opportunity_sec {
    padding-bottom: 130px;
}

.opportunity_heading h2 {
    font-size: 50px;
    line-height: 26px;
    font-weight: 700;
    color: #0D0D0D;
    text-align: center;
    margin-bottom: 50px;
}

.opportunity_heading p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
}

.opportunity_heading {
    max-width: 1100px;
    margin: 0 auto;
    border-top: 1px solid rgb(0 0 0 / 10%);
    padding-top: 60px;
}

.opportunity_block_wrap {
    margin-top: 40px;
}

.opportunity_item {
    border-radius: 20px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
    background: rgb(255, 255, 255);
    padding: 20px 40px 40px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.oop_text h4 {
    font-size: 25px;
    font-weight: 700;
    line-height: 32px;
    color: #000;
    max-width: 321px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.oop_text p {
    font-size: 16px;
    font-weight: 400;
    color: rgb(0 0 0 / 70%);
    line-height: 26px;
}

.opp_head_wrap {
    display: flex;
    align-items: center;
    min-height: 64px;
    margin-bottom: 15px;
}

.oop_text {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.opp_img {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex: 0 0 auto;
    margin-bottom: 15px;
}

.opportunity_block_wrap .row>*:nth-child(3n-2) .opportunity_item .opp_img {
    background-color: #00A800;
}

.opportunity_block_wrap .row>*:nth-child(3n-4) .opportunity_item .opp_img {
    background-color: #F75B00;
}

.opportunity_block_wrap .row>*:nth-child(3n) .opportunity_item .opp_img {
    background-color: #00AAFF;
}

.landscape_sec {
    padding: 120px 0px 159px;
    background: linear-gradient(180.00deg, rgba(0, 170, 255, 0.14), rgba(0, 170, 255, 0) 100%);
    position: relative;
}

.landscape_sec_heading h2 {
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    color: #0D0D0D;
    text-align: center;
    margin-bottom: 40px;
    max-width: 521px;
    margin: 0 auto 25px;
    text-align: center;
}

.landscape_sec_heading p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
}

.landscape_image_wrap {
    border-radius: 20px;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.08);
    background: rgb(255, 255, 255);
    overflow: hidden;
    margin-top: 30px;
}

.meet_our_team_sec {
    background-color: #F8F8F8;
    position: relative;
    padding: 110px 0 80px;
}

.team_heading h2 {
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    color: #0D0D0D;
    text-align: center;
    margin-bottom: 40px;
    max-width: 521px;
    margin: 0 auto 25px;
    text-align: center;
}

.team_heading p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
}

.team_image {
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 20px;
}

.team_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1);
}

.team_text h5 {
    color: #F75B00;
    font-size: 21px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 15px;
}

.team_text p {
    color: rgb(0 0 0 / 70%);
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 15px;
}

.team_icon ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.team_icon ul li:not(:first-child) {
    margin-left: 15px;
}

.team_icon ul a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    background-color: #EBEBEB;
    transition: all ease 0.4s;
    ;
}

.team_icon ul a i {
    color: #1FB2FC;
}

.team_icon ul a:hover {
    background-color: #1FB2FC;
}

.team_icon ul a:hover i {
    color: #EBEBEB;
}

.team_item {
    border-radius: 10px;
    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 0%);
    background: rgb(255, 255, 255);
    text-align: center;
    padding: 20px 10px;
}

.team_slider_wrap {
    margin-top: 40px;
}

.team_slider_wrap .slick-dots li button:before {
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #DCDCDC;
    opacity: 1;
}

.team_slider_wrap .slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #00A800;
    width: 24px;
    border-radius: 10px;
}

.team_slider_wrap .slick-prev {
    left: -60px;
}

.team_slider_wrap li.slick-active {
    margin: 0px 10px 0px 0px;
}

.team_slider_wrap .teitems {
    padding: 0px 15px;
}

.team_slider_wrap .slick-prev:before,
.team_slider_wrap .slick-next:before {
    font-size: 30px;
    line-height: 1;
    width: 50px;
    height: 50px;
    content: "";
    font-family: "fontawesome";
    border-radius: 50%;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.09);
    background: #00A800;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    opacity: 1;
}

.team_slider_wrap .slick-prev::before {
    background-image: url(../images/pre_wh_arrow.png);
}

.team_slider_wrap .slick-next::before {
    background-image: url(../images/next_wh_arrow.png);
}

.team_slider_wrap .slick-dots {
    bottom: -70px;
    z-index: 2;
}

.investor_ready .ready_bx_secbottmbg {
    background: #f8f8f8;
}


/* 23-08-2024 Investor Page */


/* 30-8 */

.how_work_on_step_sec .dlvr_img img {
    border-radius: 15px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.frth_lsting .dlvysml_img {
    left: unset;
    right: -20px;
    max-width: 160px;
    top: 160px;
}

.thrd_lsting .dlvysml_img {
    top: unset;
    left: unset;
    /* right: 30px; */
    right: -60px;
    bottom: 0;
}

.how_work_list>ul>li .work_on_image {
    width: 50%;
    flex: 0 0 auto;
}

.frth_lsting .dlvr_img img {
    border-radius: 15px;
    margin-left: -30px;
}

.step_inte_serv .inte-serv-img figure {
    text-align: center;
    position: relative;
}

.step_inte_serv .inte-serv-img figure~.sml_spn {
    position: absolute;
    left: 70px;
    max-width: 230px;
}

.step_inte_serv .inte-serv-img figure~.dlvysml_img {
    position: absolute;
    right: 110px;
    left: unset;
    max-width: 180px;
    top: unset;
    bottom: 0;
}

.dlvry_sec .dlvr_img {
    margin-right: -500px;
}

.dlvry_sec.spage .dlvr_img {
    margin-right: 40px;
}

.how_work_list>ul>li:nth-child(odd) .work_on_image {
    width: 50%;
    margin-left: 110px;
    position: relative;
}

.how-work_ban {
    position: relative;
    padding-top: 150px;
    padding-bottom: 100px;
}

.how-work_ban:after {
    position: absolute;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    /* background: linear-gradient(180.00deg, rgba(0, 168, 0, 0.14), rgba(0, 168, 0, 0) 100%); */
    bottom: -400px;
}

.how_work_on_step_sec .dlvr_img {
    position: relative;
    max-width: 510px;
    height: 100%;
}

.hiw_cstmer .first_lsting .dlvysml_img {
    left: unset;
    right: -60px;
}

.hiw_cstmer .scnd_lsting .dlvysml_img {
    left: unset;
    right: -90px;
}

.hiw_cstmer .thrd_lsting .dlvysml_img {
    left: -40px;
    right: unset;
    max-width: 200px;
}

.hiw_cstmer .frth_lsting .dlvysml_img {
    left: -70px;
    right: unset;
    max-width: 250px;
    transform: translateY(80px);
}

.hiw_cstmer .fifth_listing .dlvysml_img {
    position: absolute;
    top: unset !important;
    bottom: -110px;
    left: unset;
    transition: top 0.3s linear;
    right: -100px;
    transform: translateX(80px);
}

.hiw_cstmer {
    padding-bottom: 130px;
}

.blgfaq {
    position: relative;
}

.blgfaq::before {
    content: "";
    width: 100%;
    position: absolute;
    right: 0;
    top: -74px;
    height: 120px;
    background: url(../images/bgsheapright.svg) no-repeat;
    background-position: right center;
}


/* 30-8 */


/* 31-08 */

.company_heading .solutionlogoslider {
    margin-bottom: 65px;
}

.impact_shpsi.rightsheapbg::after {
    content: "";
    width: 100%;
    position: absolute;
    right: 0;
    top: -74px;
    height: 120px;
    background: url(../images/bgsheapright.svg) no-repeat;
    background-position: right center;
}

.impact_shpsi {
    position: relative;
    padding: 120px 0 100px;
    margin-bottom: 0;
}

.car_two {
    position: absolute;
    left: -90px;
    bottom: -50px;
    max-width: 360px;
}

.page-template-solutions-brands .bannersect {
    padding: 140px 0px 60px;
}

.s_brnd_srv .inte-serv-img figure~.sml_spn {
    position: absolute;
    left: -10px;
    max-width: 330px;
}

.s_brnd_srv .inte-serv-img figure~.dlvysml_img {
    max-width: 330px;
    transform: translateY(150px);
    transition: bottom 0.3s linear;
}

.blogtb .updt_crd {
    background: transparent;
}

.sdd .instant-list_wrap {
    max-width: 550px;
    margin-top: 75px;
}

.sdd .row {
    align-items: center;
}

.sdd h3 {
    text-transform: capitalize;
    line-height: 57px;
}

.sdd .instant-list_wrap p {
    margin-bottom: 25px;
}

.sdd {
    padding: 100px 0px 130px;
}

.sl_cstmr_faq::after {
    background: url(../images/bgsheapright.svg) no-repeat;
    right: 0;
    left: unset;
    background-position: right center;
    width: 100%;
    background-size: 70%;
}

.cstmr_sl_pre .pressed_text {
    max-width: 550px;
    margin-top: -120px;
}

.cstmr_sl_pre .pressed_text p {
    color: rgb(0, 0, 0, 0.7);
    line-height: 30px;
}

.van {
    max-width: 571px;
    position: absolute;
    bottom: -270px;
    z-index: 1;
    left: -200px;
}

.cstmr_sl_pre .pressed_upper_sec {
    position: relative;
}

.cstmr_sl_pre .dlvysml_img {
    left: 20px;
    transition: top 0.3s linear;
    transform: translateY(110px);
}

.solution_pdng {
    padding: 60px 0;
}

.wht_bg {
    background: #F8F8F8;
}

.s_brnd_srv {
    background: #ffff;
    padding-bottom: 150px;
}

.s_brnd_srv .step_inte-sec_heading h2 {
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    max-width: 100%;
    margin: 0 auto 15px;
}

.page-template-solutions-brands .client_says {
    padding: 115px 0 70px;
}

.sdd.leftsheapbg::after {
    left: -180px;
    top: -54px;
    height: 110px;
    background: url(../images/bgsheapleft.svg) no-repeat;
    background-size: 60%;
}

.sl_cstmr_faq .faq-accordion li {
    filter: none;
}

.wht_bg_two {
    background: #fff;
}

.hiw_aftr .how_work_list>ul>li .work_on_image::after {
    width: 200px;
    height: 200px;
}

.hiw_aftr .how_work_list {
    padding-bottom: 120px;
    border-bottom: 1px solid rgb(0, 0, 0, 0.1);
}

.page-template-how_it_works_brands .meet_our_team_sec {
    padding: 30px 0 70px;
}

.page-template-how_it_works_brands .team_heading h2 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 auto 10px;
}

.hiw_aftr {
    padding-bottom: 0px;
}

.threpl_faq::after {
    display: none;
}

.page-template-how_it_works_3pl .rightsheapbg::after {
    background-size: 62%;
}

.solution_disel_slider .slick-track {
    display: flex;
}


/* 31-08 */


/* 09-09 */

.instnt_bg {
    display: none;
}

.opportunity_sec .row>* {
    margin-bottom: 35px;
}

.team_slider_wrap .slick-arrow.slick-disabled {
    opacity: 0.5;
}


/* 09-09 */


/* 13-09 */

.glbmorbtn::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: #fff;
    z-index: -1;
    overflow: hidden;
    transition: 0.4s all ease-in-out;
}

.glbmorbtn:hover {
    z-index: 1;
}

.glbmorbtn:hover:after {
    width: 100%;
}

.ipt .glbmorbtn::after {
    display: none;
}


/* 14-09 */

.page-template-home-2 .bancontent h1 {
    margin-bottom: 80px;
}

.scnd_lsting .dlvysml_img {
    top: 350px;
}

.how_work_list .first_lsting .dlvysml_img {
    top: 140px;
}

.threpl_faq {
    padding: 40px 0 240px;
}

.page-template-how_it_works_brands .company_heading .solutionlogoslider {
    margin-top: -20px;
}

.page-template-how_it_works_brands .ready_bx_secbottmbg::before {
    z-index: 0;
}

.benefits_sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0, 0, 0, 0.25);
}

.solutionlogoslider .slick-track {
    display: flex;
    align-items: center;
}


/* 27-09  */


/* blog details start */


/* .logo_white{
    display: none;
}
.headstyle .logo_black{
    display: none;
}
.headstyle .logo_white{
    display: block;
}

.headstyle .nav_menu.nav_menucontact .nav_item:last-child a{
    border-color: #fff;
} */


/* take css from here  */

.blg_dtls_bnr_left {
    margin-top: 45px;
    min-height: 360px;
}

.blg_fig img {
    border-radius: 20px;
}

.blg_fig {
    height: 500px;
}

.blg_dtls_dlvry {
    margin: 40px 0;
}

.blg_dtls_dlvry p {
    text-align: left;
}

.blg_dlvy_para {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.blg_lst_txt {
    padding: 0 30px;
}

.p_release_bnr {
    padding: 100px 0 85px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.pdcst h1 {
    color: rgb(255, 255, 255);
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
    text-align: left;
    text-transform: uppercase;
    max-width: 730px;
    margin-bottom: 15px;
}

.p_rlse_mn_cnct h2 {
    color: rgb(0, 0, 0);
    font-size: 45px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.rlse_item span {
    float: right;
    width: 50%;
    margin: 0 0 10px 30px;
    padding-left: 20px;
    height: 550px;
}

.rlse_item span img {
    border-radius: 20px;
}

.prlse_abtsec p {
    color: rgb(0, 0, 0);
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 35px;
}

.p_rlse_mn_cnct ul li:nth-child(even) .rlse_item span {
    float: left;
    margin: 0 20px 10px 0;
    padding-left: 0;
    padding-right: 20px;
}

.p_relase_sec {
    padding: 120px 0 180px 0;
}

.prlse_abtsec {
    margin-top: -95px;
    padding-bottom: 160px;
}

.p_rlse_mn_cnct ul li:not(:first-child) {
    margin-top: 65px;
}

.rlse_btm {
    height: 100%;
    margin-bottom: 15px;
}

.p_rlse_mn_cnct ul li {
    min-height: 550px;
}

.prlse_btm {
    margin-top: 35px;
}


/* blog details end */


/* podcast start */

.podcastbnr .hndrprcnt {
    border-radius: 0;
}

.podcastbnr h1 {
    max-width: 500px;
    margin: auto;
    text-align: center;
    color: #000;
}

.podcastbnr {
    padding-top: 160px;
}


/* podcast end */


/* 27-09  */


/* 28-09  */


/* podcast start */

.pcast_rw {
    margin-bottom: 30px;
}

.pcast_para .rlse_item span {
    float: left;
    width: 50%;
    margin: 0 0 10px 0px;
    padding-left: 0px;
    padding-right: 30px;
}

.pcast_para .rlse_item p {
    text-align: left
}

.pcast_para ul li:nth-child(even) .rlse_item span {
    float: right;
    margin: 0 0px 10px 20px;
    padding-left: 20px;
    padding-right: 0px;
}

.pcast_para {
    padding-bottom: 180px;
}

.pcast_para ul {
    margin-top: 45px;
}

.pcast_para .rlse_btm {
    height: 312px;
}


/* podcast end */


/* How to guide start */

.guide_bnr_card {
    max-width: 650px;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0.34);
    border-radius: 20px;
    backdrop-filter: blur(30px);
    background: rgba(255, 255, 255, 0.1);
    margin: auto;
    padding: 65px 50px;
}

.guide_bnr_card h1 {
    text-align: center;
    max-width: 480px;
    margin: 0 auto 15px;
}

.guide_bnr_card p {
    color: rgb(255, 255, 255);
    line-height: 30px;
}

.guidesec .p_release_bnr {
    padding: 125px 0;
}

.grn_side h4 {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    color: rgb(65, 65, 65);
    padding-left: 90px;
}

.grn_side {
    margin: 55px 0;
    position: relative;
}

.grn_side::after {
    content: '';
    position: absolute;
    background: #00A205;
    top: 0;
    bottom: 0;
    left: 0;
    width: 20px;
}

.jessica_rvw img {
    border-radius: 15px;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.08);
    background: rgb(255, 255, 255);
}

.jessica_cont h2 {
    color: rgb(0, 0, 0);
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.jessica_cont p {
    text-align: left;
}

.jessica_card {
    margin-bottom: 65px;
}

.guide_cnt {
    padding-bottom: 0;
}

.guidesec {
    padding: 120px 0 60px;
}


/* How to guide start */


/* White paper start */

.whitebnr h1 {
    text-align: center;
    margin: auto;
}

.whitebnr .p_release_bnr {
    padding: 140px 0;
}

.whitebnr {
    padding-bottom: 60px;
}

.whitepaper_mn_cnct .grn_side::after {
    width: 10px;
}

.whitepaper_mn_cnct .grn_side h4 {
    padding-left: 40px;
    color: rgb(65, 65, 65);
    font-size: 45px;
    font-weight: 500;
    line-height: 55px;
    font-family: "Roboto", sans-serif;
}

.whitepaper_mn_cnct p,
.wppr_rte_cont p {
    margin-bottom: 25px;
    line-height: 28px;
}

.whitepaper_mn_cnct .grn_side {
    margin: 0 0 35px;
}

.wpaper_rotate {
    padding: 70px 0 0;
    background-image: none;
    margin-bottom: -40px;
}

.wppr_rte_cont {
    margin-top: 50px;
}

.wpaper_rotate .p_rlse_mn_cnct h2 {
    font-size: 30px;
    line-height: 38px;
    text-align: left;
    margin-bottom: 20px;
}


/* .p_rlse_mn_cnct p{
    line-height: 28px;
    margin-bottom: 25px;
} */

.qute_grn h4 {
    color: rgb(65, 65, 65);
    padding-left: 160px;
    font-family: "Roboto", sans-serif;
    font-size: 45px;
    font-weight: 500;
    line-height: 55px;
}

.qute_grn::after {
    left: 125px;
    width: 4px;
}

.qute_grn span {
    position: absolute;
    top: 20px;
    left: 0;
}

.qute_grn {
    margin: 55px 0 20px;
}

.wppr_lrm img {
    border-radius: 10px;
    box-shadow: 0px 8px 45px 0px rgba(0, 0, 0, 0.1);
}

.wpaper_rotate .p_rlse_mn_cnct {
    margin-top: 60px;
}

.wpr_rw {
    margin-top: 45px;
}


/* White paper end */


/* 28-09  */


/* 28-09  */


/* 01-10-2024 Landing start */

.lnding_mn h2 {
    font-size: 35px;
    font-weight: 700;
    line-height: 45px;
    text-transform: uppercase;
    color: #fff;
}

.lnding_mn h2 span {
    color: #E74324;
    display: inline;
}

.trnsfrm_card {
    border-radius: 30px;
    background: rgb(3, 14, 58);
    padding: 80px 38px;
    text-align: center;
    z-index: 1;
    position: relative;
}

.trnsfrm_card h6 {
    color: rgb(255, 255, 255);
    font-size: 25px;
    font-weight: 500;
    line-height: 36px;
    font-style: italic;
    margin-top: 15px;
}

.tnsfrm_col {
    margin-left: auto;
}

.trnsfrm_card h2 {
    padding: 0 20px;
}

.lnding_mn {
    background: #030E3A;
}

.landing_sectn {
    padding: 280px 0 0 0;
}

.lndng_bg_one {
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1.9) translate(-300px, -330px);
}

.lnding_cntnr {
    position: relative;
}

.key_bnft_crd {
    border-radius: 80px;
    text-align: center;
    padding: 60px 0;
    background: rgb(38, 166, 56);
    z-index: 1;
    position: relative;
    margin: 0px -35px 20px;
}

.landing_tp_sectn {
    /* overflow: hidden; */
    padding: 240px 0 90px;
}

.key_bnfts_sec h2 {
    position: relative;
    display: inline-block;
    max-width: 500px;
	    z-index: 9;
}

.key_bnfts_sec h2::after {
    position: absolute;
    content: '';
    width: 360px;
    height: 4px;
    background: #fff;
    right: -380px;
    top: 6px;
    bottom: 0;
    margin: auto;
}

.key_bnfts_sec h2::before {
    position: absolute;
    content: '';
    width: 360px;
    height: 4px;
    background: #fff;
    left: -380px;
    top: 6px;
    bottom: 0;
    margin: auto;
}

.bnfts_under_card {
    border-radius: 34px;
    background: rgb(3, 14, 58);
    position: relative;
    padding: 60px 25px 50px;
    height: 100%;
}

.bnfts_under_card h3 {
    color: rgb(38, 166, 56);
    font-size: 23px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 30px;
    position: relative;
}

.bnfts_under_card span {
    display: block;
}

.bnfts_under_card h3::after {
    content: '';
    position: absolute;
    background: rgb(38, 166, 56);
    width: 130px;
    height: 5px;
    bottom: -17px;
    left: 0;
    right: 0;
    margin: auto;
}

.bnft_lstng ul {
    display: flex;
    margin-top: 80px;
    padding: 0 35px;
}

.bnft_lstng ul li {
    width: 33.33%;
    flex: 0 0 auto;
    padding: 0 35px;
    margin-bottom: 50px;
    height: 100%;
}

.bnft_lstng ul li:nth-child(3n-1) {
    margin-top: 45px;
}

.bnfts_under_card p {
    color: rgb(255, 255, 255);
    font-family: "Barlow", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 29px;
}

.whte .bnft_tp_img {
    background: rgb(3, 14, 58);
}

.bnft_tp_img {
    position: absolute;
    top: -53px;
    left: 0;
    right: 0;
    width: 100px;
    margin: auto;
    background: rgb(38, 166, 56);
    border-radius: 50%;
    height: 100px;
    padding: 30px;
    border: 2px solid;
}

.orng .bnft_tp_img {
    background: #d55230;
    border: none;
}

.bnft_tp_img img {
    height: 100%;
    object-fit: contain;
}

.schedule_btn {
    background: rgb(3, 14, 58);
    color: #fff;
    min-width: 370px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 50px;
    font-size: 24px;
    line-height: 1;
    padding: 14px 70px 18px;
    border: 3px solid #fff;
    transition: 0.4s all;
    z-index: 9;
    position: relative;
}

.schedule_btn:hover {
    background: transparent;
    border-color: #fff;
}

.keybnfts_aftr {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    /* top: 240px; */
    top: 0px;
    max-width: 530px;
    z-index: 8;
}

.bnft_lstng ul li:nth-child(2) {
    z-index: 9;
}

.keybnfts_aftr img {
    padding: 0 18px;
}

.orng {
    background: transparent;
    margin: 0 0 30px;
}

.orng .bnfts_under_card {
    background: #fff;
    padding: 60px 25px 50px;
}

.bnfts_under_card h4 {
    color: rgb(241, 109, 80);
    font-size: 23px;
    font-weight: 700;
    line-height: 32px;
}

.orng .bnfts_under_card h3 {
    font-size: 23px;
    margin-bottom: 25px;
}

.orng .bnfts_under_card p {
    color: #000;
}

.orng .schedule_btn {
    background: #4fa447;
    color: rgb(3, 14, 58);
}

.orng .schedule_btn:hover {
    color: #fff;
}

.orng .bnfts_under_card h3::after {
    bottom: -16px;
}

.whte {
    background: #fff;
    margin-bottom: 120px;
}

.whte h2 {
    color: #030E3A;
}

.whte h2::after,
.whte h2::before {
    background: #030E3A;
}

.whte .bnfts_under_card {
    background: #26A638;
    padding: 60px 25px;
}

.whte .bnfts_under_card h3 {
    color: #fff;
}

.whte .bnfts_under_card h3::after {
    background: #fff;
}

.checked {
    color: #F16D50;
}

.star_wrp span {
    font-size: 25px;
}

.star_wrp {
    margin-bottom: 10px;
}

.shpsi_prtnr {
    max-width: 770px;
    margin: auto;
}

.shpsi_prtnr h5 {
    font-size: 26px;
    font-weight: 600;
    line-height: 38px;
    font-style: italic;
    margin-bottom: 20px;
}

.shpsi_prtnr h6 {
    font-size: 27px;
    font-weight: 700;
    text-transform: uppercase;
}

.whte .schedule_btn {
    position: absolute;
    bottom: -30px;
    display: inline-block;
/*     margin: auto; */
    left: 50%;
	transform: translatex(-50%);
/*     right: 0; */
}

.whte .schedule_btn:hover {
    background: #00A800;
    border-color: #00A800;
    color: #fff;
}

.from_wrp {
    background: #00A800;
    margin-bottom: 120px;
}

.from_wrp h2 {
    color: #fff;
    max-width: 460px;
    margin-bottom: 25px;
}

.from_wrp h2::after {
    width: 250px;
    right: -250px;
}

.from_wrp h2::before {
    width: 250px;
    left: -250px;
}

.from_wrp h6 {
    color: #030e3a;
    font-size: 23px;
    max-width: 550px;
    line-height: 31px;
    margin: auto;
    font-style: italic;
}

.from_wrp h6 span {
    font-weight: 600;
}

.from_wrp h6 a {
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline !important;
}

.from_wrp form {
    max-width: 600px;
    margin: 30px auto 0;
}

.frm_card {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    justify-content: end;
    position: relative;
}

.frm_card label {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: -3px 10px 0 0;
    flex: 0 0 auto;
}

.frm_card input {
    /* width: 100%; */
    width: 524px;
    padding: 0 12px;
    height: 44px;
    background: #9ed6a5;
    border: 1px solid;
    border-radius: 8px;
    font-size: 20px;
    flex: 0 0 auto;
}

.frm_card input::placeholder {
    font-size: 20px;
    color: #030e3a;
}

.frm_card select {
    width: 100%;
    height: 44px;
    background: #9ed6a5;
    border: 1px solid;
    border-radius: 8px;
    font-size: 20px;
    text-align: center;
}

.from_wrp .schedule_btn:hover {
    color: #00A800;
    background: rgb(3, 14, 58);
    border-color: #fff;
}

.key_bnfts_sec {
    padding-bottom: 100px;
    overflow: hidden;
    position: relative;
}

.seen_in {
    border-radius: 0;
    background: #fff;
    margin: 0;
    padding: 70px 0 50px 0;
}

.seen_in h2 {
    color: #030E3A;
    font-size: 25px;
    margin-bottom: 26px;
}

.seen_in h2::after,
.seen_in h2::before {
    background: #030E3A;
}

.seenin_wrp {
    max-width: 1100px;
    margin: auto;
}

.seenin_wrp ul {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.seenin_wrp ul span {
/*     background: #68c074; */
    width: 150px;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 12px;
	 display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
}
.seenin_wrp ul span img{
	    width: 100%;
    height: 100%;
    object-fit: contain;
	filter: grayscale(1);
	transition: 400ms all ease-in-out;
}
.seenin_wrp ul span:hover img{
	filter: grayscale(0);
}

.rtlrs h2::after {
    width: 200px;
    right: -230px;
}

.rtlrs h2::before {
    width: 200px;
    left: -230px;
}

.grn_sldr {
    background: #68c074;
    width: 300px;
    border-radius: 10px;
    height: 100px;
}

.rtlrs li {
    padding: 0 15px;
}

.rtlrs {
    margin-top: 30px;
}

.seen_in .schedule_btn {
    position: absolute;
    bottom: -40px;
    display: inline-block;
    margin: auto;
 	left: 50%;
	transform: translatex(-50%);
    background: #D55230;
    font-size: 30px;
    padding: 16px 80px 18px;
    border-color: rgb(3, 14, 58);
    bottom: -52px;
}

.seen_in .schedule_btn:hover {
    background: #00A800;
}

.seen_in .schedule_btn span {
    display: block;
    color: #030E3A;
    font-size: 17px;
}

.lnding_mn header a {
    max-width: 260px;
    z-index: 1;
    position: relative;
}

.lnding_mn header {
    padding: 60px 0 0;
    width: 100%;
    position: absolute;
}

.lndng_bg_two {
    position: absolute;
    bottom: 1200px;
    transform: scale(1.8) translate(-140px, 100px) rotateY(180deg);
}

.lndng_bg_three {
    transform: scale(1.6) translate(230px, 100px);
    position: absolute;
    top: -500px;
}


/* 01-10-2024 Landing end */


/* 03-10-2024 */

.lndng_cnct .from_wrp h2::before,
.lndng_cnct .from_wrp h2::after {
    display: none;
}

.lndng_cnct {
    background: #26a638;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    padding-bottom: 0;
}

.lndng_cnct .from_wrp {
    background: none;
    padding: 0;
    text-align: right;
    max-width: 700px;
    margin: 40px auto 0;
}

.lndng_cnct .schedule_btn {
    position: relative;
    bottom: -60px;
}

.lndng_cnct .from_wrp form {
    max-width: 700px;
}

.arw_mrging {
    margin-left: -50px;
}

.frm_card.phn input,
.frm_card.slct select {
    width: 260px;
    text-align: center;
    flex: 0 0 auto;
}

.frm_card select {
    -webkit-appearance: none;
}

.slct::after {
    content: '\f107';
    font-family: 'fontawesome';
    font-size: 14px;
    right: 37px;
    position: absolute;
    top: 14px;
}
/* 03-10-2024 */

.blog_heroscn  .ftrd_lstng_inr_img figure {
    height: 155px;
}


/* 08-10-24 */