@font-face {
    font-family: "GeneralSans-Medium";
    src: url("../fonts/GeneralSans-Medium.otf");
}

@font-face {
    font-family: "GeneralSans-Semibold";
    src: url("../fonts/GeneralSans-Semibold.otf");
}

@font-face {
    font-family: "GeneralSans-Regular";
    src: url("../fonts/GeneralSans-Regular.otf");
}

@font-face {
    font-family: "Poppins-Light";
    src: url("../fonts/Poppins-Light.ttf");
}

@font-face {
    font-family: "Poppins-SemiBold";
    src: url("../fonts/Poppins-SemiBold.ttf");
}

@font-face {
    font-family: "Poppins-Medium";
    src: url("../fonts/Poppins-Medium.ttf");
}

@font-face {
    font-family: "Inter_24pt-Regular";
    src: url("../fonts/Inter_24pt-Regular.ttf");
}

@font-face {
    font-family: "Inter_18pt-Bold";
    src: url("../fonts/Inter_18pt-Bold.ttf");
}

body {
    /* background: linear-gradient(#eff9ff 0%,#def1ff 46%,#b6e5ff 99%);
    background-attachment:fixed;*/
    background-color: #fff;
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    overflow-x: hidden;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 2px solid #555555;
}

textarea {
    resize: none;
    height: 125px;
}

.imgresponsive {
    max-width: 100%;
    height: auto;
}

.whitebg {
    background-color: #fff;
}


.letsconnects .form-control::-webkit-input-placeholder {
    color: #C1C7D0;
}

.letsconnects .form-control::-webkit-input-placeholder {
    /* Chrome */
    color: #C1C7D0;
}

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

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

.letsconnects .form-control:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #C1C7D0;
}


/* header */
.navbar-brand img {
    width: 250px;
}


.nav-link {
    font-family: "GeneralSans-Medium";
    font-size: 0.875rem;
    color: #161616;
}

.navbargap {
    gap: 10px;
}

.btn-contactus {
    font-family: "GeneralSans-Medium";
    width: 150px;
    padding: 10px 0px;
    margin: 0px 0px 0px 10px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
    background-image: linear-gradient(to right, #016bca 0%, #00529d 100%)
}

.btn-contactus:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

button {
    font-family: "GeneralSans-Medium";
    width: 150px;
    padding: 10px 0px;
    margin: 0px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    border: 0px;
    background-image: linear-gradient(to right, #016bca 0%, #00529d 100%)
}

button:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.form-control {
    border-color: #00519B;
}

.subbutton {
    box-shadow: 0px 0px 7px #006bcb80;
    width: 150px;
}

.topleftcorner {
    background: linear-gradient(135deg, #7db9e8 0%, #ffffff 25%, #ffffff 100%);
    z-index: -1;
}

.toprightcorner {
    background: linear-gradient(45deg, #ffffff 0%, #ffffff 80%, #7db9e8 100%);
}

.bottomleftcorner {
    background: linear-gradient(45deg, #7db9e8 0%, #ffffff 15%, #ffffff 100%);
}

.bottomrightcorner {
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 78%, #7db9e8 100%);
}

/* header */

#logofinqydubai {
    width: 200px;
    padding: 30px 0px 0px 0px;
}

/* comingsoon page */

#comingcontainer {
    width: 90%;
    margin: 0px auto;
}

#csleft {
    padding-top: 100px;
}

#csleft h1 {
    font-family: GeneralSans-Semibold;
    color: #042E4D;
    font-size: 3rem;
    font-weight: bold;
}

#csleft h3 {
    font-family: GeneralSans-Medium;
    color: #054A87;
    font-size: 1rem;
    letter-spacing: 10px;
}

#csleft p {
    font-family: GeneralSans-Regular;
    color: #353535;
    font-size: 0.9rem;
    letter-spacing: 2px;
}

.image {
    padding: .25rem;
    max-width: 100%;
    height: auto;
}

/* comingsoon page */

/* home page */

/* index hero*/


#herosection .heroheading {
    font-family: "GeneralSans-Semibold";
    color: #102D5B;
    font-size: 2.35rem;
    text-align: center;
}

#herosection .herotext {
    font-family: "GeneralSans-Regular";
    color: #3C3D3D;
    font-size: 1.125rem;
    text-align: center;
}

.herobutton {
    text-align: center;
}

#herorightsection {
    background: radial-gradient(circle, rgba(215, 239, 255, 1) 0%, rgb(255, 255, 255) 80%);
    border-radius: 100%;
}

#maincontainer {
    width: 100%;
    max-width: 1920px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0px auto;
}

.innercontainer {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0px auto;
}

.fserrow {
    width: 100%;
    float: left;
}

.fsercol {
    width: 169px;
    float: left;
    border: 1px solid #0B4FB8;
    margin: 0px 15px 15px 0px;
    border-radius: 5px;
}

.fsercol .title {
    font-family: Poppins-Medium;
    color: #0B4FB8;
    font-size: 0.813rem;
}

#indexwhychoose {
    background: linear-gradient(to bottom, #ffffff 0%, #dfeeff 100%);
}

#indexwhychoose h2 {
    font-family: "GeneralSans-Semibold";
    color: #07274A;
    font-size: 2.25rem;
    text-align: left;
    padding-top: 100px;
}

#indexwhychoose p {
    font-size: 1rem;
    text-align: left;
    width: 80%;
    float: left;
}

#indexoffering {
    width: 100%;
    float: left;
}

.indexofferingdiv {
    width: 160px;
    height: 135px;
    float: left;
    border-radius: 15px;
    border: 1px solid #f6f6f6;
    -webkit-box-shadow: 7px 10px 8px -7px rgba(222, 222, 222, 1);
    -moz-box-shadow: 7px 10px 8px -7px rgba(222, 222, 222, 1);
    box-shadow: 7px 10px 8px -7px rgba(222, 222, 222, 1);
    margin-right: 17px;
    padding: 20px;
}

.indexofferingdiv figure {
    margin-bottom: 0px;
}

.indexofferingdiv figcaption {
    font-family: "GeneralSans-Medium";
    font-size: 0.875rem;
    color: #3C3D3D;
}

#indexaboutus {
    width: 90%;
    margin: 0px auto;
}

#indexaboutus h1 {
    font-family: "GeneralSans-Semibold";
    color: #07274A;
    font-size: 2.188rem;
    margin-top: -100px;
}

.indexaboutusbox1 {
    width: 95%;
    height: 370px;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(218, 215, 215, 1);
    -moz-box-shadow: 0px 0px 5px 2px rgba(218, 215, 215, 1);
    box-shadow: 0px 0px 5px 2px rgba(218, 215, 215, 1);
    margin-top: -100px;
    background-color: #fff;
    background: linear-gradient(135deg, #d1e4f4 0%, #ffffff 17%, #ffffff 100%);
    position: relative;
    border-radius: 20px;
    padding-top: 20px;

}

.indexaboutusbox1 figure {
    text-align: center;
}

.indexaboutusbox1 h2 {
    text-align: center;
    font-family: "GeneralSans-Semibold";
    color: #07274A;
    font-size: 2.188rem;
}

.indexaboutusbox1 p {
    text-align: center;
    margin: 10px 50px;
}

.indexaboutusbox2 {
    width: 95%;
    height: 370px;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(218, 215, 215, 1);
    -moz-box-shadow: 0px 0px 5px 2px rgba(218, 215, 215, 1);
    box-shadow: 0px 0px 5px 2px rgba(218, 215, 215, 1);
    margin-top: -150px;
    background-color: #fff;
    background: linear-gradient(243deg, #f2f2f2 0%, #ffffff 86%, #d1e4f4 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-radius: 20px;
    padding-top: 20px;
    margin-left: 12px;

}

.indexaboutusbox2 figure {
    text-align: center;
}

.indexaboutusbox2 h2 {
    text-align: center;
    font-family: "GeneralSans-Semibold";
    color: #07274A;
    font-size: 2.188rem;
}

.indexaboutusbox2 p {
    text-align: center;
    margin: 10px 50px;
}

.aboutbelowtext {
    width: 80%;
    margin: 10px auto;
    font-family: 'GeneralSans-Regular';
    font-size: 0.7rem;
    color: rgb(60, 61, 61);
    text-align: center;
    bottom: 10px;
    position: relative;
}

.topring1 {
    width: 120px;
    margin-top: 100px;
}

.topring2 {
    width: 120px;
    margin-top: 50px;
    margin-left: 180px;
}

.topring3 {
    z-index: -1;
    position: relative;
    right: 82px;
    bottom: 66px;
}

.ringsmall1 {
    width: 70px;
    height: 70px;
    position: relative;
    right: -372px;
    top: -10px;
    z-index: -1;
    transform: rotate(290deg);
    bottom: 20px;
}

/* .ringsmall2 {
    width: 70px;
    height: 70px;
    position: relative;
    left: 37px;
    z-index: -1;
    top: 0px;
    transform: rotate(23deg);
} */
.ringsmall3 {
    width: 70px;
    height: 70px;
    position: relative;
    left: -25px;
    z-index: -1;
    bottom: 60px;
    transform: rotate(243deg);
}

.ringsmall4 {
    width: 70px;
    height: 70px;
    position: relative;
    left: 225px;
    z-index: -1;
    transform: rotate(45deg);
    bottom: 26px;
    top: -24px;
}

.graidenthori {
    width: 100%;
    min-height: 260px;
    float: left;
    padding: 0px;
    background: linear-gradient(to bottom, #dfeeff 0%, #ffffff 100%);
}

.home-why-choose {
    z-index: 1;
    position: relative;
    height: 800px;
    left: 20px;
    bottom: 88px;
}

#indexmeetteam {
    width: 85%;
    margin: 32px auto 80px auto;
}

#indexmeetteam h1 {
    font-family: "GeneralSans-Semibold";
    font-size: 1.875rem;
    color: #07274A;
    text-align: center;
    margin: 0px auto 20px auto;
}

#indexmeetteam .teammember {
    -webkit-box-shadow: 0px 0px 5px 2px rgba(218, 215, 215, 1);
    -moz-box-shadow: 0px 0px 5px 2px rgba(218, 215, 215, 1);
    box-shadow: 0px 0px 5px 2px rgba(218, 215, 215, 1);
    border-radius: 20px;
    padding: 60px 40px;
}

#indexmeetteam .teammember h4 {
    font-family: "GeneralSans-Semibold";
    font-size: 1.2rem;
    color: #07274A;
    text-align: center;
}

#indexmeetteam .teammember p {
    font-family: "GeneralSans-Regular";
    font-size: 1rem;
    color: #3C3D3D;
    text-align: center;
    font-weight: bold;
}

.indexmeetteamrow {
    width: 100%;
    float: left;
}

.indexmeetteamcol {
    width: 100%;
    float: left;
}

#indexourbackground {
    width: 90%;
    margin: 20px auto 40px auto;
}

#indexourbackground h1 {
    font-family: "GeneralSans-Semibold";
    font-size: 1.875rem;
    color: #07274A;
    text-align: center;
    margin: 0px auto 20px auto;
}

#indexourbackground p {
    font-family: "GeneralSans-Regular";
    font-size: 1rem;
    text-align: center;
}

#obboxcontainer {
    width: 61%;
    margin: 0px auto;
    margin-left: 261px;
}


.obboxring {
    width: 180px;
    float: left;
    height: 1px;
}

.obbox {
    width: 180px;
    height: 120px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(78, 143, 216, 1);
    -moz-box-shadow: 0px 0px 5px 2px rgba(78, 143, 216, 1);
    box-shadow: 0px 0px 5px 2px rgba(78, 143, 216, 1);
    padding: 25px;
    margin: 15px;
}

.obbox h4 {
    font-family: "GeneralSans-Semibold";
    font-size: 1.5rem;
    color: #07274A;
    text-align: center;
}

.obbox aside {
    font-family: "GeneralSans-Regular";
    color: #3C3D3D;
    font-size: 0.813rem;
    text-align: center;
    font-weight: bold;
}

/* home page */

/* footer */
footer {
    background-color: #DFEEFF;
    padding: 50px 20px;
}

#footer-container {
    width: 100%;
    margin: 0px auto;
}

#footer-container p {
    width: 100%;
    font-family: "GeneralSans-Regular";
    color: #07274A;
    font-size: 0.75rem;
    text-align: center;
    padding: 0px;
    margin: 0px;
}

.footercol1 p {
    font-family: "GeneralSans-Regular";
    text-align: left !important;
}

footer p a {
    font-family: "GeneralSans-Regular";
    color: #07274A;
    font-size: 0.875rem;
    text-decoration: underline;

}

#socialsectionfooter ul {
    margin: 0px;
    padding: 10px 0px;
}

#socialsectionfooter ul li {
    list-style-type: none;
    display: inline;
    padding: 5px 15px 5px 0px;
}

#socialsectionfooter ul li .fa {
    color: #07274A;
    font-size: 1.5rem;
}

footer .otherslinks h4 {
    font-family: "GeneralSans-Semibold";
    font-size: 1.125rem;
    color: #07274A;
}

footer .otherslinks ul {
    margin: 0px;
    padding: 0px;
}

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

footer .otherslinks ul li a {
    font-family: "GeneralSans-Regular";
    color: #07274A;
    font-size: 0.875rem;
    text-decoration: none;

}

.footerbottom {
    font-family: "GeneralSans-Regular";
    color: #054A87;
    font-size: 0.8rem;
}


#socialsection {
    width: 200px;
    margin: 0px auto;
    text-align: center;
}

#socialsection ul {
    margin: 0px;
    padding: 10px 0px;
}

#socialsection ul li {
    list-style-type: none;
    display: inline;
    padding: 5px 15px;
}

#socialsection ul li .fa {
    color: #9B8ECB;
    font-size: 1.5rem;
}

.footer-commingsoon {
    background: transparent;
}

.footer-commingsoon p {
    font-family: "GeneralSans-Regular";
    color: #71659C;
    text-align: center;
    font-size: 0.8rem;
}

.footer-commingsoon p a {
    font-family: "GeneralSans-Regular";
    color: #71659C;
    text-align: center;
    font-size: 0.8rem;
}

.footer-commingsoon p a:hover {
    font-family: "GeneralSans-Regular";
    color: #71659C;
    text-align: center;
    font-size: 1rem;
    text-decoration: none;
}

footer .letsconnects h4 {
    font-family: "GeneralSans-Semibold";
    font-size: 1.125rem;
    color: #07274A;
}

footer .letsconnects label {
    font-family: "GeneralSans-Regular";
    font-size: 0.875rem;
    color: #07274A;
}

/* footer */


.whychooseq {
    padding-left: 79px;
}


a {
    text-decoration: none;
}

.navbar-toggler {
    border: 0px;
}

.navbar-toggler-icon {
    background-image: url("../img/lines.png");
}

.video-container {
    width: 836px;
    margin: 0 auto;
    background-color: black;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.4);
    height: 478px;
    border-radius: 20px;
}

.video-container .video-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-container video {
    width: 598px;
    height: 374px;
    margin: 0px auto;
    padding: 20px 0px;
    border-radius: 4px;
}

.computerimage {
    width: 603px;
    height: 499px;
    left: 334px;
    position: relative;
    bottom: 356px;
    z-index: -1;
}

#indexherosection {
    height: 700px;
}

.videoiframe {
    height: 470px;
    padding: 10px;
}

.knowmorebutton {
    margin-bottom: 38px;
}

.indexofferingdiv figure img {
    width: 40%;
}

/* finqydubaiimg */
.finqydubaiimg {
    width: 200px;
    margin-bottom: 20px;
}

/* finqydubaiimg */

/* captcha css */

.captcha-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

#captcha-text {
    font-family: "GeneralSans-Regular";
    font-size: 1.5rem;
    letter-spacing: 2px;
    color: #adadad;
    user-select: none;
    border: 1px solid #0464bb;
    border-top-right-radius: 0px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 4px;
    padding: 4px 10px;
    background-color: #fff;
}

#refresh-captcha {
    width: 20%;
    margin-left: 0px;
    cursor: pointer;
    background-color: #6a5acd;
    color: #fff;
    border: none;
    padding: 10px;
    border-top-right-radius: 4px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0px;
}

#captcha-input {
    padding: 10px;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 4px;
    height: 40px;
}

.captcha-input {
    width: 75%;
}

#verify-captcha {
    background-color: #00fa9a;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 4px;
}

#captcha-result {
    font-family: "GeneralSans-Regular";
    font-size: 0.8rem;
    margin-top: 10px;
    font-weight: bold;
}

.result {
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
}

.success {
    color: #0f0;
}

.error {
    color: #f00;
}

.captcha {
    font-size: 1rem;
    font-weight: bold;
    background: #ffffff;
    padding: 6px;
    border-radius: 5px;
    flex: 1;
    text-align: center;
    border: 1px solid #00519B;
}

.captchabar {
    left: 15px;
    position: relative;
}

/* captcha css */


.headermain {
    font-family: "GeneralSans-Semibold";
    font-size: 2rem;
    color: #ffffff;
    background: #0064bd;
    padding: 15px;
}

.policycontainer {
    font-family: "GeneralSans-Regular";
    font-size: 1rem;
    color: #3C3D3D;
    padding: 30px;
    font-size: 1rem;
}

.policycontainer ol li {
    margin-bottom: 10px;
}

address {
    margin-top: 10px;
}

.error-message {
    font-family: "GeneralSans-Regular";
    font-size: 0.75rem;
    color: #f00;
}

/* Slick Slider Styling */
.slick-slider {
    position: relative;
    display: block;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-track {
    display: flex;
}

.slick-slide {
    display: none;
    float: left;
    min-height: 1px;
}

.slick-initialized .slick-slide {
    display: block;
}

/* Container Styling */
.Container {
    position: relative;
    padding: 20px;
    max-width: 900px;
    margin: auto;
}

.SlickCarousel {
    margin: 0 auto;
}

.ProductBlock {
    padding: 10px;
    text-align: center;
}

.ProductBlock .img-fill {
    height: 200px;
    overflow: hidden;
    text-align: center;
}

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

.ProductBlock h3 {
    margin-top: 10px;
    font-size: 18px;
    color: #333;
}

/* Arrow Styling */
.Slick-Prev,
.Slick-Next {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #ffffff;
    color: #000000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    z-index: 100;
}

.Slick-Prev {
    left: -50px;
}

.Slick-Next {
    right: -50px;
}

