.gagan-desig {
    /* background-color: rgba(0, 0, 0, 0.35); */
    /* padding: 0px 20px 20px; */
}

.vision-img {
    display: inline-block;
    margin-top: -8px;
}
.vision-head {
    display: inline-block;
  color: #fff;
  /* text-decoration: underline; */
  background-color: #00000078;
    padding: 10px 12px;
}

.vision-para {
    color: #fff;
    font-size: 15px;
}

.visio-table tr td{
    border: 1px solid #000;
    padding: 7px 10px;
}

.visio-table td:nth-child(odd) {
    background-color: #d4d4d47d;
  }

  .awards-servic {
    border: 1px solid #fff;
    transition: all 0.2s;
  }
  .awards-servic:hover {
    box-shadow: 3px 4px 16px 6px rgb(0 0 0 / 17%);
    transform: translateY(-5px);
    border-color: #0047bb;
    background-color: #0047bb;
    
  }
  .awards-servic:hover h3{
    color:#fff !important;
  }
  .awards-servic:hover p{
    color:#fff;
  }

  .vlg-deails {
    padding: 10px;
  }

  .tab{
	display: none;
}
.tab-active{
	display: block;
}

/* h3 {
    background: #fff;
    color: #3498db;
    font-size: 36px;
    line-height: 100px;
   
} */
.slider-logo {
    /* width: 352px !important; */
    height: 280px !important;
    margin: 10px;
    padding: 10px;
    position: relative;
    text-align: center;
    background-color: rgba(255, 255, 255, .3);
}
.slider-logo img {
  text-align: center;
  margin: 10px auto;
  width: 120px;
}

.slider-text {
  text-align: center;
  
}
.slick-next:before, .slick-prev:before {
  color: #000 !important;
}
.slider-text h3 {
  margin-bottom: 10px;
  font-size: 20px;
  color: #000;
}

.card-image
{
  position: relative;
}
.card-image img {
  display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: opacity 0.35s, transform 0.35s;
        transform: translate3d(-30px,0,0);
       
}

.gallery-awards .card {
  margin-bottom: 30px;
  
}

.card-image:hover img{

 opacity: 0.7;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
   
}
/* .card-image:hover {
  padding: 20px;
} */

.banner-slides {
  /* padding-top: 200px; */
}

.item-centers {
  margin: auto 0px;
}

.gagan-desig h4 {
  margin-bottom: 0px;
  font-size: 40px;
  color: #fff;
  line-height: 80px;
  font-family: initial;
}
.gagan-desig h5 {
  font-size: 30px;
    color: #fff;
    font-family: initial;
}
.banner-sec {
  padding: 50px 0px 0px 0px !important;
}
.personl-img {
  margin-top: 55px;
}

.custom-container-background::before{
  width: 85%;
  height: 0px;
}

.visior-icon-img {
  position: relative;
    height: 120px;
    width: 120px;
    margin: 0 auto;
    line-height: 120px;
    text-align: center;
    color: #9ca6b6;
    font-size: 60px;
    -webkit-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    transform: translateY(-60px);
    margin-bottom: -40px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-box-shadow: 10px 0px 10px 0px rgb(0 0 0 / 10%), inset 0px -4px 0px 0px rgb(12 41 87 / 22%);
    box-shadow: 10px 0px 10px 0px rgb(0 0 0 / 10%), inset 0px -4px 0px 0px rgb(12 41 87 / 22%);
}

.vlg-deails {
  background-image: url(../images/vision_tab_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 20px 80px;
}

.vision-listing li {
  color: #fff;
}

.gagan-desig h1 {
  font-size: 62px;
  font-family: initial;
  font-weight: 500 !important;

}

.slider-logo img{
 /* background-color: #fff; */

}

.slider-logo .slider-text p{
  color: #ffff;
  line-height: 20px;
}

.banner-slid-img {
  /* height: 100px; */
  /* border-radius: 50%; */
  text-align: center;
  /* background-color: #fff; */
}

.slider-text {
  /* height: 160px; */
}
.excel-tab-list {
  color: #fff;
}

.about-gagan {
  padding: 40px 0px;
}
.about-para {
  text-align: justify;
}

header {
  box-shadow: 0px 2px 2px rgb(0 0 0 / 8%);
}
header  .header-body {
  box-shadow: 0px 2px 2px rgb(0 0 0 / 8%) !important;
}

.awards-reco-logo {
  margin: 10px auto;
}

.awards-servic {
  height: 380px !important;
  margin: 5px 10px;
  padding: 5px 5px;
  box-shadow: 0 0 5px rgb(0 0 0 / 30%);
} 

.awards-servic h3 {
  font-size: 15px !important;
}
.awards-servic p {
  font-size: 14px !important;
}

.main-desk-box {
  position: relative;
}
.main-desk-box .box-front {
  border: 1px solid #17181c;
    background-color: #fff;
    text-align: center;
    border-radius: 30px;
}

.main-desk-box .box-front .content-wrap {
  padding: 32px;
  width: 100%;
  display: block;
}

.content-wrap h3{
  margin-bottom: 10px;
    color: #17181c;
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
}

.content-wrap p {
  margin-bottom: 0px;
}

.timeline {
  position: relative;
}

.timeline .timeline-bar {
  content: '';
  width: 4px;
  opacity: .2;
  margin-left: -2px;
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  background-color: #0047bb;
  /* background-color: #fff; */
}

.timeline .timeline-inner {
  position: relative;
}

.timeline-box {
  width: 50%;
  color: #757575;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 25px;
  position: relative;
}
.timeline-box-left {
  float: left;
  clear: left;
}

.timeline-box-right {
  float: right;
  clear: right;
}

.timeline-box {
  width: 50%;
  color: #757575;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 25px;
  position: relative;
}

.timeline-box .dot {
  background-color: #0047bb;
}
.timeline-box-left .dot {
  right: 0;
  margin-right: -4px;
}

.timeline-box-left .dot, .timeline-box-right .dot {
  top: 50px;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.timeline-box-left .timeline-box-inner {
  margin-right: 35px;
}

.timeline-box-inner {
  padding: 20px 5%;
  position: relative;
  border-width: 5px 0 0;
  border-style: solid;
  background-color: #fff;
    box-shadow: 0 1px 6px rgb(0 0 0 / 12%), 0 1px 4px rgb(0 0 0 / 24%);
}

.timeline-box-left .timeline-box-inner .arrow {
  right: -12px;
  background-position: -18px 0;
}

.timeline-box-left .arrow, .timeline-box-right .arrow {
  top: 30px;
  width: 12px;
  height: 41px;
  display: block;
  position: absolute;
  background-image: url(../images/white-arrows-timeline.png);
  background-repeat: no-repeat;
}

.timeline-box .date {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  /* margin-bottom: 15px; */
  color: #fff;
}

.timeline-box-right .dot {
  left: 0;
  margin-left: -4px;
}

.timeline-box-right .timeline-box-inner {
  margin-left: 35px;
}

.timeline-box-right .timeline-box-inner .arrow {
  left: -12px;
  background-position: 0 0;
}

.history-vgroup {
  padding: 50px 0px;
}

.first-vt {
  margin-top: 100px;
}
.sec-vt {
  margin-top: 100px;
}

.third-vt {
  margin-top: 100px;
}
.fourth-vt {
  margin-top: 100px;
}
.fifth-vt {
  margin-top: 100px;
}
.sixth-vt {
  margin-top: 100px;
}

.seventh-vt {
  margin-top: 100px;
}

@media only screen and (max-width: 991px) {
  .gagan-desig h4 {
    font-size: 27px;
    line-height: 45px;
  }
  .gagan-desig h1 {
    font-size: 35px;
    font-weight: 500;
    letter-spacing: 0px;
  }
  .gagan-desig h5 {
    font-size: 22px;
  }
  .vlg-deails {
    padding: 20px 20px;
  }
  .custom-svg-position-4 {
    display: none;
  }
  /* .mobile-history-vgroup {
    display: block !important;
  } */
  .history-vgroup {
    display: none;
  }
  .hs-hd {
    font-size: 24px !important;
  }
  .accordion-button {
     color: #fff !important;
  }
  .right-container .right-container-button .long-text.show-long-text {
    margin-left: 0px !important;
    font-size: 12px !important;
    position: absolute;
    top: 0px;
    left: 70px;
  }
  .right-container .right-container-button:hover {
    width: 360px !important;
  }
  .signatr-img {
    float: none !important;
  }
  .gagan-desig {
    width: 300px;
    right: 5px;
  }
  .desig-logo {
    width: 42px !important;
  }
  .right-container .right-container-button {
    width: 54px !important;
    height: 54px !important;
  }
  .president-para {
    margin-top: 180px;
  }
  .gagan-desig {
    /* right: -34px; */
    top: 37px !important;
    right: -38px !important;
  
    padding: 0px 38px;
  }
}

.mobile-history-vgroup {
  display: none;
}

.accordion-header button {
  background: linear-gradient( 135deg, #000054, #0080ff) !important;
}

.footer-bg {
  background: linear-gradient( 135deg, #000054, #0080ff) !important;
}

.footr-abt {
  color: #fff;
  text-align: justify;
}
.footr-hd {
  color: #fff !important;
}
.quick-link-ft li a{
  color: #fff !important;
  font-weight: 500;
}
.quick-link-ft li {
  padding-left: 20px;
}

.footr-sc li a,i {
  color: #fff !important;
}

#footer .footer-copyright p {
  color: #fff !important;
}

.timeline-box:hover {
  color: #0047bb;
}

.dektop-map-history {
  background-image: url(../images/hit-bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 50px 50px;
  background-attachment: fixed;
}

.about-gagan {
  background-image: url(../images/abt-background.jpg);
  background-repeat: no-repeat;
  background-size: cover;

}

.about-img {
  box-shadow: 0 0 5px rgb(0 0 0 / 30%);
}

.right-container.acc-logo {
	position: absolute;
	left: 0px;
  top: 88px;
}


.right-container .right-container-button {
	width: 65px;
    height: 65px;
	border: none;
	background-color: #fff;
	transition: all 300ms;
	cursor: pointer;
	padding: 10px;
	color: #000;
	font-family: roboto, sans-serif;
  border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
  border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
}
.right-container .right-container-button span .long-text {
	color: #000;
	position: absolute;
	left: 60px;
	top: 20px;
	line-height: 28px;
}
.right-container .right-container-button span img {
  position: absolute;
  left: 17px;
    top: 4px;
}
.right-container .right-container-button:hover {
	transition: all 400ms cubic-bezier(.62, .1, .5, 1);
	width: 600px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}
.right-container .right-container-button .long-text {
	transition: opacity 1000ms;
	opacity: 0;
	color: #000;
	white-space: nowrap;
	font-size: 0;
	width: 0;
	margin: 0;
}
.right-container .right-container-button .long-text.show-long-text {
	transition: opacity 700ms, width 1ms linear 270ms, font-size 1ms linear 270ms;
	opacity: 1;
	margin-left: 80px;
	font-size: 20px;
	width: auto;
}

.desig-logo {
  width: 55px;
}

.right-container.iatc-logo {
	position: absolute;
	left: 0px;
  top: 172px;
}

.right-container.wbaf-logo {
	position: absolute;
	left: 0px;
  top: 260px;
}

.right-container.glbl-logo {
	position: absolute;
	left: 0px;
  top: 350px;
}

.right-container.frgn-logo {
	position: absolute;
	left: 0px;
  top: 440px;
}

.right-container.fobs-logo {
  position: absolute;
  left: 0px;
  top: 0px;
}

.gagan-desig {
  width: 500px;
    position: absolute;
    right: -55px;
    top: 70px;
}

.ilet-box {
  background-color: #333333c7;
}
.ilet-box:hover p {
  color: #000 !important;
}

.ilet-box:hover h3 {
  color: #000 !important;
}

.socila-media-ft li{
  list-style-type: none;
  display: inline-block;
  font-size: 20px;
  
  margin: 0px 32px;
}

.all-v-logo img {
  margin-left: 30px;
}

.articals-room ul li {
  width: 90px;
    display: inline-block;
    margin: 5px;
}

.articals-room ul li a img {
  width: 100%;
  border-radius: 5px;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    transform: scale(1);
}

.articals-room ul li:hover img {
  transform: scale(1.2);
}

.awards-bg-slider {
  background: linear-gradient( 135deg, #000054, #0367ca);
}

#header .header-nav-main nav>ul>li>a {
  font-size: 18px;
}

#header .header-nav.header-nav-links .header-nav-main {
  margin-left: 351px;
}

@media only screen and (max-width: 991px) {
  #header .header-nav.header-nav-links .header-nav-main {
    margin-left: 0px;
  }
  .linedin-btn {
    top: 68%;
  }
  
}

.left-alg-logo {
  display: inline-block;
}

.right-alg-logo {
  display: inline-block;
  float: right;
}

.vgroup {
  text-align: center;
}

.fb-phone {
  display: block;
  width: 240px;
  margin: auto;
  border: 20px solid white;
  border-radius: 22px;
  overflow: hidden;
  margin-bottom: 20px;
  background: white;
  box-shadow: 10px 10px 10px black;
  text-align: center;
}

.fb-phone::before {
  content: "\f111";
  font-family: FontAwesome;
  background: white;
  width: 100%;
  position: relative;
  display: block;
  height: 30px;
  color: black;
  font-size: 14px;
  font-weight: bold;
}

.linkedin-img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.linedin-btn {
  position: absolute;
  z-index: 9;
  top: 43%;
  background: white;
}

.linedin-btn .a1 {
  font-size: 12px;
    background: #0b66c3;
    color: #fff !important;
    padding: 3px 10px;
    border-radius: 20px;
    margin-right: 3px;
    margin-left: 3px;
}

.linedin-btn .a2 {
  font-size: 12px;
  color: #0b66c3 !important;
  background: #fff !important;
  border: 1px solid #0b66c3 !important;
  padding: 3px 5px;
  border-radius: 20px;
}

.fb-phone::after {
  content: "\f1db";
  font-family: FontAwesome;
  background: white;
  width: 100%;
  position: relative;
  display: block;
  height: 40px;
  color: lightgrey;
  font-size: 32px;
  font-weight: bold;
  margin-top: 10px;
}

.footr-sc {
  margin-left: 60px;
}

.center-logo {
  display: inline-block;
    width: 275px;
    vertical-align: top;
}

.center-logo img {
  width: 70%;
  
  margin: 0px 50px;
}

.new-fot {
  background-image: url(../images/ft-bg1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 100px;
  text-align: center;
}

.new-soc-icon ul {
  display: flex;
  width: 200px;
  justify-content: space-between;
  list-style-type: none;
  margin: auto;
  padding: 0px;
}
.new-soc-icon ul li a:hover {
  text-decoration: none;
}

.new-soc-icon ul li a i {
  font-size: 50px;
  margin: 0px 0px;
}

.ft-heading h1 {
  color: #fff;
  font-size: 62px;
    font-family: initial;
    font-weight: 500 !important;
}

.ft-caption p {
  color: #fff;
}

.ft-heading img{
  width: 35%;
  padding: 20px 0px;
}

@media only screen and (max-width: 991px) {
  .ft-heading img {
    width: 100% !important;
  }
  .mobile-journy {
    display: block !important;
  }
  .mobile-journy img {
    width: 100%;
  }
  .desktop-journy {
    display: none;
  }
  
}

.inspiration-center-image img{
  width: 100%;
}

.inspiration-center-image {
  position: relative;
}

/* journey */

.journey-one {
  position: absolute;
  top: 50px;
  left: 0px;
  width:400px;
  display: flex;
}

.journey-one img {
  width: 150px;
  display: inline-block;
}

.jrn-content-one {
  width: 250px;
    display: inline-block;
    padding: 0px 10px;
}

.journey-two {
  position: absolute;
  top: 280px;
  left: 0px;
  width: 350px;
}

.journey-two img {
  width: 145px;
  margin: 0px 50px;

}

.jrn-content-two p{
  margin-bottom: 0px;
}

.journey-three {
  position: absolute;
  bottom: -158px;
  left: 0px;
  width: 300px;
}

.journey-three img {
  width: 150px;
}

.journy-section {
  padding: 100px 0px 250px 0px !important;
}

.journey-four {
  position: absolute;
  bottom: -128px;
  left: 400px;
  width: 240px;
}

.journey-four img {
  margin: 0px 50px;
}

.journey-four img {
  width: 100px;
}

.journey-five {
  position: absolute;
  bottom: -146px;
  right: 240px;
  width: 240px;
}
.journey-five img {
  width: 100px;
  margin: 0px 50px;
}

.journey-six {
  position: absolute;
  bottom: -136px;
  right: 0px;
  width: 240px;
}
.journey-six img {
   width: 150px;
   margin: 0px 50px;
}

.journey-seven {
  position: absolute;
  top: 95px;
  right: 20px;
  width: 250px;
}

.journey-seven img {
  width: 150px;
  margin: 0px 50px;
}

.mobile-journy {
  display: none;
}

.journey-three img {
  margin: 0px 50px;
}

@media only screen and (max-width:991px){
  .journy-section {
    padding: 50px 0px !important;
  }
}