/*Sabir khan*/
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&amp;display=swap');


body {
    font-family: 'Rajdhani', sans-serif;
}

html {
    scroll-padding-top: 3.5rem;
    overflow-x: hidden;
}

a {
    transition: all .5s ease 0s;
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

a:hover {
    transition: all .5s ease 0s;
    text-decoration: none;
}

::selection {
    background: #1126ac;
    color: #fff;
}

::-moz-selection {
    background: #1126ac;
    color: #fff;
}

html {
    scroll-behavior: smooth;
}

.heading {
    font-weight: bold;
    font-size: 60px;
    text-transform: uppercase;
    color: #fff;
}

/* Header section */
.topHederRight {
    justify-content: end;
    display: flex;
}

.topHederRight ul {
    list-style: none;
    margin: 0;
}

.topHederRight ul li {
    display: inline;
    padding-left: 20px;
}

.topHederRight ul li a {
    font-size: 16px;
    color: #0e46a0;
    font-weight: bold;
}

.topHederRight ul li a img {
    width: 30px;
    margin-right: 10px;
}

header {
/*    background: #0e46a0 url(../img/headerBg.html);*/
    padding: 8px 0;
    width: 100%;
    height: 102px;
    object-fit: cover;
    background-position: -101px 125px;
    border-bottom: 7px solid #0e46a0;
    background-repeat: repeat-y;
}

header.fixedHd {
    top: 0;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0 0 10px #00000024;
    position: fixed;
    width: 100%;
    z-index: 9;
    height: auto;
    border-bottom: 2px solid #0e46a0;
}

.logo {
    width: 150px;
    transition: 0.9s;
}

header.fixedHd .logo {
    width: 100px;
    transition: 0.9s;
}

header.fixedHd .nav-link {
/*    color: #000;*/
}

header.fixedHd .navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
    color: #ee1220;
}

header.fixedHd .topHederRight {
    display: none;
}

header.fixedHd .sideBar_menu ul {
    margin-top: 20px;
    transition: 0.9s;
    color: #fff;
}

/*menu*/
.sideBar_menu ul {
    list-style: none;
    margin-top: 16px;
    transition: 0.9s;
}

.sideBar_menu ul li {
    float: left;
    padding-left: 16px;
}

.sideBar_menu ul li a {
    text-transform: uppercase;
    color: #000;
    padding: 10px 0;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
}

.sideBar_menu ul li a:hover,
.sideBar_menu ul li a.active {
    color: #fb3232
}

/*menu mobile */
.toggle_menu {
    display: none;
}

#hamburger {
    background: #fb3232;
    color: #ffffff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    position: relative;
    right: 15px;
    top: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    text-align: center;
    line-height: 50px;
    float: right;
}

#hamburger {
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    padding: 2px 20px 16px 9px;
    margin-top: 0px;
}

#hamburger span,
#hamburger span:before,
#hamburger span:after {
    cursor: pointer;
    border-radius: 4px;
    height: 2px;
    width: 20px;
    background: #ffffff;
    position: absolute;
    display: block;
    content: '';
}

#hamburger span,
#hamburger span:before,
#hamburger span:after {
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    /* easeInOutCubic */
}

#hamburger.active span {
    background-color: transparent;
}

#hamburger.active span:before,
#hamburger.active span:after {
    top: 5px;
}

#hamburger.active span:before {
    transform: rotate(45deg);
}

#hamburger.active span:after {
    transform: translateY(-10px) rotate(-45deg);
    top: 15px;
}

#hamburger span:after {
    bottom: -10px;
}

#hamburger span:before {
    bottom: -5px;
}


/* banner section */


.bannerSec .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

.bannerSec .owl-nav {
    margin-top: 0 !important;
}

.bannerSec .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff;
}

.bannerSec .owl-nav .owl-prev:focus {
    outline: 0;
}

.bannerSec .owl-nav .owl-prev:hover {
    background: #000 !important;
}

.bannerSec .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

.bannerSec .owl-nav .owl-next span {
    font-size: 1.6875rem;
    color: #fff;
}

.bannerSec .owl-nav .owl-next:focus {
    outline: 0;
}

.bannerSec .owl-nav .owl-next:hover {
    background: #000 !important;
}

.bannerSec:hover .owl-prev {
    left: 0px;
    opacity: 1;
}

.bannerSec:hover .owl-next {
    right: 0px;
    opacity: 1;
}


/* About us */
.aboutSecLeft {
    margin: 0 -15px;
}

.aboutSecLeft img {
    width: 100%;
    padding: 0px;
    height: 545px;
}

.aboutSecRight {
    margin: 0 -15px;
    background: #ed1f29;
    padding: 60px;
    color: #fff;
    height: 545px;
}

.aboutSecRight h3 {
    font-weight: bold;
    font-size: 60px;
    text-transform: uppercase;
}

.aboutSecRight h4 {
    font-size: 40px;
    padding: 15px 0;
    font-weight: 600;
    opacity: 0.9;
}

.aboutSecRight p {
    font-size: 18px;
    line-height: 23.3px;
    opacity: 0.9;
    text-align: justify;
}

.aboutSec .owl-nav button span {
    background: url(../img/test-arrow2.html) 0 0;
    height: 44px;
    width: 50px;
    display: block;
    font-size: 0;
    margin: 0 5px 0;
}

.aboutSec .owl-nav {
    margin: 0;
    text-align: left;
}

.aboutSec .owl-nav button span:focus,
.aboutSec .owl-nav button:focus {
    outline: none;
}

.aboutSec .owl-nav button.owl-next span {
    background-position: -50px 0;
}

.aboutSec .owl-dots {
    display: none;
}

/* serviceSec  */
.serviceSec {
    padding: 80px 0;
    margin: 0;
    background: #091e3a url(../image/serviceBg.png) no-repeat;
    background-blend-mode: multiply;
    background-attachment: fixed;
    background-size: cover;
}

.customCol-3 {
    width: 20%;
    margin-top: 15px;
}

.service-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    perspective: 1000px;
    -webkit-perspective: 1000px;
}

.service-icon {
    width: 100%;
    height: 220px;
    padding: 20px;
    text-align: center;
    transition: all .5s ease;
}

.service-content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    height: 220px;
    padding: 20px 10px;
    text-align: justify;
    transition: all .5s ease;
    background-color: #000;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    -webkit-transform: translateY(110px) rotateX(-90deg);
    -moz-transform: translateY(110px) rotateX(-90deg);
    -ms-transform: translateY(110px) rotateX(-90deg);
    -o-transform: translateY(110px) rotateX(-90deg);
    transform: translateY(110px) rotateX(-90deg);
}

.service-box .service-icon .front-content {
    position: relative;
    top: 80px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.service-box .service-icon .front-content img {
    width: 70px;
}

.service-box .service-icon .front-content h3 {
    font-size: 25px;
    color: #fff;
    text-align: center;
    margin: 15px 0;
    text-transform: uppercase;
}

.service-box .service-content h3 {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.service-box .service-content p {
    font-size: 13px;
    color: #b5b2be;
    margin: 0;
}

.blue {
    background-color: #213afc;
}

.grey {
    background-color: #474747;
}

.service-box:hover .service-icon {
    opacity: 0;
    -webkit-transform: translateY(-110px) rotateX(90deg);
    -moz-transform: translateY(-110px) rotateX(90deg);
    -ms-transform: translateY(-110px) rotateX(90deg);
    -o-transform: translateY(-110px) rotateX(90deg);
    transform: translateY(-110px) rotateX(90deg);
}

.service-box:hover .service-content {
    opacity: 1;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
}

.customBtn {
    display: block;
    margin: 10px auto;
    text-align: center;
    background: transparent;
    border: 1px solid #fff;
    color: #ffff;
}

ul.list-style-none {
    list-style: none;
    padding: 0 15px;
}

ul.list-style-none li {
    padding: 5px 0;
}

/* problemsWeSec */
.problemsWeSec {
    padding: 20px 0;
    background: linear-gradient(264deg, #010b17 0%, #07386b, #307fd2);
}

.problemsWeSec p {
    color: #fff;
    font-size: 22px;
    line-height: 25px;
    padding: 10px 0;
}

.modal-body {
    color: #000;
    font-weight: 500;
    text-align: justify;
}

.sticky-icon {
    z-index: 1;
    position: fixed;
    top: 20%;
    right: 0%;
    width: 160px;
    display: flex;
    flex-direction: column;
}

.sticky-icon a {
    transform: translate(120px, 0px);
    border-radius: 50px 0px 0px 50px;
    text-align: left;
    margin: 2px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 3px 4px;
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
    transition: all 0.8s;
}

.sticky-icon a:hover {
    color: #FFF;
    transform: translate(0px, 0px);
}

.sticky-icon a:hover i {
    transform: rotate(360deg);
}

/*.search_icon a:hover i  {
	transform:rotate(360deg);}*/
.Facebook {
    background-color: #2C80D3;
    color: #FFF;
}

.Youtube {
    background-color: #fa0910;
    color: #FFF;
}

.Twitter {
    background-color: #53c5ff;
    color: #FFF;
}

.Instagram {
    background-color: #FD1D1D;
    color: #FFF;
}

.Google {
    background-color: #0072b1;
    color: #FFF;
}

.sticky-icon a i {
    background-color: #FFF;
    height: 30px;
    width: 30px;
    color: #000;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    margin-right: 20px;
    transition: all 0.5s;
}

.sticky-icon a i.fa-facebook-f {
    background-color: #FFF;
    color: #2C80D3;
}

.sticky-icon a i.fa-google-plus-g {
    background-color: #FFF;
    color: #d34836;
}

.sticky-icon a i.fa-instagram {
    background-color: #FFF;
    color: #FD1D1D;
}

.sticky-icon a i.fa-youtube {
    background-color: #FFF;
    color: #fa0910;
}

.sticky-icon a i.fa-twitter {
    background-color: #FFF;
    color: #53c5ff;
}


.fas fa-shopping-cart {
    background-color: #FFF;
}

#myBtn {
    height: 50px;
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    text-align: center;
    padding: 10px;
    text-align: center;
    line-height: 40px;
    border: none;
    outline: none;
    background-color: #1e88e5;
    color: white;
    cursor: pointer;
    border-radius: 50%;
}

.fa-arrow-circle-up {
    font-size: 30px;
}

#myBtn:hover {
    background-color: #555;
}

ul.modalULINK {
    list-style: none;
    padding: 0;
}

ul.modalULINK li a {
    color: #fff;
    font-size: 18px;
    background: #0072b1;
    width: 35px;
    display: block;
    text-align: center;
    line-height: 34px;
    border-radius: 5px;
}

/* trustedFintech */
.trustedFintech {
    padding: 80px 0;
    background: #213afc;
}

.trustedFintechText {
    display: flex;
    margin-top: 40px;
}

.trustedFintechText h4 {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    margin: 0;
}

.trustedFintechText p {
    color: #fff;
    font-size: 18px;
    margin: 0;
}

.trustedFintechText .iconImg img {
    width: 20px;
}

.trustedFintechText .iconImg img {
    width: 40px;
    margin-right: 20px;
    margin-top: 5px;
}

.whatInspires {
    background: #ffffffc2 url(../image/jobsSec.jpg);
    padding: 80px 0;
    background-attachment: fixed;
    background-blend-mode: color;
}

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

.whatInspiresBox h4 {
    color: #ed202a;
    font-size: 36px;
    font-weight: bold;
    margin: 0;
}

.whatInspiresBox p {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.whatInspiresJos {
    font-size: 18px;
    color: #090909;
    letter-spacing: 1px;
    padding-top: 20px;
}

.whatInspiresJos b {
    color: #19499d;
    font-size: 36px;
}

.whatInspiresorder {
    width: 3px;
    background: red;
    height: 85%;
    margin-top: 28px;
    margin-left: 10px;
    position: relative;
}

.whatInspiresorder::after {
    width: 55px;
    position: absolute;
    content: '';
    height: 35px;
    background: red;
    bottom: 0;
}



.innerpageTr .trustedFintechText .iconImg img {
    filter: invert(1);
}

.ourImpactPartners p,
.innerpageTr .trustedFintechText p {
    color: #000;
    font-weight: 600;
}

.innerpageTr .trustedFintechText h4 {
    color: #f50404;
}

/* partnerwithus */
.partnerwithus {
    padding: 80px 0;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
}

.partnerwithus .owl-nav button span {
    background: url(../img/work-arrow.html) 0 0;
    height: 20px;
    width: 30px;
    display: block;
    font-size: 0;
    margin: 0 5px 0;
}

.partnerwithus .owl-nav {
    margin: 2em 20px 0;
}

.partnerwithus .owl-nav button span:focus,
.partnerwithus .owl-nav button:focus {
    outline: none;
}

.partnerwithus .owl-nav button.owl-next span {
    background-position: -30px 0;
}

.partnerwithus .owl-dots {
    display: none;
}

/* .partnerwithus .item img { filter:grayscale(1); opacity:.8; transition:all .3s; width:100%; height:50px; object-fit:contain } */
.partnerwithus .item img:hover {
    filter: grayscale(0);
    opacity: 1
}

.partnerwithus .item img {
    transition: all .3s;
    width: 90%;
    height: 100px;
    object-fit: contain;
    margin: 10px;
    border-radius: 4px;
}



/* awardsSec */
.awardsSec {
    background: #0f1d2ed9 url(../img/awardsSecBg.html);
    padding: 80px 0;
    background-attachment: fixed;
    background-blend-mode: overlay;
    background-size: cover;
}

.awardsSec .owl-nav button span {
    background: url(../img/work-arrow.html) 0 0;
    height: 20px;
    width: 30px;
    display: block;
    font-size: 0;
    margin: 0 5px 0;
}

.awardsSec .owl-nav {
    margin: 2em 20px 0;
}

.awardsSec .owl-nav button span:focus,
.awardsSec .owl-nav button:focus {
    outline: none;
}

.awardsSec .owl-nav button.owl-next span {
    background-position: -30px 0;
}

.awardsSec .owl-dots {
    display: none;
}

.awardsSec .item img:hover {
    filter: grayscale(0);
    opacity: 1
}

.awardsSec .item img {
    transition: all .3s;
    width: 90%;
    height: 100px;
    object-fit: contain;
    padding: 10px;
    box-shadow: 0 0 8px #99999963;
    margin: 10px;
    border-radius: 4px;
    background: #fff;
}

.awardsName {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    margin: 30px 25px 0;
    line-height: 25px;
    border-top: 3px solid #ed1f29;
    padding-top: 10px;
}

/* Testimonials */
.testimonialsSec {
    background: #213afc url(../image/testimonialsBg.png);
    padding: 80px 0;
    background-attachment: fixed;
    background-blend-mode: overlay;
    background-size: cover;
}

.testimonialsSec .headingArea h2 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

.testimonialsSec .headingArea h3 {
    font-size: 25px;
    color: #fff;
}

.testimonialsSec .holder {
    background: #fff;
    padding: 30px 20px 30px 50px;
    border-radius: 5px;
    margin: 30px 50px;
    min-height: 180px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    position: relative;
}

.testimonialsSec .holder:after {
    content: '';
    background: url(../img/testimonial-quotes.html) 0 0;
    width: 32px;
    height: 28px;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.testimonialsSec .testimonial-title-pic img {
    width: 90px;
    height: 90px;
}

.testimonialsSec .holder p {
    color: #616060;
    font-size: 16px;
    line-height: 22px;

}

/*.testimonialsSec .holder p { color: #616060; font-size: 16px; line-height: 22px; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; height: 90px;}*/
.testimonialsSec .holder cite {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.1px;
    color: #1226ac;
    font-style: normal;
}

.testimonialsSec .testimonial-title-pic {
    position: absolute;
    top: 50%;
    left: -50px;
    z-index: 1;
    transform: translateY(-50%);
    border-radius: 50%;
    overflow: hidden;
}

.holder h4 {
    font-size: 14px;
    display: block;
    margin: 0;
    width: -webkit-fill-available;
    padding-left: 13px;
    color: #616060;
}

.testimonialsSec .owl-nav button span {
    background: url(../img/test-arrow2.html) 0 0;
    height: 44px;
    width: 50px;
    display: block;
    font-size: 0;
    margin: 0 5px 0;
}

.testimonialsSec .owl-nav {
    margin: 0em 20px 0;
}

.testimonialsSec .owl-nav button span:focus,
.testimonialsSec .owl-nav button:focus {
    outline: none;
}

.testimonialsSec .owl-nav button.owl-next span {
    background-position: -50px 0;
}

.testimonialsSec .owl-dots {
    display: none;
}

.newsandupdates {
    padding: 80px 0;
}

.blogBox {
    display: flex;
}

.blogBoxImg {
    width: 100%;
    overflow: hidden;
    margin-right: 20px;
    height: 150px;
}

.blogBoxText h6 {
    font-size: 20px;
    margin: 0 0 5px;
    font-weight: bold;
}

.blogBoxText p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}

.blogBoxImg img {
    width: 100%;
    transition: 0.5s all ease-in-out;
    height: 100%;
    object-fit: cover;
}

.blogBox:hover .blogBoxImg img {
    transform: scale(1.5);
}

.blogBoxText {
    padding-right: 40px;
}

footer {
    background: #000;
    padding: 80px 0;
    position: relative;
}

.footerAward {
    position: absolute;
    width: 80px;
    top: 0;
}

footer ul {
    list-style: none;
    margin: 0;
}

footer ul li {
    padding: 4px 0;
}

footer ul li a {
    color: #fff;
    font-size: 18px;
}

footer ul li a:hover {
    color: #ed202a;
}

.footerAdd {
    color: #fff;
    font-size: 18px;
}

.footerEmail {
    color: #fff;
    padding: 15px 0;
    font-size: 20px;
}

.footerEmail b {
    margin-right: 20px;
}

.footerEmail b a {
    color: #fff;
}

.social-icons {
    display: flex;
    padding: 0;
}

.social-icons li {
    padding: 0 5px;
}

.social-icons li a {
    background: #fff;
    width: 35px;
    height: 35px;
    display: block;
    color: #091e3d;
    font-size: 16px;
    overflow: hidden;
    text-align: center;
    line-height: 37px;
    border-radius: 40px;
}

.footerButtom {
    text-align: center;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
}

#toTop a {
    padding: 0px 10px 5px;
    background: #0e46a0;
    color: #fff;
    position: fixed;
    bottom: 15px;
    right: 15px;
    display: none;
    text-decoration: none;
    font-size: 30px;
    border-radius: 4px;
    line-height: 0px;
}


/* Gallery */
.aboutinnerBanner {
    background: url(../img/About-us.html);
    height: 200px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banneraward {
    background: url('../img/artboard.html');
    height: 200px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blogBanner {
    background: url('../img/blog.html');
    height: 200px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.allianceBanner {
    background: url('../img/alliance.html');
    height: 200px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.privacyPolicyBanner {
    background: url('../img/privacy.html');
    height: 200px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whyRoinetBanner {
    background: url(../img/whyroinetbanner.html);
    height: 200px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contactinnerBanner {
    background: url(../img/contact.html);
    height: 200px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partnerinnerBanner {
    background: url(../img/Partner-with-us.html);
    height: 200px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.liferoinetinnerBanner {
    background: url(../img/life%40roinet.html);
    height: 200px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ourimpactinnerBanner {
    background: url(../img/our-impact.html);
    height: 200px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.careerBginnerBanner {
    background: url(../img/careerbg.html);
    height: 200px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.techinnerBanner {
    background: url(../img/technology.html);
    height: 200px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.innerBanner h2 {
    color: #0a1d3f;
    font-size: 50px;
    font-weight: bold;
    margin-top: 60px;
}

/*.demo-gallery > ul { margin-bottom: 0;}
.demo-gallery > ul > li { float: left; margin-bottom: 23px; margin-right: 23px; width: 200px; background: #c7c1c1; padding: 5px; border: 6px solid #0b0b0b;}
.demo-gallery > ul > li a { border-radius: 0; display: block; overflow: hidden; position: relative; float: left; width: 100%; }
.demo-gallery > ul > li a > img { -webkit-transition: -webkit-transform 0.15s ease 0s; -moz-transition: -moz-transform 0.15s ease 0s; -o-transition: -o-transform 0.15s ease 0s; transition: transform 0.15s ease 0s; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); width: 100%; object-fit: cover;}
.demo-gallery > ul > li a:hover > img { -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1);}
.demo-gallery > ul > li a:hover .demo-gallery-poster > img { opacity: 1;}
.demo-gallery > ul > li a .demo-gallery-poster { background-color: rgba(0, 0, 0, 0.1); bottom: 0; left: 0; position: absolute; right: 0; top: 0; -webkit-transition: background-color 0.15s ease 0s; -o-transition: background-color 0.15s ease 0s; transition: background-color 0.15s ease 0s;}
.demo-gallery > ul > li a .demo-gallery-poster > img { left: 50%; margin-left: -10px; margin-top: -10px; opacity: 0; position: absolute; top: 50%; -webkit-transition: opacity 0.3s ease 0s; -o-transition: opacity 0.3s ease 0s; transition: opacity 0.3s ease 0s;}
.demo-gallery > ul > li a:hover .demo-gallery-poster { background-color: rgba(0, 0, 0, 0.5);}
.demo-gallery .justified-gallery > a > img { -webkit-transition: -webkit-transform 0.15s ease 0s; -moz-transition: -moz-transform 0.15s ease 0s; -o-transition: -o-transform 0.15s ease 0s; transition: transform 0.15s ease 0s; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); height: 100%; width: 100%;}
.demo-gallery .justified-gallery > a:hover > img { -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1);}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img { opacity: 1;}
.demo-gallery .justified-gallery > a .demo-gallery-poster { background-color: rgba(0, 0, 0, 0.1); bottom: 0; left: 0; position: absolute; right: 0; top: 0; -webkit-transition: background-color 0.15s ease 0s; -o-transition: background-color 0.15s ease 0s; transition: background-color 0.15s ease 0s;}
.demo-gallery .justified-gallery > a .demo-gallery-poster > img { left: 50%; margin-left: -10px; margin-top: -10px; opacity: 0; position: absolute; top: 50%; -webkit-transition: opacity 0.3s ease 0s; -o-transition: opacity 0.3s ease 0s; transition: opacity 0.3s ease 0s;}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster { background-color: rgba(0, 0, 0, 0.5);}
.demo-gallery .video .demo-gallery-poster img { height: 48px; margin-left: -24px; margin-top: -24px; opacity: 0.8; width: 48px;}
.demo-gallery.dark > ul > li a { border: 3px solid #04070a;}
.home .demo-gallery { padding-bottom: 80px;}*/


#sync1 .item img {
    width: 100%;
    height: 370px;
    object-fit: cover;
}

.gallry {
    color: red;
    font-size: 34px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 10px;
}

#sync2 .item img {
    height: 70px;
    cursor: pointer;
    border: 2px solid #000;
}

#sync2 .synced .item img {
    border: 3px solid red;
}

#sync2 {
    margin-top: 10px;
}

.imagesGallery .owl-dots {
    display: none;
}

.imagesGallery #sync1:hover .owl-prev,
.imagesGallery #sync1:hover .owl-next {
    opacity: 1;
}

.imagesGallery #sync2:hover .owl-prev,
.imagesGallery #sync2:hover .owl-next {
    opacity: 1;
}

.imagesGallery .owl-theme .owl-nav [class*=owl-]:hover {
    background: #ffffff;
    color: #173f72;
    text-decoration: none;
    outline: none !important;
}

.imagesGallery .owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    outline: none !important;
}

.imagesGallery .owl-dots {
    display: none;
}

.imagesGallery .owl-carousel .owl-dots.disabled,
.clientSec .owl-carousel .owl-nav.disabled {
    display: block;
}

.imagesGallery .owl-nav button span {
    background: #000;
    height: 34px;
    width: 30px;
    display: block;
    font-size: 42px;
    margin: 0 5px 0;
    opacity: 0.7;
    line-height: 34px;
    color: #fff;
}

.imagesGallery .owl-nav button.owl-next span {
    background-position: -12px 0;
}

button.owl-prev,
button.owl-next {
    outline: none;
    background: transparent;
    border: transparent;
}

.imagesGallery .owl-nav button.owl-prev {
    position: absolute;
    top: 0;
    left: -4px;
    margin: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.imagesGallery .owl-nav button.owl-next {
    position: absolute;
    top: 0;
    right: -5px;
    margin: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.imagesGallery .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}

.imagesGallery .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
    color: #FFF;
    text-decoration: none;
}



/* about Page Inner */
.aboutPageInner {
    background: #fff url(../img/aboutPageSec.html);
    background-size: contain;
}

/* about right menu */
.aboutRight {
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 16px #00000026;
    position: sticky;
    top: 100px;
}

.aboutRight h3 {
    margin: 0;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bold;
}

.aboutRight ul {
    margin: 0;
    padding: 15px 0 0 0;
    list-style: none;
}

.aboutRight ul li {
    position: relative;
    padding-left: 25px;
    font-size: 18px;
    padding-bottom: 5px;
}

.aboutRight ul li a {
    color: #222;
}

.aboutRight ul li a.active,
.aboutRight ul li a:hover {
    color: #0e46a0;
}

.aboutRight ul li:after {
    content: "\f10c";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 0;
    top: 6px;
    color: #999;
}

.tabcontent {
    display: none;
}

.tabcontent h2 {
    font-size: 42px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
}

.tabcontent h4 {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ed202a;
}

.tabcontent h5 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
}

.ourStory p {
    font-size: 20px;
    text-align: justify;
}

/* Team */
.teamEffect {
    position: relative;
    width: 30%;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
}

.image {
    object-fit: cover;
    display: block;
    width: 100%;
    box-shadow: 2px 2px 14px rgb(176 176 176 / 67%);
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(14 70 160 / 81%);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.teamEffect:hover .overlay {
    height: 100%;
}

.text {
    color: white;
    font-size: 10px;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(-0%, -50%);
    text-align: justify;
    right: 10px;
}

.text ul {
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
}

.text ul li {
    padding-right: 10px;
    font-size: 14px;
}

.text ul li a {
    color: #fff;
}

/* value css */
ul.ca-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.ca-menu li {
    background: #f5f5f5;
    padding: 20px;
    margin: 10px 0;
    border-radius: 4px;
}

ul.ca-menu li span.ca-icon {
    float: left;
    padding-right: 20px;
    padding-bottom: 40px;
}

.ca-content h2 {
    color: red;
}

h3.ca-sub {
    color: #000;
    font-size: 20px;
}

/* WHAT WE DO */
.serviceboxInner .service-box {
    margin-bottom: 25px;
}

.recognitionsBox img {
    transition: all .3s;
    width: 94%;
    object-fit: contain;
    box-shadow: 0 0 8px #99999963;
    margin: 10px;
    border-radius: 4px;
    background: #fff;
}

.recognitionsBox {
    margin-bottom: 30px;
}

.recognitionsBox .awardsName {
    color: #222;
}

/* contact us */
.contectBg {
    padding: 80px;
}

.fontactForm .form-control {
    /*color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    text-transform: none;
    letter-spacing: .5px;
    border-color: #00000063;
    border-width: 1.5px;
    border-radius: 0;
    padding-top: 16px;
    padding-right: 23px;
    padding-bottom: 16px;
    padding-left: 23px;
    margin-top: 0;
    margin-bottom: 15px;*/
    padding: 8px 0.75rem;
    font-size: 1rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
    border: 1.5px solid #ced4da;
}

.btncont {
    color: #fff;
    font-size: 16px;
    height: 47px;
    font-style: normal;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
    background-color: #0e46a0;
    border-radius: 4px;
    padding-left: 35px;
    padding-right: 35px;
    line-height: 35px;
}

.contectBg .right {
    background: #0e46a0;
    background-size: cover;
    padding: 40px;
    color: #ffffff;
    height: 100%;
}

.contectBg .right h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
}

.contectBg .right .info {
    margin-bottom: 20px;
}

.contectBg .right .info i {
    font-size: 25px;
    color: #ffffff;
}

.contectBg .right .info span {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-left: 15px;
}

.contectBg .right .social a {
    text-decoration: none;
    font-size: 30px;
    color: #ffffff;
    margin-right: 20px;
}

/* our Impact */

.ourImpact {
    background: #f5f5f5;
    padding: 30px;
    background-position: right;
    background-size: contain;
}

.ourImpacth3 {
    font-weight: bold;
    font-size: 36px;
    text-transform: uppercase;
    color: #19499d;
}

.ourImpactPartners .item img:hover {
    filter: grayscale(0);
    opacity: 1
}

.ourImpactPartners .item img {
    opacity: .8;
    transition: all .3s;
    width: 90%;
    height: 100px;
    object-fit: contain;
    padding: 5px;
    box-shadow: 0 0 8px #99999963;
    margin: 10px;
    border-radius: 4px;
}

.ourImpactPartners .owl-dots {
    display: none;
}

.technologySec {
    background: #133776;
    padding: 30px;
}

.becomeaRetailer {
    padding: 20px 30px;
    border: 2px solid #bdbdbd;
    background: #f9f9f9;
}

.form-control {
    padding: 8px 0.75rem;
    font-size: 1rem;
    font-weight: 600;
    color: #000;
    border: 1.5px solid #ced4da;
}

.becomeaRetailer .form-group {
    margin-top: 20px;
}

.platformsBox {
    text-align: center;
    display: inline-block;
    width: 130px;
}

.platformsBox img {
    width: 60px;
    display: block;
    margin: 10px auto;
}

.platformsBox a {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}


.videoFrem {
    border: 20px solid #d3d3d3;
    border-radius: 20px 0;
}

.videoRight p {
    color: #5a5a5a;
    font-style: italic;
    font-size: 20px;
}

.videoRight h3 {
    font-size: 40px;
    font-weight: bold;
}



/* ===== Career ===== */
.career-form {
    background-color: #4e63d7;
    border-radius: 5px;
    padding: 0 16px;
}

.career-form .form-control {
    background-color: rgba(255, 255, 255, 0.2);
    border: 0;
    padding: 12px 15px;
    color: #fff;
}

.career-form .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

.career-form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

.career-form .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

.career-form .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

.career-form .custom-select {
    border: 0;
    padding: 12px 15px;
    width: 100%;
    border-radius: 5px;
    text-align: left;
    height: auto;
    background-image: none;
}

.career-form .custom-select::placeholder,
.career-form .custom-select:required:invalid {
    color: #fff;
}

.career-form .custom-select:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    outline: none;
}

.career-form .select-container {
    position: relative;
}



.filter-result .job-box {
    -webkit-box-shadow: 0 0 35px 0 rgba(130, 130, 130, 0.2);
    box-shadow: 0 0 35px 0 rgba(130, 130, 130, 0.2);
    border-radius: 10px;
    padding: 10px 35px;
}

.job-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-disk li {
    list-style: none;
    margin-bottom: 12px;
}

.list-disk li:last-child {
    margin-bottom: 0;
}

.job-box .img-holder {
    height: 65px;
    width: 65px;
    background-color: #4e63d7;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(78, 99, 215, 0.9)), to(#5a85dd));
    background-image: linear-gradient(to right, rgba(78, 99, 215, 0.9) 0%, #5a85dd 100%);
    font-family: "Open Sans", sans-serif;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 65px;
}

.career-title {
    background-color: #4e63d7;
    color: #fff;
    padding: 15px;
    text-align: center;
    border-radius: 10px 10px 0 0;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(78, 99, 215, 0.9)), to(#5a85dd));
    background-image: linear-gradient(to right, rgba(78, 99, 215, 0.9) 0%, #5a85dd 100%);
}

.job-overview {
    -webkit-box-shadow: 0 0 35px 0 rgba(130, 130, 130, 0.2);
    box-shadow: 0 0 35px 0 rgba(130, 130, 130, 0.2);
    border-radius: 10px;
}

.mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
}

.jopPdata {
    width: 630px;
    margin-top: 10px;
}

.jobModalForm .form-control {
    margin-bottom: 10px;
}

.whyRoinet b {
    display: block;
    margin-top: 20px;
}

@media (min-width: 992px) {
    .job-overview {
        position: -webkit-sticky;
        position: sticky;
        top: 70px;
    }
}

.job-overview .job-detail ul {
    margin-bottom: 28px;
}

.job-overview .job-detail ul li {
    opacity: 0.75;
    font-weight: 600;
    margin-bottom: 15px;
}

.job-overview .job-detail ul li i {
    font-size: 20px;
    position: relative;
    top: 1px;
}

.job-overview .overview-bottom,
.job-overview .overview-top {
    padding: 35px;
}

.job-content ul li {
    font-weight: 600;
    opacity: 0.75;
    border-bottom: 1px solid #ccc;
    padding: 10px 5px;
}

@media (min-width: 768px) {
    .job-content ul li {
        border-bottom: 0;
        padding: 0;
    }
}

.job-content ul li i {
    font-size: 20px;
    position: relative;
    top: 1px;
}

.mb-30 {
    margin-bottom: 30px;
}

.ourAlliancesHomePage {
    text-align: center;
}

.ourAlliancesHomePage .item {
    display: inline-block;
}