@font-face {
    font-family: 'GalanoGrotesque-Medium';
    src: url('../font/GalanoGrotesque-Medium.eot');
    src: url('../font/GalanoGrotesque-Medium_-iefix.eot') format('embedded-opentype'),
        url('../font/GalanoGrotesque-Medium.woff') format('woff2'),
        url('../font/GalanoGrotesque-Medium.woff') format('woff'),
        url('../font/GalanoGrotesque-Medium.ttf') format('truetype'),
        url('../font/GalanoGrotesque-Medium.svg') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'GalanoGrotesque-SemiBold';
    src: url('../font/GalanoGrotesque-SemiBold.eot');
    src: url('../font/GalanoGrotesque-SemiBold_-iefix.eot') format('embedded-opentype'),
        url('../font/GalanoGrotesque-SemiBold.woff') format('woff2'),
        url('../font/GalanoGrotesque-SemiBold.woff') format('woff'),
        url('../font/GalanoGrotesque-SemiBold.ttf') format('truetype'),
        url('../font/GalanoGrotesque-SemiBold.svg') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'GalanoGrotesque-Light';
    src: url('../font/GalanoGrotesque-Light.eot');
    src: url('../font/GalanoGrotesque-Light_-iefix.eot') format('embedded-opentype'),
        url('../font/GalanoGrotesque-Light.woff') format('woff2'),
        url('../font/GalanoGrotesque-Light.woff') format('woff'),
        url('../font/GalanoGrotesque-Light.ttf') format('truetype'),
        url('../font/GalanoGrotesque-Light.svg') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'GalanoGrotesque-Bold';
    src: url('../font/GalanoGrotesque-Bold.eot');
    src: url('../font/GalanoGrotesque-Bold_-iefix.eot') format('embedded-opentype'),
        url('../font/GalanoGrotesque-Bold.woff') format('woff2'),
        url('../font/GalanoGrotesque-Bold.woff') format('woff'),
        url('../font/GalanoGrotesque-Bold.ttf') format('truetype'),
        url('../font/GalanoGrotesque-Bold.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'GalanoGrotesque';
    src: url('../font/GalanoGrotesque-Regular.eot');
    src: url('../font/GalanoGrotesque-Regular_-iefix.eot') format('embedded-opentype'),
        url('../font/GalanoGrotesque-Regular.woff') format('woff2'),
        url('../font/GalanoGrotesque-Regular.woff') format('woff'),
        url('../font/GalanoGrotesque-Regular.ttf') format('truetype'),
        url('../font/GalanoGrotesque-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

html{
	overflow-x: hidden;
}
body{
	margin: 0px;
	padding: 0px;
	font-family: 'GalanoGrotesque', sans-serif;
}
.home-menu-wrap{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.home-menu-bar{
	width: 30px;
}
.logo-img1{
	width:150px;
}
.img-responsive{
	width:100%;
}
.home-top-menu{
	padding:30px 0px 0px;
    width: 100%;
}
.sticky-header{
	background-color:#fff;
	height:100px;
	position: fixed;
	top: 0;
	transition: top 0.2s ease-in-out;
	width: 100%;
	z-index: 9;
	box-shadow: 0px 0px 35px -25px #000;
}
.header-wraper{
	display: flex;
	justify-content: space-between;
	padding: 4px 0px;
	align-items: center;
}
.nav-wrap li{
	margin: 0px 15px;	
	position: relative;
}

.nav-wrap li:before {
	content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -8px;
    left: 0;
    background-color: #333;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.nav-wrap li.nav-item.active:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.nav-wrap li.nav-item:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.logo-wrap{
	width:100px;
}
.nav-wrap ul{
	display: flex;
    list-style-type: none;
    align-items: center;
    margin-bottom: 0;
}
.nav-wrap ul li a{
	text-decoration: none;
    color: #333;
    text-transform: uppercase;
}
.sticky-icon{
	width:35px;
}
.nav-up {
  top: -100px; /* same as header height. use variables in LESS/SASS*/
}
#ai .m1 {
    width: 15%;
    float: left;
}
#ai .m2 {
    width: 85%;
    float: left;
    margin-top:0px;
}

.home-first-sec{
    background-image: url(../img/bg1.jpg);
    height: 100%;
    background-size: 160%;
    background-position: right;
    background-repeat: no-repeat;
    padding-bottom: 20px;
   /* background-color: #f7f7f7;*/
}
.banner-about{
	width: 420px;
}
.heading1{
	margin-bottom: 20px;
    font-size: 34px;
    text-transform: uppercase;
    margin-top: 110px;
}
.p1{
	font-size: 18px;
    font-weight: normal;
    line-height: 29px;
    font-family: 'GalanoGrotesque-light',sans-serif;
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 6; /* number of lines to show */
    line-clamp: 6;
   -webkit-box-orient: vertical;
}

.read-more-btn{
	font-family: 'GalanoGrotesque-Bold',sans-serif;
    background-color: #ccc;
    padding: 13px 26px;
    color: #002532;
    border:2px solid #ccc;
    border-radius: 20px;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    margin-top: 18px;
    text-transform: uppercase;
}
.read-more-btn:hover{
	border: 2px solid #002532;
    background-color: transparent;
    color: #002532;
}
.sidebar-menu{
	background: #1c1c1c;
    width: 300px;
    height: 100vh;
    position: fixed;
    right: -500px;
    padding: 25px 0px;
    transition: 0.6s;
    z-index: 9;
}
.sidebar-menu ul{
	list-style: none;
    line-height: 40px;
    padding-left: 0px;
}
.sidebar-menu ul li a{
	text-decoration: none;
	color:#fff;	   
	padding-left: 15px; 
}
.sidebar-menu ul li{
	border-bottom: 1px solid #464646;
}
.hemburg{
	cursor: pointer;
}
.close-icon{
	width:30px;
	cursor: pointer;
	margin-right:20px;
}
.clode-wrap{
	text-align: right;
}
.first-sec-menu{
	width: 100%;
	margin-top:150px;
}
.menu-f{
	list-style: none;
    display: flex;
    justify-content: center;
}
.menu-f li{
	margin:0px 40px;
	border-bottom: 2px solid;
    border: 0px;
    transition: 0.6s;
    position: relative;
}
.menu-f li:before{
	content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -8px;
    left: 0;
    background-color: #333;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.menu-f li:hover:before{
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.menu-f li a{
	text-decoration: none;
	color: #333;
	text-transform: uppercase;
}
.home-second-sec{
	padding: 60px 0px;
	text-align: center;
}

.home-fourth-sec{
    padding: 60px 0px;
    text-align: center;
}

.heading2{
	font-family: 'GalanoGrotesque-Medium',sans-serif;
    font-size: 24px;
    color: #002532;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
}
.heading2 span{
	font-weight: 600;
}
.heading2:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 99%;
    margin: 14px auto;
    width: 70px;
    height: 2px;
    background: /*#c79d55*/#ccc;
}
.heading3{
	font-family: 'GalanoGrotesque-Medium',sans-serif;
    font-size: 24px;
    color: #002532;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
}
.heading3 span{
	font-weight: 600;
}
.heading3:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 99%;
    margin: 14px 0px;
    width: 70px;
    height: 2px;
    background: /*#c79d55*/#ccc;
}
.p2{
	font-family: 'GalanoGrotesque',sans-serif;
    font-size: 17px;
    color: #666;
    width: 100%;
    margin-top: 15px;
    padding: 0;
    line-height: 25px;
    position: relative;
    display: inline-block;
}
.list1{
    font-size: 14px;
    padding-left: 18px
}
.title2{
    font-size: 16px;
    font-weight: 700;
}
.home-third-sec{
	background-image:url(../img/chairman-bg.jpg);
	border-bottom: 2px solid #ececec;
    border-top: 2px solid #ececec;
    padding: 50px 0px;
}
.psp-cptl{
    padding: 8px 16px;
    background-color: #fff;
}
.footer{
	background: #f1f1f1;
    color: #666;
    padding: 30px 10px 35px 10px;
}
.footer-title{
	font-size: 20px;
	margin-bottom: 15px;
    font-weight: 600;
}
.mt-2{
    margin-top: 20px;
}
.footer a {
	color:#676766;
	text-decoration: none;
	font-size:14px;
}
.footer p{
	margin-bottom: 5px;
}
.top-footer{
	/*border-bottom: 1px solid #333;*/
	padding: 20px 0px;
}
.owl-nav{
    font-size:24px;
}
.bottom-footer{
	padding-top: 20px;
	border-top: 1px solid #333;
}
.footer-middle{
	padding: 20px 0px;
}
.social-media{
	list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}
.social-media li{
	margin:0 25px; 
}
.social-media li a{
	opacity: 0.5; 
}
.social-media li a:hover{
	opacity: 1; 
}

.main-sec{
	padding-top:140px;
    padding-bottom: 30px;
}

.jobs-sec{
	display: flex;
	justify-content: center;
	align-items: center;
}
.opening-title{
	color: #102128;
    text-transform: uppercase;
    font-size: 18px;
    margin: 13px auto;
    font-weight: bold;
}

.opening-descr{
	color: #666;
    font-size: 14px;
    width: 75%;
    margin: 0 auto;
    min-height: 55px;
    line-height: 20px;
}

.opening-btn{
	color: #999;
    font-size: 13px;
    text-decoration: none;
    display: inline-block;
    margin: 15px 0;
    padding: 9px 24px 11px 24px;
    border-radius: 20px;
    border: 1px solid #ccc;
    line-height: 19px;
}
.opening-btn:hover{
	color: #fff;
    background: #002532;
    border: 1px solid #002532;
}
.jobs{
	width:100%;
}
.jobs:first-child{
	border-right:1px solid #ececec;
}

.career-options{
	padding:40px 0px;
	background-color:#fafafa;
}
.explain-p{
	font-size: 18px;
    text-align: center;
    margin-top: 20px;
}
.more-details-sec{
	padding:40px 0px;	
}
.input-field{
	font-size: 14px;
    color: #535353;
    box-sizing: border-box;
    padding: 12px 15px;
    border-bottom: 1px solid #dbdbdb;
    border: 0;
    width: 100%;
    margin-bottom: 2px;
    margin-top: 20px;
}
.contact-form{
	padding: 50px 30px;
    border: 1px solid #ececec;
    background-color: #F9F9F9;
}
.form-submit{
	font-family: 'GalanoGrotesque-Bold',sans-serif;
    background-color: #ccc;
    padding: 13px 26px;
    color: #002532;
    border: 2px solid #ccc;
    border-radius: 20px;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    margin-top: 18px;
    text-transform: uppercase;
}
.form-submit:hover{
	border: 2px solid #002532;
    background-color: transparent;
    color: #002532;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.contact-list{
	list-style-type: none;
	font-size: 18px;
    line-height: 30px;
        padding: 0;
    margin-top: -15px;
}
.contact-list li{ 
	text-indent: -20px;
    padding-left: 20px;

}
.modal-dialog{
	max-width:80%;
}
.contact-sec{
	padding-bottom: 40px;
}
.cont-sec{
	padding-left: 50px;
	background-image:url('../img/Contact-us-bg.jpg');
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center;
}
.alerts-link{
    cursor: pointer;
    font-weight: 600;
    animation: animate 1s linear infinite;
   /* margin-right: 30px; */
    font-size:14px;
}
.alerts-link1{
    cursor: pointer;
    font-weight: 600;
    /* animation: animate 1s linear infinite; */
   /* margin-right: 30px; */
    font-size:18px;
    color:#0000ff;
    text-decoration: underline;
}
.visiters-al{
    max-height: 450px;
    overflow-y: scroll;
}
.seprate{
    margin-top: 20px;
    border-top: 1px solid #ccc;
    padding-top: 12px;
}
.opening-table{
    border: 1px solid gray;
    border-radius: 15px 15px 0px 0px;
    overflow: hidden;
    box-shadow: 0px 0px 1px 0px #000;
    margin-top:20px;
}
.thead-gray{
    background-color: #ccc;
}
.row.one{
    padding-top:150px;
}
.btn_apply{
    color: #000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 800;
}
.popupmodal{
    padding: 50px 0px;
}
.btn_apply2{
    background-color: #f1f1f1;
    padding: 20px 30px;
    border-radius: 20px;
    margin-bottom: 30px;
}
.post_list{
    background-color: #f1f1f1;
    padding: 20px 30px;
    border-radius: 30px;
}
.post_list h3{
    font-size: 18px!important;
    font-weight: 600;
}
.mfp-container {
	position: initial
}

#modal {
	width: 1057px;
	position: unset;
	margin: 40px auto;
	background: #fff;
	box-shadow: 0 10px 35px #00000008;
	border-radius: 8px;
	padding: 51px;
	display: block
}

#modal .modal__content {
	position: relative
}

#modal .modal__close {
	z-index: 1100;
	cursor: pointer;
	width: 27px;
	position: absolute;
	right: 0;
	top: 3px
}

#modal h3 {
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
	color: #303030;
	max-width: calc(100% - 110px);
	margin-bottom: 38px
}

#modal .form-row {
	margin-right: -18px;
	margin-left: -18px
}

#modal .form-row a {
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	color: #FFFFFF;
	background: #303030;
	border-radius: 16px;
	width: 233px;
	text-align: center;
	padding: 14px 18px;
	display: inline-block;
	text-decoration: none;
	margin-left: 16px;
	margin-top: 19px
}

#modal .form-row a img {
	width: 18px;
	display: inline-block;
	margin-right: 11px
}

#modal .form-group {
	margin-bottom: 30px;
	padding-right: 18px;
	padding-left: 18px
}

#modal .form-group label {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
    /*margin-bottom: 10px;*/
}

#modal .form-group input,
#modal .form-group textarea {
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid #C3CAD9;
	box-sizing: border-box;
	border-radius: 8px;
	min-height: 56px;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
}

#modal .form-group .file-select {
	display: block;
	cursor: pointer;
	text-align: left;
	overflow: hidden;
	position: relative;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid #C3CAD9;
	box-sizing: border-box;
	border-radius: 8px;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	min-height: 56px
}

#modal .form-group .file-select .file-select-name {
	display: inline-block;
	padding: 0 10px;
	height: 54px;
	line-height: 51px
}

#modal .form-group .file-select .file-select-button {
	background: #dce4ec;
	padding: 0 22px;
	display: inline-block;
	height: 54px;
	line-height: 51px;
	float: right;
	width: 177px;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	color: #5A7184
}

#modal .form-group .file-select .file-select-button img {
	width: 15px;
	display: inline-block;
	margin-left: 22px
}

#modal .form-group .file-select input {
	z-index: 100;
	cursor: pointer;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0
}

#apply_success {
	width: 434px;
	margin: 20px auto;
	background: #30363B;
	box-shadow: 0 10px 35px #00000008;
	border-radius: 16px;
	padding: 36px
}

#apply_success .mfp-close {
	display: none
}

#apply_success img {
	width: 128px;
	margin: 0 auto
}

#apply_success h3 {
	font-family: nimbus-sans, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 15px;
	margin-top: 20px
}

#apply_success h4 {
	font-family: nimbus-sans, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 29px
}

#apply_success a {
	background: #0cc5ae;
	border-radius: 16px;
	font-family: nimbus-sans, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	width: 177px;
	text-align: left;
	padding: 14px 18px;
	text-decoration: none;
	display: block;
	margin: 0 auto
}

.display_mobile {
	display: none !important
}

.display_desk {
	display: block !important
}

/* Blink animation */
@keyframes animate{  
0%{  
    opacity: 0;  
}  
50%{  
    opacity: 1;  
}  
100%{  
    opacity: 0;  
}  
}  

.text-right{
    text-align:right;
}
/*--------- Responsive-------*/

@media only screen and (max-width:767px){
	.nav-item{
		display: none;
	}
	.first-sec-menu{
		display: none;
	}

	.home-first-sec{
		background-position: 56% 0%;
		background-size: cover;
	}
}
@media only screen and (max-width:435px){
	.banner-about{
		width:100%;
	}

	.logo-img1 {
  		 width: 90px;
	}
}
.demat{
    background: #ef5e61;
  color: #fff;
  padding: 15px 40PX;
}