@import url(https://fonts.googleapis.com/css2?family=Nunito:wght@600;700;800;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;800&display=swap);:root{--primary-color:#c71269;--tebel-color:#9a2482;--third-color:#623684;--border:2px solid #c71269;--overlay-home:#3b3b95;--bg-white:#ffffff;--bg-black:#333;--shadow:rgba(0, 0, 0, 0.24) 0px 3px 8px;--shadow-two:0px 20px 60px #3e3e3e14;--overlay:transparent linear-gradient(
  180deg,
  #006fbe 0%,
  #1365b6 12%,
  #474ca2 36%,
  #9a2482 70%,
  #e40066 99%
) 0% 0% no-repeat padding-box}h1,h2,h3,h4,h5,h6,p{margin:0;padding:0}ul{list-style:none}*{margin:0;padding:0;box-sizing:border-box;transition:all .2s linear}.myBtn{border:var(--border);background-color:var(--bg-white);border-radius:40px;display:flex;align-items:center;justify-content:center;outline:0;color:var(--primary-color)}.myBtn.active{background-color:var(--primary-color);color:#fff;outline:0}html{scroll-padding-top:5rem;scroll-behavior:smooth;overflow-x:hidden}a,a:hover{text-decoration:none}body{background-color:var(--bg-white);font-family:Nunito,sans-serif;overflow-x:hidden;position:relative;margin-top:70px}nav{box-shadow:rgb(0 0 0 / 24%) 0 3px 8px;top:0;position:fixed;right:0;left:0;z-index:100000;background-color:#fff}nav .navbar-top{display:flex;justify-content:space-evenly;align-items:baseline;width:90%;margin:1.5rem auto 0;overflow-x:hidden}nav .navbar-top .brand-logo{width:85px}nav .navbar-top .brand-logo img{width:100%}nav .navbar-top .list-navbar{z-index:1000}nav .navbar-top .list-navbar ul{list-style:none;display:flex;justify-content:space-between;align-items:center}nav .navbar-top .list-navbar ul li{margin-left:1.5rem}.navmobile .list-navbar ul li a,nav .navbar-top .list-navbar ul li a{position:relative;color:#2d2a5d;font-size:1rem;text-transform:capitalize;font-weight:600;transition:.5s all ease-in-out}.navmobile .list-navbar ul li a{font-size:1.3rem}.navmobile .list-navbar ul li a::after,nav .navbar-top .list-navbar ul li a::after{position:absolute;content:"";width:0;height:3px;background-color:var(--primary-color);bottom:-3px;left:0;transition:.5s all ease-in-out}.navmobile .list-navbar ul li a.active::after,.navmobile .list-navbar ul li a:active::after,.navmobile .list-navbar ul li a:hover::after,nav .navbar-top .list-navbar ul li a.active::after,nav .navbar-top .list-navbar ul li a:hover::after{width:100%}.navmobile .list-navbar ul li a.active,.navmobile .list-navbar ul li a:hover,nav .navbar-top .list-navbar ul li a.active,nav .navbar-top .list-navbar ul li a:hover{color:var(--primary-color)}.btn-navbar{display:flex;justify-content:space-evenly;width:14rem}.btn-navbar button{background:0 0;border:none;border-radius:50px;border:var(--border);width:119px;height:39px}.btn-navbar .btn-login a{color:var(--primary-color);font:normal normal 600 14px/19px Nunito}.btn-navbar .btn-reg{color:var(--bg-white);background-color:var(--primary-color)}.toggle-navbar{cursor:pointer;background-color:var(--primary-color);padding:.3rem;border-radius:.5rem;display:none}.toggle-navbar i{font-size:1.7rem;color:var(--bg-white)}.navmobile{display:none}.navmobile .social-media ul{display:flex;justify-content:space-evenly}.navmobile .social-media ul li i{font-size:15px;transition:.3s ease-in-out all;width:30px;height:30px;background-color:var(--primary-color);border-radius:50%;line-height:30px;cursor:pointer;color:#fff;text-align:center}.navmobile .social-media ul li .fab:hover{color:#fff}.navmobile .close-navbar{position:relative;left:20px;top:12px;font-size:1.5rem;background-color:var(--primary-color);width:30px;height:30px;text-align:center;color:#fff;border-radius:.2rem;line-height:30px;cursor:pointer}.navmobile .logo-navbar-mobile{text-align:center;margin-top:10px}.navmobile .logo-navbar-mobile img{width:100px}header .home-header{width:100%;position:relative;height:636px}header .home-header .swiper{height:100%;width:100%}header .home-header img{width:100%;height:100%;object-fit:cover}header .home-header .overlay{background-color:#3b3b95;position:absolute;height:100%;width:100%;top:0;left:0;right:0;opacity:.8}header .home-header .content{position:absolute;top:50%;transform:translateY(-50%);display:flex;justify-content:center;align-items:center;align-content:center;flex-direction:column;width:100%;color:var(--bg-white)}header .home-header .content h2{font-size:141px;font-weight:700}header .home-header .content p{font-size:50px;line-height:1}header .home-header .content span{font-size:15px}header .home-header .content button{margin-top:25px;background-color:var(--bg-white);border:var(--border);width:216px;height:55px;border-radius:30px;font-size:16px;font-weight:700;color:#e40066}.swiper-pagination-bullet{width:12px;height:12px;background-color:var(--bg-white);opacity:.7}.swiper-pagination-bullet.swiper-pagination-bullet-active{width:12px;height:12px;background-color:var(--primary-color)}.swiper-pagination{bottom:100px!important}header .get-touch{background-color:var(--bg-white);position:relative;bottom:70px;z-index:10000;width:70%;margin:auto;box-shadow:var(--shadow);padding:2.5rem;display:flex;justify-content:space-between;border-radius:10px}header .get-touch .content{display:flex;justify-content:space-evenly}header .get-touch .content img{width:66px;height:68px;margin-right:2rem}header .get-touch .content h2{color:var(--third-color);font-size:24px;font-weight:700}header .get-touch .content p{color:#2d2a5d;font-size:14px}header .get-touch .btn-message button{border:var(--border);background-color:var(--primary-color);color:var(--bg-white);width:216px;height:55px;font-size:16px;padding:1rem;border-radius:2rem}.many-location{margin-top:15px;text-align:center}.many-location>h2{color:var(--third-color);font-size:24px;font-weight:700}.many-location p{font-size:14px;color:#2d2a5d}.many-location .accordion-country{width:80%;margin:auto}.many-location .countries-links{display:flex;justify-content:space-around;margin-top:25px;margin-bottom:30px}.countries-links li.eg,.countries-links li.leb,.countries-links li.saudi,.countries-links li.uae{position:relative}.countries-links li.eg::before,.countries-links li.leb::before,.countries-links li.saudi::before,.countries-links li.uae::before{position:absolute;content:"";bottom:-51px;background:#fff;border:2px solid;left:58px;padding:15px;border-radius:8px;height:30px;transform:rotate(45deg);z-index:1;border-color:var(--primary-color) transparent transparent var(--primary-color);display:none}.countries-links li.eg.active::before,.countries-links li.leb.active::before,.countries-links li.saudi.active::before,.countries-links li.uae.active::before{display:block}.many-location .countries-links li{width:236px;height:62px;display:flex;justify-content:space-around;align-items:center;border:2px solid #eee;border-radius:31px;cursor:pointer;transition:.3s ease-in-out all}.many-location .countries-links li.active{border:var(--border)}.many-location .countries-links li img{width:42px;height:42px}.many-location .countries-links li p{font-size:18px;font-weight:700}.many-location .countries-links li p span{color:var(--primary-color)}.many-location .countries-links li i{color:#b0b7db}.many-location .acorrdion{height:720px;max-width:1054px;border:var(--border);border-radius:20px;position:relative}.many-location .acorrdion-leb h2,.many-location .acorrdion-saudi h2,.many-location .acorrdion-uae h2{font:normal normal 800 32px/32px Nunito;color:var(--primary-color);margin-top:60px}.many-location .acorrdion-leb p,.many-location .acorrdion-saudi p,.many-location .acorrdion-uae p{margin:30px auto;width:589px;height:73px;font:normal normal normal 16px/24px Nunito;color:#2d2a5d}.many-location .acorrdion-leb h3,.many-location .acorrdion-saudi h3,.many-location .acorrdion-uae h3{width:454px;height:76px;margin:20px auto;font:normal normal 800 28px/38px Nunito;color:#7a2f81}.many-location .acorrdion-leb .img-under,.many-location .acorrdion-saudi .img-under,.many-location .acorrdion-uae .img-under{width:364px;height:228px;margin:50px auto;text-align:center}.many-location .acorrdion-leb .img-under img,.many-location .acorrdion-saudi .img-under img,.many-location .acorrdion-uae .img-under img{width:100%;height:100%}.many-location .acorrdion-egypt,.many-location .acorrdion-leb,.many-location .acorrdion-saudi,.many-location .acorrdion-uae{display:none}.many-location .acorrdion-egypt .acordion-headding{width:589px;margin:auto;padding-top:40px}.many-location .acorrdion-egypt .acordion-headding h2{color:#7a2f81;font-weight:800;font-size:24px}.many-location .acorrdion-egypt .acordion-headding p{color:#2d2a5d;font-size:14px;letter-spacing:0;margin-top:10px}.table-country{width:535px;margin:50px auto}.table-country .table-head{display:flex;justify-content:space-evenly;background-color:var(--tebel-color);border-top-left-radius:5px;border-top-right-radius:5px}.table-country .table-head .box{width:33%;height:57px;background-color:var(--tebel-color);color:#fff;font-size:18px;line-height:57px}.table-country .table-head .week-span{font-size:12px}.table-country .table-head .box:first-of-type{border-right:4px solid #fff;border-top-left-radius:5px}.table-country .table-head .box:last-of-type{border-top-right-radius:5px;line-height:1.2;display:flex;justify-content:center;align-items:center;flex-direction:column}.table-country .table-body{background-color:#f7edf5}.table-country .table-body .row{display:flex;justify-content:space-evenly;width:100%;margin:auto;border-bottom:4px solid #fff}.table-country .table-body .row .box{width:33%;height:64px;line-height:64px;color:#9a2482}.table-country .table-body .row-one .box:nth-of-type(2),.table-country .table-body .row-one .box:nth-of-type(3),.table-country .table-body .row-three .box:nth-of-type(2),.table-country .table-body .row-three .box:nth-of-type(3),.table-country .table-body .row-two .box:nth-of-type(2),.table-country .table-body .row-two .box:nth-of-type(3){font:normal normal 800 24px/32px Nunito;line-height:64px}.row-one .box:first-of-type,.row-three .box:first-of-type,.row-two .box:first-of-type{font:bold 18px/24px Nunito;border-right:4px solid #fff}.table-country .table-body .row .box:last-of-type{display:flex;justify-content:space-evenly;align-items:center}.table-country .table-body .row .box:last-of-type .fa-arrow-up{color:#00e472}.table-country .table-body .row .box:last-of-type .fa-arrow-down{color:#e40066}.row-one .box:first-of-type,.row-three .box:first-of-type,.row-two .box:first-of-type{display:flex;justify-content:center;align-items:center;align-content:center}.row-one .box:first-of-type i,.row-three .box:first-of-type i,.row-two .box:first-of-type i{background-color:var(--tebel-color);color:#fff;margin-right:6px;width:24px;height:23px;line-height:23px}.expenditure-section .expenditure-headding h2{font-size:27px;color:#c71269;font-weight:800;font-family:Nunito}.expenditure-section .expenditure-headding p{font:normal normal 800 21px/28px Nunito;color:#3b3b95}.expenditure-section .img-expenditure{display:flex;justify-content:space-evenly;width:70%;margin:30px auto}.expenditure-section .img-expenditure img{width:125px;height:84px;border-radius:8px;cursor:pointer}.many-location .btns-accordion-eg{position:absolute;left:50%;transform:translateX(-50%);bottom:-25px;display:flex;justify-content:space-evenly;width:50%}.many-location .btns-accordion-eg button{border:var(--border);background-color:transparent;width:216px;height:55px;border-radius:15px;font:normal normal 600 16px/22px Nunito}.many-location .btns-accordion-eg button.btn-read{background:var(--primary-color);color:#fff;font-size:16px}.many-location .btns-accordion-eg button.btn-view{background-color:#fff;color:var(--primary-color)}.the-future{background-color:#2f4f98;margin-top:60px;width:100%;height:461px;position:relative}.the-future>.overlay{background-image:url(../images/map2.png);position:absolute;height:100%;width:100%;background-position:center;background-size:cover;background-repeat:no-repeat;opacity:.4}.the-future .container{position:relative;z-index:10000}.the-future .the-future-parent{display:flex;justify-content:center;align-items:center;position:relative}.the-future .the-future-left,.the-future .the-future-right{width:48%}.the-future .the-future-left h2{font:normal normal 800 39px/53px Nunito;color:#fff}.the-future .the-future-left h2 span{color:rgb(255 158 0);margin:-10px}.the-future .the-future-left p{color:#fff;font:normal normal normal 18px/24px Nunito;width:399px;height:72px;opacity:.9;margin-top:15px}.the-future .the-future-right{width:511px;height:460px;position:relative;right:60px;top:111px}.the-future .the-future-right img{width:100%;height:100%}.the-future .the-future-right .overlay{position:absolute;width:100%;height:100%;left:0;right:0;top:0;opacity:.49;background-color:rgba(0,0,0,.64)}.the-future .the-future-right .play-video{width:79px;height:79px;position:absolute;top:50%;left:50%;transform:translateX(-50%);cursor:pointer}.the-future .the-future-right .play-video img{width:100%;height:100%}.section-challenges{margin-top:180px}.section-challenges .industry-challenges{background-color:#faf1f5;border-radius:8px;height:618px;width:92%;margin:auto}.section-challenges .industry-challenges .industry-acc{height:254px;padding:2rem}.section-challenges .industry-challenges .industry-acc .buttons-change{display:flex;justify-content:space-between;margin-top:30px}.section-challenges .industry-challenges .industry-acc .buttons-change button{width:352px;height:79px;border:var(--border);background-color:var(--bg-white);border-radius:40px;display:flex;align-items:center;justify-content:center;outline:0}.section-challenges .industry-challenges .industry-acc .buttons-change button p{display:inline-block;position:relative;text-align:left;font:normal normal 800 15px/22px Nunito;color:var(--primary-color)}.section-challenges .industry-challenges .industry-acc .buttons-change button span{border:var(--border);border-radius:50%;width:30px;height:30px;display:inline-block;font:normal normal 800 20px/26px Almarai;color:var(--primary-color);left:-16px;position:relative}.section-challenges .industry-challenges .industry-acc .buttons-change button.active{background-color:var(--primary-color)}.section-challenges .industry-challenges .industry-acc .buttons-change button.active p{color:#fff}.section-challenges .industry-challenges .industry-acc .buttons-change button.active span{background-color:#fff;color:var(--primary-color)}.section-challenges .industry-challenges .industry-acc .buttons-change button p{width:245px;height:22px}.section-challenges .industry-challenges .industry-acc .buttons-change button:nth-of-type(2) p{width:204px;height:22px}.section-challenges .industry-challenges .industry-acc .buttons-change button:nth-of-type(3) p{width:182px;height:44px}.section-challenges .industry-challenges .industry-acc>h2{margin-top:10px;font:normal normal bold 24px/32px Nunito;color:#2d2a5d}.section-challenges .industry-challenges .industry-acc>p{margin-top:5px;font:normal normal normal 16px/24px Almarai;color:#2d2a5d}.section-challenges .industry-challenges .parent-accordion{display:flex;justify-content:center;align-items:center}.section-challenges .industry-challenges .parent-accordion .content-acoordion{width:75%;background-color:var(--bg-white);padding:52px 50px 60px}.section-challenges .industry-challenges .parent-accordion .sidebar-accordion{width:25%;background-color:transparent}.section-challenges .industry-challenges .parent-accordion .sidebar-accordion .btns-sidebar{display:flex;justify-content:space-evenly;flex-direction:column;align-items:center}.section-challenges .industry-challenges .parent-accordion .sidebar-accordion .btns-sidebar .myBtn{width:178px;height:41px;font:normal normal 800 16px/22px Nunito;margin:15px 0}.section-challenges .industry-challenges .parent-accordion .content-acoordion .box h2{color:#2d2a5d;font:normal normal 800 24px/32px Nunito;display:flex;align-items:center}.section-challenges .industry-challenges .parent-accordion .content-acoordion .box h2 .img-left{width:42px;height:42px;margin-right:10px;border-radius:50%;text-align:center;line-height:42px}.section-challenges .industry-challenges .parent-accordion .content-acoordion .box:nth-of-type(1) h2 .img-left img{width:7px;height:15px}.section-challenges .industry-challenges .parent-accordion .content-acoordion .box:nth-of-type(2) h2 .img-left img{width:13px;height:10px}.section-challenges .industry-challenges .parent-accordion .content-acoordion .box:nth-of-type(1) h2 .img-left{background-color:#ff5d5d}.section-challenges .industry-challenges .parent-accordion .content-acoordion .box:nth-of-type(2) h2 .img-left{background-color:#5db781}.section-challenges .industry-challenges .parent-accordion .content-acoordion .box p{font:normal normal normal 14px/24px Nunito;margin-top:10px;text-align:left;padding-left:10px}.section-challenges .industry-challenges .content-acoordion{display:none}.section-challenges .industry-challenges .content-acoordion.active{display:block}.reports-section{background-image:url("../images/Group 3453@2x.png");background-size:cover;object-fit:cover;height:238px;display:flex;margin-top:100px;position:relative}.reports-section .headding{width:341px;margin:auto;text-align:center}.reports-section h2{font:normal normal bold 30px/41px Nunito;color:#fff}.reports-section p{font:normal normal 200 25px/52px Nunito;color:#fff}.reports-section .slider-reports{position:absolute;bottom:-75px;left:50%;transform:translateX(-50%);border-radius:8px;width:80%;padding:4px}.swiper-wrapper.wraper{width:100%}.reports-section .slider-reports .box{width:126px;height:126px;border-radius:8px;background-color:#ffff;text-align:center;display:flex;justify-content:center;align-items:center;flex-direction:column;cursor:pointer;box-shadow:var(--shadow)}.reports-section .slider-reports .box i{color:#b0b7db;font-size:60px}.reports-section .slider-reports .box span{color:#b0b7db;font:normal normal bold 16px/18px Nunito;margin-top:10px}.reports-section .slider-reports .box.swiper-slide-active{border:var(--border)}.reports-section .slider-reports .box.swiper-slide-active i,.reports-section .slider-reports .box.swiper-slide-active span{color:var(--primary-color)}.swiper-button-next,.swiper-button-prev{height:34px;width:34px;position:relative}.swiper-button-next img,.swiper-button-prev img{width:100%;height:100%;box-shadow:var(--shadow);border-radius:50%}.swiper-button-prev img{transform:rotateY(180deg)}.swiper-button-next:after,.swiper-button-prev:after{content:""}.btn-control{display:flex;justify-content:space-between;width:100%;position:absolute;bottom:-15px;align-items:center;align-content:center;padding:0 60px}.testimonials-section{background-color:#fefcfd;padding:20px 30px;margin:120px auto;text-align:center}.testimonials-section h2{font:normal normal normal 44px/60px Nunito;color:#2d2a5d;margin-bottom:70px}.sliders-testimonials{width:80%;margin:auto;padding:70px 0}.data-swiper-slide-index{margin-right:0}.testimonials-section .testi-slider .box{width:308px!important;height:356px;background-color:var(--bg-white);box-shadow:var(--shadow);position:relative}.testimonials-section .testi-slider .box .img-testi{position:absolute;top:-30px;left:50%;transform:translateX(-50%)}.testimonials-section .testi-slider .box .img-testi img{width:61px;height:61px;border-radius:50%;object-fit:fill}.testimonials-section .testi-slider .box .name-testi{padding-top:50px;font:normal normal 700 26px/35px Nunito;color:#000;border:1px solid #fff}.testimonials-section .testi-slider .box .desc-job-testi{font:normal normal normal 18px/24px Nunito;letter-spacing:0;color:#9a2482;margin:6px 0;display:block}.testimonials-section .testi-slider .box .content-testi{font:normal normal normal 16px/26px Nunito;color:#7e92ac;width:243px;margin:auto;height:126px}.testimonials-section .testi-slider .box .logo-testi{width:80px;margin:30px auto}.testimonials-section .testi-slider .box .logo-testi img{width:100%;height:100%}.sliders-testimonials .swiper-pagination{position:absolute;bottom:0!important}.swiper-pagination-bullet{background-color:#ceddf3}.testimonials-section .btns-testimonials{margin:30px auto;text-align:center}.testimonials-section .btns-testimonials .myBtn{width:280px;height:55px;margin:auto}footer{text-align:center;background-color:#09085a;background-image:linear-gradient(152deg,#09085a 49%,#891068 100%);color:#fff}footer .overlay{width:100%;height:100%;background-image:url(../images/bg-overlay.png)}footer .overlay .layer{width:100%;height:100%;background-color:rgb(255 255 255 / 17%)}footer .footer-copyrights .logo img{width:120px}footer .footer-copyrights{background-image:url(../images/2617962.svg);background-size:100% 100%;object-fit:cover;background-position:left;opacity:.5;display:flex;justify-content:center;align-items:start;flex-direction:column;text-align:left;padding:30px 30px 0}footer .footer-copyrights p{max-width:402px;height:77px;font:normal normal normal 16px/28px Roboto;color:#fff;text-align:left;margin:0 10px}footer .footer-copyrights span{font:normal normal normal 11px/19px Roboto;color:#fff;width:264px;padding:80px 10px 15px}footer .find-us,footer .list-links-footer{padding:30px 30px 0}footer .find-us{width:70%}footer .find-us h3,footer .list-links-footer h3{font:normal normal bold 18px/20px Nunito}footer .list-links-footer ul{margin-top:15px}footer .list-links-footer ul li{margin-top:2px}footer .list-links-footer ul li a{color:#fff;font:normal normal normal 16px/28px Nunito}footer .find-us .social-media-footer{margin-top:15px}footer .find-us .social-media-footer ul{display:flex;justify-content:space-evenly;align-content:center}footer .find-us .social-media-footer ul li{width:27px;height:27px;background-color:var(--primary-color);border-radius:50%;line-height:27px;cursor:pointer}footer .find-us .social-media-footer ul li i{font-size:14px}.about-header{height:306px;background-image:url(../images/bg-about.jpg);background-size:100% 100%;object-fit:cover;position:relative;display:flex;justify-content:center;align-items:center;flex-direction:column}.about-header .overlay{background-color:#3b3b95;height:100%;width:100%;opacity:.75;position:absolute}.about-header h2{font:normal normal 600 36px/49px Nunito;color:#ffff;position:relative;z-index:1}.about-header .digitalising-about{box-shadow:var(--shadow-two);max-width:1052px;background-color:#fff;position:absolute;bottom:-100px;border-radius:8px;padding:30px}.about-header .digitalising-about h3{color:#7a2f81;font:normal normal 800 24px/32px Nunito;width:326px;margin-bottom:3px}.about-header .digitalising-about p{color:#2f4f98;font:normal normal bold 14px/24px Nunito;width:821px}.ourvision-about{max-width:1052px;height:335px;margin:120px auto;box-shadow:var(--shadow-two);display:flex;justify-content:space-between;padding:30px;border-radius:8px}.ourvision-about .icons-title-left,.ourvision-about .video-play-right{width:48%}.ourvision-about .icons-title-left .imgs{position:relative;top:15px;margin-right:30px}.ourvision-about .icons-title-left .imgs img{width:84px;height:82px}.ourvision-about .icons-title-left .ours{display:flex;justify-content:space-between;align-items:baseline}.ourvision-about .icons-title-left .ours:first-of-type{margin-bottom:20px}.ourvision-about .icons-title-left .ours .content{width:100%}.ourvision-about .icons-title-left .ours .content h3{font:normal normal bold 24px/32px Nunito;color:#623684}.ourvision-about .icons-title-left .ours .content p{color:#2f4f98;font:normal normal bold 14px/24px Nunito}.video-play-right .img-newyork{background-image:url(../images/newyork.jpg);max-width:441px;height:319px;background-size:cover;object-fit:cover;border-radius:18px;position:relative;display:flex;justify-content:center;align-items:center;top:25px}.video-play-right .img-newyork .overlay{position:absolute;height:100%;width:100%;left:0;right:0;top:0;border-radius:18px;background:transparent linear-gradient(180deg,#006fbe 0,#1365b6 12%,#474ca2 36%,#9a2482 70%,#e40066 99%) 0 0 no-repeat padding-box;opacity:.49}.video-play-right .img-newyork .videoplay-img{position:relative;z-index:1;cursor:pointer}.abouts-sliders-years{text-align:center;margin:30px auto 100px}.abouts-sliders-years>h2{color:#623684;font:normal normal bold 24px/32px Nunito;margin-bottom:50px}.abouts-sliders-years .slider-wrapers{max-width:1054px;height:62px;background-color:#fbf2f6;border-radius:31px;margin:auto;display:flex;justify-content:space-between;align-items:center;padding:5px 10px;position:relative}.abouts-sliders-years .slider-wrapers .arrow-left,.abouts-sliders-years .slider-wrapers .arrow-right{width:34px;height:34px;line-height:34px;text-align:center;background-color:var(--primary-color);opacity:.36;border-radius:50%}.abouts-sliders-years .slider-wrapers .arrow-left .fas,.abouts-sliders-years .slider-wrapers .arrow-right .fas{color:#fff}.abouts-sliders-years .slider-wrapers .years-pollets{display:flex;justify-content:space-evenly;width:100%}.abouts-sliders-years .slider-wrapers .years-pollets span{width:30px;height:30px;border-radius:50%;border:2px solid rgb(214 214 214);position:relative;background-color:#fff;z-index:1;cursor:pointer}.abouts-sliders-years .slider-wrapers .years-pollets span.active{background-color:var(--primary-color);border:var(--border)}.abouts-sliders-years .slider-wrapers .years-pollets span::before{content:"";position:absolute;height:2px;width:142px;background-color:rgb(214 214 214);left:28px;bottom:12px;z-index:-1}.abouts-sliders-years .slider-wrapers .years-pollets span:nth-of-type(6)::before{width:0}.abouts-sliders-years .slider-wrapers .years-charc{position:absolute;bottom:-46px;display:flex;justify-content:space-between;width:70%;left:50%;transform:translateX(-50%)}.abouts-sliders-years .slider-wrapers .years-charc span{color:#2d2a5d;font:normal normal 600 18px/24px Nunito;position:relative}.abouts-sliders-years .slider-wrapers .years-charc span.active{color:var(--primary-color)}.abouts-sliders-years .slider-wrapers .years-charc span.active::after{position:absolute;content:"";width:100%;height:2px;background-color:var(--primary-color);bottom:-10px;left:0}.abouts-sliders-years .content-slider{display:flex;max-width:1054px;justify-content:space-between;margin:80px auto;display:none;transition:all .5s ease-in-out}.abouts-sliders-years .content-slider.active{display:flex}.abouts-sliders-years .content-slider .box{background-color:#fbf2f6;width:202px;height:230px;border-radius:18px}.abouts-sliders-years .content-slider .box h2{font:normal normal bold 20px/27px Nunito;margin-top:48px;color:#623684}.abouts-sliders-years .content-slider .box p{width:140px;margin:auto;color:#2d2a5d;font:normal normal normal 14px/24px Nunito}.our-core-values{width:80%;margin:100px auto 150px}.our-core-values h2{color:#623684;font:normal normal bold 24px/32px Nunito;text-align:center;margin:30px 0}.our-core-values .content-ours-values{display:flex;justify-content:space-between;align-content:center;align-items:center}.our-core-values .content-ours-values .box{max-width:200px;text-align:center}.our-core-values .content-ours-values .box img{width:100px}.our-core-values .content-ours-values .box h3{color:#3b3b95;font:normal normal bold 24px/32px Nunito;text-align:center;margin-top:10px}.our-core-values .content-ours-values .box p{max-width:192px;text-align:center;margin:5px auto;overflow:hidden;text-overflow:ellipsis;color:#2d2a5d;height:76px;font:normal normal normal 14px/24px Nunito;opacity:.59}.our-solutions{margin:5rem auto 2rem}.our-solutions .headding{color:#7a2f81;font:normal normal 800 24px/32px Nunito}.our-solutions .content-text{color:#3b3b95;font:normal normal normal 18px/24px Nunito}.our-solutions .box-our-solutions{background-color:#f4f6ff;border-radius:18px;height:112px;display:flex;justify-content:space-evenly;align-items:center;margin-bottom:20px}.our-solutions .box-our-solutions .imgs-left{max-width:88px;height:88px;background-color:#fff;padding:8px;border-radius:18px}.our-solutions .box-our-solutions .imgs-left img{width:100%;height:100%}.our-solutions .box-our-solutions .content-our-solutions-right h3{color:#623684;font:normal normal bold 20px/27px Nunito}.our-solutions .box-our-solutions .content-our-solutions-right p{color:#2d2a5d;font:normal normal normal 14px/24px Nunito;max-width:373px}.our-clients-portal{background-image:url("../images/Group 3453@2x.png");object-fit:cover}.our-clients-portal .headding{font:normal normal 800 24px/32px Nunito;color:#fff;padding-top:40px}.our-clients-portal .content-our-client{font:normal normal normal 18px/24px Nunito;color:#fff}.our-clients-portal .hr-our-client{width:100%;height:2px;background-color:#c6c6c64f;margin:15px 0}.our-clients-portal .our-clients-left span{color:#fff;font:normal normal normal 18px/30px Nunito}.our-clients-portal .our-clients-left h2{font:normal normal bold 24px/32px Nunito;color:#fff;margin:15px 0}.our-clients-portal .our-clients-left p{font:normal normal normal 14px/24px Nunito;color:#fff;max-width:334px;height:152px;overflow:hidden;text-overflow:ellipsis;padding:5px;margin:10px 0 30px}.our-clients-portal .our-clients-left .myBtn{width:360px;height:48px;font:normal normal bold 16px/22px Nunito;color:#fff}.our-clients-portal .img-our-solution-right{max-width:452px;height:288px;border-radius:7px;background-image:url(../images/solutions.svg);background-size:cover;position:relative;display:flex;justify-content:center;align-items:center;flex-direction:column}.our-clients-portal .img-our-solution-right p{color:#fff;font:normal normal bold 19px/21px Almarai}.our-clients-portal .img-our-solution-right span{font:normal normal bold 13px/21px Almarai;color:#ffa43b;letter-spacing:2.6px;margin-top:5px}.why-ooh-data{margin-bottom:150px}.why-ooh-data .headding{font:normal normal bold 24px/32px Nunito;color:#623684;margin-bottom:30px}.why-ooh-data .wid-ooh{max-width:1052px}.why-ooh-data .bg-why-ooh-data{box-shadow:var(--shadow-two);height:335px;margin:auto;border-radius:8px;text-align:center}.why-ooh-data .bg-why-ooh-data .list-why-oooh-data .box{display:flex;align-items:center;align-content:center;margin-bottom:15px}.why-ooh-data .bg-why-ooh-data .list-why-oooh-data .box .icons{width:16px;height:18px;text-align:center;line-height:16px;margin-right:15px}.why-ooh-data .bg-why-ooh-data .list-why-oooh-data .box .icons img{width:100%;height:100%}.why-ooh-data .bg-why-ooh-data .list-why-oooh-data .box p{color:#623684;font:normal normal bold 16px/22px Nunito}.why-ooh-data .btn-message-us .myBtn{width:360px;max-width:360px;height:48px;margin-left:auto;margin-top:50px;font:normal normal bold 16px/22px Nunito}.why-ooh-data .imgs-left-why-data{max-width:545px;height:442px;background-image:url(../images/newyork.jpg);background-size:cover;position:relative;border-radius:18px}.why-ooh-data .imgs-left-why-data .overlay{position:absolute;width:100%;height:100%;top:0;left:0;right:0;background:transparent linear-gradient(180deg,#006fbe 0,#1365b6 12%,#474ca2 36%,#9a2482 70%,#e40066 99%) 0 0 no-repeat padding-box;opacity:.49;border-radius:18px}.why-ooh-data .imgs-left-why-data .imgs-play{position:relative;display:flex;align-content:center;align-items:center;justify-content:center;height:100%}.whats-publications{margin:3rem 0}.whats-publications .breadcrumb-publications{display:flex;align-items:center;margin-bottom:3rem}.whats-publications .breadcrumb-publications p{color:#b0b7db;font:normal normal 800 16px/22px Nunito;margin-right:8px}.whats-publications .breadcrumb-publications a{font:normal normal bold 20px/27px Nunito;color:var(--primary-color);margin-right:10px;position:relative}.whats-publications .breadcrumb-publications a::after{position:absolute;content:"";bottom:-6px;left:0;width:100%;height:3px;background-color:var(--primary-color)}.whats-publications .breadcrumb-publications a i{margin-right:5px}.whats-publications .breadcrumb-publications span{font:normal normal bold 20px/27px Nunito;color:#2d2a5d}.whats-publications .box-whats-new-publications{max-width:330px;border:1px solid #b0b7db;border-radius:7px;background:#fff 0 0 no-repeat padding-box;position:relative;margin-bottom:20px}.whats-publications .box-whats-new-publications img{width:100%;border-radius:7px;height:227px}.whats-publications .box-whats-new-publications .details-public{position:absolute;top:0;left:0;right:0;width:100%;display:flex;justify-content:space-between;padding:10px 15px}.whats-publications .box-whats-new-publications .details-public .options-public{display:flex;align-items:center}.whats-publications .box-whats-new-publications .details-public .options-public span.free{font:normal normal normal 14px/24px Nunito;background-color:var(--primary-color);color:#fafafa;width:44px;height:27px;line-height:27px;border-radius:14px;text-align:center;display:inline-block;margin-right:10px}.whats-publications .box-whats-new-publications .details-public .options-public span.premium{font:normal normal normal 14px/24px Nunito;background-color:#623684;color:#fafafa;width:72px;height:27px;line-height:27px;border-radius:14px;text-align:center;display:inline-block;margin-right:10px}.whats-publications .box-whats-new-publications .details-public .options-public i{color:#ffd500}.whats-publications .box-whats-new-publications .details-public .month{color:#f2f2f2;font:normal normal normal 14px/24px Nunito}.whats-publications .box-whats-new-publications h3{color:#2d2a5d;font:normal normal bold 16px/22px Nunito;padding:10px;max-width:263px;height:50px;overflow:hidden;text-overflow:ellipsis;margin-bottom:10px}.whats-publications .box-whats-new-publications p{font:normal normal normal 14px/24px Almarai;padding:0 10px;color:#4d4d4d;max-width:271px;height:49px;text-overflow:ellipsis;overflow:hidden;margin-bottom:15px}.pagination_rounded{margin:auto;max-width:50%}.pagination_rounded ul{margin:0;padding:0;list-style:none;display:flex}.pagination_rounded li:first-child{margin-left:0}.pagination_rounded ul li{margin-left:20px}.pagination_rounded ul li a.active,.pagination_rounded ul li a:hover{background:var(--primary-color);color:#fff;border:var(--border)}.pagination_rounded ul li a{float:left;color:#cbcbcb;border-radius:50%;line-height:30px;width:50px;height:50px;text-align:center;margin-bottom:40px;border:1px solid #e0e0e0;line-height:50px}.pagination_rounded .prev i{margin-right:10px}.pagination_rounded .next,.pagination_rounded .prev{border-radius:35px;width:50px;height:50px;line-height:50px}@media (max-width:992px){.pagination_rounded{max-width:60%}}@media (max-width:768px){.pagination_rounded{max-width:90%}}@media (max-width:600px){.pagination_rounded{max-width:95%}.pagination_rounded ul li{margin-left:10px}}@media (max-width:500px){.pagination_rounded{max-width:90%}.pagination_rounded ul li{margin-left:10px}.pagination_rounded ul li a{height:35px;width:35px;line-height:35px}.pagination_rounded .next,.pagination_rounded .prev{height:35px;width:35px;line-height:35px}}@media (max-width:400px){.pagination_rounded{max-width:100%}.pagination_rounded ul li{margin-left:6px}}.visible-xs{display:none!important}.box-whats-new-publications .insights,.box-whats-new-publications .tips-tricks{margin:20px 0 20px 10px}.box-whats-new-publications .insights span{width:82px;height:31px;background-color:#623684;border-radius:16px;font:normal normal bold 14px/19px Nunito;color:#fff;display:inline-block;line-height:31px;text-align:center}.box-whats-new-publications .tips-tricks span{width:112px;height:31px;color:#fff;display:inline-block;text-align:center;font:normal normal bold 14px/19px Nunito;background-color:var(--primary-color);border-radius:16px;line-height:31px}.box-whats-new-publications .readmore{margin:0 0 20px 10px}.box-whats-new-publications .readmore a{font:normal normal bold 18px/24px Nunito;color:var(--primary-color)}.information-center-4{position:relative;background-image:url(../images/whats-new-pub/03.jpg);height:528px;background-repeat:no-repeat;background-size:100% 100%;margin-bottom:30px}.information-center-4 .overlay{background:transparent linear-gradient(180deg,#151748bc 0,#04050e00 100%) 0 0 no-repeat padding-box;position:absolute;top:0;height:100%;width:100%}.information-center-4 .content{height:100%;max-width:970px;position:relative;display:flex;justify-content:end;align-items:center;color:#fff;flex-direction:column;text-align:left;margin:auto;bottom:135px}.information-center-4 .content span{text-align:left;background-color:#623684;color:var(--unnamed-color-ffffff);width:107px;height:40px;line-height:40px;color:#fff;text-align:center;border-radius:20px;margin-right:auto;margin-bottom:10px}.information-center-4 .content p{max-width:970px;height:87px;font:normal normal 800 32px/43px Nunito}.content-informations-center-4{margin-top:40px}.content-informations-center-4 .box{margin-bottom:30px;max-width:967px;height:177px}.content-informations-center-4 .box p{width:100%;height:100%;text-align:left;font:normal normal 600 16px/22px Nunito;letter-spacing:-.32px;color:#2d2a5d;overflow:hidden;text-overflow:ellipsis}.content-informations-center-4 .gallery-informations-center-4{margin-bottom:15px;max-width:517px;height:400px}.content-informations-center-4 .gallery-informations-center-4 img{max-width:100%;height:100%;border-radius:10px}.content-informations-center-4 .mena-regin{max-width:967px}.content-informations-center-4 .mena-regin .headding{color:#2d2a5d;font:normal normal 600 26px/35px Nunito;letter-spacing:-.52px;max-width:100%;height:70px;margin-bottom:22px;margin-bottom:22px;overflow:hidden;text-overflow:ellipsis}.content-informations-center-4 .mena-regin p{height:177px;width:100%;font:normal normal 600 16px/22px Nunito;letter-spacing:-.32px;color:#2d2a5d;overflow:hidden;text-overflow:ellipsis}.other-new-you-may-like .headdigng{color:#623684;text-align:left;font:normal normal bold 28px/38px Nunito;letter-spacing:-.28px;margin:1.5rem 0}.other-new-you-may-like .whats-publications{margin:1.5rem 0}.content-informations-center-4 .mena-regin-hr{width:90%;height:2px;background-color:#e0e0e07a;margin:1rem 0}.contact-us .header-contact-us{height:306px;background-image:url(../images/Restaurant-Spotlight..jpg);background-size:100% 100%;background-repeat:no-repeat;position:relative;margin-bottom:30px}.contact-us .header-contact-us .overlay{position:absolute;top:0;left:0;right:0;width:100%;height:100%;background-color:#3b3b95;opacity:.75;mix-blend-mode:multiply}.contact-us .header-contact-us .contact-home-name{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.contact-us .header-contact-us .contact-home-name p{color:#fff;font:normal normal bold 36px/49px Nunito}.contact-us .headding{font:normal normal 800 32px/30px Nunito;color:var(--primary-color);margin-bottom:5px}.contact-us .details-contact{font:normal normal bold 22px/30px Nunito;letter-spacing:0;color:#2d2a5d;margin-top:15px}.contact-us .contact-address,.contact-us .form-contact{margin-top:40px}.contact-us .form-contact label{color:#2d2a5d;font:normal normal 600 20px/27px Nunito}.contact-us .form-contact input{max-width:517px;height:60px;background-color:#f4f6fc;border-radius:30px;padding:0 22px;outline:0;box-shadow:none;border-color:none}.contact-us .form-contact textarea{height:196px;border-radius:15px;background-color:#f4f6fc;resize:none}.contact-us .form-contact input::placeholder,.contact-us .form-contact textarea::placeholder{color:#b3b3b3}.contact-us .form-contact .myBtn{width:216px;height:55px}.contact-us .form-contact .list-roles>li{max-width:252px;height:60px;background-color:#f4f6fc;border-radius:30px;padding:0 22px;position:relative;display:flex;justify-content:space-between;align-items:center;color:#b3b3b3;cursor:pointer}.contact-us .form-contact .list-roles .dropdown-roles{position:absolute;top:65px;left:0;width:100%;text-align:center;background-color:#f4f6fc;color:#b3b3b3;box-shadow:var(--shadow);transform:translateY(100%);border-radius:10px;display:none;transition:all .4s ease-in-out}.contact-us .form-contact .list-roles .dropdown-roles.active{display:block;transform:translateY(0)}.contact-us .form-contact .list-roles .dropdown-roles li{padding:5px}.contact-us .form-contact .list-roles .dropdown-roles li:hover{background-color:#dcdfe77a}.contact-us .contact-address{display:flex;justify-content:space-evenly;align-items:center}.contact-us .contact-address .icon{max-width:27px;height:35px;margin-right:25px}.contact-us .contact-address .icon img{width:100%;height:100%}.contact-us .contact-address .icon i{width:27px;height:35px;color:var(--primary-color);line-height:35px;text-align:center;font-size:30px}.contact-us .contact-address .details-address-contact{margin-right:auto}.contact-us .contact-address .details-address-contact p{font:normal normal bold 18px/24px Nunito}.contact-us .contact-address .details-address-contact p span{color:#c71269}.contact-us .map-contact{margin-top:30px;max-width:460px;border-radius:15px;height:313px;position:relative}.contact-us .map-contact iframe{border-radius:15px;padding:5px}.contact-us .map-contact .my-map{top:0;left:0;right:0;background-color:rgb(255 255 255 / 27%);position:absolute;display:flex;justify-content:center;align-items:center;height:100%;width:100%}.btn-explore-blogs{text-align:center}.btn-explore-blogs .myBtn{width:216px;height:55px;border-radius:28px;margin:auto}.header-login{background-color:#09085a;background-image:linear-gradient(152deg,#09085a 49%,#891068 100%);color:#fff;height:794px;width:100%}.header-login .overlay{width:100%;height:100%;background-image:url(../images/bg-overlay.png)}.header-login .overlay .layer{width:100%;height:100%;background-color:rgb(255 255 255 / 17%)}.header-login .overlay .layer .content{height:584px;display:flex;justify-content:center;align-items:center;border-radius:18px}.header-login .overlay .layer .content .headding-login{color:#ffff;font:normal normal bold 32px/43px Nunito;margin:20px 0}.header-login .overlay .layer .content .form-login{border-top-left-radius:18px;border-bottom-left-radius:18px;background-color:#fff;border:1px solid #dbe8f4}.header-login .overlay .layer .content .form-login form{max-width:517px;padding:50px 20px}.header-login .overlay .layer .content .form-login label{font:normal normal 600 20px/27px Nunito;color:#2d2a5d;margin-left:22px}.header-login .overlay .layer .content .form-login input{height:60px;background-color:#f4f6fc;border-radius:30px;padding:0 22px;position:relative;outline:0;box-shadow:none;border-color:transparent}.header-login .overlay .layer .content .form-login .form-group:nth-of-type(2){position:relative}.header-login .overlay .layer .content .form-login .form-group:nth-of-type(2) i{position:absolute;top:50%;right:30px;color:#bcbcbc;font-size:20px;cursor:pointer;transform:translateY(-50%)}.header-login .overlay .layer .content .form-login .form-group:nth-of-type(3){max-width:517px}.header-login .overlay .layer .content .form-login .reset-pass{color:#2d2a5d;font:normal normal 600 16px/22px Nunito;cursor:pointer;text-decoration:underline}.header-login .overlay .layer .content .form-login input.submit-login{height:55px;border-radius:28px;font:normal normal 600 16px/22px Nunito;margin-top:50px;background-color:var(--primary-color);color:#fff;outline:0;border:none}.header-login .overlay .layer .content .form-login .form-group:last-of-type{text-align:center;margin-top:40px}.header-login .overlay .layer .content .form-login .form-group:last-of-type p{color:#000;font:normal normal normal 16px/22px Nunito}.header-login .overlay .layer .content .form-login .form-group:last-of-type p span{color:#c71269;font:normal normal normal 16px/22px Nunito;cursor:pointer}.header-login .overlay .layer .content .col-md-5{padding-left:0}.header-login .overlay .layer .content .img-form-login{height:100%;width:100%;background-image:url(../images/home-bg-03.jpg);background-size:cover;border-top-right-radius:18px;border-bottom-right-radius:18px;position:relative}.header-login .overlay .layer .content .img-form-login .overlay{background:var(--overlay);position:absolute;top:0;left:0;right:0;width:100%;height:100%;opacity:.49;border-top-right-radius:18px;border-bottom-right-radius:18px}.header-login .overlay .layer .content .img-form-login .box-img-form-login{position:relative;display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;height:100%}.header-login .overlay .layer .content .img-form-login .box-img-form-login img{width:155px}.header-login .overlay .layer .content .img-form-login .box-img-form-login p{color:#fff;letter-spacing:.36px;width:247px;text-align:center;font:normal normal 600 18px/24px Nunito}.reports-free{margin:3rem 0}.reports-free .breadcrumb-publications a{font:normal normal bold 16px/22px Nunito;letter-spacing:.38px;color:var(--primary-color);margin-right:10px;position:relative}.reports-free .breadcrumb-publications span{color:#2d2a5d;font:normal normal bold 16px/22px Nunito;letter-spacing:.38px}.reports-free .reports-top-head{margin:2rem auto 1rem;background-color:#f4f6fc;border-radius:36px;max-width:1050px;height:72px;line-height:72px}.reports-free .reports-top-head h2{font:normal normal bold 24px/32px Nunito;color:#623684;line-height:72px;padding-left:33px}.reports-free .reports-details-list{max-width:1050px;display:flex;justify-content:space-between;margin:auto;flex-wrap:wrap}.reports-free .reports-details-list .box{padding:15px 16px}.reports-free .reports-details-list .box li{font:normal normal normal 24px/32px Nunito;color:#2d2a5d;margin-bottom:1rem}.reports-free .reports-hr{background-color:#e6e7f3;width:1050px;height:1px;margin:.5rem auto}.reports-free .forms-reports-free{display:flex;justify-content:space-evenly;align-items:center;width:1050px;margin-top:2.5rem}.reports-free .img-reports-free-left{background-color:#fff;display:flex;align-items:center;justify-content:center}.reports-free .img-reports-free-left .bg-purple-report-free{width:447px;height:411px;background-image:url(../images/report-free.svg);background-size:cover;border-radius:7px;position:relative}.reports-free .img-reports-free-left .bg-purple-report-free .overlay{position:absolute;width:100%;height:100%;top:0;left:0;right:0;background:transparent linear-gradient(90deg,#ffb44a 0,#ff9361 58%,#ff836e 96%) 0 0 no-repeat padding-box;border:1px solid #f5cdcd00;opacity:.14}.reports-free .img-reports-free-left .bg-purple-report-free .content{position:relative;display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;height:100%}.reports-free .img-reports-free-left .bg-purple-report-free .content img{width:150px}.reports-free .img-reports-free-left .bg-purple-report-free .content p{color:#fff;font:normal normal bold 20px/22px Almarai;margin:0 auto .3rem}.reports-free .img-reports-free-left .bg-purple-report-free .content span{font:normal normal bold 14px/16px Almarai;letter-spacing:2.8px;color:#ffa43b}.reports-free .forms-reports-free .form-reports-right label{color:#2d2a5d;font:normal normal 700 20px/27px Nunito;letter-spacing:.4px;margin-left:22px}.reports-free .forms-reports-free .form-reports-right input{width:517px;height:60px;background-color:#f4f6fc;border-radius:30px;padding-left:22px;outline:0;box-shadow:none;border-color:#eee}.reports-free .forms-reports-free .form-reports-right input::placeholder{font:normal normal normal 16px/22px Nunito;letter-spacing:.32px;color:#b3b3b3}.reports-free .forms-reports-free .form-reports-right .myBtn{width:216px;height:55px;font:normal normal 600 16px/22px Nunito;letter-spacing:.32px;color:#fff}.free-reopr-1{flex-wrap:nowrap!important}.btn-report-free-1{width:279px!important}.headding-report-1{max-width:1050px;margin:2rem auto 1rem}.headding-report-1 h2{font:normal normal bold 24px/32px Nunito;color:#623684;margin-bottom:1rem}.headding-report-1 p{max-width:337px;text-align:left;font:normal normal bold 22px/30px Nunito;color:#2d2a5d}.forms-reports-free-1 .img-reports-free-left-1 .bg-purple-report-free{height:370px!important}.forms-reports-free-1{align-items:self-start!important}.forms-reports-free-1 .form-reports-right{position:relative;top:-30px}.form-reports-right-free-3{display:flex;align-items:center;height:100%;text-align:center}.form-reports-right-free-3 .reports-form-free3 h3{font:normal normal bold 24px/32px Nunito;letter-spacing:0;color:#623684}.form-reports-right-free-3 .reports-form-free3 p{font:normal normal bold 22px/30px Nunito;margin:.2rem 0 .3rem;letter-spacing:0;color:#2d2a5d}.form-reports-right-free-3 .reports-form-free3 .myBtn{margin:auto;width:279px!important;height:55px!important;font:normal normal 600 16px/22px Nunito}.infromation-our-blog .breadcrumb-publications a{font:normal normal 800 16px/22px Nunito}.infromation-our-blog .breadcrumb-publications span{color:#b0b7db;font:normal normal 800 16px/22px Nunito}@media (max-width:1024px){.abouts-sliders-years .content-slider.active{display:block}.abouts-sliders-years .content-slider .box{width:30%;display:inline-block;margin:0 4px 10px}.abouts-sliders-years .slider-wrapers{max-width:98%}.abouts-sliders-years .slider-wrapers .years-pollets span:nth-of-type(5):before{width:106px}.ourvision-about{max-width:95%}}@media (min-width:992px){nav .navbar-top{width:100%}nav .navbar-top .brand-logo{width:70px}}@media (max-width:992px){nav .navbar-top{justify-content:space-between;width:100%}nav .navbar-top .list-navbar{display:none}.toggle-navbar{display:block}.navmobile{position:fixed;top:0;right:-100%;background-color:var(--bg-white);width:80%;box-shadow:var(--shadow);transition:all .5s ease-in-out;height:100%;z-index:100000;display:block}.navmobile.active{right:0}.navmobile .list-navbar>ul{flex-direction:column;list-style:none;text-align:center}.navmobile .list-navbar>ul li{margin:1.5rem 0;border-bottom:1px solid #eee;padding-bottom:15px}.navmobile .social-media{margin-top:25px}.navmobile .social-media>ul li a{font-size:1.1rem}.btn-navbar{width:15rem}nav .navbar-top .list-navbar ul li{margin-left:1rem}.btn-navbar{width:11rem}.btn-navbar button{padding:.3rem .8rem}.the-future .the-future-left{width:55%}.the-future .the-future-right{right:-70px}.many-location .countries-links li{width:160px}.many-location .countries-links li p{font-size:14px}.many-location .countries-links li img{width:35px;height:35px}.expenditure-section .img-expenditure{width:100%}.many-location .btns-accordion-eg{width:75%}.section-challenges .industry-challenges .industry-acc .buttons-change button{width:265px;height:60px}.section-challenges .industry-challenges .industry-acc .buttons-change button span{left:6px}.section-challenges .industry-challenges .industry-acc .buttons-change button p{font-size:12px;margin-left:10px}.reports-section .slider-reports{width:75%}.testimonials-section .testi-slider .box .name-testi{font-size:20px}.testimonials-section .testi-slider .box{width:240px!important}.testimonials-section .testi-slider .box .content-testi{width:200px!important}.testimonials-section .testi-slider .box .logo-testi{width:60px;margin:40px auto}footer .find-us{width:70%}footer .footer-copyrights{padding:0}footer .footer-copyrights span{padding:80px 10px 15px}.many-location .accordion-country{width:100%}.ourvision-about{flex-direction:column;height:400px;margin-bottom:170px}.ourvision-about .icons-title-left,.ourvision-about .video-play-right{width:95%}.video-play-right .img-newyork{width:250px;height:250px;left:50%;transform:translateX(-50%);top:20px}.ourvision-about .icons-title-left .ours .content p{font-size:12px}.ourvision-about{max-width:90%}.information-center-4 .content{max-width:90%}.information-center-4 .content p{max-width:100%;font-size:25px;overflow:hidden;text-overflow:ellipsis;height:auto}.contact-us .map-contact{margin:10px auto 30px}.contact-us .map-contact iframe{max-width:100%}.reports-free .img-reports-free-left{margin-bottom:1rem;width:100%}.reports-free .img-reports-free-left-1{margin-bottom:2.5rem}.form-reports-right{width:100%}.form-reports-right form{max-width:95%;margin:auto}.reports-free .forms-reports-free .form-reports-right input{width:100%}.free-reopr-1{flex-wrap:wrap!important}}@media (min-width:768px) and (max-width:992px){header .home-header .content h2{font-size:125px}header .home-header .content p{font-size:40px}header .get-touch{width:90%}.expenditure-section .img-expenditure img{width:100px}.the-future .the-future-right{left:15px;height:350px;top:200px}.section-challenges .industry-challenges .industry-acc{padding:1rem}.section-challenges .industry-challenges .industry-acc .buttons-change{display:flex;justify-content:center;align-items:center;flex-direction:column;position:relative;margin:0;left:100px;bottom:35px}.section-challenges .industry-challenges .industry-acc .buttons-change button:nth-of-type(2){margin:10px 0}.section-challenges .industry-challenges .parent-accordion .sidebar-accordion .btns-sidebar .myBtn{width:90%}.our-core-values{width:100%}.our-core-values .content-ours-values .box{max-width:180px;padding:0 5px}.about-header .digitalising-about{max-width:95%}.about-header .digitalising-about h3{font-size:23px}.about-header .digitalising-about p{max-width:100%;font-size:13px}.why-ooh-data .btn-message-us .myBtn{right:-17px;position:relative}}@media (max-width:768px){header .home-header .content h2{font-size:115px}header .home-header .content p{font-size:40px}header .get-touch{width:80%}.many-location .container-fluid{padding-right:0;padding-left:0}.many-location .countries-links li{width:145px}.accordion-country{width:100%}.expenditure-section .img-expenditure{width:100%;text-align:center;margin:15px auto}.expenditure-section .img-expenditure img{width:110px;margin-right:5px}.many-location .countries-links li p{font-size:12px}.many-location .countries-links li img{width:30px}.the-future .the-future-left{left:50%;position:absolute;top:80px;transform:translateX(-50%)}.the-future .the-future-right{left:25px}.the-future .the-future-left,.the-future .the-future-right{width:100%}.the-future .the-future-right{position:absolute;left:190px;height:300px;width:300px;margin:auto;top:230px}.section-challenges .industry-challenges .industry-acc .buttons-change button{width:180px;height:50px;text-align:center;justify-content:center;align-items:stretch}.section-challenges .industry-challenges .industry-acc .buttons-change button p{line-height:1;text-align:center;margin-top:8px;width:auto;height:auto}.section-challenges .industry-challenges .industry-acc .buttons-change button span{width:20px;height:20px;font-size:11px;line-height:18px;margin-top:8px}.section-challenges .industry-challenges .parent-accordion .sidebar-accordion .btns-sidebar .myBtn{width:90%}.sliders-testimonials{width:80%}.testimonials-section .testi-slider .box{width:230px!important}.testimonials-section{padding:20px 20px}header .get-touch .content h2{font-size:20px}header .get-touch .content p{font-size:12px}header .get-touch .btn-message button{width:200px;height:50px;line-height:50px;padding:0}header .get-touch .content img{width:56px;height:48px;margin-right:.5rem}footer .find-us,footer .list-links-footer{padding:30px 0}footer .footer-copyrights span{font:normal normal normal 13px/19px Roboto;width:auto}.many-location .accordion-country{width:95%}footer .find-us{width:30%}.our-core-values{width:100%}.our-core-values .content-ours-values{display:block}.our-core-values .content-ours-values .box{max-width:48%;width:48%;display:inline-block}.abouts-sliders-years .content-slider .box{width:46%;display:inline-block;margin:0 4px 10px}.abouts-sliders-years .slider-wrapers .years-pollets span:nth-of-type(5):before{width:80px}.about-header .digitalising-about{max-width:90%}.about-header .digitalising-about p{max-width:90%;font-size:12px}.why-ooh-data .bg-why-ooh-data{height:auto}.other-new-you-may-like .box-whats-new-publications{max-width:100%}.other-new-you-may-like .box-whats-new-publications h3,.other-new-you-may-like .box-whats-new-publications p{max-width:100%}.contact-us .form-contact .list-roles>li,.contact-us .form-contact input{max-width:95%}.header-login .overlay .layer .content .form-login{max-width:95%;margin:auto;border-radius:18px}.reports-free .reports-details-list .box{margin:auto}.reports-free .forms-reports-free{flex-wrap:wrap;flex-direction:column}.header-login .overlay .layer .content .col-md-5{padding-left:15px;margin-top:10px}.header-login .overlay .layer .content .img-form-login,.header-login .overlay .layer .content .img-form-login .overlay{border-radius:18px}}@media (max-width:600px){.testimonials-section .testi-slider .box{width:200px!important}.testimonials-section .testi-slider .box .content-testi{width:180px!important;line-height:1.4}header .get-touch{padding:1rem;flex-wrap:wrap}header .get-touch .btn-message{margin:auto}header .get-touch .btn-message button{margin-top:8px}.many-location .accordion-country{width:100%}.the-future .the-future-right{left:180px}.section-challenges .industry-challenges .industry-acc .buttons-change{display:flex;justify-content:center;align-items:center;position:relative;margin:0;flex-wrap:wrap}.section-challenges .industry-challenges .industry-acc .buttons-change button{width:100%}.section-challenges .industry-challenges .industry-acc .buttons-change button:nth-of-type(2){margin:10px 0}.section-challenges .industry-challenges .parent-accordion .sidebar-accordion .btns-sidebar .myBtn{font-size:14px}.section-challenges .industry-challenges .parent-accordion .content-acoordion .box p{font-size:12px}header .home-header .content p{font-size:27px}header .home-header .content span{font-size:11px}header .home-header .content h2{font-size:80px}.section-challenges .industry-challenges .industry-acc{padding:2rem .5rem}.abouts-sliders-years .content-slider .box{width:45%;display:inline-block;margin:0 4px 10px}.abouts-sliders-years .slider-wrapers .years-pollets span::before{width:127px}.abouts-sliders-years .slider-wrapers .years-pollets span:nth-of-type(5):before{width:20px}.ourvision-about{flex-direction:column;height:400px;margin-bottom:180px}.ourvision-about .icons-title-left,.ourvision-about .video-play-right{width:100%}.video-play-right .img-newyork{width:200px;height:200px;left:50%;transform:translateX(-50%);top:20px}.about-header .digitalising-about{max-width:85%}.about-header .digitalising-about h3{font-size:23px}.about-header .digitalising-about p{max-width:100%;font-size:11px}footer .find-us{width:40%}.information-center-4 .content p{max-width:100%;font-size:20px}.information-center-4 .content p{line-height:1.5}.many-location .countries-links{flex-wrap:wrap}.many-location .countries-links li{width:160px;margin:8px 0}.countries-links li.eg.active::before,.countries-links li.leb.active::before,.countries-links li.saudi.active::before,.countries-links li.uae.active::before{display:none}.many-location .acorrdion-egypt .acordion-headding{width:auto}.many-location .acorrdion{max-width:95%;margin:auto}.table-country{width:90%;margin:50px auto}.expenditure-section .img-expenditure img{width:calc(100% / 5)}.many-location .btns-accordion-eg button{width:calc(90% / 2);font-size:12px}.ourvision-about .icons-title-left .ours .content p{font:normal normal bold 10px/14px Nunito}.ourvision-about .icons-title-left .ours{align-items:stretch}.ourvision-about .icons-title-left .imgs img{width:64px;height:62px}.our-solutions .box-our-solutions .imgs-left{margin-right:15px}.our-solutions .box-our-solutions .content-our-solutions-right h3{font:normal normal bold 18px/20px Nunito}.our-solutions .box-our-solutions .content-our-solutions-right p{font:normal normal normal 12px/20px Nunito}.our-clients-portal .our-clients-left .myBtn,.why-ooh-data .btn-message-us .myBtn{width:100%}.contact-us .form-contact label{font:normal normal 600 18px/25px Nunito}.contact-us .form-contact input{height:50px}.contact-us .contact-address .details-address-contact p{font:normal normal bold 14px/24px Nunito}.reports-free .reports-details-list .box li{margin-bottom:.5rem}.headding-report-1 h2{font:normal normal bold 14px/25px Nunito}.headding-report-1 p{font:normal normal bold 15px/25px Nunito}.btn-report-free-1{height:44px!important;font:normal normal 600 14px/22px Nunito!important}.reports-free .breadcrumb-publications span{font:normal normal bold 14px/22px Nunito}}@media (max-width:550px){.whats-publications .box-whats-new-publications{max-width:90%;margin:20px auto}.whats-publications .box-whats-new-publications h3{max-width:80%}.whats-publications .box-whats-new-publications p{max-width:100%}.information-center-4 .content p{line-height:1.5}.reports-free .reports-top-head{display:flex;align-items:center}.reports-free .reports-top-head h2{line-height:1;font-size:20px}.reports-free .reports-details-list .box li{font-size:20px}.reports-free .img-reports-free-left .bg-purple-report-free{width:400px}.form-reports-right{width:100%}.form-reports-right form{max-width:95%;margin:auto}}@media (max-width:500px){.testimonials-section .testi-slider .box{width:90%!important;margin:auto}.the-future .the-future-right{left:95px;top:250px}.section-challenges .industry-challenges .industry-acc .buttons-change{left:125px}.our-core-values .content-ours-values .box{width:98%;max-width:98%}.abouts-sliders-years .content-slider .box{width:90%;display:inline-block;margin:0 0 10px}.abouts-sliders-years>h2{font-size:20px}.abouts-sliders-years .slider-wrapers .years-charc{width:90%}.abouts-sliders-years .slider-wrapers .years-pollets span::before{width:76px}.video-play-right .img-newyork{width:100%}.about-header .digitalising-about{max-width:90%}.about-header .digitalising-about h3{font-size:16px}.about-header .digitalising-about p{max-width:100%;font:normal normal bold 12px/16px Nunito}.information-center-4 .content p{max-width:100%;font-size:16px}.information-center-4 .content p{line-height:1.5}.header-login{height:825px}.header-login .overlay .layer .content{justify-content:space-between;flex-direction:column}.reports-free .img-reports-free-left .bg-purple-report-free{width:250px}.reports-free .forms-reports-free .form-reports-right input{width:100%}footer .find-us{width:80%}}@media (max-width:450px){header .home-header .content h2{font-size:55px}header .home-header .content p{width:100%;margin:auto;font-size:20px;text-align:center}header .home-header .content span{width:90%;margin:auto;text-align:center;margin-top:8px}.table-country .table-head .box{font-size:16px}.table-country .table-body .row .box{height:105px}.table-country .table-body .row-one .box:nth-of-type(2),.table-country .table-body .row-one .box:nth-of-type(3),.table-country .table-body .row-three .box:nth-of-type(2),.table-country .table-body .row-three .box:nth-of-type(3),.table-country .table-body .row-two .box:nth-of-type(2),.table-country .table-body .row-two .box:nth-of-type(3){line-height:100px}.row-one .box:first-of-type,.row-three .box:first-of-type,.row-two .box:first-of-type{display:flex;flex-wrap:wrap}.many-location .acorrdion-leb p,.many-location .acorrdion-saudi p,.many-location .acorrdion-uae p{width:100%;font-size:14px}.many-location .acorrdion-leb .img-under,.many-location .acorrdion-saudi .img-under,.many-location .acorrdion-uae .img-under{width:100%}.many-location .acorrdion-leb h3,.many-location .acorrdion-saudi h3,.many-location .acorrdion-uae h3{width:100%;font-size:24px}.many-location .acorrdion{height:auto;padding:0 0 30px}.many-location .btns-accordion-eg{width:100%}.many-location .btns-accordion-eg button{width:calc(90% / 2);font-size:12px}.the-future .the-future-left h2{font-size:30px}.the-future .the-future-left p{margin:15px auto;width:100%}.the-future .the-future-right{width:100%;left:0;right:0;top:270px}.section-challenges .industry-challenges .parent-accordion .content-acoordion,.section-challenges .industry-challenges .parent-accordion .sidebar-accordion{width:100%}.section-challenges .industry-challenges .parent-accordion{flex-wrap:wrap}.section-challenges .industry-challenges .parent-accordion .content-acoordion{padding:0 10px}.section-challenges .industry-challenges{width:100%}.section-challenges .industry-challenges .parent-accordion .sidebar-accordion .btns-sidebar{display:flex;justify-content:space-around;flex-direction:row;align-items:center;flex-wrap:wrap}.section-challenges .industry-challenges .parent-accordion .sidebar-accordion .btns-sidebar .myBtn{margin:5px 0;height:30px}.section-challenges .industry-challenges .industry-acc{padding:1rem .5rem 16rem}.section-challenges .industry-challenges .industry-acc>p{margin-bottom:15px}.section-challenges .industry-challenges .industry-acc .buttons-change{left:0;right:0}.section-challenges .industry-challenges .industry-acc .buttons-change button{height:40px;line-height:40px}.reports-section p{font-size:23px}.reports-section .slider-reports{width:98%}.btn-control{bottom:-120px}.section-challenges .industry-challenges .parent-accordion .content-acoordion .box p{font-size:11px}footer .find-us{width:80%}.contact-us .details-contact{font:normal normal bold 14px/30px Nunito}.header-login .overlay .layer .content .img-form-login{position:relative;top:20px;height:auto;width:auto;border-radius:18px}.header-login .overlay .layer .content .img-form-login .overlay{border-radius:18px}.header-login .overlay .layer .content .img-form-login .box-img-form-login img{width:100px}.header-login .overlay .layer .content .img-form-login .box-img-form-login p{font:normal normal 600 16px/24px Nunito;margin-bottom:10px}}