@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Reenie+Beanie&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@font-face {
    font-family: 'emiratesmedium';
    src: url('../fonts/emirates_medium-webfont.woff2') format('woff2'),
         url('../fonts/emirates_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Georgia Regular';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Georgia Regular'),
         url('../fonts/georgia.woff') format('woff');
    }
body{ background:#f8f8f8 !important; overflow-x:hidden !important; }
.header_sec{ background:#fff; }
.logo{ padding:15px 0; }
.logo img{ height:62px; }
.header_number{ text-align:right; font-size:20px; margin-top:30px; }
.header_number a{ font-family: "Inter", sans-serif; font-size: 20px; font-weight: 600; color: #04172a; text-decoration:none; }
.header_number a:hover{ text-decoration:none; color:#b22c21; }

.sikandar{ display:flex; justify-content:center; }
.nav_bar{ margin-top:28px; }

.banner_text{ position:absolute; z-index:99999; text-align:center; width:100%; margin-top:100px; }
.banner_text p{ margin:0px; padding:0px; font-family: "Inter", sans-serif; font-size: 16px; font-weight: 400; color: #fff; }
.banner_text h1{ margin:0px; padding:0px; font-family: "Inter", sans-serif; font-size: 60px; font-weight: 800; color: #fff; margin-bottom:30px; }
.banner_text a{ background:#b22c21; font-family: "Inter", sans-serif; font-size: 16px; font-weight: 400; color: #fff; text-decoration:none; padding:15px 25px; border-radius:5px; transition:.3s ease; }
.banner_text a:hover{ background:#04182a; padding:15px 30px; transition:.3s ease; }

.available_con{ padding:50px 0; }
.available_box{ background:#fff; border-radius:8px; padding:40px 20px; text-align:center; box-shadow:0px 0px 25px #ccc; }
.available_box img{ margin-bottom:15px; }
.available_box h1{ margin:0px; padding:0px; font-family: "Inter", sans-serif; font-size: 20px; font-weight: 600; color: #04182a; }
.available_box p{ margin:0px; padding:0px; font-family: "Inter", sans-serif; font-size: 14px; font-weight: 400; color: #b22c21; }

.welcome_sec{ padding:0px 0px 50px 0; }

.welcome_text{ margin-bottom:40px; margin-top:30px; }
.welcome_text span{ margin:0px; padding:0px; font-family: "Inter", sans-serif; font-size: 16px; font-weight: 400; color: #b22c21; }
.welcome_text h1{ margin:0px; padding:0px; font-family: "Inter", sans-serif; font-size: 42px; font-weight: 700; color: #04182a; margin-bottom:16px; }
.welcome_text p{ margin:0px; padding:0px; font-family: "Inter", sans-serif; font-size: 16px; font-weight: 400; color: #04182a; line-height:27px; margin-bottom:40px; }
.welcome_text a{ background:#b22c21; font-family: "Inter", sans-serif; font-size: 16px; font-weight: 400; color: #fff; text-decoration:none; padding:15px 25px; border-radius:5px; transition:.3s ease; }
.welcome_text a:hover{ background:#04182a; padding:15px 30px; transition:.3s ease; }

.welcome_box_1{ background:#fff url(../img/welcome/commercial.jpg) left 20px top 18px no-repeat;; border-radius:8px; box-shadow:0px 0px 25px #ccc; padding:20px 20px 20px 100px; margin-bottom:25px; }
.welcome_box_1 h1{ margin:0px; padding:0px; font-family: "Inter", sans-serif; font-size: 18px; font-weight: 700; color: #b22c21;}
.welcome_box_1 p{ margin:0px; padding:0px; font-family: "Inter", sans-serif; font-size: 13px; font-weight: 400; color: #04172a;}

.welcome_box_2{ background:#fff url(../img/welcome/residential.jpg) left 20px top 18px no-repeat;; border-radius:8px; box-shadow:0px 0px 25px #ccc; padding:20px 20px 20px 100px; margin-bottom:25px; }
.welcome_box_2 h1{ margin:0px; padding:0px; font-family: "Inter", sans-serif; font-size: 18px; font-weight: 700; color: #b22c21;}
.welcome_box_2 p{ margin:0px; padding:0px; font-family: "Inter", sans-serif; font-size: 13px; font-weight: 400; color: #04172a;}

.welcome_box_3{ background:#fff url(../img/welcome/trusted.jpg) left 20px top 18px no-repeat;; border-radius:8px; box-shadow:0px 0px 25px #ccc; padding:20px 20px 20px 100px; margin-bottom:25px; }
.welcome_box_3 h1{ margin:0px; padding:0px; font-family: "Inter", sans-serif; font-size: 18px; font-weight: 700; color: #b22c21;}
.welcome_box_3 p{ margin:0px; padding:0px; font-family: "Inter", sans-serif; font-size: 13px; font-weight: 400; color: #04172a;}

.welcome_box_4{ background:#fff url(../img/welcome/team.jpg) left 20px top 18px no-repeat;; border-radius:8px; box-shadow:0px 0px 25px #ccc; padding:20px 20px 20px 100px; margin-bottom:25px; }
.welcome_box_4 h1{ margin:0px; padding:0px; font-family: "Inter", sans-serif; font-size: 18px; font-weight: 700; color: #b22c21;}
.welcome_box_4 p{ margin:0px; padding:0px; font-family: "Inter", sans-serif; font-size: 13px; font-weight: 400; color: #04172a;}

.listings_sec{ background:#fff; padding:50px 0; }

.list_head{ margin-bottom:30px; }
.list_head p{ margin:0px; padding:0px; font-family: "Inter", sans-serif; font-size: 16px; font-weight: 400; color: #04172a; }
.list_head h1{ margin:0px; padding:0px; font-family: "Inter", sans-serif; font-size: 42px; font-weight: 700; color: #04182a; }
.list_head span{ color:#b22c21; }

.listing_box{ background:#fff; border-radius:8px; padding:15px; box-shadow:0px 0px 25px #ccc; margin-bottom:25px; }
.listing_box img{ border-radius:5px; margin-bottom:12px; }
.listing_box h1{ margin:0px; padding:0px; font-family: "Inter", sans-serif; font-size: 20px; font-weight: 700; color: #04172a; margin-bottom:0px; }
.listing_box p{ margin:0px; padding:0px; font-family: "Inter", sans-serif; font-size: 12px; font-weight: 400; color: #606060; margin-top:7px; margin-bottom:12px; }
.listing_box span{ font-family: "Inter", sans-serif; font-size: 12px; font-weight: 400; color: #3c3c3c; }

.listing_footer{ border-top:solid 1px #f1f1f1; display:flex; justify-content:center; padding:10px 0 0 0; }
.icons-1{ background:url(../img/icon-1.jpg) left top no-repeat; padding-left:25px; font-family: "Inter", sans-serif; font-size: 12px; font-weight: 400; color: #606060; margin-right:15px; }
.icons-2{ background:url(../img/icon-2.jpg) left top no-repeat; padding-left:25px; font-family: "Inter", sans-serif; font-size: 12px; font-weight: 400; color: #606060; margin-right:15px; }
.icons-3{ background:url(../img/icon-3.jpg) left top no-repeat; padding-left:25px; font-family: "Inter", sans-serif; font-size: 12px; font-weight: 400; color: #606060; margin-right:15px; }

.listing_box_btn{ text-align:center; margin-top:30px; }
.listing_box_btn a{ background:#b22c21; font-family: "Inter", sans-serif; font-size: 16px; font-weight: 400; color: #fff; text-decoration:none; padding:15px 25px; border-radius:5px; transition:.3s ease; }
.listing_box_btn a:hover{ background:#04182a; padding:15px 30px; transition:.3s ease; }

.text_bg{ background:#202b46 url(../img/text_bg.jpg) center top no-repeat; padding:100px 0; background-size:cover; }
.parallax{ background-attachment:fixed; background-position:center; background-repeat:no-repeat; background-size:cover;}
.text_box{ background:rgba(255, 255, 255, .7); padding:50px; border-radius:5px; }
.text_box span{ font-family: "Inter", sans-serif; font-size: 24px; font-weight: 300; color: #04172a; }
.text_box h1{ margin:0px; padding:0px; font-family: "Inter", sans-serif; font-size: 48px; font-weight:800; color: #04172a; margin-bottom:20px; }
.text_box p{ margin:0px; padding:0px; font-family: "Inter", sans-serif; font-size: 18px; font-weight: 400; color: #04172a; line-height: 30px; margin-bottom:40px; }
.text_box a{ background:#b22c21; font-family: "Inter", sans-serif; font-size: 16px; font-weight: 400; color: #fff; text-decoration:none; padding:15px 25px; border-radius:5px; transition:.3s ease; }
.text_box a:hover{ background:#04182a; padding:15px 30px; transition:.3s ease; }

.home_sec{ background: #f8f8f8; padding:60px 0; }
.brand_box{ text-align:center; margin-bottom:30px; }

.prop_heading{ margin-top:125px; }
.prop_heading h1{ margin:0px; padding:0px; font-family: "Inter", sans-serif; font-size: 40px; font-weight:800; color: #04172a; padding-bottom:25px; background:url(../img/hline.jpg) left bottom no-repeat; margin-bottom:25px; }
.prop_heading p{ margin:0px; padding:0px; font-family: "Inter", sans-serif; font-size: 20px; font-weight: 400; color: #04172a; }

.location_box{ border-radius:8px; margin-bottom:40px; }
.location_box p{ margin:0px; padding:0px; font-family: "Inter", sans-serif; font-size: 22px; font-weight: 400; color: #fff; position:absolute; width:100; z-index:99999; left:40px; top:25px; }
.location_box img{ width:100%; border-radius:8px; }

.callback_sec{ background:url(../img/call-back.jpg) center top no-repeat; padding:60px; border-radius:8px; background-size:cover; text-align:center; }
.callback_sec h1{ margin:0px; padding:0px; font-family: "Inter", sans-serif; font-size: 42px; font-weight:800; color: #fff; padding-bottom:25px; }
.callback_sec p{ margin:0px; padding:0px; font-family: "Inter", sans-serif; font-size: 18px; font-weight: 400; color: #fff; line-height:30px; margin-bottom:40px; }
.callback_sec a{ background:#b22c21; font-family: "Inter", sans-serif; font-size: 16px; font-weight: 400; color: #fff; text-decoration:none; padding:15px 25px; border-radius:5px; transition:.3s ease; }
.callback_sec a:hover{ background:#04182a; padding:15px 30px; transition:.3s ease; }

.footer_sec{ background:#04172a; padding:60px 0; }
.footer_head{ font-family: "Inter", sans-serif; font-size: 28px; font-weight:700; color: #fff; background:url(../img/fline.jpg) left bottom no-repeat; padding-bottom:20px; margin-bottom:20px; }

.footer_text{ font-family: "Inter", sans-serif; font-size: 16px; font-weight: 400; color: #fff; line-height:27px; }
.footer_text p{ margin:0px; padding:0px; font-family: "Inter", sans-serif; font-size: 16px; font-weight: 400; color: #fff; line-height:27px; }
.footer_text a{ color:#fff; text-decoration:none; transition:.3s ease; }
.footer_text a:hover{ color: #b22c21; text-decoration: underline; transition:.3s ease; }

.footer{}
.footer li a{ font-family: "Inter", sans-serif; font-size: 16px; font-weight: 400; color: #fff; display:block; padding-bottom:7px; transition:.3s ease; }
.footer li a:hover{ color: #b22c21; text-decoration: underline; transition:.3s ease; }

.copy_text{ border-top:solid 1px #283746; padding-top:30px; text-align:center; margin-top:30px; font-family: "Inter", sans-serif; font-size: 16px; font-weight: 400; color: #fff; }


.sub_banner{ background: url(../img/sub_banner.jpg) center top no-repeat; text-align:center; padding:110px 0; }
.sub_banner h1{ margin:0px; padding:0px; font-family: "Inter", sans-serif; font-size: 42px; font-weight:800; color: #fff; }
.sub_banner p{ margin:0px; padding:0px; font-family: "Inter", sans-serif; font-size: 18px; font-weight:400; color: #fff; }
.sub_banner a{ color:#fff; text-decoration:underline; transition:.3s ease; }
.sub_banner a:hover{ color:#b22c21; text-decoration:underline; transition:.3s ease; }

.next_sec{ padding:50px 0; }

.about_text{ margin-bottom:120px; }
.about_text p{ margin: 0px; padding: 0px; font-family: "Inter", sans-serif; font-size: 18px; font-weight:400; color: #04172a; }

.mission_box{ background:#fff; border-radius:8px; padding:25px; box-shadow:0px 0px 25px #ccc; margin-bottom:35px; min-height:250px; }
.mission_box h1{ margin:0px; padding:0px; font-family: "Inter", sans-serif; font-size: 30px; font-weight:700; color: #04172a; margin-bottom:20px; }
.mission_box p{ margin:0px; padding:0px; font-family: "Inter", sans-serif; font-size: 18px; font-weight:400; color: #04172a; }

.team_head{ text-align:center; font-family: "Inter", sans-serif; font-size: 36px; font-weight:700; color: #04172a; margin-bottom:20px; margin-top:20px; }
.team_box{ background:#fff; border-radius:8px; box-shadow:0px 0px 25px #ccc; margin-bottom:20px; padding:20px 0; text-align:center; }
.team_box img{ margin-bottom:15px; }
.team_box h1{ margin:0px; padding:0px; font-family: "Inter", sans-serif; font-size: 20px; font-weight:600; color: #04172a; margin-bottom:5px; }
.team_box h2{ margin:0px; padding:0px; font-family: "Inter", sans-serif; font-size: 16px; font-weight:400; color: #04172a; margin-bottom:10px; }
.team_box p{ margin:0px; padding:0px; font-family: "Inter", sans-serif; font-size: 16px; font-weight:400; color: #04172a; }
.team_box i{ color: #b22c21; }
.team_box a{ color: #04172a; text-decoration:none; }
.team_box a:hover{ color: #b22c21; text-decoration:underline; }

.contact_us_head{ background:#04172a; padding:30px; margin-bottom:30px; border-radius:5px; }
.contact_us_head h3{ margin:0px; padding:0px; font-family: "Outfit", serif; font-size:22px; color:#fff; font-weight:600; padding-bottom:15px; }
.contact_us_head p{ margin:0px; padding:0px; font-family: "Outfit", serif; font-size:16px; color:#fff; font-weight:400; }

.contact_us_text{}
.contact_us_text h3{ margin:0px; padding:0px; font-family: "Outfit", serif; font-size:24px; color:#111; font-weight:600; padding-bottom:20px; }
.contact_us_text p{ margin:0px; padding:0px; font-family: "Outfit", serif; font-size:16px; color:#111; font-weight:500; padding-bottom:10px; }
.contact_us_text i{ color:#b12c20; }
.contact_us_text a{ font-family: "Outfit", serif; font-size:16px; color:#111; font-weight:500;}
.contact_us_text a:hover{ color:#b12c20; }

.input_contact{ background:transparent !important; border:none !important; border-radius:0px !important; -webkit-box-shadow:none !important; box-shadow:none !important; -webkit-transition:none !important; margin-bottom:20px !important; font-family: "Outfit", serif !important; font-size:16px !important; color:#111 !important; font-weight:400 !important; border-bottom:solid 1px #ccc !important; }
.input_contact_btn{ background:#04172a !important; border:solid 1px #04172a !important; border-radius: 5px !important; width:100%; font-family: "Outfit", serif !important; font-size:20px !important; color:#fff !important; font-weight:400 !important; padding:12px 30px !important; height:auto !important; -webkit-box-shadow:none !important; box-shadow:none !important; -webkit-transition:none !important; }


.google_maps{ padding:30px; background:#f1f1f1; margin:30px 0; }
.notfound{ text-align:center; background:#b22c21; border-radius:5px; padding:12px; font-family: "Outfit", serif; font-size:18px; color:#fff; font-weight:400; }

.blog_box{ background:#fff; padding:20px; margin-bottom:25px; border-radius:5px; box-shadow:0px 0px 25px #ccc; }
.blog_box img{ margin-bottom:15px; border-radius:5px; }
.blog_box h1{ margin:0px; padding:0px; font-family: "Inter", sans-serif; font-weight: 600; font-size:18px; color: #111827; margin-bottom:10px; line-height:25px; }
.blog_box p{ margin:0px; padding:0px; font-family: "Inter", sans-serif; font-weight: 400; font-size:15px; color: #111827; margin-bottom:15px; }
.blog_box a{ font-family: "Inter", sans-serif; font-weight: 600; font-size:16px; color: #111827; text-decoration:underline; }
.blog_box a:hover{ color:#b12c20; }

.services_text{ margin-top:50px; }
.services_text h1{ margin:0px; padding:0px; font-family: "Inter", sans-serif; font-weight: 800; font-size:32px; color: #04172a; margin-bottom:15px; }
.services_text p{ margin:0px; padding:0px; font-family: "Inter", sans-serif; font-weight: 400; font-size:16px; color: #04172a; margin-bottom:40px; line-height:27px; }
.services_text a{ background:#b22c21; font-family: "Inter", sans-serif; font-size: 16px; font-weight: 400; color: #fff; text-decoration:none; padding:15px 25px; border-radius:5px; transition:.3s ease; }
.services_text a:hover{ background:#04182a; padding:15px 30px; transition:.3s ease; }

.services_img{}
.services_img img{ border-radius:8px; }

.services_page{ margin-bottom:60px; }

.more_view_box{ background:#fff; text-align:center; border:solid 1px #ccc; margin-bottom:15px; padding:8px; border-radius:5px; }
.detail_box{ background:#fff; text-align:center; border:solid 1px #ccc; margin-bottom:15px; padding:15px; border-radius:8px; }

.listing_details{}
.listing_details h1{ margin:0px; padding:0px; font-family: "Inter", sans-serif; font-weight: 800; font-size:28px; color: #04172a; margin-bottom:15px; }
.listing_details p{ margin:0px; padding:0px; font-family: "Inter", sans-serif; font-weight: 400; font-size:16px; line-height: 27px; color: #04172a; margin-bottom:40px; }
.listing_details a{ background:#b22c21; font-family: "Inter", sans-serif; font-size: 16px; font-weight: 400; color: #fff; text-decoration:none; padding:15px 25px; border-radius:5px; transition:.3s ease; }
.listing_details a:hover{ background:#04182a; padding:15px 30px; transition:.3s ease; }

.textbar{  background: #b12c20; border-radius: 5px; display:flex; justify-content:left; padding:12px; margin-bottom:20px; }
.dicons-1{ background:url(../img/dicon-1.png) left top no-repeat; padding-left:25px; font-family: "Inter", sans-serif; font-size: 16px; font-weight: 400; color: #fff; margin-right:30px; }
.dicons-2{ background:url(../img/dicon-2.png) left top no-repeat; padding-left:25px; font-family: "Inter", sans-serif; font-size: 16px; font-weight: 400; color: #fff; margin-right:30px; }
.dicons-3{ background:url(../img/dicon-3.png) left top no-repeat; padding-left:25px; font-family: "Inter", sans-serif; font-size: 16px; font-weight: 400; color: #fff; margin-right:30px; }
.dicons-4{ background:url(../img/dicon-4.png) left top no-repeat; padding-left:25px; font-family: "Inter", sans-serif; font-size: 16px; font-weight: 400; color: #fff; margin-right:30px; }

.related_head{ font-family: "Inter", sans-serif; font-weight: 800; font-size:36px; color: #04172a; margin:15px 0; }

.tab-content{ margin-top:30px; }
.tbbs_btns{ margin-top:30px; }
.tbbs_d{ font-family: "Inter", sans-serif; font-weight: 400; font-size:16px; line-height: 27px; color: #04172a; }

.salerent{ position: absolute; z-index: 9999; margin: 7px; background:#b22c21;font-family: "Inter", sans-serif; font-weight: 400; font-size:13px; color:#fff; padding:4px 6px; border-radius:5px; }



















/* From Bootstrap */
.owl-theme .owl-nav [class*=owl-]{ font-size:40px !important; }
.owl-theme .owl-nav [class*=owl-]:hover{ background:transparent !important; }
.panel{ border:none !important; background-color:transparent !important; }

body{ overflow-x:hidden !important; }
.dropdown-menu{ left:15px !important; background:#fff !important; padding:20px !important; border-radius:0px 0px 10px 10px !important; min-width:300px !important; }

.dropdown:hover .dropdown-menu { display: block; margin-top: 0; /* remove the gap so it doesn't close */}
.carousel-caption{ text-shadow:none !important; }
.dropdown-menu>li>a{ font-family: "Inter", sans-serif; font-size: 16px; color: #04182a; font-weight: 400; padding: 10px; border-bottom: solid 1px #ccc; transition:.3s ease; }
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus{ background:#b22c21 !important; color:#fff !important;  padding-left:15px !important; transition:.3s ease; }

.navbar-default .navbar-nav>li>a{ font-family: "Inter", sans-serif; font-size: 16px; color: #04182a; background: transparent !important; border-radius: 0px !important; font-weight: 400;  margin: 0 16px !important; padding: 5px 0px 3px 0;}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{ color: #b22c21;}

.carousel-caption{ left: 0px !important; right: 0px !important; top: 1%;}
.carousel-caption img{ max-width: 100%; }
.carousel-control{ top: 50% !important; }

.carousel-control.left{ left:-4% !important; }
.carousel-control.right{ right:-4% !important; }

.offcanvas-header{ display:none; }
.btn-close{background: #b22c21;margin: 0px 0px 20px 0px; outline: none !important;}
.btn-close:hover{background: #b22c21; outline: none !important;}
.btn{padding: 8px 12px; border-radius: 0px;}
.btn img{ width: 30px; }

.mobile-menu{ display: none !important; }
.menu_1{ font-family: "Outfit", serif; font-size: 14px; color: #fff; font-weight: 500;}
.menu_1 a{ font-family: "Outfit", serif; font-size: 14px; color: #fff; font-weight: 500; }

.mobile-menu-new{ display: none; }
.mobile-menu-new ul li{ padding: 7px 0; }
.mobile-menu-new ul li a{ font-family: "Outfit", serif; font-size: 14px; color: #fff; font-weight: 500; cursor: pointer; display: block;}
.mobile-menu-new ul li a:hover{ color: #b22c21; text-decoration: none;}
.mobile-menu-new ul li i{ font-size: 11px; float: right; }

.mobile-menu-new-sub li{ padding: 0 !important; }
.mobile-menu-new-sub li a{ font-family: "Outfit", serif; font-size: 14px; color: #fff; font-weight: 500; border-bottom: solid 1px #fff; padding: 8px 0;}

.sub_menu{ border-bottom: solid 1px #1f1e1e; padding: 10px 15px; }
.sub_menu a{ font-family: "Outfit", serif; font-size: 14px; color: #fff; font-weight: 500; line-height: 20px !important;}
.sub_menu a:hover{ color: #fff !important; text-decoration: underline !important; }


.modal-header{ background:#060f14 !important; border-radius:5px 5px 0 0 !important; border-bottom:solid 1px #000 !important; }
.modal-title{ font-family: "Outfit", serif; font-size: 18px; color: #fff; font-weight: 500; }
.modal-header .close{ color:#fff !important; }

.modal-body{ background:#09161e !important; }

.nav-tabs{ display:flex; justify-content:left; border-bottom:none !important; margin-bottom:30px; }
.nav-tabs>li>a{ background:#fff !important; font-family: "Inter", sans-serif !important; font-size:18px !important; color:#04172a !important; font-weight:500 !important; border-radius:5px !important; border:none !important; padding:15px 60px !important; margin:0px 5px !important; }
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{ background:#b22c21 !important; color:#fff !important; }


@media (max-width: 1725px){
    body{ overflow-x:hidden; }
}
@media (max-width: 1500px){
    body{ overflow-x:hidden; }
}
@media (max-width: 1400px){
    body{ overflow-x:hidden; }
}
@media (max-width: 1350px){
    body{ overflow-x:hidden; }
}
@media (max-width: 1100px){
    body{ overflow-x:hidden; }
}
@media (max-width: 768px){
    body{ overflow-x:hidden; }
    .header_number{ display:none; }

    .banner_text{ display:none; }
    .available_box{ margin-bottom:25px; padding:20px 20px; }
    .available_box h1{ font-size:16px; }
    .available_box p{ font-size:12px; }

    .welcome_text h1{ font-size:24px; }
    .welcome_text p{ font-size:14px; }
    .welcome_text a{ font-size:14px; padding:12px 20px; }
    .welcome_text a:hovre{ font-size:14px; padding:12px 20px; }

    .list_head h1{ font-size:24px; }

    .mg-image-1 { height:auto !important; }
    .mg-image-1 img{ height:auto !important; }

    .listing_box h1{ font-size:13px; font-weight:600; }
    .listing_box span{ font-size:10px; }
    .listing_box p{ font-size:10px; }
    .listing_footer{ display:none; }
    .listing_box{ min-height:305px; padding:10px; }

    .listing_box_btn a{ font-size:14px; padding:12px 20px; }
    .listing_box_btn a:hover{ font-size:14px; padding:12px 20px; }

    .text_box span{ font-size:16px; }
    .text_box h1{ font-size:26px; }
    .text_box p{ font-size:14px; line-height:27px; }
    .text_box a{ font-size:14px; padding:12px 20px; }
    .text_box a:hover{ font-size:14px; padding:12px 20px; }
    .text_box{ padding:30px 30px 40px 30px; }

    .prop_heading{ margin-top:0px; margin-bottom:30px; }
    .prop_heading h1{ font-size:24px; padding-bottom:20px; margin-bottom:20px; }
    .prop_heading p{ font-size:15px; }

    .location_box p{ font-size:13px; left:30px; }
    .callback_sec{ padding:30px 30px 40px 30px; }
    .callback_sec h1{ font-size:24px; }
    .callback_sec p{ font-size:14px; line-height:27px; }
    .callback_sec a{ font-size:14px; padding:12px 20px; }
    .callback_sec a:hover{ font-size:14px; padding:12px 20px; }

    .footer_head{ font-size:22px; }
    .footer_text{ margin-bottom:25px; }

    .sub_banner h1{ font-size:26px; }
    .sub_banner p{ font-size:14px; }
    .sub_banner{ padding:50px 0; }
    .about_text p{ font-size:14px; line-height:27px; }
    .about_img{ display:none; }

    .mission_box h1{ font-size:22px; }
    .mission_box p{ font-size:14px; line-height:27px; }

    .team_head{ font-size:24px; }
    .team_box h1{ font-size:12px; }
    .team_box h2{ font-size:12px; }
    .team_box p{ font-size:12px; }

    




    /*Mobile Banner*/
    
    /*Mobile Banner*/
    .carousel-control.left{ left:0% !important; }
    .carousel-control.right{ right:0% !important; }

    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse{ max-height:100% !important; }

    .carousel-inner>.item{}
    .carousel-inner>.item>img, .carousel-inner>.item>a>img{}
    /*Navbar*/
    .nav>li{ display: none; }
    .navbar-nav{ padding: 0px 20px 0px 15px !important; }
    .mobile-menu{ display: block !important; margin: 0 30px;}
    .menu_1{ padding-bottom: 15px; }
    .menu_1 a{ color: #fff; }
    .menu_1 a:hover{ color: #b22c21; }
    .mobile-menu-new{ display: block; margin: 0 30px;}
    /*Off Canvas*/
    .offcanvas-header{ display:block; text-align: right;}
    .navbar-collapse { position: fixed; z-index: 99999; top:0; bottom: 0;left: 100%; width: 90%; padding-right: 0;padding-left: 0;overflow-y: auto;visibility: hidden;background-color: white;transition: visibility .2s ease-in-out, transform .2s ease-in-out; transform: translateX(-100%);}
    .navbar-collapse.show {visibility: visible; transform: translateX(-100%);background: black;overflow-x: hidden;}
}


/* Underline From Left */
.hvr-underline-from-left { 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);position: relative;overflow: hidden;}
.hvr-underline-from-left:before {content: "";position: absolute;z-index: -1;left: 0;right: 100%;bottom: 0;background: #b22c21; height: 2px;-webkit-transition-property: right;transition-property: right;-webkit-transition-duration: 0.3s;transition-duration: 0.3s;-webkit-transition-timing-function: ease-out;transition-timing-function: ease-out;}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {right: 0;}

.navbar-fixed-top{ position: sticky; position: -webkit-sticky; top: 0; background: #fff; transition: box-shadow 0.3s ease; z-index: 1000000; }
.navbar-fixed-top.scrolled { box-shadow: 0 4px 8px rgba(0,0,0,0.15); padding: 0; }
.navbar-fixed-top.cbp-af-header-shrink { padding: 10px 0; }

/* Preloader styles */
#preloader {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #fff;
z-index: 9999999999;
display: flex;
align-items: center;
justify-content: center;
transition: opacity 0.5s ease;
}

#preloader.hidden {
opacity: 0;
pointer-events: none;
}

.spinner {
width: 251px;
height: 88px;
}

@keyframes spin {
to {
}
}

.mg-image-1 img {
    -webkit-transition: all 0.3s ease; /* Safari and Chrome */
    -moz-transition: all 0.3s ease; /* Firefox */
    -o-transition: all 0.3s ease; /* IE 9 */
    -ms-transition: all 0.3s ease; /* Opera */
    transition: all 0.3s ease;
    max-width: 100%;
  overflow:hidden;
  object-fit: cover;
  height: 270px;
}
.mg-image-1:hover img {
    -webkit-transform:scale(1.05); /* Safari and Chrome */
    -moz-transform:scale(1.05); /* Firefox */
    -ms-transform:scale(1.05); /* IE 9 */
    -o-transform:scale(1.05); /* Opera */
     transform:scale(1.05);
   overflow:hidden;
   height: 270px;
}
.mg-image-1 {
  overflow: auto;
  overflow:hidden;
  height: auto;
  display: flex;
  justify-content: center;
  height: 270px;
  border-radius: 5px;  
  margin-bottom: 12px;
}

  @keyframes pulse {
    0% {
      transform: scale(1);
      box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    70% {
      transform: scale(1.05);
      box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
    }
    100% {
      transform: scale(1);
      box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
  }

  .whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    color: white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    border: none;
    background-image: url('https://upload.wikimedia.org/wikipedia/commons/6/6b/WhatsApp.svg');
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center;
    cursor: pointer;
    z-index: 9999;
    animation: pulse 2s infinite;
  }

  .whatsapp-popup {
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 260px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    padding: 15px;
    display: none;
    z-index: 9999;
    font-family: Arial, sans-serif;
  }

  .whatsapp-popup h4 {
    margin: 0;
    font-size: 16px;
    color: #075e54;
  }

  .whatsapp-popup p {
    font-size: 14px;
    margin: 10px 0;
  }

  .whatsapp-popup a {
    display: inline-block;
    background-color: #25D366;
    color: white;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: bold;
  }

  .whatsapp-popup::after {
    content: '';
    position: absolute;
    bottom: -10px;
    right: 20px;
    border-width: 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
  }


  /* width */
::-webkit-scrollbar {
  width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #04182a; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #04182a; 
}