body {
    padding: 0px;
    margin: 0px;
    list-style: none;
    font: normal 18px/24px "Inter";
    color: #000;
    background: rgba(244, 244, 244, 1);
}
p {
    padding: 0px 0 20px 0;
    margin: 0px;
}
a {
    padding: 0px;
    margin: 0px;
    outline: none;
}
ul,
ol {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
label {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
ul li {
    padding: 0px;
    margin: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0px 0 20px 0;
    margin: 0px;
    font-family: "Interstate";
}
input[type="text"]::-webkit-placeholder {
    opacity: 1;
}
input[type="text"]::-moz-placeholder {
    opacity: 1;
}
input[type="password"]::-webkit-placeholder {
    opacity: 1;
}
input[type="password"]::-moz-placeholder {
    opacity: 1;
}
input[type="search"]::-webkit-placeholder {
    opacity: 1;
}
input[type="search"]::-moz-placeholder {
    opacity: 1;
}
input[type="email"]::-webkit-placeholder {
    opacity: 1;
}
input[type="email"]::-moz-placeholder {
    opacity: 1;
}
input[type="tel"]::-webkit-placeholder {
    opacity: 1;
}
input[type="tel"]::-moz-placeholder {
    opacity: 1;
}
textarea::-moz-placeholder {
    opacity: 1;
}
textarea::-webkit-placeholder {
    opacity: 1;
}
a:hover {
    outline: none !important;
    text-decoration: none;
}
a:active {
    outline: none !important;
    text-decoration: none;
}
a {
    text-decoration: none !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
button,
input[type="submit"] {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    -webkit-appearance: none;
    outline: none;
    font-family: "Inter";
}
input,
button {
    -webkit-appearance: none;
    outline: none;
    font-family: "Inter";
}
input:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
}
textarea {
    resize: none;
}
button:focus,
input[type="submit"]:focus {
    outline: none;
    box-shadow: none;
}
figure {
    margin: 0px !important;
    padding: 0px;
}
a,
span,
em,
strong {
    display: inline-block;
}
img {
    max-width: 100%;
} /*font-family: 'Ibarra Real Nova';*/
em {
    font-style: normal;
}

 .sminputs .hide-password {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 15px;
    border-left:1px solid #bfbfbf;
    font-size: 14px;
    background:transparent;
    overflow: hidden;
    color: #444;
    cursor: pointer;
    margin-top: 119px;
    margin-left: 2px;
    line-height: 43px;
    width: 70px;
    border-radius: 0px 29px 29px 0px;
    }

.hide-password:focus {
    background-color: #fff;
    border-color: #1a3a53;
    outline: 0;
    box-shadow: none !important;
    
}

.container {
    max-width: 1420px;
}
.tophead h1,
.tophead h2 {
    color: #000;
    font: 700 48px/70px "Interstate";
    padding-bottom: 20px;
}
.tophead h1 em,
.tophead h2 em {
    color: rgba(223, 170, 71, 1);
}
.tophead h1 span,
.tophead h2 span {
    display: inline-block;
    position: relative;
    padding-bottom: 20px;
}
.tophead h1 span:before,
.tophead h2 span:before {
    width: 63px;
    height: 5px;
    background: #5ba2fd;
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.tophead h4 {
    font-size: 32px;
    line-height: 36px;
    color: #fff;
}
.btnlink {
    font-family: Inter;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 2px;
    text-align: center;
    line-height: 50px;
    min-width: 250px;
    background: rgba(246, 138, 10, 1);
    color: #fff;
    border-radius: 30px;
    margin-top: 20px;
}
.btnlink:hover {
    color: #fff;
    background: #1a3a53;
}
.header_sec {
    background: url(../images/headerbg.jpg) no-repeat center center;
    background-size: cover !important;
}
.navbar-brand {
    margin: 0px;
    padding: 0px;
    width: 200px;
}
.menu_sec li {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    padding: 22px 20px;
}
.menu_sec li a {
    color: #000;
    display: inline-block;
    padding: 15px 0;
    position: relative;
}
.menu_sec li a:before {
    width: 0px;
    height: 3.2px;
    background: #dfaa47;
    border-radius: 6px;
    position: absolute;
    bottom: 0px;
    content: "";
    transition: all 0.3s;
}
.menu_sec li a:hover:before {
    width: 34px;
}
/*.navbar-collapse {
    position: fixed;
    width: 360px;
    height: 100%;
    overflow: auto;
    left: -360px;
    top: 0px;
    z-index: 11;
    background: #fff !important;
    transition: all 0.3s ease;
}
.navbar-collapse.show {
    left: 0;
}*/
.header-bottom {
    background: rgba(255, 255, 255, 1);
}
.tophead {
    width: 100%;
    padding: 50px 0;
}
.header-top {
    width: 100%;
    background-color: #1a3a53;
    padding: 7px 0px;
}
.top-header {
    text-align: center;
    position: relative;
}
.top-header-details li {
    display: inline-block;
    padding: 0px 10px;
}
.top-header-details li {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
}
.top-header-details li a{   color: #fff;}
.mobile-no {
    border-right: 1px solid #fff;
}
.social-font {
    position: absolute;
    top: 1px;
    right: 0px;
}
.social-font li {
    display: inline-block;
    padding: 0px 6px;
}
.social-font li a {
    font-size: 18px;
    color: #fff;
}
.navbar {
    padding: 0px;
}
.hero-banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.hero-banner img {
    width: 100%;
    height: 800px;
    object-fit: cover;
}
.banner-overlay {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
}
.hero-banner:before {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}
.banner-content {
    max-width: 814px;
}
.owl-dots{ position: absolute; bottom: 20px; left: 0px; width: 100%; text-align: center;}
.bannerHome .owl-dots .owl-dot span{ display: none;}
.bannerHome .owl-dot{ display: inline-block; width: 12px; height: 12px; border-radius: 100%; border: 1px solid #fff !important; margin: 4px;}
.bannerHome .owl-dot.active{ background: #fff;}
.menu_sec li {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  padding:
5px 20px;
}




.bigtxt {
    font-size: 80px;
    font-weight: 400;
    line-height: 100%;
    color: #fff;
    font-family: "Interstate";
    padding-bottom: 20px;
    width: 100%;
}
.apply-btn {
    min-width: 250px;
    padding: 0px 10px;
    background-color: #fff;
    border: 3px solid #fff;
    border-radius: 30px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: rgba(26, 58, 83, 1);
    line-height: 50px;
    letter-spacing: 2px;
    margin-top: 20px;
}
.apply-btn:hover {
    background: #f6a10e;
    color: #fff;
    border-color: #f6a10e;
}
.new-section {
    width: 100%;
    padding: 80px 0px 50px;
}
.feature-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 7px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.icon-box {
    width: 60px;
    height: 60px;
    background-color: rgba(26, 58, 83, 1);
    border-radius: 50%;
    position: relative;
}
.icon-box img {
    width: 50% !important;
    position: absolute;
    top: 25%;
    left: 25%;
}
.feature-para strong {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    font-family: "Interstate";
}
.feature-btn {
    width: 170px;
    background-color: rgba(246, 138, 10, 1);
    border-radius: 30px;
    border: 3px solid rgba(246, 138, 10, 1);
    padding: 3px 0px;
    font-size: 16px;
    font-weight: 600;
    color: #fff !important;
    line-height: 22px;
    display: block;
    text-align: center;
}
.feature-btn:hover {
    border-color: #1a3a53;
    background: #1a3a53;
}
.feature-box {
    text-align: left;
    flex-wrap: wrap;
}
.feature-para {
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex: 1;
}
.feature-box:last-child {
    border: none;
}
.right-section {
    padding-left: 60px;
}
.about-box {
    padding-left: 60px;
}
.listArw li {
    display: block;
    margin-bottom: 7px;
    color: rgba(0, 0, 0, 1);
    font-weight: 400;
    position: relative;
    padding-left: 25px;
}
.listArw li::before {
    content: "\f178";
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 16px;
    color: rgba(246, 138, 10, 1);
    font-family: "Font Awesome 6 Pro";
}

.listArw li h1, .listArw li h2, .listArw li h3, .listArw li h4, .listArw li h5, .listArw li h6{ font-size: 16px !important; padding-bottom: 0px;}




.listArw ul {
    margin-top: 20px;
}
.left-section img {
    width: 100%;
}
.new-section h4 {
    font-size: 40px;
    font-weight: 600;
    color: #000;
    line-height: 46px;
}
.award-box {
    width: 100%;
    padding: 20px;
    background-color: #fff;
    margin-bottom: 20px;
    flex-wrap: wrap;
    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.1);
}
.award-box img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}
.award-box h3 {
    font-size: 28px;
    font-weight: 400;
    line-height: 35px;
    padding-bottom: 7px;
}
.award-box .pics {
    width: 246px;
    padding-right: 29px;
}
.award-box .text {
    flex: 1;
}
.rdMor {
    font-size: 14px;
    color: rgba(246, 138, 10, 1);
    line-height: 16px;
    letter-spacing: 2px;
    font-weight: 600;
    background: url(../images/Arrow1.svg) no-repeat right center;
    padding-right: 76px;
}


.service-box {
    width: 100%;
    background-color: #00000008;
    margin-bottom: 20px;
}
.service-box img {
    width: 100%;
    height: 430px;
    object-fit: cover;
}
.tophead h5 {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    padding-bottom: 15px !important;
    margin: 0px !important;
    line-height: 30px;
}
.service-content {
    padding: 40px;
}
.service-box .row {
    align-items: center;
}
.values-section {
    padding-top: 0px;
}
.values-section .row {
    flex-direction: row-reverse;
}
.girlPic {
    position: absolute;
    top: 0px;
    right: 0px;
}

.testemoniSec {
    background-image: url(../../assets/images/image3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px -150px;
    width: 100%;
    position: relative;
    padding: 60px 0;
    min-height: 600px;
    overflow: hidden;
    z-index: 9; 
}

.testemoniSec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #09608a;
    opacity: 0.7;
    z-index: -1; 
}
.testeBox {
    width: 100%;
    position: relative;
    background:#e1e1e1;
    padding: 90px 35px 50px;
}
.userPic {
    width: 130px;
    height: 130px;
    box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.15);
    border: 7px solid rgba(255, 255, 255, 1);
    border-radius: 100%;
    overflow: hidden;
    position: absolute;
    top: -65px;
    line-height: 0px;
}
.userPic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testeBox .btmtxt {
    display: flex;
    justify-content: space-between;
    margin-top: 11px;
}
.testeBox:before {
    clip-path: polygon(0 100%, 100% 0, 0 0);
    background:#e1e1e1;
    width: 97px;
    height: 61px;
    position: absolute;
    bottom: -60px;
    right: 53px;
    content: "";
}
.teseCaroRow {
    width: 70%;
}
.teseCaro .owl-item {
    padding: 70px 0px;
}
.teseCaro button {
    color: #fff !important;
    font-size: 30px !important;
    margin-right: 10px;
}
.logosSec {
    width: 100%;
    background: #fff;
}
.logosBx {
    width: 100%;
    height: 200px;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 23px;
}
.footgerSec {
    width: 100%;
    /*background: rgba(26, 58, 83, 1);*/ background: #0d364a;
}
.footBotm {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 1);
    text-align: center;
    padding: 10px 0;
}
.footBotm p {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.3px;
    text-align: center;
    text-transform: capitalize;
    color: rgba(116, 140, 159, 1);
    padding-bottom: 0px;
}
.footTop p,
.footTop li {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 1);
}
.footlogo {
    background: #fff;
    padding: 0px;
    width: 109px;
    margin-bottom: 20px;
}
.footTop {
    width: 100%;
    padding: 50px 0;
}
.footTop h5 {
    color: #fff;
    font-family: Interstate;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 1px;
    padding-bottom: 10px;
}
.footTop li a {
    color: #fff;
    width: 100%;
    padding: 5px 0;
}
.footTop li a:hover {
    color: #f68a0a;
}
.fotBox4 iframe {
    border: none;
    width: 100%;
    height: 260px;
}
.nwsForm {
    width: 100%;
    position: relative;
}
.nwsForm input[type="email"] {
    width: 100%;
    background: #fff;
    padding: 0 60px 0 30px;
    height: 50px;
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: rgba(186, 186, 186, 1);
    border: none;
}
.nwsForm input[type="submit"],
.nwsForm input[type="button"] {
    width: 50px;
    height: 50px;
    background: rgba(246, 138, 10, 1) url(../images/arw1.png) no-repeat center center;
    border: none;
    font-size: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
}
.social-fontfoot li a {
    font-size: 18px;
    color: #fff;
}
.social-fontfoot li {
    display: inline-block;
    padding: 0px 6px;
}
.fotBox1 {
    width: 22%;
    padding-right: 25px;
}
.fotBox2 {
    width: 16%;
}
.fotBox3 {
    width: 15%;
}
.fotBox4 {
    width: 25%;
    padding-right: 20px;
}
.fotBox5 {
    width: 22%;
}
.footNews,
.social-fontfoot {
    margin-top: 20px;
}
.contactInfo {
    width: 100%;
    padding: 50px 0 0 0;
    position: relative;
}
.contactInfoIn {
    box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.2);
    background: #fff;
    padding: 47px 30px;
    position: relative;
}
.contactInfo h2 {
    text-align: center;
}
.contactInfo:before {
    width: 100%;
    height: 40%;
    background: #0d364a;
    position: absolute;
    bottom: 0px;
    left: 0px;
    content: "";
}
.contactInfoIn li a {
    color: #000;
}
.contactInfoIn ul {
    display: flex;
    justify-content: center;
}
.contactInfoIn li {
    display: flex;
    align-items: center;
    padding: 18px 48px;
}
.contactInfoIn li p {
    padding-bottom: 0px;
}
.contactInfoIn li i {
    margin-right: 10px;
    width: 60px;
}
.navbar-toggler:focus {
    outline: none !important;
    box-shadow: none !important;
} /*------------ Service Page, Eligible Page & About Page start -------------*/
.inner-banner {
    width: 100%;
    position: relative;
}
.inner-banner img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.inner-banner::before {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
}
/*.serv-full,
.eligible-full,
.about-full {
    width: 100%;
    padding: 100px 0px 80px;
}*/
.serv-box{
    width: 100%;
    padding: 20px 0;
}
.serv-box img {
    max-width: 553px;
    float: left;
    margin-right: 45px;
}
.eligible-full img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.eligible {
    padding-bottom: 80px;
}
.eligible-box {
    padding-left: 40px;
}
.list-items {
    padding-left: 25px;
}
.list-items li {
    list-style: disc !important;
    font-size: 22px;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
    line-height: 40px;
}
.about-full img {
    width: 100%;
    height: 470px;
    object-fit: cover;
}
.about-row {
    padding-top: 80px;
}

/*.vision,
.about-right {
    padding-left: 25px;
}*/
.mission img,
.vision img {
    width: 100px; height:auto !important;
    display: block;
    margin-bottom: 15px;
    object-fit: cover;
}
.about-right img .about-left img {
    width: 100%;
    height: 470px;
    object-fit: cover;
}
.about-sec .row:nth-child(odd) {
    flex-direction: row-reverse;
}

.listArw li p{ padding-bottom: 0px;}
.listArw li a{ color: rgba(0, 0, 0, 1);}
p:empty{ display: none;}


.overlay.show{ width: 100%; position: fixed; top: 0px; left: 0px; content: ""; background: rgba(0,0,0,0.4); height: 100%;}


.top-header-details{
  max-width: 500px;
  margin:0px auto;
  overflow:hidden;
}
.top-header-details ul{ animation: marquee 10s linear infinite; white-space: nowrap;}
@keyframes marquee {
  0%   { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
}

.navbar-brand{ padding: 6px 0;}


.popup-form .feature-btn {
  width: auto !important;
  padding:
0px 35px;
  text-transform: uppercase;
  letter-spacing: 1px; line-height: 40px;
}
.popup-form h3{ font-size: 20px; margin: 0px !important;}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color:#a09d9d;
  outline:0;
  box-shadow: none !important;
}
.btn-close {
  width: 30px;
  height: 30px;
  opacity: 1;
  position: absolute;
  top: -7px;
  right: -2px;
  border-radius:
100% !important;
  z-index: 2;
  background-color: #fff !important;
  display: none;
}

.form-control{ height: 45px; border-radius: 29px;}



@keyframes scrollVertically {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
.right-section ul{ animation: scrollVertically 8s linear infinite;}
.listIn{ overflow: hidden; height: 250px;}


.form-tab p a{ color: #f68a0a !important; font-weight: 600;}
.login-tab{ display: flex;}
.login-tab li{ display: inline-block; width: 50%;}
.login-tab li a {
  padding:17px;
  width: 100%;
  display: inline-block;
  text-align: center;
  border-bottom:5px solid #1a3a53;
  color: #1a3a53;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
}
.popup-form .modal-body{ padding: 0px; border-radius: 0px !important;}
.popup-form .modal-content{ padding: 0px;}
.form-tab{ padding: 20px;}
.login-tab li.active a{ background: #1a3a53; color: #fff;}


.form-tab{ display: none;}


.login-formin{ position: relative;}
.frgt-pass{ position: absolute; bottom: 0px; right: 0px;}
.lgntxt{
  text-align: center;
  padding:20px;
  background:#f2f2f2;
  margin-top: 20px;
}
.lgntxt p{ padding-bottom: 0px;}
.frgt-pass p{ padding: 0px 0 12px 0;}




#frgt-form{ display: none !important;}


.inner-banner img{ height: 300px !important;}

h1.bigtxt{ padding-bottom: 0px !important;}

.tophead{ display: inline-block;}

.myacuntsitPanl{ background: #1a3a53; margin: 0px !important;}
.myacuntsitPanl .nav-link a{ width: 100%; color: #fff !important; padding: 10px 20px !important;}
.myacuntsitPanl .nav-link{ color: #fff; padding: 10px; border-radius: 0px;}
.myacuntsitPanl .nav-link{ border-bottom: 1px solid rgba(255,255,255,0.1);}
.myacuntsitPanl .nav-link {
  color: #fff !important;
  padding:0;
  border-radius:0px !important;
  background:none !important;
  width: 100% !important;
  text-align: left !important;
}

.myacuntsitPanl .nav-link.active{ background: rgba(246, 138, 10, 1) !important;}
.myacuntsitPanl .nav-link i{ margin-right: 10px;}

.btn-primary {
  color: #fff;
  background-color: #1a3a53;
  border-color:#1a3a53;
}
.btn-primary:hover{ background-color: #f68a0a;
  border-color:#f68a0a;}
.btn-warning{ background-color: #f68a0a;
  border-color:#f68a0a;}





/*MODIFICATION*/


.top-header{ display: flex;  justify-content: space-between;}
.hedLft li{ display: inline-block; font-size: 12px;}
.hedLft li a{ color: #1a3a53; padding: 4px 10px;}
.header-top {
  width: 100%;
  background-color: #f2f2f2;
  padding:0;
  border-bottom:
1px solid #ccc;}
.social-font li {
  display: inline-block;
  padding:0;
}
.social-font li a {
  font-size: 13px;
  color: #665757;
  padding:4px 10px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.social-font li{ border-left: 1px solid #ddd;}
.social-font {
  position: relative;
  top: 0;
  right: 0px;
}
.social-font li.logins a{ color: #f57a09; font-weight: 700;}
.mobile-no {
  border-right:1px solid #ddd;
}
.top-header-details li{ border: none; color: #000;}
.top-header-details{ width: 50%; max-width: 100%;}
.headMid{ width: 100%; background: #fff;}


.navbar-brand{ width: auto;}
.logo1{ max-width: 77px; margin-right: 10px; }
.navbar-brand span{ color: #183851; font-size: 16px; text-transform: capitalize;}
.header-bottom{ width: 100%; background-color: #1a3a53; }
.menu_sec li {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  padding:0;
  border-right:1px solid #3a5264;
}
.menu_sec li a {
  color: #fff;
  display: inline-block;
  padding:12px 20px;
  position: relative; text-transform: uppercase;
}

.menu_sec li a:hover, .menu_sec li.active a{ background: #dfaa47;}
.menu_sec li a::before{ display: none;}








.menu_sec li:last-child{ border: none;}

.goveLogo li{ display: inline-block; margin-left: 5px;}
.goveLogo img{ max-width: 100%;}
.azedLogo img{ max-width: 173px;}
.headMid .container{ display: flex;
  justify-content: space-between;
  align-items: center;}



.left-section h1{text-align: center;}

.featureBrdBox{ box-shadow: 0 6px 12px rgba(0,0,0,0.175); background: #eeeeee;padding:1rem 1rem;  border:1px solid #dcdcdc;height: 352px;
  overflow:auto;}
.icon-box img {
  width: auto !important;
  position: inherit;
  top: inherit;
  left: inherit;
  max-width: 100%;
}
.icon-box {
  width: 46px;
  height: 46px;
  background-color: rgba(26, 58, 83, 1);
  border-radius:8px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:9px;
}
.feature-box {
  text-align: left;
  flex-wrap: wrap;
  background:#fff;
  padding:14.9px;
  border:none !important;
  margin:3px 0;
}
 .feature-btn {
    width: 95px !important;
    font-size: 11px !important;
    line-height: 20px !important;
    padding:0px !important;
  }
.listIn {
  overflow:hidden;
  height: 250px;
  border:1px solid #dcdcdc;
  background:#fff;
  padding:15px;
}
.right-section {
  padding-left: 12px;
}

.right-section h1{text-align: center;}

 .tophead h1, .tophead h2 {
    font-size: 27px !important;
    line-height: 32px !important;
    padding-bottom: 19px !important;
  }

.featureBrdBox{ height: 352px;}
.listIn{ height:318px;}
.tophead {
  display: inline-block;
  width: 100%;
  padding:50px 0 !important;
}
.about-sectionIn{ width: 100%;border:1px solid #dcdcdc;  background:#fff; padding:15px;}
.about-box {
    padding-left: 12px;
  }
 body {
    font-size: 14px !important;
    line-height: 21px !important;
  }
p {
  padding:0px 0 15px 0;
  margin:0px;
}
.about-section{ padding-top: 0px;}
.btnlink {
    font-size: 15px !important;
    line-height: 40px !important;
    min-width: 175px !important;
  }
.vidosPic{ position: relative;}
.vidosPic:before{ position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; content: ""; background: rgba(0,0,0,0.4);}
.playIcon{ position: absolute; top: 50%; left: 50%; font-size: 50px; color: #fff !important; transform: translate(-50%, -50%);}

.vidosPic img{ height: 400px; object-fit:cover;}
.about-box {
  padding-left: 12px !important;
}
.about-section, .awards-section, .services-section, .values-section {
  padding-top: 0px !important;
}
.award-box .pics {
  width: 140px;
  padding-right: 12px;
}
.award-box{ padding: 15px;}
.award-box img{ height: 92px;}
.award-box h3 {
    font-size: 16px !important;
    line-height: 20px !important;
  }
.award-box p{ padding-bottom: 0px; font-size: 12px; line-height: 14px;}


.service-body{
    background-color:#ffffff;
    padding: 0px 0px 0px 27px;
    }

.heading-text{text-align:center;padding: 25px 0px 0px 0px;}   
    

.srvPic img{padding:0px 25px 25px 0px;}

.service-content {
    padding: 25px;
    background:#efefef;
    min-height: 250px;
    margin:25px 25px 25px 0px;
    margin-top: -25px;
    min-height: 235px;
}
.service-box{ background: none !important;}
.tophead h5 {
  font-size: 22px;}
.service-box img{ min-height: 250px; height: auto !important;}


.slider-container {
  padding-top: 0;
}

.award-box{ border:1px solid #dcdcdc; box-shadow: none !important; margin-bottom: 10px;}
.slider-container {
  padding-top: 0 !important;
}

.welcome-note-section{
    border: 1px solid #d0d0d0;
    background: white;
    padding:25px 25px 35px 25px;
    }

/*.welcome-note-section h2{color: #f68a0a;}
.welcome-note-section h5{color: #f68a0a;}*/

.terminalMap{
  box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  background:#eeeeee;
  padding:1rem 1rem;
  border:1px solid #dcdcdc;
  margin-top: 51px;
}

.terminalMap img{width: 100%;height: 550px;}

.heroSlider img{ height: auto !important;}
.heroSlider:before{ display: none !important;}

.serv-full{ padding-top: 50px !important;}

.bigtxt {
    font-size: 32px !important;
    line-height: 52px !important;
  }
.popup-form .feature-btn {
  width: auto !important;
  padding:6px 24px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px !important;line-height: 20px !important;
}


.counterSec { background: #fff; text-align: center;}
.counterSec h4{ color: #000;}
.counterBox{
  box-shadow: 0px 2px 7px rgba(0,0,0,0.175);
  background: #eeeeee;
  padding:10px;
  border: 1px solid #dcdcdc;
  overflow: auto;
}
.counterBox i {
  width: 55px;
  height: 55px;
  background: #f68a0a;
  color: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  margin: 0px auto;
}
.counterBox strong {
  font-size: 20px;
  color: #000;
  line-height: 25px;
  width: 100%;
  margin-top: 14px;
}
.counterBox {
  padding: 23px 11px;
  margin-top: 20px;
}
.counterBox p{ padding: 0px; font-size: 12px; margin-top: 7px;}


.counterSec .row{ margin: 0 -5px;}
.counterSec .col-md-2{ padding:0 5px;}

.listInRow{
  box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  background: #eeeeee;
  padding: 1rem 1rem;
  border: 1px solid #dcdcdc;
  overflow: auto;
}

.navbar-brand span{ font-size: 22px;}

.userpicRow img {
  width: 75px;
  height: 75%;
  object-fit: cover;
  margin-right: 10px;
}
.userpicRow{ padding: 10px;
  background: #fff;
  border-radius: 5px;
  align-items: center; margin-bottom: 10px;}
.userpicRow h4{
  font-size: 20px;
  padding: 0px;
}


.myacuntRt .tab-pane, .myacuntRt .tab-content, .myacuntRt .card { height: 100%;}





.buttonNext {
  width: 170px;
  background-color: rgba(246, 138, 10, 1);
  border-radius: 30px;
  border: 3px solid rgba(246, 138, 10, 1);
  padding: 3px 0px;
  font-size: 16px;
  font-weight: 600;
  color: #fff !important;
  line-height: 22px;
  display: block;
  text-align: center;
}

.serv-box img {
  max-width: 440px;
  float: left;
  margin-right: 27px;
  margin-bottom: 20px;
}






.feature-para a.blueBtns{background:#1a3a53;}


.contactInfoIn li{ width: 33.33%;}
.contactInfoIn li p{ flex: 1;} 

.serv-box{ display: inline-block;}
.serv-box li span{ position: relative; padding-left: 14px;}
.serv-box li span::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0px;
  top: 8px;
  background: #dfaa47;
  border-radius: 100%;
}


.contactform {
  position: relative;
  max-width: 700px;
  margin: 0px auto;
  background: #fff;
  padding: 36px;
}
.contactform .form-group{ margin: 15px 0;}
.form-group label{ font-size: 15px; margin-bottom: 10px;}
#message{ height: 100px;
  padding-top: 20px;
  padding-bottom: 20px;}

button.feature-btn {
  width: auto !important;
  font-size: 16px !important;
  line-height: 40px !important;
  padding: 0px 34px !important;
}

/*-------- dropdown-section --------*/

.dropdown {
  position: relative;
  display: inline-block;
}

.download-btn{
    width: 95px !important;
    font-size: 11px !important;
    line-height: 20px !important;
    padding: 0px !important;
    background-color: rgba(246, 138, 10, 1);
    border-radius: 30px;
    border: 3px solid rgba(246, 138, 10, 1);
    padding: 3px 0px;
    font-size: 16px;
    font-weight: 600;
    color: #fff !important;
    line-height: 22px;
    display: block;
    text-align: center;
}

.download-btn i{padding: 5px 6px 5px 0px;}

.download-btn:hover {
    border-color: #1a3a53;
    background: #1a3a53;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width:100%;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 4px;
    margin-left:-45px;
    margin-top: 1px;
}

.dropdown-content a {
  color: black;
  padding: 10px 14px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  border-color: #1a3a53;
  background-color: #1a3a53;
  color:white;
  border-radius: 4px;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/*-------- dropdown-section end --------*/

.heroSlider .banner-content {
  max-width: 100%;
  margin: 0px auto;
  width: 100%;
  /*text-align: center;*/
}
.heroSlider .apply-btn {
  min-width: 195px; line-height: 41px; font-size: 17px;}
.heroSlider .banner-overlay{ top: inherit;
  left: 0px;
  transform: inherit;
  bottom: 74px;}


.fixedwhatsApp {
  width: 45px;
  height: 45px;
  background: #22ce5a;
  border-radius: 100%;
  box-shadow: 0 0 8px #c2c2c2;
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-size: 28px;
  line-height: 45px;
  text-align: center;
  color: #fff !important;
  z-index: 111;animation: bounce 1.5s infinite;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}


#back-top{
  display: none;
  position: fixed;
  right: 20px;
  bottom: 115px;
  padding: 10px;
  background: #1a3a53;
  color: #ffffff;
  width: 40px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  line-height: 20px;
  z-index: 8000;
  -webkit-transition: 600ms;
  -moz-transition: 600ms;
  -o-transition: 600ms;
  transition: 600ms;
}



.career-box {
  width: 100%;
  background: #fff;
  padding: 13px;
  border: 1px solid #dcdcdc;
  margin: 10px 0;
}
.career-box img {
  max-width: 100% !important;
margin: 0px 0 14px 0 !important;

}
.career-box .col-md-3{ width: 20%;}
.career-box .col-md-9{ width: 80%;}
.career-box h4{
  font-size: 20px !important;
  line-height: 26px !important;
  padding-bottom: 10px !important;color: #000;
}
.exprncList li{ margin-bottom: 10px;}
.exprncList li i {
  color: #dfaa47;
  margin-right: 8px;
  width: 11px;
}
.career-box h6{ font-size: 16px; line-height: 20px; padding-bottom: 6px;}

.page_description_inner{
    border: 1px solid #bbbbbb;
    background: white;
    padding: 25px 25px 25px 25px;
    margin-top: 35px;
    }

.fade:not(.show) {
  opacity: 0;
  display: none;
}



.fldRelativ{ position: relative; width: 100%;}
.fldRelativ .fa{
  position: absolute;
  right: 0px;
  top: 0px;
  width: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-control{ padding-right: 40px !important;}


.multpaleselct{ border-radius: 5px; height: auto !important;}


.serv-box img {
  max-width: 350px;
  float: left;
  margin-right: 27px;
  margin-bottom: 20px;
  height: 229px;
  object-fit: cover;
}


p:empty{ display:none;}

.avnRow img {
  width: 100%;
  height: 218px;
  object-fit: cover;
}


.missionBox{
  width: 100%;
  border: 1px solid #dcdcdc;
  background: #fff;
  padding: 15px;
}

.avnRow img.float-left {
  width: 100%;
  height: 195px;
  object-fit: cover;
  float: left;
  max-width: 300px;
  margin: 0 20px 12px 0;
}

.avnRow img.float-right {
  width: 100%;
  height: 195px;
  object-fit: cover;
  float: right;
  max-width: 300px;
  margin: 0 0px 12px 20px;
}


.selctionRow .avnRow{ width: 100%; margin-bottom: 30px;}
.avnRow li, .valusRow li{ margin-bottom: 10px; position: relative; padding-left: 20px; list-style: none;}
.avnRow ul, .valusRow ul{ padding-bottom: 20px;  padding-left: 0px;}
.avnRow li:before, .valusRow li:before{ content: "\f061"; font-family: "Font Awesome 6 Pro"; font-weight: 900; position: absolute; top: 0px; left: 0px;color: #dfaa47;}
.avnRow ul{ padding-left: 0;}
.career-box{ position: relative;}
.apsuBtn{
  width: auto;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 21px;
}
.btnlink{ text-transform: capitalize;}
.career-box .texts{ padding-right: 150px;}

h4.mb-3{ margin-bottom: 0px !important;}
.form-control{ font-size: 13px;}




.career-box img{ height: 100% !important;}
.header_sec{ width: 100%; position: relative; z-index: 8;}
.qrCode{ max-width: 120px;}
.button-group button{ padding: 3px 0px !important; font-size: 16px !important;}

.career-box img {
  height: 155px !important;
  width: 100%;
}
.eligibility-section div:empty{ display: none;}
.cmspage li{ list-style: disc;}
.cmspage ul{ margin: 0px; padding: 0 0 20px 20px;}
.cmspage{ text-align: left; padding-top: 0px !important;}
.cmspage h3{ font-size: 20px;}
.cmspage p a, .cmspage li a{ font-weight: 700 !important; color: #000;}
.cmspage li{ margin-bottom: 7px;}
.cmspage h4{ font-size: 18px; color: #000;}












@media (min-width: 1200px) and (max-width: 9000px) {
.nav_top .dropdown .dropdown-menu {
    /*-webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s;    -o-transition: all 0.3s;transition: all 0.3s;*/
    max-height: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    margin: 0px;
}
.nav_top .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    height: auto;
    transform: translate(0, 0);
    max-height: 300px;
} /*sub_sub_menu*/
.nav_top .dropdown-submenu > .dropdown-menu {
    max-height: 0;
    display: none;
    opacity: 0;
    visibility: hidden;
    left: 100%;
    top: 0;
    border: none;
    width: 150px;
    min-width: 100%;
    border-radius: 0px;
    box-shadow: inherit;
    padding: 0px;
    margin: 0px;
    background: rgba(1, 25, 63, 0.9);
    min-width: inherit;
    box-shadow: 5px 3px 10px 0 rgba(0, 0, 0, 0.175);
}
.nav_top .dropdown-submenu:hover > .dropdown-menu {
    max-height: 400px;
    opacity: 1;
    visibility: visible;
    display: block;
}

.awardRow {
    margin: 0 -30px;
}
.awardRow .col-md-6 {
    padding: 0 30px;
}












}
@media (min-width: 1600px) and (max-width: 1799px) {
	
	
.hero-banner img{ height: 700px;}	
	
.bigtxt { font-size: 64px; line-height: 76px;}	
.award-box h3 {
  font-size: 21px;
  line-height: 28px;
}	
body{ font-size: 15px; line-height: 20px;}	
	
	
	
}

@media (min-width: 1400px) and (max-width: 1599px) {
.container {
    max-width: 1370px;
}
    
.hero-banner img{ height: 600px;}	    
.bigtxt { font-size: 64px; line-height: 76px;}	
.award-box h3 {
  font-size: 21px;
  line-height: 28px;
}	
body{ font-size: 15px; line-height: 20px;}	    
    
    
    
    
    
    
}

@media (min-width: 1200px) and (max-width: 1399px) {
.container {max-width: 1170px;}
		    
    
.bigtxt{font-size:54px;line-height:55px;} 
.award-box h3{font-size:21px;line-height:28px;} 
body{font-size:15px;line-height:20px;} 
 
.tophead h1,.tophead h2{font-size:39px;line-height:45px;padding-bottom:10px;}
.hero-banner img{height:500px;} 

.new-section{padding:50px 0;}
.feature-btn{width:114px;font-size:14px;} 
.feature-para strong{width:60%;} 
.about-box{padding-left:30px;} 

.btnlink{font-size:16px;line-height:45px;min-width:196px;}
.footTop h5{font-size:17px;line-height:22px;letter-spacing:0px;}
.footTop p,.footTop li{font-size:13px;line-height:17px;}
.contactInfoIn li{ padding: 18px 28px;}
.contactInfoIn li i {
  margin-right: 10px;
  width: 41px;
}






.serv-box img {
  max-width: 356px;
  float: left;
  margin-right: 27px;
  margin-bottom: 19px;
  height: 258px;
  object-fit: cover;
}






 
    
}

@media only screen and (max-width: 1199px) {
.container{max-width:960px;}

.page_description_inner {
    border: 1px solid #bbbbbb;
    background: white;
    padding: 25px 25px 25px 25px;
    margin-top: 35px;
}



.bigtxt{font-size:54px;line-height:55px;} 
.award-box h3{font-size:21px;line-height:28px;} 
body{font-size:15px;line-height:20px;} 
.tophead h1,.tophead h2{font-size:39px;line-height:65px;padding-bottom:10px;}
.hero-banner img{height:500px;} 

.new-section{padding:50px 0;}
.feature-btn{width:114px;font-size:14px;} 
.feature-para strong{width:60%;} 
.about-box{padding-left:30px;} 

.btnlink{font-size:16px;line-height:45px;min-width:196px;}
.footTop h5{font-size:17px;line-height:22px;letter-spacing:0px;}
.footTop p,.footTop li{font-size:13px;line-height:17px;}
    
    
.award-box{ padding: 9px;}
.award-box .pics {
  width: 175px;
  padding-right: 10px;
}
.award-box img {
  height: 160px;
}
.award-box h3 {
    font-size: 18px;
    line-height: 23px;
  }
.award-box p{ font-size: 13px;
    line-height: 17px;}    
/*.service-box img{ height: 385px;}    

.srvPic img{padding:0px 25px 25px 25px;}

.service-content {
  padding:25px;
  min-width: 100%;
} */
 
.tophead h5 {
  font-size: 19px;line-height: 20px;} 
.contactInfoIn{ padding: 32px 15px;} 
 
.top-header-details{ max-width: 439px;}    
.social-font li a {
  font-size: 14px;}    
  
  
.contactInfoIn li {
  display: flex;
  align-items: center;
  padding:18px 15px;
}  
.contactInfoIn li i{ width: 40px;}  
  
  
  
.career-box .col-md-3{ width: 30%;}
.career-box .col-md-9{ width: 70%;} 
  


.award-box img{ height: 95px;}
.award-box .pics{ width: 100px;}
.award-box h3 {
  font-size: 15px !important;
  line-height: 18px !important;
}
.award-box p {
    font-size: 11px;
    line-height: 17px;
  }



.terminalMap img {
    width: 100%;
    height: auto;
}




  
  
  
}

@media only screen and (max-width: 991px) {
.container{ max-width: 100%;}
.bigtxt {
    font-size: 41px;
    line-height: 50px;
  }
.apply-btn{ font-size: 16px; min-width: 212px; line-height: 45px;}
.hero-banner img {
    height: 400px;
  }
.icon-box {
  width: 50px;
  height: 50px;}
.feature-para strong {
  font-size: 14px;}
 .tophead h1, .tophead h2 {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 10px;
  }
.right-section {
  padding-left: 25px;
}

.tophead {
  padding:40px 0;
}
body {
    font-size: 14px;
    line-height: 20px;
  }
.userPic {
  width: 100px;
  height: 100px;}
.testeBox{ padding: 59px 18px 50px;}
.testemoniSec{ min-height: 545px;}
.logosBx{ height: 160px;}
.menu_sec li {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  padding:
1px 17px;
}
.top-header-details {
  max-width: 67%;
  margin:0;
  overflow:hidden;}


.top-header-details{ width: 33%;}

.headMid{ display: none;}


.header-bottom {
  width: 100%;
  background-color: #fff;
}
.navbar-brand {
  width: auto;
  display: block !important;
}




.nav_top .navbar-toggler{border:none;background:none;padding:10px 0;margin-right:15px;}
.nav_top .navbar-toggler .icon-bar{display:block;width:34px;height:3px;border-radius:16px;background-color:#000;}
.nav_top .navbar-toggler .icon-bar + .icon-bar{margin-top:6px;}
.navbar-toggler .icon-bar{-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;}
.navbar-toggler.showtoggle .icon-bar:nth-child(1){transform:translateY(8px) rotate(45deg);}
.navbar-toggler.showtoggle .icon-bar:nth-child(2){opacity:0;} 
.navbar-toggler.showtoggle .icon-bar:nth-child(3){transform:translateY(-10px) rotate(-45deg);} 
.header_sec .container{padding:0px;}
.navbar-collapse{position:absolute;top:100%;left:0px;background:#1a3a53;width:100%;z-index:11;} 
.menu_sec li {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    padding:0;
    border-bottom:1px solid #3a5264;
    border-right:none;
  } 
.menu_sec li a{ width: 100%;}
.overlay.show{ display: none;}



.counterSec .col-md-2 {
  padding: 0 5px;
  width: 25%;
}
.counterBox {
  padding: 23px 11px;
  margin-top: 10px;
}
.counterSec .row {
  margin: 0 -5px;
  justify-content: center;
}


.goveLogo.d-none{ display: flex !important;position: absolute;
  right: 64px;
  top: 10px;}


.serv-box img {
  max-width: 340px;}



.career-box .col-md-3{ width: 40%;}
.career-box .col-md-9{ width: 60%;} 

}

@media only screen and (max-width: 767px) {
	
	
.social-font {
    position: absolute;
    top: 55px;
    right: 66px;z-index: 2;
  }
.top-header-details {
  max-width: 100%;
  margin:0;
  overflow:hidden;}	

.social-font li a {
  font-size: 0px;
  color: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:#1a3a53;
  border-radius:100% !important;
}
.social-font li .d-none{ display:inline-block !important;}
.social-font li a i{ font-size: 14px;}

.navbar-toggler{ width: 59px;}
.navbar-brand{ width: 70px;}
.social-font li a:hover{ background: #f68a0a;}
.social-font li{ padding: 0px;}

.bigtxt {
    font-size: 34px;
    line-height: 47px;
  }
.hero-banner img {
    height: 350px;
  }
.apply-btn {
    font-size: 15px;
    min-width: 177px;
    line-height: 40px;
  }	
 .right-section {
    padding-left: 12px;
    margin-top: 31px;
  }	
.about-box {
    padding-left: 12px;
    margin-top: 20px;
  }
.btnlink {
    font-size: 16px;
    line-height: 45px;
    min-width: 155px;
  }
.awardRow .col-md-6:last-child .award-box{ margin-bottom: 0px;}
.service-box{ margin: 20px 0;}
.service-box img {
    height: auto;
  }


.values-section .col-md-6:nth-child(2){ margin-top: 20px;}


.teseCaroRow {
  width: 100%;
}
.girlPic{  display: none;}

.testemoniSec {
    background-image: url(../../assets/images/image3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px -109px;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 9; 
}

.testemoniSec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #09608a;
    opacity: 0.7;
    z-index: -1; 
}

.contactInfoIn ul{ flex-wrap: wrap;}
.fotBox1 {
  width: 50%;
  padding-right: 25px;
}
.fotBox2 {
  width: 25%;
}
.fotBox3 {
  width: 25%;
}
.contactInfo{ padding-bottom: 0px;}
.fotBox4, .fotBox5 {
  width: 50%;
  padding-right: 20px;
  margin-top: 20px;
}


.mission, .about-left {
  margin-bottom: 20px;
}
.about-row{ padding-top: 20px;}


.navbar-toggler {
    width: auto;
  }
.social-font li.logins a {
  color: #fff;
  font-weight: normal;
}
.social-font li.logins a span{ display: none;}
.social-font li {
  border-left:none;
}

.social-font li {
    padding:
0px;
    float: left;
    margin-left: 3px;
  }



.counterSec h4 {
  font-size: 27px;
  line-height: 35px;
}






.social-fonts.d-none{ display: flex !important;}
.social-fonts li a {
    width: 41px;
    height: 40px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #f68a0a;
  }

.social-fonts.d-none {
    display: flex !important;
    padding: 10px 20px;
  }
.social-fonts li{ margin-right: 5px;}
.mob-none{ display: none;}





.azedLogo img {
  max-width: 100px;
}
.goveLogo img {
  max-width: 72px;
}	
.goveLogo.d-none{ display: flex !important;
  position: absolute;
  right: 64px;
  top: 21px;}



.counterBox p{ min-height: 44px;}


.contactInfoIn li {
    display: flex;
    align-items: center;
    padding: 10px 5px;
    flex-direction: column;
    text-align: center;
  }
.contactInfoIn li i {
    width: 40px;
    margin: 0 0 10px 0;
  }

.serv-box img {
  max-width: 240px; margin-right: 17px;
  margin-bottom: 10px;}


.heroSlider img {
  height: 300px !important;
}
.heroSlider .apply-btn {
  min-width: 155px;
  line-height: 35px;
  font-size: 15px;
  letter-spacing: 1px;
}


.apsuBtn {
  width: auto;
  display: inline-block;
  position: inherit;
  top: 0px;
  right: inherit;
}

.career-box .texts {
  padding-right: 0;
}
	
.exprncList li {
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 12px;
}	
	
	
.top-header{ flex-wrap: wrap;}	
.hedLft{ width: 100%; background: #183851;}	
.hedLft li a{ color: #fff;}	
.top-header-details{ width: 100%;}	
.hedLft ul{ display: inline-block !important;}	
.hedLft{ display: flex !important; justify-content: space-between;}	
.mobile-no {
  border-right: none;
}	
	
	
	
	
	
	
	
}
@media only screen and (max-width: 575px) {
.contactInfoIn li {
    display: flex;
    align-items: center;
    padding:18px 8px;
    flex-direction: column;
    text-align: center;
  }	
.contactInfoIn li i {
    width: 40px;
    margin:
0 0 10px 0;
  }	
.fotBox1 {
    width: 100%;
    padding-right: 12px;
  }	
.fotBox2, .fotBox3 {
    width: 50%;
  }	
.fotBox4 iframe{ height: 160px;}	



.about-full img{ height: auto;}

.top-header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: center;
}
.top-header-details {
    width: 100%;
  }
.social-font{ top: 82px;}


.counterSec .col-md-2 {
  padding: 0 5px;
  width: 33.333%;
}
.counterBox i {
  width: 40px;
  height: 40px; font-size: 16px;}


.counterSec h4 {
  font-size: 22px;
  line-height: 30px;
}
	
.navbar-brand span {
  font-size: 15px;
}	
	
.contactInfoIn li{ width: 50%;}	



.career-box .col-md-3{ width:50%;}
.career-box .col-md-9{ width: 50%;} 


.avnRow img.float-left {
  width: 100%;
  height: 185px;
  object-fit: cover;
  float: left;
  max-width: 211px;
  margin: 0 15px 10px 0;
}

.avnRow img.float-right{ height: 185px; max-width: 211px; margin: 0 0px 15px 12px;}




	
	
	
}

@media only screen and (max-width: 480px) {

.avnRow img.float-right, .avnRow img.float-left {
  width: 100%;
  height: auto;
  object-fit: cover;
  float: right;
  max-width: 100%;
  margin: 0 0 10px 0;
}

.mission img, .vision img {
  width: 60px;}


.m-none{ display: none !important;}




}



@media only screen and (max-width: 420px) {
	
	
	
.fotBox4, .fotBox5 {
    width: 100%;
    padding-right: 12px;}
.counterBox p {
  padding: 0px;
  font-size: 11px;
  margin-top: 3px;
  min-height: 27px;
  line-height: 12px;
}    	
.counterBox {
  padding: 14px 5px;
  margin-top: 10px;
}	
	
	
	
.counterSec .col-md-2 {
  padding: 0 5px;
  width: 50%;
}	
.award-box .pics{ width: 118px;}	
	
.logo1 {
  max-width: 65px;
  margin-right: 5px;
}	
	
.navbar-brand span {
  font-size: 12px;
}
.azedLogo img {
  max-width: 78px;
}
.goveLogo img {
  max-width: 58px;
}

.goveLogo.d-none{ right: 58px; top: 22px;}


.contactInfoIn li{ width:100%;}	




.serv-box img {
  max-width: 100%; margin-right: 0px;
  margin-bottom: 10px;}



.career-box .col-md-3{ width:100%;}
.career-box .col-md-9{ width: 100%;} 


.frgt-pass {
  position: inherit;
  bottom: 0px;
  right: 0px;
  margin-top: 14px;
}

	
}






@media only screen and (max-width: 360px) {

.navbar-brand span{ display: none;}





}

