
/* ================ carousel section css start ================ */
.carousel-section{position: relative;border-bottom: 8px solid #fff;filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, .61)); }
.carousel-section .carousel{margin: 0 auto;}
.carousel-section .carousel-item img {display: block;margin: 0 auto;object-fit: cover;width: 100%;}
.carousel-section .carousel-content {width: 100%;max-width: 1200px;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);text-align: center;}
.carousel-section .carousel-content h2 {font-family: "Philosopher", sans-serif;font-size: 60px;font-weight: 700;color: #fff;text-shadow: 0px 3px 8px rgba(0, 0, 0, 1);transition: all .2s  linear;}
.carousel-content .button{display: inline-block;margin-top: 20px;font-size: 22px;line-height: 1;padding: 15px 70px;border-radius: 5px;font-weight: 400;color: #fff;background: #c0292e;text-transform: capitalize;transition: all .4s linear;}
.carousel-content .button:hover{color: #fff;background: #f7921e;}
.carousel-section .carousel-control-prev, .carousel-section .carousel-control-next{top: 50%; width: 54px;height: 54px;border-radius: 50%; background-color: rgba(0, 0, 0, .60);transform: translateY(-50%);transition: all .4s linear;}
.carousel-section .carousel-control-prev:hover, .carousel-section .carousel-control-next:hover{background-color: rgb(247, 146, 30);}
.carousel-section .carousel-control-prev{left: 45px;}
.carousel-section .carousel-control-next{right: 45px;}
.carousel-control-next-icon {background-image: url(../images/carousel-arrow.png);width: 11px;height: 18px;background-repeat: no-repeat;background-position: center;}
.carousel-control-prev-icon {background-image: url(../images/carousel-arrow.png);width: 11px;height: 18px;background-repeat: no-repeat;background-position: center;transform: rotate(180deg);}
/* ================ carousel section css end ================ */

/* ================ dubai-visa-services-section css start ================ */
.dubai-visa-services-section{position: relative;z-index: 2;}
.dubai-visa-services-wrap {display: flex;flex-flow: row;flex-wrap: wrap;align-items: center;}
.dubai-visa-services-colum:first-child {padding: 30px 20px 30px 0px ; }
.dubai-visa-services-colum {flex: 50%;}
.dubai-visa-services-section .heading {text-align: left;}
.dubai-visa-services-section .heading h2{font-family:"Lato", sans-serif; font-weight: bold;}
.dubai-visa-services-section p{font-family:"Lato", sans-serif; font-size: 17px;line-height: 30px;letter-spacing: .25px;}
.dubai-visa-services-section .heading::after { left: 0px;transform: translateY(-50%);}
.dubai-visa-services-img {text-align: center;}
/* ================ dubai-visa-services-section css end ================ */

/* ================ why-choose-us section css start ================ */ 
.why-choose-us-section {padding: 60px 0px; }
.why-choose-wrap {display: flex;flex-flow: row;flex-wrap: wrap;padding-top: 30px;}
.why-choose-colum {width: 25%;display: flex;flex-flow: column;}
.why-choose-colum:nth-child(odd) {transform: translateY(-48px);}
.why-choose-card {flex: 1;position: relative;border-radius: 5px;margin:10px 10px;padding: 20px 20px;background: #f9f9fb;box-shadow: 0px 2px 24px rgba(0,0,0,.21);overflow: hidden;text-align: center;transition: all .4s  linear;}
.why-choose-card:hover{transform: translateY(-5px);box-shadow: 0px 2px 24px rgba(0,0,0,.3);}
.why-choose-content h3 {display: inline-block;font-size: 20px;padding-bottom: 15px;border-bottom: 2px dotted #000;} 
.why-choose-img {margin-bottom: 10px;}
.why-choose-content a{color:inherit;}
.why-choose-content a:hover{color: #c83234;}
/* ================ why-choose-us section css end ================ */ 

/* ================ travellers-section css start ================ */ 
.travellers-section{padding: 40px 0px 57px 0px;background-color: #f7f7f7;border-block: 2px solid #e5e5e5;}
.travellers-section .heading::after{display: none;}
.all-reviews {border-radius: 10px;border: 1px solid #dee2e6;background: #fff;margin-bottom: 20px;}
.reviews-nav {padding: 10px 10px;display: flex;}
.reviews-nav li {padding: 10px 10px;}
.reviews-star {position: relative;}
.reviews-star::after {position: absolute;top: 100%;left: 50%;content: "";width: 90%;height: 4px;background-color: #000;transform: translate(-50%, 3px);}
.excellent {font-weight: 600;border-top: 1px solid #dee2e6;padding: 20px 20px;}
.excellent img {padding: 0px 10px;}
.reviews-number {padding-right: 10px;margin-right: 10px;border-right: 2px solid #000;}
.travellers-owl-carousel{display: block;} 
.travellers-owl-carousel .review-card{border-radius: 10px;border: 1px solid #dee2e6;background-color: #fff;padding: 15px 13px;box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;margin: 5px 0px;}
.travellers-owl-carousel .review-text {display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.travellers-owl-carousel .review-title {width: 100%;margin-bottom: 0px;padding-bottom: 10px;font-size: 17px;font-weight: 600;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.travellers-owl-carousel .review-text p{font-family: "Mukta";line-height: 26px;font-size: 16px;color: #212529;font-weight: 300;margin: 0;}
.travellers-owl-carousel .review-bottom {display: flex;align-items: center;justify-content: space-between;border-top: 1px solid #e5e5e5;padding-top: 10px;margin-top: 15px;}
.review-card-text p{margin-bottom: 0;font-size: 16px;}
/* ================ travellers-section css end ================ */ 
