@charset "utf-8";

@font-face {
    font-family: "ExtraBold";
    src: url("../fonts/EudoxusSans/EudoxusSans-ExtraBold.woff") format("woff"),
         url("../fonts/EudoxusSans/EudoxusSans-ExtraBold.woff2") format("woff"),
         url("../fonts/EudoxusSans/EudoxusSans-ExtraBold.ttf") format("truetype");
    font-weight: bold;
    font-style: bold;
}
@font-face {
    font-family: "Bold";
    src: url("../fonts/EudoxusSans/EudoxusSans-Bold.woff") format("woff"),
         url("../fonts/EudoxusSans/EudoxusSans-Bold.woff2") format("woff"),
         url("../fonts/EudoxusSans/EudoxusSans-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: bold;
}
@font-face {
    font-family: "Medium";
    src: url("../fonts/EudoxusSans/EudoxusSans-Medium.woff") format("woff"),
         url("../fonts/EudoxusSans/EudoxusSans-Medium.woff2") format("woff"),
         url("../fonts/EudoxusSans/EudoxusSans-Medium.ttf") format("truetype");
    font-weight: medium;
    font-style: medium;
}
@font-face {
    font-family: "Regular";
    src: url("../fonts/EudoxusSans/EudoxusSans-Regular.woff") format("woff"),
         url("../fonts/EudoxusSans/EudoxusSans-Regular.woff2") format("woff"),
         url("../fonts/EudoxusSans/EudoxusSans-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Light";
    src: url("../fonts/EudoxusSans/EudoxusSans-Light.woff") format("woff"),
         url("../fonts/EudoxusSans/EudoxusSans-Light.woff2") format("woff"),
         url("../fonts/EudoxusSans/EudoxusSans-Light.ttf") format("truetype");
    font-weight: light;
    font-style: light;
}
@font-face {
    font-family: "Light";
    src: url("../fonts/EudoxusSans/EudoxusSans-ExtraLight.woff") format("woff"),
         url("../fonts/EudoxusSans/EudoxusSans-ExtraLight.woff2") format("woff"),
         url("../fonts/EudoxusSans/EudoxusSans-ExtraLight.ttf") format("truetype");
    font-weight: light;
    font-style: light;
}

:root {
    --primary: #0070E0;
    --secondary: #242424;
    --white: #ffffff;
    --grey: #F6F6F6;
}

/* CSS Document */
html {
    min-height: 100%;
}
body {
    font-family: 'Regular' !important;
    color: var(--secondary);
}
.landingPageWrapp h1,
.landingPageWrapp h2,
.landingPageWrapp h3,
.landingPageWrapp h4,
.landingPageWrapp h5,
.landingPageWrapp h6 {
    font-family: 'Bold' !important;
    color: var(--secondary);
    margin-top: 0;
}
.landingPageWrapp p {
    font-family: 'Regular' !important;
    font-size: 16px;
    line-height: 30px;
}
.landingPageWrapp ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}
.landingPageWrapp a {
    font-family: 'Regular' !important;
    color: var(--primary);
    display: inline-block;
    transition: all 0.4s ease 0s;
    text-decoration: none !important;
}
.landingPageWrapp a:hover,
.landingPageWrapp a:focus {
  text-decoration: none;
  color: var(--primary);
}
.landingPageWrapp img {
    max-width: 100%;
}
.landingPageWrapp .lp_wrapper {
    float: left;
    width: 100%;
}
.lp_wrapper{
    /* position: relative;
    top: 0; */
}
.py-40 {
    padding: 40px 0;
}
.py-60 {
    padding: 60px 0;
}
.py-80 {
    padding: 70px 0;
}
.pt-80 {
    padding-top: 70px;
}
.pt-140 {
    padding-top: 120px;
}
.pb-80 {
    padding-bottom: 70px;
}
.pb-140 {
    padding-bottom: 120px;
}
.landingPageWrapp .grdntBg {
    background: transparent linear-gradient(355deg, #F6F6FF 0%, #EAF8FF 100%) 0% 0% no-repeat padding-box;
    position: relative;
    z-index: 1;
}
.landingPageWrapp .bgWhite {
    background-color: var(--white);
}
.landingPageWrapp {
    background-color: var(--white);
    float: left;
    width: 100%;
}
.landingPageWrapp .form-group {
    position: relative;
}
.landingPageWrapp .form-group i {
    position: absolute;
    right: 14px;
    top: 18px;
    display: inline-block;
}
.landingPageWrapp .form-control:focus {
    color: var(--secondary);
    border-color: var(--primary);
    box-shadow: 0 0 0 0.25rem rgb(0 112 224 / 25%);
}
.landingPageWrapp .form-check-input:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 0.25rem rgb(0 112 224 / 25%);
}

/***Common Button CSS Start***/
.landingPageWrapp .btnCommon,
.landingPageWrapp button.btnCommon {
    position: relative;
    background: var(--primary);
    font-size: 15px;
    color: #fff;
    line-height: 48px;
    padding: 0 5px;
    border: 1px solid var(--primary);
    border-radius: 46px;
    display: inline-block;
    transition: all 0.4s ease 0s;
    text-align: center;
    min-width: 120px;
    max-width: 150px;
    font-family: 'Medium' !important;
    z-index: 1;
}
.landingPageWrapp .btnCommon.btnBig,
.landingPageWrapp button.btnCommon.btnBig {
    font-size: 16px;
    line-height: 60px;
    min-width: 245px;
    font-family: 'Medium' !important;
}
.landingPageWrapp .btnCommon.btnBig.w-auto,
.landingPageWrapp button.btnCommon.btnBig.w-auto {
    min-width: 170px;
}

.landingPageWrapp .btnCommon svg,
.landingPageWrapp button.btnCommon svg {
    margin-left: 4px;
}
.landingPageWrapp .btnCommon.btnRadiusNone,
.landingPageWrapp button.btnCommon.btnRadiusNone {
    border-radius: 4px;
}
.landingPageWrapp .btnCommon.btnTrans {
    background: transparent;
    border-color: var(--primary);
    color: var(--primary);
}
.landingPageWrapp .btnCommon.btnTrans.btnBlackTrans {
    border-color: var(--secondary);
    color: var(--secondary);
}
.landingPageWrapp .btnCommon.btnWhite {
    background: #ffffff;
    color: var(--primary);
}
.landingPageWrapp .btnCommon.btnDark {
    background: var(--secondary);
    color: #ffffff;
}
.landingPageWrapp .btnCommon:hover,
.landingPageWrapp button.btnCommon:hover,
.landingPageWrapp button.btn-check:focus + .btn-primary,
.landingPageWrapp button.btn-primary:focus {
    color: #fff;
    background-color: var(--primary);
    background: var(--primary);
    border-color: var(--primary);
    opacity: 0.8;
}
.landingPageWrapp .btnCommon.btnWhite:hover {
    background: #ffffff;
    color: #090909;
    opacity: 0.9;
}
.landingPageWrapp .btnCommon.btnDark:hover {
    background: var(--primary);
    color: #ffffff;
}
.landingPageWrapp .btnCommon.btnDark:hover::after {
    background: var(--primary);
}
.landingPageWrapp .btnHoverWhite .btnCommon.btnDark:hover {
    background: #ffffff;
    color: var(--primary);
}
.landingPageWrapp .btnCommon.btnTrans:hover {
    background: transparent;
    border-color: var(--primary);
    color: var(--primary);
}
/***Common Button CSS End***/

/***Common Form CSS Start***/
.landingPageWrapp .commonForm {
    background: var(--white);
    padding: 44px;
}
.landingPageWrapp .commonForm.boxShadow {
    box-shadow: 0px 15px 90px #00000012;
    border-radius: 15px;
}
.landingPageWrapp .commonForm .form-label {
    font-size: 17px;
    font-family: 'Medium' !important;
    margin-bottom: 10px;
}
.landingPageWrapp .commonForm .form-control {
    padding: 16px 24px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--secondary);
    background-color: var(--grey);
    border: 1px solid var(--grey);
    border-radius: 54px;
    font-family: 'Medium' !important;
    height: auto;
}
.landingPageWrapp .commonForm .form-control::placeholder {
    color: #242424;
    opacity: .4;
}
.landingPageWrapp .commonForm .form-check {
    padding-left: 40px;
    position: relative;
    cursor: pointer;
}
.landingPageWrapp .commonForm .form-check-input {
    position: absolute;
    opacity: 0;
}
.landingPageWrapp .commonForm .form-check-label {
    font-size: 17px;
    color: var(--secondary);
    font-family: 'Medium' !important;
    cursor: pointer;
}
.landingPageWrapp .commonForm .form-check-label::before {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 24px;
    border: 2px solid #ccc;
    left: 0;
}
.landingPageWrapp .commonForm .form-check-label::after {
    background: var(--primary);
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 12px;
    left: 6px;
    top: 6px;
    opacity: 0;
}
.landingPageWrapp .commonForm .form-check-input:checked[type=checkbox] ~ .form-check-label::before {
    border-color: var(--primary);
}
.landingPageWrapp .commonForm .form-check-input:checked[type=checkbox] ~ .form-check-label::after {
    opacity: 1;
}
/***Common Form CSS End***/

/***Home Banner Block CSS Start***/
.landingPageWrapp .homeBnrBlock {
    background: transparent linear-gradient(355deg, rgba(255,255,255,0) 0%, #e5f0fe 100%) 0% 0% no-repeat padding-box;
    position: relative;
}
.landingPageWrapp .homeBnrBlock::before {
    position: absolute;
    content: "";
    background: url("../images/heroBg.png") no-repeat;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    z-index: -1;
}
.landingPageWrapp .homeBnrImg {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 40%;
}
.landingPageWrapp .homeBnrImg img {
    max-width: 100%;
}

.landingPageWrapp .homeScheduleImg {
    position: absolute;
    right: 0;
    top: 10%;
    max-width: 40%;
}
.landingPageWrapp .homeScheduleImg img {
    max-width: 100%;
    max-height: 480px;
}

.landingPageWrapp .fdbckUsers {
    display: flex;
    margin-top: 60px;
}
.landingPageWrapp .fdbckUsers span {
    display: flex;
}
.landingPageWrapp .fdbckUsers span i {
    display: inline-block;
    width: 44px;
    height: 44px;
    border: 3px solid #fff;
    border-radius: 44px;
    overflow: hidden;
    position: relative;
}
.landingPageWrapp .fdbckUsers span i + i {
    margin-left: -15px;
}
.landingPageWrapp .fdbckUsers span i img {
    width: 38px;
    height: 38px;
}
.landingPageWrapp .fdbckInfo {
    text-align: center;
    margin-left: 24px;
}
.landingPageWrapp .fdbckInfo h4 {
    font-size: 30px;
    margin: 0;
}
.landingPageWrapp .fdbckInfo p {
    line-height: 20px;
    margin: 0;
}
.landingPageWrapp .homeBnrLogoBlock {
    background-color: #e3f4f8;
    padding: 24px 0;
}
.landingPageWrapp .homeBnrLft {
    display: inline-block;
    border-right: 1px solid rgba(112,112,112,.32);
    padding: 24px 54px 24px 0;
}
.landingPageWrapp .homeBnrRght {
    text-align: center;
    margin: 8px;
}
/***Home Banner Block CSS Start***/

/***Content Block CSS Start***/
.landingPageWrapp .hdngTag span {
    font-size: 9px;
    font-family: 'ExtraBold';
    color: var(--primary);
    background-color: #E9FBFF;
    display: inline-block;
    padding: 12px 24px;
    border-radius: 40px;
    margin: auto;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.landingPageWrapp .hdngTag.orange span {
    background-color: #f5e6ca;
    color: #FF9100;
}
.landingPageWrapp .contentInfo h5 {
    font-size: 22px;
    line-height: 40px;
    font-family: 'medium' !important;
    color: var(--primary);
    letter-spacing: 1px;
}
.landingPageWrapp .contentInfo p {
    font-size: 20px;
    font-family: 'Medium' !important;
    line-height: 36px;
    margin: 0;
}
.landingPageWrapp .contentInfo p + p {
    margin-top: 30px;
}

.landingPageWrapp .contentInfoWithQuotes h4 {
    font-family: 'medium' !important;
    letter-spacing:1px;
    line-height: 30px;
    padding: 40px 0;
    font-style: italic;
    text-align: center;
}
.landingPageWrapp blockquote {
    font-family: Georgia, serif;
    position: relative;
    margin: 0.5em;
    padding: 0.5em 2em 0.5em 3em;
    color: var(--primary);
}

.landingPageWrapp blockquote:before {
    font-family: Georgia, serif;
    position: absolute;
    font-size: 6em;
    line-height: 1;
    top: 0;
    left: 30px;
    content: "\201C";
}
.landingPageWrapp blockquote:after {
    font-family: Georgia, serif;
    position: absolute;
    float:right;
    font-size:6em;
    line-height: 1;
    right:30px;
    bottom:-0.5em;
    content: "\201D";
}
.landingPageWrapp .list ul li {
    position: relative;
    padding-left: 45px;
    font-size: 18px;
    color: var(--secondary);
    line-height: 32px;
}

.landingPageWrapp .list ul li::before {
    background: url("../images/listIcon.svg") no-repeat;
    position: absolute;
    content: "";
    left: 0;
    top: 4px;
    width: 34px;
    height: 34px;
}
.landingPageWrapp .list ul li + li {
    margin-top: 24px;
}
/***Content Block CSS End***/

/***Home Dasboard Block CSS Start***/
.landingPageWrapp .homeDashBlock {
    position: relative;
    z-index: 1;
}
.landingPageWrapp .homeDashBlock::before {
    background: #F0F5FB;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 50%;
    z-index: -1;
}
.landingPageWrapp .homeDashImg {
    text-align: center;
}
.landingPageWrapp .homeDashImg img {
    max-width: 100%;
    border: 2px solid #ebeffb;
    border-radius: 24px;
    overflow: hidden;
}
/***Home Dasboard Block CSS End***/

/***Home 5 Primary Reason Block CSS Start***/
.landingPageWrapp .prsnImg {
    text-align: center;
}
.landingPageWrapp .borderRadius,
.landingPageWrapp .borderRadius img {
    border-radius: 30px;
    overflow: hidden;
}
.landingPageWrapp .prsnImg img {
    max-width: 100%;
}
/***Home 5 Primary Reason Block CSS End***/

/***Home App Block CSS Start***/
.landingPageWrapp .homeAppBlock {
    position: relative;
}
.landingPageWrapp .appimg {
    position: absolute;
    right: 0;
    top: 40%;
    max-width: 50%;
    transform: translateY(-50%);
}
.landingPageWrapp .appBtns .btnCommon i {
    width: 27px;
}
/***Home App Block CSS Start***/

/***Testimonial Block CSS Start***/
.landingPageWrapp .testimonialBlock {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.landingPageWrapp .testimonialBlock::before {
    background: #F2FBFC 0% 0% no-repeat padding-box;
    position: absolute;
    content: "";
    left: 50%;
    bottom: 40px;
    top: 0;
    width: 100%;
    max-width: 1220px !important;
    border-radius: 40px;
    transform: translateX(-50%);
    z-index: -1;
}
.landingPageWrapp .circlePatt {
    position: absolute;
    border-radius: 50%;
}
.landingPageWrapp .circlePatt.circle1 {
    background-color: #7ec68f;
    width: 45px;
    height: 45px;
    margin-left: -30px;
}
.landingPageWrapp .circlePatt.circle2 {
    background-color: #f65529;
    width: 20px;
    height: 20px;
    bottom: 30px;
    right: 20%;
}

.landingPageWrapp .testiSLider .swiper {
    padding-bottom: 50px !important;
    margin-bottom: 40px;
}
.landingPageWrapp .crslCntrl .swiper-button-next,
.landingPageWrapp .crslCntrl .swiper-button-prev {
    background: #0B0D39;
    width: 50px;
    line-height: 50px;
    height: 50px;
    border-radius: 50px;
    bottom: 0;
    top: inherit;
}
.landingPageWrapp .crslCntrl .swiper-button-next {
    right: 50%;
    margin-right: -60px;
}
.landingPageWrapp .crslCntrl .swiper-button-prev {
    left: 50%;
    margin-left: -60px;
}
.landingPageWrapp .crslCntrl .swiper-button-next.swiper-button-disabled,
.landingPageWrapp .crslCntrl .swiper-button-prev.swiper-button-disabled {
    background: var(--white);
    opacity: 1;
}
.landingPageWrapp .crslCntrl .swiper-button-next:after,
.landingPageWrapp .crslCntrl .swiper-button-prev:after {
    font-size: 24px;
    color: #fff;
}

.landingPageWrapp .feauSlider .swiper  {
    padding: 0 20px;
}
.landingPageWrapp .feauSlider.crslCntrl .swiper-button-next,
.landingPageWrapp .feauSlider.crslCntrl .swiper-button-prev {
    bottom: 50%;
    margin-bottom: -30px;
}
.landingPageWrapp .feauSlider.crslCntrl .swiper-button-next {
    right: 0;
    margin-right: 0;
}
.landingPageWrapp .feauSlider.crslCntrl .swiper-button-prev {
    left: 0;
    margin-left: 0;
}
.landingPageWrapp .feauSlider.crslCntrl .swiper-button-next.swiper-button-disabled,
.landingPageWrapp .feauSlider.crslCntrl .swiper-button-prev.swiper-button-disabled {
    display: none;
}

/***Testimonial Block CSS Start***/

/***Page Banner CSS Start***/
.landingPageWrapp .pageBannerBlock {
    position: relative;
    z-index: 1;
}
.landingPageWrapp .pageBannerBlock::before {
    background: url("../images/shape1.png") no-repeat;
    position: absolute;
    content: "";
    right: 0;
    top: 40%;
    width: 436px;
    height: 269px;
    transform: translateY(-50%);
    z-index: -1;
}
.landingPageWrapp .noPatt.pageBannerBlock::before {
    display: none;
}
/***Page Banner CSS End***/

/***About Page CSS Start***/
.landingPageWrapp .abtInfoBlock {
    position: relative;
    z-index: 2;
}
.landingPageWrapp .abtBtnBlk::before{
    display: none;
}
.landingPageWrapp .abtInfoBlock::before {
    background: url(../images/shape1.png) no-repeat;
    position: absolute;
    content: "";
    right: 0;
    top: 80px;
    width: 463px;
    height: 268px;
    z-index: -1;
}
.landingPageWrapp .leftPatt.abtInfoBlock::before {
    background: url(../images/shape2.png) no-repeat;
    right: inherit;
    left: 0;
}
.landingPageWrapp .noPatt.abtInfoBlock::before {
    display: none;
}
.landingPageWrapp .abtMainImg {
    border-radius: 24px;
    overflow: hidden;
    min-height: 530px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.landingPageWrapp .abtMainNewImg {
    border-radius: 24px;
    overflow: hidden;
    min-height: 530px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: -60px;
}
.landingPageWrapp .mtop60 {
    margin-top: -60px;
}
.landingPageWrapp .brNone {
    border-radius: 0 !important;
}
.landingPageWrapp .brTNone {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.landingPageWrapp .brBNone {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.landingPageWrapp .rightImgFull {
    float: right;
    width: 45%;
    text-align: right;
}
.landingPageWrapp .leftImgFull {
    float: left;
    width: 45%;
    text-align: left;
}
.landingPageWrapp .rightImgFull img,
.landingPageWrapp .leftImgFull img {
    max-width: 100%;
    max-height: 500px;
}
.landingPageWrapp .whyBlock {
    padding-top: 320px;
    margin-top: -260px;
}
/***About Page CSS End***/

/***Features Page CSS Start***/
.landingPageWrapp .valuableLogo {
    position: absolute;
    right: 0;
    top: 100px;
    border-radius: 16px 0 0 16px;
    overflow: hidden;
}
/***Clients CSS Start***/
.landingPageWrapp .clientBlock {
    background: #E3F5F8;
    position: relative;
}
.landingPageWrapp .clientSldr .swiper-button-next,
.landingPageWrapp .clientSldr .swiper-button-prev {
    display: none;
}
/***Clients CSS End***/
.landingPageWrapp .smplSolBlock {
    position: relative;
}
.landingPageWrapp .solutionImg {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 50%;
}
.landingPageWrapp .solutionImg img {
    max-width: 100%;
}
.landingPageWrapp .rgstrInrBlock {
    border-radius: 40px;
    padding: 50px 50px 0 50px;
}
.landingPageWrapp .prfBlock {
    position: relative;
    z-index: 1;
}
.landingPageWrapp .prfBlock::before {
    background: url(../images/shape2.png) no-repeat;
    position: absolute;
    content: "";
    left: 0;
    top: 80px;
    width: 463px;
    height: 268px;
    z-index: -1;
}
.landingPageWrapp .prfSldr {
    padding-left: calc((100% - 1220px)/2);
}
.landingPageWrapp .prfSldImg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 484px;
}
.landingPageWrapp .prfSldr .swiper-button-next,
.landingPageWrapp .prfSldr .swiper-button-prev {
    display: none;
}
/***Features Page CSS End***/

/***Contact Page CSS Start***/
.landingPageWrapp .cntctLctnBlock {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.landingPageWrapp .cntctLctnBlock::before {
    background: url("../images/shape1.png") no-repeat;
    position: absolute;
    content: "";
    right: 0;
    bottom: 30px;
    width: 463px;
    height: 268px;
    z-index: -1;
}
.landingPageWrapp .cntctLctnBlock::after {
    background: url("../images/shape2.png") no-repeat;
    position: absolute;
    content: "";
    left: 0;
    top: 100px;
    width: 463px;
    height: 268px;
    z-index: -1;
}
.landingPageWrapp .cntctFormRow {
    max-width: 815px;
    margin: auto;
    padding: 0 44px;
}
/***Contact Page CSS End***/

/*Home Contact form */
.landingPageWrapp .homeCntctForm {
    position: relative;
    margin-top: 30px;
}
.landingPageWrapp .homeCntctForm::before {
    position: absolute;
    content: "";
    background: url("../images/contactTopBg.png") no-repeat;
    width: 100%;
    height: 10px;
    top: -9px;
    background-size: cover;
}
.landingPageWrapp .homeCntctForm::after {
    position: absolute;
    content: "";
    background: url("../images/contactPlug.png") no-repeat;
    width: 100%;
    height: 88px;
    top: -71px;
    background-size: contain;
    background-position: center;
}
.landingPageWrapp .brPatt {
    position: relative;
}
.landingPageWrapp .brPatt::after {
    background: url(../images/shape1.png) no-repeat;
    position: absolute;
    content: "";
    right: 0;
    bottom: 30px;
    width: 463px;
    height: 268px;
    z-index: -1;
}
.landingPageWrapp .hdngBg {
    background: url(../images/hdngBg.jpg) no-repeat;
}
.landingPageWrapp .emailPatt::before {
    background: url(../images/emailPatt.png) no-repeat;
    right: inherit;
    left: 0;
    width: 300px;
    height: 441px;
    top: 0;
}
.landingPageWrapp .headphonePatt::before {
    background: url(../images/headphonePatt.png) no-repeat;
    width: 451px;
    height: 337px;
    top: inherit;
    bottom: 0;
    right: 0;
}
.landingPageWrapp .iconLeft {
    min-width: 72px;
}
.landingPageWrapp .whiteBox {
    background: #fff;
    padding: 24px;
    border-radius: 8px;
    transition: all 0.3s ease 0s;
    border: 1px solid transparent;
    position: relative;
    overflow: hidden;
    height: 100%;
    text-align: center;
    z-index: 1;
    box-shadow: 0px 20px 40px #0b0d3914;
}

/* company policy css */
.policy-content h3{
    font-size: 54px;
    color: #242424;
    font-weight: 700;
    line-height: 70px;
    margin: 0;
}

.policy-content h3 span {
    color: #0070E0;
}

