@font-face {
    font-family: 'Adani-Regular';
    src: url('../webfonts/Adani-ExtraLight.woff') format('woff'),
        url('../webfonts/Adani-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Adani-Regular';
    src: url('../webfonts/Adani-Medium.woff') format('woff'),
        url('../webfonts/Adani-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Adani-Regular';
    src: url('../webfonts/Adani-Regular.woff') format('woff'),
        url('../webfonts/Adani-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Adani-Regular';
    src: url('../webfonts/Adani-Regular_1.woff') format('woff'),
        url('../webfonts/Adani-Regular_1.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Adani-Regular';
    src: url('../webfonts/Adani-Light.woff') format('woff'),
        url('../webfonts/Adani-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Adani-Regular';
    src: url('../webfonts/Adani-Bold.woff') format('woff'),
        url('../webfonts/Adani-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Adani-Regular';
    src: url('../webfonts/Adani-SemiBold.woff') format('woff'),
        url('../webfonts/Adani-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

html, body{
	margin:0px;
	padding:0px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	position:relative;
	font-family: 'Adani-Regular';
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	font-size:16px;
	background-color:#f4efec;

}
body{transition:ease margin-top 0.3s;}
main{overflow: hidden;background: #f6f6f3;}
h1, h2, h3, h4, h5, h6, ul, li, p, header, aside, footer, section, article, nav, field, label, figcaption, figure, hgroup, input, textarea {
	margin:0;
	padding:0;
	list-style:none;
	font-weight:normal;
}
p{font-size: 14px;font-weight: 500;}
a{color:#179E96;}
a:link, a:visited {
	text-decoration:none;
}
/* Customized default classes of bootstrap per Adani theme */
.alert{border-radius:0;}
.alert-danger{color:#000;border-color:#e7e7e7;}
.form-control{border-radius:0;padding:.25rem .75rem;font-size: 14px;}
.form-check-label{padding-left:3px;}
.form-check-input{width:16px;height:16px;margin-top:4px;}
select.form-control:not([size]):not([multiple]) {
    height: calc(1.80rem + 2px);
}
.col-form-label {
    padding-top: calc(0.15rem + 1px);
	padding-bottom: calc(.15rem + 1px);
}
.btn{
	border-radius: 5px;
	padding: .8rem 1.2rem;
	font-size: 20px;
	line-height: 1.31;
}
.btn-primary1 {
    font-weight: 500;
    color: #fff !important;
    background-color: #179F95;
    border-color: #fff;
    min-width: 206px;
    border-radius: 0px;
    text-decoration: none !important;
}
.btn-primary1:hover {
    color: #fff !important;
    background-color: #179F95 !important;
}
.btn-primary {
	font-weight: 500;
    color: #179F95 !important;
    background-color: #fff;
    border-color: #fff;
	min-width: 206px; border-radius: 0px;
}
.btn-primary:hover , .btn-primary:active{
    background-color: #079e95;
    border-color: #079e95;
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.11)!important;
    top: -3px;
	color:#fff !important;
    transition: ease all 0.5s;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
     background-color:#079e95;
    border-color: #079e95;
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0.1rem rgba(25,114,127,.7);
	background: #2c6cb4;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.1rem rgba(25,114,127,.7);
}
.btn-secondary {line-height: 28px;
	color: #179F95 !important; background: transparent; border: 0px; padding: 0px;
}
.btn-secondary span{font-size: 12px; position: relative; top: -2px; transition: ease all 0.4s; left: 0px;}
.btn-secondary:hover span{ transition: ease all 0.4s; left: 10px; }
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary:focus{background:transparent !important;outline: 0;border:0px;    box-shadow: 0 0 0 0.2rem rgba(130,138,145,0) !important;}
.btn-purple{background:#913e86;color:#fff;border-color:#913e86;}
.btn-purple:hover, .btn-purple:active, .btn-purple:focus{background:#874298;color:#fff;}
.btn-bordered{background:none;border:1px solid #179E96;color:#179E96;display:inline-block;min-width: 206px;}
.btn-bordered:hover{background:#179E96;color:#fff;}
.btn-bordered.focus, .btn-bordered:focus {
    box-shadow: 0 0 0 0.1rem rgba(26,114,127,.7);
}
.whiteBtn{color:#fff;border:1px solid #fff;}
.whiteBtn:hover{background:#fff;color:#1a727f;}
.btn-bordered.btnLg{min-width:200px;}

.txt-orange{color:#006db7 !Important;}
.txt-teal{color:#1a727f !important;}
.txt-blue{color:#006db7 !Important;}
.txt-purple{color:#8e278f !Important;}
.txt-violet{color:#b43e6a;}
.txt-gray{color:#5b5b5b !Important;}
.txt-black{color:#000 !important;}
.txt-white{color:#fff;}
.helpText{font-size:0.8rem;color:#969696;}
.required{color:#f42e2e;}
.txt-large{font-size:1.2rem;}
hr{border-top:1px solid #c7c7c7;}

.bg-green{background-color:#179E96 !important;}
.bg-blue{background-color:#006db7 !important;}
.bg-purple{background-color:#8e278f !important;}
.bg-gray-light{background-color:#f7f7f7 !Important;}
.bg-gray-dark{background-color:#e7e7e7 !Important;}
.bg-pattern-light{background:#f2f2f2 url(/images/MangaloreAirport/pattern1.png) repeat;}

.content p{padding-bottom:1rem;}
.rotate90{transform:rotate(90deg);}


/* Add sprite class to add icons from Sprite image and then add specific icon class */
.sprite{
	display:inline-block;
	background:url(/images/MangaloreAirport/ft-socialmedia-icons.png) no-repeat;
	vertical-align:middle;
}
.facebook {
    width: 20px;
    height: 20px;
    background-position: 0 0;
}

.twitter {
    width: 20px;
    height: 20px;
    background-position: -28px 0;
}

.gplus {
    width: 20px;
    height: 20px;
    background-position: -56px 0;
}

.instagram {
    width: 20px;
    height: 20px;
    background-position: -85px 0;
}

.youTube {
    width: 20px;
    height: 20px;
    background-position: -111px 0;
}

.linkedIn {
    width: 20px;
    height: 20px;
    background-position: -139px 0;
}

.facebook-large {
    width: 36px;
    height: 36px;
    background-position: 0 2px;
}

.twitter-large {
    width: 36px;
    height: 36px;
    background-position: -43px 2px;
}

.gplus-large {
    width: 36px;
    height: 36px;
    background-position: -85px 2px;
}

.instagram-large {
    width: 36px;
    height: 36px;
    background-position: 0px -40px;
}

.youTube-large {
    width: 36px;
    height: 36px;
    background-position: -42px -40px;
}

.linkedIn-large {
    width: 36px;
    height: 36px;
    background-position: -85px -40px;
}


.enquiryIcon{width:26px;height:26px;background-position:0 -55px;vertical-align:middle;}
.homeIcon{width:30px;height:35px;background-position:0 -93px;}
.buildingIcon{width:30px;height:35px;background-position:0 0px;}

/* -- Sprite classes end here -- */

/* header */
/* header */
.headerSec{ 
    position: absolute;
    z-index: 25;width: 100%;
}
.headerTopBar{
	background: #383838 !important; /* Old browsers */
	background: -moz-linear-gradient(left, rgba(0,159,131,1) 0%, rgba(26,114,127,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgb(56, 56, 56) 0%,rgb(56, 56, 56) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgb(56, 56, 56) 0%,rgb(56, 56, 56) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009f83', endColorstr='#1a727f',GradientType=1 ); /* IE6-9 */
	color:#fff;
}
.navPanel{  margin: 0;width: 100%;padding: 0;transition: all 0.2s ease-in;}
.navbar{padding:0.5rem 0;}
/*.navPanel>.container{padding:0;}*/

.topNav{margin:0;padding:4px 0 2px 0; font-size:0.9rem;}
.topNav li{list-style:none;display:inline-block;}
.topNav li a{color:#fff;}
.topNav li>a:hover{text-decoration:none;opacity:0.8;}

.navbar-light .navbar-nav .nav-item.active .nav-link,.navbar-light .navbar-nav .nav-item.show .nav-link, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{color:#137e80;}
.navbar-light .navbar-toggler{border:none;outline: 0;}
.navbar-light .navbar-toggler span:first-child{}
.navbar-light .navbar-toggler span:last-child{}
.navbar-light .navbar-toggler span{width: 30px; height: 2px; background: #fff; display: block; margin-bottom: 6px; position: relative; top: 10px;}
.navbar-light .navbar-toggler-icon{background-image:url(../images/hamburger-menu.png);width:1.75em;}

.topMenu li:last-child a{border-right:none;}
.topMenu li>a{padding:0 0.6rem;color:#fff;}
.topMenu li:first-child a{padding-left:0;}
.btn.btn-menu{background:none;padding:0;font-size:1.25rem;color:#fff;}
.topNavBtn{position:absolute;z-index:9;top:3px;}
.topMenu li.topSearchMenu{display:none;}
.topSearch{}



.social-links{line-height:1;}
.social-links li{margin-right: 2px;}
.social-links li a{padding:0 1px;display:block;background: #fff;width: 22px;height: 22px;border-radius: 100%;padding: 5px 0px;font-size: 12px;text-align: center;}
.social-links li a i{color: #000;position: relative; top: 0px;left: 0px;}
.quick-links{margin-right:10px;position:relative;top:1px;}
.quick-links li a{padding:0 10px;}

.download-links{margin-left:10px;}
.download-links li a{padding-left:5px;}
.download-links img{max-height:20px;}
.dropMenuIcon{padding-left:5px;color:#137e80;}

/*.dropdown:hover>.dropdown-menu {
  display: block;
}*/
.dropdown-toggle::after{content:none;}
.dropdown-item{border-bottom:1px solid #ff6633;padding:.5rem .5rem;}
.dropdown-menu>.dropdown-item:last-child{border-bottom:none;}

@media (min-width: 992px){
	.navbar-brand{padding-top:1.25rem;padding-bottom:1rem;margin-left: 0px;min-width: 300px;}
	.navbar-brand img{}
	.navPanel .navbar-brand-secondary{padding-top:0.6rem;padding-bottom:0.5rem;}
	.sticky-header .navbar-brand{padding-top: 0.75rem;padding-bottom: 0.65rem;transition: ease all 0.5s;font-size: 1rem; font-weight: 400 !important;top:0px !important;}
	.sticky-header .navbar-brand__middle-divider{transition: ease all 0.5s;height: 32px;}
	.sticky-header .nav-item .nav-link{padding: 0.8rem 0rem !important;}
	.navbar-expand-lg{padding-top:0;}
	.navbar-expand-lg .navbar-nav .nav-link {transition: ease all 0.5s;font-size:16px;color:#000;padding: 0.7rem 0rem;font-weight: 400;}
	.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link{padding-right:0;}
	.navbar-expand-lg .navbar-nav .nav-link.active, .navbar-expand-lg .navbar-nav .nav-link:hover{color: #179E96;}
	.social-links li:last-child a{padding-right:0;}
	.dropdown-menu{
		
		left:auto;
		box-shadow: 1px 1px 2px rgba(0,0,0,.5);background:#eee;
		padding: 10px 20px;
		border:none;top:99%;
		border-radius:0;
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
	}
	.dropdown{position:static;}
	.primaryMenu{position:relative;display: block;}
	.primaryMenu{display: block;}
	.dropdown-item{display:block;width:auto;padding:5px 0px 0px 0px;border-bottom:none;color:#737373;}
	.dropdown-menu .dropdown-item:last-child{border-right:none;}
	.dropdown-item:focus, .dropdown-item:hover{background:none;color:#18a790;}
	.dropdown-menu h5 a{color: #18a790;}
	
}

/*Footer*/
.footerSec{background:#f1f1f1;color:#666;padding: 15px 0px 0px 0px;position: relative;display: block;z-index: 9;}
.contactPanel{height:150px;position:relative;color:#fff;}
.contactPanel .container, .contactPanel .container .row{height:100%;}



.footerBtmPanel{background:#000;color:#fff;}

.footerMenu li{ list-style:none;display:inline-block;}
.footerMenu li a{color:#f3f3f3;padding:0 0.5rem 0 0.5rem;font-size:0.9rem;border-left:1px solid #f3f3f3;}
.footerMenu li a:hover, .footerMenu li a:focus{color:#179f95;}
.footerMenu li:first-child a{border-left:none;}
.footerMenu li:last-child a{padding-right:0;}

.footerMenu.menuSecondary li{}
.footerMenu.menuSecondary li a{color:#f3f3f3;opacity:0.5;border-left:none;padding:0 0.5rem;font-size:0.8rem;}
.footerMenu.menuSecondary li:last-child a{padding-right:0;}
.footerMenu.menuSecondary li a:hover{opacity:1.0;color:#ff6633;}
.copyrightTxt{font-size:0.8rem;color:#f3f3f3;opacity:0.5;margin-top:5px;}

/* Content Section */
.contentSection{
  text-align: left;
}

/*Eqnuire*/
.enquiryBtn{background:#8e278f;display:inline-block;color:#fff;padding:0.5rem 1rem;position:fixed;right:-52px;top:40%;z-index:99;transform:rotate(-90deg);font-size:1.4rem;}
.enquiryBtn:hover{color:#fff;}
.enquireTxt{display:inline-block;vertical-align:middle;}

/*Banner*/
.mainBanner {
    width: 100%;
	position:relative;
}
.bannerImg {
	position:absolute;
	left:0;top:0;right:0;bottom:0;
	background:#e76d2d url(/images/MangaloreAirport/banner.jpg) no-repeat;
	background-size:cover;
	z-index:1;
}
.bannerForm{background:rgba(0,0,0,0.7);color:#fff;}

/*To use img tag for banner and contact panel*/
.bannerImg, .contactPanel{background-image:none;overflow:hidden;}
.bannerImg img, .contactBanner img{min-height:100%;min-width:100%;position:relative;top:60%;left:50%;transform:translateX(-50%) translateY(-50%);}
.contactBanner{position:absolute;left:0;top:0;right:0;bottom:0;}

.section{padding:80px 0 !important;background-color:#f6f6f6;}
.section-top{padding-top:80px;}
.section-bottom{padding-bottom:80px;}
.bg-cream.section-top{padding-top:100px !important;}
.bg-cream.section-bottom{padding-bottom:100px !important;}
.sectionHeading{margin:1rem 0;font-weight: 500;}
.sectionHeading:after{content: "";display: block;position: relative;height: 4px;background: #17b677;width: 120px;margin-left: auto;margin-right: auto;margin-top: 20px;}


/* Tabs */
.nav-tabs{border-bottom:1px solid #1a727f;}
.nav-tabs .nav-link {
    border: 1px solid #1a727f;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
	color:#2e2e2e;
	padding:0.5rem 1rem;
	    background: #efefef;
}

.nav-tabs .nav-item{margin-right: 2px;}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
	color:#fff !Important;
	border-color:#1a727f;	
	border-color: #1a727f;
    background: -moz-linear-gradient(left, rgba(27,159,148,1) 0%, rgba(49,109,179,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(27,159,148,1)), color-stop(100%, rgba(49,109,179,1)));
    background: -webkit-linear-gradient(left, rgba(27,159,148,1) 0%, rgba(49,109,179,1) 100%);
    background: -o-linear-gradient(left, rgba(27,159,148,1) 0%, rgba(49,109,179,1) 100%);
    background: -ms-linear-gradient(left, rgba(27,159,148,1) 0%, rgba(49,109,179,1) 100%);
    background: linear-gradient(to right, rgba(27,159,148,1) 0%, rgba(49,109,179,1) 100%);
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{border-color: #1a727f;
    background: -moz-linear-gradient(left, rgba(27,159,148,1) 0%, rgba(49,109,179,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(27,159,148,1)), color-stop(100%, rgba(49,109,179,1)));
    background: -webkit-linear-gradient(left, rgba(27,159,148,1) 0%, rgba(49,109,179,1) 100%);
    background: -o-linear-gradient(left, rgba(27,159,148,1) 0%, rgba(49,109,179,1) 100%);
    background: -ms-linear-gradient(left, rgba(27,159,148,1) 0%, rgba(49,109,179,1) 100%);
    background: linear-gradient(to right, rgba(27,159,148,1) 0%, rgba(49,109,179,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b9f94', endColorstr='#316db3', GradientType=1 );color:#fff;}

.noBorder{border:none;}

/*Latest Projects*/
.prjtCategory .nav-tabs .nav-link{padding:1.2rem;font-size:1.4rem;color:#1a727f;}
.prjtsList .slideItem{text-align:center;border:1px solid transparent;}
.prjtsList .slideItem:hover{border:1px solid #ccc;}

.prjtsList{padding:2rem 0;}

.clubPanel{position:relative;height:400px;color:#fff;overflow:hidden;}
.clubPanel .container, .clubPanel .container .row{height:100%;}
.clubBg{position:absolute;left:0;top:0;right:0;bottom:0;}
.clubBg img{min-height:100%;min-width:100%;position:relative;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);}
.visitSiteBtn{margin-top:2.5rem;}

/* About Us */
.aboutUs{background:#fff url(/images/MangaloreAirport/bg-about.png) center center no-repeat;background-size:cover;color:#464848;}

/*Media*/
.mediaTile{margin:30px 0;}



/* Items List*/
ul.itemsList{margin-left:20px;}
ul.itemsList > li{list-style:disc;margin:10px 0;}
ul.itemsList li a{color:#707070;padding:3px 0;display:block;}

ol.numberedList{ counter-reset: li;
  list-style-type: none;
  padding-left: 0px;
 }
 ol.numberedList li {
  position: relative;
  padding: 7px 0 7px 30px;
  margin:3px 0;
}
ol.numberedList li:before {
  content: counter(li);
    counter-increment: li;
    height: 20px;
    width: 20px;
    background: #ff6633;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    top: 9px;
    font-size: 0.8rem;
    line-height: 1.5;
}
ol.listStyle{list-style-type:lower-alpha;}
ol.listStyle li{list-style-type:lower-alpha;}

.itemsListHeader{display:table;width:100%;}
.listHeading{display:table-cell;vertical-align:middle;}
.listIcon{display:table-cell;vertical-align:middle;text-align:right;padding-right:20px;}


/*Porjects Carousel*/
.serviceTile{background:rgba(239,239,239,0.3);padding:2rem 1rem;margin:1rem 0.5rem;display:table;border:1px solid rgba(232,232,232,0.3);}
.serviceTile:hover{border:1px solid rgba(232,232,232,1.0);}
.serviceTile .serviceIcon{display:table-cell;vertical-align:top;height:75px;overflow:hidden;}
.serviceTile .serviceDetails{display:table-cell;vertical-align:middle;padding-left:1rem;}
.serviceTile .serviceIcon img{width:auto;max-height:75px;}
.serviceName{margin-bottom:0.5rem;color:#4b4b4b;}
.serviceBrief{font-size:0.9rem;line-height:1.3;color:#858585;}
.serviceBtn{font-size:1rem;margin-bottom:1rem;}
.bootstrape-nav {
    position: absolute;
    top: 45%;
    width: 100%;
    -webkit-transform: translate(0%, 45%);
    transform: translate(0%, 45%);
}

.thisection-carousel .bootstrape-dots{padding: 20px 0px 0px 0px;}
.thisection-carousel .bootstrape-dot span{border-radius: 0px;}
.thisection-carousel .bootstrape-dots .active span{background:#006db7}
.thisection-carousel .bootstrape-dots span:hover{background:#006db7}
.thisection-carousel .bootstrape-prev{position: absolute;left: 0px;background: transparent !important;width: 45px;border-radius: 100% !important; outline:0;box-shadow: 0px 1px 1px transparent;height: 45px;}
.thisection-carousel .bootstrape-prev span{font-size: 30px;color: #000;}
.thisection-carousel .bootstrape-next{position: absolute;right: 0px;background: transparent !important;width: 45px;border-radius: 100% !important;outline:0;box-shadow: 0px 1px 1px transparent;height: 45px;}
.thisection-carousel .bootstrape-next span{font-size: 30px;color: #000;}
.thisection-carousel .bootstrape-nav{position: absolute;width: 100%;top: 50%;margin-left: 0rem;}
.thisection-carousel .bootstrape-nav .bootstrape-prev:hover, .thisection-carousel .bootstrape-nav .bootstrape-next:hover{color:#000 !important;}
.thisection-carousel .item{position:relative;}
.thisection-carousel .bootstrape-nav .bootstrape-prev{top: -25px;}
.thisection-carousel .bootstrape-nav .bootstrape-next{position: absolute;right: 0px;top: -25px;}
.thisection-carousel button i{color: #fff; font-size: 1rem; text-shadow: 1px 1px 1px #000;}

.bootstrape-carousel .bootstrape-nav button.bootstrape-prev{float:left;width: 50px;height: 50px;}
.bootstrape-carousel .bootstrape-nav button.bootstrape-next{float:right;width: 50px;height: 50px;}

/*My Account Page*/
.mainBanner.myAccountBanner{height:auto;min-height:150px;max-height:550px;}
.myAccountBanner .bannerCnt{padding:2rem 0;}
.myAccountBanner .manageAcBoxOuter{margin-top:20px;}
.breadcrumbBar{font-size:0.9rem;}
.breadcrumbBar li a{color:#303030;}
.breadcrumb{padding: .75rem 0rem;}

.pageTitle{color:#fff;}
.breadcrumbBg{position: absolute;left: 0;top: 0;right: 0;bottom: 0;overflow: hidden;z-index: 0;}
.breadcrumbBg img{border-radius: 0;min-height: 100%;min-width: 100%;position: relative;height: 100%;}
.pageTitleBar{position: relative;min-height: 150px;min-height: 150px;padding: 25px 0px;}
.pageTitleBar .container{position:relative}
.accountServices{margin-top:1rem;}
.accSerTile{padding:1.5rem 0;}
.iconBox{display:inline-block;vertical-align:middle;width:30%;}
.iconBox img{max-width:100%;}
.accService{display:inline-block;vertical-align:middle;width:65%;color:#323030;padding-left:10px;}
.accService:hover{color:#1a727f;}


.pageTitleBar .breadcrumb{background:none;color:#fff;padding:0;margin:0.5rem 0;}
.breadcrumb li a{color:#383838;font-weight: 400;}
.breadcrumb li a:hover{color:#1378be;}
.breadcrumb li a:after{content:'>';padding:0 5px}
.breadcrumb li:last-child a:after{content:none;}
.breadcrumb li{color:#1378be;font-size: 18px;font-weight: 500;}
.pageContent{}
.panel{background:#f7f7f7;border:1px solid #e4e4e4;padding:1.5rem;margin-bottom:1.5rem;}
.panel a{color:#333;}
.panel a:hover, .nav-tabs a:hover{color:#1a727f;}

.tile{
	background:#efefef;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(254,254,254,1) 2%, rgba(247,247,247,0.31) 25%, rgba(244,244,244,0.4) 35%, rgba(212,212,212,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(254,254,254,1) 2%,rgba(247,247,247,0.31) 25%,rgba(244,244,244,0.4) 35%,rgba(212,212,212,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(254,254,254,1) 2%,rgba(247,247,247,0.31) 25%,rgba(244,244,244,0.4) 35%,rgba(212,212,212,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d4d4d4',GradientType=0 ); /* IE6-9 */
	border:1px solid #e8e8e8;
	display:table;padding:0.5rem 1rem;height:100%;width:100%;color:#4b4b4b;
}
.tile:hover{border:1px solid #d3d3d3;color:#ff6633;}
.tile .iconBox{display:table-cell;vertical-align:middle;}
.tile .detailBox{display:table-cell;vertical-align:middle;}
.goBack{color:#333;font-size:1.2rem;}
.goBack:hover{color:#ff6633;}






/* Left Navigation STYLE */

#dismiss {
   text-align:right;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	padding:0.25rem 1rem;
	background:rgba(0,0,0,0.3);
	background:#3f3f3f;
}

#dismiss:hover {
    background: rgba(0,0,0,0.4);
    color: #fff;
}
.sideNavBtn{float:right;margin-bottom:1rem;}

.overlay, .overlay-top {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
	top:0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active, .overlay-top.active {
    display: block;
    opacity: 1;
	z-index: 9;
}
.overlay-top{z-index:999;}

#sideNav.active {
    left: 0;
}
#sideNav ul li{border-bottom:1px solid #fff;}
#sideNav ul li a {
    padding: 0.5rem 0.75rem;
    display: block;
	background:#f36f31;
	color:#fff;
	position:relative;
}
#sideNav ul li a:hover {
    color: #fff;
    background: #ff6633;
}
#sideNav ul li .submenu li a{background:#e9e9e9;color:#000;}
#sideNav ul li .submenu li a:hover, #sideNav ul li .submenu li.active a{background:#858585;color:#fff;}

#sideNav ul li a.dropdown-toggle::after {
	width:auto;
	height:auto;
	content:'>';
	display: block;
    position: absolute;
    top: 50%;
    right: 0.5rem;
	border:none;
	transform: translateY(-50%) rotate(0deg);
}
#sideNav ul li a[aria-expanded=true]{background:#ff6633;}
#sideNav ul li a[aria-expanded=true]::after{transform: translateY(-50%) rotate(90deg);}

/* FAQ Accordion */
.faqItem{border:1px solid #e8e8e8;background:#f7f7f7;margin-bottom:0.5rem;padding:0.75rem 1rem 0.75rem 3.2rem;}
.ques{color:#000;cursor:pointer;position:relative;}
.ans{color:#4e4a4a;font-size:0.9rem;padding-top:0.75rem;}
.ans a{color:#ff6633;}
.faqItem:hover .ques{color:#ff6633;}
.faqItem .ques::before{
	height: 24px;
    width: 24px;
    background: #ff6633;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    position: absolute;
    left: -2.2rem;
    top: 2px;
    font-size: 0.9rem;
    line-height: 1.75;
    content: '>';
}
.faqItem .ques[aria-expanded="true"]::before{
	transform:rotate(90deg);
	background:#848484;
}



/* Table Style */
.tableOuter{border:1px solid #a2a2a2;}
.table .thead-light th{background-color:#e9e9e9;vertical-align: top; /*min-width: 150px;*/border: 1px solid #fff;font-size: 16px; font-weight: 600;}
.table-hover tbody tr:hover{background-color:rgba(0,0,0,0.05);}
.tableOuter table{min-width: 750px;}
.tableOuter tbody td{font-size: 14px;}

/* Search */
.searchBox .btn{margin-left:10px;}
.searchItem{background:#f7f7f7;border:1px solid #e4e4e4;padding:1rem;margin-bottom:10px;}
.searchItem p{margin:0.25rem 0;}
.searchItem h5{font-size:1.1rem;}
.searchItem a{color:#ff6633;word-break: break-word;}
.searchItem .downloadDoc{padding-left:10px;padding-top:3px;display:inline-block;}



@media (min-width: 992px){
	.pageContent{}
	.navTile a{border-right:1px solid rgba(226,226,226,0.2);}
	.navTile:first-child{margin-left:-15px;}
	.navTile a:hover{background:rgba(0,0,0,0.2);}
	.communityTile{min-height:180px;height:100%;padding:1.5rem;}
	.communityTile.large .tileCnt{position:absolute;bottom:1.5rem;width:70%;}
	.community3{margin-top:30px;}
	.community1 .communityTile{background:url(/images/MangaloreAirport/bg-community1.png) no-repeat left top;}
	.serviceTile{margin:2rem 1rem;}
	.searchItem .downloadDoc{padding-left:1rem;}
	
}




/* 2nd July 2018 */
.required{color:red;font-size:16px;}
.pay_box{margin: 10px 15px;box-shadow: 0px 0px 5px 1px #E0E0E0;}
.mr-lt-30{margin-left: 30px;}
.txt-underline{text-decoration: underline;}
.pull-right{float:right;}
.pagination{display: inline-block;border-radius: 4px;}
.pagination li{display:inline;}
.pagination li,
.pagination li span{position:relative; float:left; border:1px solid #ccc;padding: 6px 12px;}
.pagination .active {background: #E9ECEF;color: #000 !important;}
.pagination .active a{color:#000;}
.pagination .start a,
.pagination .end a {color:#000;}
.pagination a{color: #F36F31;}
.table-white{color: #000;background-color: #fff;}
.table-white td, .table-white th, .table-white thead th{border-color: #fff;border: 1px solid #f5f5f5;}
.tablexoverflow{margin: 10px 0px 30px 0px;border: 1px solid #B7B7B7;}
@media (max-width: 992px){
.tablexoverflow{width: 404px;overflow-x: scroll;}
}
@media (max-width: 492px){
.tablexoverflow{width: 370px;overflow-x: scroll;}
}
.panelbtmbar span{margin-right: 8%;}
.eqiptiles{/*padding:2rem 2rem*/;margin:1rem 0.5rem;display:table-cell;text-align: center;text-align: -webkit-center;min-width: 128px;color: #A9A9A9;}
.eqiptiles:hover{}
.eqiptiles .eqipicons{display:table-cell;vertical-align:top;height:75px;overflow:hidden;min-width: 123px;}
.eqiptiles span{font-size: 12px;}
.eqiptiles .eqipicons img{min-width: 60px;}
.eqipicons input[type="image"]{}
.eqipicons input[type="image"]:focus{outline:0 !important;}
.form-inner-box{padding: 1rem;}
.form-inner-box .col-form-label, .form-inner-box span {font-size: 12px;}
.bg-white{background:#fff;}
.bg-gray{background:#f3f3f3;}
.energy-navigation{background-color:#efefef}
.energy-navigation .bootstrape-nav{top: -55px;z-index: 9;position: relative;display: block !important;width: 93%;margin-left: auto;margin-right: auto;}
/*.energy-navigation .bootstrape-item{width: 150px !important;}
.slideItem{display: table-cell;}*/
.form-inner-box select{font-size: 12px;}
.bg-dark-gray{background-color:#c6c6c6;}
.bg-dark-gray .txt-lg{color: #8A8A8A;}
.quick-access h5{color: #747474;line-height: 75px;}
.quick-access h5 img{margin: 0px 25px 0px 0px;}
.mar-bt-10{margin-bottom: 10px;}
.txt-example{color: #5d5c5c;}
.contact-querybox{padding: 0.5rem;}
.querytab .nav-tabs .nav-item.show .nav-link,.querytab .nav-tabs .nav-link.active{background: #fff;color: #000 !important;font-size: 19px;border: 0px;border-bottom: 5px solid #ff6633 !important;}
.querytab .nav-tabs .nav-link{background: #fff;color: #838080;font-size: 19px;border: 0px;}
.our-centers-box{background-color: #8b8787;margin: 0px 0px 20px 0px;padding: 1.5rem 0.5rem;color: #fff;line-height: 35px;}
.list-bullet-style li{list-style-type: disc;margin-left: 20px;}
.table-border{margin-bottom:0px !important;}
.table-border td, .table-border th{border-top: 0px solid #dee2e6;border-right: 1px solid #dee2e6;}
.table-border tbody{border-top: 0px solid #dee2e6 !important;}
.noborder{border:0px !important;}
.border-btm-2{border-bottom:2px solid #ccc}
.list-sl li{display: inline-block;margin-right: 25px;}
.cooling-bg-overlay{background:url(/images/MangaloreAirport/money-saver-overlay.jpg) no-repeat; height:auto;}
.image-container{min-height:100%; background-position:center center; background-size:cover; position:relative;width: 100%;}
.overlaybox{background: #fff;margin: 2rem 2rem;padding: 2rem 2rem;}
.center-txt{text-align: -webkit-center;}
.about-energy img{margin-bottom: 15px;}
.stylenumbered li{list-style-type: decimal;margin-left: 20px;}

/*Testimonial Carousel*/
.user-testimonials{padding:50px 0px;}
.user-testimonials h3{font-weight: bold;text-align: center;line-height: 50px;margin-bottom: 0px;font-size: 2.2rem;}
.user-testimonials h3:after{content: "";display: block;position: relative;height: 5px;background: #009f83;width: 120px;margin-left: auto;margin-right: auto;margin-top: 20px;}
#testimonials{text-align:center;}
#testimonials .testimonial-tiles{border: 2px solid #e1e1e1;padding: 70px 50px 20px 50px;margin-bottom: 40px;}
#testimonials img{width: 114px;height: 114px;margin-left: auto;margin-right: auto;position: relative;bottom: -55px;}
#testimonials .testimonial-tiles p{}
#testimonials .testimonial-tiles h5{line-height: 40px;margin-top: 20px;font-weight: bold;color: #009f83;}
.user-testimonials .bootstrape-theme .bootstrape-dots .bootstrape-dot.active span, .bootstrape-theme .bootstrape-dots .bootstrape-dot:hover span{background: #0b6bb5;}
.user-testimonials .bootstrape-theme .bootstrape-dots .bootstrape-dot span{ border-radius: 0px;width: 16px;height: 16px;}


/*Philosophy*/
.Philosophy{background-image:url(/images/MangaloreAirport/bg-philosophy.jpg);background-size: cover;background-repeat: no-repeat;min-height: 590px;padding:50px 0px;}
.Philosophy h2{font-size: 2.5rem;margin-bottom: 26px;}
.Philosophy h2 span{display: block;font-weight: bolder;color: #913e86;}
.Philosophy h5{margin-bottom: 35px;font-size: 1.6rem;}
.Philosophy p{font-size: 1.43rem;}
.Philosophy a{color: #913e86;line-height: 30px;padding: 10px 40px;border: 2px solid #913e86;font-weight: 700;transition: ease-in all .2s;}
.Philosophy a:hover{background: #913e86;color: #fff;transition: ease-in all .2s;}

/*News*/
.news{background-image:url(/images/MangaloreAirport/bg-news.jpg);background-size: cover;background-repeat: no-repeat;padding:50px 0px;}
.news h3{color:#fff;line-height: 60px;}
.news a{color: #fff;line-height: 30px;padding: 6px 40px;border: 2px solid #fff;font-weight: 700;display: grid;text-align:center;transition: ease-in all .2s;}
.news a:hover{background: #fff;color: #000;transition: ease-in all .2s;}
.news input{padding: 10px 10px;font-weight:bolder;}

/*Footer*/
.footerPanel2 h5{color: #007ea8;line-height: 20px;text-align: left;margin-bottom: 25px;}
.footerPanel2 h5 a{color: #4B4B4B;line-height: 28px;font-size: 20px;font-weight: 500;}
.footerPanel2 ul{min-height: 60px;display:block;}
.footerPanel2 li{display: block;text-align: left;line-height: 27px;margin-bottom: 05px;}
.footerPanel2 a{color: #6F6F6F; font-size: 16px;}
.footerPanel2 a:hover{color: #179E96;}
.footerPanel2 h6{font-size: 1.5rem;padding: 6px 30px;text-align: center;}
.footerPanel2 .ft-logo > img{margin-top: 0rem;max-width: 250px;}

.txt-center{text-align:center;}
@media(max-width:575px){
.mobile-none{display: none;}
}

/*Gallery*/
#gallery .bootstrape-nav{}
#gallery .bootstrape-next{right: -8px;position: relative;}
#gallery .bootstrape-next span{display:none}
#gallery .bootstrape-prev{position: relative;left: -8px;}
#gallery .bootstrape-prev span{display:none}
#gallery button.close{position: absolute;right: 0px;top: -35px;font-size: 40px;}
#gallery .modal-body{padding:5px;}
#gallery .bootstrape-dots{display:none;}
#gallery .thumbnails-wrapper{margin-top: 5px;}

/*Video*/
#video .modal-body{padding:5px;}
#video button.close{position: absolute;right: 0px;top: -35px;font-size: 40px;color: #fff;opacity: 1;}

/*Other Ventures Carousel*/
#other-ventures{padding: 15px 0px 0px 0px;}
#other-ventures h5{text-align: center;margin-top: 20px;font-size: 1.25rem;}
#other-ventures .bootstrape-dots{padding: 20px 0px 0px 0px;}
#other-ventures .bootstrape-dot span{border-radius: 0px;}
#other-ventures .bootstrape-dots .active span{background:#0b6bb5}
#other-ventures .bootstrape-dots span:hover{background:#0b6bb5}

#other-ventures img{width: auto;margin: auto;}
/*Footer Social Media Icons*/
.sprite-social{display: inline-block;background: url(/images/MangaloreAirport/ft-socialmedia-icons.png) no-repeat;
    vertical-align: middle;}
.ft-Facebook{width: 35px;height: 33px;background-position: 2px 2px;}
.ft-twitter{width: 35px;height: 33px;background-position: -41px 2px;}
.ft-gplus{width: 35px;height: 33px;background-position: -85px 2px;}
.ft-instagram{width: 35px;height: 33px;background-position: 2px -38px;}
.ft-youtube{width: 35px;height: 33px;background-position: -40px -38px;}
.ft-linkedin{width: 35px;height: 33px;background-position: -83px -38px;}
.social-links-footer li{display: inline-block;}


/*Other General CSS*/
.impact-stories{padding: 2rem 0rem;position:relative; display:block;z-index: 9;}
.impact-stories p{font-size: 1.1rem;text-align: center;color: #7e7e7e;}

.txt-overlay{color: #fff;padding: 10px 15px;position: absolute;bottom: 20px;z-index: 9;}
.bg-blue{background:#1378be !important;}
.bg-sky-blue{background:#17b779 !important;}

.after-center:after{margin: 0px auto;}
.border-right-1{border-right: 1px solid #b5b5b5;}

/*Index sustanibility*/
#sustanibility{}
#sustanibility .txt-overlay{min-height: 110px;opacity: 0.9;width: 100%;}
#sustanibility h3{font-size: 1.4rem;margin-bottom: 15px;font-weight: 500;}
#sustanibility p{font-size: 1rem;}
#sustanibility .item{position:relative;max-height: 400px;}
#sustanibility .bootstrape-nav{}
#sustanibility .bootstrape-nav .bootstrape-prev{margin-left: 0px;line-height:0px;}
#sustanibility .bootstrape-nav button:focus{outline:0;}
#sustanibility .bootstrape-nav .bootstrape-prev:hover, #sustanibility .bootstrape-nav .bootstrape-next:hover{}
#sustanibility .bootstrape-nav .bootstrape-next{margin-right: 0px;line-height:0px;}
#sustanibility .bootstrape-nav .bootstrape-prev span{font-size: 3rem;color:#fff;line-height: 50px;}
#sustanibility .bootstrape-nav .bootstrape-next span{font-size: 3rem;color: #fff;line-height: 50px;}
#sustanibility .bootstrape-item{overflow:hidden;}
.sus-tile:after{content: "";display: block;position: absolute;width: 100%;box-shadow: 0px 0px 142px 142px #000;bottom: 0px;height: 0px;}
.sus-tile{}

/*Business Box*/
.business-box{transition: ease-in all 0.5s;}
.business-box > div{padding: 30px 0px;min-height: 220px;}
.business-box .business-content{width: 180px;margin: auto;text-align: center;transition: ease all 0.5s;}
.business-box .business-content span{display: inline;box-decoration-break: clone;-webkit-box-decoration-break: clone;}
.business-box .business-content p{display:none;color:transparent;transition: ease all 0.5s;font-size: 14px;margin: 10px 0px;}
.business-box .business-content a{display:none;color:transparent;transition: ease all 0.5s;font-size: 16px;}
.business-box .business-content a i{position: relative;top: 2px;margin-left: 5px;margin-top: 5px;}
.business-box:hover{background: #fff;transition: ease all 0.5s;-webkit-box-shadow: 0 14px 24px rgba(62,57,107,.2);box-shadow: 0 14px 24px rgba(62,57,107,.2);    position: absolute;width: 100%;z-index: 9;left: 0px;-webkit-transform: translate(0%, -13%);transform: translate(0%, -13%);}
.business-box:hover .business-content p{display:block;transition: ease all 0.5s;color:#000;}
.business-box:hover .business-content a{display:block;transition: ease all 0.5s;color:#0b6bb5;}
.business-box .txt-center{height: 80px;transition: ease all 0.5s;}
.business-box .txt-center img{/*filter: gray; /* IE5+ */ /*-webkit-filter: grayscale(1);*/ /* Webkit Nightlies & Chrome Canary */-webkit-transition: all .1s ease-in-out;transition: ease all 0.5s;}
.business-box:hover img{filter: none;-webkit-filter: grayscale(0);-webkit-transform: scale(1.01);transition: ease all 0.1s;width: 45px;transition: ease all 0.5s;}
.business-box:hover .txt-center{height: 60px;transition: ease all 0.5s;}
.business-box:hover .business-content span{color: #0b6bb5;}
.business-section p{font-size: 1rem;text-align: center;color: #7e7e7e;}



.btn-blue{background:transparent;border: 2px solid #1378be;transition: ease all 0.5s;}
.btn-blue:hover{background: #1378be;color: #fff;transition: ease all 0.5s;}
.btn-white{background:transparent;border: 2px solid #fff;transition: ease all 0.5s;color:#fff}
.btn-white:hover{background: #fff;color: #000;transition: ease all 0.5s;}
.btn-violet{background:transparent;border: 2px solid #b43e6a;transition: ease all 0.5s;color:#b43e6a}
.btn-violet:hover{background: #b43e6a;color: #fff;transition: ease all 0.5s;}


.bg-images {position: absolute;left: 0;top: 0;right: 0;bottom: 0;overflow: hidden;z-index: 0;}
.bg-images img {border-radius: 0;min-height: 100%;min-width: 100%;position: relative;height: 100%;object-fit: cover;-webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); top: 50%; left: 50%;}
.panelBox{height: 290px;}

.videoThumb{}
.videoThumb{cursor:pointer;position: relative;margin-bottom:10px}
.videoThumb a:before{background:url(/images/MangaloreAirport/video-button.png);position:absolute;content:"";display:block;-webkit-transform: translate(12%, -6%);transform: translate(12%, -6%);width: 78px;height: 78px;left: 40%;top: 30%;animation: pulse 1s;animation-iteration-count: infinite;background-repeat: no-repeat;}



.sectionTitle-violet{font-weight: 500;}

/*Featured Stories*/
.featured-stories{position:relative; display:block;}
.featured-stories p{font-size: 1.2rem;margin-top: 15px;}

/*News*/
.newsImg {
    height: 60px;
    overflow: hidden;
    vertical-align: top;
    padding-top: 3px;
}
.newsImg img{width:100%;}
.newsDetails {
    vertical-align: top;
    padding-left: 15px;
}
.newsBrief {
    color: #5b5b5b;
    line-height: 1.2;
	font-size: 14px;
}
.newsDate {
    color: #b43e6a;
    margin-top: 5px;
    font-size: 0.9rem;
}

/*Resources*/
#resources img{width:auto;margin-left: auto;margin-right: auto;}
.resourceItem{display:block;}
.resourceItem:hover .py-2{color: #0b6bb5;}
.resourceItem > div:nth-child(1){text-align: center;color: #000;min-height: 70px;}
.resourceItem > div:nth-child(2){text-align: center;color: #000;}

/*Footer*/
.footerArrow {
    position: absolute;
    background: #a3a3a3;
    color: #fff;
    width: 40px;
    height: 40px;
    right: 4%;
    top: -10px;
    font-size: 1.5rem;
    text-align: center;
    padding-top: 3px;
    cursor: pointer;
}

    .footerArrow:before {
        content: "";
        position: absolute;
        left: -20px;
        top: 0;
        display: block;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-left: 10px solid transparent;
        border-right: 10px solid #7a7a7a;
    }
	
.section-growth{display: block;position: relative;padding: 2rem 0px 0rem 0px;background: #cde1ea;}
.section-growth .container{position:relative;}
.section-growth .sectionTitle{font-size: 3rem;color: #b43e6a;margin-bottom: 1rem;}

.businesses-block{padding: 3rem 0;}
.business-tile{transition: transform .3s;display: block;}
.business-tile:hover{transform: scale(1.02);box-shadow: 0 0px 4px #ccc;}
.business-thumb{overflow: hidden;height: 170px;margin-bottom: 10px;}
.business-thumb img{width:100%;}
.business-title{color: #1378be;padding: 10px 10px;font-size: 1rem;}
.business-title:after{border-top:3px solid #1378be; position:relative; display:block; content:"";width: 115px;margin-top: 10px;}
.business-desc{font-size: 14px;color: #000;min-height: 65px;padding: 10px 10px;}

.homeslider .slideitem{position:relative}
.homeslider-other{box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.4);}
.homeslider-other, .homeslider-other .bootstrape-stage-outer, .homeslider-other .bootstrape-item, .homeslider-other .bootstrape-item img{min-height:350px;object-fit: cover;}
.bannercontent{
	font-weight: bolder;
    position: absolute;
    top: 45%;
	color: #fff;
    width: 100%;
    text-align: left;
	z-index: 1;
	transform: translateY(-50%);
    }
.bannercontent__sub{-webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); top: 50%; left: 50%;}
.bannercontent__sub h1{text-align:center !important;}
.bannercontent .bannercontent_inner{width: 100%;padding: 4rem 0rem;text-align:left;max-width: 800px;}
.bannercontent p.bannerHeading{padding-left: 0px;color: #fff;font-size: 38px;text-align: left !important;text-align:left;font-weight:500;line-height: 42px;}
.bannercontent p.bannerHeading span{
    color: #fff;
    font-weight: 400;
}
.bannercontent h2{font-weight: 600;}
.bannercontent h2 span{
    color: #66ef79;
}
.bannercontent p{font-size: 22px;color: #fff;width: 60%;line-height:28px;font-weight: 300;padding: 1rem 0rem;} 
.bannercontent a{color: #fff; font-size: 20px; font-weight: 300;}
.bannercontent a:hover{}
.bannercontent a span{font-size: 12px; position: relative; top: -2px;transition: ease all 0.4s;left: 0px;}
.bannercontent a:hover span{transition: ease all 0.4s;left: 10px;}
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}
#other-ventures .bootstrape-prev span{color: #fff;font-size: 40px;line-height:55px;}
#other-ventures .bootstrape-next span{color: #fff;font-size: 40px;line-height:55px;}
#other-ventures a{color:#000;font-size: 14px;font-weight: 500;}
#other-ventures a:hover{color:#0b6bb5;}

.txt-left{text-align:left !important;}
.newsItem:hover .newsBrief{color: #0b6bb5;}

/*Backto Top*/
#back-to-top {
	transform: rotate(0deg);
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 9; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: rgba(23, 164, 146, 0.56); /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 10px 15px; /* Some padding */
    border-radius: 5px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
                    transition: ease-in all 0.2s;
}
#back-to-top:afte{content: ""; height: 0px; position: absolute; bottom: -6px; left: -8px; width: 70%; transform: rotate(20deg); box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.32);}
#back-to-top:hover {    
	transition: ease-in all 0.2s;
    background-color: rgba(23, 164, 146, 1); /* Add a dark-grey background on hover */
    transform: rotate(0deg);
}
#back-to-top:hover:after{display:none;}
.desktop-none {display:none;}
/*Fixed header*/
.nav-up {
  top: -40px;
}
.nav-down{position: fixed;transition: top 0.2s ease-in-out;width: 100%;    z-index: 999;}
.sticky-header {
	box-shadow: 0px 1px 8px rgba(0,0,0,0.4);
	position: fixed;
    top: 0px !important;
	z-index:9;    background: #fff;
	padding-top: 0px !important; transition: ease all 0.3s;
}
.sticky-header .nav-item .nav-link{transition: ease padding 0.3s;}
.sticky-header .navbar-brand img{width: auto;transition: ease all 0.5s;}
.navPanel .navbar-brand .col-5 img:first-child{opacity: 0; transition: ease all 0.6s; display: none;}
.navPanel .navbar-brand .col-5 img:last-child{}
.navPanel.sticky-header .navbar-brand .col-5 img:first-child{opacity: 1; transition: ease all 0.6s; display: block;}
.navPanel.sticky-header .navbar-brand .col-5 img:last-child{opacity: 0; transition: ease all 0.6s; display: none;}
.navPanel .navbar-brand img, .navPanel .navbar-brand svg{width: auto;position: relative;}
.navPanel .navbar-brand svg .st1, .navPanel .navbar-brand svg .st2, .navPanel .navbar-brand svg .st3, .navPanel .navbar-brand svg .st4, .navPanel .navbar-brand svg .st0{fill:#fff;}
.sticky-header .navbar-brand svg .st1, .sticky-header .navbar-brand svg .st2, .sticky-header .navbar-brand svg .st3, .sticky-header .navbar-brand svg .st4, .sticky-header .navbar-brand svg .st0{}
.sticky-header .navbar-brand .col-5:after{content:"";height: 100%; position: absolute; width: 1px; background: #000 !important;right: 0px;}
.navPanel .navbar-brand .col-5:after{content:"";height: 100%; position: absolute; width: 1px; background: #fff;right: 0px;top: 0px;}
.navPanel .navbar-brand p{color: #fff; font-weight: 600; font-size: 18px;padding-top: 0px;}
.navPanel .navbar-brand p span{font-size: 12px; font-weight: 400;line-height: 15px;}
.navPanel .navbar-brand-secondary img{width: 200px;}
.headerSec-inner .navbar-brand img:first-child{opacity: 1 !important; display: block !important;}
.headerSec-inner .navbar-brand img:last-child{opacity: 0 !important; display: none !important;}

/*Loader*/
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  overflow: hidden;
}
.no-js #loader-wrapper {
  display: none;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #17b779;
  -webkit-animation: spin 1.7s linear infinite;
          animation: spin 1.7s linear infinite;
  z-index: 11;
}
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #1378be;
  -webkit-animation: spin-reverse .6s linear infinite;
          animation: spin-reverse .6s linear infinite;
}
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f04c23;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 100%;
  height: 50%;
  background: #222;
  z-index: 10;
}

#loader-wrapper .loader-section.section-left {
  left: 0;
}

#loader-wrapper .loader-section.section-right {
  right: 0;
}

/* Loaded styles */
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  transition: all 0.3s 1s ease-out;
}


/*Responsive Vimeo VIdeo*/
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}


.nav-sublink{
padding: 5px 10px;	
}
.nav-sublink a{
	color:#000;
	font-size: 14px;
}
.nav-sublink a:hover{color:#1378be;}
.menu-thumb{width: 300px;margin-left: auto;}
.menu-thumb img{transform: scale(1.0);transition: ease all 0.3s;}
.menu-thumb:hover img{transform: scale(1.02);transition: ease all 0.3s;}
.homeslider .bootstrape-item .item video, .homeslider .bootstrape-item .item img {
    min-width: 100%;
    min-height: 100%;
	width: 100%;
}
.homeslider{background:#000;}
.homeslider .bootstrape-item .item{
	/* height: 50vw; */
}
/* .homeslider{height: 40vw; overflow: hidden;} */
/* .homeslider .bootstrape-item .item{height: 40vw;} */
.homeslider .bootstrape-item .item > img {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    z-index: -1;
	top: 0%;
	opacity: 1;
	height: 45vw;
}
.fixed-img {
    position: fixed !important;
    top: 0;
    z-index: 0;
}
.topMenu {
    margin: 0;
    padding: 7px 0 4px 0;
    font-size: 0.9rem;
}

    .topMenu li {
		padding: 8px 0px 8px 5px;
        list-style: none;
        display: inline-block;
    }

        .topMenu li a {
            color: #353535;
        }

        .topMenu li > a:hover {
            text-decoration: none;
            opacity: 0.8;
        }
.searchIcon{padding: 24px 0px;}
.searchIcon i{color:#474747;}
.ft-policy-links{display: inline-block;}
.ft-social{display: inline;position: relative;top: 10px;}
.ft-social li{display: inline-block;text-align: left;width: 22px;margin-left: 0px;}
.ft-social li a{padding: 0px; width: auto; height: auto; background: transparent;color: #179e96;}
.ft-social li a:hover{opacity:0.6;}

/*Footer Form*/
.footerPanel2 .form-control{background: #f6f6f6;border: 0px;}

.txt-lg {
    font-size: 1.5rem;
}
.section-heading {font-size: 36px; margin-bottom: 28px; line-height: 50px; font-weight: 500;}


.signature{font-size: 1.3rem;}
@font-face {
font-family: 'Celine Dion Handwriting';
font-style: normal;
font-weight: normal;
src: local('Celine Dion Handwriting'), url('/styles/webfonts/Celine_Dion_Handwriting.woff') format('woff');
}
.signature span{font-family: 'Adani-Regular';font-size: 12px;display: block;}
.chairman-box a{font-size: 12px;}

.news-updates{padding-left: 38px;position:relative;}
.news-updates li{margin-bottom: 15px;font-size: 14px;}
.news-updates li:before{background-image:url(/images/MangaloreAirport/news-icon.png); content:""; display:block; position: absolute;width: 35px;height: 30px;left: 0px;background-repeat: no-repeat;}
.box-shadow{box-shadow: 0px 0px 11px -8px #000;}
.btn-gradient{background: rgba(27,159,148,1);color:#fff !important;
min-width: 140px;
background: -moz-linear-gradient(left, rgba(27,159,148,1) 0%, rgba(49,109,179,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(27,159,148,1)), color-stop(100%, rgba(49,109,179,1)));
background: -webkit-linear-gradient(left, rgba(27,159,148,1) 0%, rgba(49,109,179,1) 100%);
background: -o-linear-gradient(left, rgba(27,159,148,1) 0%, rgba(49,109,179,1) 100%);
background: -ms-linear-gradient(left, rgba(27,159,148,1) 0%, rgba(49,109,179,1) 100%);
background: linear-gradient(to right, rgba(27,159,148,1) 0%, rgba(49,109,179,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b9f94', endColorstr='#316db3', GradientType=1 );transition: ease all 0.3s;}
.btn-gradient:hover, .btn-gradient:active, .btn-gradient:focus{
	background: rgba(47,111,176,1) ;
background: -moz-linear-gradient(left, rgba(47,111,176,1) 0%, rgba(93,177,136,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(47,111,176,1)), color-stop(100%, rgba(93,177,136,1)));
background: -webkit-linear-gradient(left, rgba(47,111,176,1) 0%, rgba(93,177,136,1) 100%);
background: -o-linear-gradient(left, rgba(47,111,176,1) 0%, rgba(93,177,136,1) 100%);
background: -ms-linear-gradient(left, rgba(47,111,176,1) 0%, rgba(93,177,136,1) 100%);
background: linear-gradient(to right, rgba(47,111,176,1) 0%, rgba(93,177,136,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f6fb0', endColorstr='#5db188', GradientType=1 );
transition: ease all 0.3s;color: #fff;
}
.heading {
	padding-left: 1.5rem;
    border-left: 5px solid #18A790;
    font-size: 28px;
}
.border-l{border-left: 5px solid #0098CE;}
.top-submenu{display: flex;}
.sticky-header .top-submenu{display:none;transition: ease all 0.3s;}
.sticky-header .navbar-brand img{transition: ease all 0.3s;filter: brightness(1);}
.sticky-header .navbar-brand-secondary img{transition: ease all 0.3s;top: 6px;position: relative;}
.sticky-header .mainmenu{height: 100%;padding: 5px 0px;}
.mainmenu .navbar-toggler{position: absolute;right: 0px;top: 2px;}
#sustanibility .bootstrape-item img{transform: scale(1.0);transition: ease all 1s;}
#sustanibility .bootstrape-item .item:hover img{transform: scale(1.1);transition: ease all 1s;}
.nav-bg-gray{background: #f8f8f8;}
.btn-menu i{color:#fff;}
.ceo-img:before{content: "";
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 22px solid #ececee;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    left: -16px;
    top: 10px;}
.businesses-block .form-control option{color: #000;}
.sustainability-v:before{border-left: 14px solid transparent;border-right: 14px solid transparent;border-bottom: 22px solid #fff;position:absolute; display:block;content:"";top: -21px;right: 15px;}
.sustainability-h:before{border-left: 14px solid transparent;border-right: 14px solid transparent;border-bottom: 22px solid #fff;position:absolute; display:block;content:"";top: 15px;left: -23px;-ms-transform: rotate(-90deg);-webkit-transform: rotate(-90deg);transform: rotate(-90deg);}


/*Video*/
.video-section{position:relative;}
.video-section img{cursor:pointer;}
.video-section:before{content:"\f04b";position:absolute;font-family: 'Font Awesome 5 Free';font-weight:700;display: inline;border: 2px solid #fff;padding: 9px 20px;border-radius: 100%;top: 50%;left: 50%;color: #fff;font-size: 35px;cursor: pointer;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
.video-content a{color: #1b9e95;font-size: 12px;}
.video .modal-content{}
.video button.close {position: absolute;right: 0px;top: -30px;font-size: 25px;color: #fff;opacity: 1;outline: 0;font-weight: 400;}
.video .modal-body {padding: 5px;}
.home-video-thumb{width: 390px;position: absolute;bottom: 50px;right: 0px;}
.home-video-thumb .bootstrape-item .item img{border: 2px solid #fff;}


/*Home Video Thumb Carousel*/
.home-video-thumb .bootstrape-dots{padding: 20px 0px 0px 0px;}
.home-video-thumb .bootstrape-dot span{border-radius: 0px;}
.home-video-thumb .bootstrape-dots .active span{background:#006db7}
.home-video-thumb .bootstrape-dots span:hover{background:#006db7}
.home-video-thumb .bootstrape-prev{position: absolute;left: 0px;background: #fff !important;width: 45px;border-radius: 100%; outline:0;box-shadow: 0px 1px 1px #b1b1b1;left: -21px;}
.home-video-thumb .bootstrape-prev span{font-size: 30px;color: #000;}
.home-video-thumb .bootstrape-next{position: absolute;right: 0px;background: #fff !important;width: 45px;border-radius: 100%;outline:0;box-shadow: 0px 1px 1px #b1b1b1;right: -21px;}
.home-video-thumb .bootstrape-next span{font-size: 30px;color: #000;}
.home-video-thumb .bootstrape-nav{position: absolute;top: 55%;}
.video-content{background:#fff;}
.video-main{position:relative;}
.home-video-thumb{width: 390px;position: absolute;bottom: 0px;left: -40px;}
.home-video-thumb.sync2__left{width: 390px;position: absolute;bottom: 0px;right: -10rem; left: auto;}
.home-video-thumb .bootstrape-item .item{}
.home-video-thumb .bootstrape-item .item img{border: 2px solid transparent;border-bottom: 0px;}
.home-video-thumb .gallery-item img{width: 210px !important;border: 2px solid #fff;}
.content-header__main{}

.video-wrapper {
    position: relative;
}

.video-wrapper > video {
    width: 100%;
    vertical-align: middle;
}

.video-wrapper > video.has-media-controls-hidden::-webkit-media-controls {
    display: none;
}

.video-overlay-play-button {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10px calc(50% - 50px);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0.95;
    cursor: pointer;
    transition: opacity 150ms;
	background-color: rgba(0, 0, 0, 0.38);;
}

.video-overlay-play-button:hover {
    opacity: 1;
}

.video-overlay-play-button.is-hidden {
    display: none;
}
.banner-content{position: absolute;top: 70%;width: 100%;text-align: center;}
.banner-content h2{font-size: 2.5rem;color: #fff;font-weight: 600;margin-bottom: 10px;}
.banner-content p{font-size: 1.2rem;color: #fff;}


.txt-xs{font-size:12px;}
.txt-sm{font-size:18px !important;}
.txt-md{font-size:20px !important;}
.txt-lg{font-size:26px !important;}

/*bootstrape Single Item*/
.single-item .bootstrape-dots{text-align:right;}
.single-item .bootstrape-dots .bootstrape-dot span{width: 40px;height: 5px;}

/*bootstrape 3 Items*/
.three-item .bootstrape-nav{top: 50%;-webkit-transform: translate(0%, -50%);transform: translate(0%, -50%);}
.three-item .bootstrape-nav .bootstrape-prev{background: transparent !important;left: -30px;position: relative;font-size: 3rem !important;}
.three-item .bootstrape-nav .bootstrape-next{background: transparent !important;right: -30px;position: relative;font-size: 3rem !important;}
.three-item .bootstrape-nav .bootstrape-prev:hover, .three-item .bootstrape-nav .bootstrape-next:hover{color: #9a9a9a !important;}


.achieve-icn{text-align: center;}
.achieve-icn img{transform: scale(1.0);transition: ease all 1s;}
.achieve-block:hover .achieve-icn img{transform: scale(1.1);transition: ease all 1s;}
.achieve-description{text-align: center;font-size: 15px;min-height: 100px;line-height: 1.3;}
.bg-op-image .bg-images{opacity:0.2;}


/*Business Inner Breadcrumb*/
.breadcrumb-b-inner{position: absolute;width: 100%;top: 30px;z-index: 9;}
.breadcrumb-b-inner ul{margin-bottom: 10px;}
.breadcrumb-b-inner ul li{display: inline-block;}
.breadcrumb-b-inner ul li a{color:#fff;transition: ease all 0.3s;}
.breadcrumb-b-inner ul li a:hover{color:rgba(255, 255, 255, 0.76);transition: ease all 0.3s;}
.breadcrumb-b-inner ul li:nth-child(odd):after{content:">"; display:inline-block; position:relative;color:#fff;position: relative;top: 2px;margin: 0px 5px;}
.breadcrumb-b-inner h1{color:#fff;font-size: 1.5rem;}
.search-main{position: absolute;width: 100%;left: 0px;height: 100%;z-index: 9;opacity:0;}
.search-main form{height: 100%;}
.search-main form input{height: 100%;padding: 10px 20px;font-size: 2rem;transition: ease all 0.5s;border: 0px;}
.search-main{display:none;}


.viewall{color: #007ea8;font-size: 12px;margin-top: 10px;cursor:pointer;display: inline-block;}
.viewall:hover{color: #1a727e;}
.terms-link{}
.terms-link li{}
.terms-link li:after{content:"|";position:relative;margin: 0px 10px;top: 2px;}
.terms-link li:nth-child(3):after{display:none;}
.sitemap-link{color: #fff;text-align: left;cursor:pointer;}
.sitemap-link a:hover{color:#fff;}
.sitemap-link i{float: right;position: relative;top: 5px;}
.bg-gradient{background: rgba(27,159,148,1);color: #fff;
    background: -moz-linear-gradient(left, rgba(27,159,148,1) 0%, rgba(49,109,179,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(27,159,148,1)), color-stop(100%, rgba(49,109,179,1)));
    background: -webkit-linear-gradient(left, rgba(27,159,148,1) 0%, rgba(49,109,179,1) 100%);
    background: -o-linear-gradient(left, rgba(27,159,148,1) 0%, rgba(49,109,179,1) 100%);
    background: -ms-linear-gradient(left, rgba(27,159,148,1) 0%, rgba(49,109,179,1) 100%);
    background: linear-gradient(to right, rgba(27,159,148,1) 0%, rgba(49,109,179,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b9f94', endColorstr='#316db3', GradientType=1 );}
	
.arrow{}
.arrow .fa{background: #fff;padding: 10px 12px;border-radius: 100%;box-shadow: 0px 1px 1px #b1b1b1;}
.hmBusPort {
    max-width: 435px;
    width: 100%;
    margin: 15px auto;
    position: relative;
    min-height: 445px;
}
.hmBusPort .busBox {
    width: 253px;
    height: 220px;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
}
.hmBusPort .busImg_01 {
    background: url(..//images/MangaloreAirport/Agrilogistics/buss_01.png) no-repeat;
    left: 52px;
}
    .hmBusPort .busImg_02 {
        background: url(..//images/MangaloreAirport/Agrilogistics/buss_02.png) no-repeat;
        left: 225px;
        top: 60px;
    }
    .hmBusPort .busImg_03 {
        background: url(..//images/MangaloreAirport/Agrilogistics/buss_03.png) no-repeat;
        left: 245px;
        top: 195px;
    }
    .hmBusPort .busImg_04 {
        background: url(..//images/MangaloreAirport/Agrilogistics/buss_04.png) no-repeat;
        left: 83px;
        top: 285px;
    }
    .hmBusPort .busImg_05 {
        background: url(..//images/MangaloreAirport/Agrilogistics/buss_05.png) no-repeat;
        left: 0;
        top: 135px;
    }
.hmBusPort .busImg_Text:hover {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
}
.hmBusPort .busBox:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    z-index: 9;
}
#about-banner{background:#000;}
#about-banner, #about-banner .item, #about-banner .item img{min-height: 400px;height: 40vw;}
#about-banner .item img{opacity: 1;}
.img-left-btm{position: absolute;left: 0;top: 0;right: 0;bottom: 0;overflow: hidden;z-index: 0;}
.img-left-btm img{position: absolute;right: 0px;bottom: 0px;z-index: 0;}
.mainSlider{position:relative; display:block;}
.mainSlider .container-fluid{position:relative;}

/*Inner breadcrumb*/
.breadcrumb-slider{position:relative;background:#000;}
.breadcrumb-slider img{opacity:0.8;width:100%;}
.breadcrumb-sl-inner{position: relative;width: 100%;z-index: 9;top: 0px;background: #F4EFEC; padding: 10px 0px;box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);}
.breadcrumb-sl-inner_contact{background: #F4EFEC; box-shadow: 0px 0px 0px 0px #fff;padding-top: 12rem;}
.breadcrumb-sl-inner ul{}
.breadcrumb-sl-inner ul li{color: #000;display: inline-block;}
.breadcrumb-sl-inner ul li:nth-last-child(1):after{content:" "}
.breadcrumb-sl-inner ul li:after{content:"\f101";padding:0px 10px;display: inline-block; position:relative;font-family: 'Font Awesome 5 Free';font-weight: 900;color: #000;}
.breadcrumb-sl-inner ul li a:hover{color: #4e4e4e;text-decoration: underline;}
.breadcrumb-sl-inner ul li a{color: #000; text-transform: capitalize; font-size: 16px; line-height: 22px; text-shadow: 0 0 black;}
.image-banner{max-height: 450px;overflow: hidden;position: relative;}
.image-banner > div{left: 0%;top: 50%;-webkit-transform: translate(0%, -50%);transform: translate(0%, -50%);position: absolute;width: 100%;text-align:center;}
.image-banner > div h1{width: 50%;text-align:left;font-weight: 500;color:#fff;font-size: 2.2rem;text-shadow: 0px 0px 6px #000, 0px 0px 6px #000;}
.slider-content{}
.slider-content img{}
.slider-content > div{position: absolute;width: 100%;bottom: 0px;}
.slider-content .container-fluid{background: rgba(0, 0, 0, 0.5);padding: 3rem 3rem;}
.slider-content p{border-left: 3px solid #fff;padding-left: 15px;color: #fff;font-size: 24px;}
.chairman-box a{color:#fff;}
.chairman-box a:hover{color:#fff;text-decoration:underline;}
.vertical-fourth{position: absolute;width: 100%;top: 20%;}
.heading-w{border-left: 5px solid #fff;font-size: 22px;}
.single-slide .bootstrape-dots{padding: 20px 0px 0px 0px;}
.single-slide .bootstrape-dot span{border-radius: 0px;}
.single-slide .bootstrape-dots .active span{background:#006db7}
.single-slide .bootstrape-dots span:hover{background:#006db7}
.single-slide .bootstrape-prev{position: absolute;left: -15px;background: #fff !important;width: 45px;border-radius: 100% !important;outline:0;box-shadow: 0px 1px 1px #b1b1b1;height: 45px;}
.single-slide .bootstrape-prev span{font-size: 30px;color: #000;}
.single-slide .bootstrape-next{position: absolute;right: -27px;background: #fff !important;width: 45px;border-radius: 100% !important;outline:0;box-shadow: 0px 1px 1px #b1b1b1;height: 45px;}
.single-slide .bootstrape-next span{font-size: 30px;color: #000;}
.single-slide .bootstrape-nav{position: absolute;width: 100%;top: 50%;margin-left: 0rem;}
.single-slide .bootstrape-nav .bootstrape-prev:hover, .single-slide .bootstrape-nav .bootstrape-next:hover{color:#000 !important;}
.single-slide .item{position:relative;}
.single-slide .bootstrape-nav .bootstrape-prev{top: -25px;width: 30px !important;height: 30px !important;opacity: 0.7;}
.single-slide .bootstrape-nav .bootstrape-next{
    position: absolute;
    right: -15px;
    top: -25px;
    width: 30px !important;
    height: 30px !important;
    opacity: 0.7;
}

.s-border-left{position:relative;}
.s-border-left:before{content:""; display:block; position:absolute;background: rgba(49,110,179,1);
background: -moz-linear-gradient(45deg, rgba(49,110,179,1) 0%, rgba(26,163,147,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(49,110,179,1)), color-stop(100%, rgba(26,163,147,1)));
background: -webkit-linear-gradient(45deg, rgba(49,110,179,1) 0%, rgba(26,163,147,1) 100%);
background: -o-linear-gradient(45deg, rgba(49,110,179,1) 0%, rgba(26,163,147,1) 100%);
background: -ms-linear-gradient(45deg, rgba(49,110,179,1) 0%, rgba(26,163,147,1) 100%);
background: linear-gradient(45deg, rgba(49,110,179,1) 0%, rgba(26,163,147,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#316eb3', endColorstr='#1aa393', GradientType=1 );width: 5px;height: 100%;}
.s-border-left > div{padding-left: 10px;}
.carousel-box{min-width: 450px;position: absolute;background: #fff;right: 0px;top:50%;-webkit-transform: translate(0%, -50%);transform: translate(0%, -50%);}
.ul-bullets{padding-left: 20px;}
.ul-bullets li{list-style-type: disc;color: #000;}
ul li{color: #6F6F6F;}
.ul-alpha li{list-style-type: lower-alpha !important;}
.ul-numbers li{list-style-type: decimal !important;}
.business-carousel .bootstrape-nav{width: 80px;right: 0px;height: 100%;height: 100%;top: 2%;-webkit-transform: translate(0%, 2%);transform: translate(0%, 2%);}
.business-carousel .bootstrape-nav .bootstrape-prev, .business-carousel .bootstrape-nav .bootstrape-next{border-radius: 0px !important; background:#fff !important;border: 1px solid #ccc !important;    width: 35px !important;height: 35px !important;}
.business-carousel .bootstrape-nav .bootstrape-next{}


.breadcrumb-sublayout-ul a{color: #000;}
.breadcrumb-sublayout-ul a:hover{color: #656565;}
.breadcrumb-sub-layout{}
.breadcrumb-sub-layout h1{margin-top: 20px;text-transform: capitalize; margin-bottom: 10px;}
.contact-form{background:#fff;}



/*Other Ventures Carousel*/
#other-ventures{padding: 15px 0px 0px 0px;position:relative;}
#other-ventures h5{text-align: center;line-height: 60px;font-size: 1.25rem;}
#other-ventures .bootstrape-dots{padding: 20px 0px 0px 0px;}
#other-ventures .bootstrape-dot span{border-radius: 0px;}
#other-ventures .bootstrape-dots .active span{background:#006db7}
#other-ventures .bootstrape-dots span:hover{background:#006db7}
#other-ventures .bootstrape-prev{position: absolute;left:-40px;background: transparent;}
#other-ventures .bootstrape-prev span{font-size: 30px;color: #000;padding: 2px 15px;}
#other-ventures .bootstrape-next{position: absolute;right:-40px;background: transparent;}
#other-ventures .bootstrape-next span{font-size: 30px;color: #000;padding: 2px 15px;}
#other-ventures .bootstrape-nav{position: absolute;top: 30%;-webkit-transform: translate(0%, -50%);transform: translate(0%, -50%);}

.boxzoom{transition: ease all 0.5s;transform: translateY(0px) scale(1.0);}
.boxzoom:hover{transition: ease all 0.5s;transform: translateY(0px) scale(1.01);-webkit-box-shadow: 0 14px 24px rgba(62,57,107,.2);box-shadow: 0 14px 24px rgba(62,57,107,.2);}

.breadcrumb-sublayout-ul a{color: #000;text-transform: capitalize;}
.breadcrumb-sublayout-ul a:hover{color: #656565;}
.breadcrumb-sub-layout{}
.breadcrumb-sub-layout h1{margin-top: 20px;text-transform: capitalize; margin-bottom: 10px;}

.breadcrumb-sublayout-ul{}
.breadcrumb-sublayout-ul li{color: #000;display: inline-block;}
.breadcrumb-sublayout-ul li:nth-child(1):before{content:" "; display:none;}
.breadcrumb-sublayout-ul li:before{
    content: "\f105";
    padding-right: 10px;
    display: inline-block;
    position: relative;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    top: 2px;
    margin-left: 5px;
    }
.breadcrumb-sublayout-ul a{color: #000;text-transform: capitalize;}
.breadcrumb-sublayout-ul a:hover{color: #656565;}
.breadcrumb-sub-layout{}
.breadcrumb-sub-layout h1{margin-top: 20px;text-transform: capitalize; margin-bottom: 10px;}

.social-icons{}
.social-icons li{display: inline-block;}
.social-icons li i{}
.social-icons li a{color:#000;font-size: 2rem;}
.social-icons li a:hover{color: #2f71b1;transition:ease all 0.3s;}

.v-filter{position: relative;text-align: right;}
.v-filter ul li{cursor:pointer;color: #a7a7a7;}
.v-filter ul li.active{color: #000;}
.v-filter ul li{display: inline-block;position:relative;padding: 0px 17px 0px 15px;}
.v-filter ul li:nth-child(1):after{content: "";position: absolute;height: 25px;width: 2px;background: #000;display: block;top: 0px;right: 0px;}
.v-filter ul li:nth-child(2):after{content: "";position: absolute;height: 30px;width: 0px;background: #000;display: block;top: 0px;right: 0px;}

.scroll-down{position: absolute;right: 60px;bottom:10px;z-index: 2;cursor: pointer;width: 50px;margin-left: auto;margin-right: auto;padding-top: 0px;height: 130px;}
.scroll-down__sub{width: 100%; left: 0px; text-align: center;}
.scroll-down__sub span{margin-left: auto; margin-right: auto;}
.scroll-down span{display: block;line-height: 12px;font-size: 2.5rem;width: 2rem;height: 2rem;border-left: .2rem solid #fff;border-bottom: .2rem solid #fff;-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}
.scroll-down span:nth-child(1){position: relative; top: 30px;}
.scroll-down span:nth-child(2){position: relative;top: 12px;}
.scroll-down span:nth-child(3){position: relative;top: -5px;}
.scroll-down span:nth-child(4){position: relative;top: -22px;}
.scroll-down span:nth-child(5){position: relative;top: -40px;}

.blink {
  -webkit-animation-name: blink;
     -moz-animation-name: blink;
       -o-animation-name: blink;
          animation-name: blink;
  -webktit-animation-timing-function: linear;
      -moz-animation-timing-function: linear;
        -o-animation-timing-function: linear;
           animation-timing-function: linear;
  -webkit-animation-duration: 2s;
     -moz-animation-duration: 2s;
       -o-animation-duration: 2s;
          animation-duration: 2s;
}

.blink-infinite {
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;

}

.blink-1 {
  -webkit-animation-duration: 2.0s;
     -moz-animation-duration: 2.0s;
       -o-animation-duration: 2.0s;
          animation-duration: 2.0s;
}
.blink-2 {
  -webkit-animation-duration: 1.9s;
     -moz-animation-duration: 1.9s;
       -o-animation-duration: 1.9s;
          animation-duration: 1.9s;
}
.blink-3 {
  -webkit-animation-duration: 1.8s;
     -moz-animation-duration: 1.8s;
       -o-animation-duration: 1.8s;
          animation-duration: 1.8s;
}
.blink-4 {
  -webkit-animation-duration: 1.7s;
     -moz-animation-duration: 1.7s;
       -o-animation-duration: 1.7s;
          animation-duration: 1.7s;
}
.blink-5 {
  -webkit-animation-duration: 1.6s;
     -moz-animation-duration: 1.6s;
       -o-animation-duration: 1.6s;
          animation-duration: 1.6s;
}


@-webkit-keyframes blink {
  50% {
    opacity: 0;
  }
}
@-moz-keyframes blink {
  50% {
    opacity: 0;
  }
}
@-o-keyframes blink {
  50% {
    opacity: 0;
  }
}
@keyframes blink {
  50% {
    opacity: 0;
  }
}

.homeslider .bootstrape-dots .bootstrape-dot span{background: #fff;border-radius: 0px;}
.homeslider .bootstrape-dots .bootstrape-dot.active span, .bootstrape-theme .bootstrape-dots .bootstrape-dot:hover span{background: #18a790;}
.homeslider .bootstrape-dots{position:absolute;left: 50%;top: 98%;-webkit-transform: translate(-50%, -98%);transform: translate(-50%, -98%);margin-top:6px !Important;}

.stats-icon{}
.stats-icon h3{
    color: #0097c9;
    font-weight: 700;
}
.stats-icon p{
    font-size: 1.3rem;
}
.storiesofchange{}
.storiesofchange_sub{position: relative;background: #000;padding: 8rem 2rem;height: 100%;}
.storiesofchange_sub img{opacity:0.3;}
.storiesofchange_sub .storiesofchange_sub-inner{position: relative;max-width: 520px;margin-left: auto;}
.storiesofchange_sub .storiesofchange_sub-inner h2{
    color: #fff;
    font-weight: 600;
    margin-bottom: 1rem;
}
.storiesofchange_sub .storiesofchange_sub-inner p{
    color: #fff;
    width: 70%;
}
.storiesofchange_sub .storiesofchange_sub-inner a, .heroesatwork .heroesatwork-block a{
    color: #fff;
    border: 1px solid #fff;
    padding: 0.8rem 1.5rem;
    transition:ease all 0.5s;
    font-weight: 600;
}
.storiesofchange_sub .storiesofchange_sub-inner a:hover, .heroesatwork .heroesatwork-block a:hover{background:#fff;color:#0097c9;transition:ease all 0.5s;}

.storiesofchange_sub__sidebar-img{
    height: 100%;
}
.storiesofchange_sub__sidebar-img img{
    height: 100%;
	width:100%;
}
.storiesofchange_sub__sidebar-content{height:100%;padding: 1.2rem 1.2rem;}
.storiesofchange_sub__sidebar-content:hover div{opacity: 0.85;}
.storiesofchange_sub__sidebar-content.blue-block:before{content:"\f0d9";font-family: 'Font Awesome 5 Free';font-weight: 900;color: #0099cb;font-size: 3rem;position: absolute;left: -15px;z-index: 9;}
.storiesofchange_sub__sidebar-content.green-block:before{content:"\f0da";font-family: 'Font Awesome 5 Free';font-weight: 900;color: #33a142;font-size: 3rem;position: absolute;right: -15px;z-index: 9;}

.storiesofchange_sub__sidebar-content h3{
    color: #fff;
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 1rem;
}
.storiesofchange_sub__sidebar-content p{
    color: #fff;
	font-size: 14px;
}
.blue-block{
    background: #0099cb;
}
.green-block{
    background: #33a142;
}
.white-block{
    background: #fff;
}
.txt-green{color: #179E96 !important;font-size: 1rem;}
.txt-red{color: #BA3030;font-size: 1rem;}

.field-validation-error{color:red;font-size: 14px;}

.tab-content {
    padding: 1rem 0rem;
    border-top: none;
}

.work-block{transform: translateY(0px) scale(1); transition: ease all 0.3s;}
.work-block_img{max-height: 200px;overflow: hidden;}
.work-block_img img{width: 100%;min-width: 460px;transition: ease all 0.5s;position: relative;}
.work-block_content{
	margin-bottom: 2rem;
    padding: 1rem 1rem;
}
.work-block_content.white-block h3, .work-block_content.white-block p{color:#000;}
.work-block_content.green-block h3, .work-block_content.green-block p{color:#fff;}
.work-block_content.blue-block h3, .work-block_content.blue-block p{color:#fff;}
.work-block_content.white-block > div{border-color: #0099cb;}
.work-block_content.green-block > div{border-color: #fff;}
.work-block_content.blue-block > div{border-color: #fff;}
.work-block_content h3{
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.3rem;
}
.work-block_content p{
    font-size: 0.73rem;
}
.work-block_content > div{
    border-left: 3px solid;
    padding-left: 0.8rem;
}
.work-block:hover{transform: translateY(-5px) scale(1); transition: ease all 0.3s;-webkit-box-shadow: 0 14px 24px rgba(62,57,107,.2); box-shadow: 0 14px 24px rgba(62,57,107,.2);}
.work-block:hover .work-block_content{background:#fff;transition: ease all 0.3s;}
.work-block:hover h3, .work-block:hover p{color:#000;transition: ease all 0.3s;}
.work-block:hover .work-block_content > div{border-color: #0099cb;}
.work-block:hover .work-block_img img{transition: ease all 0.5s;}

.chairperson-section{position:relative;}
.chairperson-section .blue-block.p-4{border-radius: 8px;margin: 2.5rem 0rem !important;}
.chairperson-section h2{
    color: #fff;
    font-weight: 600;
}
.chairperson-section p{
    color: #fff;
	font-size: 14px;
}
.chairperson-section h3{font-weight: 500;color: #fff;font-size: 1.5rem;margin-top: 2rem;}

.awards-carousel{
    position: relative;
    height: 100%;
	min-height: 400px;
}
.awards-carousel .awards-carousel_thumb{
    overflow: hidden;
    position: relative;
    background: #000;
    height: 100%;
}
.awards-carousel .awards-carousel_thumb img{width: 100%;opacity: 0.7;height: 100%;}
.awards-carousel .awards-carousel_thumb:after{content:"";position: absolute;width: 100%;height: 0px;bottom: 20px;display: block;box-shadow: 0px 0px 52px 24px #000;}
.awards-carousel .awards-carousel_content{
    position: absolute;
    width: 100%;
    bottom: 0px;
    padding: 20px 20px;
}
.awards-carousel .awards-carousel_content h3:after{
	content:"";
	display: block;
	width: 150px;
	height: 3px;
	background: #fff;
	margin-top: 0.6rem;
}
.awards-carousel .awards-carousel_content h3{
	color: #fff;
	margin-bottom: 1rem;
	font-weight: 600;
	font-size: 1.5rem;
}
.awards-carousel .awards-carousel_content p{
    color: #fff;
    font-size: 1.4rem;
}

.media-release{
    background: #fff;
    padding: 20px 20px;
    height: 100%;
}
.media-release h3{margin-bottom: 1rem;font-weight: 600;font-size: 1.5rem;color: #0099cb;}
.media-release h3:after{content:"";width: 150px;height: 3px;background: #0099cb;display: block;margin-top: 0.6rem;}
.media-release ul{}
.media-release ul li{
	padding-left: 35px;
    margin-bottom: 1rem;
	position:relative;
}
.media-release ul li:before{content:"";background:url(..//images/MangaloreAirport/media-icon.png);position: absolute; height: 25px; width: 27px; display: inline-block; background-repeat: no-repeat;left: 0px;top: 5px;}
.media-release ul li a{
    color: #000;
    font-weight: 600;
	transition:ease all 0.5s;
}
.media-release ul li a:hover{
    color: #0099cb;
	transition:ease all 0.5s;
}
.media-release ul li a span{
    font-weight: 500;
    font-size: 0.8rem;
    color: #656565;
}
.media-release h3 a{font-size: 14px;color: #0098CE;}

.heroesatwork{}
.heroesatwork .heroesatwork-block{
    position: relative;
    background: rgba(0, 153, 203, 0.9);
    color: #fff;
    padding: 20px 20px;
    margin: 4rem 0rem 6rem 0rem;
}
.heroesatwork .heroesatwork-block h3{font-size: 2.25rem;margin-bottom: 1rem;}
.heroesatwork .heroesatwork-block h3 span{font-size: 2.5rem;font-weight: 600;margin-top: 0.5rem;}
.heroesatwork .heroesatwork-block p{font-size: 14px;}
.heroesatwork .heroesatwork-block a{}
.heroesatwork .item{min-height: 570px;}
.heroesatwork .bootstrape-nav{
    width: 110px;
    right: 0px;
    bottom: 30px;
    top: auto;
    -webkit-transform: translate(5%, 0%);
    transform: translate(-10%, 0%);
    right: 10%;
}
.heroesatwork .bootstrape-nav button{
    border: 2px solid #fff !important;
    border-radius: 100px;
    color: #fff !important;
    transition: ease all 0.5s;
}
.heroesatwork .bootstrape-nav button:hover{
    background: #0099cb;
    transition: ease all 0.5s;
}
.heroesatwork .bootstrape-nav button i{}
.heroesatwork .bootstrape-nav button.disabled{opacity: 0.6; cursor: not-allowed;}

.video button.close {
	font-weight: 300;
	position: absolute;
	right: 0px;
	top: -40px;
	font-size: 27px;
	color: #fff;
	opacity: 1;
	border: 2px solid transparent;
	border-radius: 100px;
	width: 30px;
	height: 30px;
	transition:ease all 0.5s;
}
.video button.close:hover{border: 2px solid #fff;transition:ease all 0.5s;-webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg);top: -43px;}
.video .modal-body{padding: 0px;box-shadow: 0px 0px 6px -1px #484848;}

.fixed-nav{box-shadow: 0px 0px 4px 0px #909090;}
.fixed-nav .navbar-brand img{
    top: 10px;
    max-width: 200px;
}
.fixed-nav .navbar{margin: 5px 0px 5px 0rem!important;transition: ease all 0.5s;}

.map-section{}
.map-section p{max-width: 85%;}
.map-section select{max-width: 250px;border: 1px solid #000; border-radius: 8px; font-weight: 600; color: #000;position:relative;}
.map-section select:after{content:"\f107";font-family: 'Font Awesome 5 Free'; font-weight: 900;}
.map {position: relative;}

.section-subheading{border-left: 5px solid #179E96; padding-left: 25px;color:#c1325f;font-size: 1.75rem;font-weight: 500;}

.collapse-tabs{margin-bottom: 1rem;}
.collapse-tabs button.collapsed{color: #000;}
.collapse-tabs button{color: #0098CE; font-size: 1.3rem; padding-left: 0px;}
.collapse-tabs button:hover, .collapse-tabs button:focus{color: #0098ce;text-decoration: none;}
.collapse-tabs .card{background:transparent;border: 0px;text-align: left;}
.collapse-tabs .card-header{padding: 0px; background: transparent; border: 0px; border-bottom: 1px solid #ccc;}
.collapse-tabs .collapse{font-size: 14px;}


.ourteam{}
.ourteam .b-o-director{height: 240px;}
.b-o-director{height: 200px;overflow: hidden;}
.b-o-director img{width: 100%;}
.directors-tile .card-body{min-height:100px;background: #F6F6F3;border-bottom: 5px solid #0098CE;}
.directors-tile .card-body h4{font-size: 14px; font-weight: 600; color: #000;}
.directors-tile .card-body p{font-size: 12px; color: #767676;}
.directors-tile{transform: translateY(0px) scale(1); transition: ease all 0.3s;}
.directors-tile:hover{transform: translateY(-5px) scale(1); transition: ease all 0.3s;}

.this-section{}
.this-section__thumb{margin-bottom: 1.5rem;}
.this-section__thumb img{}
.this-section__content{}
.this-section__content {}
.this-section__content h2{}
.this-section__content h3{font-size: 1.1rem;font-weight: 600;}
.this-section__content h3 span{font-weight: 400;}
.this-section__content p{font-size: 14px;}
.this-section .this-section__content p:first-child{}
.this-section .this-section__content p:nth-child(2){}
.this-section .this-section__content p:nth-child(3){}

.case-study{background: #f8f8f8;}
.case-study__icon{position: relative; width: 49px; height: 49px; margin-left: 10px; margin-top: 10px;}
.case-study__icon img{width:100%;}
.case-study h3{color: #0098CE; font-size: 1.5rem; font-weight: 600;}
.case-study > div > div p{color:#767676;}
.case-study > div > p{color:#363A3D;font-size: 14px;}
.case-study a{color:#0098CE;font-size: 14px;font-weight: 500;}
.case-study__thumb{max-height: 250px; overflow: hidden;}
.case-study__content .border-l{min-height:90px;}
.casestudy-selection{}
.casestudy-selection .custom-select{}
.casestudy-selection .custom-select option{background: #f8f8f8;font-size:12px;}

.imp-icon{text-align: center; font-size: 14px;transform: translateY(0px) scale(1.0); transition: ease all 0.6s;height: 100%; padding: 0px 6px;}
.imp-icon:hover{transform: translateY(-2px) scale(1.0); transition: ease all 0.6s;-webkit-box-shadow: 0 14px 24px rgba(62,57,107,.2); box-shadow: 0 14px 24px rgba(62,57,107,.2);}
.imp-icon:hover img{transform: translateY(0px) scale(1.1); transition: ease all 0.6s;}
.imp-icon img{max-width: 100px;}
.imp-icon p{font-weight: 400;font-size: 18px;}
.imp-icon p span{color:#39A047;font-weight: 600;}

.visit-website{position:relative;padding: 5rem 0rem;}
.visit-website h3{color:#fff;margin-bottom: 1.5rem;font-weight: 600;font-size: 2.1rem;}

.initiatives-section{padding: 3rem 2rem;position: relative;}
.initiatives-section h3{border-color: #fff;font-size: 2rem;}
.initiatives-section p{font-size:14px;}
.initiatives-section .container{position:relative;}

.education-sub{}
.education-sub p:nth-child(2){min-height: 150px;}

.form-section{}
.form-section input[type="text"], .form-section input[type="tel"], .form-section input[type="number"], .form-section input[type="email"]{font-size: 14px; padding: 10px 10px; border: 0px;background: #f4efec;}
.form-section textarea{font-size: 14px; padding: 10px 10px; border: 0px;background: #f4efec;}
.form-section select{font-size: 14px; padding: 8px 10px; border: 0px;height: 37px !important;background: #f4efec;}

.column{display:none;}
.show {display: block;}

.stories-inner__section{}
.stories-inner__section h1{color: #39A047; font-size: 2.65rem; font-weight: 600;}
.stories-inner__section h1 span{color: #363A3D; font-size: 2rem; position: relative;line-height: 37px; display: inline-block; margin-left: 10px;}
.stories-inner__section h1 span:before{content:"|";margin-right: 10px;}
.stories-inner__content{}
.stories-inner__content p{font-size: 16px; margin-bottom: 15px;color:#363A3D;}
.stories-inner__content strong, .stories-inner__content b{font-weight: 600;}
.stories-inner__content img{margin: 1.5rem 0rem;}
.stories-inner__content img:first-child{margin: 0rem 0rem 1.5rem 0rem;}
.stories-inner__sidebar{background:#ECECEC;height: 100%;padding: 15px;padding-bottom: 0px;}

.ul-share{margin-top: 1rem;margin-bottom: 1.5rem;}
.ul-share li{display: inline-block; padding: 0px 5px;}
.ul-share li a{background: #007bff; color: #fff; /* padding: 2px 10px; */ width: 25px; height: 25px; border-radius: 100px; display: block; text-align: center; font-size: 0.8rem;}
.ul-share li a:hover{background: #0059b9;}
.ul-share li a i{position: relative; top: 4px;}



.box-block{background: #fff;border: 1px solid #eaeaea;}
.box-block p a{color: #1aa393;font-size: 14px;transition: ease all 0.2s;}
.box-block p a:hover{color: #306eb2;transition: ease all 0.2s;text-decoration: underline;}

/*Media Section*/
.ul-media-section{padding-left: 30px;}
.ul-media-section li{font-size: 13px;margin-bottom: 10px;list-style-type: disc;}
.ul-media-section li p a{color:#000;}
.ul-media-section li p span{display: block;color: #9a9a9a;font-size: 12px;}
.ul-media-section a{color:#000;}
.ul-media-section a:hover{color: #306eb2;text-decoration: underline;}
.ul-policies-section {position:relative;padding-left: 38px;}
.ul-policies-section a{color:#000;}
.ul-policies-section a:hover{color:#007ea8;}
.ul-policies-section li{margin-bottom: 10px;}
.ul-policies-section li:before{content:"\f15c";display:block;position:absolute;font-family: 'Font Awesome 5 Free';left: 0px;}
.ul-policies-section li span{display: block;color: #9a9a9a;font-size: 12px;}

/*News Section*/
.ul-news-section{padding-left: 38px;position: relative;}
.ul-news-section li{font-size: 13px;margin-bottom: 10px;}
.ul-news-section li p a{color:#000;}
.ul-news-section li p span{display: block;color: #9a9a9a;font-size: 12px;}
.ul-news-section li:before{background-image: url(/images/Ports/news-icon.png);content: "";display: block;position: absolute;width: 35px;height: 30px;left: 0px;background-repeat: no-repeat;}

/*Media Contacts*/
.ul-media-contacts{/*min-height: 255px;*/}
.ul-media-contacts li{margin: 30px 0px;}
.ul-media-contacts li a{color: #000;font-size: 15px;}
.ul-media-contacts li a:hover{color: #1d9b97;}
.ul-media-contacts li i{font-size: 25px;margin-right: 20px;position: relative;top: 3px;}

.CTA{position:relative;}
.CTA .container{position:relative;}
.CTA h2{font-size: 2.5rem; font-weight: 300;color: #fff;}
.CTA h2 span{float: right;}
.btn-w-border{border: 2px solid #fff;color: #fff !important;transition: ease all 0.3s;border-radius:0px;}
.btn-w-border:hover, .btn-w-border:active, .btn-w-border:focus{background: #fff;color: #000 !important;transition: ease all 0.3s;}
.chairman-box a{color:#fff;}
.chairman-box a:hover{color:#78bfbb;}
.chairman-box{overflow: hidden;position: relative;}

.media-date{font-size: 2rem;color: #316eb3;border-bottom: 3px solid #306db2;margin-bottom: 2.5rem;}
.media-date p{font-size: 2rem;color: #316eb3;}
.media-release-box{padding: 30px 20px;background: #fff;margin-bottom: 20px;border: 1px solid #e0e0e0;position: relative;display: block;}
.media-release-box h3 a{font-size: 1.4rem;margin-bottom: 10px;color:#000;}
.media-release-box h3 a:hover{color:#6f6f6f; transition:ease all 0.3s;}
.media-release-box p span{color: #949494;}
.media-release-box h3 a:after{content:"";display:block;position: absolute;background:url(/images/MangaloreAirport/docs-icon.png);right: 15px;width: 75px;height: 75px;top: 17px;opacity: 0.2;}

.btn-mrelease{}
.btn-mrelease option{ background: #1b9d94;}

.our-website{}
.our-website img{width: auto !important;}

.img-thumb{overflow: hidden;height: 200px;background: #ebebeb;box-shadow: 0px 2px 13px -6px #2d2d2d;transition: ease all 0.3s;position:relative}
.img-thumb:hover{-webkit-transform: translateY(-4px) scale(1.02);-moz-transform: translateY(-4px) scale(1.02);-ms-transform: translateY(-4px) scale(1.02);-o-transform: translateY(-4px) scale(1.02);transform: translateY(-4px) scale(1.02);-webkit-box-shadow: 0 14px 24px rgba(62,57,107,.2);box-shadow: 0 14px 24px rgba(62,57,107,.2);cursor: pointer;transition: ease all 0.3s;}
.img-thumb img{top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); position: absolute; padding: 0px 20px; left: 50%;max-width: 250px;}
.img-thumb:hover img{opacity:0.4;}
.img-thumb p{display:none}
.img-thumb p i, .img-thumb p em{font-style: normal;background: #fff;color: #000;padding: 5px 10px;border-radius: 2px;box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.33);}
.img-thumb:hover p{position: absolute;display: block;font-style: normal;top: 50%;width: 100%;left: 50%;text-align: center;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
.scroll-socialmedia{height: 400px;overflow: scroll;overflow-x: hidden;}

.border-left {border-left: 5px solid #18A790 !important;}

.inthissection{}
.inthissection .this-section__content p.pl-4.mb-3{}

.ourwork-inner{}
.ourwork-inner .this-section__content h2{position: relative;min-height: 66px;}
.ourwork-inner .this-section__content .initiative-content.pl-4{height: 85px; overflow: hidden;margin-bottom: 1.5rem !important;position: relative;}
.ourwork-inner .this-section .this-section__content p:nth-child(2){padding-left: 0rem!important;height: 170px; overflow: hidden; position: relative;}

.our-website{}
.our-website .bootstrape-nav{top: 50%; width: 100%; -webkit-transform: translate(0%, -50%); transform: translate(0%, -50%);}

#btn-mrelease{}
#btn-mrelease option{background: #1b9f94;}

.storiesofchange{}
.storiesofchange .row.no-gutters.h-50 .storiesofchange_sub__sidebar-img{overflow:hidden;}
.storiesofchange .row.no-gutters.h-50 .storiesofchange_sub__sidebar-img img{transform: translateY(0px) scale(1.0);transition: ease all 0.5s;overflow:hidden;}
.storiesofchange .row.no-gutters.h-50:hover .storiesofchange_sub__sidebar-img img{transform: translateY(0px) scale(1.1);transition: ease all 0.5s;}

/*Timeline Caousel*/
.timeline-carousel{}
.timeline-carousel img{width: 200px !important;height: 200px;margin-left: auto;margin-right: auto;margin-bottom: 15px;}
.timeline-carousel .year{
    text-align: center;
    color: #0098ce;
    font-weight: bold;
}
.timeline-carousel .desc{
    text-align: center;
    padding: 10px 15px;
}


.initiative-content{}
.initiative-content ul{padding-left: 1rem; margin: 1rem 0rem 2rem 0rem;}
.initiative-content ul li{list-style-type: disc;}

.profilepage{}
.profilepage p{margin-bottom:15px;}

.inthissection .this-section__thumb img{padding: 0rem 7rem; background: #ebebed;min-height:270px;}

.btn-green {
    color: #fff !important;
    background-color: #179F95;
    border-color: #179F95;
	border-radius: 0px;
}
.btn-green:hover, .btn-green:active{background-color: #000;border-color: #000;color:#fff;}

.subscribe-form{margin-top: 1.5rem;}
.subscribe-form h3, .subscribe-form-heading{color: #363A3D; font-size: 1.8rem; margin-bottom: 1.5rem;}
.subscribe-form .form-control{padding: 8px 10px; border-color: #2CA33C;}

/* .homeslider .bootstrape-item .item video{/* left: 50%; */ top: 50%; -webkit-transform: translate(0%, -10%); transform: translate(0%, -10%);} */

.initiatives-main{position:relative;padding: 2rem 2rem;}

.awards-carousel .awards-carousel_thumb{overflow:hidden;transform: translateY(0px) scale(1.0);transition: ease all 0.5s;min-height: 400px;}
.awards-carousel .awards-carousel_thumb img{transform: translateY(0px) scale(1.0);transition: ease all 0.5s;}
.awards-carousel:hover img{transform: translateY(0px) scale(1.05);transition: ease all 0.5s;}
.awards-carousel .award-desc{color:#fff;font-size: 16px !important;}
.awards-carousel .year{color:#d4d4d4 !important;font-size: 14px !important;}

.profilepage h1{font-size:2rem;}

.events-content img{width:70%;}

.memberList{border-bottom: 2px solid #0098ce; padding: 0rem 0rem 2rem 0rem; margin-bottom: 2rem;}
.memberList:last-child{border-bottom: 0px; margin-bottom: 0px; padding-bottom: 0px;}
.memberList .memberHead{color:#0098ce;font-size: 1.5rem; margin-bottom: 0.5rem;}
.memberList .simpleList{}
.memberList .simpleList li{position: relative; padding-left: 30px; line-height: 27px;}
.memberList .simpleList li:before{content:"";position: absolute; top: 10px; width: 5px; height: 5px; background: #0098ce;left: 8px;}

.right-0{right: 10px !important;}

.map-parent{}

.txt-xl{font-size: 2rem !important;font-weight: 500;color: #000 !important;}

.storiesofchange_sub__sidebar-content a{color:#fff;}
.storiesofchange_sub__sidebar-content a:hover{color:#fff;opacity:0.8;}

.m-enquiry > div{width: 100%;max-width: 100%;}

.about-awards{}
.awards .awards-carousel, .about-awards .awards-carousel{min-height: auto;}
.awards .awards-carousel_thumb, .about-awards .awards-carousel .awards-carousel_thumb{min-height: auto;}
.awards .awards-carousel_content{position:relative;}
.awards .awards-carousel_content p{color:#000;font-size: 14px !important;margin-bottom: 5px !important;}
.awards .awards-carousel_content p.year{color: rgba(0, 0, 0, 0.58) !important; font-size: 12px !important;}
.awards .awards-carousel_thumb{height:auto;}
.awards .awards-carousel_content{height: 115px; overflow: auto; background: #f6f6f3;    padding: 10px 10px;}
.awards .awards-carousel_content::-webkit-scrollbar {
  width: 6px;
}
.awards .awards-carousel_content::-webkit-scrollbar-track {
  background: transparent; 
}
.awards .awards-carousel_content::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius:3px;
}


/* .thisection-carousel{min-height: 250px;margin-bottom: 20px;} */
/* .thisection-carousel img, .thisection-carousel .bg-images{min-height: 250px;} */


.case-study{}
.case-study .case-study__thumb img{transform: translateY(0px) scale(1.0); transition: ease all 0.5s;}
.case-study:hover .case-study__thumb img{transform: translateY(0px) scale(1.1); transition: ease all 0.5s;}

.our-website{}
.our-website button{background: #fff !important; border-radius: 100px; box-shadow: 0px 1px 1px 0px #000;}

.case-study-date{font-size: 12px; margin-top: 10px;}
.case-study-date span:before{content:"|";padding: 0px 10px;}
.case-study-date span{}

.stories-inner__sidebar h2{color: #33a142 !important;}

.address-section p{font-size:16px;}

.arrow{}
.arrow .fa{background: #fff;padding: 10px 12px;border-radius: 100%;box-shadow: 0px 1px 1px #b1b1b1;}
.loadMore em, .loadMore i{transition:ease all 0.5s;transform: translateY(0px) scale(1.0);background: #fff;padding: 10px 14px;border-radius: 100%;}
.loadMore:hover em, .loadMore:hover i{transition:ease all 0.5s;transform: translateY(0px) scale(1.3);}



.breadcrumb-2nslevel{position:relative; display:block;margin-bottom: 0px !important;background: #000;}
.breadcrumb-2nslevel .container{position:relative; display:block;}
.breadcrumb-2nslevel h1{color: #fff;font-weight: 500;margin-bottom: 10px;}
.breadcrumb-2nslevel p{color:#fff;text-shadow: 0px 0px 27px #000,0px 0px 27px #000;}
.breadcrumb-2nslevel a{color:#fff;transition: ease all 0.3s;text-decoration:none;text-transform:capitalize;text-shadow: 0px 0px 27px #000,0px 0px 27px #000;}
.breadcrumb-2nslevel a:hover{text-decoration: underline !important;transition: ease all 0.3s;text-decoration:none;}
.breadcrumb-2nslevel ul{margin-bottom: 12rem;}
.breadcrumb-2nslevel ul li{display: inline-block;text-decoration:none;}
.breadcrumb-2nslevel ul li:before{content:">";position:relative;margin-right: 10px;color:#fff}
.breadcrumb-2nslevel ul li:nth-child(1):before{content:""}
.breadcrumb-2nslevel .bg-image img{opacity: 0.7;}
.bg-image {position: absolute;left: 0;top: 0;right: 0;bottom: 0;overflow: hidden;z-index: 0;}
.bg-image img {border-radius: 0;min-height: 100%;min-width: 100%;position: relative;height: 100%;}
.trim_content:after{content:"...";position: absolute;bottom: 4px;right: 0px;padding: 0px 174px 2px 0px;box-shadow: 0px 0px 8px #fff, 0px 0px 8px #fff, 0px 0px 8px #fff, 0px 0px 8px #fff, 0px 0px 8px #fff, 0px 0px 8px #fff, 0px 0px 8px #fff, 0px 0px 8px #fff;background: #fff;line-height: 15px;font-size: 1.25rem;}

.our-website{}
.our-website .bootstrape-prev{position: absolute;top: 50%; width: 30px !important; height: 30px !important;-webkit-transform: translate(0%, -50%);transform: translate(0%, -50%);}
.our-website .bootstrape-next{position: absolute;right:0px;top: 50%; width: 30px !important; height: 30px !important;-webkit-transform: translate(0%, -50%);transform: translate(0%, -50%);}

.navbar-nav .nav-link{font-family: 'Adani-Regular';}

.main-slider {
  width: 100%;
}
.main-slider .bootstrape-stage {
  background-color: rgba(30, 144, 255, 0.8);
}
.main-slider .bootstrape-item {
  padding: 0;
  position: relative;
  opacity: .5;
}
.main-slider .bootstrape-item img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 450px;
}
.main-slider .center {
  opacity: 1;
  -webkit-transform: scale(1.005);
          transform: scale(1.005);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  z-index: 9999;
}
.main-slider .bootstrape-controls .bootstrape-nav {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
}
.main-slider .bootstrape-controls .bootstrape-nav .prev {
  position: absolute;
  height: 80%;
  width: 15%;
  left: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.main-slider .bootstrape-controls .bootstrape-nav .next {
  position: absolute;
  height: 80%;
  width: 15%;
  right: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.main-slider .bootstrape-thumbs {
  text-align: center;
  display: table;
  width: 100%;
}
.main-slider .bootstrape-thumb-item {
  width: 20%;
  height: 60px;
  border: none;
  background: none;
  padding: 0;
  opacity: .7;
  overflow: hidden;
}
.main-slider .bootstrape-thumb-item img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.main-slider .bootstrape-thumb-item.active {
  opacity: 1;
}
.main-slider .bootstrape-thumb-item.active img {
  position: relative;
}

.header-topbar{background: transparent linear-gradient(90deg, #079F95 0%, #2D6BB5 100%) 0% 0% no-repeat padding-box; height: 25px;position: absolute; top: 0px; width: 100%;transition: ease all 0.4s;z-index: 1;}
.header-topbar.hidden{top: -40px;}
.header-topbar .alert{padding: 2px 0px; color: #fff;margin-bottom: 0px; font-size: 12px;}
.header-topbar a:hover{color:#e2e2e2;}
.header-topbar .alert button{color:#fff;opacity:1;font-weight: 200;position: absolute; right: 0px; top: 0px;}
.header-topbar .alert i{}
.heading-primary{letter-spacing: 0; color: #C1325F;font-weight: 600;}
.section-commingsoon{}
.section-commingsoon h3{text-align:center;color: #C1325F;font-size: 1.64rem;}

.tenders-sidebar{background:#F3F3F3;padding: 2rem 2rem;}
.tenders-sidebar ul{}
.tenders-sidebar ul li{margin-bottom: 1rem;}
.tenders-sidebar ul li a{color: #000; line-height: 40px; display: block; border-bottom: 1px solid #707070;transition: ease all 0.5s;font-size: 1.25rem;padding-bottom: 0.5rem;}
.tenders-sidebar ul li a:hover{color:#c1325f;transition: ease all 0.5s;}

.ft-logo{position:relative;padding-left: 4.5rem;}
.ft-logo:before{content:"";position: absolute; left: 0px; width: 1px; height: 90%; background: #58585A; top: 50%; transform: translateY(-50%); opacity: 0.2;}
.ft-submenu{}
.ft-submenu b{color:#179E96;}
.ft-logo p{color: #4A4A4A !important; text-align: left; font-size: 16px; line-height: 22px;}

.homeslider-other .bootstrape-dots{}
/* .homeslider-other .bootstrape-dots:before{content:"";display: block; width: 1px; height: 50px; margin-left: auto; margin-right: auto; position: relative; background: #fff; margin-bottom: 2rem;} */
/* .homeslider-other .bootstrape-dots:after{content:"";display: block; width: 1px; height: 50px; margin-left: auto; margin-right: auto; position: relative; background: #fff; margin-top: 2rem;} */
.homeslider-other .bootstrape-dots button{margin-left: auto; margin-right: 5px;margin-bottom: 5px;border: 2px solid transparent; border-radius: 100px;transition:ease all 0.5s;outline: 0;}
.homeslider-other .bootstrape-dots .active span { background: #fff !important; border:2px solid #333; width: 16px !important; height: 16px !important; position:relative; top:1px; }
.homeslider-other .bootstrape-dots .bootstrape-dot span { width: 13px; height: 13px; display: block; background: #333; border-radius: 100px; }
.form-section{}
.form-section label{display:none;}
.form-section span{color:red;font-size:12px;}

.tender-listing, .policy-listing{min-height: 300px;}

#UseRegistrationForm{width: 100%;}
form label{font-size: 15px; margin-bottom: 5px;}

.card-outline-secondary h3{font-size: 1.5rem; font-weight: 600; color: #2d6cb5;}

#frmuserupload{}
#frmuserupload input[type="file"]{background: rgb(239, 239, 239); margin-bottom: 0.7rem; border-radius: 0px;}

#view_E{}
#view_E .control-label.pb-3{font-weight: 600;}
#view_E a{}
#view_E .close{}
#view_E .close a{font-size: 16px;color: #2c6cb4;}

.filter-status{display:inline-block;}
.filter-status form{display:inline-block;}
.filter-status form select{padding: 5px 5px; border: 1px solid #ccc; color: #6f6f6f; font-size: 12px;}

.ft-logo p.my-2{color:#000;font-weight: 500;}

.tender-btn{color: #2c6cb4 !important;}
.tender-btn:hover{color: #079e95 !important;}

.tablescroll{height:220px;overflow:auto;font-size:13px}.tablescroll::-webkit-scrollbar{width:6px}.tablescroll::-webkit-scrollbar-track{background:0 0}.tablescroll::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}

.btnclose{line-height: 10px;}
.btnclose a{font-size: 16px;color: #2c6cb4;font-weight: 700;text-shadow: 0 1px 0 #fff;opacity: .5;}

.control-label{}

.dropdown-toggle__megamenu{position: inherit !important;}
.dropdown-toggle__megamenu a{}
.dropdown-toggle__megamenu a i{font-size: 0.8rem; position: relative;}
.dropdown-toggle__megamenu .megamenu{display:none;}
.dropdown-toggle__megamenu:hover .megamenu{display:block;position: absolute; left: 0px;background: transparent linear-gradient(90deg, #179E96 0%, #2B6EB3 100%) 0% 0% no-repeat padding-box; padding: 5rem 2rem 7rem 2rem;width: 100%;animation: fadeInDown-menu .8s;box-shadow:0px 10px 7px rgba(0, 0, 0, 0.27);}
.dropdown-toggle__megamenu .megamenu ul{display: flex;margin: 0 20px;}
.dropdown-toggle__megamenu .megamenu ul li{flex: auto; margin: 0 20px;}
.dropdown-toggle__megamenu .megamenu ul li > div{}
.dropdown-toggle__megamenu .megamenu ul li div a{display: block;}
.dropdown-toggle__megamenu .megamenu ul li div a > div{height: 150px; overflow: hidden; position: relative;}
.dropdown-toggle__megamenu .megamenu ul li div a > div img{object-fit: cover; width: 100%; height: 100%;transform: translateY(0) scale(1); transition: ease all .6s;}
.dropdown-toggle__megamenu .megamenu ul li div a h3{font-size: 18px; text-transform: inherit; color: #fff; font-weight: 500; padding: 15px 0px;transition: ease all .6s;margin-bottom: 0.5rem;}
.dropdown-toggle__megamenu .megamenu ul li div a h3 span{padding-left:0.8rem;}
.dropdown-toggle__megamenu .megamenu ul li div:hover a > div img{transform: translateY(0) scale(1.1); transition: ease all .6s;}
.dropdown-toggle__megamenu .megamenu ul li div:hover a h3{color: #000;transition: ease all .6s;}
#search-toggle{}
#search-toggle li{padding: 10px 0px 10px 10px;display: block;text-align: left;margin-bottom: 15px;}
#search-toggle li:hover{color: #179E96; cursor:pointer}
.search-container{display:none;position: absolute; left: 0px; width: 100%;background: #179F95;margin-top: 0px;box-shadow:0px 10px 7px rgba(0, 0, 0, 0.27);top: 90%;padding: 2rem 1rem;max-height: 411px;}
#search-toggle:hover .search-container, .search-container.active{display: block;animation: fadeInDown-menu .8s;cursor: default;}
.search-container .search-container__form{display: flex;width:100%;position: relative;border-bottom: 1px solid #2cb9af;}
.search-container .search-container__form .wrapper{width: 90%; border-bottom: 1px solid #717171;position: relative;}
.search-container .search-container__form .btn-close{position: absolute; top: 0px; min-width: unset; right: 0px; background: transparent; border: 0px; color: #fff; font-size: 2.5rem; font-weight: 100; padding: 0px;line-height: 50px; width: 62px; text-align: center;outline: 0;}
.search-container .search-container__form .btn-close:hover{opacity: 0.7;}
.search-container .search-container__form .wrapper label{color: #fff; font-size: 1.5rem; padding: 0rem 2rem 0rem 0rem; position: relative; top: 3px;}
.search-container .search-container__form .wrapper input[type="button"]{flex: 0.2 auto; background: transparent; border: 0px; color: #fff; font-size: 1.5rem;outline: 0px;text-align: right;}
.search-container .search-container__form .wrapper input::-webkit-input-placeholder { /* Edge */ color: #fff;font-size:18px; } 
.search-container .search-container__form .wrapper input:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #fff; font-size:18px;} 
.search-container .search-container__form .wrapper input::placeholder { color: #fff; font-size:18px;}
.search-container .search-container__form .wrapper button{position: absolute; top: 10px; right: 10px; background: transparent; border: 0px; outline: 0;}
.search-container .search-container__form .wrapper button circle, .search-container .search-container__form .wrapper button line, path{stroke:#fff;}
.search-container .search-container__form .wrapper input[type="button"]:hover{opacity: 0.8;}
.search-container .search-container__form input[type="text"]{background: transparent; border: 1px solid #fff;color: #fff; padding: 5px 10px;min-height: 48px;padding-left: 53px !important;}
.search-container__results{padding: 1rem 1rem 1rem 3.5rem;color:#fff;text-align: left;max-height: 280px;overflow: hidden;}
.search-container__results p{font-size: 16px;line-height:22px;}
.search-container__results ul{margin-top: 20px;}
.search-container__results ul li{padding: 0px 0px !important;}
.search-container__results ul li a{font-size: 20px;color:#fff;line-height:28px;}
.search-container__results ul li a:hover{opacity:0.8;}
.feedback{height:100%;}
.feedback:hover .feedback-content{top: -25px;background: #ffffff; border: 1px solid #f1f1f1;transition: ease all .3s;}
.feedback-thumb{height: 100%;}
.feedback-thumb img{width: 100%;max-height: 550px;object-fit: cover;max-width: 500px;}
.feedback-content{position: absolute; top: -20px; padding: 1.5rem 1.5rem; background: #fff; width: 350px; border: 1px solid #f1f1f1;transition: ease all .3s;}
.feedback-content h2{font-size: 2rem; font-weight: 600; margin-bottom: 1.5rem;}
.feedback-content p{font-size: 18px !important; line-height: 25px !important;}
.feedback-content a{font-weight: 500;}
.feedback-content a:after{content:"";}
.content-header .feedback-content p:last-child{}
.single-block{padding: 5.88rem 3rem !important;}
.single-block h2{color: #fff; font-size: 2.5rem; font-weight: 500;margin-bottom: 1.5rem;}
.single-block p{color: #fff;}
.testimonials{height: 100%;}
.testimonials .bootstrape-nav{width: 70px; right: -48px; bottom: -5.88rem; -webkit-transform: translate(0%, 0%); transform: translate(0%, 0%); height: 30px; top: auto;}
.testimonials .bootstrape-nav button{background: #000 !important; color: #fff !important;width: 30px !important; height: 30px !important;}
.testimonials .bootstrape-nav button:hover{opacity:0.6 !important;}
.carbon-emmission{position: relative;padding: 10.59rem 3rem !important;}
.carbon-emmission .bg-images{background:#000;}
/*.carbon-emmission .bg-images img{opacity:0.5;}*/
.carbon-emmission h2{color: #fff; font-size: 2.5rem; font-weight: 500; margin-bottom: 1.5rem;position:relative;max-width: 647px;}
.carbon-emmission p{color: #fff;margin-bottom: 2.5rem;position:relative;max-width: 800px;font-size: 18px;max-width: 647px;}
.carbon-emmission div.d-block{position:relative;}
.airport-section{position:relative;}
.airport-section .bg-images{text-align:right;}
.airport-section .bg-images img{min-width: auto; left: auto; -webkit-transform: translate(0%, -50%); transform: translate(0%, -50%);}
.airport-section h2{color: #000; font-size: 2.5rem; font-weight: 500;margin-bottom: 1.5rem;}
.airport-section p{max-width: 450px; font-size: 1.25rem; color: #6F6F6F;margin-bottom: 1.5rem;}
.airport-section__carousel .bootstrape-nav{width: 100%; right: 0px; -webkit-transform: translate(0%, -50%); transform: translate(0%, -50%);top: 45%;height: 0px;}
.airport-section__carousel{height:100%;}
.airport-section__carousel .item, .airport-section__carousel .filter_inner{background:#000;height:100%;overflow: hidden;}
.airport-section__carousel .item a,  .airport-section__carousel .filter_inner a{height:100%;display:block;position: relative;height: 416px;}
.airport-section__carousel .item:hover img,  .airport-section__carousel .filter_inner:hover img{transition:ease all 0.5s;opacity:0.3;}
.airport-section__carousel .item:hover p,  .airport-section__carousel .filter_inner:hover p{transition:ease all 0.5s;}
.airport-section__carousel .item img,  .airport-section__carousel .filter_inner img{opacity:1;height: 100%; object-fit: cover;transition:ease all 0.5s;width: 100%;max-height:416px;}
.airport-section__carousel .bootstrape-item.last .item{background:#fff;transition:ease all 0.5s;}
.airport-section__carousel-4item .item, .airport-section__carousel-4item .item a, .airport-section__carousel-4item .item a img{height: 460px;max-height: 460px;}
.airport-section__carousel .bootstrape-item.last .item img{opacity:0.5;transition:ease all 0.5s;}
.airport-section__carousel .item p, .airport-section__carousel .filter_inner p{width: 100%; color: #fff; transition: ease all 0.5s; padding: 0rem 0rem; min-height: 60px; max-width: 190px; text-align: center;margin-left: auto; margin-right: auto;}
.airport-section__carousel{}
.airport-section__carousel .item{}
.airport-section__carousel .item p{color:#fff;font-size:24px;line-height:33px;margin-bottom: 33px;}
.airport-section__carousel .item span{color:#fff;font-size:16px;line-height:22px;display:inline-block;}
.airport-section__carousel .item a:after{content:"";width: 100%; display: block; position: absolute; height: 29px; box-shadow: 0px 0px 24px 0px #000, 0px 0px 80px 0px #000, 0px 0px 119px 0px #000, 0px 0px 119px 0px #000, 0px 0px 119px 0px #000, 0px 0px 119px 0px #000}
.airport-section__carousel .item a{overflow: hidden;}
.airport-section__carousel .item a:hover div{top: 50% !important; transform: translateY(-50%); transition: ease all 0.6s;}
.airport-section__carousel .item a > div{width: 100%;position: absolute; top: 80%;padding: 0px 30px; transition: ease all 0.6s;z-index: 1;}
.airport-section__carousel .item div:hover span{}
.airport-section__carousel .item div:hover p{}
.airport-section__carousel .item div span, .airport-section__carousel .filter_inner a > div span{overflow-x: hidden; font-size: 16px; overflow-y: auto;padding-top: 0rem;text-align:center;}
.airport-section__carousel .filter_inner a > div span::-webkit-scrollbar{width:3px;}
.airport-section__carousel .filter_inner a > div span::-webkit-scrollbar-track{background:#ccc;}
.airport-section__carousel .filter_inner a > div span::-webkit-scrollbar-thumb{background:#18a790;border-radius:3px;width:5px;}
.airport-section__carousel-3item .item p{position: absolute; bottom: 0px; font-size: 26px; line-height: 39px; left: 50%; transform: translateX(-50%); color: #fff; z-index: 2;}
.airport-section__carousel-2item .item p{position: absolute; bottom: 0px;}


.testimonial-main{}
.testimonial-main .container-fluid{border: 15px solid #fff; border-top: 0px; border-bottom: 0px;}
.flight-schedule{background: #fff;padding-bottom: 3rem;}
.flight-schedule .flight-schedule-container{}
.flight-schedule .flight-schedule-container p a{color: #179E96; font-weight: 600;transition:ease all 0.3s;}
.flight-schedule .flight-schedule-container p a:hover{color: #000;transition:ease all 0.3s;}
.flight-schedule .flight-schedule-container p a:hover i{margin-left: 0.8rem;transition:ease all 0.3s;}
.flight-schedule .flight-schedule-container p a i{font-size: 10px; position: relative; top: -1px; margin-left: 0.3rem;transition:ease all 0.3s;}
.flight-schedule .nav{ border: 0px;float: left; display: flex;}
.flight-schedule .tab-pane{margin-top: 3rem;padding-left: 0px; padding-right: 30px;}
.flight-schedule .nav .nav-item{margin-right: 2rem !important;}
.flight-schedule .nav .nav-link{color:#fff;border: 0px;background: transparent;font-size: 22px;padding: 0px; font-weight: 400;}
.flight-schedule .nav .nav-link.active, .flight-schedule .nav .nav-link:hover{background: transparent;color:#fff;transition: ease all 0.5s;border-bottom: 2px solid #FDAB4B; padding: 0px;}
.flight-schedule .nav .nav-link.active svg, .flight-schedule .nav .nav-link:hover svg{fill:#fff;transition: ease all 0.5s;}
.flight-schedule .nav .nav-link svg{float: right; top: 5px; position: relative;fill:#000;transition: ease all 0.5s;}
.check_flight{border: 0px;}
.check_flight h2{color: #000; font-size: 2.5rem; font-weight: normal; margin-bottom: 1.5rem;}
.check_dp_flight-schedule{}
.check_dp_flight-schedule .input-group-append{width: 50px;}
.check_dp_flight-schedule button{width: 50px;position: absolute; top: 0px; right: 0px;outline: 0px; border: 0px; background: transparent; line-height: 43px;z-index: 3;}
.check_dp_flight-schedule button svg{}
.check_dp_flight-schedule button svg line, .check_dp_flight-schedule button svg circle{stroke:#179F95;fill:transparent;}
.check_dp_flight-schedule .form-group{position:relative;}
.check_dp_flight-schedule .datepicker .input-group-append{display:none}
    .check_dp_flight-schedule .datepicker #dep_flight, .check_dp_flight-schedule .datepicker #ar_flight  {
        background-image: url(/images/MangaloreAirport/dep_flight_icon.png);
        background-origin: content-box;
        background-position: right;
        background-repeat: no-repeat;
    }
.check_dp_flight-schedule input{background: #F5F5F5; border: 0px; box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.11) !important; height: 45px; color: #ACACAC !important;}
.check_dp_flight-schedule input::-webkit-input-placeholder, .search-feld::-webkit-input-placeholder, .request_callback-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ACACAC;
}
.check_dp_flight-schedule input::-moz-placeholder, .search-feld::-moz-placeholder, .request_callback-form input::-moz-placeholder { /* Firefox 19+ */
  color: #ACACAC;
}
.check_dp_flight-schedule input:-ms-input-placeholder, .search-feld:-ms-input-placeholder, .request_callback-form input:-ms-input-placeholder { /* IE 10+ */
  color:# ACACAC;
}
.check_dp_flight-schedule input:-moz-placeholder, .search-feld:-moz-placeholder, .request_callback-form input:-moz-placeholder { /* Firefox 18- */
  color: #ACACAC;
}
    .check_dp_flight-schedule input#dep_flight-search, .search-feld {
        background-image: url(/images/MangaloreAirport/search-icon.png);
        background-repeat: no-repeat;
        background-origin: content-box;
        background-position: right;
    }
.search-feld{background-image: url(../images/search_icon-green.png); background-repeat: no-repeat; background-origin: content-box; background-position: right; border: 0px;height: 45px; color: #ACACAC !important;}
.mainSlider_main{position:relative;}
#quick-links-tabs{display: flex;}
#quick-links-tabs .quick-links-tabs__btn{width: 50%; background: #179E96; border: 0px; color: #fff; padding: 5px 15px; text-transform: uppercase;outline: 0;transition:ease all 0.3s;}
#quick-links-tabs .quick-links-tabs__btn:first-child{width: 100%; margin-right: 0%;}
#quick-links-tabs .quick-links-tabs__btn:last-child{width: 100%; margin-left: 0%;}
#quick-links-tabs .quick-links-tabs__btn:hover{background: #e8e8e8; color: #179e96;transition:ease all 0.3s;}
#quick-links-tabs .quick-links-tabs__btn.active{/*display:none;*/background: #e8e8e8; color: #179e96;}
.quick-links-tabs__thumb__inner{position: absolute; width: 100%; top: 50%; left: 50%; text-align: center; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.quick-links-tabs__thumb{background: #000;}
.quick-links-tabs__thumb > img{opacity: 0.6;}
.quick-links-tabs__thumb__inner h3{color: #fff; text-decoration: underline; font-weight: 600;}
.quick-links-tabs__thumb__inner img{width: auto; max-width: 50px; margin-top: 1rem;}
.quick-links-tabs__thumb{}
.quick-links-tabs__parent > div{display:none;}
.quick-links-tabs__parent > div.active{display:block;}
.quick-links-tabs__parent h2{font-weight: normal;}
.quick-links-tabs__parent ul{padding-left: 1.25rem;}
.quick-links-tabs__parent ul li{margin-bottom: 0.5rem; list-style-type: disc;}
.quick-links-tabs__parent ul li a{color: #000; font-weight: 600; font-size: 1.15rem;}
.quick-links-tabs__parent ul li a:hover{color:#179E96;}
.content-header h2{color: #000; line-height: 50px; font-size: 36px; font-weight: 400; margin-bottom: 30px;}
.content-header h3{color: #000; font-size: 26px; font-weight: 400; margin-bottom: 1.5rem; line-height: 37px;}
.content-header p{color:#000;font-size: 20px; margin-bottom: 20px;}
.content-header p b{font-size: 20px; line-height: 40px; font-weight: 500; text-shadow: 0 0 black; color: #000;}
.content-header ul li{font-size: 18px;}
.aircargo p{color:#6F6F6F; font-size: 20px; color: #494746; line-height:34px;margin-bottom: 1.5rem;}
.content-header .content{color:#6F6F6F;margin-top: 1.5rem;}
.scroll-actions{display: flex;margin: 0 -10px;}
.scroll-actions li{background: #fff; margin: 0 10px;margin-right: 50px;}
.scroll-actions li a{color: #000; text-transform: uppercase; font-weight: 500;padding: 6px 20px;display: block;}
.scroll-actions li:hover{background: #179E96;transition:ease all 0.5s;}
.scroll-actions li:hover a{color: #fff;transition:ease all 0.5s;}
.tender-listing, .listing_icons{}
.tender-listing li, .listing_icons li{position: relative; padding-left: 5rem;margin-bottom: 1.5rem;}
.tender-listing li:before, .listing_icons li:before{content:"\f105";font-family: 'Font Awesome 5 Free'; font-weight: 900; padding: 5px 20px; background: #179E96; color: #fff; font-size: 2rem; position: absolute; left: 0px;}
.tender-listing li p, .listing_icons li p{color: #2B2B2B; font-size: 1.15rem; font-weight: 500; margin-bottom: 0.25rem;}
.tender-listing li a, .listing_icons li a{color: #179E96; transition: ease all 0.3s; font-size: 16px; font-weight: 400; text-shadow: 0 0 black;}
.tender-listing li a:hover, .listing_icons li a:hover{color:#000;transition:ease all 0.3s;}
.listing_icons li div{font-size: 12px; margin-bottom: 5px;}
.form_diff{color: #179E96; font-size: 3rem;}
.request_callback, .request_callback .container, .bg-sidebar, .bg-sidebar .container{position:relative;}
.request_callback div.position-relative, .bg-sidebar div.position-relative{padding: 3.8rem 0rem;}
.request_callback .bg-images, .bg-sidebar .bg-images{width: 96%; left: auto;}
.bg-sidebar div.position-relative{padding: 5rem 0rem;}
.request_callback-form, .bg-sidebar__box{position: relative; max-width: 450px; background: rgb(241 241 241 / 91%); padding: 3rem;}
.request_callback-form h2, .bg-sidebar h2{color: #000; font-size: 2.5rem; font-weight: 600; margin-bottom: 1.5rem;}
.bg-sidebar h3{color: #000; font-size: 1.5rem; font-weight: 600; margin-bottom: 1.5rem;}
.request_callback-form input{border: 0px;}
.f-search__thumb{background:#000;}
.f-search__thumb img{opacity:0.6;}
.f-search__content{}
.f-search__content-form{background: #fff; padding: 2rem; top: -5rem; position: relative; z-index: 9;box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.11);}
.f-search__content-form .nav-tabs{border-bottom: 0px;}
.f-search__content-form .nav-tabs .nav-item{width: 31%; margin-right: 3.5%;}
.f-search__content-form .nav-tabs .nav-item:last-child{margin-right: 0%;}
.f-search__content-form .nav-tabs .nav-item .nav-link{text-align: center; border: 0px; text-transform: uppercase; background: #F1F1F1; color: #808080; font-weight: 400;font-size: 21px;}
.f-search__content-form .nav-tabs .nav-item .nav-link.active, .f-search__content-form .nav-tabs .nav-item .nav-link:hover{background: #179E96; transition: ease all 0.3s;color: #fff;}
.f-search__content-form__status{}
.f-search__content-form__status p{font-size: 14px;}
.f-search__content-form__status a{font-size: 12px; margin-left: 6px;}
.f-search__content-form__status a:hover{text-decoration:underline;}
.f-search__content-form{}
.f-search__content-form .search input{background-image: url(/images/MangaloreAirport/search-icon.png); background-repeat: no-repeat; background-origin: content-box; background-position: right;    background-size: 15px;}
.f-search__content-form .datepicker input{background-image: url(/images/MangaloreAirport/dep_flight_icon.png); background-repeat: no-repeat; background-origin: content-box; background-position: right;}
.f-search__content-form .form-group .input-group-append{display:none;}
.select_terminal{text-align: right;}
.select_terminal ul{display: flex;}
.select_terminal ul li{flex: 1;}
.select_terminal ul li button{border: 1px solid #000; padding: 5px 10px;background: transparent; transition: ease all 0.3s; color: #000;outline:0;}
.select_terminal ul li button:hover, .select_terminal ul li button.active{background: #179E96;border: 1px solid #179E96; transition: ease all 0.3s; color: #fff; }
.f-search__content-form .tab-content{border: 0px;}
.airline-partners{}
.airline-partners .nav{border: 0; text-align: center; display: block;}
.airline-partners .tab-content{border: 0;}
.airline-partners .nav li{display: inline-block;position:relative;}
.airline-partners .nav li:first-child::after{content:"";position: absolute; right: 0px; top: 0px;width: 2px; height: 100%; background: #ccc;display:none;}
.airline-partners .nav li a.nav-link{background: transparent; color: #888 !important; border: 0px; font-size: 1.25rem; font-weight: 300;}
.airline-partners .nav li a.nav-link.active{color:#179e96 !important;font-weight: 500;}
.airline-partners .nav li a.nav-link:hover{color:#179e96 !important;}
.airline-partners .bootstrape-carousel img{width:auto;margin-left: auto; margin-right: auto;}
.scroll-nav, .tender-scroll-nav{position: relative;padding-top: 0.5rem !important;}
.scroll-nav ul, .tender-scroll-nav ul{display: flex;margin:0px -10px;}
.scroll-nav ul:after, .tender-scroll-nav ul:after{content:"";border-bottom:2px solid #ccc;position: absolute; bottom: -2px; width: 300%; left: 0%; z-index: 0;}
.scroll-nav ul li, .tender-scroll-nav ul li{margin:0px 0px;position: relative;}
.scroll-nav ul li.active a, tender-scroll-nav ul li.active a{color: #000 !important;font-weight: 300 !important;}
.scroll-nav ul li:first-child:after, .tender-scroll-nav ul li:first-child:after{content:"";background: #179E96; width: 1100% !important; left: -1000%;}
.scroll-nav ul li.active-before:last-child:after, .tender-scroll-nav ul li.active-before:last-child:after{content:"";background: #179E96; width: 100% !important; right: 100%;}
.scroll-nav ul li:after, .tender-scroll-nav ul li:after{content:"";position: absolute; bottom: -2px; width: 0%; left: 0px; height: 1px; background: #ccc;z-index: 1;}
.scroll-nav ul li.active:after, .tender-scroll-nav ul li.active:after{content:"";width: 100%;background: #179E96;}
.scroll-nav ul li.active-before:after, .tender-scroll-nav ul li.active-before:after{content:"";width: 100%; transition: ease all 0.5s;background: #179E96;}
.scroll-nav ul li.active-before a, .tender-scroll-nav ul li.active-before span{color:#179E96 !important;font-weight: 600 !important;}
.scroll-nav ul li:first-child a, .tender-scroll-nav ul li:first-child span{padding: 10px 10px;color: #179e96;font-weight: 400;}
.scroll-nav ul li a, .tender-scroll-nav ul li span{color:#808080;font-weight: 400;font-size:20px;display: block;padding: 10px 20px;}
.scroll-nav ul li a:hover, .tender-scroll-nav ul li span:hover{color:#179E96;}
.tender-scroll-nav ul li span{display:inline-block;cursor: pointer;}
.travel-guide__content{}
.travel-guide__content p b, .travel-guide__content p strong{font-weight: 500;}
.travel-guide__content p{max-width: initial; font-size: 1.15rem;}
.travel-guide__content p:last-child{    margin-bottom: 0px;}
.travel-guide__content ul{}
.travel-guide__content ul li{color: #000;}
.travel-guide__content p a{    font-size: 20px;    text-decoration: underline;word-break: break-all;}
.travel-guide__content p a i{position: relative; top: 2px;}
.services-blocks{margin-bottom: 60px;}
.services-blocks li{position:relative;padding-left: 80px;}
.services-blocks li span{display: block; position: absolute; left: 0px;}
.services-blocks li span img{max-width: 60px;}
.services-blocks li > div{}
.services-blocks li h3{color: #2B2B2B; font-size: 22px; line-height: 30px; font-weight: 500; margin-bottom: 12px; text-shadow: 0 0 black;}
.services-blocks li p{font-size: 16px; margin-bottom: 20px; max-width: 90%; line-height: 24px;}
.services-blocks li a{font-weight: 500; font-size: 20px;transition: ease all 0.3s;line-height: 24px;}
.services-blocks li a:hover{color:#000;transition: ease all 0.3s;}
.services-blocks li:hover a i{transition: ease all 0.3s;margin-left: 10px;}
.services-blocks li a i{position: relative; top: 2px;transition: ease all 0.3s;margin-left: 1px;}
.navbar-brand__middle{position:relative;}
.navbar-brand__middle .navbar-brand{color:#747474;font-weight: 300;}
.navbar-brand__middle .navbar-brand.active{color: #179E96;font-weight: 500;}
.navbar-brand__middle .navbar-brand:hover{color: #179E96;}
.navbar-brand__middle-divider{position: relative; top: 12px; height: 40px; width: 2px; display: inline-block; background: #747474;margin-right:10px;transition: ease all 0.5s;}
.accordion-section{}
.accordion-section .card:last-child{border-bottom: 0px;}
.accordion-section .card-body{padding: 0rem 1.5rem;}
.accordion-section .card-body p{margin-bottom: 0.9rem; max-width: 100%; font-size: 1rem;font-size: 18px; text-shadow: 0 0 black; color: #000;}
.accordion-section .card{border: 0px; border-bottom: 1px solid #E1E1E1; border-radius: 0px;background: transparent;}
.accordion-section .card-header{background: transparent; border: 0px;padding: 1.5rem;}
.accordion-section .card-header a{color: #323643; font-weight: 500; transition: ease all 0.3s; font-size: 20px;}
.accordion-section .card-header a:hover{color: #179E96;transition: ease all 0.3s;}
.accordion-section .card-header i, .accordion-section .card-header em{position: absolute; left: 0px;color: #179E96; margin-top: 3px;transform: rotate(90deg); transition: ease all 0.3s;}
.accordion-section .card-header .collapsed i, .accordion-section .card-header .collapsed em{transform: rotate(0deg); transition: ease all 0.3s;}
.sidebar_cta{position: fixed; top: 40%; right: 0px;z-index: 9;transition: ease all 0.4s;}
.sidebar_cta ul{}
.sidebar_cta ul li{margin-bottom: 10px;}
.sidebar_cta ul li span{width: 0px;/* display: inline-block; */overflow: hidden;height: 45px;position: absolute;right: 0px;background: #179e96;padding: 0px 0px;transition: ease all 0.3s;color:#fff;}
.sidebar_cta ul li span a{color:#fff;}
.sidebar_cta ul li div{background: #179e96;padding: 7px 10px;position: relative;display: inline-block; z-index: 9;right: -2px;cursor: pointer;}
.sidebar_cta ul li b{font-weight: 400;}
.sidebar_cta ul li:hover{}
.sidebar_cta ul li:hover span{width: 310px;transition: ease all 0.3s;padding: 10px 10px;cursor:pointer;}
.sidebar_cta ul li:hover div{}
.share_post{}
.share_post ul{margin:20px 0px; }
.share_post ul li{display: inline-block; margin-right: 10px;}
.share_post ul li a{font-size: 1.5rem;}

@keyframes fadeInDown-menu {
    from {
        transform: translate3d(0,-10px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInDown-menu {
    from {
        transform: translate3d(0,-10px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}


.request_callback form label{display:none;}

.shop_tiles{margin-bottom: 1.7rem; position: relative; background: #000;transform: translateY(0) scale(1); transition: ease all .6s;height: 100%;min-height: 300px;}
.shop_tiles:hover{-webkit-box-shadow: 0 14px 24px rgba(62,57,107,.2); box-shadow: 0 14px 24px rgba(62,57,107,.2); background: #000;  transition: ease all .6s; transform: translateY(-10px) scale(1);}
.shop_tiles:hover img{opacity:0.3;transition: ease all .6s;}
.shop_tiles img{opacity:1;object-fit: cover;transition: ease all .6s;}
.shop_tiles a{}
.shop_tiles .bg-images{}
.shop_tiles .bg-images img{}
.shop_tiles h4{position: relative; color: #fff; font-size: 1.25rem; text-align: center; padding: 1.5rem 1rem;text-shadow: 0px 0px 31px #000;min-height: 100px;text-align:left;}
.shop_tiles p{color:#fff;z-index: 1; position: relative; padding: 0rem 1rem; font-size: 14px !important; margin-bottom: 10px;margin-bottom: 20px !important;}

.filters__section .filters {
  text-align: center;
  margin-top: 0px;
}
.filters__section .filters > div {
  padding: 0;
}
.filters__section .filters > div a {
  list-style: none;
  display: inline-block;
  padding: 10px 40px;
  cursor: pointer;
  position: relative;
  color:#000;margin-bottom: 0.3rem;
background: #fff;
transition: ease all .6s;
    text-transform: uppercase;
    font-weight: 600;
	margin-right:10px;
	min-width: 206px;
}
.filters__section .filters > div a.active, .filters__section .filters > div a:hover{
	 color: #fff;
background: #179E96;
transition: ease all .6s;
}
.filters__section .filters-content {
  margin-top: 50px;
}
.filters__section .filters-content .show {
  opacity: 1;
  visibility: visible;
  transition: all 350ms;
  display: block;
}
.filters__section .filters-content .hide {
  opacity: 0;
  visibility: hidden;
  transition: all 350ms;
  display: none;
}
.filters__section .filters-content .item {
  text-align: center;
  cursor: pointer;
  margin-bottom: 0px;
}
.filters__section .filters-content .item .p-inner {
  padding: 20px 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.filters__section .filters-content .item .p-inner h5 {
  font-size: 15px;
}
.filters__section .filters-content .item .p-inner .cat {
  font-size: 13px;
}
.filters__section .filters-content .item img {
  width: 100%;
}



.service-carousel{}
.service-carousel .services-blocks li h3{font-size: 26px; font-weight: 600; max-width: 182px; margin: 0px auto; line-height: 34px; text-shadow: 0 0 black;}
.service-carousel .services-blocks li p{min-height: 40px;}
.service-carousel .bootstrape-nav button.bootstrape-prev{margin-left: -50px;position: absolute; left: 0px;top: 50%; -webkit-transform: translate(0%, -50%); transform: translate(0%, -50%);outline:0;}
.service-carousel .bootstrape-nav button.bootstrape-next{margin-right: -50px;position: absolute; right: 0px;top: 50%; -webkit-transform: translate(0%, -50%); transform: translate(0%, -50%);outline:0;}
.service-carousel .bootstrape-nav button i{font-size: 3rem; color: #494746; opacity: 0.5;}
.service-carousel .bootstrape-nav button i:hover{opacity:0.8;}
.service-carousel .services-blocks{margin-bottom:0px;}
.service-carousel .bootstrape-nav{top: 22%;-webkit-transform: translate(0%, -50%); transform: translate(0%, -50%);}

.search-block{}
.search-block button{color: #179e96;outline:0px;}
.search-block button:hover, .search-block button:active, .search-block button:focus{color: #000;outline: 0px;box-shadow: 0px 0px 0px transparent;}
.search-block form{border: 1px solid #ccc; padding: 1rem;}
.search-block input{flex: auto;border: 0px; border-bottom: 1px solid #179e96; color: #179e96 !important; outline: 0px;}
.search-block input:active, .search-block input:focus, .search-block input:hover{outline: 0px;box-shadow: 0px 0px 0px transparent;}
.search-block input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #179e96;
}

.search-block input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #179e96;
}

.search-block input::-ms-input-placeholder { /* Microsoft Edge */
  color: #179e96;
}
.search_history{background: #f3f3f3; padding: 1rem;}
.search_related-cateogry{background: #f3f3f3; padding: 1rem;}
.search_related-cateogry h3{font-size: 1.25rem; margin-bottom: 1rem;}
.search_related-cateogry ul{padding-left: 1.25rem;color: #179e96;}
.search_related-cateogry li{list-style-type: disc;}
.search_related-cateogry li a{}
.search_history_item{border-bottom: 1px solid #e0e0e0; margin-bottom: 1rem;}
.search_history_item h2{font-size: 1.25rem; font-weight: 400;margin-bottom: 0.8rem;}
.search_history_item p{font-size: 1rem; max-width: 100%;}
.search_history .search_history_item:last-child{border: 0px;}

.cargo_sp{margin-bottom: 0px !important;}
.cargo_sp a{font-size: 14px;padding: 5px; display: inline-block; margin-bottom: 10px;transition: ease all 0.4s;border-radius: 3px;text-decoration: none;border: 1px solid #7dccc2;}
.cargo_sp a:hover{color:#000;transition: ease all 0.4s;border: 1px solid #000;}





.tooltip1 {
    position: relative;
    display: inline-block;
}

    .tooltip1 .tooltiptext1 {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        top: -5px;
        right: 110%;
    }

        .tooltip1 .tooltiptext1::after {
            content: "";
            position: absolute;
            top: 50%;
            left: 100%;
            margin-top: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent transparent black;
        }

    .tooltip1:hover .tooltiptext1 {
        visibility: visible;
    }

#UniqueId:focus + .UniqueIdtooltip {
    visibility: visible;
}

#company:focus + .UniqueIdtooltip {
    visibility: visible;
}

.airport-section__carousel button i{color:#fff;}
body.alert_hidden { margin-top: -20px; transition: ease margin-top 0.3s; }
.sitemap-link{color: #fff !important;text-align: left;cursor:pointer;background: #179F95;}
.ft-logo p.sitemap-link { color: #fff !important; }
.sitemap-link a:hover{color:#fff;}
.sitemap-link i{float: right;position: relative;top: 3px;transform: rotate(-90deg);transition: ease all 0.3s;}
.sitemap-link.sitemap-link-active i{transform: rotate(0deg);transition: ease all 0.3s;}
.feedback-content > div{height: 34px; overflow: hidden; margin-bottom: 0.8rem; display: block; display: -webkit-box; max-width: 100%; line-height: 17px; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis;}
.content-header p.clearfix{margin-bottom: 0px !important;}

.leadership_block{background: #F3F3F3; padding: 1.5rem;margin-bottom: 0.3rem;transition: ease all .5s; -webkit-box-shadow: 0 0px 8px rgb(0 0 0 / 0%); box-shadow: 0 0px 8px rgb(0 0 0 / 0%);transform: translateY(0px) scale(1);}
	.leadership_block:hover{transition: ease all .5s; -webkit-box-shadow: 0 7px 8px rgb(0 0 0 / 20%); box-shadow: 0 7px 8px rgb(0 0 0 / 20%);transform: translateY(-5px) scale(1);}
	.leadership_block--thumb{}
	.leadership_block--thumb img{width: 100px; border-radius: 100px; box-shadow: 1px 2px 3px #8a8a8a;height: 100px; object-fit: cover;}
	.leadership_block--heading{padding: 1.5rem 0rem;}
	.leadership_block--heading h3{font-size: 1.5rem; font-weight: 600;}
	.leadership_block--heading p{color: #555555;}
	.leadership_block--description{margin-top: 1.5rem;}
	.leadership_block--description p{height: 103px; overflow: hidden; margin-bottom: 0.8rem; display: block; display: -webkit-box; max-width: 100%; line-height: 17px; -webkit-line-clamp: 6; -webkit-box-orient: vertical; text-overflow: ellipsis;color:#555555;}
	.leadership_block--description > div{}
	.leadership_block--description a{}
	
	
.accordion.accordion.investor-faq .card-header:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
                font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.accordion.investor-faq .card-header.collapsed:after {
    content: "\f067";
                font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.accordion.investor-faq .card-header{background: #fff;color: #000;cursor: pointer;border-bottom: 0px solid rgba(0,0,0,.125);}
.investor-faq .card-body{background: #fff;padding:0px}
.investor-faq .card-body ul{margin-bottom: 20px;padding-left: 20px;}
.investor-faq .card-body ul li{list-style-type: initial;}

.card-outline-secondary .btn, .panel .btn{min-width: auto !important;margin-bottom: 5px;}

.social-share{margin-bottom: 1.5rem;}
.social-share li{display: inline-block; margin-right: 0.5rem;}
.social-share li a{}
.social-share li a:hover{}


.navbar-brand-first{position: relative; top: 5px !important;}
.navbar-brand-first li{display: inline-block;font-size: 16px;color: #000;font-weight: 600;line-height: 20px;padding-left: 0.5rem;}
.navbar-brand-first li:first-child{
    display: inline-block;
    border-right: 1px solid #000;
    font-size: 19px;
    color: #000;
    padding-right: 0.5rem;
    font-weight: 500;
    padding-left: 0px;
}
.slide_pause{}
.slide_pause:after{content:"\f28b";color:#fff;font-family: 'Font Awesome 5 Free';font-weight: 900;box-shadow: 0px 0px 6px #000; border-radius: 100px;cursor:pointer;font-size: 1.5rem;}
.slide_pause.active:after{content:"\f144";}

.blue_gradient{background: transparent linear-gradient(92deg, #206395 0%, #2E71A5 13%, #347AAF 28%, #2B6EA0 43%, #337DB5 60%, #2A74AA 76%, #3E8EC9 100%) 0% 0% no-repeat padding-box;width: 100%; height: 10px;}
.silver_gradient{background: transparent linear-gradient(92deg, #9BAFC8 0%, #7D90A7 17%, #99ACC3 37%, #9CACBF 43%, #8B9EB4 64%, #98A7B9 80%, #B8C5D5 100%) 0% 0% no-repeat padding-box;width: 100%; height: 10px;}
.platinum_gradient{background: transparent linear-gradient(92deg, #2C4655 0%, #4F6B7B 16%, #3F5662 31%, #586D79 50%, #42555F 67%, #3D505A 78%, #66777F 100%) 0% 0% no-repeat padding-box;width: 100%; height: 10px;}
.pricing-plan-title{padding: 2rem 0rem;font-size: 2rem;}
.pricing_table{background:#fff;text-align:center;box-shadow: 0px 0px 7px #ccc;margin-bottom: 2rem;}
.pricing-table tbody{}
.pricing-table tbody tr{}
.pricing-table tbody tr td:first-child{border-top: 1px solid rgb(112 112 112 / 0.20) !important;border-bottom: 1px solid rgb(112 112 112 / 0.20) !important;}
.pricing-table__price{font-size: 1.8rem; font-weight: 400;}
.assistance_block{background: #F5F5F5;padding: 0.5rem;}
.pricing_table .fa-check{color: #14D046;}
.pricing_table .fa-times{}
.lounge_block{padding: 0.5rem 0rem;}
.pickup_block{background: #F5F5F5;padding: 0.5rem;color: #D00C0C;}
.departure_block{font-size: 1.8rem; font-weight: 600; padding: 0.8rem;}
.arrival_block{font-size: 1.8rem; font-weight: 600; padding: 1rem;background: #F5F5F5;}
.pricing_table--headings{text-align:right;}
.pricing_table_1{height: 112px;}
.pricing_table_2{padding: 0.35rem 0.6rem;border-top: 1px solid rgb(112 112 112 / 0.2); border-bottom: 1px solid rgb(112 112 112 / 0.2);font-size: 1.15rem; font-weight: 500;}
.pricing_table_3{padding: 0.4rem 0.6rem;border-bottom: 1px solid rgb(112 112 112 / 0.2);font-size: 1.15rem; font-weight: 500;}
.pricing_table_4{padding: 0.35rem 0.6rem;border-bottom: 1px solid rgb(112 112 112 / 0.2);font-size: 1.15rem; font-weight: 500;}
.pricing_table_5 span, .pricing_table_6 span{font-size: 14px;color: #838383;font-weight: 400;}
.pricing_table_5{border-bottom: 1px solid rgb(112 112 112 / 0.2);padding: 1.3rem 0.6rem;font-size: 1.15rem; font-weight: 500;}
.pricing_table_6{border-bottom: 1px solid rgb(112 112 112 / 0.2);padding: 1.45rem 0.6rem;font-size: 1.15rem; font-weight: 500;}
.cta_block{padding: 3rem 0rem;}
.pricing_table--main{min-width: 240px;}



.dropdown-toggle__megamenu a{display: block;}
.dropdown-toggle__megamenu a:hover{}
.dropdown-toggle__megamenu h3{font-size: 18px; text-transform: uppercase; color: #fff; font-weight: 500; padding: 15px 0px; transition: ease all .6s; margin-bottom: 0.5rem;}
.dropdown-toggle__megamenu .megamenu ul li div a > div{height: 150px; overflow: hidden; position: relative;max-width: 150px;}
.dropdown-toggle__megamenu .megamenu a div > img{object-fit: cover; width: 100%; height: 100%;transform: translateY(0) scale(1); transition: ease all .6s;max-width: 150px;}
.dropdown-toggle__megamenu .megamenu h3{font-size: 17px; text-transform: inherit; color: #fff; font-weight: 600; padding: 15px 0px;transition: ease all .6s;}
.dropdown-toggle__megamenu .megamenu a:hover div img{transform: translateY(0) scale(1.1); transition: ease all .6s;}
.dropdown-toggle__megamenu .megamenu a:hover a h3{color: #000;transition: ease all .6s;}}
.dropdown-toggle__megamenu .megamenu a div{ }
.dropdown-toggle__megamenu .megamenu a > div{height: 150px; overflow: hidden; position: relative;}
.dropdown-toggle__megamenu .megamenu a:hover div img{transform: translateY(0) scale(1.1); transition: ease all .6s;}
.dropdown-toggle__megamenu .megamenu a:hover h3{color:#000;}
.dropdown-toggle__megamenu .megamenu a{color:#fff;}
.dropdown-toggle__megamenu .megamenu a:hover{color:#000;}
.dropdown-toggle__megamenu--shop-dine .megamenu .row .col-lg-2:last-child{
    border-left: 2px solid rgb(255 255 255 / 27%);
}
.dropdown-toggle__megamenu--airport-services .megamenu .row .col-lg-2:last-child{
    border-left: 2px solid rgb(255 255 255 / 27%);padding-top: 0px;
	margin-top: -3.7rem;
}
.dropdown-toggle__megamenu--airport-services .row p{margin-bottom: 0.8rem; line-height: 19px;}
.dropdown-toggle__megamenu--airport-services .row p a{color: #e9e9e9;}
.dropdown-toggle__megamenu--airport-services .row p a:hover{color: #fff;}
.dropdown-toggle__megamenu--airport-services .col-5, .dropdown-toggle__megamenu--airport-services .col-lg-2, .dropdown-toggle__megamenu--passenger_guide .col-5{
    /*padding-top: 3.5rem;*/
}

.dropdown-toggle__megamenu--passenger_guide{}
.dropdown-toggle__megamenu--passenger_guide .megamenu .row .col-lg-2:last-child{border-left: 2px solid rgb(255 255 255 / 27%);padding-top: 0px;}
.dropdown-toggle__megamenu .megamenu p{margin-bottom: 0.8rem;line-height: 19px;}
.dropdown-toggle__megamenu .megamenu a{color: #e9e9e9;}
.dropdown-toggle__megamenu .megamenu a:hover{color: #fff;}

#tempInfo{margin-right: 0.5rem;}
#tempInfo img{width: 30px;margin-right: 5px;}
#datetime{margin-left: 5px;}


.border-right {border-right: 5px solid #18A790 !important;}
.sync1{max-width: 584px; margin-left: auto; max-height: 550px;}

p{font-weight: normal;}
.chairman-box{}
.chairman-box .mb-5{margin-bottom: 1.5rem !important;}
.chairman-box div.mb-3{font-size: 18px;font-weight: 600; min-height: 50px;}
.chairman-box div.mb-5{font-size: 18px;margin-bottom: 10px !important;}
.chairman-box .readmore{font-size: 16px; font-weight: 400;}
.chairman-box .readmore:hover{color:#fff;}
.half-bg { background: linear-gradient(to bottom, #fff 50%, #fff 0);padding: 3.5rem 0rem;}
p{font-weight: normal;}

/*Menu*/
#mainMenu {
    width: 403px;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    overflow-y: auto;
    color: #306eb2;
    transition: ease all 0.3s;
    margin-right: -403px;
    background: #15837C;
	z-index: 999999;
	left:auto;
	padding: 6rem 4rem 4rem 3rem;
}
#mainMenu.show {
	    transition: ease all 0.3s;
    margin-right: 0px;
	display:block !important; 
	
    }
#mainMenu .nav-item{display: block;padding: 0.8rem 0rem;}
#mainMenu .nav-item a.nav-link{color: #fff;font-size: 22px; text-align: left; margin-bottom: 0rem;display: inline-block;font-weight: 500;padding: 0rem 0rem !important; min-width: 120px;}
#mainMenu .nav-item span{color: #fff; display: inline-block; margin-left: 0.5rem; cursor: pointer; width: 25px; text-align: center; line-height: 25px;position: relative; top: -1px;}
#mainMenu .nav-item a:hover{color: #fff;opacity:1;}
#mainMenu .nav-item.active.dropdown > a{border-bottom: 1px solid #FDAB4B;}
#mainMenu .nav-item.active.dropdown .dropdown-menu.megamenu{display: block;position: relative;background: transparent; box-shadow: 0px 0px 0px transparent;padding-top: 0.5rem;}
.navbar .dropdown{padding-bottom:0px !important; }
.primarymenu{}
.primarymenu li{display: inline-block;text-align:center;}
.primarymenu li a:hover line, .primarymenu li a:hover circle, .primarymenu li a:hover path{stroke:#179F95;fill:transparent;}
.primarymenu li line, .primarymenu li circle, .primarymenu li path{stroke:#fff;fill:transparent;}
.primarymenu li span{font-size: 16px; margin-right: 10px;}
.primarymenu li a{color:#fff;transition:ease all 0.3s;font-weight: 400;transition: ease all 0.5s;}
.primarymenu li:hover > a{transition:ease all 0.3s;}
.primarymenu li .nav-dropdown{}
.primarymenu .nav-dropdown:after{content:"";border-left: 4px solid transparent; border-right: 4px solid transparent; border-bottom: 8px solid #ffffff; position: absolute; top: 16px; right: -10px;-ms-transform: rotate(-180deg); -webkit-transform: rotate(-180deg); transform: rotate(-180deg);}
.primarymenu .nav-dropdown:hover:after{border-bottom: 8px solid #f6c113;content:"";}
.primarymenu .nav-dropdown:hover .dropdown-menu{display:block;animation: fadeInDown .4s;background: #fff; border-radius: 3px;} 
.primarymenu .dropdown-menu .dropdown-item{display: block;border: 0px; color: #cd366b; padding: 5px 15px; border-bottom: 1px solid #e2e2e2;position: relative;}
.primarymenu .dropdown-menu .dropdown-item:hover{color:#fff;transition:ease all 0.5s;}
.primarymenu .dropdown-menu .dropdown-item:nth-last-child(1){border-bottom: 0px;}
.primarymenu .dropdown-menu .dropdown-item:before{content:"";position:absolute;left:0px;top:0px;width:5px; background:#cf4475;height:100%;transition: ease all 0.4s;}
.primarymenu .dropdown-menu .dropdown-item:hover:before{width:100%;transition: ease all 0.4s;z-index: -9999;}
.homeslider-other, .inner-herobanner{background:#000;overflow: hidden;}
.homeslider-other .item img, .inner-herobanner img{opacity:0.8;object-fit: cover; width: 100%; height: 100%;}
.menu-overlay{position: fixed; background: rgb(0 0 0 / 50%); width: 100%; height: 100%; left: 0px;z-index: 10;top: 0px;}
.nav-close{width: 30px; height: 30px; position: absolute; display: block; top: 40px; right: 60px; cursor: pointer;}
.nav-close:before{content:"";position: absolute; width: 30px; height: 2px; background: #fff; transform: rotate(45deg);top: 14px;}
.nav-close:after{content:"";position: absolute; width: 30px; height: 2px; background: #fff; transform: rotate(-45deg);top: 14px;}
.flight-schedule .flight-schedule-container{max-width: 374px !important;}

.active-bg_white, .sticky-header{background:#fff;}
.active-bg_white .navPanel .navbar-brand img, .sticky-header .navbar-brand img{filter: brightness(1);}
.active-bg_white .navPanel .navbar-brand p, .sticky-header .navbar-brand p{color:#000;}
.active-bg_white .navPanel .navbar-brand .col-4:after, .sticky-header .navbar-brand .col-4:after{content:"";background: #000;}
.active-bg_white .primarymenu li line, .active-bg_white .primarymenu li circle, .active-bg_white .primarymenu li path, .sticky-header  .primarymenu li line, .sticky-header  .primarymenu li circle, .sticky-header  .primarymenu li path{stroke: #000;}
.active-bg_white .weather-plugin, .sticky-header .weather-plugin{filter: brightness(0);}
.active-bg_white .weather-plugin span, .sticky-header .weather-plugin span{color:#000;}
.active-bg_white .navbar-light .navbar-toggler span,  .sticky-header .navbar-light .navbar-toggler span{background:#000;}
.active-bg_white{}
.navPanel .nav-link{padding: 2.5rem 1rem;}
.active-bg_white .navPanel .navbar-brand .col-5 img:first-child{opacity: 1; display: block;}
.active-bg_white .navPanel .navbar-brand .col-5 img:last-child{opacity: 0; display: none;}
.active-bg_white .navPanel .navbar-brand .col-5:after{background: #000;}


.inner-herobanner-carousel, .inner-herobanner-carousel .item ,.inner-herobanner-carousel img{height:580px;}
.homeslider-other .item img{}

.notification_carousel-desc{border-left: 6px solid #179F95; padding: 40px;}
.notification_carousel-desc > span{font-size: 18px; color: #6C6C6C; display: block;}
.notification_carousel-desc h2{color:#000000;margin-top:18px;margin-bottom: 20px;color: #000000; margin-top: 18px; margin-bottom: 20px; font-weight: 500; line-height: 20px;}
.notification_carousel-desc p{font-size: 18px; color: #000;margin-bottom: 40px;line-height: 25px;}
.notification_carousel-desc > div{}
.notification_section{padding-top: 80px; padding-bottom: 80px;}
.notification_carousel .bootstrape-dots{text-align:center;padding-top:40px;}
.notification_carousel .bootstrape-dots button{margin-left: auto; margin-right: auto;margin-bottom: 5px;border: 2px solid transparent; border-radius: 100px;transition:ease all 0.5s;outline: 0;}
.notification_carousel .bootstrape-dots button span{width: 10px; height: 10px; background: transparent; border: 2px solid #179E96; display: block; border-radius: 100px;margin: 5px;}
.notification_carousel .bootstrape-dots button.active{border: 2px solid #179E96; border-radius: 100px;transition:ease all 0.5s;}
.notification_carousel .bootstrape-dots button.active span{background: #179E96;}
.exp-airport_section{padding: 100px 0px;background: #f4efec;}
.exp-airport_section p{max-width: 525px; font-size: 20px; line-height: 28px; font-weight: 400;margin-bottom: 40px;}
.exp-airport_section .nav-item .nav-link{background: transparent; border: 0px; font-size: 22px; font-weight: 500; color: #000 !important;opacity:0.5;padding: 0px;transition: ease all 0.6s;padding: 5px 15px;}
.exp-airport_section .nav-item .nav-link{background: #fff; border: 0px; font-size: 22px; font-weight: 500; color: #000 !important;opacity:1;padding: 0px;transition: ease all 0.6s;padding: 5px 15px; height: 46px;}
.exp-airport_section .nav-item .nav-link span{padding-left: 15px;margin-right: 0px;position:relative;display: inline-block;}
.exp-airport_section .nav-item .nav-link.active span:after{content:"";display: block; background: transparent; height: 2px; width: 100%;}
.exp-airport_section .nav-item .nav-link.active, .exp-airport_section .nav-item .nav-link:hover{opacity:1;transition: ease all 0.6s;}
.exp-airport_section .nav-item{margin-right: 20px;}
.exp-airport_section .nav-item .nav-link.active{background: #179e96; color: #fff !important;}
.exp-airport_section .nav-item .nav-link.active img{filter: grayscale(1) contrast(100);}
.exp-airport_section .nav-tabs{border-bottom: 0px;margin-bottom: 44px;}
.airport-section__carousel-4item{width: calc(100% + 140px);}
.airport-section__carousel .item{}
.airport-section__carousel .bootstrape-nav{}
.airport-section__carousel .bootstrape-nav button.disabled{opacity:0 !important;}
.airport-section__carousel .bootstrape-nav button{box-shadow: 0px 0px 10px rgb(0 0 0 / 20%); background: #fff !important; border-radius: 100px;outline: 0;}
.airport-section__carousel .bootstrape-nav button:hover{opacity:0.5;transition:ease all 0.6s;}
.airport-section__carousel .bootstrape-nav button i{color:#000;}
.airport-section__carousel .bootstrape-nav button.bootstrape-prev{margin-left: 30px;}
.airport-section__carousel .bootstrape-nav button.bootstrape-next{margin-right: 130px;}
.bg-cream{background: #f4efec;}

.home-feedback{position: relative;max-height: 550px;overflow: hidden;transition:ease all 0.6s;transform: translateY(0) scale(1);}
.home-feedback:hover{transition:ease all 0.6s;transform: translateY(-5px) scale(1);}
.home-feedback:hover .home-feedback-thumb{background:#000;transition:ease all 0.6s;}
.home-feedback:hover .home-feedback-thumb img{opacity:0.6;transition:ease all 0.6s;}
.home-feedback-thumb{position: relative;background:#000;transition:ease all 0.6s;}
.home-feedback-thumb img{width: 100%;}
.home-feedback-thumb:after{content:"";position: absolute; bottom: 31px; left: 0px; display: block; height: 0px; width: 100%; box-shadow: 0px 0px 64px 35px #000, 0px 0px 123px 35px #000, 0px 0px 210px 35px #000, 0px 0px 271px 35px #000, 0px 0px 271px 35px #000, 0px 0px 317px 35px #000;}
.home-feedback-content{position:absolute;bottom: 0px; width: 100%; left: 0px;padding: 60px;}
.home-feedback-content h2{font-size: 26px; color: #fff; margin-bottom: 30px;}
footer{background:#fff;}


/* Zoom in Keyframes */
@-webkit-keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.05);}
  100% {transform: scale(1);}
}
@keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.10);}
  100% {transform: scale(1);}
} /*End of Zoom in Keyframes */

/* Zoom out Keyframes */
@-webkit-keyframes zoomout {
  0% {transform: scale(1);}
  50% {transform: scale(1.10);}
  100% {transform: scale(1);}
}
@keyframes zoomout {
    0% {transform: scale(1);}
  50% {transform: scale(1.10);}
  100% {transform: scale(1);}
}/*End of Zoom out Keyframes */

.headerSec-inner{background: #fff; color: #000;}
.headerSec-inner .navbar-brand img{}
.headerSec-inner .navbar-brand p{color:#000;}
.headerSec-inner .navbar-brand .col-4:after{content:"";background: #000;}
.headerSec-inner{}
.headerSec-inner .navbar-toggler span{background:#000;}
.headerSec-inner .primarymenu li line, .headerSec-inner .primarymenu li circle, .headerSec-inner .primarymenu li path{stroke:#000;}
.headerSec-inner .weather-plugin {filter: brightness(0);}
.headerSec-inner .navbar-brand .col-5:after{background:#000 !important;}
.address-section{}
.address-section h6{font-size:24px;color:#000;line-height:34px;margin-bottom:12px;}
.address-section h5{font-size:26px;color:#179E96;line-height:37px;margin-bottom:24px;}
.address-section .medium{font-size:18px;color:#000;line-height:25px;margin-bottom:22px;}
.filters-content p{font-size: 20px; line-height: 28px; margin-bottom: 25px; font-weight: 300; text-shadow: 0 0 black; color: #757575; max-width: 750px;}

.travel-guide__content p{font-size:20px;line-height:28px;margin-bottom:20px;color:#000;}
.service-carousel img{max-width: 80px !important;margin-bottom: 28px !important;}
.service-carousel a{font-size:26px;line-height:34px;color:#000000;}
.inner-herobanner-carousel .bannercontent{top: 50%;}

.PGSlider{}
.PGSlider .item, .PGSlider .item a, .PGSlider .item img{height: 559px;max-height: 559px;}

.dropdown-select{background: #179F95 !important; color: #fff !important; height: calc(2rem + 5px) !important; padding: 10px 10px; margin-bottom:15px;border: 0px; box-shadow: 0px 0px 0px transparent;}
.shop_tiles p{color:#fff;}
#filter-dropdown{margin-bottom:60px;}



.shop_tiles .shop_tiles-content p{line-height: 22px;}
.shop_tiles .shop_tiles-content{transition:ease all 0.6s;height: 100px; overflow: hidden;position: absolute; bottom: 0px;}
.shop_tiles:hover .shop_tiles-content{transition:ease all 0.6s;height: 100%;}

.Service-Offerings{}
.Service-Offerings .feedback{position:relative;}

.Airport_SERV{position: relative;min-height: 100px;padding-left: 70px;}
.Airport_SERV span{display: inline-block; position: absolute;left: 0px;}
.Airport_SERV span img{}
.Airport_SERV div{padding: 0.5rem 1rem;}
.Airport_SERV div h4{font-size: 36px; font-weight: 500;}
.Service-Offerings .feedback-content{width: 450px;}
.Service-Offerings .feedback-content > div{height: auto;display: block;}
.Service-Offerings .feedback-content h3{font-size:26px;line-height:37px;margin-bottom:18px;font-weight: 400; text-shadow: 0 0 black;}
.Service-Offerings .feedback-content ul{font-size: 16px; line-height: 22px;}
.Service-Offerings .feedback-content ul li{font-size: 16px; line-height: 26px; margin-bottom: 10px;}

.heading { border-left: 5px solid #18a790; font-size: 22px !important;line-height: 30px; }
.table{font-size: 18px;text-shadow: 0 0 black;}
.table thead th{font-weight: 500;}






.flight_search{font-size: 18px;text-shadow: 0 0 black;}
.flight_search thead{font-weight: 500;}
.flight_search input{}
.flight_search button{position: absolute; right: 1px; border: 0px; background: #fff; padding: 0px 10px; top: 5px; z-index: 9; outline: 0;}

.btn-link{color: #179f95; text-decoration: underline; font-size: 18px;}

.box-filter{}
.box-filter .btn-link{position: relative; top: 8px !important;padding-right: 0px !important;}
.box-filter label{font-size: 14px; font-weight: 500; margin-bottom: 0.35rem;}
.box-filter .btn{padding: .25rem 1.2rem;position: relative; top: 5px;}
.box-filter select{font-size: 14px; padding: 10px 10px; border: 0px; background: #fff;height: calc(2.2rem + 2px) !important;}
.filter-results{font-size: 14px; font-weight: 500;}

.btn-light{border-radius:0px;}
.nav-tabs--main {
  margin-bottom: 1.5rem;
  background: #f1f1f1;
  padding: 1rem 2rem;
}

.nav.nav-tabs--main .nav-item {
  width: auto;
}

  .nav.nav-tabs--main .nav-item a.nav-link {
      background: transparent !important;
      color: #545454 !important;
      position: relative;
      text-transform: capitalize;
  }

      .nav.nav-tabs--main .nav-item a.nav-link:after {
          content: "";
          display: block;
          width: 100%;
          height: 3px;
          background: transparent;
      }

      .nav.nav-tabs--main .nav-item a.nav-link.active:after {
          content: "";
          display: block;
          width: 100%;
          height: 3px;
          background: #fcb15a;
      }

      .nav.nav-tabs--main .nav-item a.nav-link:hover, .nav.nav-tabs--main .nav-item a.nav-link.active {
          color: #179e96 !important;
      }

.nav-tabs--content {
  padding: 0rem 2rem !important;
}

	.nav-tabs--main{margin-bottom: 1.5rem; background: #f1f1f1; padding: 1rem 2rem;}
	.nav.nav-tabs--main .nav-item{width: auto;}
	.nav.nav-tabs--main .nav-item a.nav-link{background: transparent !important; color: #545454 !important;position:relative;text-transform: capitalize;}
	.nav.nav-tabs--main .nav-item a.nav-link:after{content:"";display: block; width: 100%; height: 3px; background: transparent;}
	.nav.nav-tabs--main .nav-item a.nav-link.active:after{content:"";display: block; width: 100%; height: 3px; background: #fcb15a;}
	.nav.nav-tabs--main .nav-item a.nav-link:hover, .nav.nav-tabs--main .nav-item a.nav-link.active{color: #179e96 !important;}
	.nav-tabs--content{padding: 0rem 2rem !important;}
	
	
	.airport-section__carousel .otherservices_carousel .bootstrape-nav button{background: transparent !important; box-shadow: 0px 0px 0px 0px #000 !important;}
	.airport-section__carousel .otherservices_carousel .bootstrape-nav button.bootstrape-prev{margin-left: -45px;}
	.airport-section__carousel .otherservices_carousel .bootstrape-nav button i{font-size: 3rem;}
	.airport-section__carousel .otherservices_carousel .bootstrape-nav button.bootstrape-next{margin-right: -45px;}
	
.section_padding-bottom-0{padding-bottom: 0px !important;}
.section_padding-top-0{padding-top: 0px !important;}

.partner-carousel .bootstrape-nav{ top: 50%; transform: translateY(-50%); }
.partner-carousel .bootstrape-nav button{box-shadow: 0px 0px 10px rgb(0 0 0 / 20%); background: #fff !important; border-radius: 100px;outline: 0;}
.partner-carousel .bootstrape-nav button:hover{opacity:0.5;transition:ease all 0.6s;}
.partner-carousel .bootstrape-nav button i{color:#000;}
.partner-carousel .bootstrape-nav button.bootstrape-prev{margin-left: -20px !important;}
.partner-carousel .bootstrape-nav button.bootstrape-next{margin-right: -20px !important;}

.filters__section .otherservices_carousel{}
.filters__section .otherservices_carousel .bootstrape-nav{position: relative; top: unset; transform: unset; height: auto; text-align: right;padding-top:10px;}
.filters__section .otherservices_carousel .bootstrape-nav .bootstrape-prev{float: none;margin: 0px !important;}
.filters__section .otherservices_carousel .bootstrape-nav .bootstrape-next{float: none;margin: 0px !important;}
#search-toggle.dropdown_inactive .search-container{display: none;animation: fadeInDown-menu .8s;}

#mainMenu .nav-item.dropdown > a:not([href]) { pointer-events: none; }
.notification_carousel-thumb{position: relative; overflow: hidden;}

.list-mission {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px;
}
.list-mission .item {
	padding: 12px 12px;
	max-width: 100%;
	flex: 0 0 33.3333%;
}
.mission-block {
	position: relative;
	background: #f6f6f6;
	padding: 12% 12% 12% 20%;
	height: 100%;
	transition: all ease-in-out 0.2s;
}
.mission-block span {
	position: absolute;
	left: 0;
	top: 0;
	color: #000;
	opacity: 0.05;
	line-height: 1;
	font-size: 500%;
	padding: 15px 0 0 20px;
}
.mission-block:hover {
	background: #179e96;
	color: #fff;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
	transform: scale(1.02);
}
.mission-block:hover p{color: #fff;}
.list-values {
	display: flex;
	flex-wrap: wrap;
}
.list-values .item {
	padding: 40px 60px 40px 0px;
	max-width: 100%;
	flex: 0 0 33.3333%;
}
.values-block h3 {
	margin: 20px 0;
}
.weather-plugin a{pointer-events: none;}
#recaptcha1, #recaptcha2, .captcha { transform: scale(0.7); transform-origin: top left; }
.btn.btn-secondary.reset{padding: .8rem 1.2rem; border: 1px solid #179F95; border-radius: 0px;line-height: 26px;}
.btn.btn-secondary.reset:hover{background: #179F95 !important; color: #fff !important;}
#UseRegistrationBtn{background: #179f95; color: #fff !important;padding: .8rem 1.2rem;border: 1px solid #179f95;line-height: 26px;}
#UseRegistrationBtn:hover{background: #505050; color: #fff !important; border: 2.1px solid #505050;}

#default_modal .modal-content{overflow:auto;max-height:100vh;}

@media (min-width: 992px) {.download-section{ padding-top: 12rem !important; }}
@media (max-width: 991px) {.download-section{ padding-top: 8rem !important; }}

.tender-listing li a:visited, .listing_icons li a:visited, .listing_icons li a:hover{color:#179E96;}

.flight_search{border: 1px solid #ced4da;}
.flight_search #txtSearch{border: 0px solid #ced4da;width: 90%; flex: none;box-shadow: 0px 0px 0px #000;}

.bookassistance_form select, .bookassistance_form input[type="text"], .bookassistance_form input[type="text"]{height: calc(2.7rem + 2.8px) !important;font-size: 20px;}
#recaptcha1, #recaptcha2, .captcha{transform: scale(0.7); transform-origin: top left;}

.bookassistance_form .form-check-input{}

.bookassistance_form .row{margin-left: -10px;margin-right: -10px;}
.bookassistance_form .col-lg-3{padding-right: 10px;padding-left: 10px;}
.bookassistance_form .col-lg-1{padding-right: 10px;padding-left: 10px;}
.bookassistance_form .col-lg-2{padding-right: 10px;padding-left: 10px;}
.bookassistance_form .col-lg-6{padding-right: 10px;padding-left: 10px;}
.bookassistance_form .col-lg-7{padding-right: 10px;padding-left: 10px;}

@media(max-width:991px){
.bookassistance_form .row{margin-left: -5px;margin-right: -5px;}
.bookassistance_form .col-lg-3{padding-right: 5px;padding-left: 5px;}
.bookassistance_form .col-lg-1{padding-right: 5px;padding-left: 5px;}
.bookassistance_form .col-lg-2{padding-right: 5px;padding-left: 5px;}
.bookassistance_form .col-lg-6{padding-right: 5px;padding-left: 5px;}
.bookassistance_form .col-lg-7{padding-right: 5px;padding-left: 5px;}
.bookassistance_form .form-group{margin-bottom: 0.5rem;}
.bookassistance_form input[type="text"], .bookassistance_form select, .bookassistance_form .form-check-label{font-size:16px;}
bookassistance_form h2{font-size: 22px; margin-bottom: 15px ;}
.bookassistance_form label{font-size: 16px;}
}

.bookassistance_form input[type="text"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b8b8b8;
  opacity: 1; /* Firefox */
}

.bookassistance_form:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #b8b8b8;
}

.bookassistance_form::-ms-input-placeholder { /* Microsoft Edge */
  color: #b8b8b8;
}

.bookassistance_form{

}
.bookassistance_form h2{}
.bookassistance_form p{
    margin-bottom: 0px;
    font-size: 18px;
}
.bookassistance_form input[type="text"]{
    background: #fff;
    border: 0px;
}
.bookassistance_form select{
    min-height: 35px;
    background: #fff;
    border: 0px;
	padding: 5px 5px;
}
.bookassistance_form label{
    font-size: 20px;
    font-weight: 400;
}
.bookassistance_form .form-check-label{
    font-size: 20px;
}
.bookassistance_form .req_field{color: red;}
.bookassistance_form .txt-small{color: red;font-size: 14px;font-weight: 400;}

@media(min-width:992px){
main{padding-top: 2.5rem;}
}
.covid-info h2 {
    font-size: 24px;
    color: #22252a;
    margin-bottom: 8px;
  }
  .covid-info .info-item {
    background-color: #fff;
    border: 1px solid #dbdada;
    padding: 30px;
  }
  .covid-info .information-card {
    display: flex;
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: #333;
    line-height: 23px;
  }
  .covid-info .information-card aside{
    flex: 1;
    margin: 0 1rem 0 0;
  }
  .covid-info .information-card aside p{
    font-size: 14px;
    color: #333;
    line-height: 1.7;
  }
  
  .covid-info .information-card figure{
    width: 245px;
    margin: 0;
    padding: 0;
  }
  .covid-info .information-card figure img{
    max-width: 100%;
    width: 100%;
  }
  
  .covid-info .information-card button {
    display: block;
    border: 1px solid #179e96;
    padding: 7px 15px;
    margin-top: 20px;
    color: #179e96;
    font-size: 14px;
  }
  .clr-arrow {
    display: inline-block;
    background: url(../files/arrow2.png) 0 0 no-repeat;
    width: 13px;
    height: 9px;
    margin-left: 8px;
    border: none;
    transition: all ease 0.2s;
  }
  
  @media (max-width: 500px) {
    .covid_guideline .accordion-pannel figure{
      margin-right: 5px;
      height: 91px;
      overflow: hidden;
    }
    .covid_guideline .accordion-pannel .acc_head{
      align-items: flex-start;
    }
    .covid-info .info-item {
      border: none;
      padding: 20px 0px;
    }
    .covid-info {
      padding: 0;
      width: 100%;
      margin:0;
    }
    .covid-info .information-card {
      flex-direction: column-reverse;
    }
    .covid-info .information-card figure{
      width: 100%;
    }
    .covid-info .information-card aside{
      margin: 20px 0 0 0;
    }
    /* .covid-info .information-card img {
      margin-bottom: 20px;
    } */
    .covid-info h2 {
      margin-bottom: 20px;
    }
    .covid_guideline .main-text {
      font-size: 14px;
      line-height: 25px;
    }
    
    /* .covid_guideline .accordion .acc_content {
      padding-top: 20px;
    } */
    .covid_guideline .accordion-pannel aside {
      padding: 0 0 0 5px;
    }
    .covid_guideline .accordion .acc_head:after {
      top: 30px;
    }
  }
.covidInfoText{min-height:70px;}



/* Lets Travelpuram slider CSS*/
.airport-section__carousel-5item .item, .airport-section__carousel-5item .item a, .airport-section__carousel-5item .item a img{height: 460px;max-height: 460px;}
@media(min-width:1699px){

	.airport-section__carousel-5item .item, .airport-section__carousel-5item .item a, .airport-section__carousel-5item .item a img, .filters__section .filters-content .item img, .filters__section .filters-content .item a{height: 620px; max-height: 620px;}

}
@media (min-width: 1350px) and (max-width: 1920px) { .airport-section__carousel-5item .item, .airport-section__carousel-5item .item a, .airport-section__carousel-5item .item a img{ height: 460px; max-height: 460px; } }


.TRV_carousel_slider .airport-section__carousel {height:auto!important;}
.TRV_carousel_slider .bootstrape-carousel .bootstrape-stage-outer {padding-left:15px;}
.TRV_carousel_slider .airport-section__carousel .bootstrape-item .item {height:auto;}
.TRV_carousel_slider .airport-section__carousel-5item .item a img {height:auto;max-height:auto;}
.TRV_carousel_slider .airport-section__carousel .item a, .airport-section__carousel .filter_inner a {height:auto;}
.TRV_carousel_slider .airport-section__carousel .item a:after {display:none}