﻿.head-right {
  display: flex;
  align-items: center;
 
  gap: 20px;
}
.sec-service-left {
  padding-top: 40px;
}
/* careers */
.accordion a
{
    color:#000;
    text-decoration:none;
}
.accordion a:hover
{
    color:#000;
    text-decoration:none;
}
.workleft h5 {
	font-size: 35px;
	padding-top: 5%;
	font-weight: 400;
}

.workleft p {
	font-size: 14px;
	font-weight: 400;
}

.workwrapper {
	padding: 40px 0;
	background: #FAFAFA
}

.career-a {
	cursor: pointer;
	font-size: 16px;
	width: 100%;
	float: left;
	padding: 40px 95px;
	border-radius: 0;
	position: relative;
	border: 1px solid #00000021;
}

.career-a::after {
	position: absolute;
	content: "-";
	top: 35px;
	left: 60px;
	font-size: 21px;
	font-weight: 200;
	width: 26px;
	height: 26px;
	border: 1px solid #000;
	border-radius: 60px;
	text-align: center;
	background-image:none !important;
	padding-top: 0px;
	
}

.career-a.collapsed::after {
	content: "+";
}

.openwrapper {
	background: #FAFAFA;
	padding: 40px 0px;
}

.openmargin {
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 21px;
}

.openmargin h1 {
	border-radius: 21px 21px 0px 0px;
	
	text-align: center;
	background: #002c62;
	padding: 30px 0;
	color: #fff;
	font-family: var(--pmedium);
  font-size: 37px;
}
.accordion-header a {
font-family: Arial, Helvetica, sans-serif;
}
.open-content {
	float: left;
	width: 100%;
	padding: 3% 5% 20px 8%;
}

.open-content p {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0px 0;
	line-height: 25px;
	text-align:justify;
	
}

.open-card {
	border-bottom: 1px solid #f5f5f5;
}

.clickbtn {
	color: #000;
	font-weight: normal;
	padding: 3px 20px;
	float: left;
	transition: 0.5s;
	margin-left: 20px;
	background: #FAFAFA 0% 0% no-repeat padding-box;
	border: 0.5px solid #70707038;
	border-radius: 6px;
}

.loccareer {
	float: left;
}

.applybtn {
	background: #002c62;
	color: #fff !important;
	font-weight: bold;
	padding: 10px 15px;
	float: left;
	border-radius: 9px;
	transition: 0.5s;
	margin-left: 50px;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}
.applybtn:hover
{
    text-decoration:none;
    color:#fff;
}

.openright p {
	font-size: 12px;
	text-align: right;
}

.openright h6 {
	font-size: 18px;
}
.tab-page{
	padding-left: 0;
}
.tab-box{
	padding-top: 50px;
}
.tab-box .nav-tabs .nav-link.active{
	background: #002156;
	border-color: #002156;
	color: #fff;
}
.tab-box .nav-tabs .nav-link:hover{
	background: #002156;
	border-color: #002156;
	color: #fff;
}
.tab-box .nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.tab-box .nav-link{
	padding: 8px 90px;
	color: #000;
}
.tab-box .nav-tabs{
	justify-content: center;
}
.tab-box .tab-content{
	background: #fff;
	padding: 3% 4%;
}

.career-wrapper p
{
    color:#fff;
}
.career-form{
	 float:left;
	 width:100%;
	 background:#002e67;
	 padding: 80px 0;
	 color:#fff !important;
	 }
.career-form-wrapper{
	float: left;
	width: 100%;
	padding-right: 52px;
	}

.career-form-group{
	float:left;
	width:100%;
	padding-top: 28px;
	}
	.career-form-group span
	{
	    color:#fff !important;
	}
.career-form-group label{
	color:#fff;
	
	}
.career-form input{
	background:none;
	border:none;
	border-bottom:1px solid #fff;
	float:left;
	width:100%;
	padding: 4px 0 9px;
	color:#fff;
	}
.career-form  label{
	float:left;
	width:100%;
	text-transform:capitalize;
	}
	.
.career-form select{
	background:none;
	border:none;
	border-bottom:1px solid #fff;
	float:left;
	width:100%;
	padding: 4px 0 9px;
	color:#ccc;
	width:100%;
	}
.career-form textarea{
	background:none;
	border:none;
	border-bottom:1px solid #fff;
	float:left;
	width:100%;
	padding: 4px 0 9px;
	outline:0 !important;
	min-height: 95px;
	
	
	}
.career-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

.career-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #fff;
}

.career-form ::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}
.upload-resume {
    width: 100%;
    position: relative
}

.upload-resume input[type="file"],
.upload-resume i {
    right: 0;
    bottom: -38px;
    float: right;
    width: 125px;
    height: 50px;
    position: absolute
}

.upload-resume input[type="file"] {
    opacity: 0;
    z-index: 100;
    cursor: pointer
}

.upload-resume i {
    font: 300 13px "Roboto";
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    background: #e2e2e2;
    color: #282828;
    z-index: 10;
    border: 1px solid transparent
}
.career-submitnew{
	background: #002e66;
    color: #fff;
    padding: 8px 30px;
    text-transform: uppercase;
    float: right;
	transition:0.6s;
	margin-top:20px;
	}
	..career-submitnew:hover
	{
	    text-decoration:none;
	    color:#fff;
	}
.career-submit:hover{
	transition:0.6s;
	background: #fff;
	color:#1f4756;
	}
	.contact-form
	{
	    
	}
	.secpad
	{
	    padding-top:0px !important;
	}
	.contact-form span{
  float: left;
  width: 100%;
  text-align: left;
  color: #fff;
  font-size: 18px;
  padding-bottom: 25px;
}
	@media(max-width:768px)
{
     .career-form
     {
         padding:0;
     }
}
/*------------------End-----------*/
/* Video & Photo gallery */
.gallery-bg {
    padding: 4% 0;
}
.gallery-bg .nav-pills .nav-link.active {
  background: #0c0143;
  color: #fff;
  transition: 0.5s;
}

.gallery-bg .nav-pills .nav-link {
  padding: 8px 50px;
  font-family: 'Neue Haas Grotesk Display Pro';
  font-weight: 500;
  font-size: 20px;
  color: #000;
  transition: 0.5s;
  margin-right: 10px;
}
.glightbox {
    transition: 0.5s;
}

.glightbox:hover {
    opacity: 0.7;
    transition: 0.5s;
}

.img-box {
    margin-bottom: 30px;
}

.next-page-btn a {
    background: #F56B01;
    padding: 8px 25px;
    font-family: 'Neue Haas Grotesk Display Pro';
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    transition: 0.5s;
    color: #fff;
}

.next-page-btn a:hover {
    background: #0A0244;
    color: #fff;
    transition: 0.5s;
}

.next-page-btn {
    text-align: center;
}

.gallery-bg h3 {
    color: #2e5445;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 35px;
    text-align: center;
    padding-bottom: 35px;
    margin: 0;
}

.tab-menu .nav {
    justify-content: center;
}

.tab-menu .nav-pills .nav-link {
    padding: 8px 50px;
    font-family: 'Neue Haas Grotesk Display Pro';
    font-weight: 500;
    font-size: 20px;
    color: #000;
    transition: 0.5s;
    margin-right: 10px;
}

.tab-menu .nav-pills .nav-link.active {
    background: #0c0143;
    color: #fff;
    transition: 0.5s;
}

.tab-menu .nav-pills .nav-link:hover {
    background: #0c0143;
    color: #fff;
    transition: 0.5s;
}

.vedio-sec {
    margin-bottom: 30px;
}

/* addres & location */
.location-bg {
    background: #EAE9EE;
    padding: 3% 0;
}

.address-sec p {
    color: #2e5445;
    position: relative;
    font-family: 'Neue Haas Grotesk Display Pro';
    font-weight: 500;
    font-size: 16px;
    padding-left: 30px;
    margin-bottom: 30px;
}

.phone-bill::before {
    position: absolute;
    content: '';
    background: url(../images/location.png) no-repeat;
    background-position: center;
    width: 21px;
    height: 30px;
    left: 0px;
    top: 0px;
}

.email-bill::before {
    position: absolute;
    content: '';
    background: url(../images/phone-icon.png) no-repeat;
    width: 22px;
    height: 22px;
    left: 0px;
    top: 0px;
}

.locate-bill::before {
    position: absolute;
    content: '';
    background: url(../images/mail-icon.png) no-repeat;
    background-position: center;
    width: 20px;
    height: 16px;
    left: 0px;
    top: 4px;
}
.img-box p
{
   color: var(--maincolor);
   text-decoration:none;
   font-size:18px;
}
@media(max-width:767px)
{
 .img-box p
 {
     font-size:14px;
 }
    
}
/*-------------End--------------*/
/*------------------------------Downloads----------------------------------*/	
.down-beauty
{
  padding-top:30px;
}
.download {
    -webkit-box-shadow: 0 30px 10px -20px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 30px 10px -20px rgba(0, 0, 0, 0.5);
    box-shadow: 0 30px 10px -20px rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
    background:#396e3a  none repeat scroll 0% 0%; transition: background 0.8s ease-in 0s;
    padding:32px;
    margin-top:10px;
    min-height: 85px;
    text-align:center;
     border-radius: 10px;
     
   
}
.download a 
{
    color:White;
}
.downloadBg
{
    background-color:#EB3939;
    min-height:500px;
}

.head-style
{
    text-align:center;
    font-size:50px;
    color:#0e0e10;
   
}
.download-margin
{
 margin-top:15px;   
}
.brnches-main{
  background: url(../images/branch-bg.png) no-repeat; 
  background-size: cover;
  background-color: #F4F4F4;
  
}


.downpadding
{
    padding-bottom: 40px !important;
}
.downlopadding
{
    padding-top: 30px;
}
.downimgs
{
    padding-left:95px;
}
.donwhead
{
    padding-left: 10px;
color: #000;
padding-top: 5px;
}
..down-box .downld-bx a
{
    text-decoration:none;
}
..down-box .downld-bx a:hover
{
    text-decoration:none;
}
..down-box .downld-bx p
{
    text-decoration:none;
}
..down-box .downld-bx p:hover
{
    text-decoration:none;
}
.dwnclr
{
    color:#fff;
    text-decoration:none !important;
}
.monthly-bx {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #002e66;
    color: #fff;
    padding: 30px 15px;
    min-height: 90px;
max-height: 90px;
}
.down-box .downld-bx {
    display: flex;
    justify-content: center;
    background: #002e66;
    padding: 18px 15px;
    transition: 0.3s ease-in-out;
   align-items: center;
   margin-bottom: 24px;
border-radius: 0px 0px 8px 8px;
text-decoration: none;
  
   
}
.downsecpad
{
    padding:20px;
}
.down-box {
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #f0f0f0;
   
}
.downalig
{
    padding-top:25px;
}
.downimg
{
    border-radius: 50%;
 
  width: 25px;
  text-align: right;
  float:right;
 

}
.monthly-box {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #9E1110;
  color: #fff;
  padding: 30px 15px;
  min-height: 65px;
  max-height: 65px;
}

/*------------end----------------*/
/* -------------------------------- News -------------------------------- */
.news-cols{
  border-radius: 12px;
  border: 1px solid #25247b54;
  margin-top: 40px;
  padding: 20px;
}
.news-cols img{
  border-radius: 12px;
}
.news-date{
  margin: 20px 0;
  font-size: 15px;
  color: #393898;
  font-family: var(--medium);
}
.news-cols h4{
  color: #002e66;
  font-size: 20px;
  font-family: var(--medium);
  margin-bottom: 20px;
}
.news-cols p{
  color: var(--maincolor);
  font-size: 16px;
}
.news-cols a{
  display: inline-block;
  font-size: 15px;
  text-decoration: none;
  font-family: var(--medium);
  color: var(--primarycolor);
  margin-top: 15px;
  transition: var(--ani);
}
.news-cols a:hover{
  color: var(--secondarycolor);
}
@media (max-width: 767.5px) {
  .main-text {
    font-size: 23px;
  }
}
/* recurring page start */
.recurring {padding-bottom: 60px;padding-top: 60px;}
.recurring h4 {font-size: 28px;font-weight: 600; padding-bottom: 20px;padding-top: 60px;}
.recurring h1 {
  font-size: 28px;
  font-weight: 600;
  padding-bottom: 20px;
  
}
.recurring p{font: normal normal normal 16px/26px Arial;text-align: justify;}

@media(max-width:991px)
{
 .recurring
 {
     padding-top:0px;
 } 
 .recurring-text
 {
     padding-top:30px;
 }
}
/*--------End---------*/
/*----------------------management team----------------------*/
.management-bg
{
 background-color: #f5f5f5;	    
}
.management-team-sec p
{
    text-align:justify;
}
.management-wrapper{
	padding: 43px 38px;
	background:#fff;
	transition:0.7s;
	margin-bottom: 2px;
	}
.management-wrapper:hover{
	background:#003f8b;
	transition:0.7s;
	color:#fff;
	}
	.mnagement-btn-wrapper span:hover
	{
	    color:#fff;
	}
	.management-team-sec:hover
	{
	    color:#fff !important;
	}
.management-team-sec span{
	color:#000 !important;
	font-size:14px;
	text-transform:uppercase;
	padding-bottom: 5px;
	}
.management-team-sec h3{
	color:#000;
	font-size:30px;
	width:100%; 
	font-weight:bold;
	font-family: 'Formular';
	text-transform:capitalize;
}
.managment-first-para{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	padding-top: 12px;
	}
.mng-btn{
	color:#25247b !important;
	cursor:pointer;
	margin-top: 15px;
	}
.close {
	opacity:1 !important;
}
.close span{
	color:#000;
	} 
	@media screen and (max-width: 991px) {
  .management-wrapper {
    padding: 19px 10px;
  }
}
/*--------------------End-------------------*/
/* testimonial-listing */
.testimonial-bg{
    background: #e6f6fc;
    background-position: center;
    background-size: cover;
    padding: 5% 0;
}
.testimonial-bg h3{
    font-size: 45px;
    color: #002e65;
    font-weight: 500;
    padding-bottom: 30px;
    margin-bottom: 0;
}
.testimonial-bg .nav-tabs{
    border-bottom: none;
}
.testimonial-bg .nav-tabs .nav-link{
    border-radius: 0;
}
.testimonial-bg .nav-tabs .nav-link:hover{
    border: none;
}
.testimonial-bg .nav-tabs .nav-link.active{
    border: none;
    color: #002e65;
}
.testimonial-bg .nav-tabs .nav-link{
    border: none;
    padding: 10px 35px;
    color: #002e65;
    font-size: 20px;
}
.testi-content a{
    color: #fff;
    text-decoration: none;
}
.testi-box1{
    background: #002e66;
    padding: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    transition: 0.5s;
}
.testimonial-bg .nav-tabs{
    padding-bottom: 20px;
}
.testi-box1:hover{
    transform: translate(0, -3px);
    transition: 0.5s;
}
.testi-box1 img{
    border-radius: 100%;
    margin-bottom: 20px;
}
.testi-content{
    margin: 10px 0;
}
.test-hover a
{
    color:#000;
    text-decoration:none;
}
.test-hover a:hover
{
    color:#000;
    text-decoration:none;
}
/* testimonial-detail */
.testi-sec-box{
    background: #002e66;
    padding: 30px;
    margin: 0 0%;
    border-radius: 10px;
}
.testi-sec-box p
{
    text-align:justify;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}
.testi-sec-box h5{
    color: #fff;
    font-size: 25px;
    margin: 0;  
}
.testi-sec-box img{
    border-radius: 100%;
    margin-bottom: 20px;
}
/*---------CSR-------*/
.download-main h3 {
  margin-bottom: 5%;
}
.main-text {
  font-family: var(--smbold);
  font-size: 30px;
  color: var(--primarycolor);
  margin-bottom: 10px;
}
.ab-faq--bx
{
    position:static !important;
}
.lblcarrer
{
    text-align:center;
    font-size:24px;
    color:Green;
    display:block;
}
/*----------End------------*/
/*-----------branhes---------*/
.brnches-main{
  background: url(../images/branch-bg.png) no-repeat; 
  background-size: cover;
  background-color: #F4F4F4;
  padding: 2% 0;
  
}
.branch-card{
  background: #fff;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 8px;
  float: left;
  width: 100%;
  padding: 70px 23px 23px 23px;
  margin-bottom: 30px;
  min-height:340px;

 
  
}
.brnches-main .main-header span {
  font-size: 17px;
  position: relative;
  bottom: 30px;
}
.branch-card p
{
    float:left;
    width:88%;
    font-size: 12px;
   
}
.branch-card span{
  font-size: 16px;
  font-weight: bold;
  position: relative;
  width: max-content;
  float: left;
  margin-bottom: 17px;
}
.branch-card span:after{
  position: absolute;
  content: "";
  width: 25px;
  height: 2px;
  background: #FF7924;
  right: 0;
  right: -34px;
  top: 14px;

}
.br-number{
  float: left;
  width: 100%;
}
.branch-card a{
  width: 100%;
  float: left;
  background: #002C63;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 16px;
  margin-top: 11px;
  border-radius: 7px;
  transition: 0.6s;
  font-size: 14px;
}
.branch-card a:hover{
  transition: 0.6s;
  background: #002d63;
}
.branch-card a:last-child{
  background: #002d63;
  transition: 0.6s;
}
.branch-card a:last-child:hover{
  background: #002d63;
  transition: 0.6s;
}
.card-padding{
  float: left;
  width: 100%;
  padding: 0 0px;
  font-size: 14px;
 
}
.card-padding number{
  font-family: 'Arimo';
  font-weight: normal;
}
.card-padding mail{
  font-weight: normal;
}
.branch-search{
  position: relative;
}
.branch-search input{
  background: none;
  border: none;
  color: #0000006b;
  font-size: 19px;
  border-bottom: 1px solid #0000006b;
  padding-left: 34px;
  
}
.branch-search:before{
  position: absolute;
  content: ""; 
  background: url(../images/icon-ionic-ios-search.png) no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  left: 0;
  top: 7px;
}

.branch-search input{
  background: none;
  border: none;
  color: #0000006b;
  font-size: 19px;
  border-bottom: 1px solid #0000006b;
  padding-left: 34px;
  
}
.branchheadpad
{
    margin-top:25px;
}
.branchadd
{
 margin-top: -8px;
  margin-bottom: 26px;
}
.branch-search:before{
  position: absolute;
  content: ""; 
  background: url(../images/icon-ionic-ios-search.png) no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  left: 0;
  top: 7px;
}
.float-left{
	float:left
}
.w-100{
	width:100%
}
.img-style
	{
	    float: left;
	    margin-right: 8px;
	    

	}
	.news-main-bg{
  background: #002d64;
  box-shadow: 0px 3px 6px #00000029;
  padding: 50px 70px;
  border-radius: 10px;
  color:White;
}
.br-height
{
    padding-bottom: 15px !important;
    color:#ff8240;
    text-transform:uppercase;
}
.br-loc
{
    background: #002d64 !important;
}

/*-----------------End-----------*/
/*-----------faq accordian-----------*/
.faq-a {
	cursor: pointer;
	font-size: 16px;
	width: 100%;
	background: #f5f5f5;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	float: left;
	padding: 24px 27px;
	border-radius: 19px !important;
	position: relative;
	margin-bottom: 30px;
	box-shadow:none !important;
}
.accordion-body p
{
font-family: Arial, Helvetica, sans-serif;
}

.faq-content {
	float: left;
	width: 100%;
	padding: 35px;
}

.faq-card {
	border: none;
	margin-bottom: 20px;
}

.features {
	background: #efefef;
	padding: 65px 0;
	margin-top: 80px;
}

.features h4 {
	font-weight: bold;
	color: #334472;
	font-size: 35px;
	margin-bottom: 15px;
}

.feaatures-sec-count {
	text-align: center;
	justify-content: center;
}

.feaatures-sec-count span {
	font-size: 35px;
	font-weight: 100;
	left: 15px;
	position: relative;
	bottom: 5px;
}

.features h4 span {
	color: #010000;
	font-weight: 100;
}

.feaatures-sec {
	text-align: center;
	position: relative;
	border-right: 1px solid #707070;
}

.feaatures-sec h6 {
	color: #474747
}

.features .col-md-4:last-child .feaatures-sec {
	border: none;
}
.accordion-button::after
{
    display:block;
}