body{
    font-family: 'Roboto', sans-serif !important;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.5 !important;
    color: #444444;
}
p{
    margin-bottom: 30px;
    font-family: 'Roboto', sans-serif !important;
    line-height: 1.5 !important;
    font-size: 18px;
}
p:last-child{
    margin-bottom: 0;
}
h1,h2,h3,h4,h5,h6{
    color: #003052;
    font-weight: 500;
    line-height: 1.3;
    font-family: 'Roboto', sans-serif !important;
}
h1{
    font-size: 45px;
    margin-bottom: 30px;
}
h2{
    font-size: 36px;
    margin-bottom: 25px;
}
h3{
    font-size: 24px;
    margin-bottom: 20px;
}
table th{
    color: #444444;
    font-weight: normal;
}
.table td{
    font-size: 20px;
}
a{
    color: #e0ad73;
    overflow-wrap: break-word;
    font-family: 'Roboto', sans-serif !important;
}
a:hover{
    text-decoration: none;
    color: #bf8f60;
}
ul, ol{
    padding-left: 30px;
}
ul li,
ol li{
    margin-top: 0;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif !important;
    line-height: 1.5 !important;
}
ul li:last-child,
ol li:last-child{
    margin-bottom: 0;
}
ul ul,
ul ol,
ol ul,
ol ol{
    padding-left: 15px;
    margin-bottom: 0;
}
ul ul li,
ul ol li,
ol ul li,
ol ol li{
    margin-top: 30px;
    margin-bottom: 0;
}
.ih-main ol li {
    list-style-type: decimal !important;
}
.ih-main ol[type="a"] li {
    list-style-type: lower-alpha !important;
}
.ih-main ol[type="i"] li {
    list-style-type: lower-roman !important;
}
.ih-main ul:not(.ih-img-list):not(.ih-req-list) li {
    list-style-type: disc !important;
    margin-block-start: 1em !important;
    margin-block-end: 1em !important;
    margin-inline-start: 0px !important;
    margin-inline-end: 0px !important;
}

.ih-main img{
    max-width: 100%;
    height: auto;
}

/*Inputs*/
.ih-field{
    border-radius: 0;
    height: 45px;
    font-weight: 300;
    border: 1px solid #e1ae74;
    ;
}
textarea.ih-field{
    min-height: 120px;
}
select{
    -ms-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0 !important;
    background-image: url('../images/icons/select-ico.png') !important;
    background-position: center right !important;
    background-repeat: no-repeat !important;
    background-size: 24px 45px;
    padding-right: 0 !important;
}
select::-ms-expand {
    display: none;
}
/**/



/*Header*/
.ih-nav-container {
    width: 100%;
    padding: 0 20px;
    /*max-width: 1690px;*/
    margin: 0;
}
.ih-header{
    /*background-color: #174363;*/
    background: rgba(0, 37, 93, 0.5);
    padding: 15px 0;
    color: #fff;
    display: flex;
    align-items: center;
    min-height: 120px;
    z-index: 997;
}
.ih-navbar{
    padding: 0;
}
.ih-nav a{
    color: #fff;
    font-size: 15px;
    transition: .2s;
    margin: 0 15px;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}
.ih-nav a:hover{
    text-decoration: none;
    /*opacity: .8;*/
    color: #90bde4;
}
.ih-nav li{
    margin: 0 25px;
}
.ih-nav li:first-child{
    margin-left: 0;
}
.ih-nav:last-child{
    margin-right: 0;
}

.ih-logo img{
    max-width: 120px;
}
.ih-header .navbar-toggler {
    outline: none !important;
}
.ih-header .navbar-toggler span {
    display: block;
    height: 3px;
    width: 25px;
    background-color: #fff;
    margin-bottom: 4px;
}
.ih-header .navbar-toggler:active span{
    background-color: #e1ae74;
    height: 4px;
}
/*Layout*/
.ih-main{
    max-width: 2500px;
    margin: 0 auto;
    background-color: #f6f4f1;
}
.ih-section{
    background-color: #f6f4f1;
}

.ih-container{
    max-width: 1600px;
    padding:0 45px;
}
.ih-container-fluid,
.ih-container{
    padding: 0 45px;
}
.ih-container .ih-row{
    margin-left: -45px;
    margin-right: -45px;
}

.ih-container [class*=col-]{
    padding-left: 45px;
    padding-right: 45px;
}

.ih-section .ih-container{
    background-color: #fff;
    border-bottom: 1px solid #f3f3f3;
    padding: 45px;
}
/**/

/**/



/*Top Head Section*/
.ih-bgi-section{
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;

}
.ih-bgi-top{
    background-image: url('../images/backgrounds/bg1.jpg');
    background-size: cover;
    background-position: center center;
    height: calc(100vh + 80px);
    background-attachment: fixed;
    z-index: 1;
}
.ih-bgi-top:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-color: rgba(49, 68, 89, 0.64);
}
.ih-head{
    display: flex;
    align-items: center;
    color: #fff;
    padding: 60px 0;
}
.ih-head-title{
    font-size: 29px;
    color: #fff;
    font-weight: 400;
    font-style: italic;
    text-align: center;
}
.ih-head-box{
    padding: 35px;
    background-color: rgba(224, 173, 115, 0.56);
    margin-bottom: 60px;
}
/**/


/*Our Process*/
.ih-container.overlap{
    position: relative;
    z-index: 10;
    margin-top: -80px;
}
.ih-sect-title{
    color: #003052;
}
.ih-container .ih-gallery{
    margin-left: -10px;
    margin-right: -10px;
}

.ih-gallery [class*=col-]{
    padding: 10px;
}
.ih-gal-img{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
}
.ih-gal-img a{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    color: #fff;
    transition: .2s;
}
.ih-gal-img a:hover{
    background-color: rgba(0, 0, 0, 0.21);
}

.ih-img-name{
    display: inline-block;
    padding: 6px 30px;
    background-color: rgba(0, 0, 0, 0.42);
    font-size: 28px;
    line-height: normal;
    margin-bottom: 30px;
}

.ih-gal-lg .ih-gal-img{
    min-height: 460px;
}
.gallery-half{
    margin-top: -10px;
    margin-bottom: -10px;
}
.ih-gal-lg .ih-gal-img.half-img{
    min-height: 220px;
}

.ih-gal-md .ih-gal-img{
    min-height: 310px;
}

.ih-gal-sm .ih-gal-img{
    min-height: 220px;
}

.gal-img-1{
    background-image: url("../images/img/gallery/g1.jpg");
}
.gal-img-2{
    background-image: url("../images/img/gallery/g2.jpg");
}
.gal-img-3{
    background-image: url("../images/img/gallery/g3.jpg");
}
.gal-img-4{
    background-image: url("../images/img/gallery/g4.jpg");
}
.gal-img-5{
    background-image: url("../images/img/gallery/g5.jpg");
}
.gal-img-6{
    background-image: url("../images/img/gallery/g6.jpg");
}
.gal-img-7{
    background-image: url("../images/img/gallery/g7.jpg");
}
.gal-img-8{
    background-image: url("../images/img/gallery/g8.jpg");
}
.gal-img-9{
    background-image: url("../images/img/gallery/g9.jpg");
}
.gal-img-10{
    background-image: url("../images/img/gallery/g10.jpg");
}
.gal-img-11{
    background-image: url("../images/img/gallery/g11.jpg");
}
/**/

/*Map Section*/
.ih-map{
    height: 580px;
}
.ih-map div{

}
.ih-map-info{
    font-size: 20px;
    padding: 15px;
    font-weight: normal;
}
.ih-map-info span{
    display: block;
}
.m-title{
    font-weight: 500;
}
.m-info{
    margin-bottom: 10px;
}
.ih-map-contact{
    max-width: 1200px;
    margin: 60px auto 0 auto;
}
.ih-form .ih-row{
    margin-left: -30px;
    margin-right: -30px;
}
.ih-form [class*=col-]{
    padding-left: 30px;
    padding-right: 30px;
}
.ih-form-col{
    margin-bottom: 30px;
}
/**/

/*Request Section*/
.ih-req-table-nav{
    background-color: #003053;
    padding: 10px 45px;
    margin: 0 -45px 30px -45px;
}
.ih-req-list{
    margin: 0;
    padding: 0;
    list-style: none !important;
    display: flex;
    align-items: center;
    color: #fff;
}
.ih-req-list li{
    margin: 0 15px;
}
.ih-req-list li a{
    color: #fff;
    font-size: 18px;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    transition: .3s;
}
.ih-req-list li.active a,
.ih-req-list li a:hover{
    background-color: #003f6c;
}

.ih-plus{
    width: 23px;
    height: 23px;
    text-align: center;
    line-height: 23px;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 3px;
    font-size: 20px;
    margin-right: 5px;
}

.ih-request-name{
    font-size: 28px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #003052;
    border-bottom: 2px solid #e1ae74;
}
.ih-request-table{
    font-size: 18px;
    color: #003052;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 15px;
    padding-bottom: 15px;
    /*overflow-x: scroll;*/
    -webkit-overflow-scrolling-x: touch;
    white-space: nowrap;
}
.ih-request-table:last-child{
    margin-bottom: 0;
}

.ih-request-table table{
    width: 100%;
    overflow: hidden;
}
.ih-request-table td,
.ih-request-table th{
    padding: 5px 10px;
    vertical-align: middle;
    white-space: normal;
}
.ih-request-table  tr:nth-child(even td){
    background-color: #fff;
}
.ih-request-table tr:nth-child(odd) td{
    background-color: #f7f7f7;
}
.ih-request-table ul{
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    list-style: none;
}
.ih-request-table ul li{
    margin: 0 3px;
}
.ih-request-table span{
    display: block;
    padding: 5px 0 0;
    line-height: normal;
}
.ih-request-table .fa{
    font-size: 12px;
    color: #ffbf00;
}

.table-created{
    margin-top: 15px;
}
.create-table-item{
    display: none;
}
.ico-input{
    position: relative;
}
.ico-input .fa{
    line-height: 45px;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    font-size: 20px;
    color: #EFD5B8;
}
.ui-datepicker{
    font-size: 16px;
    color: #444444;
}
/*.ui-datepicker .ui-widget-header{
background-color: #EFD5B8;
}*/
.ui-widget-header .ui-state-hover{
    background-color: #978774;
}
.ui-datepicker .ui-icon{
    width: 20px;
    height: 20px;
    background-size: 100%;
    background-position: center center;
}
.ui-datepicker .ui-datepicker-prev span{
    background-image: url(../images/icons/ui-prev.png);
}
.ui-datepicker .ui-datepicker-next span{
    background-image: url(../images/icons/ui-next.png);
}
.ui-state-default, .ui-widget-content .ui-state-default{
    background-color: #EFD5B8;
}

/**/


/*Finance Section*/
.ih-partners{
    background-color: #005184;
    color: #fff;
    padding: 60px 15px;
    text-align: left;
}
.ih-container .ih-partners{
    margin: 30px 0;
}
.ih-container .ih-partners [class*=col-]{
    padding-left: 15px;
    padding-right: 15px;
}
.ih-bgi-finance{
    background-image: url('../images/backgrounds/gradient.png');
    background-position: top center;
    z-index: 1;
    padding-top: 60px;
    background-size: 100%;
    background-color: #003052;
}
.ih-bgi-finance:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    opacity: .9;


}
.ih-finance-title{
    font-size: 45px;
    margin-bottom: 60px;
}
/**/

/*Lists*/
.ih-img-list{
    padding: 0;
    margin: 0;
}
.ih-img-list > li{
    list-style: none;
    background-repeat: no-repeat;
}
.ih-img-list > li{
    background-image: url('../images/icons/list-ico.png');
    background-position: left 10px;
    background-size: 21px auto;
    padding-left: 40px;
    min-height: 25px;
}
/**/


/*****Tabs*****/
.ih-event-section{
    padding: 45px 0 80px;
}
.ih-event-head{
    background-color: #e1ae74;
    padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #003054;
    font-size: 30px;
    font-weight: 600;
    border-bottom: 1px solid #f1c38f;
}
.ih-event-head a{
    color: #003054;

}
.ih-tab-nav a{
    padding: 15px 30px;
    border-radius: 0;
    display: flex !important;
    align-items: center;
    transition: .2s;
}
.events-tab.ih-tab-nav a{
    padding: 10px 30px;
    font-size: 18px;
}

.ih-tab-content{
    padding: 0 45px;
    background-color: #fff;
    border: 1px solid #dddddd;
}

.tab-content p{
    margin-bottom: 15px;
}
.mobile-tab a {
    color: #fff;
    display: flex;
    padding: 15px 30px;
}
.ih-tab-content .mobile-tab a[aria-expanded="false"] {
    color: #fff;
}
.nav-tab-collapse {
    display: none;
}
.tab-collapse-card{
    padding: 0;
}
.mobile-tab a{
    display: flex;
    align-items: center;
}
/*Tabs With Icons*/
.icon-tabs.ih-tab-nav{
    background-color: #003054;
    color: #fff;
}
.icon-tabs.ih-tab-nav a{
    color: #fff;
}
.icon-tabs.ih-tab-nav a.active{
    background-color: #e1ae74;
    color: #fff;
}

.link-icon{
    display: inline-block;
    background-repeat: no-repeat !important;
    background-image: url('../images/icons/sprite/icon-sprite.png') !important;
    width: 53px;
    margin-right: 20px;
}
.link-icon-1{
    height: 38px;
    background-position: -5px -171px;
}
.icon-tabs .mobile-tab a[aria-expanded="true"] .link-icon-1,
.icon-tabs a.active .link-icon-1{
    background: url('../images/icons/sprite/icon-sprite.png') -5px -219px;
}
.link-icon-2{
    height: 39px;
    background-position: -5px -267px;
}
.icon-tabs .mobile-tab a[aria-expanded="true"] .link-icon-2,
.icon-tabs a.active .link-icon-2 {
    background-position: -5px -316px;
}
.link-icon-3 {
    height: 37px;
    background-position: -5px -77px;
}
.icon-tabs .mobile-tab a[aria-expanded="true"] .link-icon-3,
.icon-tabs a.active .link-icon-3{
    background-position: -5px -124px;
}
.link-icon-4 {
    height: 26px;
    background-position: -5px -5px;
}
.icon-tabs .mobile-tab a[aria-expanded="true"] .link-icon-4,
.icon-tabs a.active .link-icon-4 {
    background-position: -5px -41px;
}
.link-icon-5 {
    height: 42px;
    background-position: -5px -365px;
}
.icon-tabs .mobile-tab a[aria-expanded="true"] .link-icon-5,
.icon-tabs a.active .link-icon-5 {
    background-position: -5px -417px;
}
.link-icon-6 {
    height: 47px;
    background-position: -5px -469px;
}
.icon-tabs .mobile-tab a[aria-expanded="true"] .link-icon-6,
.icon-tabs a.active .link-icon-6{
    background-position: -5px -526px;
}

.icon-tabs .mobile-tab a[aria-expanded="true"] {
    background-color: #e1ae74;
}
.icon-tabs .mobile-tab {
    background-color: #003054;
    border-color: #003054;
}

/*Event Tabs*/
.ih-event-title{
    text-align: center;
    background-color: #003054;
    color: #fff;
    padding: 10px 45px;
    margin: 0;
}
.events-tab.ih-tab-nav{
    background-color: #e1ae74;

}
.events-tab.ih-tab-nav a{
    color: #003054;
    justify-content: space-between;
}
.events-tab.ih-tab-nav a.active{
    background-color: #003054;
    color: #fff;
}

.events-tab.ih-tab-nav a.active:after{
    content: "\f054";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 15px;
}
.events-tab.ih-tab-content{
    border: none;
    padding: 45px 0;
    overflow: hidden;
}
.events-tab .mobile-tab-content {
    display: flex;
    flex-direction: column;

}
.events-tab .mobile-tab {
    background-color: #e1ae74;
    border-bottom: 1px solid #f4c483;
}
.events-tab .mobile-tab a[aria-expanded="true"] {
    background-color: #003054;
}
.events-tab .mobile-tab a{
    justify-content: space-between;
}
.events-tab .mobile-tab a[aria-expanded="true"]:after{
    content: "\f054";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 15px;
    color: #fff;
}
/**/

/*Tab Slider*/
.ih-tab-carousel{
    color: #545454;
    height: 100%;
    position: relative;
}
.ih-event-image{
    border: 15px solid #e1ae74;
}
.ih-event-image img{
    width: 100%;
}
.ih-travel-list{
    margin: 0;
    padding: 0;
    list-style: none;
}
.ih-travel-list .fa{
    margin-right: 10px;
    color: #e1ae74;
}
.ih-travel-dots{
    margin: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;


}
.ih-travel-dots .owl-dot.active{
    border-radius: 10px;
    transition: .2s;
    background: #003052;
}
.ih-travel-dots .owl-dot:focus{
    outline: none;
}
.ih-travel-dots .owl-dot {
    display: block;
    background-color: #cccccc;
    width: 17px;
    height: 17px;
    border-radius: 100%;
    margin: 0 3px;
    outline: none;
    cursor: pointer;
    border: none;
}
/**/
/*FAQ Section*/
.ih-faq{
    margin-bottom: 30px;
    border: 1px solid #e1ae75;
}
.ih-accordion .card{
    margin-bottom: 30px;
}
.ih-acc-icon{
    color: #e1ae75;
}
.ih-acc-icon:before{
    content: "\f077";
}
.collapsed .ih-acc-icon:before{
    content: "\f078";
}
.faq-link{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    color: #003052 !important;
    border-radius: 5px;
    font-weight: 500;
}

/*Featured Section*/
.ih-travel-row{
    margin-top: 45px;
}
.ih-featured-title{
    background-repeat: no-repeat;
    font-size: 35px;
    line-height: 52px;
    display: inline-block;
}
.ih-featured-title{
    background-image: url('../images/icons/ico.png');
    background-position: left 12px;
    background-size: 40px auto;
    padding-left: 50px;
}
.ih-featured-section{
    padding: 45px 0;
    margin-top: 60px;
}
.ih-travel-card{
    display: flex;
    flex-direction: column;
    color: #fff;
    background-color: #0061a8;
    line-height: normal;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    text-align: left;
}
.ih-card-head{
    position: relative;
}
.ih-card-head img{
    width: 100%;
}
.ih-travel-price{
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background-color: #e1ae74;
    display: flex;
    align-items: flex-start;
    padding: 10px;
    border-bottom-left-radius: 10px;
}
.ih-travel-info{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 15px 30px;
    background: rgba(0, 0, 0, 0.45);
}
.ih-travel-name{
    color: #fff;
    font-weight: bold;
    margin: 0;
}
.ih-travel-rate{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 5px;

}
.ih-travel-rate img{
    width: auto;
    max-width: 100%;
}
.ih-rate-count{
    color: #d3d3d3;
    font-size: 13px;
    margin-left: 10px;
}
.ih-travel-stars{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}
.ih-travel-stars li{
    color: #ffbf00;
    font-size: 15px;
    margin: 0 3px;
}
.ih-card-body{

    padding: 15px 30px;
}
.ih-card-foot{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    margin-top: auto;
}
.ih-card-logo{
    background-color: #fff;
    padding: 5px;
    display: block;
    border-radius: 6px;
}
/*Buttons*/
.ih-btn{
    background-color: #174363;
    border-radius: 30px;
    color: #fff;
    padding: 10px 45px;
    font-size: 20px;
    transition: .2s;
    white-space: normal;
}
.ih-btn:hover{
    color: #fff;
    opacity: .9;
}
.ih-btn.type-1 .fa{
    margin-right: 6px;

}
.ih-btn.type-2{
    background-color: #003054;
    border-radius: 6px;
    padding: 6px 20px;
}
.ih-btn.type-3{
    font-size: 26px;
    background-color: #e0ad73;
    padding: 15px 35px;

}
.ih-btn.type-4{
    padding: 5px 35px;
    font-size: 18px;
}
/**/

/*Footer*/
.ih-footer{
    font-size: 17px;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 60px 0;
}
.ih-footer-title{
    font-size: 36px;
    margin-bottom: 35px;
    color: #fff;
}
.ih-bgi-footer{
    background-image: url('../images/backgrounds/bg3.jpg');
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    height: 100vh;
    z-index: 1;
}
.ih-bgi-footer:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.51);
}
.ih-footer-contact{
    margin-top: 30px;
    max-width: 600px;
}
.ih-footer-contact .ih-field{

}
/**/

/*Ohter*/
.title-style{
    display: flex;
    justify-content: space-between;
    max-width: 350px;
    margin: auto;
    padding: 15px 0;
}
.input-style{
    position: relative;
    display: block;
}
.input-style:before{
    display: block;
    content: '';
    position: absolute;
    height: 15px;
    width: 15px;
    border-width: 3px 0 0 3px;
    border-color: #fffdf5;
    border-style: solid;
    top: -3px;
    left: -3px;
    z-index: 6;
}
.h-t-left,
.h-t-right,
.h-b-right,
.h-b-left{
    height: 15px;
    width: 15px;
    border-style: solid;
    border-color: #e1ae74;
}
.h-t-left{
    border-width: 3px 0 0 3px;
}
.h-t-right{
    border-width: 3px 3px 0 0;
}
.h-b-left{
    border-width: 0 0 3px 3px;
}
.h-b-right{
    border-width: 0 3px 3px 0;
}
/**/

/*Classes*/
.fs-16{font-size:16px !important;}
.fs-18{font-size:18px !important;}
.fs-22{font-size:22px !important;}
.fs-26{font-size:26px !important;}
.fs-27{font-size:27px !important;}

.fw-500{
    font-weight: 500 !important;
}

.text-brown{
    color: #e0ad73 !important;
}
.no-border{
    border: none !important;
}
.no-bgc{
    background-color: transparent !important;
}
.bgc-white{
    background-color: #fff !important;
}

@media screen and (max-width: 1650px){
    .ih-top-section .ih-container{
    margin-top: 0;
}
.ih-container {
    width: 100%;
}
.ih-bgi-top{
    font-size: 18px;
}
.ih-bgi-top p{
    margin-bottom: 15px;
    font-size: 16px;
}
.ih-head-box{
    margin-bottom: 0;
}
}
@media screen and (max-width: 1600px){
    /*.ih-request-table table{
    width: 1600px;
}*/
}
@media screen and (max-width: 1450px){
    .ih-req-list li{
    margin: 0 5px;
}
.ih-req-list li a{
    font-size: 16px;
    padding: 10px;
}
.ih-plus{
    width: 20px;
    height: 20px;
    line-height: 18px;

}
}
@media screen and (min-width: 1200px){
    .ih-head-title {
    transform: translateY(+30%);
}
.pl-xl-0, .px-xl-0 {
    padding-left: 0!important;
}
}
@media screen and (max-width: 1500px) and (min-width: 1200px){
    .ih-btn.type-2{
    font-size: 15px;
}
.ih-card-logo{
    max-width: 80px;
}
.ih-bgi-top{
    font-size: 16px;
}
}
@media screen and (max-width: 1300px){
    .ih-req-list li a{
    font-size: 15px;
}
}
@media screen and (max-width: 1200px){
    .ih-travel-col{
    margin-bottom: 30px;
}
.ih-bgi-top{
    min-height: calc(100vh + 160px);
    height: auto;
}
}
@media screen and (max-width: 1024px){
    .ih-tab-content h2{
    font-size: 30px;
}
.ih-tab-content{
    font-size: 18px;
}
}
@media screen and (max-width: 991px){
    .ih-tab-content{
    padding: 30px 0;
}
.tab-content-collapse > .tab-pane {
    display: block !important;
    opacity: 1;
}
.ih-tab-content{
    padding: 0;
}
.ih-tabs-head{
    background-color: #f7f7f7;
    margin: 0 -15px;
    padding:30px 15px;
}
.mobile-tab-content{
    background-color: #f7f7f7;
}
.mobile-tab-content {
    padding: 20px;
}
.events-tab.ih-tab-content{
    padding: 0;
}
.ih-logo img{
    max-width: 80px;
}
.ih-header{
    min-height: 90px;
}
.ih-nav-container {
    padding: 0 15px;
}
.ih-nav{
    border-top: 1px solid rgba(255, 255, 255, 0.42);
    margin-top: 30px;
    padding-top: 15px;

}
.ih-nav li{
    margin: 0;
}
.ih-nav a{
    display: block;
    padding: 10px;
    font-size: 22px ;
}
.ih-nav a:hover{
    text-decoration: none;
    background-color: #e1ae74;
    opacity: 1;
}
.ih-container-fluid,
.ih-container{
    padding:0 15px;
}
.ih-container{
    padding: 0 15px;
}
.ih-container .ih-row{
    margin-left: -15px;
    margin-right: -15px;
}

.ih-container [class*=col-]{
    padding-left: 15px;
    padding-right: 15px;
}
.ih-section .ih-container{
    padding: 30px;
}
.ih-req-table-nav{
    margin-right: -15px;
    margin-left: -15px;
    padding: 15px;
}
.ih-req-list{
    flex-wrap: wrap;
}
.ih-req-list li{
    width: 33.333333%;
    margin: 0;
    padding: 0 10px;
}
.ih-req-list li a{
    padding: 10px;

}
.ih-bgi-top{
    min-height: calc(100vh + 230px);;
}

}
@media screen and (max-width: 767px){
    .partner-col{
    margin-bottom: 30px;
}
.ih-footer .ih-form-col{
    margin-bottom: 15px;
}
.ih-btn.type-3{
    margin-top: 30px;
}
.ih-travel-col:last-child{
    margin-bottom: 0;
}
.ih-slide-col{
    margin-bottom: 15px;
}
}
@media screen and (max-width: 600px){
    .ih-req-list li{
    width: 50%;
    padding: 0;
}
.ih-btn.type-2{
    font-size: 15px;
}
.ih-card-logo{
    max-width: 80px;
}
}
@media screen and (min-width: 1650px){
    .ih-bgi-top{
    height: calc(100vh + 80px);
}
}
@media screen and (min-width:992px) {

    .nav-tab-collapse {
    display: block;
}
.tab-collapse-card {
    border: none;
}
.tab-collapse-card .mobile-tab {
    display: none;
}
.tab-collapse-card .collapse {
    display: block;
}
.icon-tabs.ih-tab-content,
.events-tab.events-tab{
    overflow-y: auto;
    height: calc(100vh - 30px);
    min-height: 413px;

}
.icon-tabs.ih-tab-nav{
    height: calc(100vh - 30px);
    min-height: 413px;
}


.icon-tabs.ih-tab-nav{
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    overflow: hidden;
}

.events-tab.ih-event-nav{
    height: calc(100vh - 180px);
    min-height: 640px;

}
.events-tab.ih-tab-nav{
    height: calc(100vh - 180px);
    min-height: 640px;
}
.events-tab.ih-tab-content,
.events-tab .mobile-tab-content,
.events-tab .tab-pane,
.events-tab .collapse{
    height: 100%;
}
}
@media screen and (max-height: 801px){
    .events-tab.ih-event-nav{
    height: calc(100vh - 280px);
    min-height: 540px;

}
.events-tab.ih-tab-nav{
    height: calc(100vh - 280px);
    min-height: 540px;
}
.events-tab.ih-tab-nav a{
    padding: 5px 30px;
}
}
@media screen and (max-height: 650px){
    .ih-btn.type-3{
    font-size: 16px;
    padding: 8px 15px;
    margin-top: 10px;
}
.ih-footer .fs-26{
    font-size: 16px !important;
}
.ih-footer-title{
    font-size: 30px;
}
}
@media screen and (max-height: 600px){
    .ih-bgi-footer{
    min-height: inherit;
    height: auto;
}
}

.ih-main img:not(.img-s-150) {
    max-width: 250px !important;
    margin-bottom: 10px;
}
/*footer*/
footer *:not(.sm-icon) {
    /*color: #fff;*/
}
.footer-top {
    /*padding: 60px 0 10px;*/
    background-color: #0e2e43;
    text-align: center;
    color: #fff;
}
.footer-bottom {
    background: #09283d;
    padding: 60px 0;
    color: #fff;
}
footer li {
    list-style: none;
    margin-bottom: 2px;
}
footer .btn-subscribe {
    background-color: #003c5d;
    color: #fff;
    font-size: 18px;
    padding: 7px 28px;
    border-radius: 34px;
    border: none;
    height: 40px;
}
footer .input-subscribe {
    height: 40px;
}
footer .footer-menu {
    font-size: 14px;

}
footer #footer-logo-l img,
footer #footer-logo-r img {
    width: 300px !important;
}

@media (min-width: 992px){
    #menu-rrncs {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
}
#footer-logo-l, #footer-logo-r {
    width: 25%;
}
.footer-menu {
    width: 50%;
}
#footer-logo-grp {
    padding-top: 20px;
}
}
#footer_div {
    width: 75%;
    margin: 0;
}

@media (max-width: 1200px){
    #footer_div {
    width: 100%;
    margin: 0;
}
}
@media (max-width: 991px){
    .footer-bottom .container {
    width: 100%;
}
#footer-logo-l, #footer-logo-r {
    display: none;
}
.footer-menu {
    width: 100%;
}
#menu-ih, #menu-thd, #menu-ptd {
    width: 33.3333333%;
    float: left;
}
#menu-rrncs {
    width: 100%;
    display: inline-block;
}
#menu-rr, #menu-cs {
    width: 50%;
    float: left;
}
#footer-logo-grp-inline {
    width: 50%;
}
}

@media (max-width: 768px) and (min-width: 600px){
    #footer-logo-l-inline{
    width: 25%;
}
#footer-logo-r-inline {
    width: 35%;
}
#footer-logo-grp-inline {
    margin-top: 25px;
    width: 100%;
}
}

@media (max-width: 599px){
    #footer-logo-l-inline{
    width: 150px;
}
#footer-logo-r-inline {
    width: 200px;
}
#footer-logo-grp-inline {
    margin-top: 25px;
    width: 100%;
}
}

@media (max-width: 450px){
    #menu-ih, #menu-thd, #menu-ptd {
    width: 100%;
}
}

@media (max-width: 410px){
    .footer-bottom .container {
    padding: 0;
}
#menu-rr, #menu-cs {
    width: 100%;
}
}
@media (max-width: 379px){
    #footer-logo-l-inline{
    width: 120px;
}
#footer-logo-r-inline {
    width: 180px;
}
}
@media (max-width: 329px){
    #footer-logo-l-inline{
    width: 110px;
}
/*#footer-logo-r-inline {
width: 180px;
}*/
}

#footer-logo-grp-inline > a, 
#footer-logo-grp > a {
    font-size: 1.25rem;
    border-radius: 20px;
    background: #ccc;
    padding: 4px 10px;
    color: #143454 !important;
    margin: 2px;
}
.copyrights {
    padding: 30px 0 0;
    opacity: 0.67;
    color: #dae1e7;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;

}

#ui-datepicker-div {
    z-index: 10 !important;
}

.ih-btn.type-4 > i {
    font-size: 18px;
}

.ui-widget-content {
    background: #fff !important;
    border: 1px solid #003eff !important;
}

/*.ui-menu .ui-menu-item-wrapper {
font-size: 1rem !important;
}*/

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #003eff !important;
    background: #337ab7 !important;
    font-weight: normal !important;
    color: #ffffff !important;
}

button > i.fa {
    color: #fff !important;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #fff !important;
}
.ih-head-box > * {
    /*font-size: 20px;*/
}
.table td {
    font-size: 95%;
}
.ir-icon-remove, .ir-icon-showhide {
    font-size:20px !important; 
    cursor:pointer !important;
}
.ir-icon-remove {
    color: #a94442 !important;
}

/*from bootstrap 4*/
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 15px !important;
    color: #dc3545;
}
.form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
    display: block;
}
.m-0 {
    margin: 0 !important;
}

.img-s-150 {
    max-width: 150px !important;
}
@media screen and (max-width: 768px){
    .ih-bgi-top {
    min-height: calc(100vh + 250px);
    padding-top: 150px;
}
}
@media screen and (min-width: 1651px){
    .ih-bgi-top {
    min-height: calc(100vh + 250px);
}
p {
    font-size: 20px;
}
}

.ih-request-table td.action {
    text-align: right;
}

@media screen and (max-width: 767px){
.ih-request-table td.action i {
    display: inline !important;
}
}
.ih-request-table td.action i:not(:last-child) {
    padding-right: 10px;
}