@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');
@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;

}

.header_bg{ background:#111; }
.header_text{ padding:10px 0; }
.header_text a{ font-family: "Outfit", serif; font-size:14px; color:#fff; font-weight:400; }
.header_text a:hover{ color:#fcc641; }
.header_text i{ color:#fcc641; }

.header_icons{ text-align: right; padding-top: 10px; }
.header_icons a{ color:#fff; margin-left:10px; }
.header_icons a:hover{ color:#fcc641; }

.logo{ padding:20px 0; }
.nav_btn{ background:#111 !important; padding:8px 20px !important; color:#fff !important; margin-top:-8px; border-radius:5px; }
.nav_btn:hover{ background:#fcc641 !important; color:#333 !important; }
.nav_bar{ margin-top:40px; }

.logo_bg{ background:#fff; }

.banner_left_text{ text-align:left; margin-top:130px; }
.banner_left_text h3{ margin:0px; padding:0px; font-family: 'emiratesmedium'; font-size:60px; color:#2E3192; font-weight:bold; padding-bottom:15px; }
.banner_left_text p{ margin:0px; padding:0px; font-family: 'emiratesmedium'; font-size:16px; color:#333; padding-bottom:30px; }
.banner_left_text a{ background:#2E3192; padding:8px 25px; font-family: 'emiratesmedium'; font-size:16px; color:#fff; border-radius:5px; }
.banner_left_text a:hover{ background:#fcc641; text-decoration:none; color:#333; }

.welcome_section{ padding:40px 0; background:#111 url(../img/welcome_bg.jpg) center top no-repeat; }

.welcome_head{ margin-top:80px; }
.welcome_head h3{ margin:0px; padding:0px; font-family: "Outfit", serif; font-size:42px; color:#fff; font-weight:800; text-transform:uppercase; margin-bottom:25px; }
.welcome_head p{ margin: 0px; padding: 0px; font-family: "Outfit", serif; font-size:16px; color:#fff; font-weight:400; line-height:30px; margin-bottom:30px; }
.welcome_head span{ color:#fcc641; font-size:60px; }
.welcome_head a{ background:#fcc641; padding:8px 25px;font-family: "Outfit", serif; font-size:16px; color:#333; border-radius:5px; }
.welcome_head a:hover{ background:#2E3192; text-decoration:none; color:#fff; }

.pro_section{ padding:40px 0; background:#fff url(../img/bg.jpg) center top no-repeat; background-size:cover; }
.pro_heading{ margin-bottom:30px; }
.pro_heading h3{ margin:0px; padding:0px; font-family: "Outfit", serif; font-size:42px; color:#fcc641; font-weight:800; }
.pro_heading p{ margin:0px; padding:0px; font-family: "Outfit", serif; font-size:16px; color:#fff; font-weight:400; }

.pro_box{ background:#fff; border:solid 1px #ccc; border-radius:5px; padding:10px 10px 15px 10px; box-shadow:0px 0px 5px #000; text-align:center; margin-bottom:30px; }
.pro_box img{ margin-bottom:10px; }
.pro_box h3{ margin:0px; padding:0px; font-family: "Outfit", serif; font-size:16px; color:#111; font-weight:500; }
.pro_box p{ margin:0px; padding:0px; font-family: "Outfit", serif; font-size:12px; color:#111; font-weight:400; }

.why_section{ padding:60px 0; }

.why_heading{ margin-top:30px; }
.why_heading h3{ margin:0px; padding:0px; font-family: "Outfit", serif; font-size:42px; color:#fcc641; font-weight:800; margin-bottom:20px; }
.why_heading p{ margin:0px; padding:0px; font-family: "Outfit", serif; font-size:16px; color:#fff; font-weight:400; padding-bottom:10px; }

.footer_section{ background:#111; padding:10px 0; }
.footer_head{ font-family: 'Montserrat', sans-serif; font-size: 24px; font-weight: 600; color: #fff; padding: 30px 0 5px 0; background:url(../img/footer_line.jpg) left bottom no-repeat; margin-bottom: 30px;}
.footer_head2{ padding: 40px 0 20px 0;}
.footer1{ padding-top: 30px; }
.footer{ margin-bottom: 30px; font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: 500; color: #fff;}
.footer a{ color: #fff; }
.footer a:hover{ color: #ed971e; }
.footer i{ margin-right: 5px; color: #fff;}
.footer li{ padding-bottom: 8px; }
.footer li i{ margin-right: 5px;}
.footer li a{ font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: 500; color: #fff;transition: .3s ease; display: block;}
.footer li a:hover{ font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: 500; color: #ed971e; padding-left: 10px;transition: .3s ease;}
.copy_bg{ background: #000; }
.copy_text{ font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: 500; color: #fff; text-align: center; padding: 15px 0;}
.copy_text span{ font-weight: 600; }
.copy_text a{ text-decoration: underline; color: #fff; }
.copy_text a:hover{ color: #ed971e; }

.sub_banner{ background: #111 url(../img/sub_banner.jpg) center top no-repeat; text-align:center; padding:80px 0; background-size:cover; }
.sub_banner h3{ margin:0px; padding:0px; font-family: 'emiratesmedium'; font-size:60px; color:#fff; font-weight:bold; margin-bottom:10px; }
.sub_banner p{ margin:0px; padding:0px; font-family: 'emiratesmedium'; font-size:16px; color:#fff; }
.sub_banner a{ color:#fff; }
.sub_banner a:hover{ color:#fff; text-decoration:underline; }

.next_bg{ background:#111 url(../img/next_bg.jpg) center top no-repeat; padding:50px 0; }
.content_head{ font-family: 'emiratesmedium'; font-size:36px; font-weight:600; color:#fff; background:url(../img/line.jpg) left bottom no-repeat; padding:20px 0; margin-bottom:20px;}
.content_text{ font-family: "Outfit", serif; font-size:16px; font-weight:500; color:#fff; line-height: 27px; padding-bottom: 20px;}
.content_img{ margin-bottom:35px; }

.form_box{ border:solid 1px #ccc; padding:20px; margin-bottom:30px; }
.contact_box{ border:solid 1px #ccc; padding:30px 20px; margin-bottom:30px; text-align: center;}
.contact_box i{ font-size:30px; color:#fcc641; }
.contact_box h5{ font-family: "Outfit", serif; font-size:18px; font-weight:700; color:#fff; }
.contact_box a{ font-family: "Outfit", serif; font-size:14px; font-weight:500; color:#fff; }
.contact_box a:hover{ color:#fcc641; }

.input_form{ font-family: "Outfit", serif !important; font-size:16px !important; font-weight: 400 !important; color: #000 !important; margin-bottom: 25px; padding:0 12px x 12px !important; }
.input_btn{ background:#fcc641 !important; border:solid 1px #fcc641 !important; border-radius:5px !important; width:100%; padding:12px 12px !important; font-family: "Outfit", serif !important; font-size:16px !important; font-weight: 400 !important; color: #000 !important; }

.d_box{ background:#fff; border:solid 1px #ccc; border-radius:5px; padding:10px 10px 15px 10px; box-shadow:0px 0px 5px #000; text-align:center; margin-bottom:30px; }

.d_name{ font-family: 'emiratesmedium'; font-size:36px; font-weight:600; color:#fff; background:url(../img/line.jpg) left bottom no-repeat; padding:0 0 20px 0; margin-bottom:20px; }
.d_art{ font-family: "Outfit", serif; font-size:16px; font-weight:500; color:#fff; line-height: 27px; padding-bottom: 20px;}
.d_detail{ font-family: "Outfit", serif; font-size:14px; font-weight:500; color:#fff; line-height: 27px; padding-bottom: 20px;}

.more_view{ background:#fff; padding:10px; text-align:center; border-radius:5px; }









/* From Bootstrap */
body{ overflow-x:hidden !important; }
.dropdown-menu{ left:0px !important; background:#030e27 !important; padding:20px !important; border-radius:0px 0px 10px 10px !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: 'Montserrat', sans-serif; font-size: 16px; color: #fff; font-weight: 500; padding: 10px 0 10px 10px; border-bottom: solid 1px #ccc;}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus{ color:#2E3192 !important; }

.navbar-default .navbar-nav>li>a{ font-family: "Outfit", serif; font-size: 14px; color: #111; font-weight: 500;  text-transform: uppercase; margin-left: 35px; padding: 0px 0px 5px 0;}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{ color: #fcc641;}

.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: #2E3192;margin: 0px 0px 20px 0px; outline: none !important;}
.btn-close:hover{background: #2E3192; outline: none !important;}
.btn{padding: 8px 12px; border-radius: 0px;}
.btn img{ width: 30px; }

.mobile-menu{ display: none !important; }
.menu_1{ font-family: 'Open Sans', sans-serif; font-size: 14px; color: #fff; font-weight: 500;}
.menu_1 a{ font-family: 'Open Sans', sans-serif; font-size: 14px; color: #fff; font-weight: 500; }

.mobile-menu-new{ display: none; }
.mobile-menu-new ul li{ padding: 10px 0; }
.mobile-menu-new ul li a{ font-family: 'Open Sans', sans-serif; font-size: 14px; color: #fff; font-weight: 500; cursor: pointer; display: block;}
.mobile-menu-new ul li a:hover{ color: #2E3192; 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: 'Open Sans', sans-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: 'Open Sans', sans-serif; font-size: 14px; color: #fff; font-weight: 500; line-height: 20px !important;}
.sub_menu a:hover{ color: #fff !important; text-decoration: underline !important; }

@media (max-width: 1725px){

}
@media (max-width: 768px){
    body{ overflow-x:hidden; }
    .header_bg{ display:none; }

    .banner_left_text h3{ font-size:36px; color:#fcc641; }
    .banner_left_text p{ font-size:14px; color:#fff; }
    .banner_left_text{ margin-top:45px; }

    .welcome_head h3{ font-size:30px; }
    .welcome_head span{ font-size:30px; }
    .pro_heading h3{ font-size:30px; }

    .pro_box h3{ font-size:12px; }
    .pro_box p{ font-size:12px; }

    .why_heading h3{ font-size:30px; }
    .why_heading p{ font-size:14px; }

    .sub_banner h3{ font-size:30px; }
    .d_name{ font-size:20px;}
    .content_head{ font-size:20px; }




    /*Mobile Banner*/
    
    /*Mobile Banner*/
    .carousel-inner>.item{ height:450px !important; background: url(../img/banner_mobile.jpg) center top no-repeat;}
    .carousel-inner>.item>img, .carousel-inner>.item>a>img{ display: none;}
    /*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: 20px; }
    .menu_1 a{ color: #fff; }
    .menu_1 a:hover{ color: #2E3192; }
    .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;}
}

/* join chat */
.joinchat_button{background-image: url('../img/whatsapp-support.png');background-size: auto;background-repeat: no-repeat;background-position: center;width: 55px;height: 55px;background-color: transparent;box-shadow: 0px 0px 13px 1px rgb(255 255 255 / 3%); position: fixed; bottom: 36px; right: 25px; border-radius: 60px;cursor: pointer;}
.joinchat_button:hover{background-color: var(--primary-color);transition: background 1.5s linear;}
.sonar-wave { position: absolute;top: 0;left: 0;width: 100%;height: 100%;border-radius: 9999px;background-image: linear-gradient(to right, #579544 0%, #29ac00 100%);opacity: 0;z-index: -1;pointer-events: none;}
.sonar-wave { animation: sonarWave 2s linear infinite;}
@keyframes sonarWave {from {opacity: 0.4;} to { transform: scale(3); opacity: 0;}}

/* 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: #fcc641; height: 4px;-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; /* z-index: 1; */ background: white;  }
.navbar-fixed-top.cbp-af-header-shrink { padding: 10px 0; }