/* ==================================== HEADER CSS START ======================================= */
.excelgrow-nav-header{
    background-image: radial-gradient(rgba(29, 96, 105, 1) 100%, rgba(28, 96, 105, 1) 100%);
    position: sticky;
    top: 0;
    z-index: 1030;
    box-shadow: 0 3px 4px -3px rgba(0,0,0,.2);
}
.excelgrow-nav-header .navbar-brand{
    max-width: 75%;
}
.excelgrow-nav-header .nav-item{
    margin: 0rem 1.3rem;
}
.excelgrow-nav-header .nav-item .nav-link{
    color: #FFFFFF; 
    font-size: 20px;
    position: relative;
    display: inline-flex;
    font-family: 'Montserrat regular';
}
.excelgrow-nav-header .nav-item .nav-link::before , .excelgrow-nav-header .nav-item .nav-link.active::before{
    transition: 600ms;
    height: 3px;
    content: "";
    position: absolute;
    background-color: #FFFFFF;
    width: 0%;
    bottom: 0px;
    left: 0px;
}
.excelgrow-nav-header .nav-item .nav-link:hover::before, .excelgrow-nav-header .nav-item .nav-link.active::before {
    width: 100%;
}
.excelgrow-nav-header .nav-item .nav-link.active{
    font-family: 'Montserrat bold';
}
.excelgrow-nav-header .navbar {
    transition: position 0.3s, top 0.3s; 
  }
.excelgrow-nav-header .navbar-toggler {
    width: 1.25rem;
    position: relative;
    transition: 0.5s ease-in-out;
  }
.excelgrow-nav-header .navbar-toggler,
.excelgrow-nav-header .navbar-toggler:focus,
.excelgrow-nav-header .navbar-toggler:active,
.excelgrow-nav-header .navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
    border: 0;
}
.excelgrow-nav-header .navbar-toggler span {
    margin: 0;
    padding: 0;
}
.excelgrow-nav-header .navbar-toggler .toggler-icon {
    background: linear-gradient(263deg, #FFFFFF 0%, #FFFFFF 100%);
}
.excelgrow-nav-header .navbar-toggler .toggler-icon {
    display: block;
    position: absolute;
    height: 0.188rem;
    width: 100%;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
}
.excelgrow-nav-header .navbar-toggler .toggler-icon.middle-bar {
    margin-top: 0px;
}
.excelgrow-nav-header .navbar-toggler .toggler-icon.top-bar {
    margin-top: 0px;
    transform: rotate(135deg);
}
.excelgrow-nav-header .navbar-toggler .toggler-icon.top-bar {
    margin-top: 0px;
    transform: rotate(135deg);
}
.excelgrow-nav-header .navbar-toggler .toggler-icon.middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
}
.excelgrow-nav-header .navbar-toggler .toggler-icon.bottom-bar {
    margin-top: 0px;
    transform: rotate(-135deg);
}
.excelgrow-nav-header .navbar-toggler.collapsed .toggler-icon.top-bar {
    margin-top: -0.875rem;
    transform: rotate(0deg);
} 
.excelgrow-nav-header .navbar-toggler.collapsed .toggler-icon.middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
}
.excelgrow-nav-header .navbar-toggler.collapsed .toggler-icon.bottom-bar {
    margin-top: 0.875rem;
    transform: rotate(0deg);
}
/* ====================================== HEADER CSS END ========================================= */

/* ====================================== FOOTER CSS START ========================================= */
.footer-section{background: #3299AC;}
.footer-section a, .footer-section h4{
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'Montserrat regular';
}
.footer-section a:hover{ 
    text-shadow: 0px 0px 10px #111822;
    /* text-decoration: underline!important; */
}
.footer-section h4{font-family: 'Montserrat bold';}
.footer-section .footer-logo{
    max-width: 80%;
}
.footer-section .iconbg{
    background-color: #FFFFFF;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.footer-section .iconbg .icons{
   color: #3299AC;
   font-size: 18px;
}
.footer-section .iconbg:hover{
   background-color: transparent;
   border: 1px double #FFFFFF;
   transition: all 0.5s;
}
.footer-section .iconbg:hover .icons{
   color: #FFFFFF;
}
/* ====================================== FOOTER CSS END ========================================= */

/* ====================================== COMMON CSS START ========================================= */
.alink{
    color: #3299AC;
    font-size: 16px;
    text-decoration: none;
    font-family: 'Montserrat SemiBold';
}
.alink:hover{
    /* text-shadow:0px 0px 9px #a4a7a8db; */
    text-decoration: underline;
}
.webheader{
    color: #23787A;
    font-size: 36px;
    text-transform: capitalize;
    display: inline-flex;
    position: relative;  
    font-family: 'Montserrat bold';
}
.webheader::before{
    content: '';
    position: absolute;
    background-color: #5A999B;
    width: 100%;
    height: 3px;
    bottom: -7px;
    left: 1px;
}
a:hover, button:hover, .card:hover{
    transition: all 0.5s;
}
.btn-theme-web{
    font-family: 'Montserrat SemiBold';
    border-radius: 10px;
}
.ptxt{
    color: #2F2F2F;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Montserrat regular';  
}
.form-control{
    border:1px solid #D9D9D9;
    border-radius: 10px;
    font-size: 16px;
    color: #2F2F2F;
    font-family: 'Montserrat regular';
} 
.form-control:focus{
    box-shadow: none;
    border-color: #23787A;
}
/* ====================================== COMMON CSS END ========================================= */


/* ====================================== HOME PAGE START ========================================= */ 
.homepage-main .topbanner{
    background: url(../images/home-top-banner-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.homepage-main .topbanner h1{
    color: #FFFFFF;
    font-size: 55px;
    font-family: 'Montserrat bold';
}
.homepage-main .topbanner hr{
    color: #FFFFFF;
    opacity: .90;
    --bs-border-width: 2px;
}
.homepage-main .topbanner p{
    color: #FFFFFF;;
    font-size: 20px;
    line-height: 27px;
    font-family: 'Montserrat regular';
}
.homepage-main .topbanner button{
    font-size: 18px;
    font-family: 'Montserrat bold';
}
.homepage-main .topbanner .row{
    padding:12% 0%;
}
.homepage-main .maincontent p{
    color: #2F2F2F;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Montserrat regular';
}
.homepage-main .maincontent h4{
    color: #23787A;
    font-size: 26px;
    font-family: 'Montserrat bold';
}
.homepage-main .maincontent .ourpurpose .card{
    border: 3px solid #3299AC;
    border-radius: 47px;
    height: 100%;
}
.homepage-main .maincontent .ourgrowth {
    background: #F2F2F2;
}
.homepage-main .maincontent .ourgrowth h6{
   color: #3D3D3D;
   font-size: 23px;
   font-family: 'Montserrat bold';
}
.homepage-main .maincontent .ourgrowth .border-right, .homepage-main .maincontent .ourgrowth hr{
    border-right: 2px solid #BDBDBD;
    --bs-border-width: 2px;
}
.homepage-main .maincontent .ourgrowth .padding-inline{
    padding :0% 6%;
}
.homepage-main .maincontent .aboutus .card{
    border: 2px solid #D9D9D9;
    border-radius: 46px;
}
.homepage-main .maincontent .aboutus h4{
    color: #3D3D3D;
    font-size: 30px;
    font-family: 'Montserrat bold';
}
.homepage-main .maincontent .ourbrands .card{
    border: 2px solid #D9D9D9;
    min-height: 178px;
    align-items: center;
    border-radius: 29px;
}
.homepage-main .maincontent .ourbrands .card:hover{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.homepage-main .maincontent .ourbrands .owl-carousel .owl-item img {
    display: block;
    width: 80%;
}
.homepage-main .maincontent .ourbrands .owl-carousel .owl-nav button{
    background: #000000;
    border: 1px solid #000000;
    border-radius: 50%;   
    color: #FFFFFF;
}
.homepage-main .maincontent .ourbrands .owl-carousel .owl-nav button:hover{
    background: transparent;
    color: #000000;
}
.homepage-main .maincontent .ourbrands .owl-carousel .owl-nav button span{
    padding: 0px 13px;
    display: flex;
    font-size: 21px;
    margin-bottom: 2px;
}
.homepage-main .maincontent .ourbrands .owl-carousel .owl-nav{
    position: relative;
}
.homepage-main .maincontent .ourbrands .owl-carousel .owl-nav .owl-prev{
    position: absolute;
    left: -40px;
    bottom: 85px;
}
.homepage-main .maincontent .ourbrands .owl-carousel .owl-nav .owl-next{
    position: absolute;
    right: -40px;
    bottom: 85px;
}
.homepage-main .maincontent .ourbrands .owl-stage-outer{padding-bottom: 0.6rem;}
.homepage-main .slider-animation-images span{
    position: absolute;
    display: block;   
    opacity: .15;
}
.homepage-main .slider-animation-images .image1{
    top: 22%;
    left: 10%;
    animation: animationFramesone 10s infinite linear;
}
.homepage-main .slider-animation-images .image2{
    top: 31%;
    left: 4%;
    animation: animationFramestwo 30s infinite linear;
}
.homepage-main .slider-animation-images .image3{
    bottom: 46%;
    left: 15%;
    animation: animationFramesthird 15s infinite linear;
}
.homepage-main .slider-animation-images .image4{
    bottom: 27%;
    left: 22%;
    animation: animationFramesfourth 25s infinite linear;
}
.homepage-main .slider-animation-images .image5{
    right: 10%;
    top: 19%;
    animation: animationFramesfifth 9s infinite linear;
}
.homepage-main .slider-animation-images .image6{
    right: 17%;
    bottom: 45%;
    animation: animationFramessix 15s infinite linear;
}
.homepage-main .slider-animation-images .image7{
    top: 22%;
    right: 3%;
    animation: animationFramesseven 26s infinite linear;
}
.homepage-main .slider-animation-images .image8{
    bottom: 27%;
    right: 25%;
    animation: animationFrameseight 35s infinite linear;
}
@keyframes animationFramesone {
    0% { transform: translate(0px,0px); } 
    100% { transform: translate(300px,550px); }
}
@keyframes animationFramestwo {
    0% { transform: translate(0px,0px);} 
    50% { transform: translate(800px,30px);}
}
@keyframes animationFramesthird {
    0% { transform: translate(0px,0px);}
    100% { transform: translate(1000px,-380px);}
}
@keyframes animationFramesfourth {
    0% { transform: translate(0px,0px);}
    30% { transform: translate(800px,-240px);}
}
@keyframes animationFramesfifth {
    0% { transform: translate(0px,0px);} 
    100% { transform: translate(-300px,550px);}
}
@keyframes animationFramessix {
    0% { transform: translate(0px,0px); }
    100% { transform: translate(-1000px,-380px);}
}
@keyframes animationFramesseven {
    0% { transform: translate(0px,0px);} 
    50% { transform: translate(-950px,500px);}
}
@keyframes animationFrameseight{
    0% { transform: translate(0px,0px);}
    30% { transform: translate(-800px,-240px);}
}
/* ====================================== HOME PAGE END ========================================= */

/* ====================================== BRAND PAGE START ========================================= */
.ourbrands-main .card{
    height: 100%;
    border-radius: 15px;
    border: 1px solid #D9D9D9;
    box-shadow:rgba(0, 0, 0, 0.25) 0px 4px 4px;
}
.ourbrands-main .card p{
    color: #2F2F2F;
    font-size: 17px;
    line-height: 26px;
    font-family: 'Montserrat regular';
}
.ourbrands-main .card img{
    max-width: 50%;
}
.ourbrands-main .card .card-img, .ourbrands-main .card .card-body, .ourbrands-main .card .card-button{
    padding:5% 6%;
}
/* ====================================== BRAND PAGE END ========================================= */

/* ====================================== CONTACTUS PAGE START ========================================= */
.contactus-main{
    overflow: hidden;
}
.contactus-main .contactus-form{
    background-image: url(../images/contactus-bg.png);
    background-position: center center;
    filter:drop-shadow(0px 0px 0px #808080d9);
}
.contactus-main .contactus-form h5, .find-us h5{
    color: #23787A;
    font-size: 20px;
    font-family: 'Montserrat bold';
}
.contactus-main .contactus-form .ptxt{
    font-family: 'Montserrat Medium';
}
.contactus-main .contactus-form .iconcard{
    background-color: #FFFFFF;
    padding: 16px;
    border-radius: 10px;
}
.contactus-main .contactus-form .contact-iconbg{
   background: #ECF5FF;
   border-radius: 50px;
   padding: 11px;
   display: flex;
}
.contactus-main .contactus-form .contact-iconbg .icon{
  width: 26px;
  height: 26px;
  color: #23787A;
}
.contactus-main .contactus-form .card-title h5{
    font-size: 24px;
}
.find-us h5{
    font-size: 32px;
}
.contactus-main .contactus-form .card{
    border-radius: 10px;
    border-color: #FFFFFF;
    padding: 24px 5px;
}
.contactus-main .connectcard{
    padding-left: 7%;
}
/* ====================================== CONTACTUS PAGE END ========================================= */

/* ====================================== CAPTCHABOX CSS START ========================================= */
.captchaBox .logo img {
    height: 2em;
    width: 2em;
}
.captchaBox .captcha{
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    padding: 15px 10px;
}
.captchaBox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.captchaBox .logo p {
    color: #9d9ba7;
    margin: 0;
    font-size: 1em;
    font-weight: 700;
    margin: 0.4em 0 0.2em 0;
}
.captchaBox .logo small {
    color: #9d9ba7;
    margin: 0;
    font-size: .8em;
}
.captchaBox input[type="checkbox"]+.checkmark {
    width: 2em;
    height: 2em;
    background-color: #fcfcfc;
    border: 2.5px solid #c3c3c3;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.captchaBox input[type="checkbox"]+.checkmark span {
    content: '';
    position: relative;
    margin-top: -3px;
    transform: rotate(45deg);
    width: 0.75em;
    height: 1.2em;
    opacity: 0;
}
.captchaBox input[type="checkbox"]+.checkmark>span:before {
    content: '';
    position: absolute;
    display: block;
    width: 3px;
    bottom: 0;
    right: 0;
    background-color: #029f56;
}
.captchaBox input[type="checkbox"]+.checkmark>span:after {
    content: '';
    position: absolute;
    display: block;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #029f56;
}
.captchaBox input[type="checkbox"]:checked+.checkmark { 
	animation:2s spin forwards;
    background-color: aliceblue;
}
.captchaBox input[type="checkbox"]:checked+.checkmark>span { 
	animation:1s fadein 1.9s forwards;
}
.captchaBox input[type="checkbox"]:checked+.checkmark>span:after {animation:.3s bottomslide 2s forwards;}
.captchaBox input[type="checkbox"]:checked+.checkmark>span:before {animation:.5s rightslide 2.2s forwards;}
@keyframes fadein {
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes bottomslide {
	0% {width:0;}
	100% {width:100%;}
}
@keyframes rightslide {
	0% {height:0;}
	100% {height:100%;}
}

@keyframes spin {
	10% {
		width:0;
		height:0;
		border-width:6px;
	}
	30% {
		width:0;
		height:0;
		border-radius:50%;
		border-width:1em;
		transform: rotate(0deg);
		border-color:rgb(199,218,245);
	}
	50% {
		width:2em;
		height:2em;
		border-radius:50%;
		border-width:4px;
		border-color:rgb(199,218,245);
		border-right-color:rgb(89,152,239);
	}
	70% {
		border-width:4px;
		border-color:rgb(199,218,245);
		border-right-color:rgb(89,152,239);
	}
	90% {
		border-width:4px;
	}
	100% {
		width:2em;
		height:2em;
		border-radius:50%;
		transform: rotate(720deg);
		border-color:transparent;
	}
}
/* ====================================== CAPTCHABOX CSS END ========================================= */

/* ====================================== PRIVACY POLICY / TERMS OF USE PAGE START ========================================= */
.privacy-policy h5, .terms-of-use h5{
    color: #363636;
    font-size: 21px;
    line-height: 28px;
    font-family: 'Montserrat Semibold';
}
.terms-of-use h5{
    font-size: 19px;  
    word-break: break-all;
}
.privacy-policy p, .terms-of-use p{
    color: #2F2F2F;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Montserrat regular';
    text-align: justify;
}
.privacy-policy ul, .terms-of-use ul{
    list-style: outside;
    padding: revert;
    line-height: 28px;
}
.privacy-policy .boldtxt{
    font-family:'Montserrat Semibold';
}
/* ====================================== PRIVACY POLICY / TERMS OF USE PAGE END ========================================= */

/* ====================================== ABOUT US CSS START ========================================= */
.aboutus-main .top-banner{
    background: url(../images/aboutus-banner-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
} 
.aboutus-main h3{
    color: #23787A;
    font-size: 30px;
    font-family: 'Montserrat Bold';
    line-height: 38px;
}   
.aboutus-main p{
    font-size: 17px;
    line-height: 25px;
    font-family: 'Montserrat regular';
    text-align: justify;
}
.aboutus-main .aboutus-content p{color: #2F2F2F;}
.aboutus-main .top-banner h2{
    color: #FFFFFF;
    font-size: 36px;
    font-family:'Montserrat Bold';
}
.aboutus-main .top-banner p{color: #FFFFFF;}
.aboutus-main .top-banner .row{
    padding: 21.6% 0% 4.3% 0%;
}
.aboutus-main .aboutus-content{
    background: url(../images/aboutus-bg.png);
}
.aboutus-main .secondabout{background: #F5F5F5;}
.aboutus-main .cultivating{background:#CDEFF2}
.txt-right{text-align: -webkit-right;}
.txt-right h3{max-width: 65%;}
.txt-left{text-align: -webkit-left;}
.txt-left h3{max-width: 53%;}
.cultivating .card{ background: #23787A; padding: 3% 8%; border-radius: 30px;}
.cultivating .card h3{line-height: 40px;color: #FFFFFF;letter-spacing: 0.5px;}
.slide-read-more{overflow:hidden;}
.slide-read-more-button{cursor: pointer;color: #6dd7e1;display: none;font-size: 13.5px;font-family:'Montserrat Semibold';text-decoration: underline;letter-spacing: 0.3px;width: fit-content;}
/* ====================================== ABOUT US CSS END ========================================= */


/**** thank you and 404 error page css add by vivek chauhan ****/
.thankyou-cont{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 100px 0px 200px 0px;
    gap:30px
}
.thankyou-cont div{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap:20px
}
.thankyou-cont img{
    width: 154px;
    height: 154px;
}
.thankyou-cont h1{
    font-family: 'Montserrat bold';
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    color: rgba(29, 96, 105, 1);
}

.thankyou-cont p{
    font-family: 'Montserrat regular';
    font-size: 20px;
    font-weight: 600;
    line-height: 24.38px;
    text-align: center;
    color: rgba(54, 54, 54, 1);
}


/* error-cont */
.error-cont{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 100px 0px 200px 0px;
    gap:45px
}
.error-cont div{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap:30px
}

.error-cont img{
    width: 576.79px;
    height: 271px;
}

.error-cont p{
    font-family: 'Montserrat regular';
    font-size: 18px;
    font-weight: 600;
    line-height: 21.94px;
    text-align: center;
    color: rgba(54, 54, 54, 1);
}

/* career detail page css add by vivek */
.career-cont-bg{
    background-image: url("../images/career-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
    display: flex;
    align-items:center;
    justify-content: center;
}

.career-cont-bg h2{
    font-family: 'Montserrat bold';
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    margin-top: 15px;
}

.career-r-container{
    border-left: 1px solid rgba(229, 229, 229, 1);
}
.career-r-cont .input-group{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.career-r-cont .input-group input{
    width: 100%;
    height: 45px;
    border-radius: 10px !important;
    border: 1px solid rgba(229, 229, 229, 1)
}

.career-r-cont .input-group input::placeholder{
    font-family: 'Montserrat regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
    text-align: left;
    color: rgba(90, 90, 90, 1);
}
.career-r-cont h4{
    font-family: 'Montserrat bold';
    font-size: 24px;
    font-weight: 700;
    line-height: 29.26px;
    text-align: left;
    color: rgba(5, 42, 84, 1);
    margin-bottom: 15px;
}
.career-r-cont .radio{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 15px;
    align-items: center;
}
.career-r-cont .radio h5{
    font-family: 'Montserrat regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
    text-align: left;
    color: rgba(90, 90, 90, 1);
    padding-left: 12px;
}
.career-r-cont .radio .radio-2{
    width: 65%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.form-check-input{
    cursor: pointer !important;
}
.form-check-label{
    cursor: pointer !important;
}

.form-check-input:checked[type=radio] {
    --bs-form-check-bg-image:unset !important;
}
.form-check-input:checked {
    background-color:rgba(35, 120, 122, 1);
    border-color:(204, 204, 204, 1);
}

.career-r-cont .select{
    display: flex;
    flex-direction: row;
    margin-top: 15px;
    align-items: center;
}
.career-r-cont .select h5{
    font-family: 'Montserrat regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
    text-align: left;
    color: rgba(90, 90, 90, 1);
    padding-left: 12px;
}
.career-r-cont .select select{
    --bs-form-select-bg-img:unset !important;
    padding: 0.375rem 0.25rem .375rem .75rem;
    width: 24% !important;
    height: 50px;
    margin-left: 60px;;
    border: 1px solid rgba(229, 229, 229, 1);
    font-family: 'Montserrat regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
    color: rgba(90, 90, 90, 1);
    cursor: pointer !important;
}
.career-r-cont .file{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 15px;
    align-items: center;
}
.career-r-cont .file h5{
    font-family: 'Montserrat regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
    text-align: left;
    color: rgba(90, 90, 90, 1);
    padding-left: 12px;
}
.career-r-cont .file .input-group{
    width: 65%;
}
.career-r-cont .file input{
    width: 100%;
    height: 45px;
    border-radius: 10px;
    border: 1px solid rgba(229, 229, 229, 1);
    padding: 10px;
    font-family: 'Montserrat regular';
    font-size: 16px;
    font-weight: 400;
}
.career-r-cont .select-2{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 15px;
    align-items: center;
    margin-bottom: 15px;
}
.career-r-cont .select-2 h5{
    font-family: 'Montserrat regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
    text-align: left;
    color: rgba(90, 90, 90, 1);
    padding-left: 12px;
}
.career-r-cont .select-2 div{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 65%;
}
.career-r-cont .select-2 .form-select{
    width: 40%;
    height: 45px;
    border-radius: 10px;
    border: 1px solid rgba(229, 229, 229, 1);
    --bs-form-select-bg-img:unset;
    padding: 0.375rem 0.75rem 0.375rem 0.75rem;
    font-family: 'Montserrat regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
    text-align: center;
    color: rgba(90, 90, 90, 1);
    cursor: pointer !important;
}
.career-r-cont .select-2 option{
    padding: 10px !important;
    font-family: 'Montserrat regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
    text-align: center;
    margin: 10px !important;
}

.career-r-cont .textarea-cont textarea{
    width: 100%;
    height: 150px;
    border-radius: 10px;
    border: 1px solid rgba(229, 229, 229, 1);
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 10px;
}
.career-r-cont .textarea-cont textarea::placeholder{
    font-family:'Montserrat regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
    text-align: left;
    color: rgba(90, 90, 90, 1);
}
.career-r-cont .submit-button{
    width:147.25px;
    height:40px;
    padding: 10px;
    border-radius: 5px;
    background-color: rgba(35, 120, 122, 1);
    font-family: 'Montserrat regular';
    font-size: 16px;
    font-weight: 500;
    line-height: 19.5px;
    text-align: center;
    color:rgba(255, 255, 255, 1);
    border: 2px solid rgba(255, 255, 255, 1);
}
.career-r-cont .submit-button:hover{
    background-color:rgba(255, 255, 255, 1);
    color: rgba(35, 120, 122, 1);
    border: 2px solid rgba(35, 120, 122, 1);
}

.career-l-cont h4{
    font-family: 'Montserrat bold';
    font-size: 24px;
    font-weight: 700;
    line-height: 29.26px;
    text-align: left;
    color: rgba(5, 42, 84, 1);
    border-bottom: 2px solid rgba(3, 13, 40, 1);
    padding-bottom: 10px;
    margin-right: 20%;
}

.career-l-cont ul{
    padding-right: 19%;
}

.career-l-cont li{
    font-family:'Montserrat regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: rgba(90, 90, 90, 1);
}
.career-l-cont div{
    border: 1px solid rgba(229, 229, 229, 1);
    padding: 15px;
    border-radius: 20px;
    margin-bottom: 10px;
    width: 95%;
}
.file-note{
    font-family: 'Montserrat regular';
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    color: red;
    padding: 0;
}

.captcha-cont{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap:20px;
    align-items: center;
}
.captcha-cont .captcha-img{
    width: 80%;
    height: 65px;
}

.captcha-cont .input-group input{
    width: 100%;
    height: 50px;
    border-radius: 10px !important;
    border: 1px solid rgba(229, 229, 229, 1)
}

/* career list page */
.career-list-bg{
    background-image: url("../images/career-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
    display: flex;
    align-items:center;
    justify-content: center;
}
.career-list-cont h2{
    font-family: 'Montserrat regular';
    font-size: 36px;
    font-weight: 700;
    line-height: 43.88px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
}
.career-list-cont .list-cont-2{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.career-list-cont .list-cont-2 .input-group{
    width: 18%;
    display: flex;
    align-items: center;
    height: 45px;
    border-radius: 10px;
    border: 1px solid rgba(90, 90, 90, 1);
    background-color: rgba(255, 255, 255, 1);
    padding-right: 10px;
    
}
.career-list-cont .list-cont-2 .input-group input{
    background-color: transparent;
    border: none;
}
.career-list-cont .list-cont-2 .input-group input::placeholder{
    font-family: 'Montserrat regular';
    font-size: 12px;
    font-weight: 400;
    line-height: 14.63px;
    text-align: left;
    color:rgba(90, 90, 90, 1);
}
.career-list-cont .list-cont-2 .input-group img{
    width: 25px;
    height: 25px;
}
.career-list-cont .list-cont-3{
    display: flex;
    flex-direction: row;
    width: 73%;
    justify-content: space-between;
    gap:30px;
}

.career-list-cont .list-cont-3 select{
    height: 45px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(90, 90, 90, 1);    
    font-family: 'Montserrat regular';
    font-size: 12px;
    font-weight: 400;
    line-height: 14.63px;
    text-align: left;
    color:rgba(90, 90, 90, 1);
}

.career-list-main .border-buttom{
    border-bottom:1px solid rgba(235, 235, 235, 1);
}

.career-list-main .inner-cont{
    background: rgba(255, 255, 255, 1);
    height: 182px;
    border-radius: 20px;
    border: 1px solid rgba(229, 229, 229, 1);
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.career-list-main .inner-cont h3{
    font-family: 'Montserrat bold';
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
    color: rgba(47, 47, 47, 1);
}
.career-list-main .inner-cont span{
    font-family: 'Montserrat regular';
    font-size: 16px;
    font-weight: 500;
    line-height: 15px;
    text-align: left;
    color: rgba(47, 47, 47, 1);
}

.career-list-main .inner-cont ul{
    width:88%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.career-list-main .inner-cont li{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap:5px;
    color: rgba(0, 0, 0, 0.2);
}
.career-list-main .outer-cont{
    border-right: 1px solid rgba(229, 229, 229, 1)
}

.career-list-main .inner-cont img{
    width: 20px;
    height: auto;
}
.career-list-main .inner-cont button{
    width:116.72px;
    height:34px;
    padding: 8px 8.8px 9px 11.92px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 1);
    font-family: 'Montserrat regular';
    font-size: 14px;
    font-weight: 500;
    line-height: 17.07px;
    text-align: right;
    background-color: rgba(35, 120, 122, 1);
    color: rgba(255, 255, 255, 1);
}
.career-list-main .inner-cont button:hover{
    border: 1px solid rgba(35, 120, 122, 1);
    color: rgba(35, 120, 122, 1);
    background-color: rgba(255, 255, 255, 1);
}
.career-list-bottom{
    display: flex;
    justify-content: center;
    align-items: center;
}
.career-list-bottom ul{
    width: 25%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.career-list-bottom ul li a{
    font-family: 'Montserrat regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
    text-align: left;
    color: rgba(47, 47, 47, 1);
    text-decoration: none;
}

.career-list-bottom ul img{
    width:30px;
    height:30px;
    cursor: pointer;
}

.career-list-bottom ul li div{
    width: 56px;
    border: 1.5px solid rgba(35, 120, 122, 1);
}
.career-list-bottom ul a.active{
    color:rgb(35, 120, 122, 1);
    font-weight: 600;

}