@font-face {
  font-family: VisbyBold;
  src: url(font/VisbyCF-Bold.otf);
  }
@font-face {
  font-family: VisbySemiBold;
  src: url(font/VisbyCF-DemiBold.otf);
  }
@font-face {
  font-family: VisbyExtraBold;
  src: url(font/VisbyCF-ExtraBold.otf);
  }
@font-face {
  font-family: VisbyHeavy;
  src: url(font/VisbyCF-Heavy.otf);
  }
@font-face {
  font-family: VisbyMedium;
  src: url(font/VisbyCF-Medium.otf);
  }
@font-face {
  font-family: VisbyRegular;
  src: url(font/VisbyCF-Regular.otf);
}
@font-face {
  font-family: VisbyLight;
  src: url(font/VisbyCF-Light.otf);
}
  html {
    scroll-behavior: smooth;
}

body {
    font-size: 17px;
    line-height: 25px;
    color: #707070;
    font-weight: 400;
    overflow-x: hidden;
    font-family: VisbyRegular;
}

img {
  max-width: 100%;
  height: auto;
}

img:focus {
  outline: none;
}

a {
  color: #707070;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #2B2B2B;
  outline: none;
}


/* ===========header start===========  */

.logo{
  float: left;
  /* width: auto; */
  max-width: 300px;
  height: auto;
}

.menu_mainbox{
  float: right;
  width: auto;
  position: relative;
  z-index: 50;
}
.menu_box{
  float: right;
  width: auto;
  margin: 20px 0 0 0;
}
.menu_box ul{
  float: left;
  width: auto;
  padding: 0;
  margin: 0;
}
.menu_box li{
  float: left;
  width: auto;
  list-style-type: none;
  position: relative;
}
.menu_box li a{
  float: left;
  width: auto;
  font-size: 15px;
  color: #000;
  text-decoration: none;
  text-transform: capitalize;
  padding: 7px 11px;
  line-height: normal;
  position: relative;
  font-family: VisbyMedium;
  border-radius: 20px;
}
.menu_box li a:hover{
  background-color: #9a0601;
  color: #fff;
  /* border-radius: 20px;
  transition: all .3s ease 0s; */
}
.menu_box li .select{
  background-color: #9a0601;
  color: #000;
}

.toggle_menu{
  display: none;
}
.toggle_menu_close{
  display: none;
}

header{
  /* background-color: #00000070; */
  background-color: #fff;
  position: relative;
  z-index: 50;
  text-transform: capitalize;
  border-bottom: 3px solid #9a0601;
}
.menu_box li a::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 18px;
  background-color: #707070;
  right: 0;
  top: 18%;
}
.menu_box li:last-child a::after {
  display: none;
}
.bcta {
  background-color: #9a0601;
  -webkit-border-radius: 10px;
  border-radius: 10px ;
  border: none; 
  color: #FFFFFF !important;
  cursor: pointer;
  display: inline-block;
  font-family: Montserrat-Bold;
  font-size: 18px !important;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
  margin: -3px 0 0 10px;
}
.bcta:after{
  display: none;
}
@-webkit-keyframes glowing {
  0% { background-color: #9d0c00; -webkit-box-shadow: 0 0 3px #9d0c00; }
  50% { background-color: #c01303; -webkit-box-shadow: 0 0 40px #c01303; }
  100% { background-color: #9d0c00; -webkit-box-shadow: 0 0 3px #9d0c00; }
}

@-moz-keyframes glowing {
  0% { background-color: #9d0c00; -webkit-box-shadow: 0 0 3px #9d0c00; }
  50% { background-color: #c01303; -webkit-box-shadow: 0 0 40px #c01303; }
  100% { background-color: #9d0c00; -webkit-box-shadow: 0 0 3px #9d0c00; }
}

@-o-keyframes glowing {
  0% { background-color: #9d0c00; -webkit-box-shadow: 0 0 3px #9d0c00; }
  50% { background-color: #c01303; -webkit-box-shadow: 0 0 40px #c01303; }
  100% { background-color: #9d0c00; -webkit-box-shadow: 0 0 3px #9d0c00; }
}

@keyframes glowing {
  0% { background-color: #9d0c00; -webkit-box-shadow: 0 0 3px #9d0c00; }
  50% { background-color: #c01303; -webkit-box-shadow: 0 0 40px #c01303; }
  100% { background-color: #9d0c00; -webkit-box-shadow: 0 0 3px #9d0c00; }
}
.apply-now-btn{
  padding: 10px 20px !important;
  width: 200px;
  display: none;
  align-items: center;
  margin: 0 auto;
  background-color: #9a0601;
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
  text-align: center;
}
/* ===========header ends============  */

/* =========== Banner Section Start ============ */

#banner{
  margin: 0 !important;
}
.banner_section{
  padding: 0;
}
.banner_box {
  background-image: url(../images/banner-img.webp);    
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% 100%;
  background-color: #eceeee;
  padding: 0 0 25px 0;
  min-height: 600px;
  width: 100%;
}

.home_banner_slider {
  float: left;
  width: 100%;
  min-height: 630px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #050a10;
}
.banner-content h1,
.banner-content h3 {
  color: #fff;
  font-family: Montserrat-Regular;
} 

.banner-content h1 span {
  color: #fdab00;
  font-family: Montserrat-Black;
}
.banner4-content{
  margin-left:-30px !important;
}
.heading_banner {
  color: #FFF;
  font-size: 26px;
  line-height: 30px;
}

.heading_banner1 {
  color: #FFF;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}

.heading_banner span {
  color: #fdab00;
  font-weight: 700;
}

.banner-content ul {
  margin: 15px 0 0 0;
  padding: 0;
}

.banner-form {
  max-width: 360px;
  position: relative;
  background-color: #9d0c00;
  /* box-shadow: 20px 15px 86px rgb(227 35 35 / 26%); */
  border-radius: 40px;
  z-index: 1;
}
.banner-form-popup{
    max-width: 510px;
    position: relative;
    background-color: #9d0c00;
    border-radius: 40px;
    z-index: 1;
}
 .banner-form form, .banner-form-popup form {
    z-index: 2;
    position: relative;
    padding: 10px 20px 30px 20px
}

 .webinar-img{
    padding: 0 0 20px 0;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}

.banner-form form {
  z-index: 2;
  position: relative;
  padding: 10px 20px 30px 20px
}

.banner-form h3 {
  text-align: center;
  font-size: 20px;
  color: #fff;
  margin: 15px 0;
}

.banner-form-popup h4 {
    text-align: center;
    font-size: 25px;
    color: #fff;
    margin: 15px 0;
    font-family: 'VisbyHeavy';
}
.banner-form-popup h6 {
    text-align: center;
    font-size: 22px;
    background: #fff;
    font-family: 'VisbySemiBold';
    color:#950304;
    border: 2px solid;
    border-radius: 25px;
    padding: 10px 20px;
}
.banner-form-popup p {
    color: #fff;
    text-align: center;
    font-family: 'VisbyMedium';
     font-size: 22px;
}
.banner-form-popup p span {
    color: #fff;
    text-align: center;
    font-family: 'VisbySemiBold';
    font-size: 26px;
    line-height: normal;
}

.banner-form lable,
.tab-content h5,
.tab-content h6,
a.submit_btn,
.banner-form-popup lable {
  color: #fff
} 

textarea.form-control {
  resize: none
}

.banner-form select.form-control, .banner-form-popup select.form-control {
  background: url("../images/arrow1.png") 100% no-repeat #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #000000ab;
  cursor: pointer
}

.form-control::placeholder {
  color: #000;
  opacity: 1
}

.form-control:-ms-input-placeholder {
  color: #000;
  opacity: 1
}

.form-control::-ms-input-placeholder {
  color: #000;
  opacity: 1
}

.banner-form-wrap, .banner-form-popup .banner-form-wrap {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-top: 50px
} 

.banner-form .form-control, .banner-form-popup .form-control  {
  font-size: 11px;
  line-height: 18px;
  border-radius: 4px;
  height: auto;
  min-height: auto;
  padding: 8px;
  max-height: 60px;
  margin:0 0 10px 0;
  color: #000;
}
.mobile_view {
  display: none;
}
.btn_submit {
  padding: 9px 25px;
  color: #fff !important;
  font-weight: 500;
  border: 2px solid;
  border-radius: 25px;
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
  background: linear-gradient(113deg, #fdab00,#fdab00 100%);   
  font-family: VisbySemiBold;
  /* border: 2px solid #00ae4c !important; */
}

.btn_submit:hover{
  text-decoration: none;
  color: #fdab00 !important;
  background: #fff !important;
  border: 2px solid #fdab00 !important;
}

select {
color: #9e9e9e;
}
option:not(:first-of-type) {
color: black;
}

.loader { 
  display: none; 
  border: 4px solid rgba(255, 255, 255, 0.3); 
  border-top: 4px solid #fdab00; 
  border-radius: 50%; 
  width: 15px; 
  height: 15px; 
  animation: spin 1s linear infinite; 
  margin-left: 10px; 
} 

@keyframes spin { 
  0% { 
      transform: rotate(0deg); 
  } 

  100% { 
      transform: rotate(360deg); 
  } 
} 

.loading { 
  background-color: #ccc; 
  pointer-events: none; 
}
.registration-btn {
  display: none;
}

/* <!--------------------Logo section (After banner) starts----------------> */
.imgwidth {
  width: 35% !important;
}

.logosection {
  margin: 35px 0 0 0 !important;
  padding: 10px 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.logoinnersection {
  display: flex;
  align-items: center;
  align-content: center;
}

.logoinnersection p {
  margin: 10px 0px;
  text-align: left;
  font-size: 15px;
  line-height: 16px;
  font-family: 'Lato', sans-serif;
  color: #000;
}
.logosection .txt_heading{
  font-size: 35px;
  color: #000;
  font-family: 'VisbyBold';
  width: 20%;
  line-height: 31px;
  /* margin-top: 16px; */
}
.logos-spl{
  margin-bottom: 50px;
}
/* <!--------------------Logo section (After banner) ends----------------> */

  /* <!------------------------About Us--------------------------> */
  .aboutus{   
    margin: 80px 0;
  }  
  .txt_head{
    font-size: 30px;
    font-family: VisbyLight;
    line-height: normal;
    text-align: center;
  }
  .txt_head span{
    font-size: 50px;
    font-family: VisbyHeavy;
    line-height: normal;
    color: #9a0601;
  }
  .about p{
    padding-top: 15px;
    font-family: VisbyMedium;
    font-size: 18px;
    text-align: center;
    color: #000;
  }
  .text-area .txt_head{
    font-size: 30px;
    font-family: VisbyHeavy;
    line-height: normal;
    color: #000000;
    text-align: left;
    /* margin: 0 0 20px -100px; */
  }
  .text-area .txt_head span{
    font-size: 30px;
    font-family: VisbyHeavy;
    line-height: normal;
    color: #9a0601;
  }
  .text-area ul{
    padding-top: 15px;
    font-family: VisbyRegular;
    font-size: 20px;
    line-height: 48px;
  }
  .text-area ul li::marker{
    color: #9a0601;
    font-size: 26px;
  }
  .abt_img .rd-bg{
    max-width: 30%;
    margin: 145px 0 0 0px;
    height: 50%;
  }
  .abt_img .building-img{
    max-width: 70%;
    margin: 0 0 0 -115px;
    height: 200px;
  }
  
/* <!----------------Objectives (Transform Your Career by) section starts-------------------> */
.career-path-open {
  overflow: hidden;
}
.section-head {
  padding-left: 16px;
  padding-right: 16px;
}
.section-heading {
  font-size: 24px;
  line-height: 32px;
  padding-bottom: 16px;
  margin-top: 40px;
  margin-bottom: 0;
  text-align: center;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
}
.gl-slider-frame {
  width: 100%;
  position: relative;
  font-size: 0;
  line-height: 0;
  padding: 8px 0;
}
.career-path-open .free-flow-list {
  overflow: inherit;
  width: 100%;
  padding-top: 0;
  flex-wrap: wrap;
}
.career-path-open-list__item:first-child {
  margin-top: 0;
}
.free-flow__item:first-child {
  padding-left: 16px;
}
.career-path-open .gl-card {
  padding: 16px;
  display: flex;
  width: 100%;
  /* align-items: center; */
  flex-direction: column;
  text-align: left;
  min-height: 230px;
  margin-bottom: 20px;
}
.gl-card {
  box-shadow: 0 2px 4px 2px rgba(0,0,0,0.1);
  border-radius: 8px;
  padding: 20px 20px;
}
.career-path-open-list__item:nth-child(5n-4) .circle {
  background-color: #651cd5;
}
.career-path-open-list__item:nth-child(5n-3) .circle {
  background-color: #e62e2e;
}
.career-path-open-list__item:nth-child(5n-2) .circle {
  background-color: #e6ac00;
}
.career-path-open-list__item:nth-child(5n-1) .circle {
  background-color: #990eb7;
}
.career-path-open .circle {
  margin-bottom: 0;
}
.circle, .number-circle {
  flex-shrink: 0;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.3rem;
  background-position: center;
  background-repeat: no-repeat;
}
.career-path-open__title{
  font-size: 18px;
  line-height: 28px;
  font-family: 'VisbyMedium';
  padding: 15px 0;
}
.career-path-open .gl-slider-btns {
  position: absolute;
  right: 0;
  top: -90px;
}
.gl-slider-btns {
  width: 160px;
  display: flex;
  justify-content: space-between;
}
.section-heading {
  font-size: 48px;
  line-height: 64px;
  text-align: left;
}
.gl-slider-nav {
  width: 72px;
  height: 72px;
  background-color: #fff;
  box-shadow: 0 0 16px 4px rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}

/* <!------------------------Specialization Offered Section Starts--------------------------> */
.int_aboutus_service_section .heading {
  font-family: VisbyHeavy;
  font-size: 40px;
  color: #000000;
  line-height: 46px;
}

.int_aboutus_service_section .heading span {
  font-family: VisbyHeavy;
  color: #9a0601;
}

.int_aboutus_service_section {
  padding: 0px 0 30px;
}
.int_heading {
  margin-top: 30px;
  z-index: 1;
  text-align: center;
}
.int_aboutus_service_section .int_heading h4 {
  color: #ff1d4d;
}
.int_aboutus_service_section .int_heading h2 {
  color: #222222;
  margin-bottom: 40px;
}
.int_service_box2 {
  text-align: center;
  padding: 20px 10px;
  border: solid 1px #efefef;
  margin-bottom: 30px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  box-shadow: 0px 0px 20px 0px rgba(1, 1, 1, 0.1);
  height: 215px;
}
.int_service_box2 h4 {
  margin-top: 25px;
  color: #222222;
  font-size: 20px;
  position: relative;
}

.int_service_box2:hover {
  background: #9a0601;
}
.int_service_box2:hover .white-icon  {
  display: block;
  margin: 20px auto;
}

.int_service_box2:hover .black-icon  {
  display: none;
}
.int_service_box2:hover h4{
  color: #fff;
}
.int_service_box2 img{ 
  height: auto; 
  align-items: center;
  flex-direction: column;
  transition-duration: 0.3s;
  margin: 20px 0 0 0;
  max-height: 72px;    
}

.white-icon{
  display: none;
}
/* .black-icon{
  display: block;
} */
.spec-before {
  border-top: 1px dashed #9a0601;
}

/**************************Eligibility section starts**************/
.eligibility{
  position: relative;
    margin: 0px 0 0 0;
    background-color: #ccc;
    padding: 80px 0;
}
.eligibility-head .heading {
  font-family: VisbyHeavy;
  font-size: 40px;
  color: #000000;
  line-height: 46px;
  text-align: center;
  padding-bottom: 30px;
}

.eligibility-head .heading span {
  font-family: VisbyHeavy;
  color: #9a0601;
}

.eligibility-head h4{
  text-align: center;
  font-family: VisbyHeavy;
  padding-bottom: 20px;
}

.eligibility-head p{
  text-align: center;
  font-family: VisbyMedium;
  font-size: 17px;
  color: #000000;
}
/**************************Eligibility section ends**************/

/**************************Importanct Dates section starts**************/
 .imp-dates{
  position: relative;
  margin:80px 0;
}
.imp-dates-head .heading {
  font-family: VisbyHeavy;
  font-size: 40px;
  color: #000000;
  line-height: 46px;
  text-align: center;
  padding-bottom: 30px;
}

.imp-dates .dates{
  font-size: 40px;
  font-family: VisbyRegular;
}
.imp-dates .dates p{
  padding-top: 15px;
  font-family: VisbyRegular;
  font-size: 20px;
}
.imp-dates .txt_head{
  font-family: VisbyRegular;
  color: #EC1B24;
  font-size: 55px;
  line-height: normal;
  text-align: left;
}
.imp-dates .right_box .col1, .right_box_desk .col1, .right_box_mob .col1mob{
  font-family: VisbyBold;
  background-color: #E1E1E1;
  text-align: center;
  margin-top: 3px;
  align-items: center;
  /* padding: 10px 0 10px 0; */
}
.imp-dates .right_box .col2, .right_box_desk .col2, .right_box_mob .col2mob{
  background-color: #F6F6F6;
  text-align: left;
  padding: 5px 10px;
}
.imp-dates .right_box, .right_box_desk{
  padding: 5px 0;
}
.coldgrey{
  padding: 10px 10px;
}
.border-line{
  margin: 20px 0;
  border-bottom: 1px dashed #ccc;
}
.right_box_desk{
  display: block;
}
.right_box_mob {
  display: none;
}
.col2 p{
  font-size: 12px;
}
/****************Important Dates section ends***********/

/* <!-------------------How to apply section starts--------------------> */
.int_process_wrapper.int_process_back_change2 {
  background-image: url(../images/adm-process.webp);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 9;
}
.int_process_wrapper {
  padding: 77px 0 54px 0;
}
.int_process_wrapper .int_heading {
  margin-bottom: 40px;
}

.int_heading {
  margin-bottom: 47px;
  z-index: 1;
  text-align: center;
}
.int_process_back_change2 .int_heading h4 {
  color: #ff1d4d;
}
.int_heading h4 {
  color: #c6a47e;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  z-index: 1;
}
.int_heading h2 {
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 500;
  z-index: 2;
  position: relative;
  margin-top: 6px;
}
.int_process_wrapper .process_box_wrapper {
  margin-top: 33px;
  position: relative;
}
.process_box_wrapper .process_box {
  position: relative;
  margin-bottom: 21px;
  text-align: center;
}
.int_process_wrapper .process_circle {
  margin-bottom: 48px;
  position: relative;
}
.int_process_wrapper .process_circle h2 {
  position: relative;
  color: #ffffff;
  font-size: 32px;
  font-weight: 500;
  z-index: 2;
}


.int_process_wrapper .process_circle h2:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  /* background: #21262B; */
  width: 100px;
  height: 100px;
  border-radius: 100%;
  border: 6px solid rgb(57, 63, 69);
  z-index: -1;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}

.int_process_back_change2 .process_circle h2:after {
  background: transparent;
  border: 6px solid rgba(57, 63, 69, 0.8);
}
.int_process_back_change2 .process_circle:after {
  background: rgba(57, 63, 69, 0.8);
  z-index: 9;
}
.process_circle:after { 
  content: "";
  position: absolute;
  top: 18px;
  left: 237px;
  margin: auto;
  background: #33393f;
  width: 73%;
  height: 2px;
  z-index: -1;
}
.int_process_wrapper .process_box h1 {
  font-family: 'VisbyBold';
  font-weight: 500;
  text-transform: capitalize;
  font-size: 22px;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.int_process_wrapper .process_box h1{
  color: #fff;
  text-decoration: none;
}

.int_process_back_change2 .process_box h1:after {
  background: #ff1d4d;
}

.int_process_wrapper .process_box h1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 46px;
  height: 2px;
  /* background: #c6a47e; */
}
.int_process_wrapper .process_box p {
  font-family: 'VisbyMedium';
  color: #fff;
  margin: 0;
}
.int_process_wrapper .process_box p span a{
  font-family: 'VisbyRegular';
  color: #fff;
  margin: 0;
  text-decoration: none;
  background: #9a0601;
  padding: 10px 10px;
  border-radius: 20px;
}
.int_process_wrapper .process_box p span:hover a{
  color: #9a0601;
  background: #fff;
  border: 1px solid #9a0601;
}
.process_box_wrapper .process_box:after {
  position: absolute;
  right: 0;
  top: 11px;
  margin: auto;
  color: #33393f;
  z-index: 2;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant-caps: normal;
  font-variant-ligatures: normal;
  font-weight: 600;
  height: 16px;
  line-height: 16px;
  text-rendering: auto;
  width: 16px;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
}
.int_process_wrapper.int_process_back_change2:after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.80);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.process_box_wrapper .col-12:last-child .process_circle:after, .process_box_wrapper .col-12:last-child .process_box:after {
  display: none;
}
.int_process_back_change2 .process_box:hover h2:after {
  border: 6px solid #ff1d4d;
}

/* <!-------------------How to apply section ends--------------------> */

/* footer section start */

footer {
  color: #000;
  position: relative;
  background-color: #fff;
  /* margin-top: 15px; */
  font-family: VisbyMedium;
  background-color: #9a0601;
  padding: 30px 0 0 0;
  /* text-align: center; */
}

.footer-mainbox {
  padding: 50px 0 0 0;
  position: relative;
  z-index: 1;
}

.footer-content .section-heading{
  color: #fff;
  font-size: 45px;
  text-align: center;
  line-height: normal;
}
.footer-content .section-heading span{
  color: #fff;
  font-size: 45px;
}
.footer-address , .footer-links{
  font-size: 18px;
  color: #fff;
  padding-left: 12px;
}
.inst-name{
  font-size: 20px;
}
.footer_right_mainbox {
  position: relative;
  z-index: -1;
}
.footer_social_browser_contact_area{
  background-color: #9a0601;
    color: #fff;
    /* position: absolute; */
    width: 97%;
    bottom: 0;
    /* z-index: 999; */
}
footer a {
  color: #FFF;
  text-decoration: none;
  word-wrap: break-word;
}

footer a:hover {
  color: #ffca02;
}
.footer-address .fa-location-dot:before{
  color: #ffca02;
  padding-right: 10px;
}
.contact {
  font-family: VisbyMedium;
}
.contact .fa-phone:before, .fa-mobile:before, .fa-envelope:before {
  color: #ffca02;
  padding-right: 10px;
}
.made_by_text {
  padding: 0px 0 15px 0;
  display: block;
  /* border-top: 1px solid #ddd; */
}
hr{
  color: #fff !important;
}

/* ===========PopUp section starts============  */
.login-popup{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1099;
	background-color:rgba(0,0,0,0.6);
	visibility: hidden;
	opacity: 0;
	transition: all 1s ease;
  overflow: scroll;
}
.login-popup.show{
	visibility:visible;
	opacity: 1;
}
.login-popup .box{
	/* background-color:#ffffff;
	width: 750px; */
	position: absolute;
	left: 50%;
	top:320px;
	transform:translate(-50%,-50%);
	display: flex;
	flex-wrap: wrap;
	opacity: 0;
	margin-left: 50px;
	transition: all 1s ease;
}
.login-popup.show .box{
	opacity: 1;
	margin-left: 0;
}
.login-popup .box .img-area{
	flex:0 0 50%;
	max-width: 50%;
	position: relative;
	overflow: hidden;
	padding:30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.login-popup .box .img-area h1{
	font-size: 30px;
}
.login-popup .box .img-area .img{
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background-image: url(../images/banner-img.webp);
	background-size: cover;
	background-position: center;
	animation: zoomInOut 7s linear infinite;
	z-index: -1;
    background-repeat: no-repeat;
}
@keyframes zoomInOut{
	0%,100%{
		transform: scale(1);
	}
	50%{
		transform: scale(1.1);
	}
}
.login-popup .box .form{
	flex:0 0 50%;
	max-width: 50%;
	padding:40px 30px;
}

.login-popup .box .form h1{
	color:#000000;
	font-size: 30px;
	margin:0 0 30px;
}
.login-popup .box .form .form-control{
	height: 45px;
	margin-bottom: 30px;
	width: 100%;
	border:none;
	border-bottom:1px solid #cccccc;
	font-size: 15px;
	/* color:#000000; */
}
.login-popup .box .form .form-control:focus{
	outline: none;
}
.login-popup .box .form label{
	font-size: 15px;
	color:#555555;
}

.login-popup .box .form .btn:focus{
	outline: none;
}

.login-popup .close{
  position: absolute;
  top: 35px;
  left: 20px;
  font-size: 40px;
  cursor: pointer;
  float: left;
  color: #fff;
  z-index: 100;
}

.login-popup select.form-control {
  background: url("../images/arrow1.png") 97% no-repeat #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #000000ab;
  cursor: pointer
}
.login-popup h3{
  text-align: center;
 }
 
/* ===========PopUp section end============  */

/* Top button start*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 0px;
  right: 10px;
  z-index: 99;
  border: none;
  outline: 0;
  background-color: #9a0601;
  color: #fff;
  cursor: pointer;
  padding: 5px;
  border-radius: 40px;
  font-size: 22px;
  opacity: 0.5;
  height: 40px;
  width: 40px;

  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  animation: bounceInDown 2s;
  -webkit-animation: bounceInDown 2s;
  -moz-animation: bounceInDown 2s;
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
}
60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}
80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
}
#myBtn:hover {
  opacity: 1;
}
/* Top button ends*/

/**************************Thankyou page **************/
.ty_text {
  width: auto;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ty_head {
  padding: 50px 0 30px 0;
  font-size: 80px;
  font-family: VisbyRegular;
  text-align: center;
  line-height: normal;
}
.ty_btn a {
  text-decoration: none;
  color: #fff;
}
.ty_btn {
  font-family: VisbyRegular;
  background-color: #9a0601;
  padding: 8px 20px;
  border-radius: 20px;
}
.ty_btn {
  font-family: VisbyRegular;
  background: linear-gradient(113deg, #9a0601 0, #9a0601a1 100%);
  padding: 8px 20px;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
  text-transform: 0.4s;
}
.ty_btn:hover {
  text-decoration: none;
  color: #9a0601;
  background: #fff;
  border: 1px solid #9a0601;
}
.btn_tysubmit a {
  font-family: VisbyRegular;
  background: linear-gradient(113deg, #9a0601 0, #9a0601a1 100%);
  padding: 8px 20px;
  border-radius: 20px;
  color: #fff;
  text-transform: 0.4s;
  text-decoration: none;
}
.btn_tysubmit a:hover {
  text-decoration: none;
  color: #9a0601;
  background: #fff;
  border: 1px solid #9a0601;
}

/**************************media queries(For Responsive)**************/
@media screen and (min-width:1201px) and (max-width:2000px) {
  .eligibility-after::after {
    display: none !important;
   }
}

@media screen and (max-width:1200px) {
  
  .logo img{
    max-width: 410px;
    height: 100%;
    /* margin: 15px 0 10px -20px !important; */
  }
  .txt_head {
    font-size: 50px;
  }
  .navbar {
    font-family: VisbyMedium;
    color: #EC1B24;
    font-size: 15px;
  }
  .form-mainbox{
    margin: -123px 0 50px 0;
  }
  .obj_txt p {
    font-family: VisbyRegular;
    margin: 0 -200px 0 118px;
    font-size: 18px;
  }
  .specialization .txt_head {
    font-size: 50px;
    margin-top: 30px;
  }
  .imp_dates .txt_head {
    font-size: 50px;
  }
  .footer-box .txt_head {
    font-size: 50px;
  }
  /* .footer_txt .footer_btn { */
    /* margin-left: 160px; */
  /* } */
  .imp_dates .right_box .col2 a{
    font-size: 12px;
  }
  
  }

  @media screen and (max-width:1024px) {
  /* ----------MAIN-MENU-START------------ */
.menu_open{
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
}
.toggle_menu{
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  margin: 30px 20px 0 0;
  cursor: pointer;
}
.toggle_menu_close{
  display: none;
  background-color: #fff;
}
.menu_open .toggle_menu_close{
  display: block;
}
.menu_box{
  width: 300px;
  background-color: #9a0601;
  right: 0;
  margin: 100px -400px 0 0;
  padding: 10px ;
  transition-duration: 0.3s;
  position: fixed;
  z-index: 500;
}
.menu_open .menu_box{
  margin: 100px 0 0 0;
}
.menu_box li{
  width: 100%;
  margin: 0 !important;
}
.menu_box li a{
  width: 100%;
  text-align: center;
  border-bottom: 1px dotted #fff;
  color: #fff;
  background-image: none !important;
  padding: 7px 25px;
  font-size: 19px !important;
  border-radius: 0;
}
/* ----------MAIN-MENU-END------------ */
.eligibility-after::after {
  display: none !important;
 }
 .imp-dates {
  margin: 0;
}
.right_box_desk{
  display: block;
}
.right_box_mob {
  display: none;
}
.clients-list-after::after {
  
  left: 410px;
  top: 10px;
  height: 533px;
  width: 10px;
}
.client-thumbnail-after::after {
  left: 70px;
  top: 10px;
  height: 47px;
  width: 100%;
}
.client-intro .client-name {
  font-size: 13px;
}
.client-intro .client-designation {
  font-size: 9px;
}
.client-item.active .client-designation  {
  font-size: 9px;
}
.client-thumbnail {
  width: 60px;
  height: 37px;
}
.testi {
  margin: 50px 0 20px 0;
}
.text-area .txt_head {
  font-size: 28px;
  text-align: left;
  /* margin-top: 20px; */
}
.show-img img {
  width: 136px;
  height: 126px;
}
.process_circle:after {
  content: "";
  position: absolute;
  top: 18px;
  left: 200px;
  margin: auto;
  background: #33393f;
  width: 73%;
  height: 2px;
  z-index: -1;
}
.int_process_wrapper .process_box p span a {
  font-size: 14px;
}
#adm-process{
  margin: 20px 0 0 0;
}
.eligibility {
  padding: 40px 0;
  margin-bottom: 20px;
}

.career-path-open .gl-card {
  min-height: 260px;
}
.aboutus {
  margin: 80px 0 0px 0;
}
.menu_box li a::after{
  display: none;
}
.imp-dates .right_box .col2, .right_box_desk .col2, .right_box_mob .col2mob {  
  text-align: center;
}
}
@media screen and (max-width:991px) {
  /* .middle_box{
    margin: 90px 0 0 0;
  } */
  .logo img{
    max-width: 400px;
    height: 100%;
   }

   .navbar-toggler-icon {
    margin:  -124px 0 0 660px;
  }
   .offcanvas.show, .offcanvas.showing {
    visibility: visible;
    margin: 0 0 55px 0;
   }
  .togglelogo .btn-close{
    margin: 0px 0px 0 -22px;
   }
   .banner_section .column2 img {
    margin: 10px 0 -50px 0;
    max-width: 90%;
   }
   .column1 .txt_head{
    font-size: 35px;
    margin: 55px 0px 0 20px;
  }
  .column1 .txt_red {
    background: #EC1B24;
    border-radius: 0px 52px 0px 0px;
  }
  .about .txt_head {
    font-size: 35px;
    margin: 20px 0px 0 20px;
  }
  .about .txt_msg {
    margin: 0 0px 0px 20px;
  }
  .about p{
    font-size: 20px;
    margin: 0 20px 0 20px;
  }
  .right_box img {
    max-width: 70px;
    margin-left: 20px;
    margin-top: -40px;
  }
  .obj_txt {
    font-family: montserrat_bold;
    font-size: 22px;
    margin: 20px 10px;
  }
  /* .obj_head{
    margin: -50px 0 0 100px;
  } */
  .obj_txt p {
    margin: 0 20px 0 20px;
    font-size: 18px;
  }
  .obj_txt ul {
    /* margin: 0 -15px 0 0; */
    font-size: 18px;
  }
  .specialization .txt_head {
    font-size: 35px;
  }
  .imp_dates .txt_head {
    font-size: 35px;
    text-align: center;
  }
  #footer{
    background-color: #9a0601;
    /* margin: 300px 0 0 0; */
    float: left;
    width: 100%;
  }
  .contact_img{
    margin: -296px 0 0 0;
  }
  .footer_txt img{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .contact_img .footer_txt .txt_head{
    font-family: VisbyExtraHeavy;
    font-size: 28px;
    line-height: normal;
    color: white;
    text-align: center;
    padding: 76px 0 70px 0;
  }
  .contact_img .footer_txt {
    font-family: VisbyExtraHeavy;
    /* margin: 0 0 0 10px; */
  }
  .footer_txt .txt_msg{
    font-family: VisbyExtraBold;
    font-size: 13px ;
    color: white;
    text-align: center;
    margin: -64px 0 49px 0;
  }
  .footer_txt .footer_btn{
    font-size: 13px;
    font-family: VisbyExtraBold;
    text-decoration: none;
    color: #EC1B24;
    background-color: #fff;
    height: 23px;
    width: 108px;
    border-radius: 38px;
    text-align: center;
    margin: 0 0 33px 0;
  }
  .footer-box .txt_head{
    font-family:VisbyRegular;
    font-size: 40px;
    color: #EC1B24;
  }
  .footer-box .address{
    font-family:VisbyRegular;
    color: black;
    font-size: 15px;
    line-height: normal;
  }
  .fitem_img{
    background-color: #f5f5f5;
    text-align: center;
  }
  .fitem_img img{
    max-height: 400px;
  }
  .imp_dates .right_box .col2 a{
    font-size: 10px;
  }
  .banner_box {
    background-image: url(../images/banner-mob-img.webp) !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    margin: 0px 0 0 0;
    min-height: 585px !important;
    background-color: #fff;
}
.banner-form {
  margin: 580px auto 0 auto;
}
.abt_img .rd-bg {
  display: none;
}
.abt_img .building-img {
  max-width: 100%;
  margin: 0 0 0 0;
}
.text-area .txt_head {
  margin: 20px 0 0 0;
}

.objectives {
  margin: 0 0;
}
.objectives {
  background-size: cover;
  background-color: #fff;
  min-height: 330px;
  margin: 80px 0;
}
.obj-bg{
  justify-content: center;
}
.obj_txt .obj_head {
  margin-left: 0;
  text-align: center;
}
.obj-img{
  text-align: center;
}
.program_heading_box .heading {
   text-align: center;
}
.specialization {
  margin: 0 0;
}
.imp-dates{
  margin: 40px 0 ;
 }
 .apply-img img {
  max-width: 60%;
}
.apply-section{
  text-align: center;
  /* margin-bottom: 30px; */
}
.apply-txt{
  margin: 30px 0;
}
.footer-mainbox {
padding: 0 0 ;
}
.show-info{
  display: flex;
  align-items: flex-start;
}
.show-img{
  margin-right: 30px;
  height: 100%;
}

.show-info{
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.show-img{
  margin-right: 30px;
  height: 100%;
}
.show-img img{
  width: 130px;
  object-fit: cover;
  height: 80%;
}
.imp-dates .right_box .col2, .right_box_mob .col2mob {
  background-color: #F6F6F6;
  text-align: center !important;
}
.process_box_wrapper .process_box {
  margin-bottom: 57px;
}
.process_box_wrapper .process_box:after {
  display: none;
}
.logosection .txt_heading {
  width: 100%;
  margin-top: 16px;
  text-align: center;
}
.text-area ul {
  line-height: normal;
}
.text-area ul {
  font-size: 18px;
  /* padding:0 0; */
}
.career-path-open .gl-card {
  min-height: 204px;
}
.registration-btn {
  display: block;
  overflow: hidden;
  background-color: #bc0c10;
  color: #fff;
  position: fixed !important;
  bottom: 0;
  z-index: 999999;
  margin-bottom: 0;
  width: 100%;
  min-height: auto;
  border-radius: 0;
  left: 0px;
  padding: 5px;
}
.registration-btn a {
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  align-items: center;
  font-family: 'VisbyBold';
}
}
@media screen and (max-width:768px) {
  .banner_box {
    background-image: url(../images/banner-mob-img.webp) !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    margin: 0px 0 0 0;
    min-height: 450px !important;
    background-color: #fff;
    padding: 0 0;
  }
  .banner-form {
    margin: 460px auto 0 auto;
}
   .navbar-toggler-icon {
    margin:  -124px 0 0 494px;
  }
  .togglelogo .btn-close{
    margin: 0px 0px 0 -22px;
   }
   .form-mainbox {
    box-shadow: 0px 5px 28px #0000001A;
    padding: 45px;
    background-color: #FFF;
    border-radius: 41px;
    margin: 68px 0px 25px 17px;
}
   .banner_section .column2 img {
    margin: 10px 0 40px 0;
    padding-left: 75px;
   }
   .column1 .txt_head{
    font-size: 35px;
    margin: 55px 0px 0 20px;
  }
  .column1 .txt_red {
    background: #EC1B24;
    border-radius: 0px 52px 0px 0px;
  }
  .about .txt_head {
    font-size: 35px;
    margin: 20px 0px 0 20px;
  }
  .about .txt_msg {
    margin: 0 0px 0px 20px;
  }
  .about p{
    font-size: 20px;
    margin: 0 20px 0 5px;
  }
  .right_box img {
    max-width: 70px;
    margin-left: 20px;
    margin-top: -40px;
  }
  .obj_txt {
    font-family: montserrat_bold;
    font-size: 22px;
    margin: 20px 10px;
  }
  /* .obj_head{
    margin: -50px 0 0 100px;
  } */
  .obj_txt p {
    margin: 0 41px 0 50px;
    font-size: 18px;
  }
  .obj_txt ul {
    margin: 15px 70px 0 70px;
    font-size: 18px;
  }
  .specialization .txt_head {
    font-size: 35px;
  }
  .imp_dates .txt_head {
    font-size: 35px;
    text-align: center;
  }
  #ContactNow img {
    margin-top: -53px;
  }
  .contact_img .footer_txt .txt_head{
    font-family: VisbyExtraHeavy;
    font-size: 30px;
    line-height: normal;
    color: #fff;
  }
  #footer{
    background-color: #F3F3F3;
    /* margin: 300px 0 0 0; */
    float: left;
    width: 100%;
    /* margin-top: 345px; */
  }
  .contact_img{
    margin: -296px 0 0 0;
  }
  .footer_txt img{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .contact_img .footer_txt .txt_head{
    font-family: VisbyExtraHeavy;
    font-size: 30px;
    line-height: normal;
    color: white;
    text-align: center;
    padding: 76px 0 70px 0;
  }
  .contact_img .footer_txt {
    font-family: VisbyExtraHeavy;
  }
  .footer_txt .txt_msg{
    font-family: VisbyExtraBold;
    font-size: 13px ;
    color: white;
    text-align: center;
    margin: -64px 0 49px 0;
  }
  .footer_txt .footer_btn{
    font-size: 13px;
    font-family: VisbyExtraBold;
    text-decoration: none;
    color: #EC1B24;
    background-color: #fff;
    height: 30px;
    width: 108px;
    border-radius: 38px;
    text-align: center;
    margin: 0 0 50px 0;
    /* margin: 0 0 60px 297px; */
  }
  .footer-box .txt_head{
    font-family:VisbyRegular;
    font-size: 40px;
    color: #EC1B24;
  }
  .footer-box .address{
    font-family:VisbyRegular;
    color: black;
    font-size: 15px;
    line-height: normal;
  }
  
.imp_dates .right_box .col2 a{
  font-size: 12px;
 }
 #footer{
  background-color: #9a0601;
  margin: 50px 0 0 0;
  float: left;
  width: 100%;
  text-align: center;
}
 .footer-content .section-heading {
  top: -335px;
  margin: 0 !important;
  width: 100%;
  height: 300px;
  border-radius: 20px;
 }
 .clients-list-after::after{
  display: none;
 }
 .client-thumbnail-after::after{
  display: none;
 }
 .testimonials {
  margin: 0 !important;
 }
 .aboutus {
  margin-bottom: 0;
 }
 .objectives {
  margin: 0 0 80px 0;
  padding: 50px 22px;
 }
 .tableline-after::after, .tableline-after1::after, .tableline-before::before , .tableline-before1::before{
  display: none;
}
.show-text {
  margin: 85px 0 0 0;
}
.show-text .show-description {
  margin: 0;
  padding: 10px 0;
  font-size: 13px;
}
.client-item.active .client-designation {
  padding-left: 11px !important;
}
.client-item:hover .client-designation {
  padding-left: 11px !important;
}
.show-img img {
  width: 118px;
  height: 65%;
}
.client-intro .client-designation {
  font-size: 11px;
  padding-left: 11px !important;
}

.right_box_desk{
  display: none;
}
.right_box_mob {
  display: block;
}
.imp_dates .right_box_mob .col1mob{
  font-family: montserrat_bold;
  background-color: #E1E1E1;
  text-align: center;
  margin-top: 3px;
  align-items: center;
}
.imp_dates .right_box_mob .col2mob{
  background-color: #F6F6F6;
  text-align: left;
}
.imp_dates .right_box_mob {
  padding: 5px 0;
}
.testi {
  position: relative;
  margin: 50px 0 20px 0;
}
.clients-tabs {
  text-align: center;
}
.content{
  justify-content: center;
}
.abt_img .building-img{
  height: 100%;
}
.career-path-open .gl-card {
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
}
.career-path-open__title {
  font-size: 20px;
  line-height: 32px;
  margin-left: 0;
  margin-top: 16px;
}
.process_circle:after {
  display: none;
}
.logosection .txt_heading {
  width: 100%;
  margin-top: 16px;
  text-align: center;
}
.logosection {
  margin: 15px 0 0 0 !important;
}
.aboutus {
  margin: 20px 0;
}
.section-heading {
  margin-top: 0;
}
.career-path-open {
  margin-bottom: 20px;
}
.section-heading {
  font-size: 36px;
  line-height: 42px;
  text-align: left;
}
.int_all_service2 .spec-row{
  justify-content: center !important;
}
.career-path-open .gl-card {
  min-height: 246px;
}
.login-popup .banner-form-wrap {
  padding-top: 270px;
}
.login-popup .close {
    top: 262px;
}
}
@media screen and (max-width:580px) {
  .logo img {
    max-width: 230px;
    height: 100%;
  }
  .banner .column1{
    text-align: center;
  }
  .banner_text1{
    font-size: 24px;
  }
  .banner_text2{
    font-size: 24px;
  }
  .banner_text3{
    font-size: 24px;
  } 
  
  .navbar-toggler-icon {
  margin: 50px 46px 0 21px;
  }
 .navbar-toggler-icon {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1030;
 }
 .togglelogo .btn-close{
  margin: 0px 0px 0 -22px;
 }
 li.nav-item.contact_btn {
  padding: 15px 0;
}
li.nav-item {
  border-bottom: 1px dashed #ccc;
  width: 100%;
  text-align: center;
}
 .form-mainbox {
  box-shadow: 0px 5px 28px #0000001A;
  padding: 45px;
  background-color: #FFF;
  border-radius: 41px;
  margin: 0 0;
  /* margin: -467px 0 0 17px; */
}
 .banner_section .column2 img {
  /* margin: 5px 0 345px 18px; */
  margin: 5px 0 351px 0;
    max-width: 100%;
}
 .column1 .txt_head{
  font-size: 30px;
    margin: 45px -11px 0 15px;
}

.column1 .txt_red {
  background: #EC1B24;
  border-radius: 52px;
  margin: 0 auto;
}
.column1 p {
  text-align: center;
  letter-spacing: 0px;
  color: black;
  font-size: 19px;
}

.about .txt_head {
  font-size: 35px;
  margin: 20px 0px 0 15px;
  text-align: center;
}
.txt_head span {
  font-size: 35px;
}
#our_program .about .txt_head {
  font-size: 35px;
  margin: 0 0px 0 15px;
  text-align: center;
}
.about .txt_msg {
  margin: 0 0 0 20px;
  text-align: center;
}
.about p {
  font-size: 18px;
  margin: 0 10px 0 10px;
  /* padding: 0 0 0 10px; */
  padding-left: 10px;
  text-align: center;
}
.about ul{
  font-size: 20px;
  margin-top: 10px;
}
.right_box img {
  max-width: 70px;
  margin-left: 20px;
  margin-top: -40px;
}
.obj_txt {
  font-family: montserrat_bold;
  font-size: 22px;
  margin: 20px 10px;
}
/* .obj_head{
  margin: -50px 0 0 100px;
} */
.obj_txt p {
  margin: 0 20px 0 20px;
  font-size: 18px;
}
.obj_txt ul {
  margin: 0 -15px 0 0;
  font-size: 18px;
}
.specialization .txt_head {
  font-size: 35px;
  margin-top: 10px;
}
.imp_dates .txt_head {
  font-size: 35px;
  text-align: center;
}
.imp_dates .right_box .col1 {
  font-family: montserrat_bold;
  background-color: #E1E1E1;
  text-align: center;
  margin-top: 3px;
  margin: 3px 0 0 0;
}
.coldarkgrey{
  margin: 0;
}

.contact_img{
  margin: -296px 0 0 0;
}
.footer_txt img{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.contact_img .footer_txt .txt_head{
  font-family: VisbyExtraHeavy;
  font-size: 28px;
  line-height: normal;
  color: white;
  text-align: center;
  padding: 30px 0 70px 0;
}
.contact_img .footer_txt {
  font-family: VisbyExtraHeavy;
  /* margin: 0 0 0 -5px;
  margin: 0; */
}
.footer_txt .txt_msg{
  font-family: VisbyExtraBold;
  font-size: 13px ;
  color: white;
  text-align: center;
  margin: -64px 0 49px 0;
}
.footer_txt .footer_btn{
  font-size: 13px;
  font-family: VisbyExtraBold;
  text-decoration: none;
  color: #EC1B24;
  background-color: #fff;
  height: 30px;
  width: 108px;
  border-radius: 38px;
  text-align: center;
  /* margin: 0px 0 74px 97px; */
}
.footer-box .txt_head{
  font-family:VisbyRegular;
  font-size: 35px;
  color: #EC1B24;
}
.footer-box .address{
  font-family:VisbyRegular;
  color: black;
  font-size: 15px;
  line-height: normal;
}
.imp_dates .right_box .col2 a{
 font-size: 10px;
}
.contact_img .footer_txt {
  font-family: VisbyHeavy;
  
  display: flex;
  /* width: 500px; */
  max-height: 565px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.table {
  border-spacing: 2px;
}
.footer-content .section-heading {
  top: -308px;
  margin: 0 !important;
  width: 100%;
  height: auto;
  border-radius: 20px;
 }
 .banner_box {
  background-image: url(../images/banner-mob-img.webp) !important;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  margin: 0px 0 0 0;
  min-height: 275px !important;
  background-color: #fff;
}
.show-text .show-description {
  margin: 15px 0;
  padding: 10px 0;
  font-size: 13px;
}
.banner-form {
  margin: 240px auto 0 auto;
}
.text-area .txt_head {
  font-size: 28px;
  text-align: center;
  margin-top: 20px;
}
.text-area .txt_head {
  margin: 20px 0 0 0;
}
.career-path-open .section-heading{
  text-align: center;
}
.career-path-open .gl-card {
  min-height: 180px;
}
.career-path-open__title {
  margin-top: 0px;
}

}

@media screen and (max-width:380px) {
.imp-dates .right_box a{
  font-size: 12px;
}
.show-text-after::before {
  display: none;
}
.int_process_wrapper .process_box p span a {
  font-size: 10px;
}
.banner-form {
  max-width: 290px;
}
.banner-form {
  margin: 183px auto 0 auto;
}
}