
/*****************************************/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root {
    --desc_font:'open sans';
    --heading_title_font:'open sans';
}
img {
    max-width: 100%;
}
.home-button-block a.common-button {
    font-family: var(--desc_font);
    font-weight: 600;
    font-size: 16px;
    background-color: #FDAF3E;
    color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: inline-block;
    padding: 17px 20px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.home-button-block a.common-button:hover {
    background-color: #d8902b;
}
.home-button-block a {
    color: #555555;
    font-size: 18px;
}
.home-button-block {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
    align-items: center;
}
.banner-section .categories-caption p {
    font-size: 15px;
    line-height: 24px;
    color: #000;
}
.common-title h3 {
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
    color: #000;
    font-family: 'Noto Sans';
    font-weight: 700;
}
.common-title.left h3 {
    align-items: flex-start;
}
.howworks {
    padding: 20px 0 60px 0;
    position: relative;
    z-index: 0;
}
.howworks:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 334px;
    bottom: 0;
    background-color: #00a9b7;
    z-index: -1;
}
.howworks-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.howworks ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.howworks ul li {
    width: 25%;
    padding: 0 15px;
    text-align: center;
}
.howworks ul li strong {
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin: 23px 0 18px 0;
}
.howworks ul li .howworks-block {
    padding: 50px 30px;
    text-align: center;
    box-shadow: 0 0 13px 0 rgba(0,0,0,0.13);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background-color: #ffffff;
    min-height: 100%;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.howworks ul li .howworks-block:hover {
    box-shadow: 0 0 13px 0 rgba(0,0,0,0.13), 0 0 0 2px #aaa inset;
}
.howworks ul li .howworks-block img {
    height: 93px;
}
.howworks ul li .howworks-block p {
    text-align: justify;
    font-size: 15px;
    line-height: 32px;
}
.howworks .common-title.havedesc p {
    text-align: center;
}
.common-title.havedesc h3 {
    margin-bottom: 10px;
}
.common-title.havedesc p {
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    font-weight: 400;
    color: #000;
    font-family: var(--desc_font);
}
.common-title.havedesc {
    margin-bottom: 30px;
}
.howworks ul li strong {
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin: 23px 0 18px 0;
    text-transform: uppercase;
}
.howworks ul li .howworks-block img {
    filter: invert(56%) sepia(86%) saturate(4036%) hue-rotate(152deg) brightness(95%) contrast(103%);
}
/*****************************************/
.workingprocess {
    padding: 30px 0 20px 0;
}
.workingprocess-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    box-sizing: border-box;
}
.workingprocess ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.workingprocess ul li {
    box-sizing: border-box;
}
.workingprocess ul li .workingprocess-block strong {
    display: block;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Noto Sans';
    text-transform: initial;
    color: #000;
    margin: 15px 0 10px 0;
}
.workingprocess ul li .workingprocess-block .proc_ico {
    height: 76px;
}
.workingprocess ul li .workingprocess-block {
    padding: 25px;
    min-height: 100%;
    background-color: #F3F3F3;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: 0 0 0 0 rgba(0,0,0,0.12), 0 0 1px 0 #fff inset;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.workingprocess ul li .workingprocess-block:hover {
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.12), 0 0 0 1px #FDAF3E inset;
}
.workingprocess ul li span {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    line-height: 21.79px;
    font-family: var(--desc_font);
    width: 100%;
    display: block;
}
/*****************************************/
.main-components {
    padding: 22.5px 0;
}
.main-components.revert {
    padding: 22.5px 0 45px 0;
}
.main-components-inner {
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 170px;
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    align-items: center;
}
.setImageRatio {
    position: relative;
}
.main-components .setImageRatio:before {
    content: '';
    display: block;
    padding-top: 85.94%;
}
.main-components .setImageRatio img {
    position: absolute;
    left: 0;
    top: 0;
}
.main-components-caption p {
    font-size: 15px;
    color: #000;
    font-weight: 400;
    line-height: 24px;
    font-family: var(--desc_font);
}
.main-components-caption h3 {
    font-size: 32px;
    color: #000;
    font-weight: 600;
    font-family: 'Noto sans';
    margin-bottom: 15px;
    display: block;
    line-height: 1.2em;
}
.main-components-block {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    min-height: 100%;
}
.main-components-image-hold {
    min-height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/*****************************************/
.main-services {
    padding: 45px 0 45px 0;
    background-color: #f6f6f6;
}
.main-services-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.main-services ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.main-services ul li {
    box-sizing: border-box;
    text-align: center;
}
.main-services ul li i img {
    width: 64px;
}
.main-services ul li strong {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    font-family: 'Noto sans';
    margin: 10px 0 15px 0;
    display: block;
}
.main-services ul li p {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    line-height: 21px;
    font-family: var(--desc_font);
}
/*****************************************/
.appfor {
    padding: 45px 0 0px 0;
}
.appfor .common-title.havedesc p, .banner-content p {
    text-align: justify;
}
.appfor-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.appfor-flex-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 170px;
    align-items: center;
}
.appfor .setImageRatio:before {
    content: '';
    display: block;
    padding-top: 74.01%;
}
.appfor .setImageRatio img {
    position: absolute;
    left: 0;
    top: 0;
}
ul.appfor-listing li strong {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    font-family: var(--desc_font);
    margin: 0 0 14px 0;
    display: block;
}
ul.appfor-listing li p {
    font-size: 15px;
    color: #000;
    font-weight: 400;
    line-height: 24px;
    font-family: var(--desc_font);
}
ul.appfor-listing li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}
ul.appfor-listing li i {
    width: 4px;
    height: 61px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.appfor-listing li i.withbg {
    background-color: #FDAF3E;
}
ul.appfor-listing li i img {
    width: 34px;
}
ul.appfor-listing li:last-child {
    margin-bottom: 0;
}
ul.appfor-listing li  .appfor-caption {
    width: calc(100% - 25px);
    width: -o-calc(100% - 25px);
    width: -moz-calc(100% - 25px);
    width: -webkit-calc(100% - 25px);
}
.appfor-image-block {
    min-height: 411px;
    margin: 28px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}
.appfor .common-title {
    width: 100%;
}
/*****************************************/
.safety-section.homestyle {
    padding: 65px 15px 55px 15px;
}
.safety-section.homestyle .common-title h3,
.safety-section.homestyle .common-title.havedesc p{
    text-align: initial;
    display: block;
}
.safety-section.homestyle .common-title.havedesc {
    margin-bottom: 0;
}
.safety-section.homestyle .safety-section-right {
    padding: 0 0px 0 25px;
    background-color: transparent;
    /* transform: translateY(37%);
    -webkit-transform: translateY(37%);
    -moz-transform: translateY(37%);
    -ms-transform: translateY(37%);
    -o-transform: translateY(37%); */
}
.safety-section.homestyle .safty-image-hold {
    border: 15px solid #fff;
}
.safety-section.homestyle .safety-section-left {
    position: relative;
    z-index: 0;
}
.safety-section.homestyle .safety-section-left:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 89.16%;
}
.safety-section.homestyle .safety-section-left img {
    position: absolute;
    left: 0;
    top: 0;
}
.safety-section.homestyle .safety-section-inner {
    position: relative;
    z-index: 0;
    padding: 30px 80px;
    align-items: flex-start;
}
.safety-section.homestyle .safety-section-inner:before {
    content: '';
    height: auto;
    background-color: #292934;
    display: inline-block;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 20px;
}
.safety-section.homestyle .common-title h3 {
    color: #FDAF3E;
}
.safety-section.homestyle .common-title.havedesc p {
    color: #fff;
}
.safety-section.homestyle a.book-btn {
    background-color: #FDAF3E;
}
.safety-section.homestyle a.book-btn:hover {
    background-color: #d8902b;
}
/*****************************************/
.become {
    padding: 0 0 45px 0;
}
.become-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.become ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}
.become-block > a > div:before {
    content: '';
    display: block;
    padding-top: 63.01%;
}
.become-block > a > div img {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.become ul li .become-block > a {
    background-repeat: no-repeat;
    display: block;
    background-size: cover;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    z-index: 0;
    background-position:center center;
    transition: all 0.3s ease 0s;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}
.become ul li .become-block > a:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}
.became-img-block {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.became-img-block::before{
    content: '';
    display: block;
    width: 100%;
    padding-top: 108.9%;
}
.become ul li strong {
    font-size: 20px !important;
    color: #000;
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    background-color: #fff;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
    align-items: center;
}
.become ul li strong i {
    line-height: normal;
    width: auto;
    height: auto;
}
.become ul li:hover .become-block:after {
    background-color:#5c96fa;
}
.become ul li strong small {
    font-size: 16px !important;
    display: block;
    font-weight: 600;
    margin-top: 10px;
}
.become ul li strong span {
    text-transform: initial;
    font-size: 35px;
    display: inline-block;
    margin-bottom: 0;
}
.become ul li strong span {
    font-size: 15px;
    font-weight: 600;
    color: #000000;
    position: relative;
    z-index: 0;
    margin: 0 0 0 0;
    font-family: var(--desc_font);
    display: block;
    line-height: 42px;
    transition: all 0.3s ease 0s;
}
.become ul.become_right_list li:last-child{
    grid-column: span 2;
}
.become ul.become_right_list li:last-child .became-img-block::before{
    padding-top: 29%;
}
.become ul.become_right_list li .became-img-block::before{
    padding-top: 54.25%;
}
.app-feature-section {
    padding: 30px 0;
    background-color: #ffffff;
}
.app-feature-section strong {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #3e3e3e;
    display: block;
    margin-bottom: 0;
    max-width: 990px;
    text-align: center;
    margin: 0 auto;
}

/*****************************************/
/*****************************************/
.secure {
    padding: 50px 0;
}
.secure-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}
.secure-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.secure-column {
    padding: 0 15px;
    width: 50%;
    box-sizing: border-box;
}
.secure-column img {
    max-width: 100%;
    border: 1px solid #aaa;
}
.common-sub-title {
    font-size: 26px;
    font-weight: 600;
    font-family: 'poppins';
    color: #f9d117;
    display: block;
    margin: 20px 0 20px 0;
}
.secure-column p {
    font-size: 15px;
    color: #323232;
    font-weight: 400;
    font-family: 'poppins';
    line-height: 26px;
}
/*****************************************/
@media (max-width:1279px) {
    .become ul li strong span {
        font-size: 14px;
    }
}
@media (max-width:1024px) {
    .main-components-inner {
        gap: 20px;
    }
    .appfor-image-block {
        min-height: 321px;
        margin: 10px;
    }
    .workingprocess ul li .workingprocess-block {
        padding: 15px;
        min-height: 100%;
        background-position: 0;
    }
    .safety-section.homestyle .safety-section-left {
        position: relative;
        z-index: 0;
        margin: 0 0 0 0;
    }
    .safety-section.homestyle .safety-section-right{
        padding: 0;
    }
    .become_grid {
        grid-template-columns: 1fr;
    }
    .become ul.become_right_list {
        grid-template-columns: 1fr 1fr;
    }
    .become ul.become_right_list li:last-child .became-img-block::before,
    .become ul.become_right_list li .became-img-block::before,
    .became-img-block::before {
        padding-top: 56.25%;
    }
    .safety-section.homestyle .safety-section-inner {
        padding: 0 15px;
    }
    .safety-section.homestyle .safety-section-inner:before {
        bottom: -20px;
    }
    .safety-section.homestyle .safety-section-right {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
}
}
@media screen and (max-width:991px) {
    .workingprocess ul {
        grid-template-columns: 1fr 1fr;
    }
    .workingprocess {
        padding: 50px 0 20px 0;
    }
    .common-title h3,
    .safety-section h3,
    .main-components-caption h3 {
        font-size: 36px;
    }
    /***********************************/
    .main-components-inner {
        display: flex;
        flex-direction: column;
    }
    .main-components.revert .main-components-inner {
        flex-direction: column-reverse;
    }
    .main-components-left {
        width: 100%;
        text-align: center;
        max-width: 700px;
    }
    .main-components-right {
        width: 100%;
    }
    .main-components-image-hold {
        min-height: 65vw;
    }
    .main-components-caption {
        text-align: center;
    }
    .home-button-block {
        justify-content: center;
    }
    /***********************************/
    .main-services {
        padding: 50px 0 20px 0;
    }
    .main-services ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    .safety-section.homestyle .safety-section-left {
        margin-bottom: 30px;
        height: auto;
    }
    .safety-section.homestyle .safty-image-hold {
        border: 1px solid #ddd;
        height: 64vw;
    }
    .safety-section.homestyle .safety-section-right,
    [dir='rtl'] .safety-section.homestyle .safety-section-right {
        padding: 0;
    }
    .appfor-left {
        width: 100%;
        text-align: center;
        max-width: 700px;
    }
    .appfor-right {
        width: 100%;
    }
    .appfor-flex-row {
        gap: 20px;
        display: flex;
        flex-direction: column;
    }
    .appfor.safty_sec .appfor-flex-row {
        flex-direction: column-reverse;
    }
    .become ul {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .common-title.havedesc p {
        text-align: justify;
    }
}
@media screen and (max-width:767px) {
    .secure-column p {
        text-align: center;
    }
    .appfor-left {
        width: 100%;
    }
    .appfor-right {
        width: 100%;
    }
    .appfor-image-block {
        margin: 0;
        min-height: 64vw;
    }
    ul.appfor-listing li {
        margin-bottom: 25px;
    }
    .appfor.safty_sec .appfor-flex-row {
        flex-direction: column-reverse;
    }
    .become ul li strong {
        font-size: 20px;
    }
    .become ul{
        gap: 20px;
    }
    .become ul li{
        width: 100%;
    }
    .main-services ul {
        grid-template-columns: 100%;
    }
}
@media screen and (max-width:630px) {
    .workingprocess ul {
        margin: 0;
    }
    .workingprocess ul {
        grid-template-columns: 100%;
    }
    .secure-column {
        padding: 0;
        width: 100%;
        margin-bottom: 30px;
    }
    .secure-column:last-child {
        margin-bottom: 0;
    }
    .common-title h3, .safety-section h3,
    .main-components-caption h3 {
        font-size: 29px;
    }
    .become ul {
        grid-template-columns: 1fr 1fr;
    }
    .become ul.become_right_list li .became-img-block::before,
   .became-img-block::before.became-img-block::before {
        padding-top: 66.25%;
    }
    .become ul li strong {
        font-size: 22px !important;
    }
}
@media screen and (max-width:480px) {
    .become ul {
        grid-template-columns: 100%;
    }
}