﻿.testi-sub
{
    padding-top:0px;
}

/* -------------- Contact-------------- */
.getintouch-bx {
  padding: 30px;
  background: var(--gradient);
  border-radius: 25px;
}
.getform {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 30px;
  border-radius: 25px;
}
.getform h3 {
  color: var(--maincolor);
  margin-bottom: 30px;
}
.getinput input {
  width: 100%;
  font-family: var(--rlight);
  font-size: 16px;
  padding: 15px 10px;
  border: 0.5px solid #707070;
  border-radius: 6px;
  margin-bottom: 15px;
}
.getinput input:focus,
.getinput input:focus-visible,
.getinput textarea:focus,
.getinput textarea:focus-visible {
  outline: none;
  box-shadow: none;
}
.getinput textarea {
  width: 100%;
  border-radius: 6px;
  margin-bottom: 15px;
  font-size: 16px;
  padding: 15px 10px;
  border: 0.5px solid #707070;
  resize: none;
  height: 55px;
  font-family: var(--rlight);
}
.contact-titil h2
{
    color:#fff;
}
.main-contact
{
  padding-top:20px;
  padding-bottom:20px;
}
.getinput a {
  width: 100%;
  box-shadow: 0px 3px 6px #00000066;

  display: block;
  padding: 15px 10px;
  text-align: center;
  color: #000;
  font-size: 18px;
  font-family: var(--rlight);
  transition: var(--ani);
}
.getinput a:hover {
  background-color: #fff;
}
.get-right {
  padding: 40px;
}
.get-right h4 {
  font-size: 23px;
  color: #fff;
 font-family: var(--rlight);
  margin-bottom: 30px;
}
.get-right h4 span {
  display: block;
}
.get-right p {
  color: #fff;
  font-size: 16px;
}
.get-det {
  padding-top: 20px;
}
.locate-content i
{
   font-size: 30px;
  color: #f37202;
  padding-right: 10px;
}
.get-det a {
  color: #fff;
  font-size: 20px;
  font-family: var(--rlight);
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  transition: var(--ani);
}
.get-det a i {
  font-size: 15px;
 
 
 
  padding: 13px;
  transition: var(--ani);
}
.contact-common
{
    border:1px solid #fff;
    border-radius:50%;
    width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.get-det a:hover {
 
}
.get-det a:hover contact-common 
{
   border:1px solid #fff;
 
}
.locate-sub {
  padding-top: 0;
  padding-bottom:0;
}
.locate-left {
  border-radius: 25px;
 background: transparent linear-gradient(90deg, #254827 0%, #52511F 32%, #FE7400 100%) 0% 0%;
}
.locate-center {
  position: relative;
}
.locate-logo img {
  width: 250px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.locate-right {
 background: transparent linear-gradient(90deg, #254827 0%, #52511F 32%, #FE7400 100%) 0% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  color: #fff;
}
.locate-content {
  padding: 60px;
  padding-bottom: 30px;
}
.locate-content h3 {
  margin-bottom: 30px;
}
.locate-content h5 {
  font-family: var(--rlight);
  margin-bottom: 15px;
}
.locate-content h5 img {
  width: 22px;
  margin-right: 10px;
}
.locate-content p {
  padding-left: 30px;
  margin-bottom: 30px;
}
.getintouch-bx {
  padding: 30px;
background: #72b734;
border-radius: 0px 67px;
}
.responsibility {
  background-color: #264928;
  padding: 5% 0;
  color: #fff;
}
/*------Contact End-------*/

.white-bg-box {
  background: #fff;
  box-shadow: 2px 2px 6px #00000029;
  border: 0.5px solid #70707078;
  padding: 60px 30px 0 30px;
}

.chairman-img img {
  margin: 15%;
}
.chairman-text {
  padding-left: 100px;
  padding-right: 90px;
}
.chairman-text h3 {
  color: #0054a4;
  font-family: var(--rlight);
  font-weight: bold;
  position: relative;
  padding-bottom: 15px;
}
.chairman-text h3::before {
  position: absolute;
  width: 1px;
  height: 25px;
  background: #0054a4;
  left: -10px;
  top: 4px;
  content: "";
}

.chairman-text p {
  color: #302d3e;
  font-family: var(--rlight);
  font-weight: 500;
  font-size: 18px;
  text-align:justify;
  padding-bottom: 30px;
}

.chairman-text h5 {
  color: #000000;
  font-family: var(--rlight);
  font-weight: 500;
  font-size: 20px;
  font-family: var(--rlight);
}
/*--------Downloads------*/
.policy-pdf {
  padding: 0 50px;
}
.policy-pdf h4 {
  color: #000;
  font-size: 35px;
  text-align: center;
  font-weight: 500;
  font-family: 'Frutiger45LightBold';
  padding-bottom: 10px;
}

.anuval-box {
  border-radius: 8px;
  
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #f0f0f0;
  margin-bottom: 25px;
}
.anuval-box a {
  text-decoration: none;
  color: #000;
  font-weight: normal;
}
.monthy-bx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  box-shadow: -8px 1px 13px #00000029;
  color: #012859;
  padding: 25px 15px;
  position: relative;
}
.monthy-bx::before {
  position: absolute;
  content: '';
  width: 320px;
  height: 3px;
  background: #1148a2;
  left: 0;
  bottom: 0;
}
.monthy-bx h5 {
  margin: 0;
  font-size: 18px;
  color: #000;
  font-weight: normal;
}
.view-pdf {
  display: flex;
  align-items: center;
}
.view-pdf h6 {
  margin: 0;
  font-size: 15px;
  font-weight: normal;
  color: #000;
  padding-right: 15px;
}
.monthy-bx::after {
  position: absolute;
  content: '';
  width: 320px;
  height: 3px;
  background: #72b734;
  right: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  .policy-pdf {
    padding: 0;
  }
  .policy-pdf h4 {
    font-size: 25px;
  }
   .anuval-box {
    margin-bottom: 20px;
  }
   .monthy-bx h5 {
    font-size: 14px;
  }
  .monthy-bx::after {
    width: 175px;
  }
}
/*----------End--------*/
/* careers */
.career-wrapper p
{
    color:#fff;
}
.career-form{
	
	 width:100%;
	background: #fff;
	 padding: 5% 0;
	 padding-bottom:0px;
	 margin-bottom: 5%;
	 color:#000 !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:#000 !important;
	}
.career-form-group label{
	color:#fff;
	
	}
.career-form input{
	background:none;
	border:none;
	border:1px solid #000;
	float:left;
	width:100%;
	padding: 4px 0 9px;
	color:#000;
	padding:10px;
	}
.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: #000;
  opacity: 1; /* Firefox */
}

.career-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #000;
}

.career-form ::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}
.upload-resume {
    width: 100%;
    position: relative
}

.upload-resume input[type="file"],
.upload-resume i {
    right: 0;
    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;
   
    color: #000;
    z-index: 10;
    border: 1px solid transparent
}
.career-submitnew{
background: #000;
  color: #fff;
  padding: 8px 30px;
  text-transform: uppercase;
  transition: 0.6s;
  margin-top: 20px;
  display: block;
  width: 100%;
  text-align: center;

	}
	.career-submitnew:hover
	{
	    text-decoration:none;
	    color:#fff;
	}
.career-submit:hover{
	transition:0.6s;
	background: #fff;
	color:#1f4756;
	}
	.contact-form
	{
	    
	}
	
	.contact-text h4 {
  color: #000;
  font-size: 25px;
  font-weight: normal;
}
.genaral-box a {
  font-size: 15px;
  font-weight: normal;
  display: inline-block;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  color: #000;
}
.genaral-box a {
  font-size: 15px;
  font-weight: normal;
  display: inline-block;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  color: #000;
}
.genaral-box h5 {
  font-size: 17px;
  font-weight: normal;
  color: #000;
  margin-bottom: 0;
  padding-top: 20px;
}

	.secpad
	{
	    
	}
	.contact-form span{
  float: left;
  width: 100%;
  text-align: left;
  color: #fff;
  font-size: 18px;
  padding-bottom: 25px;
}
.careerwrapper .blockquote.card {
    border-left: 3px solid #000;
    background-color: #fff;
}

.careerwrapper {
    padding: 60px 0; background:#fff;
}

.careerwrapper .card-body {
    border-width: 1px;
    border-style: solid;
    border-color: #000;
}

.calender {
    text-align: right;
}

.career-btn {
   border: 1px solid #000;
    color: #000;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    font-family: var(--rlight);
    transition: 0.5s;
}
.career-btn:hover
{
   border: 1px solid #000;
    color: #000;
    border-color:none;
    
}
.careerwrapper .headingcareer h5 {
    color: #12273F;
    
    font-size: 22px;
}

.careerwrapper p {
   
    font-size: 16px;
    color: #000;
    margin: 0;
    font-weight: normal;
    padding-bottom: 5px;
}

.careerhead h2 {
    color: #000;
    text-transform: uppercase;
   
    font-size: 28px;
    font-weight: bold;
}
.calender i
{
    padding-right:15px;
}
.careerhead h5 {
    color: #000;
    padding-bottom: 30px;
    font-weight: bold;
    
    font-size: 20px;
    margin: 0;
}
.workleft h5 {
	font-size: 35px;
	padding-top: 5%;
	font-weight: 400;
}

.workleft p {
	font-size: 14px;
	font-weight: 400;
}

.workwrapper {
	padding: 10px 0;
	background: #FAFAFA
}

.career-a {
	cursor: pointer;
	font-size: 16px;
	width: 100%;
	float: left;
	padding: 40px 95px;
	border-radius: 0;
	position: relative;
}

.career-a::after {
	position: absolute;
	content: "-";
	right: 0;
	top: 35px;
	left: 60px;
	font-size: 21px;
	font-weight: 200;
	width: 26px;
	height: 26px;
	border: 1px solid #000;
	border-radius: 60px;
	text-align: center;
}

.career-a.collapsed::after {
	content: "+";
}

.openwrapper {
	background: #FAFAFA;
	padding-bottom: 40px;
}

.openmargin {
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 21px;
}

.openmargin h1 {
	border-radius: 21px 21px 0px 0px;
	font-size: 30px;
	text-align: center;
	background: #E16D0E;
	padding: 30px 0;
	color: #fff;
}

.open-content {
	float: left;
	width: 100%;
	padding: 0px 5% 20px 8%;
}

.open-content p {
	font-size: 18px;
	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: #E16D0E;
	color: #fff;
	font-weight: bold;
	padding: 10px 15px;
	float: left;
	border-radius: 9px;
	transition: 0.5s;
	margin-top: 20px;
	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:#6EB52F;
	 padding: 60px 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
}
.carerrbott
{
    
}
	.career-submitnew:hover
	{
	    text-decoration:none;
	    color:#fff;
	}
.career-submit:hover{
	transition:0.6s;
	background: #fff;
	color:#1f4756;
	}
	.contact-form
	{
	    
	}
	.secpad
	{
	    
	}
	.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;
     }
}
/*-----Career End-------*/
/* project */
.project-bg {
    background: url(../images/project-bg.png) no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 7%;
    padding-bottom: 18%;
}

.project-bg h3 {
    color: #fff;
    font-weight: 500;
    font-size: 50px;
}

.project-bg span {
    font-weight: 300;
}

.project-list h4 {
    font-size: 17px;
    color: #000;
    font-weight: 500;
    position: relative;
    padding-bottom: 15px;
}

.project-list h4::after {
    position: absolute;
    content: '';
    background: #000;
    width: 85px;
    height: 1px;
    left: 0;
    bottom: 10px;
}

.project-list p {
    font-family: var(--rlight);
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    padding-right: 55%;
    margin-bottom: 45px;
}

.project-img-sec h5 {
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    padding-bottom: 40px;
    margin: 0;
    position: relative;
}

.project-img-sec h5::after {
    position: absolute;
    content: '';
    background: #fff;
    width: 150px;
    height: 1px;
    left: -45px;
    bottom: 17px;
}

.project-img-sec p {
    color: #fff;
    padding: 0;
    font-family: var(--rlight);
    font-weight: normal;
    margin-bottom: 30px;
}

.project-img-sec a {
    font-weight: normal;
    color: #fff;
    font-size: 15px;
}

.project-img-sec {
    background: #72b734;
    transition: 0.5s;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0px 3px 6px #00000029;
}

.project-content {
    padding: 45px;
}

.project-img-sec:hover {
    background: #0054a4;
    transition: 0.5s;
    color:#fff
}

.project-img-sec img {
    transition: 0.5s;
}

.project-img-sec:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
}

.project-list {
    padding:5%;
}

.ollevia-text h3 {
    font-size: 90px;
    color: #2E5445;
    opacity: 0.05;
    text-align: center;
    font-weight: bold;
}

.ourkeywrap {
    background-color: #006e54;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.ourkeywrap h1 {
    text-align: center;
    font-size: 40px;
    color: #fff;
    padding-bottom: 30px;
}

.ourright p {
    color: #fff;
    font-size: 16px;
    font-family: var(--rlight);
    font-weight: normal; text-align: justify;
}

.ourright h5 {
    padding: 5px 0;
    color: #d9a18a;
}

.ourright h4 {
    color: #fff;
    padding: 5px 0;
}

.ourmarginright {
    box-shadow: 3px 3px 6px #0000004D;
    
    max-height: 720px;
    min-height: 720px;
    padding: 30px 30px;border-radius: 15px;
}

.ourmargin {
   padding: 60px 0; background-color: #fff;
}
.ourmarginright h5 {
    padding: 5px 0;
    color: #d9a18a;
}
.ourmarginright h4 {
    color: #000;
    padding: 5px 0;margin: 0;
}
.ourmarginright p { text-align: justify;
    color: #000;
    font-size: 16px;
    font-family: var(--rlight);
    font-weight: normal;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    width: 310px;
  }
  
  .dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  .dropdown-content a:hover {
    color: #000;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
.pr--det
{
    padding:25px !important;
}
.pro-main {
  background-color: #e4e4e4;
 padding:60px;
}
.pro--bdy {
  background: #fff;
  box-shadow: 3px 3px 9px #0000004d;
  border-radius: 25px;
  padding: 50px;
}
.pro--bdy-content {
  display: flex;
  align-items: center;
}
.pro--bdy-content h2 {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 40px;
  margin-bottom: 10px;
  position: relative;
}
.pro--bdy-content h2::before {
  content: "";
  position: absolute;
  background: #72b734;
  height: 70px;
  width: 40px;
  left: -50px;
  top: 0;
}
.pro--bdy-content h6 {
  font-family: var(--rlight);
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
.pro--bdy-content p {
  font-family: var(--rlight);
  font-weight: 400;
  font-size: 16px;
  width: 100%;
 
  text-align:justify;
}
.pr-a {
  align-items: center;
  gap: 26px;
  margin-bottom: 25px;
}
.pro--btn a {
  font-family: var(--rlight);
  font-weight: 400;
  font-size: 20px;
  color: #000;
  text-decoration: none;
  transition: all 0.5s;
}
.pro--btn a:hover {
  color: #2e5445;
}
.pro--btn {
  border-bottom: 1px solid #fff;
  transition: all 0.5s;
}
.pro--btn:hover {
  border-bottom: 1px solid #c6c6c6;
}
.pro-tick {
  width: 25px;
}
.pr-right-img {
  transition: all 0.8s;
}
.pr-right-img:hover {
  transform: scale(1.02);
}
/*--------Projects End-----------*/
/*------------Products----------*/
.membersec
{
    padding:60px 0px;
}

.membersec a
{
background: #000;
  color: #fff;
  padding: 10px 20px;
  border-radius: 25px;
  font-size: 15px;
}

.membersec h1
{
    color: #0054a4;
  font-size: 45px;
}
.membersec p
{
    text-align:justify;
    font-size:16px;
}

.memberback {
  background: #eee;
  padding: 20px 20px;
}
.memberback:hover { background: #72b734;}
.memberback:hover a
{
    color:#00a059; background:#fff;
}
.memberback:hover h1
{
    color:#fff;
}
.memberback:hover p
{
    color:#fff;
}
@media(max-width:991px)
{
 .memberback
{
  background: #fff;
  padding: 20px 20px;
}
.col-order-2 { order:1}   
.col-order-1 { order:2} 

.membergap 
{
    margin-bottom:20px;
}
.membersec
{
  padding: 20px 0px;
}  
}
/*-----------Products End-----------*/
/* Video & Photo gallery */
.gallery-bg {
    padding: 4% 0;
}

.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: #000;
    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: #72b734;
    color: #fff;
    transition: 0.5s;
}

.tab-menu .nav-pills .nav-link:hover {
    background: #72b734;
    color: #fff;
    transition: 0.5s;
}

.vedio-sec {
    margin-bottom: 30px;
}

/*---------Gallery End----------------*/
/*-------------Branch---------------*/
.netbac {
  background: #f1f1f1;
  padding: 17px 10px;
  margin: 0;
  border-radius: 20px;
}

.networkform .form-group {
  margin-bottom: 0px;
}
.networkform .form-group label {
  color: #2d31a5;
  font-size: 16px;
  font-weight: 600;
  padding-left: 20px;
}
.networkbtn input {
  background-color: #72b734;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 20px;
  outline: none;
  color: #fff;
  padding: 10px 45px;
  font-size: 15px;
  cursor: pointer;
  border: none;
  transition: 0.5s;
  
  font-weight: 600;
}
.box-tab{
  padding: 20px 0;
  padding-right: 80%;

}
.networkbtn input:hover{
  background: #fff;
  border: 1px solid #0054a4;
  color: #000;
}
.newEventsBgSecMian select.form-control:not([size]):not([multiple]){
  height: auto;
}
.sharethis-inline-share-buttons span 
{
    
 display:none !important;   
}
.st-btn
{
    min-width:50px !important;
}
.sharethis-inline-share-buttons
{
    margin-bottom:10px !important;
    padding-left: 40px !important;
    text-align:left !important;
}

.tab-content.current {
  display: inherit;
}
ul.tabs{
			margin: 0px 0 40px;
			padding: 0px;
			list-style: none;
			margin-left: -267px;
            /*max-width: 775px;*/
		}
		ul.networktab
		{
		    margin-left:0px;
		    justify-content: start;
		    margin-top:25px;
		}
		ul.tabs li{
			background: none;  
			color: #fff;
			display: inline-block;
			padding: 0px 25px;  font-size:16px;
			cursor: pointer; text-transform:uppercase;
			background:none;
			height:auto;
			font-weight: 300;
		}
		ul.tabs li:hover
		{
		    background:none;
		}

		ul.tabs li.current{ border:1px #fff solid;background:none;
			color: #fff; text-transform:uppercase;
		}

		.tab-content.current{
			display: inherit;
		}
		
.searchbtn::placeholder {
  color: #2f33a8;
  opacity: 1; /* Firefox */
}

.searchbtn:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #fff;
}

.searchbtn::-ms-input-placeholder { /* Microsoft Edge */
 color: #fff;
}
.carrerBgSec1{ padding-top:80px;}
.branchesWhiteBg:hover{ }
.branchesWhiteBg:hover p{ color:#000}
.branchesWhiteBg:hover label{ color:#000}
.branchesWhiteBg:hover span{ color:#000}
.branchesWhiteBg:hover h3{ color:#2b2fa7}
.branchesWhiteBg span{ position:absolute; left:0; top:0; color:#000; font-weight:normal; font-size:15px;}
.branchesWhiteBg p{ padding-left:70px; color:#000;  font-size:15px;   position:relative; margin-bottom: 1px !important;}
.branchesWhiteBg label{ font-size:15px; margin-bottom:40px; font-weight:normal;   color:#000; line-height:27px;; margin-bottom:20px;}
.branchesWhiteBg h3{
  font-size: 22px;
  color: #0054a4;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.branchesWhiteBg{ -moz-transition:.4s; -webkit-transition:.4s; -ms-transition:.4s; -o-transition:.4s; transition:.4s;
    padding: 20px 20px; margin-bottom:5px;position: relative;border-bottom: 1px solid #cfcfcf !important;
}
.networkform select {
  padding: 10px;
  padding-right: 40px;
  font-size: 14px;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E) !important;
  background-repeat: no-repeat, repeat !important;
  background-position: right 20px top 50%, 0 0 !important;
  background-size: .65em auto, 100% !important;
  color: #000;
}
.networkform .form-control{
  background: #fff;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 20px;
  padding: 10px 15px;
  border-color: transparent;
  color: #000;
}
.networkform select::-ms-expand {
  display: none;
} 
.networkform input::placeholder{
  color: #000 !important;
  font-size: 14px !important;
  font-weight: normal !important;
}
.branchnew-btn
{
    padding-top:0px !important
}
.networkform
{
    padding:4%;
    padding-top: 0;
}
/* .branch-btn
{
   display: flex;
  justify-content: left;
} */
.branchnew-btn a{
  cursor: pointer;
  background: #72b734;
  color: #fff !important;
  text-align: center;
  padding: 10px 25px;
  border-radius: 20px;
  transition: 0.5s;
  font-size: 15px;
}
.branchnew-btn a:hover{
  background: #2d31a5;
  transition: 0.5s;
}
.border-lhead
{
    background-color:#72b734;
    margin-bottom:20px;
    border-radius:10px;
    padding:10px 20px;
}
.border-lhead h3
{
    color:#fff;
    font-size:22px;
    font-weight:500;
    margin:0px;
}

.border-div
{
   border: 1px solid #cfcfcf;
    padding:5px;
    border-radius:10px;
    padding-left: 0;
  padding-right: 0;
    
}
.tabs__list {
  font-size: 13px;
  list-style: none;
  margin: 0;
  padding: 0 0 0 1px;
  position: relative;
  z-index: 1; margin-bottom:90px
}
.tabs__list:after {
  clear: both;
  content: '';
  display: block;
}
.tabs__list > li {
  display: inline;
}
.tabs__list > li label {


  color: #fff;
  cursor: pointer;  
  float: left; font-size:18px; 
  font-weight: bold;
  height: 40px;
  line-height: normal;
  padding: 3px 30px 0;
  position: relative;  display: flex;
-webkit-display: flex;
-ms-display: flex;
justify-content: center;
-webkit-justify-content: center;
-ms-justify-content: center;
align-items: center;
-webkit-align-items: center;
-ms-align-items: center; text-decoration:none; outline:none;
}
.tabs__list > li:hover label { 
}
.tabs__radio:nth-of-type(1):checked ~ .tabs__list > li:nth-of-type(1) label, .tabs__radio:nth-of-type(2):checked ~ .tabs__list > li:nth-of-type(2) label, .tabs__radio:nth-of-type(3):checked ~ .tabs__list > li:nth-of-type(3) label, .tabs__radio:nth-of-type(4):checked ~ .tabs__list > li:nth-of-type(4) label, .tabs__radio:nth-of-type(5):checked ~ .tabs__list > li:nth-of-type(5) label {
  background:none; border:1px #fff solid; color:#fff; 
  height: 40px;
  margin-bottom: -1px;
  margin-top: 0; text-decoration:none; outline:none;
}
/* IE8 fallback */
.tabs__list > li .tabs__list--active {
  background: #FFFFFF;
  height: 21px;
  margin-bottom: -1px;
  margin-top: 0;
}

.tabs__container > .tabs__panel {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  font-size: 12px;
  height: 0;
  margin: 0; display:inline;

  vertical-align: top;
  white-space: normal;
  width: 100%;
}
.tabs__radio:nth-of-type(1):checked ~ .tabs__container > .tabs__panel:first-child {
  margin-left: 0;
}
.tabs__radio:nth-of-type(2):checked ~ .tabs__container > .tabs__panel:first-child {
  margin-left: -100%;
}
.tabs__radio:nth-of-type(3):checked ~ .tabs__container > .tabs__panel:first-child {
  margin-left: -200%;
}
.tabs__radio:nth-of-type(4):checked ~ .tabs__container > .tabs__panel:first-child {
  margin-left: -300%;
}
.tabs__radio:nth-of-type(5):checked ~ .tabs__container > .tabs__panel:first-child {
  margin-left: -400%;
}
/* IE8 fallbacks */
.tabs__radio--checked ~ .tabs__container > .tabs__panel:first-child {
  margin-left: 0;
}
.tabs__radio + .tabs__radio--checked ~ .tabs__container > .tabs__panel:first-child {
  margin-left: -100%;
}
.tabs__radio + .tabs__radio + .tabs__radio--checked ~ .tabs__container > .tabs__panel:first-child {
  margin-left: -200%;
}
.tabs__radio + .tabs__radio + .tabs__radio + .tabs__radio--checked ~ .tabs__container > .tabs__panel:first-child {
  margin-left: -300%;
}
.tabs__radio + .tabs__radio + .tabs__radio + .tabs__radio + .tabs__radio--checked ~ .tabs__container > .tabs__panel:first-child {
  margin-left: -400%;
}
.tabs__radio:nth-of-type(1):checked ~ .tabs__container > .tabs__panel:nth-child(1),
.tabs__radio:nth-of-type(2):checked ~ .tabs__container > .tabs__panel:nth-child(2),
.tabs__radio:nth-of-type(3):checked ~ .tabs__container > .tabs__panel:nth-child(3),
.tabs__radio:nth-of-type(4):checked ~ .tabs__container > .tabs__panel:nth-child(4),
.tabs__radio:nth-of-type(5):checked ~ .tabs__container > .tabs__panel:nth-child(5) {
  height: auto;
}
/* IE8 fallback */
.tabs__container > .tabs__panel--active {
  height: auto;
}
.branchesHeaderMain{ text-align:left!important; color:#fff!important;}
.branchesHtmlMain:before{ position:absolute; right:0; top:235px;  width:459px; height:1153px; content:""  }
.branchesHtmlMain{background: #FF8001; background-size:cover !important; position:relative;width:100% !important}
.newImgPosition{ position:absolute; left:0; bottom:0;}
.cloudPositionI{ position:absolute; left:100px; top:270px;}
.cloudPosition2{ position:absolute; right:100px; top:670px;}
.maxWidthNewAllMain1{ max-width:980px; margin:0 auto;}
.newWrapperBgSec{ background: rgb(244,246,246);
background: linear-gradient(0deg, rgba(244,246,246,0.5830707282913166) 0%, rgba(255,255,255,0.41780462184873945) 88%); padding:70px; text-align:center; position:relative; margin-bottom:40px;}
.newWrapperBgSec:before{ position:absolute; top: -24px;
left: 70px; content:""; width:23px; height:46px; background:url(../images/news-updates-icon.png) no-repeat; }
.newWrapperBgSec p{ color:#4b4f58; line-height:30px; font-size:17px; margin-bottom:70px;}
.newWrapperBgSec span{ display:block; color:#4b4f58; font-size:14px; text-align:left; text-transform:uppercase;  font-weight:normal;}
.newWrapperBgSec a{ display:block; color:#203367; font-size:15px; text-align:right; text-transform:uppercase;
  font-weight:bold;}
 .newWrapperBgSec a:hover{ letter-spacing:2px;}
.subMainHeaderall{ text-align:center; color:#203367; font-size:45px;  font-weight:normal; margin-bottom:15px; }
.newEventsBgSecMian{ background: #fff; padding:27px 0px 27px; overflow:hidden; position:relative; }
.breadCrumb{ margin: 20px 0 0px;
padding-right: 130px;
width: 100%;
text-align: right;}
.breadCrumb li{ display:inline-block; position:relative; color:#fff; font-size:14px; font-weight:normal; padding:0 14px; 
text-transform:uppercase}
.breadCrumb li:last-child{ padding-right:0;}
.breadCrumb li:before{ position:absolute; left:-3px; top:5px; content:""; background:#f9c35f; width:1px; height:10px;}
.breadCrumb li:first-child:before{ background:none;}
.breadCrumb a{ color:#fff; font-weight:normal; font-size:14px; text-transform:uppercase}
.breadCrumb a:hover{color:#1c2e4d;}
.subBannerTxtMain{ position:absolute; left:0; bottom:40px; width:94%}
.subBannerTxtMain h1{ color:#fff; font-size:45px; font-family: 'DMSerifTextRegular'; font-weight:normal;   }
 .loginsubWrapperMain{ background:#f4f6f6!important;}
.subBannerSecMain{  float: left;
clear: both;
width: 100%;
position: relative;
overflow: hidden; padding-top: 17px;
}
.headerbannerSubMain{ background:#f4f6f6!important;}
.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}



.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.panel-body {
    padding: 0px; background:none; 
}
.panel-heading{ padding:0px; color:#fff}
.panel-heading a{background: #203367;
padding: 20px;
width: 100%;
display: block;
color: #fff;}
.panel{ background:none; border:none;}
.panel-default > .panel-heading{ background:none;}
.panel-group .panel-heading + .panel-collapse > .panel-body{border:none;}
.mobileLinkDivmian{ display:none!important;}
.branchesSecBgMobile h3{position: relative;
z-index: 1000;
color: #fff;
font-family: 'DMSerifTextRegular';
font-weight: normal;
font-size: 40px;
margin-bottom: 56px;}
.branchesSecBgMobile{ display:none; overflow: hidden;
padding: 120px 0px;
background-attachment: fixed; background:url(../images/bg-sec1.jpg) no-repeat; background-size:cover;
position: relative;}
.branchesSecBgMobile h2{-moz-transition: .4s;
-webkit-transition: .4s;
-ms-transition: .4s;
-o-transition: .4s;
transition: .4s;
font-size: 35px;
font-family: 'DMSerifTextRegular';
font-weight: normal;
text-transform: uppercase;
color: #fff;
margin-bottom: 5px; }
.branchesSecBgMobile  p{-moz-transition: .4s;
-webkit-transition: .4s;
-ms-transition: .4s;
-o-transition: .4s;
transition: .4s;
letter-spacing: 4px;
color: #fff;
font-size: 15px;
font-weight: normal;
text-transform: uppercase;
text-transform: uppercase;
margin-bottom: 10px;
}
.branchesSecBgMobile a{-moz-transition: .4s;
-webkit-transition: .4s;
-ms-transition: .4s;
-o-transition: .4s;
transition: .4s;
position: relative;


color: #fff;
font-size: 16px;
font-weight: normal;}
.branchesSecBgMobileBg1{ background:#7e9d3d; padding:20px; text-align:center}
.branchesSecBgMobileBg2{ background:#fcb715; padding:20px; text-align:center}
.branchesSecBgMobileBg3{ background:#1d9fd9; padding:20px; text-align:center}
.well {
    min-height: 20px; display:block!important;
    padding: 0px;
    margin-bottom: 20px;

    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    position: absolute;
    width: 100%;
    left: 0;
    height: 100vh;
    top: -200px;
}
.counter-value2{text-align: center;
display: flex;
-moz-align-items: center;
-webkit-align-items: center;
align-items: center;
-moz-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
font-size: 60px;
 font-family: 'DMSerifTextRegular';
color: #fff;}
.counter-value2 span{ font-size:30px; font-weight:bold;  font-family: 'DMSerifTextRegular';}
.openningHrWrapper{ position:relative; padding-right:33px}
.openningHrWrapperDiv{ position:absolute; right:0; top:0px; }
.branch-pad p
{
    padding-left:0px !important;
    
}
.branch-code
{
    text-align:center;
}
@media(max-width:767px)
{
   .current .col-6
   {
       max-width:100% ;
       flex: 0 0 100%;
   } 
   
}
@media(max-width:991px)
{
  .padd-sec{
    padding-left: 0;
    padding-right: 0;
  }
  .box-sec{
    margin: 15px 0;
  }
  .networkform select{
    font-size: 13px;
  }
  .networkbtn input{
    padding: 7px 30px;
    font-size: 14px;
  }
  .box-tab{
    padding: 15px 0;
  }
  .networkform input::placeholder{
    font-size: 13px;
  }
  .branchesWhiteBg{
    background: #fff;
    box-shadow: 0px 3px 6px #00000029;
    margin-bottom: 20px;
    border: none;
    border-radius: 10px;
    padding: 20px 15px;
  }
  .branchesWhiteBg h3{
    padding-bottom: 5px;
    font-size: 20px;
  }
  .border-div{
    border: none;
  }
  .branchesWhiteBg span{
    font-size: 14px;
  }
  .branchesWhiteBg p{
    font-size: 14px;
    padding-left: 55px;
  }
  .branchnew-btn a{
    font-size: 14px;
  }
  .branchesWhiteBg .row{
    margin: 0;
  }
  .branchesWhiteBg p{
    margin-bottom: 10px !important;
  }
  .networkform .form-group label{
    font-size: 14px;
  }
  .border-lhead
   {
       display:none;
   }  
   .branch-btn {
  display: block !important;
}
   .branch-btn a
   {
       display: inlilne-block;
       margin: 10px 0;
   } 
}
/*-------------End-----------*/
/* -------------------------------- News -------------------------------- */
.news-cols{
  border-radius: 12px;
  border: 1px solid #000;
  margin-top: 40px;
  padding: 20px;
}
.news-cols img{
  border-radius: 12px;
}
.news-date{
  margin: 20px 0;
  font-size: 15px;
  color: #000;
  font-family: var(--medium);
}
.news-cols h4{
  color: #000;
  font-size: 20px;
  font-family: var(--medium);
  margin-bottom: 20px;
}
.news-cols p{
  color: #000;
  font-size: 15px;
}
.news-cols a{
  display: inline-block;
  font-size: 15px;
  text-decoration: none;
  font-family: var(--medium);
  color: #000;
  margin-top: 15px;
  transition: var(--ani);
}
.news-cols a:hover{
  color: var(--secondarycolor);
}
.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;
  padding-top: 60px;
}
.recurring img
{
   border-radius: 20px;
}
.recurring p{font: normal normal normal 16px/26px Arial;text-align: left;}

@media(max-width:991px)
{
 .recurring
 {
     padding-top:0px;
 } 
 .testimonial-bg h3
 {
     font-size:25px;
 }  
}
/*----------------News End-----------*/
/*-----------------Testimonials------------*/
.testi_page_item {
 padding:20px;
}

.testi_page_item .media .media-left {
  padding-right: 70px;
}

.testi_page_item .media .media-left h5 {
  text-align: center;
  font-size: 100px;
  color: #72b734;
 
  font-weight: bold;
  padding-top: 50px;
  line-height: 50px;
}

.testi_page_item .media .media-body p {
  
  line-height: 35px;
  color: #000;
  text-align:justify;

  padding-bottom: 25px;
}

.testi_page_item .media .media-body h4 {
  font-size: 18px;
 
  font-weight: bold;
  color: #72b734;
  padding-bottom: 10px;
}

.testi_page_item .media .media-body h5 {
  color: #242424;
  font-family: "Lato", sans-serif;
  font-style: italic;
  color: #242424;
}

.testi_page_item:nth-child(even) {
  background: #f1f1f1;
}

/*--------------End----------------*/
/* board of directors
============================================================================================ */
.our_workers_area {
  background: #fff;
  padding: 100px 0px;
}

.d_team_inner {
  margin-bottom: -70px;
  overflow: hidden;
}

.d_team_inner .workers_item {
  margin-bottom: 70px;
  border-radius: 0px 90px;
}

.join_us {
  height: 180px;
  width: 180px;
  border-radius: 50%;
  background: #18ba60;
  text-align: center;
  color: #fff;
  margin: auto;
}

.join_us h5 {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 180px;
}

.workers_item {
  text-align: center;
  background: #72b734;
}

.workers_item .workers_img {
  position: relative;
  z-index: 2;
  height: 182px;
  width: 182px;
  border-radius: 50%;
  margin: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  
  
}

.workers_item .workers_img:before {
  content: "";
 background: rgb(0, 84, 164);
  position: absolute;
  left: 0px;
  top: 0px;
  height: 182px;
  width: 182px;
  border-radius: 50%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.workers_item .workers_img ul {
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.workers_item .workers_img ul li {
  display: inline-block;
  margin-right: 16px;
}

.workers_item .workers_img ul li a {
  color: #fff;
  font-size: 20px;
}

.workers_item .workers_img ul li:last-child {
  margin-right: 0px;
}

.workers_item h4 {
  font-size: 14px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  padding: 25px 0px 8px 0px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.workers_item h6 {
  font-size: 15px;
  color:#fff;
  font-weight: bold;
  letter-spacing: .45px;
}

.workers_item:hover h4 {
  color: #fff;
}

.workers_item:hover .workers_img:before {
  opacity: 1;
}
.workerteam
{
    padding-bottom:20px;
}

.workers_item:hover .workers_img ul {
  opacity: 1;
}

/* board of directors end
============================================================================================ */