﻿/* -------------------------------- 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;
  
}
.news-sub-box
{
    padding-bottom:33px;
}
.news-cols h4{
  color: #000;
  font-size: 20px;

  margin-bottom: 20px;
}
.news-cols p{
  color: #000;
  font-size: 15px;
  text-align:justify;
}
.news-cols a{
  display: inline-block;
  font-size: 15px;
  text-decoration: none;
 
  color: var(--primarycolor);
  margin-top: 15px;
  transition: var(--ani);
}
.news-cols a:hover{
  color: var(--secondarycolor);
}
/* 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;
  padding-top: 60px;
}
.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;
 }  
}
/* recurring page end */
/* services */
.serv-right p
{
    text-align:justify;
}
.servicewrapper {
  padding: 60px 0;
  background-color: #000;
}

.servicewrapper h1 {
  font-size: 40px;
  font-family: "Inter", sans-serif;
  text-align: center;
  color: #fff;
}

.serviceleft h2 {
  color: #fff;
  font-size: 19px;
}

.serviceright img {
  border-radius: 6px;
}

.serviceleft p {
  color: #fff;
  font-size: 14px;
  text-align: justify;
}
.serviceleft a {
  text-decoration: none;
}

.servive-custom
{
    padding: 4% 12% !important;
}
.splitter {
  background-color: #e6e6e659;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.serviceleft h6 {
  color: #fff;
  font-size: 17px;
}
/* ----------------------- Service Details ----------------------- */
.service-det-main {
  background-color: #000;
  padding: 5% 0;
}
.det-bx {
  box-shadow: 0 0px 23px #00f;
  border-radius: 20px;
  padding: 30px;
}
.serv-left img {
  border-radius: 12px;
}
.serv-right h3 {
  margin-bottom: 15px;
  font-size: 23px;
  color: #fff;
}
.serv-flex {
  display: flex;
  align-items: center;
  /*-- height: 100%;
  background-color: #171717a1;
  border-radius: 20px;
  padding: 20px;
  color: #fff;
  border: 1px solid #ffffff1c;--*/
}
.serv--flex {
  display: flex;
  align-items: center;
  height: 100%;
  background-color: #171717a1;
  border-radius: 20px;
  padding: 20px;
  color: #fff;
  border: 1px solid #ffffff1c;
}
.sticky_circle_wrap {
  height: auto;
}
.sticky_circle_element img {
/*--width: 100%;--*/
}
.sticky_pin_element {
top: 5%;
transform: translate(-50%, -50%);
}
/* Testimonials */
.flip-card1 {
  background: none;
  width: 290px;
  height: 290px;
  border-radius: 50%;
  margin: 10px auto;
}
.flip-card-inner1 {
  position: relative;
  width: 290px;
  height: 290px;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  box-shadow: 0px 3px 15px #00000029;
  border-radius: 50%;
  background: #f3f3f4;
}
.flip-card1:hover .flip-card-inner1 {
  transform: rotateY(180deg);
}
.flip-card-front1,
.flip-card-back1 {
  position: absolute;
  width: 290px;
  height: 290px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 2%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 28px;
  padding-top: 65px;
  box-shadow: 0 0px 23px #000;
}
.flip-card-back1 {
  background-color: #f57b20;
  color: white;
  transform: rotateY(180deg);
  padding: 20px;
  text-align: center;
}
.flip-card-back1 p
{
    text-align:justify;
}
.testi-box p {
  color: #000;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-align: justify;
}
.testi-box h5 {
  font-weight: 500;
  font-family: "Roboto";
  font-size: 18px;
  color: #000;
  margin: 0;
}
.testi-box h6 {
  color: #000;
  font-weight: normal;
  font-family: "Roboto";
  font-size: 15px;
  margin: 0;
}
.testi-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.name-testi {
  padding-left: 10px;
}
.testi-sec h4 {
  font-family: "Poppins";
  font-weight: normal;
  font-size: 40px;
  color: #000;
  text-align: center;
  padding-bottom: 75px;
}
.testi-sec {
  padding: 5% 0;
  position: relative;
}
.testi-sec .owl-carousel .owl-nav.disabled {
  display: block;
}
.testi-sec .owl-carousel .owl-nav button.owl-next {
  width: 40px;
  height: 40px;
  background: url(../images/slide-arow-1.png) no-repeat #ff161f;
  border-radius: 50%;
  background-position: center;
  padding: 10px !important;
}
.sec-pad {
  padding: 100px 0;
}
.testi-sec .owl-carousel .owl-nav button.owl-next span {
  display: none;
}
.testi-sec .owl-carousel .owl-nav button.owl-prev {
  width: 40px;
  height: 40px;
  background: url(../images/slide-arow.png) no-repeat #ff161f;
  border-radius: 50%;
  margin-right: 10px;
  background-position: center;
  padding: 10px !important;
}
.testi-sec .owl-carousel .owl-nav button.owl-prev span {
  display: none;
}
.testi-sec .owl-carousel .owl-nav {
  display: flex !important;
  position: absolute;
  right: 36px;
  top: -75px;
}
.pr--det
{
    padding:25px !important;
}
.pro-main {
  background-color: #e4e4e4;
  padding-top: 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: #ff161f;
  height: 70px;
  width: 40px;
  left: -50px;
  top: 0;
}
.pro--bdy-content h6 {
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  color:#ff161f;
}
.pro--bdy-content p {
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  width: 400px;
  margin-bottom: 50px;
}
.pr-a {
  align-items: center;
  gap: 26px;
  margin-bottom: 25px;
}
.pro--btn a {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 20px;
  color: #000;
  text-decoration: none;
  transition: all 0.5s;
}
.pro--btn a:hover {
  color: #ff161f;
}

.testi-text
{
    padding-left:15px;
}
.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);
}
/* gallery */
.img-box {
    margin-bottom: 30px;
    position: relative;
}

.ovely-box {
    text-align: center;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    background: #b9b9b9a6;
    display: none;
    transition: 0.5s;
    height: 100%;
}

.ovely-box h5 {
    font-size: 18px;
    color: #fff;
    font-family: 'Open Sans';
    font-weight: 500;
    margin: 0;
    padding: 10px 0;
}

.img-box:hover .ovely-box {
    display: block;
    transition: 0.5s;
    padding-top: 27%;
}

.gallery-bg h3 {
    color: #000;
  font-family: 'Poppins';
    font-weight: normal;
    font-size: 35px;
    text-align: center;
}

.gallery-bg p {
    color: #000;
    text-align: center;
    font-family: 'Roboto';
    font-weight: normal;
    font-size: 16px;
}

.tab-menu .nav {
    justify-content: center;
}

.tab-menu .nav-pills .nav-link.active {
    background: ##f57b20;;
    color: #fff;
}

.tab-menu .nav-pills .nav-link {
    border-radius: 0;
    font-family: 'Open Sans';
    font-weight: 500;
    color: #000;
    font-size: 18px;
}

.gallery-bg {
    padding: 5% 0;
    padding-bottom: 0;
}
.vedio-sec
{
    padding-bottom:30px;
}
/*---------- careers------------ */
    .subtext {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.subtext h1
{
  color:#fff; 
  font-size:40px; 
  font-weight:500;
  
}
    .mobsubbanner {
  display: none;
}
    .phone-banner {
  display: 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;
}

.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: #23569e;
	padding: 30px 0;
	color: #fff;
}

.open-content {
	float: left;
	width: 100%;
	padding: 0px 5% 20px 8%;
}

.open-content p {
	font-size: 16px;
	font-family: 'arial';
	margin: 0 0 0px 0;
	line-height: 18px;
	
}

.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: #23569e;
	color: #fff;
	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%;
}
.workleft p
{
    text-align:justify;
}
.career-wrapper p
{
    color:#fff;
}
.career-form{
	 float:left;
	 width:100%;
	 background:#0d60ae;
	 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
}

.abtsessbanner
{
    position:relative;
    
}
.career-submitnew{
	background: #f57b20;
    color: #fff;
    padding: 8px 30px;
    text-transform: uppercase;
    float: right;
	transition:0.6s;
	margin-top:20px;
	}
.career-submit:hover{
	transition:0.6s;
	background: #fff !important;
	color:#1f4756;
	}
	.contact-form
	{
	    
	}
	.contact-form span{
  float: left;
  width: 100%;
  text-align: left;
  color: #fff;
  font-size: 18px;
  padding-bottom: 25px;
}
@media(max-width:991px)
{
 .desktop-banner {
    display: none;
  }
   .phone-banner {
    display: block;
  } 
   .mobsubbanner {
    display: block;
  }
   .desksubbanner {
    display: none;
  }  
  .secpad
{
 
 padding:0px !important;   
}
.abtsessbanner { padding:0px !important;   
}
}
	@media(max-width:768px)
{
     .career-form
     {
         padding:0;
     }
}
@media screen and (max-width:1200px) {
/* careers */
	.applybtn {
		margin-left: 10px;
		font-size: 11px;
	}

	.open-content p {
		margin: 0 0 15px 0;
		font-size: 11px;
	}

	.clickbtn {
		margin: 0 20px 15px 0;
		font-size: 11px;
	}
	}
/*-----------End----------*/
/*-------------Content Page--------------------*/
    .mime-bg li {
  list-style-type: none;
  padding-left: 20px;
 position:relative; 
  color: #0a0244;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 10px;
 
}
.mime-bg li::before 
{
    top:10px;
    left:0px;
    background: url(../images/bullet.png) no-repeat;
    position:absolute;
    content:''; 
    width:11px;
    height:13px;
    
}
.mime-bg{
	text-align: justify;
    background: #f4f4f4;
	margin-top: 50px;
    margin-bottom: 81px;
	padding: 20px 35px 10px;
margin-bottom: 81px;
border: none;
 
}
.mime-bg  {
  text-align: justify;
}
.main-header h1 { position:relative; padding-bottom: 20px; text-align: left;font-size:30px;}
.main-header h1::before { position:absolute; content:''; background-color:#000; width:100px ; height:2px; bottom:0px;}
.mime-bg p
{
    text-align:justify;
    color: #0a0244;
}
.mime-logo{
	
}
.mime-image{
	position: relative;
	top: 45px;
}
.mime-card{
	text-align: center;
	font-weight: bold;
}
.mime-card span{
	margin-top: 6px;
}
.mime-slider{
	margin: 25px 0;
}
.mime-bgr
{
padding-top: 0px;
display: flex;
justify-content: center;
padding-bottom:20px;
}
.mime-bg 
{
    margin-bottom: 20px;
}
.aluminicommittee
{
    padding-top:14px !important;
}