html {
  scroll-behavior: smooth;
}
body{
    font-size: 1rem;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    color: #32434c;
}
.ovhidden{
    overflow: hidden;
}

a, a:hover{
	text-decoration: none !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .far, .fas{
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
ul{
	padding-left: 0px; 
	list-style-type: none;
	margin: 0
}
img{
    display: block;
	max-width: 100%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

img.loadimg{
    opacity: 0;
    transform: scale(.95);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
img.loadimg.fade{
    opacity: 1.0;
    transform: scale(1);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

button{
    border: none;
    cursor: pointer;
    outline: 0;
    font-family: 'Nunito Sans', sans-serif;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.h1, .h2, .h3, h1, h2, h3{
	font-weight: 700;
}
.h4, .h5, .h6, h4, h5, h6{
    font-weight: 700;
}

input{
    font-family: 'Nunito Sans', sans-serif;
}
  


@media(min-width: 1366px){
.cmpad{
    max-width: 1526.4px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 54px;
    padding-right: 54px;
}
}
@media(max-width: 1366px){
.cmpad{
	padding-left:80px;
	padding-right:80px;
}
}
@media(max-width: 991px){
.cmpad{
	padding-left:40px;
	padding-right:40px;
}
}
@media(max-width: 767px){
.cmpad{
	padding-left:15px;
	padding-right:15px;
}

}
@media(max-width: 575px){
html{
	font-size: 90%;
}

}



.mainhdcenter{
    text-align: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 100%;
}
.mainhead{
	font-weight: 800;
    position: relative;
}
.mainhead:after{
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: #ddd;
    margin-top: 10px;
    margin-left: 25px;
    border-radius: 0.3rem;
}
.mainhead:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    background-image: url(../img/logo/icon.svg);
    width: 30px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}
h1.mainhead{
    font-size: 1.75rem;
    margin-bottom: 1rem;
}
h2.mainhead{
    font-size: 1.5rem;
}
h3.mainhead{
    font-size: 1.3rem;
}
h4.mainhead{
    font-size: 1rem;
}
.mainhead.center{
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.subhead{
    font-weight: 700;
    font-size: 1.15rem;
}
.subhead.line{
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.hdcap{
    color: #666;
    display: block;
    width: 100%;
}
.mainhdcenter .hdcap{
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}

.clrinvert .mainhead{
    color: #fff;
}
.clrinvert .hdcap{
    color: #f8f8f8;
}


@media(max-width: 767px){
.h1, h1{
    font-size: 2.2rem;
}
.h2, h2{
    font-size: 1.75rem;
}
}
@media(max-width: 575px){
.h2, h2{
    font-size: 1.5rem;
}
.h1, h1{
    font-size: 2rem;
}
}



@media(min-width:768px){
::-webkit-scrollbar{width:10px;height:6px}
::-webkit-scrollbar-track{background-color:#eee}
::-webkit-scrollbar-thumb{background-color:#3a3a3a}
::-webkit-scrollbar-thumb:hover{background-color:#444}

.custscroll::-webkit-scrollbar,.custscroll::-webkit-scrollbar-thumb{border-radius:13px;width:6px;height:6px;background-clip:padding-box;background:transparent}
.custscroll::-webkit-scrollbar-track{background:transparent}
.custscroll:hover::-webkit-scrollbar-thumb{background-color:#ccc}
.custscroll::-webkit-scrollbar-thumb:hover{background-color:#999}


.custscrollA::-webkit-scrollbar{border-radius:13px;width:6px;height:6px;background-clip:padding-box;background:transparent}
.custscrollA::-webkit-scrollbar-track{background:transparent}
.custscrollA::-webkit-scrollbar-thumb{background-color:#ccc;border-radius: 6px;}
.custscrollA::-webkit-scrollbar-thumb:hover{background-color:#999}

}


ul.social {
    display: flex;
    margin-bottom: 0;
}
ul.social li {
    display: block;
    margin-right: 10px;
}
ul.social li:last-child{
    margin-right: 0;
}
ul.social li a {
    display: block;
    text-align: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    font-size: 0.875rem;
}

ul.social li a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    border-radius: 50%;
    background-color: rgb(255 255 255 / 90%);
    color: #222;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

ul.social li a:hover i {
    color: #e51d28;
}

/*ul.social li a .fa-facebook-f{
    color:  #3b5998;
}
ul.social li a:hover .fa-facebook-f{
    background-color: #3b5998;
}
ul.social li a .fa-twitter{
    color: #55acee;
}
ul.social li a:hover .fa-twitter{
    background-color: #55acee;
}
ul.social li a .fa-instagram{
    color: #8a3ab9;
}
ul.social li a:hover .fa-instagram{
    background-color: #8a3ab9;
}
ul.social li a .fa-linkedin-in{
    color: #0077b5;
}
ul.social li a:hover .fa-linkedin-in{
    background-color: #0077b5;
}
ul.social li a .fa-youtube{
    color: #cd201f;
}
ul.social li a:hover .fa-youtube{
    background-color: #cd201f;
}*/


p{
    margin-top: 0;
}


.flexVcenter{
    display: flex;
    flex-flow: wrap;
    align-content: center;
}



@keyframes moveRight{
    0%{
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }
    50%{
        transform: translateX(5px);
        -webkit-transform: translateX(5px);
    }
    100%{
        transform: translate(0px);
        -webkit-transform: translate(0px);
    }
}
@keyframes moveLeft{
    0%{
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }
    50%{
        transform: translateX(-5px);
        -webkit-transform: translateX(-5px);
    }
    100%{
        transform: translate(0px);
        -webkit-transform: translate(0px);
    }
}
@keyframes moveDown{
    0%{
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
    50%{
        transform: translateY(5px);
        -webkit-transform: translateY(5px);
    }
    100%{
        transform: translate(0px);
        -webkit-transform: translate(0px);
    }
}
@keyframes moveUp{
    0%{
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
    50%{
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
    }
    100%{
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
}

/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


/*PULSE*/
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}



.btn{
    padding: 8px 15px;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    display: inline-block;
}
.btn i{
    transition: none;
    margin-right: 8px;
}
.mybtn-primary{
    background-color: #e51d28;
    border: 1px solid #e51d28;
    color: #fff;
}
.mybtn-primary:hover{
    background-color: #F44336;
    border-color: #F44336;
}
.mybtn-secondary{
    background-color: transparent;
    color: #333;
    border: 1px solid #333;
}
.mybtn-secondary:hover{
    color: #e51d28;
    border-color: #e51d28;
}
.mybtn-third{
    background-color: transparent;
    color: #666;
    border: 1px solid #999;
}
.mybtn-third:hover{
    color: #fff;
    border-color: #e51d28;
    background-color: #e51d28;
}
.mybtn-third i{
    margin-left: 6px;
}
.btn.center{
    display: table;
    margin: auto;
}

.mybtn-group{
    display: flex;
    flex-flow: wrap;
    margin: -5px;
}
.mybtn-group .mybtn-primary,
.mybtn-group .mybtn-secondary,
.mybtn-group .white-outline{
    margin: 5px;
}
.white-outline{
    border:1px solid #fff;
    color: #fff;
    background-color: transparent;
    opacity: .75;
}
.white-outline:hover{
    opacity: 1;
}

.morebtn{
    font-weight: 600;
    color: #e51d28;
    display: inline-flex;
    align-items: center;
    background-color: transparent;
    padding: 0;
    font-size: 1rem;
}
.morebtn i{
    transition: none;
    margin-left: 6px;
}
.morebtn:hover{
    color: #b3000a;
}
.morebtn:hover i{
    animation: moveRight 1s infinite;
}




.textcontent p{
    color: #666;
    line-height: 1.6;
    margin-bottom: 1rem;
}

@media(max-width: 991px){
.btnfilled, .btnoutline{
    font-size: .875rem;
}
}

@media(max-width:575px){
.mybtn-group{
    justify-content: center;
}
}


/*========CUSTOM-SELECT==========*/
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
    font-size: .875rem;
  color: #fff;
  width: 100%;
  height: 44px;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #666;
  background-color: transparent;
    padding: 10px 15px;
    border: 1px solid #ededed;
    outline: 0;
    border-radius: 0.3rem;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #ccc transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 10px;
}
.select-styled:hover,
.select-styled:focus {
    border-color: #e51d28;
}
.select-styled:active, .select-styled.active {
  background-color: transparent;
}
.select-styled:active:after, .select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #ccc transparent;
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    color: #666;
    border: 1px solid #eee;
    border-top: none;
    font-size: .875rem;
}
.select-options li {
  margin: 0;
  padding: 8px 0;
  text-indent: 15px;
  border-top: 1px solid #eee;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.select-options li:hover, .select-options li.is-selected {
  color: #e51d28;
}
.select-options li[rel="hide"] {
  display: none;
}






/*---------------------------------------*/
/*::::::::::::::::HEADER:::::::::::::::::*/
/*---------------------------------------*/
header{
    position: relative;
    z-index: 9999;
}
header .headmain{
    display: flex;
}
header .logocol{
    width: 320px;
    height: 75px;
    display: flex;
    padding: 0 15px;
    background-color: #fff;
}
header .logocol a{
    display: flex;
    width:100%;
}
header .menucol{
    position: relative;
    background-color: #e51d28;
    flex: 1 0 auto;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: flex-end;
    
}
header .menucol:before{
        content: '';
    position: absolute;
    background-image: url(../img/images/header-bag1.png);
    background-position: left;
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity: .2;
    filter: grayscale(1);
    background-repeat: no-repeat;
}
header .menucol .menunav{
    display: flex;
    flex-flow: wrap;
    align-items: center;
}

header .menucol .menucontent{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    padding-right: 15px;
}
header .megamenu{
    position: initial;
    overflow: hidden;
    display: block;
    height: 75px;
    line-height: 75px;
}
header .megamenu a.mainli{
    color: #fff;
    display: block;
    font-weight: 500;
    font-size: .9rem;
    padding: 0 12px;
    position: relative;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
header.active .megamenu a.mainli,
header.activemega .megamenu a.mainli{
    color: #ffff;
}
header .megamenu a.mainli.active{
    border-color: #e51d28;
    color: #e51d28;
}
header .megamenu a.mainli:after{
    content: '';
    display: flex;
    width: 0;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: 15px;
    margin: auto;
    left: 15px;
    opacity: .8;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
header .megamenu a.mainli:hover, header .megamenu:hover a.mainli, header .megamenu:hover a.mainli.active{
    color: #fff;
    text-decoration: none;
}
header .megamenu a.mainli:hover:after, header .megamenu:hover a.mainli:after, header .megamenu:hover a.mainli.active:after{
    width: 50px;
}
header .megamenu a.mainli img{
    width: 24px;
  margin-top: -6px;
  margin-right: 3px;
  filter: brightness(0);
  -webkit-filter: brightness(0);
}
header .megamenu a.mainli:hover img, header .megamenu:hover a.mainli img, header .megamenu:hover a.mainli.active img{
  filter: brightness(1);
  -webkit-filter: brightness(1);
}
header .megamenu a.mainli.all{
    border-radius: .3rem .3rem 0 0;
}

header .megamenu-content {
    display: flex;
    align-items: center;
    position: absolute;
    background-color: rgb(255 255 255 / 80%);
    width: 100%;
    max-width: 750px;
    right: 15px;
    border: none;
    z-index: 99;
    height: 0;
    padding: 0 15px;
    border-radius: 0 0 .5rem .5rem;
    overflow: hidden;
    box-shadow: 4px 6px 20px rgb(0 0 0 / 10%);
    backdrop-filter: blur(4px);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
header .megamenu:hover .megamenu-content {
    height: auto;
    align-items: flex-start;
    padding-top: 15px;
}
header .megamenu-content .menuitems{
    margin-top: 0;
    margin-bottom: .5rem;
    width: 100%;
}
header .megamenu-content .menuimg{
    border-radius: .5rem;
    overflow: hidden;
    box-shadow: -5px 10px 20px rgba(0,0,0,.2);
}

header .megamenu-content .menuitems .tabmenu{
    width: 260px;
    height: 280px;
    padding: 0 15px;
}
header .megamenu-content .menuitems .tabcontent{
    width: calc(100% - 260px);
    padding: 0 15px;
}
header .megamenu-content .tab-content>.tab-pane{
    width: 100%;
}
header .megamenu-content .menuitems .nav{
    border-right: 1px solid rgb(10 10 10 / 10%);
    padding-right: 15px;
    overflow: auto;
    height: 100%;
    flex-flow: column;
}
header .nav-pills .nav-link{
    height: 44px;
  line-height: 44px;
  padding: 0 15px !important;
  color: #333;
  font-size: .875rem;
  font-weight: 600;
  position: relative;
    border-radius: 0.3rem;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
header .nav-pills .nav-link.active, header .nav-pills .show>.nav-link{
    background-color: rgb(229 29 40 / .1);
    color: #e51d28;
}
header .nav-pills .nav-link img{
    display: none;
    max-width: 100%;
    width: 20px;
    margin-top: -2px;
    margin-right: 6px;
    filter: brightness(0.5);
    -webkit-filter: brightness(0.5);
}
header .nav-pills .nav-link:hover img,
header .nav-pills .nav-link.active img{
    filter: brightness(0);
    -webkit-filter: brightness(0);
}
header .nav-pills .nav-link i{
    transition: none;
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: .75;
}
header .megamenu-content .megaitems{
    display: flex;
    flex-flow: wrap;
}
header .megamenu-content ul.menulist{
    display: flex;
    flex-flow: wrap;
  align-content: flex-start;
  align-items: end;
    line-height: normal;
    width: calc(100% - 15px);
    max-height: 282px;
    overflow-y: auto;
}
header .megamenu-content ul.menulist li{
    width: calc(100% / 2);
}
header .megamenu-content ul.menulist li a{
    color: #666;
    display: inline-block;
    font-size: .875rem;
    padding: 8px 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
header .megamenu-content ul.menulist li a:hover{
    text-decoration: none;
    color: #e51d28;
}
header .megamenu-content ul.menulist li a img{
    width: 26px;
    margin-right: 8px;
    margin-top: -2px;
    border-right: 1px solid #ddd;
    padding-right: 8px;
}
header .sideBtn{
    width: 24px;
    background-color: transparent;
    padding: 0;
}
header .megamenu .search{
    width: 44px;
    height: 100%;
    padding: 0 10px;
    display: flex;
    align-items: center;
    background-color: rgb(0 0 0 / 15%);
}

header .search{
    margin-left: 0;
    cursor: pointer;
}
header .search img{
    width: 20px;
    margin-top: -2px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
header .searchbox{
    display: flex;
    border: 1px solid #ccc;
    line-height: normal;
    margin-bottom: 0.5rem;
    border-radius: 0.5rem;
}
header .searchbox input,
header .searchbox input:focus{
    padding: 0 15px;
    height: 50px;
    height: auto;
    background-color: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    width: 100%;
    font-size: .875rem;
}
header .searchbox button{
    height: 50px;
    width: 50px;
 border: none;
    outline: 0;
    background-color: transparent;
    line-height: 50px;
}
header .searchbox button:hover{
    color: #e51d28;
}
header.active .search img,
header.activemega .search img{
    filter: brightness(.25);
    -webkit-filter: brightness(.25);
}

header .normalmenu,
header .megasrch{
    position: relative;
    overflow: unset;
}
header .normalmenu .megamenu-content{
    width: 200px;
}
header .megasrch .megamenu-content{
    width: 400px;
    right: 0;
}
header .normalmenu:hover .megamenu-content{
    padding-top: .5rem;
}
header .normalmenu .megamenu-content ul.menulist{
    width: 100%;
}
header .normalmenu .megamenu-content ul.menulist li{
    width: 100%;
}
header .normalmenu .megamenu-content ul.menulist li a{
    display: block;
}

@media(max-width:991px){
header .megamenu{
    display: none;
}
}





/*///////////RESPONSIVE HEADER***************/

@media(min-width: 992px){
.header_resp{
    display: none;
}
}
.header_resp{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
.cd-dropdown-trigger{
    padding: 0;
    border-radius: 0;
}
.cd-dropdown-trigger .fa{
    font-size: 22px;
    color: #069548;
}

.cd-dropdown .hdtop{
    background-color: #fff;
    border-color: #069548;
    width: 100%;
    position: relative;
    z-index: 1;
    height: 65px;
    padding: 0;
    display: flex;
    flex-flow: wrap;
    border-bottom: 1px solid #f1f1f1;
}
.cd-dropdown .hdtop .menuadmin{
    display: flex;
    width: 100%;
    height: 100%;
}
.cd-dropdown{
    background-color: rgba(0, 0, 0, 0.7);
}
.cd-dropdown>.cd-dropdown-content{
    width: 70%;
    right: 30%;
    background-color: #f5f5f5;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
}
.cd-dropdown-content{
    padding-top: 0;
}
.cd-dropdown-content ul{
    padding-top: 65px;
    background-color: #f5f5f5;
}
.cd-dropdown-content a, .cd-dropdown-content ul a{
    color: #607D8B;
    border: none;
    border-bottom: 1px solid #ddd;
}
.cd-dropdown .cd-close{
    right: 1rem;
    top: 17px;
    height: 30px;
    width: 30px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 9;
    box-shadow: 6px 4px 15px rgba(0,0,0,.1);
    display: none;
}
.closebarz{
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 70%;
    cursor: zoom-out;
}

@media(max-width: 575px){
.cd-dropdown>.cd-dropdown-content{
    width: 80%;
    right: 20%;
}
.closebarz{
    left: 80%;
}
}

@media(max-width: 360px){
.closebarz{
    display: none;
}
.cd-dropdown>.cd-dropdown-content{
    width: 100%;
    right: 0;
}
.cd-dropdown .cd-close{
    display: block;
}
}

.cd-dropdown .logo{
    max-width: 150px;
    margin: 5px auto;
}
.cd-dropdown h2, .cd-dropdown-content a, .cd-dropdown-content ul a, .cd-dropdown-content .cd-divider{
    padding: 0 15px;
}
.cd-dropdown-content a, .cd-dropdown-content ul a{
    height: 38px;
    line-height: 38px;
    font-size: .875rem;
    border: none;
    margin: 8px;
    background-color: #fff;
    border-radius: .3rem;
    display: flex;
    align-items: center;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.cd-dropdown-content a:hover, .cd-dropdown-content ul a:hover{
    text-decoration: none;
    color: #333;
    background-color: rgb(229 29 40 / 10%);
}
.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after{
    background: #ccc;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.has-children > a:hover::before, .has-children > a:hover::after, .go-back a:hover::before, .go-back a:hover::after{
    background-color: #e51d28;
}
.cd-dropdown-content a img {
    width: 22px;
    margin-right: 8px;
}
.cd-dropdown .cd-close::after, .cd-dropdown .cd-close::before{
    background: #60606a;
    width: 1px;
    height: 20px;
}
.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after{
    height: 1px;
}
.has-children > a img.img-menu{
    max-width: 20px;
    margin-right: 10px;
}
.cd-search{
    position: relative;
}
.cd-search input[type="search"],
.cd-search input[type="search"]:focus{
    height: 40px;
    background-color: #fff;
}
.cd-search input::placeholder{
    color: #999 !important;
}
.cd-search button{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border-radius: 0;
    color: #999;
    background-color: transparent;
    color: #333;
}
.cd-search button:hover{
    color: #e51d28;
}
.hdtop .upic{
    display: flex;
    justify-content: center;
    padding: 8px 15px;
    width: 100px;
    height: 100%;
}
.hdtop .upic a {
    height: 100%;
    margin: 0;
    border-radius: 0;
    padding: 0;
}
.hdtop .upic a:hover{
    background-color: transparent;
}
.hdtop .upic img{
    display: block;
    width: auto;
    height: 100%;
    margin: 0;
}
.menu-user{
    padding-top: 12px;
    color: #666;
    width: calc(100% - 90px);
    padding-left: 0;
    padding-right: 15px;
    float: left;
}
.menu-user .uname{
    font-size: 14px;
}
.menu-user span{
    display: block;
    line-height: 20px;
    font-size: 12px;
}
.menu-acc{
    display: flex;
    justify-content: space-around;
    padding: 0 4px;
    margin-top: 3px;
    margin-bottom: 3px;
}
.menu-acc a{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: .7rem;
    line-height: normal;
    height: 60px;
    margin: 4px;
    border-radius: .3rem;
    width: 100%;
    border: none;
    color: #999;
    border-right: 1px solid #f1f1f1;
}
.menu-acc a:hover{
    background-color: #fff;
    color: #e51d28;
}
.menu-acc a img{
    width: 24px;
    margin-bottom: 4px;
    margin-right: 0;
}

.accbtns button{
    width: 50%;
    float: left;
    color: white;
    border: none;
    height: 35px;
    line-height: 35px;
    background-color: #df2b6e;
}
.accbtns button:last-child{
    background-color: #e83f7e;
}

.accdet{
    display: table;
    width: 100%;
    border-bottom: 1px solid #cfcfcf;
}
.accdet button{
    width: 50%;
    float: left;
    color: #df2b6e;
    height: auto;
    border: none;
    border-right: 1px solid #ddd;
    background-color: #fff;
    font-size: 10px;
    padding: 8px 5px;
}
.accdet button:last-child{
    border-right: none;
}
.accdet button span{
    display: block;
    color: #666;
    font-size: 14px;
}
.accdet button span i.fa{
    margin-right: 3px;
}

.addrec{
    display: table;
    width: 100%;
}
.addrec a, .addrec a:focus {
    display: block;
    color: #fff !important;
    text-decoration: none;
    background: linear-gradient(-45deg, #ff4d89, #ff0057, #e91e72, #ffabc8);
    background-size: 400% 400%;
    animation: gradient 4s ease infinite;
}
.addrec a:hover{
    animation: none;
    color: #fff !important;
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.addrec a span.fa{
    margin-right: 5px;
}
.addrec a i.fa{
    float: right;
    margin-top: 15px;
}


@media(max-width: 480px){
.menu-acc p{
    line-height: 5px;
    font-size: 10px;
}
.menu-user{
    width: calc(100% - 70px);
}
.menu-acc a{
    font-size: .65rem;
}
}

/*RESPONSIVE MENU FOOTER*/
.menufoot{
    background-color: #fff;
    color: #666;
    text-align: center;
    min-height: 290px;
}
.menufoot ul{
    position: relative;
    padding: 6px 0 !important;
    list-style-type: none;
}
.menufoot ul li.head{
    font-size: 12px;
    padding: 0 10px;
    color: #666;
    margin-bottom: 10px;
}

.menufoot ul.reach li{
    display: block;
    text-align: left;
}
.menufoot ul.reach li a i{
    margin-right: 6px;
    color: #e51d28;
}
.menufoot ul.reach li a img{
    height: 16px;
    margin-right: 8px;
    margin-top: -2px;
}

.menufoot ul.download{    
    padding-bottom: 10px !important;
}
.menufoot ul.download li.apps a{
    width: 95px;
    display: inline-block;
    padding: 0 !important;
    margin: 0 5px;
    height: auto !important;
    line-height: normal !important;
    border:none !important;
}
.menufoot ul.download li.apps a img{
    width: 100%;
}

.menufoot ul.social{
    padding-bottom: 10px !important;
    padding-top: 0 !important;
    flex-flow: wrap;
    justify-content: center;
}
.menufoot ul.social li.head{
    margin-bottom: 15px;
    width: 100%;
}
.menufoot ul.social li{
    float: left;
    width: calc(100% / 7);
    text-align: left;
    margin-right: 0;
}
.menufoot ul.social li a{
    width: auto;
    text-align: center;
    height: 35px !important;
    line-height: 35px !important;
    text-overflow: initial;
    border: none !important;
    padding: 0 !important;
    margin: 0 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menufoot ul.social li a .fab{
    background-color: transparent;
    color: #e51d28;
}

.menufoot ul.menu li{
    padding: 5px 0;
    display: inline-block;
}
.menufoot ul.menu li a{
    font-size: 12px;
    border: none !important;
    height: auto !important;
    line-height: 22px !important;
    padding: 0 8px;
    background-color: #9E9E9E;
    border-radius: 3px;
    color: white !important;
    margin: 0 2px;
}
.menufoot ul.rights{
    border-top: 1px solid #cfcfcf;
    padding: 10px 0 !important;
}
.menufoot ul.rights p{
    margin-bottom: 0;
    font-size: 12px;
}
.menufoot ul.rights a{
    display: inline;
    height: auto !important;
    line-height: normal !important;
    padding: 0;
    border:none !important;
    background-color: transparent;
    font-size: 12px;
}





/*===================header responsive sidebar===========*/
@media(min-width:992px){
header .menubar {
    display: none;
}
}
header .menubar button {
    width: 24px;
    height: 24px;
    background-color: transparent;
    border: none;
    outline: 0;
    margin-top: 3px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.sideBtn {
     background-image: url(../img/icons/menu.svg);
     background-size: contain;
}
.sideBtn.closeBtn {
    background-image: url(../img/icons/closebtn.svg);
}


.sidemenu {
    position: fixed;
    display: none;
    z-index: 11;
    right: 0;
    left: 0;
    top: 75px;
    bottom: 0;
    opacity: 1;
    background-color: #f4fbff;
    overflow-y: auto;
    padding-bottom: 20px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}
.sidemenu .megalinks {
    flex: 1 0 33.3333%;
}
.sidemenu .megalinks h5 {
    margin-top: 2rem;
    color: #333;
}
.sidemenu .megalinks h5 span {
    font-weight: 400;
    color: #727272;
}
.sidemenu ul.sidelist {
    display: flex;
    flex-flow: column;
    line-height: 2;
    margin-top: 10px;
}
.sidemenu ul.sidelist li {
    padding: 0;
}
.sidemenu ul.sidelist li a {
    color: #727272;
    display: inline-block;
    padding: 5px 0;
    line-height: 1.25;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.sidemenu .megaadd .data {
    padding-left: 45px;
    margin-bottom: 25px;
    color: #727272;
}
.sidemenu .megaadd .data i {
    position: absolute;
    left: 15px;
    color: #ffffff;
    margin-top: -8px;
    width: 36px;
    height: 36px;
    background: #333;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
}
/*============sidebar ends here=========================*/










/*---------------------------------------*/
/*::::::::::::::::::SLIDER:::::::::::::::*/
/*---------------------------------------*/
.slider{
    background-color: #1c0f0f;
    width: 100%;
    height: calc(100vh - 75px);
    position: relative;
    display: flex;
    flex-flow: wrap;
}
.slider .mainslider{
    width: 100%;
    height: 100%;
    margin-right: 0;
}
.slider .slideimg{
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
.slider .slcont h1{
    font-weight: 300;
}
.slider .slcont p{
    color: #a2b1b9;
}
.slider .slcont .quotebtn{
    background-color: #e51d28;
    color: #fff;
    padding: 10px 15px;
    border-radius: 0.3rem;
    font-size: .875rem;
    display: inline-flex;
}

.mainslider-pagination{
    width: auto !important;
    left: 15px !important;
    justify-content: center;
    top: 30%;
    bottom: auto !important;
    display: flex;
    flex-flow: column;
    align-items: center;
}
.mainslider-pagination .swiper-pagination-bullet{
    display: block;
    margin: 5px 10px !important;
    border-radius: .25rem;
    width: 10px;
    height: 5px;
    background-color: #fff;
    opacity: 1;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.mainslider-pagination .swiper-pagination-bullet-active{
    width: 25px;
    background-color: #e51d28;
}
.slbtnbox{
    width: 330px;
    max-width: 100%;
    position: absolute;
    right: 0;
    bottom: 3rem;
    background-color: rgb(0 0 0 / 40%);
    z-index: 1;
    padding: 30px;
    border-radius: 0.3rem 0 0 0.3rem;
    backdrop-filter: blur(5px);
}
.linklist{
    display: flex;
    flex-flow: wrap;
    align-items: center;
    width: auto;
    height: 90px;
    padding: 0 10px;
}
.linklist li{
    flex: 1 0 25%;
    max-width: 25%;
    padding: 0 5px;
}
.linklist li a{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 10px 20px;
    font-size: .8rem;
    border-radius: 0.3rem;
    opacity: .75;
    background-color: rgb(255 255 255 / 10%);
}
.linklist li a:hover{
    opacity: 1;
}
.linklist li a .icon{
    width: 24px;
    margin-right: 8px;
}

.flsearch{
    display: flex;
    margin-top: 0.75rem;
}
.flsearch button{
    width: 40px;
    height: 40px;
    color: #fff;
    background-color: #e51d28;
    border-radius: 50%;
    margin-left: 10px;
}
.flsearch button i{
    transition: none;
}
.flsearch button:hover{
    background-color: #F44336;
}
.flsearch input{
    background-color: rgb(255 255 255 / 25%) !important;
    border: none;
    height: 40px;
    outline: 0;
    color: #fff;
    width: calc(100% - 50px);
    border-radius: 0.3rem;
    padding: 0 15px;
    font-size: .85rem;
}
.flsearch input::placeholder{
    color: #eee;
}

.slgallery{
    position: absolute;
    z-index: 1;
    bottom: 180px;
    display: flex;
    margin: 0 -10px;
    left: 40px;
}
.slgallery .slvideo{
    width: 250px;
    border-radius: .3rem;
    margin: 0 10px;
    overflow: hidden;
    box-shadow: 4px 2px 20px rgb(0 0 0 / 30%);
    position: relative;
    cursor: pointer;
}
.slgallery .slvideo:after{
    content: '\f04b';
    position: absolute;
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    opacity: .75;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.slgallery .slvideo:hover:after{
    opacity: 1;
}
.slgallery .slvideo:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}


.mytabnav{
    border: none;
    margin: 0 -5px;
    flex-flow: nowrap;
    overflow: hidden;
    overflow-x: auto;
}
.mytabnav li.nav-item{
    padding: 0 5px;
    flex: none;
}
.mytabnav li.nav-item a{
    padding: 8px 15px;
    border-radius: 0.3rem;
    color: #666;
    border: none;
    font-size: .8rem;
    font-weight: 600;
    background-color: rgb(229 29 40 / .1);
}
.mytabnav li.nav-item a:hover{
    border: none;
    background-color: rgb(229 29 40 / 20%);
    color: #e51d28;
}
.mytabnav li.nav-item a.active,
.slbtnbox .infohead .nav li.nav-item a.active,
.slbtnbox .infohead .nav li.nav-item a.active:hover{
    color: #fff;
    background-color: rgb(229 29 40);
}
.mytabnav li.nav-item a i{
    margin-right: 8px;
    transition: none;
}
.slbtnbox .infohead{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.slbtnbox .infohead .nav li.nav-item a{
    color: #fff;
    background-color: rgba(0 0 0 / 10%);
}
.slbtnbox .infohead .nav li.nav-item a:hover{
    background-color: rgb(229 29 40 / .15);
}
.slbtnbox .viewbtn{
    color: #fff;
    font-size: .75rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    opacity: .8;
}
.slbtnbox .viewbtn:hover{
    opacity: 1;
}
.slbtnbox .viewbtn:hover i{
    animation: moveRight 1s 1;
}


.flycard{
    display: flex;
    flex-flow: column;
    background-color: rgb(0 0 0 / 0.1);
    border-radius: .5rem;
    padding: 10px;
    font-size: .8rem;
    margin-top: 1rem;
    color: rgb(255 255 255 / .8);
}
.flycard .flcol{
    flex: 1 0 33.333%;
}
.flycard .flcol:nth-child(2){
    text-align: center;
}
.flycard .flcol:nth-child(3){
    text-align: right;
}
.flcol.flimg img {
    max-height: 26px;
    background: #fff;
    padding: 3px;
    border-radius: 0.3rem;
}
.flycard .destirow,
.flycard .flightrow,
.flycard .timerow{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flycard .destirow .flcol{
    flex: 1 0 auto;
}
.flycard .destirow .arrowline{
    flex: 1 0 80px;
    max-width: 80px;
}
.flycard .flightrow .flcol{
    font-weight: 600;
    color: #fff;
}
.flycard .arrowline{
    position: relative;
}
.flycard .arrowline:before{
    content: '';
    position: absolute;
    height: 1px;
    border-bottom: 1px dashed #fff;
    opacity: .5;
    left: 0;
    right: 0;
    top: 8px;
}
.flycard .arrowline .arrival{
    transform: rotate(180deg);
}
.flycard .darkbold{
    font-weight: 700;
    color: #fff;
    margin: 0;
}
.flycard .smlight{
    font-size: .7rem;
    margin: 0;
}
.flycard .status{
    font-size: .75rem;
}
.flycard .status .orange{
    color: #FFC107;
}
.flycard .status .green{
    color: #2ed962;
}
.flightslide-pagination{
    bottom: 0 !important;
    text-align: right;
}
.flightslide-pagination .swiper-pagination-bullet{
    background-color: #fff;
    margin: 0 6px !important;
    width: 10px;
    height: 10px;
}

.flightinfo{
    display: flex;
    flex-flow: column;
    padding: 10px 0;
    padding-bottom: 0;
}
.flightinfo .flybox{
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: space-between;
    font-size: .75rem;
    color: #fff;
    padding: 8px 0;
    opacity: .8;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.flightinfo .flybox:hover{
    opacity: 1;
}
.flightinfo .flybox .flightnum {
    width: 50px;
}
.flightinfo .flybox .fltime {
    width: 40px;
}
.flightinfo .flybox .flstatus {
    width: 80px;
}
.flightinfo .flybox .fllocate{
    display: flex;
    width: 130px;
}
.flightinfo .flybox .locicon{
    position: relative;
    width: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px;
}
.flightinfo .flybox .locicon:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;border-top: 1px dashed #fff;
}
.flightinfo .flybox .locicon.arrive i{
    transform: rotateY(180deg);
}

.newsupdates{
    position: absolute;
    z-index: 1;
    bottom: 20px;
    width: 600px;
    max-width: 100%;
    font-size: .85rem;
}
.newsupdates h6{
    color: #f7f7f7;
    font-size: .75rem;
    display: inline-flex;
    padding: 5px 8px;
    border-radius: 0.3rem 0.3rem 0 0;
    margin: 0;
    margin-left: 10px;
    background-color: #e91e63;
    background: linear-gradient(90deg, #e91e63, #ff9800, #f44336, #ffc107);
    background-size: 400% 400%;
    animation: gradient 3s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.newsupdates a{
    display: flex;
    align-items: center;
    color: #ddd;
    background-color: rgba(0 0 0 / 60%);
    border-radius: 0.3rem;
    max-height: 40px;
}
.newsupdates a .date{
    display: inline-flex;
    color: #FF9800;
    padding: 0 10px;
    min-height: 30px;
    align-items: center;
    font-size: .75rem;
    border-right: 1px solid rgb(255 255 255 / 20%);
    width: 100px;
}
.newsupdates a .content {
    margin-left: 15px;
    display: flex;
    width: calc(100% - 100px);
    font-size: .75rem;
    line-height: normal;
    padding: 5px 0;
    height: 36px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.newsnext, .newsprev{
    left: auto;
    right: 0;
    width: 30px;
    height: 30px;
    background-color: rgb(255 255 255 / 20%);
    border-radius: 50%;
    color: #fff;
    opacity: .75;
    margin: 0;
    top: auto;
    bottom: 0;
    transition: all .3s ease;
}
.newsprev{
    right: 40px;
}
.newsnext:after, .newsprev:after{
    font-size: 1rem;
}
.newsnext:hover, .newsprev:hover{
    background-color: rgb(255 255 255 / 40%);
    opacity: 1;
}


@media(max-width: 991px){
.slider{
    height: calc(100vh - 300px);
}
.slbtnbox{
    position: relative;
    bottom: 0;
    border-radius: .3rem;
    margin: auto;
    margin-top: 2rem;
    width: 100%;
    background-color: rgb(1 23 46 / 85%);
}
.slbtnbox:before{
    content: '';
    background-image: url(../img/images/flinfobg.jpg);
    background-image: url(../img/images/flinfobg.webp);
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .1;
    pointer-events: none;
}
.flycard{
    background-color: rgb(0 0 0 / 20%);
}
}

/*.slider .slideimg.dsk{
    display: flex;
}
.slider .slideimg.mob{
    display: none;
}*/
@media(max-width:767px){
.slider{
    height: 450px;
}
 /*.slider .slideimg.dsk{
    display: none;
}
.slider .slideimg.mob{
    display: flex;
} */
.newsupdates{
    left: 15px;
    right: 15px;
    width: auto;
}
.newsupdates a .date{
    width: 75px;
}
.newsupdates a .content{
    width: calc(100% - 75px);
}
}

@media(max-width:575px){
.slider{
    height: 360px;
}
.slbtnbox{
    padding: 15px;
}
}

@media(max-width:420px){
.slider{
    height: 280px;
}
}


.mapmain{
    padding-top: 3rem;
}
.airportmap{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    width: 600px;
    width: 100%;
    padding: 50px 0;
    border-radius: 0.5rem;
    position: relative;
    z-index: 1;
    box-shadow: 8px 8px 20px rgb(0 0 0 / 30%);
}


.airportmap h4 .icon{
    display: inline-flex;
    margin-right: 10px;
    color: #03a9f4;
    font-size: 1rem;
}
.map-bag{
    background-image: url(../img/images/exploreair.svg);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    border-radius: .5rem;
    background-attachment: fixed;
    position: relative;
    background-color: rgb(164 205 239);
}

.map-h{
    font-weight: 700;
    padding-bottom: 0.5rem;
    text-align: center;
}
.airportmap p {
    max-width: 800px;
    text-align: center;
    padding-bottom: 10px;
}

@media(max-width:991px){
.mapmain{
    padding-top: 2rem;
}
}


/*----------------------------------------*/
/******************ShopDineRelax***************/
/*----------------------------------------*/
.sdr {
    padding-top: 3rem;
    padding-bottom: 3rem;
    position: relative;
}
.sdr:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -100px;
    width: 600px;
    height: 382px;
    background-image: url(../img/images/theyyam.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: .25;
    z-index: -1;
    pointer-events: none;
}
.sdr .highbox{
    padding: 0 15px;
    width: 430px;
    display: flex;
    flex-flow: column;
}
.sdr .highbox p{
    color: #555;
}
.sdr .highslide{
    padding: 0 15px;
    width: calc(100% - 430px);
    position: relative;
}
.sdr .highslide:before{
    content: '';
    position: absolute;
    right: -1rem;
    left: 80px;
    background-color: #fef3f4;
    height: 100%;
    border-radius: .3rem;
}
.sdr .highslide .swiper-wrapper{
    padding: 2rem 0;
}
.sdr .swiper-pagination-progressbar{
    top: auto;
    bottom: 1rem;
    width: 50%;
    left: auto;
    right: 0;
    height: 3px;
}
.sdr .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background-color: #333;
}
.swipertopbtn{
    position: absolute;
    top: 15px;
    right: 10px;
    display: flex;
}
.sdr .swiper-button-next, .sdr .swiper-button-prev{
    width: 36px;
    height: 36px;
    margin: 0 6px;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 3px 3px 15px #ccc;
    opacity: 1;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.sdr .swiper-button-next:after, .sdr .swiper-button-prev:after{
    color: #333;
    font-size: 1rem;
}
.sdr .swiper-button-next.swiper-button-disabled, .sdr .swiper-button-prev.swiper-button-disabled{
    opacity: 0;
    width: 0;
    overflow: hidden;
    margin: 0;
}
.sdr .swiper:hover .swiper-button-next, .sdr .swiper:hover .swiper-button-prev{
    opacity: 1;
}
.sdr .swiper .swiper-button-next:hover, .sdr .swiper .swiper-button-prev:hover{
    background-color: #e51d28;
    color: #fff;
}
.sdr .swiper .swiper-button-next:hover:after, .sdr .swiper .swiper-button-prev:hover:after{
    color: #fff;
}
.sdr .swiper:hover .swiper-button-next.swiper-button-disabled, .sdr .swiper:hover .swiper-button-prev.swiper-button-disabled{
    opacity: 0;
    width: 0;
    overflow: hidden;
}


.mycard, .imgcard{
    border: 1px solid #f1f1f1;
    border-radius: 0.5rem;
    overflow: hidden;
    background-color: #fff;
    display: flex;
    flex-flow: column;
    height: 100%;
    position: relative;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.mycard.center{
    text-align: center;
}
.mycard.grid{
    flex-flow: wrap;
    align-items: center;
}
.mycard.grid .cardimg{
    width: 40%;
}
.mycard.grid .card-body{
    width: calc(100% - 40%);
}
.mycard .steps{
    position: absolute;
    top: 8px;
    left: 8px;
    background-color: #e51d28;
    color: #fff;
    padding: 2px 5px;
    border-radius: 0.3rem;
    font-size: .7rem;
}
.mycard p{
    color: #555;
    margin: 0;
    font-size: .95rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.mycard p.h100{
    max-height: none;
}
.mycard .cardimg{
    border-radius: .5rem;
    overflow: hidden;
    position: relative;
    aspect-ratio: 1 / 1;
}
.mycard .cardimg img {
    width: 100%;
}
.mycard:hover .cardimg img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.mycard .cardimg.icon{
    width: 40px;
    border-radius: 0;
    overflow: unset;
    margin: auto;
    margin-top: 1rem;
}
.mycard .cardimg .nwdate{
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    color: #fff;
    font-size: .75rem;
    background-color: rgb(229 29 40 / 50%);
    padding: 3px 8px;
    border-radius: 0.3rem;
}
.mycard .cardimg .nwdate i {
    display: inline-block;
    margin-right: 6px;
}
.mycard .card-body{
    padding: 15px;
}
.mycard .card-title{
    font-size: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.mycard .infolist{
    display: flex;
    flex-flow: column;
    font-size: .875rem;
}
.mycard .infolist li{
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    flex-flow: wrap;
    padding: 8px 0;
}
.mycard .infolist li .icon{
    width: 26px;
    display: inline-flex;
    margin-right: 8px;
}
.mycard .infolist li i{
    color: #e51d28;
    margin-right: 8px;
}
.infolist li a{
    color:#32434c;
}
.infolist li a:hover{
    color:#e51d28;
}
.imgcard{
    padding: 10px;
}
.imgcard .cardimg{
    display: flex;
    align-items: center;
    justify-content: center;
}
.imgcard .cardimg img{
    max-height: 40px;
    height: 40px;
}
.imgcard h6{
    margin: 0;
    text-align: center;
    margin-top: 0.75rem;
    font-size: .875rem;
}

.grey-logo{
    width: 250px;
    opacity: .1;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.pos-rel{
    position: relative;
}

@media(max-width: 1200px){
.sdr .highbox{
    width: 100%;
}
.sdr .highslide{
    width: 100%;
}
.grey-logo{
    display: none;
}
.sdr:after{
    display: none;
}
}

@media(max-width: 767px){
.sdr .highslide:before{
    right: 0;
    border-radius: .3rem 0 0 .3rem;
}
/*.sdr:after{
    display: flex;
    margin: auto;
    position: unset;
    max-width: 100%;
    background-position: center;
}*/
}

@media(max-width: 575px){
.mycard p{
    max-height: 64px;
}
.mycard.grid .cardimg{
    width: 30%;
}
.mycard.grid .card-body {
    width: calc(100% - 30%);
}
.mycard p{
    max-height: 60px;
}
}




/*------------------------------------*/
/*::::::::::::::FACILITIES::::::::::::*/
/*------------------------------------*/
.facilities{
    position: relative;
}
.facilities:before{
    content:'';
    position:absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/images/airportart.jpg);
    height: 100%;
    opacity: .1;
}
.facilist{
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    width: 100%;
    padding: 0 ;
    width: 100%;
}
.facilist li{
    flex: 1 0 calc(100% / 5);
    padding: 15px 15px;
    max-width: calc(100% / 5);
}
.facilist li a{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #666;
    padding: 38px 10px;
    border-radius: 0.5rem;
    height: 100%;
    line-height: 1.2;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    background: white;
    border: 1px solid #0000001f;
    font-size: 1rem;
    color: black;
    font-weight: 600;
}
.facilist li a img{
   width: 40px;
    margin-bottom: 1rem;
}
.facilist li a:hover{
    color: #e51d28;
}
.facilist li a:hover img{
    transform: scale(1.1);
}

.infograph{
    border-radius: 1rem;
    overflow: hidden;
    border: 10px solid #fff;
    box-shadow: 2px 4px 20px rgb(0 0 0 / 10%);
    min-height: 300px;
}
#map {
    width: 100%;
    height: 400px;
    background-color: grey;
}

@media(max-width:1200px){
.facilist{
    padding: 0 5px;
}
.facilist li{
    flex: 1 0 calc(100% / 4);
    padding: 10px;
    max-width: calc(100% / 4);
}
}
@media(max-width:991px){
.facilities:before{
    background-position: bottom;
}
.facilist li{
    flex: 1 0 calc(100% / 3);
    max-width: calc(100% / 3);
}
.facilist li a{
    padding: 30px 10px;
}
}

@media(max-width:575px){
.facilist li{
    flex: 1 0 calc(100% / 2);
    padding: 10px;
    max-width: calc(100% / 2);
}
}




/*------------------------------------*/
/*:::::::::::::ACHIEVEMENTS:::::::::::*/
/*------------------------------------*/
.achievements{
    background-color: #e51d28;
    position: relative;
}
.achievements:before{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 500px;
    height: 100%;
    background-image: url(../img/images/hand-loom.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .2;
}
.flogo-list{
    display: flex;
    flex-flow: wrap;
    margin: -10px;
}
.flogo-list li{
    flex: 1 0 25%;
    padding: 10px;
}
.flogo-list li a {
    display: flex;
    padding: 10px;
    background-color: #fff;
    text-align: center;
    height: 100%;
    border-radius: 0.5rem;
}
.flogo-list li a img {
    width: 150px;
    max-height: 36px;
    margin: auto;
}
.exp {
    border-radius: 0.3rem;
    padding: 30px 20px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.clear-fix {
    clear: both;
    float: none;
}
.exp-col {
    color: #fff;
}
.exp-col p{
    font-size: .875rem;
    opacity: .8;
}
.co-con {
    position: relative;
    z-index: 1;
}
.co-con .round {
    border-radius: 100%;
    width: 36px;
    height: 36px;
    background-color: rgb(243 104 43 / 16%);
    position: absolute;
    left: -6px;
    top: 21px;
    z-index: -1;
}
.countlist{
    display: flex;
    flex-flow: wrap;
    border-bottom: 1px solid rgb(0 0 0 / 20%);
    padding-bottom: 3rem;
}
.countlist li {
    flex: 1 0 auto;
}
.countlist li .box{
    display: flex;
    flex-flow: wrap;
}
.countlist li .box .icon{
    width: 60px;
    padding-right: 15px;
}
.countlist li .box .contbox{
    flex: 1 0 calc(100% - 64px);
    max-width: calc(100% - 64px);
}
.counter-value {
    font-size: 21px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 0px;
    color: #fff;
}
.plus {
    font-size: 21px;
    color: #fff;
    padding-left: 4px;
    font-weight: 600;
}
.countlist li .count-text {
    font-weight: 600;
    color: #ffffff;
    position: relative;
    margin-bottom: 0;
}
.countlist li {
    position: relative;
}
.branch-icon {
    width: 85px;
    margin-bottom: 10px;
}
.count-overlay {
    padding-left: 100px;
    padding-right: 100px;
}
.branch-col figure {
    margin-top: -13px;
}
.counting-div {
    background-color: #f2f3ef;
}
.counting-div .text-center .line {
    margin-bottom: 15px !important;
}

@media(max-width: 991px){
.exp-col{
    margin-bottom: 2rem;
}
.logo-list li{
    width: calc(25% - 10px);
}
}

@media(max-width: 575px){
.logo-list li{
    width: calc(50% - 10px);
}
}

@media(max-width: 480px){
.countlist li{
    width: 100%;
    text-align: center;
}
.countlist li .count-text:after{
    right: 0;
    margin: auto;
}
}





/*----------------------------------------*/
/***************DESTINATIONS***************/
/*----------------------------------------*/
.destinations{
    position: relative;
    padding: 3rem 0;
}
.destinations:after{
    content: '';
    position: absolute;
    right: 2rem;
    bottom: -60px;
    width: 420px;
    max-width: 100%;
    height: 300px;
    background-image: url(../img/images/banner-hand-loom1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: .15;
    z-index: -1;
}
.ourdestirow{
    position: relative;
}
.ourdestirow:before{
    content: '';
    position: absolute;
    left: -1rem;
    right: 80px;
    background-color: #fef3f4;
    height: 100%;
	z-index:-1;
    border-radius: 0.3rem;
}
.desticol{
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.desticon{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    color: #666;
    margin: 0 -8px;
}
.desticon li{
    padding: 0 8px;
    flex: 1 0 33.333%;
}
.desticon li:last-child{
    margin: 0;
}
.desticon li a{
    color: #666;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px 10px;
    border-radius: 0.3rem;
    height: 100%;
    background: #fff;
    box-shadow: 7px 5px 20px rgb(0 0 0 / 5%);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.desticon li a:hover{
    color: #e51d28;
}
.desticon li img{
    width: 36px;
    margin-bottom: .75rem;
    display: block;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.desticon li a:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.desticon li a span{
    line-height: 1.2;
}
.desticol p{
    color: #555;
}
.explore{
    color: #444;
    font-weight: 600;
    display: inline-block;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.explore:hover{
    color: #e51d28;
}
.explore i{
    margin-left: 5px;
    position: relative;
    top: 2px;
}
.destcard{
    position: relative;
    max-height: 200px;
    overflow: hidden;
    margin: 1rem 0;
    border-radius: .5rem;
    box-shadow: -6px -6px 20px rgba(0,0,0,.1);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    height: 100%;
}
.destcard img{
    object-fit: cover;
    height: 100%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.dstimg:hover img{
    transform: scale(1.1) !important;
}
.destcard .destbody{
    position: absolute;
    bottom: 0;
    padding: 15px;
    background: rgba(0,0,0,.4);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
    left: 0;
    width: 100%;
    height: 50%;
    color: #fff;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
}
.destcard .destbody h5{
    margin-bottom: 0;
    font-size: 1rem;
    text-align: center;
}
.destcard .destbody p{
    margin-bottom: 0;
    text-align: center;
    line-height: 1.2;
    font-size: .85rem;
    margin-top: 5px;
    color: #fff;
    opacity: .8;
}

@media(max-width:1200px){
.destinations:after{
    display: none;
    /*top: 0;
    bottom: auto;*/
}
}


@media(max-width:991px){
.destinations{
    padding: 0;
}
}


@media(max-width:767px){
/*.destinations:after{
    position: unset;
    display: flex;
    margin: auto;
}*/
.ourdestirow:before{
    left: 0;
}
}

@media(max-width: 480px){
.dstimg{
    min-width: 100%;
}
}





/*--------------------------------*/
/*************NEWSEVENT************/
/*--------------------------------*/

.swipernews .swiper-slide{
    height: auto;
}
.swipernews .mycard:hover .morebtn i{
    animation: moveRight 1s infinite;
}
.swipernews .swiper-button-next, .swipernews .swiper-button-prev{
    top: 100px;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 50%;
    color: #e51d28;
    opacity: 1;
    box-shadow: 0 0 20px rgb(0 0 0 / 30%);
}
.swipernews .swiper-button-next:after, .swipernews .swiper-button-prev:after{
    font-size: 1rem;
}
.swipernews .swiper-button-next.swiper-button-disabled, .swipernews .swiper-button-prev.swiper-button-disabled{
    opacity: .5;
}





/*--------------------------------*/
/*************FOOTER***************/
/*--------------------------------*/
footer{
    /*background-color: #121212;*/
    /*position: relative;*/
    /*padding-top: 3rem;*/
    /*background-image: url(../img/images/footbgnew.jpg);*/
    /*background-size: cover;*/
    /*background-position: center;*/
    background-color: #12121200;
    position: relative;
    padding-top: 3rem;
    background-image: url(../img/images/footer-art.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
footer:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(16 16 16 / 86%);
        backdrop-filter: none;
}
.foottop{
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    position: relative;
}
.foottop .socon{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.foottop .social{
    margin: 0;
}
.foottop .logo{
    height: 60px;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.footmain {
    padding-bottom: 3rem;
    font-size: .875rem;
	position:relative;
}
.footmain .fthd{
    position: relative;
    color: #f7f7f7;
    font-size: 1rem;
}
.footmain .fthd:after{
    content: '';
    display: flex;
    width: 50px;
    height: 2px;
    background-color: #e51d28;
    margin-top: 5px;
    margin-bottom: 15px;
}
.footmain ul{
    line-height: 1.8rem;
}
.footmain ul a{
    color: #c9c9c9;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.footmain ul a:hover{
    color: #fff;
}
.footmain p{
    color: #c9c9c9;
}
.footmain .addcol p{
    padding-left: 25px;
    position: relative;
}
.footmain .addcol p i{
    position: absolute;
    left: 0;
    margin-top: 5px;
    color: #e51d28;
}
footer ul.app{
    display: flex;
    flex-flow: wrap;
}
footer ul.app li{
    width: 50%;
    max-width: 180px;
    text-align: center;
    padding-right: 15px;
    margin-bottom: 15px;
}
footer ul.app li a{ 
    border-radius: 0.3rem;
    background-color: #fff;
    display: flex;
    justify-content: center;
}
footer .ftbottom{
    padding: 1rem 0;
    font-size: .875rem;
	position:relative;
}
footer .ftbottom p{
    margin: 15px 0;
    color: #c9c9c9;
}
footer .ftbottom a{
    color: #c9c9c9;
}







/*=============css addition for new pages========*/


/*=============css addition for new pages========*/


/*======business/tenders page========*/
.inner-banner {
    background-color: #333;
    height: 400px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.inner-banner:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgb(98 252 255 / 29%) 100%);
}
.inner-banner .bancont {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    position: relative;
    z-index: 1;
}
.inner-banner .bancont:before {
    content: '\f072';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: .875rem;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: -85px;
    width: 20px;
    color: black;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    left: 50%;
    right: 50%;
    transform: translate(-50px, -50px);
}
.inner-banner .bancont:after {
    content: '';
    position: absolute;
    left: 52%;
    bottom: -75px;
    display: block;
    width: 50px;
    height: 0;
    border-bottom: 2px dashed #e51d28;
    right: 50%;
    transform: translate(-50px, -50px);
}


.inner-banner .bancont h1 {
    color: #fff;
    padding-bottom: 30px;
    position: relative;
    top: 30px;
}
.maincontent {
    padding-top: 5rem;
}
.job-apply {
    color: #fff;
    background-color: #e51d28;
    border: 1px solid transparent;
    padding: 6px 15px;
    border-radius: 0.5rem;
    border: 1px solid #e51d28;
    margin-right: 10px;
    font-size: 0.9rem;
    transition: 0.3s;
}





/*========================media query===============*/
/*============mq for about page========*/
@media(max-width:1200px){
    .values .valuecol {
    flex: 1 0 50%;
}

.process .stepcol {
    flex: 0; 
    flex-basis: 50%;
}
}

/*===========navbar=========*/
@media(max-width:370px)
{
header .logocol {
    width: 260px;
    height: 75px;
    display: flex;
    background-color: #fff;
}
header .menucol:before{
    width: calc(100% - 260px);
}
}

/*=====airportmap.php======*/
@media(max-width:768px)
{
.airportmap p {
    padding-left:20px;
    padding-right:20px ;
}

/*=====mq for about page================*/
.values .valuecol {
    flex: 1 0 100%;
}
.values .valuebox {
    display: flex;
}
.valcont{
    padding-left: 20px;
}
.process .stepcol {
    flex: 0; 
    flex-basis: 100%;
}
.prohdrow{
    display: block;
}
.probtncol .morebtn{
   margin-left: 16px;
}
.process .stepcol .stepicon {
    padding-right: 20px;
}
}
/*=====================================*/
@media(max-width:400px){
.access-mapBtn{
display:flex;
flex-direction: column;
gap:10px;
}
.airportmap .maplink {
    margin-right: 0; 
}

}




/*==============mq for sidebar==========*/
@media(max-width:768px){
    .sidemenu .megalinks {
    flex: 1 0 100%;
    text-align: center;
}
footer ul.app li {
    margin-bottom:0;
}
.footmain {
 padding-bottom:0;
}
}


/*====mq for footer====*/
@media(max-width:576px)
{
    .footer-sec1 .sec1{
        display: flex;
        justify-content: center;
        margin-bottom: 10px
    }
    .foottop .socon {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .foottop {
        margin-bottom: 1rem;
    }
   .footmain {
        padding-bottom:0;
    }
    footer ul.app li {
        max-width: 50%;
}
}

@media(max-width:478px)
{
    .dest-card1{
        height: 100%;
    }
}
@media(max-width:527px)
{
    .desticon{
        width:100%;
        margin:0;
    }
.desticon li {
    padding: 0 8px;
    margin-bottom: 10px;
}
}




/*[data-aos=zoom-in-up] {*/
/*    transform: translate3d(0,20px,0) scale(.7) !important;*/
/*}*/
[data-aos=zoom-in-up] {
    transform: translate3d(0,20px,0) scale(.9);
}
[data-aos=zoom-in-left] {
    transform: translate3d(0,20px,0) scale(.9);
}
[data-aos=zoom-in] {
    transform: translate3d(0,20px,0) scale(.9);
}
/*[data-aos=fade-in] {*/
/*    transform: translate3d(0,20px,0) scale(.9);*/
/*}*/


.fancybox__container{
    z-index: 9999 !important;
}


.foot-list{
        display: flex;
    justify-content: center;
}
.foot-list li{
    padding: 0 15px;
}
.foot-list li a:hover{
    color:white;
}



@media(max-width:991px){
    .foot-list{
        display:none;
    }
}


.error{
    width: 500px;
    margin: auto;
}










.mymodal,
#popup{
    z-index: 99999;
    background-color: rgb(0 0 0 / 40%);
    cursor: zoom-out;
}
.mymodal .modal-dialog,
#popup .modal-dialog{
    cursor: auto;
}
.mymodal .modal-body,
#popup .modal-body{
    padding: 0;
}
.mymodal .close,
#popup .close{
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border-top-right-radius: 0.3rem;
    background-color: #fff;
    color: #333;
    font-size: 1.2rem;
    box-shadow: -5px 5px 20px rgb(0 0 0 / 30%);
	z-index:99;
}
.mymodal .close:hover,
#popup .close:hover{
    color: #e51d28;
}
.mymodal .modal-body img,
#popup .modal-body img{
    border-radius: .3rem;
}
.carousel-control-next-icon {
    background-image: url('../img/icons/right.svg') !important;
}
.carousel-control-prev-icon {
    background-image: url('../img/icons/left.svg') !important;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: 50%/100% 100% no-repeat;
}





@media(max-width:991px){
    .slider .slideimg.dsk{
        display:none !important;
    }
}


@media(min-width:992px){
    .slider .slideimg.mob{
        display:none !important;
    }
}

.mh-100{max-height:100%!important;}






/* ACCESSIBILITY */
.accessmain{
    position: fixed;
    left: 20px;
    z-index: 9999;
    bottom: 200px;
    display: flex;
    flex-flow: column;
    align-items: center;
}
.accessbtn{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #272727;
    color: #e51d28;
    position: relative;
    margin-top: -10px;
    font-size: 1.2rem;
    box-shadow: 0 0 0 3px rgb(0 0 0 / 20%);
}
.accessbtn:hover{
  background-color:#181717;
    box-shadow: 0 0 0 5px rgb(0 0 0 / 20%);
}
.accessbtn:after{
  content: '\e2ce';
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  transition:all 1s ease;
}
.accessbtn.close:after{
  content:'\f00d';
}
.accessibility{
    display: flex;
    flex-flow: column;
    gap: 5px;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    padding-bottom: 20px;
    font-size: 12px;
    background-color: #fff;
    box-shadow: 0 0 20px rgb(60 159 139 / 15%);
    border-radius: 20px;
    width: 42px;
}
.accessibility button{
    border: 1px solid #eee;
    background: #fff;
    width: 30px;
    height: 30px;
    padding: 0;
    color: #607D8B;
    border-radius: 50%;
    font-weight:700;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.accessibility button:hover{
    color: #e51d28;
    border-color: rgb(229 29 40 / 10%);
    background-color: rgb(229 29 40 / 10%);
}

.accessibility button i{
  transition:none;
  -webkit-transition:none;
}
.accessibility .fontsize{
    display: flex;
    flex-flow: column;
    gap: 5px;
}
.sizeUp{font-size:110%!important;}
.sizeNormal{font-size:100%!important;}
.sizeDown{font-size:90%!important;}

.themebtn.active{
    background-color: #2a2a2a !important;
    color: #fff !important;
    border-color: #2a2a2a !important;
}

@media(max-width:575px){
.accessmain{
	left: 15px;
	bottom: 25px;
}
}


.dark,
.dark header .menucol,
.dark .mycard, 
.dark .imgcard,
.dark .cd-dropdown .cd-close{
	background-color: #232323;
	color:#adadad;
}
.dark header .menucol,
.dark .mainslider-pagination{
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
}
.dark header .logocol,
.dark .sdr .swiper-button-next, 
.dark .sdr .swiper-button-prev{
	background-color: #ebebeb;
}
.dark header .megamenu-content,
.dark .sdr .highslide:before,
.dark .ourdestirow:before,
.dark .themebtn.active
{
    filter: invert(1);
    -webkit-filter: invert(1);
}
.dark header .megamenu-content ul.menulist li a:hover{
	color:#111;
}
.dark .sdr:after, 
.dark .facilities:before, 
.dark .destinations:after,
.dark .imgop30 
{
	display:none;
}
.dark .map-bag{
    background-color: rgb(0 0 0 / 80%);
    background-blend-mode: soft-light;
}
.dark .sdr .highbox p,
.dark .mycard p,
.dark .desticol p,
.dark header .megamenu a.mainli,
.dark .footmain p,
.dark .footmain ul a,
.dark .menu-user,
.dark .menufoot ul li.head,
.dark .menufoot,
.dark p,
.dark .gen-list,
.dark .mytabnav li.nav-item a,
.dark .flylist .datarow,
.dark .flylist .daylist li,
.dark #accordion .card-body p,
.dark .infolist li a,
.dark .mytable th,
.dark .mytable tbody,
.dark .infolist li,
.dark .gen-acco .infolist,
.dark .cardlist .cardcol .cardcont p span
{
	color:#adadad;
}
.dark .footmain ul a:hover{
	color:#ddd;
}
.dark .mybtn-secondary,
.dark .mybtn-third {
    color: #adadad;
    border: 1px solid #adadad;
}
.dark .mycard, 
.dark .imgcard,
.dark .destcard,
.dark header .searchbox,
.dark .menufoot ul.rights,
.dark .galimg,
.dark .numblist li .numbox,
.dark .pdfjs-viewer
{
	border-color: #333;
}
.dark .flightfilter,
.dark .flylist .datarow,
.dark .pdftoolbar,
.dark .pdfjs-viewer
{
	background-color: #2b2a2a;
}
.dark .facilist li a,
.dark .desticon li a,
.dark .menu-acc a{
    background: #090909;
    color: #adadad;
}
.dark .facilist li a img,
.dark .desticon li a img,
.dark .menu-acc a img,
.dark .stepcard .icon,
.dark .mycard .cardimg.icon,
.dark .con-add img,
.dark .menufoot ul.reach li a img
{
	filter: contrast(0.75);
	-webkit-filter: contrast(0.75);
}
.dark header .menucol:before{
    opacity: .1;
    filter: grayscale(1) invert(1);
}
.dark .mytabnav li.nav-item a.active, 
.dark .slbtnbox .infohead .nav li.nav-item a.active, 
.dark .slbtnbox .infohead .nav li.nav-item a.active:hover,
.dark .flsearch button,
.dark .mybtn-primary,
.dark .mybtn-third:hover,
.dark .mycard .steps,
.dark .innernav ul li.active a,
.dark .innernav ul li.active a:hover,
.dark .tabbed-content .nav-tabs .nav-item.show .nav-link, 
.dark .tabbed-content .nav-tabs .nav-link.active
{
	background-color: #b1020b;
	border-color: #b1020b;
	color:#ddd;
}
.dark .mybtn-primary:hover
{
	background-color: #e51d28;
}
.dark .morebtn,
.dark .mybtn-secondary:hover,
.dark .facilist li a:hover, 
.dark .desticon li a:hover,
.dark .footmain .addcol p i,
.dark .innernav ul li a,
.dark .gen-list li:before,
.dark .infolist li i,
.dark .cardlist .cardcol .cardcont p
{
	color: #b1020b;
	border-color: #b1020b;
}
.dark .innernav ul li.active a,
.dark .tabbed-content .nav-tabs .nav-link{
	color: rgb(255 255 255 / 75%);
}
.dark .tabbed-content .nav-tabs li:first-child .nav-link{
	border:none;
}
.dark .mainhead:after{
	opacity: .5;
}
.dark .footmain .fthd{
	opacity: .75;
}
.dark footer ul.app li a{
    background-color: rgb(255 255 255 / 75%);
}
.dark .cd-dropdown .hdtop,
.dark .cd-dropdown-content a, 
.dark .cd-dropdown-content ul a,
.dark .menufoot ul.menu li a,
.dark .cd-search input[type="search"], 
.dark .cd-search input[type="search"]:focus,
.dark .cd-search button,
.dark .stepcard .stepmenu li a,
.dark .con input, 
.dark .con textarea
{
	background-color: #2d2d2d;
	border-color: #333;
	color: #adadad;
}
.dark .cd-dropdown>.cd-dropdown-content,
.dark .menufoot,
.dark .cd-dropdown-content ul{
    background-color: #3d3d3d;
}
.dark .menu-acc a{
	border: none;
}
.dark .menufoot ul.menu li a{
	color: #adadad !important;
}
.dark .cd-dropdown-content a:hover, 
.dark .cd-dropdown-content ul a:hover,
.dark .stepcard .stepmenu li a:hover,
.dark .accessibility button:hover,
.dark .innernav ul li a,
.dark .daylist li button,
.dark .select-options
{
	background-color: rgb(255 255 255 / 10%);
	color: #adadad;
}
.dark .innernav ul li a:hover,
.dark .daylist li button:hover{
	background-color: rgb(255 255 255 / 20%);
}
.dark .menufoot ul.download li.apps a{
	background-color: rgb(255 255 255 / 20%);
}
.dark .accessibility{
	background:#444;
}
.dark .accessibility button{
	background: #373737;
	border-color: #373737;
	color: #adadad;
}
.dark .myform input, 
.dark .myform select, 
.dark .myform textarea,
.dark .select-styled{
	color: #adadad;
	background-color:transparent;
	border-color: #666;
}
.dark .gen-acco .card-link.collapsed,
.dark .card{
	background-color: rgb(255 255 255 / 5%);
	color: #ccc !important;
	border-color:#666;
}
.dark .card-header{
	background:transparent;
}
.dark .gen-acco .card-link{
	background: #b99799;
}
.dark .table-responsive{
	box-shadow: inset 0 0 0 1px #333;
}
.dark .select-options li,
.dark .select-options,
.dark .t-list li
{
	border-color: #666;
}
.dark .reccocon{
	background-color: #2c2c2c;
}




.slidemarquee {
    background-color: rgba(0 0 0 / 60%);
    padding: 6px 15px;
    position: absolute;
    margin-top: -36px;
    z-index: 999;
    right: 0;
    width: 50%;
    display: flex;
    backdrop-filter: blur(2px);
    border-top-left-radius: 5px;
    font-weight: 600;
    color: #ff9800;
    cursor: pointer;
}
.marquee {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}
.marquee p {
    margin: 0;
    display: inline-block;
    padding-left: 100%;
    animation: marquee 50s linear infinite;
}
@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}

@media(max-width:991px){
.slidemarquee{margin: 0;border-radius: 0;position: relative;width: 100%;background-color: rgb(0 0 0 / 80%);}
}


.slinfobtn{
    display: flex;
    gap: 15px;
    align-items: center;
    position: absolute;
    z-index: 9;
    bottom: 100px;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: rgb(0 0 0 / 50%);
    color: #fff;
    backdrop-filter: blur(3px);
}
.slinfobtn .content{
    display: flex;
	gap: 10px;
    line-height: normal;
}
.slinfobtn .icon{
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-left: 1px solid rgb(255 255 255 / 25%);
    color: #DA1212;
}
.slinfobtn:hover .icon{
    color: #fff;
}
.slinfobtn .line1{
    font-size: 1rem;
    font-weight: 800;
    color: #FEBB00;
    background: #DA1212;
    background: -webkit-linear-gradient(to right, #DA1212, #FEBB00);
    background: linear-gradient(to right, #DA1212, #FEBB00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.slinfobtn .line2{
    opacity: .8;
}

@media(max-width:991px){
.slinfobtn{
    right: 15px;
    bottom: 70px;
    gap: 10px;
}
.slinfobtn .icon{
    width: 30px;
}
}

@media(max-width:575px){
.slinfobtn .content{
    flex-flow: column;
    gap: 0;
    justify-content: center;
    align-items: center;
}
}