@charset "utf-8";
/* CSS Document */
/* :: All Transition */
* {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    outline: none;
}

.title-black-center{width: 100%; position: relative; margin-bottom: 40px; text-align: center;}
.title-black-center h2{font-size: 32px; color: #000000; font-weight: 700; margin-bottom: 15px;}
.title-black-center h2:after{background: url(../images/divider.png) no-repeat center top; width: 135px; height: 16px; position: absolute; content: ''; display: block; text-align: center; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); margin-top: 5px;}

.footer-sec{position: relative; width: 100%; background-color: #ffffff;}
.footer-sec .sec-1{background: #FFFDEB; padding: 10px 0px; text-align: center;}
.footer-sec .sec-2{background: #000000; position: relative;}
.footer-sec .sec-2 .first-pane{display: flex; position: relative; justify-content: space-between; align-items: center; padding: 8px 0px; border-bottom: 1px solid #5D5D5D;}
.footer-sec .sec-2 .first-pane .footer-contact{color: #ffffff; font-size: 15px;}
.footer-sec .sec-2 .first-pane img{border: 1px dashed #ffffff; border-radius: 50%; padding: 8px; margin-right: 10px;}
.footer-sec .sec-2 .first-pane .footer-social-media{text-align: center; position: relative;}
.footer-sec .sec-2 .first-pane .footer-social-media ul { list-style: outside none none; margin: 0; padding: 0; }
.footer-sec .sec-2 .first-pane .footer-social-media ul li { display: inline-block; margin: 0px 5px 0 0px; color: #ffffff; font-size: 15px; }
.footer-sec .sec-2 .first-pane .footer-social-media a { background-image: none; text-decoration: none; }
.footer-sec .sec-2 .first-pane .footer-social-media ul li .fb { color: #ffffff; display: block; border-radius: 50%; font-size: 22px; height: 45px; line-height: 45px; text-align: center; text-decoration: none; transition: all 0.3s ease 0s; width: 45px; background: transparent; border: 1px dashed #ffffff; }
.footer-sec .sec-2 .first-pane .footer-social-media ul li .fb:hover { background-color: #3b5998; color: #FFFFFF; border: 1px solid #3b5998; }
.footer-sec .sec-2 .first-pane .footer-social-media ul li .yt { color: #ffffff; border-radius: 50%; display: block; font-size: 22px; height: 45px; line-height: 45px; text-align: center; text-decoration: none; transition: all 0.3s ease 0s; width: 45px; background: transparent; border: 1px dashed #ffffff; }
.footer-sec .sec-2 .first-pane .footer-social-media ul li .yt:hover { background-color: #d32727; color: #FFFFFF; border: 1px solid #d32727; }
.footer-sec .sec-2 .first-pane .footer-social-media ul li .wa { color: #ffffff; border-radius: 50%; display: block; font-size: 22px; height: 45px; line-height: 45px; text-align: center; text-decoration: none; transition: all 0.3s ease 0s; width: 45px; background: transparent; border: 1px dashed #ffffff; }
.footer-sec .sec-2 .first-pane .footer-social-media ul li .wa:hover { background-color: #0fc245; color: #FFFFFF; border: 1px solid #0fc245; }
.footer-sec .sec-2 .first-pane .footer-social-media ul li .insta { color: #ffffff; display: block; border-radius: 50%; font-size: 22px; height: 45px; line-height: 45px; text-align: center; text-decoration: none; transition: all 0.3s ease 0s; width: 45px; background: transparent; border: 1px dashed #ffffff; }
.footer-sec .sec-2 .first-pane .footer-social-media ul li .insta:hover { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); color: #FFFFFF; border: 1px solid #d6249f; }
.footer-sec .sec-2 .second-pane{display: flex; position: relative; justify-content: space-between; align-items: center; padding: 8px 0px;}
.footer-sec .sec-2 .second-pane p{font-size: 15x; color: #ffffff; margin-bottom: 0px;}
.testimonials{width: 100%; position: relative; background: #ffffff; padding: 40px 0px;}
.testimonials .test-pane{width: 100%; position: relative; margin-bottom: 30px; border: 1px solid #F69E22; border-radius: 10px; padding: 20px;}
.testimonials .test-pane img{position: relative; margin-bottom: 30px; width: 59px!important; height: auto;}
.testimonials .test-pane p{font-size: 15px; line-height: 26px; margin-bottom: 30px;}
.testimonials .test-pane span{font-size: 14px;}
.testimonials .test-pane span strong{color: #F69E22; display: block;}
.testimonials .owl-theme .owl-nav .owl-prev, .testimonials .owl-theme .owl-nav .owl-next { padding: 0px; color: #F69E22!important; font-size: 16px; margin: auto 5px; display: inline-block; cursor: pointer; background-color: #ffffff; width: 45px; text-align: center; height: 45px; line-height: 45px; border: 1px dashed #F69E22; border-radius: 50%; }
.testimonials .owl-theme .owl-nav [class*=owl-]:hover { background: #F69E22; color: #FFFFFF!important; text-decoration: none; transition: .8s linear; border: none; }
.testimonials .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled { display: block; }
.register-now-btn { min-width: 9.375rem; padding: 1.7rem 2.25rem; background-color: #F69E22; color: rgb(255, 255, 255); border: none; border-radius: 30px; font-size: 1.3125rem; cursor: pointer; text-transform: uppercase; font-weight: 700; height: 3.5rem; line-height: 0.1125rem; position: relative; z-index: 1; overflow: hidden; text-align: center; margin: 30px auto 0px auto; display: block; }
.register-now-btn::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #693d00; transform: translateX(-100%); transition: all 0.3s ease; z-index: -1; }
.register-now-btn:hover::before { transform: translateX(0); }
.register-now-btn:hover { color: #fff; }
.register-now-btn:active { transform: scale(0.95); }
.register-now-btn:focus { outline: none; }
.our-client{width: 100%; position: relative; background: #F6F6F6; padding: 40px 0px 40px 0px;}
.our-client .client-content-pane{position: relative; text-align: center;}
.our-client .client-content-pane img{border-radius: 10px; margin-bottom: 15px;}
.our-client .client-content-pane h5{font-size: 16px; font-weight: 500;}
.our-client .client-content-pane span{font-size: 15px; display: block;}
.our-client .owl-theme .owl-nav .owl-prev, .our-client .owl-theme .owl-nav .owl-next { padding: 0px; color: #F69E22!important; font-size: 16px; margin: auto 5px; display: inline-block; cursor: pointer; background-color: #ffffff; width: 45px; text-align: center; height: 45px; line-height: 45px; border: 1px dashed #F69E22; border-radius: 50%; }
.our-client .owl-theme .owl-nav [class*=owl-]:hover { background: #F69E22; color: #FFFFFF!important; text-decoration: none; transition: .8s linear; border: none; }
.our-client .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled { display: block; }
.upcoming-global-exibitions{width: 100%; position: relative; background: #ffffff; padding: 40px 0px 40px 0px; text-align: center;}
.glance{width: 100%; position: relative; background: #ffffff; padding: 0px 0px 0px 0px;}
.glance .counter{width: 100%;  background: #FFFDEB; border: 1px dashed #F69E22; padding: 40px 40px; border-radius: 10px;}
.glance .counter .glance-pane{display: flex; position: relative; justify-content: space-between; align-items: center;}
.glance .counter .glance-pane .content-sec {position: relative; text-align: center;}
.glance .counter .glance-pane .content-sec .count {font-size: 46px; color: #F69E22; font-weight: 700;}
.glance .counter .glance-pane .content-sec .plus:after {content: '+';}
.glance .counter .glance-pane .content-sec .percentage:after {content: '%';}
.glance .counter .glance-pane .content-sec p{font-size: 20px; color: #000000; margin-bottom: 0px;}
.our-trademark-products{width: 100%; position: relative; background: #ffffff; padding: 40px 0px 40px 0px;}
.our-trademark-products img{border-radius: 10px; margin-bottom: 15px;}
.our-trademark-products p{font-size: 18px; font-weight: 600; text-align: center;}
.our-trademark-products p span{font-weight: 400; font-size: 15px;}
.our-trademark-products .owl-theme .owl-nav .owl-prev, .our-trademark-products .owl-theme .owl-nav .owl-next { padding: 0px; color: #F69E22!important; font-size: 16px; margin: auto 5px; display: inline-block; cursor: pointer; background-color: #ffffff; width: 45px; text-align: center; height: 45px; line-height: 45px; border: 1px dashed #F69E22; border-radius: 50%; }
.our-trademark-products .owl-theme .owl-nav [class*=owl-]:hover { background: #F69E22; color: #FFFFFF!important; text-decoration: none; transition: .8s linear; border: none; }
.our-trademark-products .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled { display: block; }


.uge-content{width: 100%; position: relative; background: #F6F6F6; padding: 40px 0px 40px 0px;}
.uge-content .pointer-content{position: relative;}
.uge-content .pointer-content .contentpane{position: relative; margin-bottom: 20px; border: 1px solid #F69E22; border-radius: 10px; padding: 15px;}
.uge-content .pointer-content .contentpane h5{font-size: 22px; font-weight: 600; margin-bottom: 15px;}
.uge-content .pointer-content .contentpane p{font-size: 18px; margin-bottom: 0; line-height: 32px;}
.uge-content .bg1{background: #FEF7F3;}
.uge-content .bg2{background: #FDFEF3;}
.uge-content .bg3{background: #F3FCFE;}
.uge-content .bg4{background: #FEF3FA;}
.uge-content .bg5{background: #F3FEF9;}
.wrfr{width: 100%; position: relative; background: #ffffff; padding: 0px 0px 0px 0px;}
.wrfr p{font-size: 16px; line-height: 26px; margin-bottom: 75px; text-align: center;}
.wrfr .img-sec{border: 1px solid #E9E9E9; padding: 10px; margin-bottom: 30px;}
.wrfr .content-section{background: #FEF7F3; border: 1px dashed #F69E22; border-radius: 10px; padding: 30px 20px 30px 20px;}
.wrfr .content-section ul { margin: 0; padding: 0; }
.wrfr .content-section ul li { list-style-type: none; display: block; color: #000000 !important; margin-bottom: 30px; padding-left: 82px; line-height: 40px; position: relative; border-bottom: 1px dashed #F69E22; padding-bottom: 30px; }
.wrfr .content-section ul li:last-child { border: none; margin-bottom: 0; padding-bottom: 0; }
.wrfr .content-section ul li::before { content: ""; position: absolute; left: 0; top: 0px; width: 60px; height: 60px; background-image: url('../images/check-mark.png'); background-size: contain; background-repeat: no-repeat; }
.wrfr .content-section ul li h4{font-size: 22px; font-weight: 600; margin-bottom: 8px;}
.wrfr .content-section ul li p{font-size: 18px; line-height: 32px; margin-bottom: 0;}


.wrfr .box-pane{position: relative; border: 1px solid #F69E22; margin-bottom: 75px; border-radius: 10px; padding: 80px 15px 15px 15px; text-align: center;}
.wrfr .box-pane h4{font-size: 24px; font-weight: 600; margin-bottom: 15px;}
.wrfr .box-pane p{font-size: 15px; line-height: 26px; margin-bottom: 0px; text-align: center;}
.wrfr .box-pane img{border: 1px solid #F69E22; border-radius: 50%; padding: 12px; top:-41px; position: absolute; background: #F6F6F6; left: 39%;}
.wrfr .bg-1{background: #FEF7F3;}
.wrfr .bg-2{background: #F3F9FF;}
.wrfr .bg-3{background: #FBFFF3;}
.wrfr .bg-4{background: #FFF9FF;}
.wrfr .bg-5{background: #f9f9ff;}
.wrfr .bg-6{background: #f9feff;}



.panel-expert{width: 100%; position: relative; background: #F6F6F6; padding: 40px 0px 40px 0px;}
.panel-expert p{font-size: 15px; margin-bottom: 20px; text-align: center; }
.panel-expert .five-column-box{display: flex; flex-wrap: wrap; justify-content: space-between;}
.panel-expert .five-column-box .box {flex: 0 0 19%; text-align: center; border-radius: 8px; box-sizing: border-box;}
.panel-expert img{border-radius: 10px; margin-bottom: 20px;}
.panel-expert h5{font-size: 20px; font-weight: 600; margin-bottom: 5px; color: #000000;}
.panel-expert span{font-size: 15px; color: #000000;}
.panel-expert a{margin-bottom: 0px; display: block;}
.why-taj{width: 100%; position: relative; background: #ffffff; padding: 40px 0px 0px 0px;}
.why-taj .img-sec{border: 1px solid #E9E9E9; padding: 10px; margin-bottom: 70px;}
.why-taj p{font-size: 16px; line-height: 26px; margin-bottom: 75px; text-align: center;}
.why-taj .box-pane{position: relative; border: 1px solid #F69E22; margin-bottom: 75px; border-radius: 10px; padding: 80px 15px 15px 15px; text-align: center;}
.why-taj .box-pane h4{font-size: 24px; font-weight: 600; margin-bottom: 15px;}
.why-taj .box-pane p{font-size: 15px; line-height: 26px; margin-bottom: 0px; text-align: center;}
.why-taj .box-pane img{border: 1px solid #F69E22; border-radius: 50%; padding: 12px; top:-41px; position: absolute; background: #F6F6F6; left: 39%;}
.why-taj .bg-1{background: #FEF7F3;}
.why-taj .bg-2{background: #F3F9FF;}
.why-taj .bg-3{background: #FBFFF3;}
.why-taj .bg-4{background: #FFF9FF;}
.why-taj .bg-5{background: #f9f9ff;}
.why-taj .bg-6{background: #f9feff;}
.second-pane-top{width: 100%; position: relative; background: #ffffff; padding: 40px 0px 15px 0px;}
.second-pane-top .content-pane-sec{background: #ffffff; border-radius: 10px;box-shadow: 0 6px 16px rgb(52 105 203 / 16%); -webkit-box-shadow: 0 6px 16px rgb(52 105 203 / 16%); padding: 15px;}
.second-pane-top .content-pane-sec p{font-size: 18px; line-height: 32px; text-align: center; margin-bottom: 0px;}
.main-section{position: relative; width: 100%; background: url(../images/dubai-landing-page-desktop-banner.jpg) no-repeat center top; background-size: cover; padding: 50px 0px;}
.top-pane-content{position: relative; padding: 0px 65px;}
.top-pane-content img{ text-align: center; margin: 0 auto 30px auto; display: block;}
.top-pane-content h1{font-size: 67px; color: #ffffff; line-height: 94px; font-weight: 700;}
.top-pane-content h1 span{font-size: 36px; text-transform: uppercase; font-weight: 700; display: block; letter-spacing: 12px; line-height: 40px;}
.top-pane-content p{font-size: 16px; color: #ffffff; line-height: 28px; position: absolute; bottom: -215px;}
.right-form{background: #ffffff; border-radius: 10px; padding: 20px 10px 10px 10px;}
.right-form h4{text-align: center; font-size: 25px; color: #000000; font-weight: 700;}

.thankyou-section { width: 100%; position: relative; background: url(../images/bg.webp) no-repeat center top; padding: 68px 0px; }
.thankyou-section .description-box { -webkit-box-shadow: 0px 0px 50px 15px rgba(0,0,0,0.2); -moz-box-shadow: 0px 0px 50px 15px rgba(0,0,0,0.2); box-shadow: 0px 0px 50px 15px rgba(0,0,0,0.2); /* background: url(../images/thank-you-bg.webp) no-repeat center top;*/ padding: 45px; text-align: center; background-size: cover; } 
.thankyou-section .description-box h1 { font-size: 72px; font-weight: 800; color: #341601; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: #FFFFFF; text-shadow: 6px 7px 5px rgba(0,0,0,0.18); margin-bottom: 15px; }
.thankyou-section .description-box img { text-align: center; margin-bottom: 10px; }
.thankyou-section .description-box h3 { text-align: center; font-size: 24px; color: #f26221; font-weight: 700; line-height: 45px; margin-bottom: 15px; }
.thankyou-section .description-box p { font-size: 20px; font-weight: 700; color: #000000; line-height: 30px; margin-bottom: 15px; }
.thankyou-section .description-box ul { margin: 0; padding: 0; }
.thankyou-section .description-box ul li { list-style-type: none; text-align: center; font-size: 20px; display: block; color: #f26221; font-weight: 700; }
.thankyou-section .description-box ul li i.fa { margin-right: 10px; }
.thankyou-section .description-box ul li a { color: #f26221; text-decoration: none; }
.thankyou-section .description-box p span { font-size: 16px; font-weight: 500; color: #000000; line-height: 26px; margin: 15px 0px; }


.top-sec{width: 100%; position: relative; background: #ffffff;}
.top-sec .desktop-img{width: 100%; height: 100vh; display: block;}
.top-sec .mobile-img{width: 100%; height: auto; display: none;}
.top-sec .top-form{display: flex; justify-content: right; position: absolute; z-index: 999999; right: 220px; top: 15px;}
.top-sec .top-form .right-form{background: #ffffff;/*background-color: rgba(255, 255, 255, 0.5);*/ border-radius: 10px; padding: 20px 10px 10px 10px; width:100%;}
.top-sec .top-form .right-form h4{text-align: center; font-size: 21px; color: #000000; font-weight: 700;}

.float {position: fixed; width: 70px; height: 70px; bottom: 65px; margin-left: 1%; background-color: #25d366; color: white; border-radius: 50px; text-align: center; font-size: 50px; box-shadow: 2px 2px 3px #999; z-index: 1000; right: 20px;}
.hvr-wobble-to-top-right {display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0,0,0,0);}
.my-float {margin-top: 10px; color: white;}


.mob-panel-expert{width: 100%; position: relative; background: #F6F6F6; padding: 40px 0px 40px 0px; display: none;}
.mob-panel-expert p{font-size: 15px; margin-bottom: 20px; text-align: center; }
/* .panel-expert .five-column-box{display: flex; flex-wrap: wrap; justify-content: space-between;}*/
.mob-panel-expert .box {text-align: center; box-sizing: border-box;} 
.mob-panel-expert img{border-radius: 10px; margin-bottom: 20px;}
.mob-panel-expert h5{font-size: 20px; font-weight: 600; margin-bottom: 5px; color: #000000;}
.mob-panel-expert span{font-size: 15px; color: #000000;}
.mob-panel-expert a{margin-bottom: 0px; display: block;}

.mob-panel-expert .owl-theme .owl-nav .owl-prev, .mob-panel-expert .owl-theme .owl-nav .owl-next { padding: 0px; color: #F69E22!important; font-size: 16px; margin: auto 5px; display: inline-block; cursor: pointer; background-color: #ffffff; width: 45px; text-align: center; height: 45px; line-height: 45px; border: 1px dashed #F69E22; border-radius: 50%; }
.mob-panel-expert .owl-theme .owl-nav [class*=owl-]:hover { background: #F69E22; color: #FFFFFF!important; text-decoration: none; transition: .8s linear; border: none; }
.mob-panel-expert .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled { display: block; }

.top-header{width: 100%; position: relative; background: #ffffff; padding: 10px 0px; display: flex; justify-content: space-between; align-items: center; padding: 10px 20px;} 


.top-header .top-social {position: relative; text-align: right;}
.top-header .top-social ul {list-style: outside none none; margin: 0; padding: 0;}
.top-header .top-social ul li {display: inline-block; margin: 0px 5px 0 0px; color: #ffffff; font-size: 15px;}
.top-header .top-social ul li a {background-image: none; text-decoration: none;}
.top-header .top-social ul li .fb {color: #FFFFFF; display: block; border-radius: 50px; font-size: 18px; height: 45px; line-height: 45px; text-align: center; text-decoration: none; transition: all 0.3s ease 0s; width: 45px; background: #3b5998; border: 1px solid #3b5998;}
.top-header .top-social ul li .fb:hover {background-color: transparent; color: #3b5998; border: 1px solid #3b5998}
.top-header .top-social ul li .yt {color: #FFFFFF; border-radius: 50px; display: block; font-size: 18px; height: 45px; line-height: 45px; text-align: center; text-decoration: none; transition: all 0.3s ease 0s; width: 45px; background: #d32727; border: 1px solid #d32727;}
.top-header .top-social ul li .yt:hover {background-color: transparent; color: #d32727; border: 1px solid #d32727}
.top-header .top-social ul li .wa {color: #FFFFFF; border-radius: 50px; display: block; font-size: 18px; height: 45px; line-height: 45px; text-align: center; text-decoration: none; transition: all 0.3s ease 0s; width: 45px; background: #47c557; border: 1px solid #47c557;}
.top-header .top-social ul li .wa:hover {background-color: transparent; color: #47c557; border: 1px solid #47c557}
.top-header .top-social ul li .ld {color: #FFFFFF; border-radius: 50px; display: block; font-size: 18px; height: 45px; line-height: 45px; text-align: center; text-decoration: none; transition: all 0.3s ease 0s; width: 45px; background: #007bb6; border: 1px solid #007bb6;}
.top-header .top-social ul li .ld:hover {background-color: transparent; color: #007bb6; border: 1px solid #007bb6}
.top-header .top-social ul li .insta {color: #FFFFFF; display: block; border-radius: 50px; font-size: 18px; height: 45px; line-height: 45px; text-align: center; text-decoration: none; transition: all 0.3s ease 0s; width: 45px; background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%); border: 1px solid #d6249f;}
.top-header .top-social ul li .insta:hover {background: transparent; color: #d6249f; border: 1px solid #d6249f}
