/* @import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;600;800&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;500;600;700;800&display=swap');
* {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
}
/* h1{
    font-size: 58pt !important;
}
h2{
    font-size: 40pt !important;
}
h3{
    font-size: 24pt !important;
}
p{font-size: 14px !important;line-height: 24px;} */
ul, ol {
    margin: 0px;
    padding: 0px;
}

html, body {
    /* font-family: 'Manrope', sans-serif !important; */
    font-family: 'Inter', sans-serif !important;
}

/*---header css start from here--*/
.header-top_cont ul li {
    display: inline-block;
    padding: 10px 8px;
}
.Tareeqk-navbar.fixed {
    position: fixed;
    width: 100%;
    background-color: #fff;
    top: 0px;
    z-index: 99999;
    /* box-shadow: 7px 9px 7px #0c0c0c29; */
    box-shadow: 0 2px 10px rgb(0 0 0 / 43%);
}
header.tareeqk {
    height: 54px;
    position: relative;
}

header.tareeqk:after {
    content: "";
    position: absolute;
    right: 0px;
    width: 50%;
    background-color: #EDA80F;
    height: 54px;
    top: 0px;
    z-index: -1;
}

.left-white-bg:after {
    content: "";
    right: -15px;
    border-left: 50px solid #EDA80F;
    transform: rotate(180deg);
    position: absolute;
    border-top: 54px solid transparent;
}

.header-top_cont ul li a img {
    padding-right: 4px;
}

.header-top_cont ul li a {
    font-size: 16px;
    color: #fff;
    font-family: 'Inter', sans-serif;
}

.header-top_cont {
    height: 54px;
}

.header-top_cont ul li a:hover {
    color: #2e2104;
}

.header-top_cont ul li a button {
    background-color: #fff;
    border: none;
    padding: 6px 22px;
    font-size: 14px;
    border-radius: 2px;
    color: #e7a512;
}

.header-top_cont ul li a button:hover {
    background-color: #e7a512;
    color: #fff;
}

.Tareeqk-navbar a.navbar-brand img {
    width: 100%;
    max-width: 250px;
}

.Tareeqk-navbar {
    padding: 24px 0px;
}

.Tareeqk-navbar .navbar-nav li a {
    font-size: 16px;
    line-height: 27px;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    color: #000 !important;
    text-transform: capitalize;
    padding: 10px 20px;
}
.tareeqk-service .service-item a{
    text-decoration: none;
    color: #212529;
}
.cat-img-holder img {
    width: 48px;
}
.service-image img {
    width: 36px;
}
.Tareeqk-navbar .navbar-nav li a:hover {
    background-color: transparent;
}
.Tareeqk-navbar .navbar-nav li.mMenu{
    display: none;
}

.Tareeqk-navbar .navbar-nav li a span:hover {
    color: #eda80f !important;
    border-bottom: 2px solid #EDA80F;
    padding-bottom: 3px;
}

.slider .carousel-inner {
    height: 680px;
}

.slider .carousel-inner .carousel-item img {
    object-fit: cover;
    height: 100%;
}

.slider .carousel-caption {
    text-align: left;
    position: absolute;
    top: 20%;
}

.slider .carousel-caption h1 {
    font-size: 70px;
}

.slider .carousel-caption p {
    font-size: 16px;
    margin: 20px 0px;
}

.slider .carousel-caption a {
    background-color: #fff;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    margin: 20px 0px;
}

.slider .carousel-caption a:hover {
    background-color: #e7a512;
    color: #fff;
}

.tareeqk-service .service-item {
    background: #fff;
    box-shadow: 0px 4px 31px rgb(0 0 0 / 15%);
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 32px;
    position: relative;
}

.service-item .cat-left-bg {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.service-item .cat-left-bg .category-content h5 {
    font-size: 30px;
    font-weight: 600;
}

.tareeqk-service {
    margin-top: -70px;
    position: relative;
    z-index: 999;
}

.tareeqk-service .service-item:hover {
    background-color: #f7f7f7;
}

.advantage-service h2 {
    font-size: 42px;
    font-weight: 600;
}

/*--step section css start from here--*/
.step {
    list-style: none;
    margin-top: 68px;
    width: 100%;
}

.step .step-item {
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    margin-top: 0;
    min-height: 1rem;
    position: relative;
    text-align: left;
}

.service-heading {
    font-size: 42px;
    font-weight: 900;
}

.step .step-item:not(:first-child)::before {
    content: "";
    height: 2px;
    left: -98%;
    position: absolute;
    top: 9px;
    width: 100%;
    background-image: linear-gradient(to right, #eda80f 60%, rgba(255, 255, 255, 0) 10%);
    background-position: top;
    background-size: 16px 1px;
    background-repeat: repeat-x;
}

.step .step-item .service-steps {
    color: #18191F;
    display: inline-block;
    padding: 55px 0px;
    font-size: 22px;
    font-weight: 700;
}

.service-image {
    background: #eda80f;
    border-radius: 50%;
    content: "";
    display: block;
    left: 41px;
    position: absolute;
    top: -1.8rem;
    transform: translateX(-50%);
    z-index: 1;
    padding: 18px;
}

/*mobile section css start here*/
.download-app {
    background: #EDA908;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    position: relative;
}

.download-app-bg {
    width: 100%;
    opacity: .5;
}

.mobile-panel {
    position: absolute;
    top: -200px;
    left: 10%;
}

.download-mobile-app-sec {
    margin: 140px 0px;
}

.download-app {
    padding: 130px 0px 130px 0px;
}

.download-app-text h2 {
    font-size: 42px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 14px;
}

.download-app-text p {
    color: #ffffffe0;
    line-height: 28px;
    font-size: 14px;
}

.download-app-text {
    position: relative;
    z-index: 999;
}

.mobile-store-img {
    margin-top: 20px;
}

.download-app::after {
    content: "";
    position: absolute;
    background: url(https://s3.us-west-2.amazonaws.com/royoorders2.0-assets/prods/pxRF33ezYg5miik0uyflA5vRmyeBuOr8whs4zLIj.svg)no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    top: 0px;
}

/*---our clients css start from here--*/
.our-client {
    background: #FFF1CF;
    padding: 75px 0px;
    margin-bottom: 80px;
}

.our-client-heading h2 {
    font-size: 42px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 20px;
}

.our-client-heading p {
    font-size: 18px;
    text-align: center;
}
.our-client .card .card-title {
    font-size: 20px;
    font-weight: 700;
}

.testimonial-para p {
    font-size: 14px;
    color: #5a5a5a;
    margin-top: 15px;
    height:100px;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

.items {
    width: 100%;
    margin: 0px auto;
    margin-top: 40px;
}

.slick-slide {
    margin: 10px;
    display: flex !important;
    flex-direction: column;
    height: auto !important;
}

.slick-track {
    display: -webkit-flex !important;
    display: flex !important;
    flex-wrap: wrap;
}

.client-says .client-profile img {
    width: 60px;
    height: 60px;
    border: 1px solid #f2f2f2;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 0 auto;
}

.client-says .client-profile {
    text-align: center !important;
    display: inline-block;
    padding-top: 25px;
}

.slick-initialized .slick-slide {
    text-align: center;
}

.profile-name {
    margin-top: 10px;
}

.profile-name h4 {
    font-size: 20px;
    font-weight: 700;
}

.profile-name p {
    font-size: 14px;
}

.slick-prev {
    display: none !important;
}

.slick-next {
    display: none !important;
}

.slick-dots li button:before {
    font-size: 11px !important;
    content: '•';
    opacity: 1 !important;
    color: #eda80f !important;
    width: 17px !important;
    height: 17px !important;
}

.slick-dots li.slick-active button:before {
    opacity: 1 !important;
    font-size: 7px !important;
    color: #fff1cf !important;
    border: 3px solid #eda80f;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.slick-dots li {
    margin: 0px 2px !important;
}

.slick-dots {
    bottom: -45px !important;
}

/*--register section start from here--*/
#register-sec {
    height: 680px;
    margin: 0 auto;
    position: relative;
}

#register-sec div {
    position: relative;
    height: 100%;
    float: left;
}

.left-side {
    background: #FFE7B2;
    width: calc(50% + 15px);
}

.left-side:after {
    content: "";
    position: absolute;
    right: 0px;
    border-left: 72px solid #EDA80F;
    border-top: 680px solid transparent;
    transform: rotate(180deg);
}

.right-side {
    background: #EDA80F;
    width: calc(50% - 15px);
}

.service-setting {
    position: relative;
    margin-left: -14.5%;
}

.service-setting img {
    position: absolute;
    width: 200px;
    margin-top: 240px;
    background: #ffffff;
    padding: 15px;
    border: 10px solid #0000000a;
    border-radius: 50%;
}

.register-now-content {
    padding: 180px 130px;
}

.register-now-content h4 {
    color: #fff;
    font-weight: 900;
    font-size: 28px;
    margin-bottom: 20px;
}

.register-now-content h2 {
    color: #fff;
    font-weight: 900;
    font-size: 58px;
    margin-bottom: 20px;
    width: 60%;
}
.register-now-btn:hover {
    background-color: #f7a901;
    border: 1px solid#ffffff70;
}
.register-now-btn {
    padding: 10px 20px;
    font-size: 14px;
    background: #000;
    color: #fff !important;
    border-color: #000;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.register-now-btn a{
    color: #fff;
    text-decoration: none;
}

.left-side img {
    margin-top: 100px;
    width: 80%;
}
/*--faq page css start from here--*/
.faq-heading {
    font-size: 42px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 25px;
}
.faqs .card button span i {
    font-family: 'FontAwesome';
    font-style: inherit;
    background-color: #fff;
    color: #000;
    font-size: 20px;
    font-weight: 100;
}
.faqs .card button span {
    position: absolute;
    right: 0px;
}
.faqs .card-header {
    background-color: transparent;
}
.faqs .card button {
    color: #000!important;
    font-size: 16px;
    font-weight: 600;
    background: none!important;
    text-decoration: none;
    box-shadow: none!important;
    position: relative;
}
.faqs .card .card-body {
    font-size: 14px;
    line-height: 28px;
}
.faqs {
    background: #E5E5E5;
    padding: 75px 0px;
    min-height: 450px;
}

/*--term and condition page--*/



.document-body div#albums a img {
    border-radius: 10px;
    width: 100%;
    height: 250px;
    object-fit: cover;
    position: relative;
}
/* figcaption{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */
figcaption h2{color:#000;font-size:22px;}
.document-body div#albums a {
    text-align: center;
}
.document-body {
    background: #fff;
    padding: 75px 0px;
    min-height: 450px;
}

.document-body-content {
    font-family: 'Inter';
}

.document-body-content h2, h3, h4 {
    margin-bottom: 12px;
    margin-left: 0px !important;
    text-indent: 0px !important;
    font-family: 'Inter';
}

.document-body-content p {
    font-size: 16px;
    margin-left: 0px !important;
    text-indent: 0px !important;
    font-family: 'Inter';
    margin-bottom: 10px;
}

.document-body-content span {
    font-size: 16px;
    margin-left: 0px !important;
    text-indent: 0px !important;
    font-family: 'Inter';
    margin-bottom: 10px;
}

.document-body-content ul {
    padding-left: 15px;
    font-size: 16px;
    font-family: 'Inter';
}

.document-body-content ul li {
    font-size: 16px;
    margin-bottom: 5px;
    list-style: disc;
    font-family: 'Inter';
}

.document-body-content a {
    color: #eda80f;
    text-decoration: underline !important;
    font-family: 'Inter';
    font-size: 16px;
}

.document-body-content a:hover {
    color: #000;
    text-decoration: none !important;
}
/*---contact us page css start from here---*/
.content-inner {
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
}

.content-inner .icon-bx-wraper.bg-icon {
    display: flex;
    align-items: center;
    padding: 20px 30px;
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / 15%);
    overflow: hidden;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.content-inner .icon-bx-wraper.bg-icon .circle-icon{
  border: 3px solid #EDA80F;
}

.content-inner .icon-bx-wraper.bg-icon:hover .circle-icon {
  box-shadow: 0 0 0 2px #fff;
}

.content-inner .icon-bx-wraper.bg-icon:hover .circle-icon img {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

.icon-content a {
  font-size: inherit;
  color: #fff;
}

.icon-bx-wraper.bg-icon:hover {
    box-shadow: 0 5px 60px 0 rgb(0 0 0 / 15%);
    transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}

.content-inner .icon-bx-wraper.bg-icon:after {
    content: attr(data-name);
    position: absolute;
    font-size: 50px;
    right: 10px;
    bottom: 5px;
    line-height: 1;
    font-weight: 700;
    color: #000;
    opacity: .05;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.content-inner .icon-bx-wraper {
    position: relative;
}

.content-inner .icon-md {
    display: inline-block;
    text-align: center;
}

.content-inner .text-primary {
    color: #34328f !important;
}

.icon-bx-wraper.bg-icon {
  background: #EDA80F;
}


.content-inner .circle-icon {
  background: #fff;
  border-radius: 50%;
  width: 86px !important;
  height: 86px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.content-inner .icon-md i {
    vertical-align: middle;
    font-size: 45px;
}

.content-inner .m-r20 {
    margin-right: 20px;
}

.content-inner .icon-content {
    overflow: hidden;
    color: #fff;
}

.content-inner .icon-bx-wraper.bg-icon p {
    font-size: 18px;
}

.content-inner .icon-bx-wraper p:last-child {
    margin: 0;
}

.content-inner .m-b30 {
  margin-bottom: 30px;
}

.tareeqk-form{
  margin-bottom:40px;
  width: 100%;
  height: auto;
}

.map-iframe{
  margin-bottom: 0px;
}

.map-iframe iframe{
  width:100%;
  height:550px;
  border: none;
}

form.tareeqk-form label {
    float: left;
    margin-bottom: 5px;
}

.tareeqk-form input[type=text] {
    text-align: left;
}
.tareeqk-form input[type=text], .tareeqk-form input[type=number] {
    width: 100%;
    height: 40px;
    line-height: 28px;
    box-sizing: border-box;
    border: 1px solid #ced4da;
    padding: 0 6px;
    margin-bottom: 15px;
    background: none;
    color: #89a5a8;
    font: 400 16px/26px 'Roboto', sans-serif;
    border-radius: 4px;
}
form.tareeqk-form textarea {
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    border: 1px solid #ced4da;
    font-size: 14px;
    margin-bottom: 3%;
    background: none;
    padding: 0 6px;
    color: #000;
    resize: none;
    border-radius: 4px;
}

.tareeqk-form input[type=text]:hover, .tareeqk-form input[type=number]:hover, form.tareeqk-form textarea:hover{
  border: 1px solid #eda80f;
}

form.tareeqk-form input[type="submit"] {
  font-size: 16px;
  font-weight: 400;
  margin-top: 0px;
  color: #fff !important;
  background: #EDA908;
  border-color: #EDA908;
  padding: 12px 30px;
}

form.tareeqk-form input[type="submit"]:hover {
  background: #df9a00;
  border-color: #df9a00;
}
.contactus-success .sweet-alert{
    display: block;
}

.contactus-success .modal-body{
  padding: 0px;
}
.contactus-success .sweet-alert input{
    background: #000;
    color:#fff!important;
    cursor: pointer;
}
.page-content a {
    text-decoration: none;
}

.page-content ul li {
    list-style: none;
}
/*---end here--*/
/*-----------footer css start from here-----------*/
/*------------------------------ Footer Section Start ----------------------------------*/

.footer-mobile-contact {
    width: 25%;
    float: right;
}

.footer-mobile-contact {
    margin: 34px auto;
}

.footer-mobile-contact h5 {
    text-align: right;
}

.footer-mobile-contact h5 a {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
    color: #575000;
    display: inline;
    text-align: right;
}

.subscribe-form {
    float: left;
    display: inline-flex;
}

.footer-mid-content {
    width: 100%;
    height: auto;
    float: right;
    padding-top: 30px;
    padding-bottom: 0px;
    background: #fdfdfd;
}

.footer-mid-content .container {
    padding-bottom: 30px;
}

.footer-mid-content ul.off-width {
    width: 50%;
    float: left;
}

li.foot-sub, li.foot-sub a {
    display: flex;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 29px;
    text-align: left;
    color: #1D1D1D;text-decoration: none;
}
li.foot-sub a br{
    display: none;
}
li.foot-sub.foot-sub-icon {
    padding-top: 6px;
}

.foot-sub .sqaure:hover {
    color: #EDA908 !important;
    border-bottom: 1px solid #EDA908;
}

li.foot-head {
    position: relative;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 32px;
    text-align: left;
    letter-spacing: 0.05em;
    color: #1D1D1D;
    margin-bottom: 15px;
    text-transform: uppercase;list-style: none;
}

li.footer-logo img {
    height: 60px;
    width: auto;
}

.foot-bottam {
    width: 100%;
    height: auto;
    float: right;
    background: #000;
}

.foot-bottam ul {
    width: 100%;
    height: auto;
    float: right;
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}

.foot-bottam ul li {
    color: #B8B8B8;
    font-size: 14px;list-style: none;
}

.fot-b-left, .fot-b-right {
    padding: 20px 0px;
}

.fot-b-left a, .fot-b-right a {
    color: #B8B8B8;
}

.footer-logo img {
    width: 100%;
}

.foot-bottam ul li.foot-head {
    font-size: 16px;
    color: #1D1D1D;
}

.footer-sec-location li a {
    margin-left: 14px;
}

.footer-sec-location li i {
    font-size: 16px;
}

.footer-phone-icon {
    transform: rotate(90deg);
}

.footer-link-disc li i {
    font-size: 6px;
    line-height: 31px;
    margin-right: 20px;
}

.footer-link-disc {
    list-style-type: square;
}

.foot-head img {
    width: 240px;
}

.foot-sub p {
    font-size: 14px;
    margin-top: -8px;
    line-height: 24px;
}

.foot-title::after {
    content: "";
    height: 2px;
    position: absolute;
    width: 50px;
    background: #000;
    top: 45px;
    left: 0px;
}

.foot-title {
    margin-bottom: 34px !important;
}

.foot-bottam .fot-b-right {
    font-size: 10px;
    padding-top: 25px;
}

.foot-bottam .fot-b-right a {
    font-size: 10px;
}
.foot-icon-span{
    width: 12px;
}
.footer-company-sec .social-media-sec .social-media {
    position: inherit !important;
}

.footer-company-sec .social-media-sec .social-media li{
    float: left;
    padding: 5px 10px;list-style: none;
}
.footer-company-sec .social-media-sec .social-media li:first-child { 
    padding-left: 0px;
}
.footer-company-sec .social-media-sec .social-media li a img{
    filter: brightness(0%);
}
.footer-company-sec .social-media-sec .social-media li a img:hover {
    filter: brightness(0) saturate(100%) invert(78%) sepia(67%) saturate(3061%) hue-rotate(358deg) brightness(99%) contrast(90%);
}
.footer-mid-content li.social-media-sec {
    list-style: none;
}

/*------------------------------ Footer Section End ----------------------------------*/
.grid {
    position: relative;
    margin: 0 auto;
    padding: 1em 0 4em;
    max-width: 100%;
    list-style: none;
    text-align: center;
}

.grid a {
    text-decoration: none !important;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
figure.effect-layla {
    /* background: #000; */
    border-radius: 5px;
}
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    max-height: 275px;
    width: 100%;
    /* background: #3085a3; */
    text-align: center;
    cursor: pointer;
}
.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    /* opacity: 0.8; */
}
.grid figure figcaption, .grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
figure.effect-layla figcaption {
    padding: 0px;
}
.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index:99;
}
.grid-gallery figure figcaption::before, .grid figure figcaption::after {
    pointer-events: none;
}
figure.effect-layla img, figure.effect-layla figcaption::before, figure.effect-layla figcaption::after, figure.effect-layla p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
figure.effect-layla figcaption::before {
    top: 50px;
    right: 30px;
    bottom: 50px;
    left: 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
figure.effect-layla figcaption::before, figure.effect-layla figcaption::after {
    position: absolute;
    content: '';
    opacity: 0;
}
.grid-gallery figure.effect-layla h2 {
    display: grid;
    align-items: center;
    height: 100%;
    width: 100%;
    text-align: center;
}
.grid-gallery figure h2 {
    font-weight: 300;
    font-size: 24px;
    color: #fff;
    text-transform: capitalize;
}
figure.effect-layla img, figure.effect-layla figcaption::before, figure.effect-layla figcaption::after, figure.effect-layla p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
figure.effect-layla figcaption::after {
    top: 30px;
    right: 50px;
    bottom: 30px;
    left: 50px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
figure.effect-layla figcaption::before, figure.effect-layla figcaption::after {
    position: absolute;
    content: '';
    opacity: 0;
}
figure.effect-layla:hover figcaption::before, figure.effect-layla:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
figure.effect-layla:hover figcaption::before, figure.effect-layla:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.document-body video {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}
.document-body img {
    width: 100%;
    max-width: 100%;
    height: 250px;
    border-radius: 10px;
}
figure.effect-layla:after {
    content: '';
    background: #00000054;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

div#img_popup {
    z-index: 999999;
}
div#img_popup .modal-header {
    padding: 0;
    border: none;
}
div#img_popup .modal-header .close {
    padding: 0;
    margin: 0;
    position: absolute;
    right: -14px;
    top: -10px;
    background: #000;
    opacity: 1;
    color: #fff;
    width: 30px;
    height: 30px;
    z-index: 99;
    border-radius: 50%;
}
div#img_popup .modal-dialog {
    max-width: 800px;
}
div#img_popup .modal-body img{
    object-fit: cover;
    width:100%;
    height:400px;
}
.header-top_cont ul li .dropdown-menu a.dropdown-item {
    color: #000;
}

html[lang="ar"] .left-white-bg:after{
    left: -16px;
    right: auto;
    transform: rotate(0);
}
html[lang="ar"] header.tareeqk:after{
    right: unset;
    left: 0;
}
html[lang="ar"]  ul.navbar-nav.ml-auto{
    margin-left: 0 !important;
    margin-right: auto;
}
html[lang="ar"] li.foot-head {
    text-align: right;
}
html[lang="ar"] li.foot-head::after {
    left: unset;
    right: 0;
}
html[lang="ar"] ul.social-media {
    justify-content: flex-start;
    display: flex;
}
html[lang="ar"] .footer-sec-location li a {
    margin-right: 15px;
    margin-left: 0;
}
html[lang="ar"] .foot-sub p{
    text-align: right;
}
.header-top_cont ul li:last-child {
    padding: 0;
}
html[lang="ar"] .faqs .card button {
    text-align: right!important;
}
html[lang="ar"] .faqs .card button span {    
    right: unset;
    left: 0;
}
html[lang="ar"] .page-content ul li{
    text-align: right;
}
html[lang="ar"] form.tareeqk-form label{
    float: right;
}
html[lang="ar"]  .iti--allow-dropdown .iti__flag-container, html[lang="ar"]  .iti--separate-dial-code .iti__flag-container{
    right: 0;
    left: unset;
}
html[lang="ar"]  .iti--separate-dial-code input{
    padding-left: 0!important;
    padding-right: 94px;
    text-align: right;
}
html[lang="ar"] .content-inner .m-r20{
    margin-right: 0!important;
    margin-left: 20px!important;
}
html[lang="ar"]     .slider .carousel-caption{
    text-align: right;
}
html[lang="ar"] .step .step-item:not(:first-child)::before{
    left: 0;
}