@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

/*==================================================
  Global CSS Reset start here
  ==================================================*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}

html {
    scroll-behavior: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

* {
    outline: none !important;
    text-decoration: none !important;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

a {
    text-decoration: none;
    color: #000000;
    -webkit-transition: all 0.42s ease-out;
    -moz-transition: all 0.42s ease-out;
    -o-transition: all 0.42s ease-out;
    transition: all 0.42s ease-out;
    outline: none !important;
}

em {
    font-style: italic;
}
b{ font-weight: 600;}
strong {
    font-weight: bold;
    color: #000;
}

img,
object,
iframe {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3;
    font-weight: 400;
}

body {
    font-size: 16px;
    line-height: 1.75;
    overflow-x: hidden;
    color: #000;
    font-family: 'Poppins', sans-serif;
}

p {
    margin-bottom: 20px;
    color: #676767;
    font-family: 'Poppins', sans-serif;
}

html {
    -webkit-text-size-adjust: 100%;
}

section {
    overflow: hidden;
}

a:hover {
    color: #c4932c;
}

/*img,
a {
    display: block;
}*/
img {
    display: block;
}
@font-face {
    font-family: 'effrabold';
    src: url('../font/effra-bold-webfont.eot');
    src: url('../font/effra-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/effra-bold-webfont.woff2') format('woff2'),
         url('../font/effra-bold-webfont.woff') format('woff'),
         url('../font/effra-bold-webfont.ttf') format('truetype'),
         url('../font/effra-bold-webfont.svg#effrabold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'efframedium';
    src: url('../font/effra-medium-webfont.eot');
    src: url('../font/effra-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/effra-medium-webfont.woff2') format('woff2'),
         url('../font/effra-medium-webfont.woff') format('woff'),
         url('../font/effra-medium-webfont.ttf') format('truetype'),
         url('../font/effra-medium-webfont.svg#efframedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'effralight';
    src: url('../font/effra-light-webfont.eot');
    src: url('../font/effra-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/effra-light-webfont.woff2') format('woff2'),
         url('../font/effra-light-webfont.woff') format('woff'),
         url('../font/effra-light-webfont.ttf') format('truetype'),
         url('../font/effra-light-webfont.svg#effralight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'effraregular';
    src: url('../font/effra-webfont.eot');
    src: url('../font/effra-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/effra-webfont.woff2') format('woff2'),
         url('../font/effra-webfont.woff') format('woff'),
         url('../font/effra-webfont.ttf') format('truetype'),
         url('../font/effra-webfont.svg#effraregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*==================================================
  Global CSS Reset end here
  ==================================================*/
.container {
    max-width: 1144px;
}
.header {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 99;
    transition: all 0.32s ease-out;
    background: #FFF;
box-shadow: 0px 1px 2px 0px rgba(82, 53, 40, 0.16);
}
.top_hrd { background-color: #B9952E; width: 100%; display: flow-root; }
.hrd_callmail { display: flex;    align-items: center;}
.hrd_callmail li a{display: flex;    align-items: center; color: #fff; font-size: 12px;    padding: 7px 0;}
.hrd_callmail li a img{ margin-right: 8px;}
.hrd_callmail li{ margin-right: 20px;}
.hrd_loginmenu { display: flex;align-items: center;justify-content: flex-end;}
.hrd_loginmenu ul{display: flex;    align-items: center;}
.hrd_loginmenu ul li a{display: flex; background-color: #FFFCF3;    align-items: center; color: #B9952E; 
    font-size: 12px;    padding: 7px 7px;    min-width: 100px;    justify-content: center;}
.hrd_loginmenu ul li a img{ margin-right: 10px; transition: all 0.42s ease-out;}
.hrd_loginmenu ul li:last-child a{ background-color: #534316; color: #fff; border-radius:15px;}
.hrd_loginmenu ol{display: flex;    align-items: center; margin-right: 22px;}
.hrd_loginmenu ol li a{ display: block; color: #fff; font-size: 12px; padding: 0 8px;}
.center_hrd { display: flow-root; width: 100%; padding: 20px 0;}
.center_hrd_right {display: flex;justify-content: flex-end;align-items: center;}
.center_hrd_right h5{ margin-right: 30px; font-size: 22px; color: #B9952E; font-weight: 500;    align-items: center; display: flex;}
.center_hrd_right h5 span{ margin-left: 18px; display: block; background-color: #F8F5EB; font-size: 16px; font-weight: 400;
    padding: 7px 20px;}
    .center_hrd_app h6{ font-size: 14px; color: #B9952E; padding-bottom: 9px;}
    .center_hrd_app ul{ display: flex;}
    .center_hrd_app ul li{ margin-right: 12px;}
    .center_hrd_app ul li:last-child{ margin-right: 0;}
    .bottom_hrd{ border-top: 1px solid rgba(185, 149, 46, 0.50);}
    .bottom_hrd ul li a{ color: #B9952E; font-size: 14px; display: block; margin-right: 46px;padding: 12px 0;    letter-spacing: 0.15px;}
    .bottom_hrd ul{ display: flex;}
    .banner_sec{ margin-top: 183px; display: flow-root; width: 100%; position: relative;}
    .banner_content { position: absolute; top:0; width: 100%; height: 100%;    display: flex;
        align-items: center;}
    .banner_content h1{ font-size: 48px; font-weight: 700; color: #fff; font-family: 'effrabold'; line-height: 58px;
        padding-bottom:6px;}
    .banner_content abbr{ display: block;line-height: normal;}
    .banner_content p{ font-size: 16px; color: #fff; letter-spacing: 0.45px;line-height: 1.8;}
.bann_btn{ background-color: #B9952E; color: #fff; display: flex;    flex-wrap: wrap;    padding: 14.5px;max-width:205px;
        justify-content: center; letter-spacing: 1px; font-size: 14px; text-transform: uppercase;    text-transform: uppercase;
        align-content: center;align-items: center;line-height: normal;}
.bann_btn img{ margin-left: 10px; filter: brightness(1111);}
    .home_sec1{ display: flow-root; width: 100%; padding: 100px 0;}
    .home_sec1 h2{ line-height: 55px; font-family: 'efframedium'; font-size: 46px; color: #1A193C; position: relative;}
    .home_sec1 h2 abbr{ display: block;}
    .home_sec1 h2 span{ font-family: 'Poppins', sans-serif; display: block; letter-spacing: 3px; 
        text-transform: uppercase; font-size: 14px; color: #B9952E;    line-height: normal; padding-bottom: 7px;}
        .home_sec1 h2:before{ background-color: #B9952E; height: 4px; width: 80px; content: ""; 
position: absolute; bottom: -27px;    animation-name: fadeInUp;    animation-play-state: running;
animation-timing-function: ease;animation-direction: normal;
animation-duration: .5s;animation-fill-mode: forwards;animation-iteration-count: 1;}
.home_sec1 p:last-child{margin-bottom: 0;}
.home_sec2{ width: 100%; display: flow-root; padding: 80px 0;background: rgba(185, 149, 46, 0.80);}
.home_sec2 ul li > div{border-radius: 6px; width: 100%;background: #FFF; display: flow-root; 
    box-shadow: 0px 0px 6px 0px rgba(82, 53, 40, 0.20); text-align: center; padding: 45px 20px; height: 100%;}
    .home_sec2 ul li > div span{ display: table; margin: 0 auto 22px;}
    .home_sec2 ul li > div h5{ font-size: 21px;  font-family: 'efframedium'; color: #1A193C; padding-bottom: 10px;}
    .home_sec2 ul li > div h5 abbr{ display: block;}
    .home_sec2 ul li > div p{ letter-spacing: 0.45px;color: #676767; font-size: 14px; margin: 0;}
    .home_sec2 h2{ padding-bottom: 40px; text-align: center; line-height: 55px; font-family: 'efframedium'; font-size: 46px; color: #fff; position: relative;}
    .home_sec2 h2 span{ font-family: 'Poppins', sans-serif; display: block; letter-spacing: 3px; 
        text-transform: uppercase; font-size: 14px; color: #fff;    line-height: normal; padding-bottom: 7px;}
        .home_sec3 { display: flow-root; width: 100%; padding: 100px 0;}
        .home_sec3 h2{font-family: 'efframedium'; font-size: 46px; color: #1A193C; line-height: 50px; padding-bottom: 10px;}
        .home_sec3 h2 abbr{ display:block;}
        .home_sec3 p{letter-spacing: 0.45px;line-height: 30px; width: 94%;}
        .home_sec3 .bann_btn { background-color: #B9952E; color: #fff; }
        .home_sec3 .bann_btn img{ filter: brightness(11); }
        .home_sec3 .row { align-items: center;}
        .home_sec3 .col{ padding-top: 10px;}
        .home_sec4 { display: flow-root; width: 100%; padding-bottom: 100px;    padding-top: 100px;}
        .home_sec4 h2{font-family: 'efframedium'; font-size: 46px; color: #1A193C;  text-align: center; 
            padding-bottom:6px;}
            .home_sec4 p{ letter-spacing: 0.45px; color: #676767; text-align: center;line-height: 30px;
                width: 70%;margin: 0 auto 10px;}

.home_sec4 .nav-tabs {margin: 0 auto; display: table;border-bottom: 1px solid #F8F8F8; padding: 0 120px;padding-top: 40px; margin-bottom: 50px; }
.home_sec4 .nav-tabs a{ float: left; display: block; letter-spacing: 0.45px; font-size: 14px; color: #676767;font-weight: 500;
line-height: normal;text-transform: uppercase;    padding: 10px 32px; cursor: pointer;}
.home_sec4 .nav-tabs a.active, .home_sec4 .nav-tabs a:hover{ background: #F8F8F8;}
.colm_services a{border-radius: 6px; display: flex; position: relative; width: 100%; padding:25px 30px;
    background: #FFF; box-shadow: 0px 0px 6px 0px rgba(82, 53, 40, 0.20); min-height: 265px;    flex-direction: column;
    flex-wrap: nowrap; justify-content: space-between;}
    .home_sec4 .colm_services p{ font-size: 14px; line-height: 24px; text-align: left; width: 100%;transition: all 0.42s ease-out;}
    .home_sec4 .tab-content .col-md-3{ padding-left: 10px; padding-right: 10px; padding-bottom: 20px;}
    .home_sec4 .tab-content .row{margin: 0 -10px;}
    .colm_services h5{ color: #B9952E; font-size: 22px; line-height: normal; font-weight:600; transition: all 0.42s ease-out;
        display: flex;justify-content: space-between; align-items: center;}
        .home_sec5 { text-align: center; background-color: #FDFAEB; width: 100%; padding: 100px 0; position: relative; display: flow-root;}
        .home_sec5 h2{font-family: 'efframedium'; font-size: 46px; color: #1A193C; text-align: center; 
            padding-bottom: 15px;}
            .home_sec5 p{ font-size: 16px; line-height: 30px; letter-spacing: 0.45px;width: 54%;margin: 0 auto;}
            .home_sec5_icon2{ position: absolute; left: 0; top:0;}
            .home_sec5_icon{ position: absolute; right: 15px; bottom:15px;}
            .footer{ background-color: #363737; width: 100%; display: flow-root; padding-top: 60px; }
            .footer .col-md-3{width: 20%;}
            .footer h5{ color: #D3D3D3; font-size: 16px; font-weight:500; padding-bottom: 15px;}
            .footer h5 a{color: #D3D3D3;}
            .footer li a{ display: block;color: #D3D3D3; font-size: 14px; padding-bottom: 8px;}
            .footer li ul{ padding-left: 20px; padding-bottom: 8px;}
            .footer li ul li a{ font-size: 12px; padding-bottom: 5px;    display: list-item;
                list-style-type: disc;}
            .ftr_app span{color: #D3D3D3; font-size: 12px; text-transform: uppercase; padding-bottom:10px; display: block;}
            .ftr_app ul{display:flex;flex-wrap: wrap;}
            .ftr_app ul li{ margin-right: 10px;}
            .ftr_app ul li:last-child{margin-right: 0;}
            .ftr_app{ padding-top: 20px;}
            .ftr_logo a { filter: brightness(11); display: block;}
            .footer_bottom { padding: 25px 0; border-top: 1px solid #494949; margin-top: 50px;display: flex; justify-content: space-between;}
            .footer_bottom ol{ display: flex;    align-items: center;}
            .footer_bottom ol li a{ padding-bottom: 0; font-size: 12px;}
            .footer_bottom ol {font-size: 12px; color: #D3D3D3;}
            .footer_bottom ol li{ margin: 0 15px;}
            .footer_bottom p{ font-size: 12px;color: #D3D3D3; margin: 0;}
            .inner_banner {margin-top: 183px; width: 100%; display: flow-root; position: relative;}
            .inner_banner_content{ position: absolute; width: 100%; top:0;     height: 100%;}
            .inner_banner_content .container{ position: relative;height: 100%;display: flex;
                align-items: center;}
            .inner_banner_content ul{ top:0; position: absolute; right: 0; display: flex; padding-right: 12px; padding-top:16px;}
            .inner_banner_content ul li{ position: relative;}
            .inner_banner_content ul li a{ display: block; color: #fff; font-weight: 300; font-size: 12px; padding:0 12px;    margin-left: 5px;}
            .inner_banner_content ul li:before{    top: 2px; content: ">"; font-size: 10px; font-weight: 300; color: #fff; position: absolute;}
            .inner_banner_content ul li:first-child:before{ display:none;}
            .inner_banner_content ul li:last-child:before{ content: ">>";}
            .inner_banner_content ul li:last-child a{ margin-left: 10px;}
            .inner_banner_content h1 { font-size: 62px;font-family: 'efframedium';color: #fff; line-height: normal;   }
            .tourism_sec1{ padding-top: 100px; width: 100%; display: flow-root;}
            .tourism_sec1 h2{line-height: 55px; font-family: 'efframedium'; font-size: 46px; color: #1A193C; padding-bottom: 10px;}
            .tourism_sec1 h2 span{font-family: 'Poppins', sans-serif; display: block; letter-spacing: 3px; 
                text-transform: uppercase; font-size: 14px; color: #B9952E;    line-height: normal; padding-bottom:5px;}
                .tourism_sec1 p{line-height: 30px;  letter-spacing: 0.45px;    width: 90%;}
                .tourism_sec1 p:last-child{ margin-bottom: 0;}
                .tourism_sec1 .row{    align-items: center;}
                .tourism_sec2{ width: 100%; display: flow-root;padding-top: 100px; }
                .tourism_sec2 h2{line-height: 55px; text-align: center; font-family: 'efframedium'; font-size: 46px; color: #1A193C; padding-bottom:20px;}
                .table-responsive tr th{       line-height: 1.4;  border-right: 1px solid #F8DEC9;font-weight: 700; font-size: 18px;letter-spacing: 0.45px; padding: 20px 20px; background-color: #743D11;  color: #fff;}
.table-responsive tr td{ letter-spacing: 0.45px;    vertical-align: middle; color: #676767;word-break: break-word;
     border-right: 1px solid #F8DEC9; border-bottom: 1px solid #F8DEC9; padding: 30px 40px;} 
.table-responsive tr td:last-child{ border-right: 0;}  
.table-responsive tr:nth-of-type(even) td{background: rgba(186, 109, 47, 0.06);}           
.table{ margin-bottom: 0;}
.tourism_sec2 .table-responsive{margin-bottom: 50px;}
.tourism_sec2 p{ color: #676767; letter-spacing: 0.45px; line-height: 30px; }
.list_ul li{ padding-left:28px; position: relative;color: #676767; letter-spacing: 0.45px;  font-size: 16px; line-height: 28px; padding-bottom:18px;}
.list_ul li::before{top: 7px; content: ""; background-image: url(../images/tick.svg); width: 12px; height: 12px; position: absolute; left: 0;}
.table-responsive tr th:last-child{ border-right: 0;}
.tourism_sec3{ background-color: #BAA62F; display: flow-root; width: 100%; padding: 70px; }
.tourism_sec3 h2{ color: #fff; font-size: 46px; line-height: normal; font-family: 'effralight';}
.tourism_sec3 h2 span{ display: block;}
.tourism_sec3 p{ color: #fff; letter-spacing: 0.45px; line-height:30px;}
.tourism_sec3 p:last-child{ margin-bottom: 0;}
.tourism_sec4{ padding-top: 100px;}
.tourism_sec4 h2{line-height: 55px; text-align: center; font-family: 'efframedium'; font-size: 46px; color: #1A193C; padding-bottom:50px;}
.tourism_sec4 p{color: #676767; letter-spacing: 0.45px; line-height: 30px;}
.tourism_sec4 p b{color: #676767; font-weight: 600;}
.border_right{ border-right: 1px solid #F3E5D9;}
.tourism_sec4 .col-12 { padding: 0 60px;}
.tourism_sec4 .row{ margin: 0 -60px; padding-bottom:50px;}
.note_sec {width: 83%;}
.note_sec p:last-child{ margin-bottom: 0;}
.tourism_sec5{ padding-top: 100px; width: 100%; display: flow-root; padding-bottom: 100px;}
.tourism_sec5 h2{line-height: 55px; font-family: 'efframedium'; font-size: 46px; color: #1A193C; padding-bottom:20px;}
.tourism_pdf a{border-radius: 5px;background: #FFF;box-shadow: 0px 0px 6px 0px rgba(82, 53, 40, 0.20); width: 100%; display: block;
padding: 30px; position: relative; height: 100%;}
.tourism_pdf h6{line-height: 26px; color: #676767;letter-spacing: 0.45px; font-size: 16px; padding-left:60px;}
.tourism_pdf span{ position: absolute; left: 30px; }
.tourism_pdf h6 i{ padding-top: 12px; left: 0; display: block;transition: all 0.42s ease-out; position: relative;}
.tourism_pdf a:hover h6 i{ left: 10px;}
.tourism_pdf{ height: 100%;}
.login_sec { margin-top: 183px; position: relative; display:flex; width: 100%; padding: 100px 0;
    background-image: url(../images/bg_login.jpg);    min-height:600px; background-size: cover; background-position: center;
 flex-direction: column; align-items: center;  justify-content: center;}
 .login_box {border-radius: 5px; width: 460px; background: #FFF; box-shadow: 0px 0px 6px 0px rgba(82, 53, 40, 0.20);
padding: 50px;}
.login_box h2{ color: #1A193C;font-size: 22px;line-height: normal; padding-bottom:30px;font-family: 'efframedium';}
.input_box { width: 100%; display: block; padding-bottom: 22px;}
.input_box label{ display: block; font-size: 14px; color: #B9952E; padding-bottom: 5px;}
.input_box input{ width: 100%; padding:10px 15px; letter-spacing: 0.45px; font-size: 12px;
    border: 1px solid #D4D5D9; background: #FFF;}
    .input_box label sup{font-size: 14px;color: #F12A02;top: -0.1em;}
    .forget_box{ text-align: right; padding-bottom: 22px;}
    .forget_box a{ color: #B9952E; font-size: 12px; display: block;letter-spacing: 0.45px;}
    .login_btn button{ border: 0; background-color: #B9952E; color: #fff; letter-spacing: 1px; color: #fff; 
        text-transform: uppercase; width: 100%; padding: 11px 15px; font-size: 12px; }
        .login_btn{ padding-top: 8px; padding-bottom: 30px;}
        .new_user{display:table; margin: 0 auto;font-size: 12px;color: #676767; letter-spacing: 0.45px;}
        .new_user a{ display: inline-block;color: #B9952E;}
        .dashboard_sec{ width: 100%; display: flow-root; padding: 100px 0;}
        .dashboard_menu1{ display: flow-root; width: 100%; padding-bottom:60px;}
        .dashboard_menu1 h4{ color: #BA842F; font-size: 24px; font-weight:600;border-bottom: 2px solid #BA842F;
            background: rgba(186, 132, 47, 0.05);     padding: 10px 25px;line-height: normal;}
.dashboard_menu1 ul li a{ display: block;color: #676767;letter-spacing: 0.45px;font-size: 16px;
border-bottom: 1px solid rgba(186, 132, 47, 0.20); padding: 13px 25px;}            
.dashboard_left{ width: 35.5%;}
.dashboard_right { width: 64.5%; padding-left: 55px;}
.dashboard_left .dashboard_menu1:last-child h4{ color: #fff; background: #BA842F; border-bottom: 2px solid #68440C;}
.dashboard_headding { display: flex; width: 100%; margin-bottom: 20px; border-bottom: 1px solid #F1E6D5;
    justify-content: space-between; align-items: center; padding-bottom:18px; }
.dashboard_headding h2{ color: #1A193C; font-size: 30px; font-family: 'effraregular'; line-height: normal;}
.edit_btn{ display: flex; color: #676767; font-size: 14px;align-items: center; line-height: 1;}
.edit_btn img{ margin-right: 6px;}
.verified_user { color: #676767;display: flex;align-items: center; font-size: 14px; margin-bottom: 20px;}
.verified_user img{ margin-right:8px;}
.profile_sec1 { display: flow-root; width: 100%; padding-top:2px; padding-bottom: 30px;}
.profile_sec1 h6{ font-size: 14px; color: #676767; margin-bottom: 20px;}
.profile_sec1 h6 span{ color: #B9952E; display: block; padding-bottom:6px;}
.profile_form{ padding-top:10px; width: 100%; display: flow-root;}
.click_view{ position: relative;}
.click_view span { position: absolute; right: 15px;     top: 0; height: 100%; display: flex;flex-wrap: wrap;flex-direction: column;justify-content: center;}
.profile_form .login_btn{ padding-top: 20px;}
.profile_form h3{ color: #1A193C; font-size: 22px; font-family: 'effraregular'; padding-bottom: 30px;
    line-height: normal;}
.select_colm select{ color: #757575;    width: 100%;    padding: 10px 15px; letter-spacing: 0.45px; font-size: 12px; border: 1px solid #D4D5D9;
 background: #FFF; min-height: 42.39px;appearance: none;
 -webkit-appearance: none;}
 .select_colm{ width: 100%; position: relative; display: flow-root;}
 .select_colm:before{ content: ""; background-image: url(../images/select_arrow.svg); position: absolute; right:15px;
top:17px; height: 9px; width: 16.62px; pointer-events: none;}   
.date_view { display: flow-root; width: 100%; padding-top: 10px; padding-bottom: 20px;}
.date_view ul{ display: flex;    flex-wrap: wrap;}
.date_view ul li{ margin-right: 10px; color: #fff; background-color: #5CB85C; padding: 10px 20px; margin-bottom: 10px;
font-size: 12px;}
.date_view ul li span{ display: flex;    align-items: flex-end; justify-content: center; flex-wrap: nowrap;}
.date_view ul li span img{ margin-right: 10px;}
.date_view ul li:nth-child(2){ background-color: #D9534F;}
.date_view ul li:nth-child(3){ background-color: #337AB7;}
.date_view ul li:nth-child(4){ background-color: #AFAAAB;}
.date_view ul li:nth-child(5){ background-color: #F0AD4E;}
.input_checkbox {letter-spacing: 0.45px;font-size: 14px;color: #676767;line-height: normal; margin-bottom: 20px;}
.input_checkbox input{margin-right: 6px;}
.another_btn button{  border: 1px solid #B9952E; background: #FFF; letter-spacing: 1px;color: #B9952E;
text-transform: uppercase; width: 100%; padding: 10px 15px; font-size: 12px;}
.another_btn {padding-top: 20px;}
.tourism_sec2 .table-responsive {  margin-bottom: 60px;}
.tourism_menu { position: sticky; top:110px; background-color: #fff;    transition: all 0.42s ease-out;}
.tourism_menu_main{padding-top: 100px; width: 100%; display: flow-root;}
.tourism_menu ul { display: flex;flex-wrap: nowrap; justify-content: center;border-bottom: 1px solid rgba(129, 132, 134, 0.10);}
.tourism_menu ul li a{ margin: 0 25px; display: block; color: rgba(26, 25, 60, 0.80);font-size: 16px;line-height: normal;
    padding-bottom: 16px; border-bottom: 2px solid rgb(0 0 0 / 0%); }
    .tourism_menu ul li a:hover, .tourism_menu ul li a.active{ border-color: #B9952E;    color: rgb(185 149 46);}
    .customer_feedback{ padding-top: 100px; width: 100%; display: flow-root;}
    .customer_feedback h2{ font-size:46px; color: #1A193C; line-height: normal;  font-family: 'efframedium';}
    .customer_feedback h2 span{ padding-top: 10px; display: block; font-size: 24px;font-family: 'effralight';}
    .customer_feedback p, .customer_feedback2 p{ color: #676767; letter-spacing: 0.45px; line-height: 30px;}
    .customer_feedback p:last-child{ margin-bottom: 0;}
    .tourism_menu2{margin: 0 auto;    width: 62%;}
    .customer_feedback2{ padding-top: 100px; width: 100%; display: flow-root;}
    .customer_feedback2 h3{color: #1A193C;line-height: normal;font-size: 36px;font-family: 'efframedium'; padding-bottom: 18px;}
    .customer_feedback2 p:last-child{ margin-bottom: 0;}
    .customer_feedback2 .row{align-items: center; padding-bottom: 55px;}
    .customer_feedback2 .w-40{ width: 42%; padding-top: 10px;}
    .customer_feedback2 ul.list_ul { width: 55%;}
    .tourism_sec34{ padding-top: 100px;}
    .customer_feedback3{ padding: 60px 70px 42px; background: #808F12; }
    .customer_feedback3 h3{line-height: normal;font-size: 36px; font-family: 'effralight'; color: #fff;}
    .customer_feedback3 .list_ul li::before{ filter: brightness(11);}
    .customer_feedback3 .list_ul li{ color: #fff;}
    .customer_feedback4{ padding-top: 100px; width: 100%; display: flow-root; padding-bottom: 82px;}
    .customer_feedback4 h3{color: #1A193C;font-size: 36px;font-family: 'efframedium'; padding-bottom: 15px;}
    .customer_feedback4 p{ color: #676767; letter-spacing: 0.45px; line-height: 30px; }
    .faq_sec{ padding: 100px 0; width: 100%; display: flow-root;}
    .faq_sec .accordion-button{color: #1A193C;font-size: 27px;font-family: 'efframedium';    box-shadow: inherit;
        background: none;border-top: 1px dashed #878787; border-radius: 0 !important;       line-height: 1.4; padding:27px 0;    justify-content: space-between;}
        .faq_sec .accordion-item{ border: 0; background-color: initial; border-radius: 0;}
        .accordion{--bs-accordion-inner-border-radius:0;}
        .faq_sec .accordion-button span{font-size: 13px;letter-spacing: 0.45px;color: #FFF;border-radius: 6px;
            border: 1px solid #B9952E; background: #B9952E;    display: block;font-family: 'Poppins', sans-serif;
            padding: 11px 22px; cursor: pointer;    min-width: 119px; margin-left: 50px;}
            .faq_sec .accordion-button::after{ display: none;}
            .faq_sec .accordion-body h6{ padding-top: 10px; color: #1A193C;font-size: 20px; font-weight:600; letter-spacing: 0.45px; padding-bottom: 20px;}
 .faq_sec .accordion-body p{ color: #676767; letter-spacing: 0.45px; line-height: 30px;}
 .faq_sec .accordion-body { padding: 50px; padding-left: 15%;}
 .faq_sec .accordion-item:last-child .accordion-button{border-bottom: 1px dashed #878787; }
 .faq_sec .accordion-button.collapsed{ border-bottom: 0;     transition: all 0.62s ease-out;}
 .faq_sec .accordion-button{border-bottom: 1px dashed #878787;transition: all 0.62s ease-out;}
 .contact_sec p{line-height: 28px;letter-spacing: 0.45px;color: #676767;}
 .contact_sec p b{ font-weight: 600;}
 .contact_sec h5{color: #B9952E;letter-spacing: 0.45px;font-weight: 600; text-transform: uppercase; padding-bottom: 25px; font-size: 18px;}
 .contact_sec ul li{ position: relative; color: #676767;letter-spacing: 0.45px; padding-bottom: 18px; min-height: 26px;
padding-left:40px;    }
 .contact_sec ul li span{ position: absolute; left: 0;top: 2px; }
 .contact_sec ul li a{letter-spacing: 0.45px;color: #676767; }
 .contact_sec ul li:last-child{ padding-bottom: 0;}
 .contact_sec .row{    align-items: center; padding-bottom: 80px;}
 .contact_sec{ padding: 100px 0;}
 .contact_sec .row:last-child{ padding-bottom: 0;}
 .visa_services_sec{ padding: 100px 0; display: flow-root; width: 100%;}
 .visa_services_sec h2{color: #1A193C;font-size: 42px;font-family: 'efframedium'; padding-bottom: 20px;}
 .visa_services_sec h3{ font-size: 28px;color: #676767;letter-spacing: 0.45px; font-family: 'effralight';
line-height: 1.5; padding-bottom: 30px;}
.services_boxs h4{color: #1A193C;font-size: 28px; padding-bottom: 25px;font-family: 'efframedium';}
.visa_box a{background: #FDEFB0;    display: flex; padding: 25px; min-height: 160px;    flex-wrap: nowrap;
    flex-direction: column; justify-content: space-between;}
    .visa_box h5{font-size:28px;color: #1A193C;font-family: 'efframedium'; line-height: 1;}
    .visa_box span img{ float: right;}
    .services_boxs .col-md-4{ padding: 0 7px; padding-bottom: 14px;}
    .services_boxs .row{ margin: 0 -7px;}
    .services_boxs2{ padding-top: 60px;}
    .services_boxs2 .visa_box a{ background: #D9E8AE;}
.home_sec1 p{line-height: 30px; letter-spacing: 0.45px;}
.banner_sec_mobile, .header_mobile{ display: none;}
.footer_mobile{ display: none;}
header.header.header-sticky.sticky{    position: fixed;    transform: translate(0,0);
    animation-delay: 0s;animation-direction: normal;animation-duration: .5s; animation-fill-mode: forwards;
animation-iteration-count: 1;animation-name: fadeInDown;animation-play-state: running;animation-timing-function: ease;}
header.header.header-sticky.sticky .top_hrd{ display: none;}
header.header.header-sticky.sticky .center_hrd{    padding: 10px 0;}
header.header.header-sticky.sticky .center_hrd .col-md-3 a img{ height:51px;}
header.header.header-sticky.sticky .bottom_hrd ul li a{    padding: 7px 0;}
.center_hrd .col-md-3 a img{transition: all 0.32s ease-out;}
header.header.header-sticky.sticky .center_hrd_app h6 { font-size: 13px;    padding-bottom: 6px;}
.dashboard_menu1 ul li a.active{ background-color: rgb(251 249 244 / 70%);}
.dashboard_menu1 ul li a:hover{ background-color: rgb(251 249 244 / 70%);}
.navbarResponsive2{ display:none;}
.navbardropdown{ display: none;}
.inner_banner span img{ width: 100%;}
.collapsing{height:0;overflow:hidden;transition:height .95s ease}
.mobile_h2{ display: none;}
.dashboard_mobile{ display: none;}
.header .submenu { display: block; position: absolute; top: 120%;left:-23px; min-width: 240px; background: #fff;z-index: 99;
transition: all .3s ease-out 0s; visibility: hidden; opacity: 0;box-shadow: 0 20px 30px rgba(3, 6, 31, .2);
transform-origin: top; transform: perspective(300px) rotateX(-18deg);}
.header .bottom_hrd ul li:hover .submenu { top: 100%;visibility: visible;opacity: 1;transform: perspective(300px) rotateX(0deg);}
.header .bottom_hrd ul li{ position: relative;}
.header .submenu li ul{display: block; position: absolute; top: 120%;left:100%; min-width: 240px; background: #fff;z-index: 99;
    transition: all .3s ease-out 0s; visibility: hidden; opacity: 0;box-shadow: 0 15px 20px rgba(3, 6, 31, .2);
    transform-origin: top; transform: perspective(300px) rotateX(-18deg);}
    header.header .bottom_hrd .submenu li a {color: #676767;margin: 0;padding: 13px 23px !important;
        border-bottom: 1px solid #f8f5eb; letter-spacing: 0.15px; font-size: 13px;}
        header.header .bottom_hrd .submenu li:last-child a{ border-bottom: 0;}
        .header .submenu li:hover ul{top: 0;visibility: visible;opacity: 1;transform: perspective(300px) rotateX(0deg);}
        header.header .bottom_hrd .submenu li ul li a{border-bottom: 1px solid #f8f5eb !important;}
        header.header .bottom_hrd .submenu li ul li:last-child a{border-bottom:0 !important;}
.tourism_sec22 .table-responsive tr td a{ display: inline-block;    color: #b9952e;}
.tourism_sec22 h2{ text-align: left;    padding-bottom: 20px;}
.tourism_sec2 p b{ font-weight: 600;}
.track_application_sec { padding: 100px 0; min-height: 550px; width: 800px;}
.tourism_sec33{ padding-top: 88px;}
.tourism_menu.header-sticky3.sticky {     background: rgb(253 250 248);padding-top: 10px; z-index: 9;    border-bottom: 1px solid rgba(129, 132, 134, 0.10);}
.tourism_menu.header-sticky3.sticky ul li a{    padding-bottom: 8px; font-size: 14px;}
.tourism_menu.header-sticky3.sticky ul{ border: 0;}
.tourism_sec3 p a{ display: inline-block; color: #fff; }
.tourism_sec5 p{   letter-spacing: 0.45px;line-height: 30px;}
.tourism_menu.header-sticky2.sticky {     background: rgb(253 250 248);padding-top: 10px; z-index: 9; width: 100%;    border-bottom: 1px solid rgba(129, 132, 134, 0.10);}
.tourism_menu.header-sticky2.sticky ul li a{    padding-bottom: 8px; font-size: 14px;}
.tourism_menu.header-sticky2.sticky ul{ border: 0;}
.input_box_otp {display: flex; flex-wrap: nowrap;}
.input_box_otp a{font-size: 12px;background: #b9952e; color: #fff;padding: 0px 12px; display: flex;
 justify-content: center; white-space: nowrap;align-items: center; text-transform: uppercase; letter-spacing: 1px;
 line-height: normal;font-weight: 500; margin-left: 4px;}
.input_box_phone{display: flex; flex-wrap: nowrap;}
.input_box_phone .country_code {width: 80px; margin-right: 4px;}
.input_box_captcha{display: flex; flex-wrap: nowrap;    justify-content: space-between; }
.input_box_captcha span{ display: block; width: 150px; margin-right: 4px;}
.input_box_captcha input{ width: 56%;}
.disclaimer_sec{ padding: 100px 0; display: flow-root; width: 100%;    word-break: break-word;}
.disclaimer_sec p{    line-height: 30px;letter-spacing: 0.45px;}
.disclaimer_sec h5{ font-size: 26px; padding-bottom: 20px; padding-top: 10px; font-weight: 600;    color: #1A193C;}
.disclaimer_sec p b{ font-weight: 600;color: #676767;}
.disclaimer_sec p a{ display: inline;    color: #ba9630;}
.bann_btn:hover{ background-color:#fff ; color: #B9952E;}
.bann_btn:hover img{ filter:initial; position: relative; left: 5px;}
.bann_btn img{    transition: all 0.42s ease-out; left: 0; position: relative;}
.home_sec3 .bann_btn:hover{ color: #B9952E;    background-color: rgb(248 245 235);}
.home_sec3 .bann_btn:hover img{    filter: inherit;}
.owl-carousel .owl-item .colm_services a:hover img{position: relative; left: 5px; filter: brightness(11);}
.owl-carousel .owl-item .colm_services a img{ width: 30px; transition: all 0.22s ease-out; left: 0; position: relative;}
.colm_services a:hover { background: #B9952E;}
.colm_services a:hover p, .colm_services a:hover h5{ color: #fff;}
.hrd_callmail li a:hover, .hrd_loginmenu ol li a:hover{ opacity: 0.8;}
.hrd_loginmenu ul li a:hover{    background-color: #534316; color: #fff;}
.hrd_loginmenu ul li a:hover img{ filter: brightness(11);}
.hrd_loginmenu ul li:last-child a:hover{    color: #B9952E;    background-color: #FFFCF3;}
.hrd_loginmenu ul li:last-child a img{ filter: brightness(11);}
.hrd_loginmenu ul li:last-child a:hover img{filter:inherit;}
.bottom_hrd ul li a:hover{opacity: 0.7;}
.footer li ul li a:hover{opacity: 0.7;}
.footer li a:hover, .footer h5 a:hover{opacity: 0.7;}
.visa_box span img{transition: all 0.42s ease-out; left: 0; position: relative;}
.visa_box a:hover span img{ left: 10px;}
.banner_sec span img{ width: 100%;}
.center_hrd .row{    align-items: center;}
.home_sec3 h2 span{ color: #B9952E; font-size: 24px; display: block; padding-top: 5px;}
.row3{ padding-top: 100px;}
.home_sec6{ width: 100%; display: flow-root; margin-bottom: 100px;  }
.home_sec6_content h2{  font-family: 'efframedium';
    font-size: 28px; color: #1A193C; }
    .home_sec6_content{ margin-top: 80px;       background: #fff; padding: 40px;width: 380px; margin-left: -118px;
        box-shadow: 0px 0px 6px 0px rgba(82, 53, 40, 0.20); border-radius: 6px;}
    .home_sec6 .row{    align-items: center;}
.home_sec6 video{ display: block;}
.home_sec7 {padding-bottom: 100px; width: 100%; display: flow-root;}
.home_sec7 h2{ text-align: center;    font-family: 'efframedium'; font-size: 46px;color: #1A193C; padding-bottom: 30px;}
.home_sec7 .owl-carousel .owl-item img{ height: 356px;    object-fit: cover; border-radius: 12px;}
.home_sec7 .owl-carousel .owl-nav button span{ display: none;}
.home_sec7 .owl-carousel .owl-nav button.owl-prev{ background: url(../images/arrow-carousel.svg) !important; height: 35px; position: absolute; left: -46px; width: 20.32px; top:50%; margin: 0; border-radius: 0;transform: translate(0, -50%); }
.home_sec7 .owl-theme .owl-nav [class*=owl-]:hover{ background: inherit;}
.home_sec7 .owl-theme .owl-nav{ margin: 0;}
.home_sec7 .owl-carousel .owl-nav button.owl-next{background: url(../images/arrow-carousel-right.svg) !important; height: 35px; position: absolute; right: -46px; width: 20.32px; top:50%;margin: 0; border-radius: 0;     transform:translate(0, -50%);}
.processing_time .list_ul li:last-child{padding-bottom: 0;}
.tourism_sec2 p a{ display: inline-block;     color: #B9952E;}
.customer_feedback p a{ display: inline-block; color: #B9952E;}
.tourism_sec1 p b, .tourism_sec5 p b{ font-weight: 600;    color: #676767;}
.ptt-5{ padding-top: 50px;}
.table-responsive tr td ol li{ padding-bottom: 10px;}
.table-responsive tr td ol li b{ font-weight: 600;color: #676767;}
.table-responsive tr td ol li:last-child{padding-bottom: 0;}
.list_ul li b{ font-weight: 600;color: #676767;}
.list_ul li a{ display: inline-block;color: #B9952E;}
.customer_feedback2 p a{ display: inline-block;color: #B9952E; }
.customer_feedback3 p b{ font-weight: 600;}
.customer_feedback4 p a{display: inline-block;color: #B9952E;}
.contact_sec_row { width: 100%; display: flow-root;padding: 60px 70px;background-color: #f8f5eb; margin-bottom: 100px;}
.contact_sec_row p{   font-weight: 500;    line-height: 30px;
    letter-spacing: 0.45px;}
.contact_sec_row2 p a{ display: inline-block;color: #B9952E;}
.contact_sec_row2{ margin-top: 100px; margin-bottom: 0;}
.contact_sec_row p:last-child{ margin-bottom: 0;}
.customer_feedback2 h3 abbr{ display: block;}
.customer_feedback2 .bann_btn{    background-color: #B9952E; color: #fff;min-width: max-content;padding: 14.5px 30px;}
.customer_feedback2 .bann_btn img{ filter: brightness(11);}
.mobile_biometric_sec{ width: 100%; background-color: #bf9f88; padding: 60px 0; margin-top: 100px;}
.mobile_biometric_sec h2{text-align: center;    font-family: 'efframedium'; font-size: 46px;color: #fff; padding-bottom: 30px;}
.biometric_icon img{ height:60px; margin: 0 auto 15px;}
.biometric_icon {    padding: 35px 20px;display: block; width: 100%; text-align: center;background: #FFF;
    border-radius: 6px; box-shadow: 0px 0px 6px 0px rgba(82, 53, 40, 0.20); height: 100%;}
    .biometric_icon h5{ font-size: 14px; color: #676767;font-family: 'Poppins', sans-serif; text-align: center;}
.mobile_biometric_sec .col-md-3{ padding-bottom: 24px;}
.mobile_biometric_sec1{ margin-top: 100px; margin-bottom: 100px; display: flow-root; width: 100%;}
.mobile_biometric_sec1 h2{text-align: center;    font-family: 'efframedium'; font-size: 46px;color: #1A193C; padding-bottom: 12px;}
.mobile_biometric_sec1 h3{text-align: center; font-size:20px;   padding-bottom: 50px;letter-spacing: 0.45px;
    color: #676767;}
.mobile_biometric_sec1 h3 abbr{ display: block;}
.mobile_biometric_box {     padding: 30px;width: 100%; min-height: 300px; background-color: #CEA461; position: relative; overflow: hidden;}
.mobile_biometric_box span { position: absolute;right: -30px; bottom: -10px;width: 200px;filter: opacity(0.2);}
.mobile_biometric_box h6{ font-size: 22px; color: #fff;}
.mobile_biometric_box h6 {font-size: 36px;  color: #fff; font-weight: 200;padding-bottom:6px;}
.mobile_biometric_box a{ display: block; font-size: 18px; color: #fff; font-weight: 500;    letter-spacing: 0.45px;}
.mobile_biometric_sec1 .contact_sec h5{ padding-bottom: 12px;padding-top: 25px;}
.mobile_biometric_sec1 .contact_sec{ padding: 0;}
.footer_bottom p a{ display: inline-block; font-size: 12px;color: #D3D3D3;}
.tourism_sec5 p a{display: inline-block;color: #B9952E;}
.group154_mobile { display: none;}
.bann_btn {
    animation: FloatAnt 4s ease-in-out infinite;
}



@keyframes FloatAnt {
    0%, 100% {
      transform: translateY(5px);
    }
    50% {
      transform: translateY(-5px);
    }
  }
  .home_sec7 .owl-carousel .owl-item span{ display: block; position: relative;     border-radius: 12px; overflow: hidden;}
  .home_sec7 .owl-carousel .owl-item span:before{ position: absolute;transition: all 0.62s ease-out; background-color:rgb(22 22 22 / 0%); width: 100%;
height: 100%; content: ""; top: 0;     pointer-events: none;}
.home_sec7 .owl-carousel .owl-item span:hover:before{background-color:rgb(22 22 22 / 60%);}
.home_sec7 .owl-carousel .owl-item span abbr{transition: all 0.62s ease-out; position: absolute; top:-20%; text-align: center;  width: 100%;}
.home_sec7 .owl-carousel .owl-item span abbr img{width: auto; border-radius: 0; height: auto;    margin: 0 auto;}
.home_sec7 .owl-carousel .owl-item span:hover abbr{ top:39%}
.home_sec7 .owl-carousel .owl-item span h6{transition: all 0.62s ease-out; color: #fff; position: absolute; bottom:-20%; text-align: center;  width: 100%; font-size: 16px; }
.sidenav{    position: relative; right: 0; z-index: 91;}
.sidenav li a{ background-color: #B9952E; padding: 10px 15px; display:flex; 
    align-items: center;color: #fff; font-size: 14px;    letter-spacing: 0.45px;position: fixed;
    right: -152px; top:240px;}
.sidenav li a img{ height: 34px;    filter: invert(1); width: auto; margin-right:8px;}
.sidenav li:nth-child(2) a{    top: 296px;    right: -176px;}
.sidenav li:nth-child(3) a{        top: 352px;    right: -65px;}
.sidenav li:nth-child(4) a{    top: 408px;    right: -87px;}
.sidenav li a:hover{ right: 0;}

.home_sec7 .owl-carousel .owl-item span:hover h6{ bottom:39%;}
.example_home .modal-body { padding: 30px;    overflow-wrap: break-word;}
.example_home h5 { color: #B9952E;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 20px;
}
.example_home p{    letter-spacing: 0.45px; font-size: 16px;}
.example_home p a{ color: #B9952E;}
.example_home  button.btn-close {
    float: right; z-index: 1;
    right: 30px;
    position: absolute;
    top: 15px;
}
.home_sec8{ display: flow-root; width: 100%; padding-bottom: 100px;}
.home_sec8 h2{text-align: center;    font-family: 'efframedium'; font-size: 46px;color: #1A193C; padding-bottom: 12px;}
.home_sec8 h3{text-align: center; font-size:28px;   padding-bottom: 20px;letter-spacing: 0.45px;
    color: #B9952E;}
.home_sec8 p{ text-align: center; width: 90%; margin: 0 auto 20px;  letter-spacing: 0.45px;}
.home_sec8 .col-md-4{    background-color: #FDFAEB; padding: 50px;}
.home_sec8 .col-md-4 p{ width: 100%; text-align: left;}
.home_sec8 .row{ padding-top: 30px; margin: 0;}
.home_sec8 .col-md-4 p a{ display: inline-block;color: #B9952E;}
.home_sec8 .col-md-4 p { margin: 0 auto;}
.home_sec8 .col-md-4:nth-child(2){    background-color: #f5f2df;}  
.home_sec8 .col-md-4:nth-child(3){    background-color: #efedd1;} 
.home_sec8 .col a{ margin:30px auto 0;}
.home_sec8 .col a:hover{    background-color: rgb(248 245 235);}
.home_sec2 ul li{    padding: 0 8px;}
.home_sec2 ul { margin: 0 -8px;}

.home_sec44{ margin: 0 auto; display: flow-root; width: 100%; background-color: #edddbc;    padding: 60px 60px 40px;
    max-width: 750px; margin-bottom: 100px; position: relative; overflow: initial; left: -60px;}
.home_sec44 h2{    font-family: 'efframedium'; font-size: 46px; color: #1A193C; padding-bottom: 20px;}
.home_sec44 h2 span{ display: block; font-size: 26px; padding-top:8px;    color: #333333;}
.home_sec44 p a{ display: inline-block; color: #B9952E;}
.group154 { position: absolute;        bottom: -100px;
    right: -120px; padding: 10px; background: #dbc79e;}
    .home_sec4 .owl-carousel .owl-nav button span{ display: none;}
    .home_sec4 .owl-carousel .owl-nav button.owl-prev{ background: url(../images/arrow-carousel.svg) !important; height: 35px; position: absolute; left: -36px; width: 20.32px; top:50%; margin: 0; border-radius: 0;transform: translate(0, -50%); }
    .home_sec4 .owl-theme .owl-nav [class*=owl-]:hover{ background: inherit;}
    .home_sec4 .owl-theme .owl-nav{ margin: 0;}
    .home_sec4 .owl-carousel .owl-nav button.owl-next{background: url(../images/arrow-carousel-right.svg) !important; height: 35px; position: absolute; right: -36px; width: 20.32px; top:50%;margin: 0; border-radius: 0;     transform:translate(0, -50%);}
    .colm_services{ padding:10px;}
    .ftr_app ul li img {
        filter: brightness(100);
    }




@media only screen and (max-width: 767px) {
    .contact_sec_row{    padding: 40px 30px;    margin-bottom: 60px;}
    .contact_sec_row2 { margin-top: 60px; margin-bottom: 0;}
    .contact_sec_row p{ font-size: 14px;line-height: 26px;}
        .header_mobile, .footer_mobile{ display: block;}
        .header{ display: none;}
        .footer{ display: none;}
        .banner_sec{ display: none;}
.top_hrd p{ margin: 0;font-size: 12px;color: #FFF; line-height: normal; text-align: center;padding: 5px 12px;
    overflow-y: auto;    white-space: nowrap; }
.logo_m { margin: 0 auto;}
.center_hrd ul{display: flex;    align-items: center;}
.center_hrd ul li{ margin-right: 15px;}
.center_hrd ol{display: flex;    align-items: center;    justify-content: flex-end;}
.center_hrd ol li{ margin-left: 15px;}
.center_hrd .row{align-items: center;}
.center_hrd {background: #FFFDEE;box-shadow: 0px 4px 6px 0px rgba(82, 53, 40, 0.16);padding:10px 0;position: relative;}
.center_hrd ol li:first-child{margin-left: 0;}
.center_hrd ul li:last-child{ margin-right:0;}
.bottom_menu{ width: 100%; display: flow-root;}
.bottom_menu ul{flex-wrap: nowrap;   display: flex; scroll-behavior: smooth; white-space: nowrap;    overflow-y: auto;    transform: translateZ(0);}
.bottom_menu ul li a{ margin-right: 2px; padding: 11px 14px; display: block;color: #B9952E;letter-spacing: 1px;font-size: 13px; text-transform: uppercase;font-weight: 500;}
.bottom_menu ul::-webkit-scrollbar {display: none;}
.banner_sec_mobile{ display: flow-root; width: 100%; overflow:initial; margin-top: 132px; }
.banner_sec_mobile span{ display: block; width: 100%;}
.banner_sec_mobile span img{ width: 100%;}
.banner_content_mobile{border-radius: 5px; padding: 30px 20px; width: 100%; background: #FFF; box-shadow: 0px 0px 6px 0px rgba(82, 53, 40, 0.20);
    margin-top: -60px;position: relative;}
.banner_content_mobile h1{ padding-bottom: 10px; color: #B9952E;font-size: 34px;line-height: normal;font-family: 'efframedium';}
.banner_content_mobile h1 abbr{ display: block;}
.banner_content_mobile p{color: #676767;letter-spacing: 0.45px;line-height: 26px;font-size: 14px;}
.banner_content_mobile .bann_btn{ background-color: #B9952E; color: #fff;border-radius: 5px;} 
.banner_content_mobile .bann_btn img{ filter: brightness(11);}
.home_sec1{ padding: 60px 0;}
.home_sec1 h2{font-size: 28px;line-height: normal;    margin-bottom: 44px;}
.home_sec1 h2 span{ font-size: 12px;padding-bottom: 4px;}
.home_sec1 h2:before{    height: 2px;    bottom: -22px; width: 55px;}
.home_sec1 p{ font-size: 14px;line-height: 26px;}
.home_sec2 h2 span{ font-size: 12px;}
.home_sec2 h2{font-size: 28px;line-height: normal;padding-bottom: 15px;}
.home_sec2{ padding: 60px 0 50px;}
.home_sec2 .row{scroll-behavior: smooth; white-space: nowrap;flex-wrap: nowrap;    overflow-y: auto;    
    transform: translateZ(0); margin: 0 -7.5px; padding: 10px 0;}
.home_sec2 .col-3{ padding: 0 7.5px; width: 90%; max-width: 313px;}
.home_sec2 ul li > div h5 { font-size: 20px;}
.home_sec2 ul li > div{    padding: 35px 20px;    white-space: normal;}
.home_sec2 ul li > div p{ margin-bottom: 0;}
.home_sec2 .row::-webkit-scrollbar {display: none;}
.home_sec3 .row3{margin: 0;border-radius: 5px; background: #FFF; box-shadow: 0px 0px 6px 0px rgba(82, 53, 40, 0.20); text-align: center; padding: 20px 8px;}
.home_sec3{ padding: 60px 0;}
.home_sec3 h2{font-size: 28px;line-height: normal;letter-spacing: 1px; padding-top: 20px;}
.home_sec3 h2 abbr {display: inline;}
.home_sec3 p{ font-size: 14px; width: 100%; margin: 0 auto;line-height: 26px;}
.home_sec3 .bann_btn{max-width: 100%; border-radius: 5px; padding: 12.5px; margin-top: 10px;}
.home_sec4 h2{font-size: 28px;text-align: center;    padding-bottom: 10px;}
.home_sec4 p{ font-size: 14px;line-height: 26px;letter-spacing: 0.45px; width: 100%;}
.home_sec4 .row{scroll-behavior: smooth; white-space: nowrap;flex-wrap: nowrap;    overflow-y: auto;    
    transform: translateZ(0); margin: 0 -7.5px;}
.home_sec4 .col-md-3{ padding: 0 7.5px; width: 90%; max-width: 313px;}
.home_sec4{ padding-bottom: 50px;    padding-top: 0;}
.home_sec4 .row::-webkit-scrollbar {display: none;}
.home_sec4 .row{padding: 10px 0;}
.colm_services{white-space: initial;}
.colm_services a{padding: 15px 20px;min-height: 217px;}
.colm_services h5{ font-size: 20px;}
.home_sec5 h2{font-size: 28px;letter-spacing: 1px; position: relative;    padding-bottom: 10px;}
.home_sec5{ padding:60px 0;}
.home_sec5_icon2{ width: 106px;}
.home_sec5{padding: 60px 0;}
.home_sec5 p{    width:100%;font-size: 14px;line-height: 26px;}
.home_sec5_icon{ width: 55px;}
.footer_mobile{background: #363737;}
.footer_mobile{ padding-top: 50px; width: 100%;}
.ftr_logo{ padding-bottom: 30px;}
.footer_mobile h4{font-size: 14px;color: #D3D3D3; padding-bottom: 12px;   font-family: 'efframedium';}
.footer_mobile ul li a{font-size: 13px;color: #D3D3D3; display: block; padding-bottom:6px; line-height: 1.5;}
.footer_mobile ul li ul li a{ display: block;font-size: 12px;  display: list-item;
    list-style-type: disc; } 
.footer_mobile ul li ul { padding-left: 20px; padding-bottom: 5px;}
.footer_mobile .col-6{ padding-bottom: 12px;}
.footer_mobile h4 a{ display: block;color: #D3D3D3;}
.mobile_ftr_call ol li{ position: relative;    display: table;margin: 0 auto;    padding-left: 15px;}
.mobile_ftr_call ol li span{ position: absolute; left: 0;    top: 2px;}
.mobile_ftr_call ol li a{color: #D3D3D3;font-size: 12px; display: block; padding-bottom: 8px;}
.mobile_ftr_call ol{ display:table; margin: 0 auto; padding-top: 12px;}
.mobile_ftr_call ol li:last-child{ padding-left: 20px;}
.ftr_app{ margin: 0 auto; display: table;    padding-top: 15px;}
.ftr_app span{ text-align: center;}
.footer_bottom ol{    flex-wrap: wrap;align-items: stretch;
    justify-content: center;}
    .footer_bottom ol li a{color: #D3D3D3;}
    .footer_bottom{ border: 0;margin-top: 0;    padding: 25px 0px;
        justify-content: center;}
    .footer_bottom ol li{ padding-bottom: 10px;}
    .mob_copyright{ font-size: 12px; text-align: center; margin: 0; line-height: 1.5;color: #D3D3D3; 
    padding: 16px 12px; border-top: 1px solid #494949;}
    .inner_banner_content ul{ display: none;}
    .inner_banner_content h1{font-size: 32px;}
.inner_banner span img{ min-height: 110px;    object-fit: cover;}
.header_mobile{ position: absolute; top:0;    transition: all 0.32s ease-out;    z-index: 99;    width: 100%;}
.inner_banner { margin-top: 132px;}
.tourism_menu ul{
    justify-content: flex-start;    scroll-behavior: smooth; white-space: nowrap; overflow-y: auto;    flex-wrap: nowrap;  transform: translateZ(0);}
.tourism_sec4 .row{    margin: 0 -12px;    padding-bottom: 20px;}
.tourism_sec4 .col-md-6 {  padding: 0 12px;}
.tourism_menu ul li a { margin: 0;    margin-right: 40px;    font-size: 14px;    padding-bottom: 10px;}
.tourism_menu ul::-webkit-scrollbar {display: none;}
.tourism_menu {padding-top: 60px;}
.tourism_sec1 { padding-top: 60px;}
.tourism_sec1 .col-md-6.pe-0{ padding-bottom: 25px; padding-left: 0;}
.tourism_sec1 h2 span{ font-size: 12px;}
.tourism_sec1 h2{ font-size: 28px;line-height: normal; padding-bottom:10px;}
.tourism_sec1 p{ font-size: 14px;line-height: 26px;}
.tourism_sec2 h2{ font-size: 28px;line-height: normal; padding-bottom: 20px; text-align: left;}
.table-responsive tr td{ font-size: 14px;padding: 20px 15px;line-height: 26px;}
.table-responsive tr th{ font-size: 16px;padding: 20px 15px;    font-weight: 600;}
.table { min-width: 1000px;}
.tourism_sec2{ padding-top: 60px;    padding-bottom: 47px;}
.tourism_sec2 .table-responsive { margin-bottom: 30px;}
.tourism_sec2 p{ font-size: 14px; line-height:26px;}
.list_ul li{ font-size: 14px; line-height: 26px;    padding-bottom: 13px;padding-left: 23px;}
.list_ul li::before{    width: 10px; height: 10px;    background-size: cover;    top: 8px;}
.tourism_sec33 { padding: 0;}
.tourism_sec3 { padding: 50px 12px;}
.tourism_sec3 h2{ font-size: 28px; padding-bottom: 20px;}
.tourism_sec3 p{font-size: 14px; line-height:26px;}
.tourism_sec4 h2{font-size: 28px; line-height: normal;padding-bottom:20px; text-align:left;}
.tourism_sec4 {padding-top: 60px;}
.col-12.col-md-4.border_right { border: 0; padding-bottom:0rem!important;}
.tourism_sec4 p{ font-size: 14px;line-height: 26px; }
.note_sec {  width: 100%;}
#processing-time .row{flex-direction: column-reverse;    align-items: initial;}
.tourism_sec1 .col-md-6.ps-0{ padding-right: 0;    padding-bottom: 25px;order: 2;}
.processing_time .col-12.col-md-6.pe-md-5 { order: 1;}
.tourism_sec1 p{ width: 100%;}
.tourism_sec5 h2{font-size: 28px; line-height: normal;    padding-bottom:10px;}
.tourism_sec5 {padding-top: 60px;    padding-bottom: 50px;}
.tourism_pdf h6{ font-size: 14px; line-height: 26px;}
.tourism_pdf a{ padding: 25px;    min-height: 100px; white-space: normal;}
.tourism_pdf span{ left: 25px;}
.tourism_sec5 .row{scroll-behavior: smooth; white-space: nowrap; flex-wrap: nowrap;
    overflow-y: auto; transform: translateZ(0);margin: 0 -7.5px;padding: 10px 0;}
    .tourism_sec5 .col-md-4{ padding: 0 7.5px; width: 90%; max-width: 313px;}
    .tourism_sec5 .row::-webkit-scrollbar {display: none;}
    header.header_mobile.header-sticky.sticky{position: fixed;    transform: translate(0,0);
        animation-delay: 0s;animation-direction: normal;animation-duration: .5s; animation-fill-mode: forwards;
    animation-iteration-count: 1;animation-name: fadeInDown;animation-play-state: running;animation-timing-function: ease; background-color: #fff;
    box-shadow: 0px 1px 2px 0px rgba(82, 53, 40, 0.16);}
    header.header_mobile.header-sticky.sticky .top_hrd{ display: none;}

.navbar-collapse { background: #fff; width: 320px; max-width: 100%; height: 100%;position: fixed;top: 0px;
left: 0;overflow: auto; z-index: 999;margin-left: -470px; transition: all 0.32s ease-out;}
.navbarResponsive2 .navbar-collapse{ margin-left: -470px;}
 .navbarResponsive2.navbaropen .navbar-collapse{ margin-left: 0;}
.navbarResponsive2 ul li a {color: #676767; padding: 0 15px; padding-bottom: 10px;  display: table;width: 100%;padding-top: 10px;
font-size: 16px;width: 100%; font-weight: 400; border-bottom: 1px solid #EAE0C1;position: relative; line-height: 1.6;}
 .mobile_nav_icon-close { position: absolute;  right: 15px; cursor: pointer; z-index: 2;}
.hrd_mobile { display: flex;flex-wrap: nowrap; justify-content: space-between; padding: 15px;    align-items: center; border-bottom: 1px solid #B9952E;}
.hrd_mobile ol { display: flex;    padding-right: 16px;}
.hrd_mobile ol li a{ font-size: 12px; color: #B9952E; display: block; margin-right: 15px;}
.hrd_mobile_login ul li a{     background-color: rgb(185 149 46 / 8%); color: #676767; font-size: 16px; border-left: 1px solid #E5D9B3; padding:10px 15px; border-bottom: 1px solid #E5D9B3;}
.hrd_mobile_login { display: flow-root; width: 100%;}
.hrd_mobile_login ul li:first-child a{ border-left: 0;}
.hrd_mobile_login ul li{ float: left; width: 50%;}
.navbarResponsive-main .accordion-item h5 a{color: #676767; padding: 0 15px; padding-bottom: 10px;  display: table;padding-top: 10px;
    font-size: 16px;font-weight: 400; position: relative; line-height: 1.6;}
    .navbarResponsive-main .accordion-item h5{border-bottom: 1px solid #EAE0C1; width: 100%; position: relative;    display: flex;
        align-items: center; justify-content: space-between;}
        .navbarResponsive-main .accordion-item h5 abbr{ display: block; padding: 10px 15px; padding-left: 30px;}
.navbarResponsive-main .accordion-item h5 abbr.collapsed img{    transition: all 0.32s ease-out;transform: rotate(0deg);}
.navbarResponsive-main .accordion-item h5 abbr img{    transition: all 0.32s ease-out; transform: rotate(90deg);}
.navbarResponsive-main .accordion-item .accordion-item h5 abbr{    color: #676767;    line-height: 1.6;
    font-size: 14px; width: 100%; position: relative;}
    .navbarResponsive-main .accordion-item .accordion-item h5 abbr.collapsed:before{ content: ""; position: absolute;
width: 0; height: 0;     border-left: 6px solid transparent;border-right: 6px solid transparent;border-top: 6px solid #b9952e;
right: 15px;border-radius: 1px;top: 18px;    transform: rotate(-90deg);transition: all 0.32s ease-out;}
.navbarResponsive-main .accordion-item .accordion-item h5 abbr:before{ content: ""; position: absolute;
    width: 0; height: 0;     border-left: 6px solid transparent;border-right: 6px solid transparent;border-top: 6px solid #b9952e;
    right: 15px;border-radius: 1px;top: 18px;    transform: rotate(0deg);transition: all 0.32s ease-out;}
    .navbarResponsive-main .accordion-item ul li a{ font-size: 14px;}
    .navbarResponsive-main .accordion-item .accordion-body{background-color: rgb(185 149 46 / 8%);}
.navbarResponsive-call { padding: 30px 15px 18px;}
.navbarResponsive-call ul li{ position: relative;    padding-left: 16px;padding-bottom: 10px;}
.navbarResponsive-call ul li span{ position: absolute;left: 0;top: 3px;}
.navbarResponsive-call ul li a{ font-size: 12px;    padding: 0;border: 0;}
.navbarResponsive-call ul li:last-child{padding-left:16px;}
.navbarResponsive-main { padding-bottom:60px;}
.navbarResponsive-main .center_hrd_app{ padding: 0 15px;}
.navbarResponsive-main .center_hrd_app ul li a{ padding: 0; border: 0;}
.navbarResponsive-main .center_hrd_app h6{ color: #676767; font-size: 12px; text-transform: uppercase;}
.navbarResponsive2 ul li a.home_icon { display: flex;flex-wrap: wrap;justify-content: space-between; align-items: center;}
.close_overlay { top:0;position: fixed; left: 0; right: 0; width: 100%; height: 100%;    background: rgb(0 0 0 / 50%); display: none;    transition: all 0.62s ease-out;}
.navbarResponsive2.navbaropen { position: fixed; z-index: 9999;  width: 100%; height: 100%; }
    .navbarResponsive2.navbaropen .close_overlay{ display: block;}
.navbardropdown{ position: fixed;    z-index: 999; right:0px; top:0; display: none;width: 100%;
    height: 100%;}
.navbardropdown.navopen{ display: block;}
.dropdown_user ul { display: block;width: 210px; background: #fff;border-radius: 5px;}
.dropdown_user ul li img{ height: 19px;margin-right:8px;}
.dropdown_user ul li a{ display: flex;    padding: 10px 15px; font-size: 13px;    align-items: center;     color: #b9952e;
    border-bottom: 1px solid rgba(129, 132, 134, 0.10);}
.dropdown_user ul li{ margin: 0;}
.navbardropdown.navopen:before {content: "";background: rgb(0 0 0 / 50%); position: fixed;width: 100%;
height: 100%;top: 0;left: 0;transition: all 0.62s ease-out;    animation-name: fadeIn;animation-delay: 0s;
animation-direction: normal;animation-duration: .5s;animation-fill-mode: forwards;animation-iteration-count: 1;animation-play-state: running;
animation-timing-function: ease;}
.dropdown_user {position: absolute;z-index: 1;    right: 12px; top:82px;transition: all 0.62s ease-out;    animation-name: fadeIn;animation-delay: 0s;
    animation-direction: normal;animation-duration: .5s;animation-fill-mode: forwards;animation-iteration-count: 1;animation-play-state: running;
    animation-timing-function: ease;}
.dropdown_user ul li:last-child a{ border-bottom: 0;}
.navbardropdown.header-sticky1.navopen.sticky .dropdown_user { top: 52px;}
.dashboard_left{ display: none;}
.dashboard_right{ width: 100%;padding-left: calc(var(--bs-gutter-x) * .5);}
.dashboard_sec{    padding: 15px 0 60px;}
.customer_feedback {padding-top: 60px;}
.customer_feedback h2 { font-size: 28px; padding-bottom: 20px;}
.customer_feedback h2 span{ font-size: 16px;}
.customer_feedback p, .customer_feedback2 p{ font-size: 14px; line-height: 26px;}
.tourism_menu2{ width: 100%;}
.customer_feedback2 {padding-top: 60px;}
.customer_feedback2 .col-md-6 { padding: 0;}
.customer_feedback2 h3{ font-size: 26px; padding-top: 25px;padding-bottom: 12px;}
.customer_feedback2 .col-12.col-md-6.ps-5{    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5) !important;}
    .tourism_sec4 .col-12 { padding: 0 12px;}
    .customer_feedback2 ul.list_ul { width: 100%;}
    .customer_feedback2 .row{ padding-bottom: 30px;}
.customer_feedback2 .w-40 { width: 100%;}
.customer_feedback3 h3{ font-size: 26px; padding-bottom: 20px;}
.customer_feedback4{     padding-top: 60px;  padding-bottom: 47px;}
.customer_feedback4 h3{ font-size: 26px;}
.customer_feedback4 p{ width: 100%; font-size: 14px;    line-height: 26px;}
.navbarResponsive2{ display: block;}
.faq_sec .accordion-button{ font-size: 20px;}
.faq_sec .accordion-button span{    padding: 10px 12px;    font-size: 11px;    margin-left: 10px; min-width: fit-content;}
.faq_sec .accordion-body { padding: 30px 0;  padding-left: 0;}
.faq_sec .accordion-body p{line-height: 26px;font-size: 14px;word-wrap: break-word;}
.faq_sec .accordion-body h6 { padding-top: 5px;    padding-bottom: 15px;    font-size: 16px;}
.faq_sec {padding: 60px 0;}
.contact_sec { padding: 60px 0;}
.contact_sec .col-md-6.pe-0{ padding-left: 0; padding-bottom: 30px;}
.contact_sec iframe{ height: 430px;}
.contact_sec .col-md-6.ps-5.pe-5{    padding-right: calc(var(--bs-gutter-x) * .5) !important;
    padding-left: calc(var(--bs-gutter-x) * .5) !important;}
    .contact_sec p {
        line-height: 26px; margin-bottom: 15px; font-size: 14px;}
 .contact_sec h5{    font-size: 16px; padding-bottom: 20px;}
 .contact_sec ul li, .contact_sec ul li a{ font-size: 14px;}
 .contact_sec ul li{    padding-left: 38px;    padding-bottom: 15px;}
 .contact_sec .row:nth-child(odd) {flex-direction: column-reverse;}
 .contact_sec .row{ padding-bottom: 60px;}
 .contact_sec .col-md-6.ps-0{ padding-right: 0; padding-bottom: 30px;}
 .contact_sec .col-md-6.pe-5{    padding-right: calc(var(--bs-gutter-x) * .5) !important;}
 .visa_services_sec {padding: 60px 0;}
 .visa_services_sec h2{font-size: 28px;}
 .visa_services_sec h3 {font-size: 22px;}
 .services_boxs h4{    font-size: 22px; padding-bottom: 15px;}
 .visa_box a{ padding: 20px;     min-height: 134px;}
 .visa_box h5{ font-size: 18px;}
 .services_boxs .col-md-4{    width: 50%;}
 .visa_box span img{     width: 32px;}
 .services_boxs2 {padding-top: 50px;}
 .login_sec{    background-image: inherit;    min-height: auto; padding: 0 12px;}
 .login_sec {margin-top: 88px;}
 .login_box{ width: 100%;    box-shadow: inherit;    padding: 60px 0;}
 .login_box h2{ text-align: center;}
 .mobile_h2{ color: #BA842F; font-size: 28px; padding-bottom:30px; display: block; text-align: center;font-family: 'efframedium';
padding-top: 45px;}
 .dashboard_mobile {position: relative; width: 100%;display: flow-root; padding-bottom: 15px;}
.dashboard_mobile h5 a{ letter-spacing: 0.45px; font-size: 16px; font-weight: 600; color: #BA842F;
    display: flex;justify-content: space-between;align-items: center;     border-bottom: 1px solid rgb(186 132 47 / 20%);
    padding: 12px 0;}
    .dashboard_headding h2{ font-size: 22px;}
    .dashboard_headding{ padding-bottom: 12px; padding-top: 15px;}
    .profile_sec1 h6{     margin-bottom: 15px;}
    .verified_user{ margin-bottom: 15px;}
    .profile_sec1{    padding-top: 0px;  padding-bottom: 0px;}
.dashboard_headding_mobile{ display: none;}
.input_box{ padding-bottom: 20px;}
.profile_form .login_btn {padding-top: 10px;}
.date_view ul li{ width: 48.6%; margin-right: 0; min-height: 100px;display: flex; justify-content: center; align-items: center;}
.date_view ul li span{align-items: center; flex-direction: column;    text-align: center;}
.date_view ul{align-items: center;justify-content: space-between; align-content: center;}
.date_view ul li span img{ height: 25px;  margin: 0; margin-bottom: 10px;}
.date_view ul li:nth-child(5){ margin: 0 auto 10px;}
.profile_form h3{ padding-bottom: 20px;font-size: 18px;}
.another_btn { padding-top: 0; padding-bottom: 30px;}
.top_hrd p::-webkit-scrollbar {display: none;}
.tourism_menu{ top:104px; padding-top: 0;}
.tourism_menu_main {  padding-top:60px;}
.tourism_menu.header-sticky3.sticky ul li a {padding-bottom: 6px; font-size: 13px;}
.tourism_menu.header-sticky3.sticky{    padding-top: 8px;}
.tourism_sec34{ padding: 0;padding-top: 60px;}
.tourism_menu ul{ border: 0;}
.tourism_menu2{border-bottom: 1px solid rgba(129, 132, 134, 0.10);}
.input_box_captcha input { width: 50%;}
.navbarResponsive-main .accordion-item .accordion-body .accordion-body ul li a { padding-left: 30px;}
.track_application_sec{    padding:60px 0; width: 100%;}
.tourism_sec2 p.text-center{    text-align: left!important;}
.tourism_sec5 p{ font-size: 14px;    line-height: 26px; margin-bottom: 10px; padding-top: 5px;}
.tourism_sec5 p br{ display: none;}
.tourism_menu{border-bottom: 1px solid rgba(129, 132, 134, 0.10);}
.disclaimer_sec { padding: 60px 0;}
.disclaimer_sec h5 {font-size: 22px;    line-height: 1.4;}
.disclaimer_sec p {line-height: 26px; font-size: 14px;}
.mob_copyright a{ display: inline-block;    color: #D3D3D3;}
.home_sec3 h2 span{ font-size: 18px;padding-top: 10px;}
.home_sec3 .row3{ margin-top: 60px;flex-direction: column-reverse;}
.home_sec7 h2{font-size: 28px; line-height: normal; letter-spacing: 1px; padding-top:0px; padding-bottom: 20px;}
.home_sec7 .owl-carousel .owl-item img {height: 300px;}
.home_sec6 .row{    margin: 0;border-radius: 5px;background: #FFF; box-shadow: 0px 0px 6px 0px rgba(82, 53, 40, 0.20);
    text-align: center; padding: 20px 8px;}
    .home_sec6_content{ margin: 0; width: 100%;    box-shadow: initial; padding: 0;  border-radius: 0;}
    .home_sec6 {padding: 20px 0;    margin-bottom: 40px;}
    .home_sec7 { padding-bottom: 60px;}
    .home_sec6_content h2{    font-size: 20px; padding-top: 15px;}
    .group154_mobile { display:block; margin-bottom: 60px;}
    .home_sec4 .col-md-6{ display: none;}
    .ptt-5 { padding-top: 25px;}
    .tourism_sec5 .pt-5 { padding-top: 20px !important;}
    .tourism_sec5 p{    margin-bottom: 20px; padding-top: 0px;}
    .d-md-block{ display: none;}
    .mobile_biometric_sec11 .row{ padding-bottom: 0;}
    .mobile_biometric_sec{    margin-top: 60px;}
    .mobile_biometric_sec h2{font-size: 28px; line-height: normal; }
    .mobile_biometric_sec .col-md-3 { padding-bottom: 15px;}
.mobile_biometric_sec1 h2{font-size: 28px; line-height: normal;}
.mobile_biometric_sec1{    margin-top: 60px;margin-bottom: 60px;}
.mobile_biometric_sec1 h3{    font-size: 16px; padding-bottom: 10px;}
.mobile_biometric_sec1 .row{    flex-direction: column-reverse;}
.mobile_biometric_sec1 .contact_sec h5 {padding-bottom: 10px; padding-top: 20px; font-size: 14px;}
.mobile_biometric_box{ margin-top: 30px;    padding: 20px;
    min-height: 240px;}
.mobile_biometric_box h6 { font-size: 28px;    padding-bottom: 2px;}
.mobile_biometric_box span{    width: 140px;}
.sidenav li a{ font-size: 12px;}
.sidenav li a img { height: 30px;}
.sidenav li a span{ width: auto;}
.home_sec7 .owl-carousel .owl-item span abbr{top:40% !important;}
.home_sec7 .owl-carousel .owl-item span:before{background-color:rgb(22 22 22 / 60%);}
.home_sec7 .owl-carousel .owl-item span abbr img{ height: 30px;}
.home_sec7 .owl-carousel .owl-item span h6{ font-size: 14px;bottom:40% !important;}
.example_home p{ font-size: 14px; }
.example_home h5 { font-size: 18px;}
.home_sec8 h2{    font-size: 28px; padding-bottom: 10px;}
.home_sec8 h3{    padding-bottom: 15px; font-size: 18px;}
.home_sec8 p{ width: 100%; font-size: 14px;    line-height: 24px;}
.home_sec8 .col-md-4{    padding: 30px 20px;  white-space: initial;    width: 90%;
    max-width: 313px;}
.home_sec8 .row { scroll-behavior: smooth; white-space: nowrap;flex-wrap: nowrap; overflow-y: auto; transform: translateZ(0);    margin: 0 -7.5px;    padding-top: 10px;}
.home_sec8{padding-bottom: 60px;}
.home_sec44{    left: 0;    padding: 30px 20px 30px; max-width: 100%;    text-align: center;}
.group154 {position: relative; bottom: 0;right: 0; padding: 0; background: initial;    margin: 0 auto;
    display: table;}
.home_sec44 h2 {font-size: 28px; padding-bottom: 20px;}
.home_sec44 h2 span{    font-size: 20px;padding-top: 5px;}
.home_sec44 p { font-size: 14px;line-height: 24px;}
.home_sec44 {    margin-bottom: 60px;}
.home_sec4 .nav-tabs{ padding: 0;margin-bottom:20px; padding-top: 10px;    scroll-behavior: smooth;
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow-y: auto;
    transform: translateZ(0);
    display: flex;}
.home_sec4 .nav-tabs a{ padding: 10px 15px;flex: 0 0 auto;}
.ftr_app ul{    justify-content: center;}
 }
 .header .submenu li ul.width380{ min-width: 400px;}
 .txt_form{font-size:14px; font-family:Tahoma, Geneva, sans-serif; margin-top:10px; float:left;}
 .text_box {
    width: 383px;
    height: 80px;
    margin-top: 10px;
    border: 1px solid #000;
    padding: 0px 5px;
}