
body {
    font-family: 'Montserrat', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
}

a {
    color: #013975;
}

a:hover {
    color: #5076a0;
    text-decoration: none;
}

img {
    width: 100%;
}

.menu-section {
    width: 100%;
    background: #fff;
    padding: 20px 0;
}

.logo {
    text-align: left;
}

.header-section {
    display: flex;
    position: relative;
	border-bottom:2px solid #ccc;
	padding-bottom:10px;
}

.award-image {    
    position: absolute;
    right: 0;
}

.carousel-item {
    position: relative;
}

.banner-content {
    background: #013975;
    padding: 10px;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.banner-content h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
}



/*.carousel-item img {
    height: 350px;
}*/

.home-about-section {
    padding: 50px 0;
}

.home-about-content {    
	background: #013975;
	padding: 30px;
}

.home-about-content h3, .home-about-content p, .home-about-content a, .home-about-content h1 {
    color: #fff;
}

.home-about-content h1 {text-shadow: 2px 2px 5px black;}

.home-about-content h3 {
    margin-bottom: 20px;
}

.home-about-content p {
    font-weight: 500;
}

.home-about-content a {
    font-weight: 800;
    border-bottom: 1px dotted #fff;
}

.home-about-content a:hover {
    text-decoration: none;
}

.sectin-1-title h5 {
    margin-bottom: 0px;
    color: #67707f;
    font-size: 1.35rem;
}

.sectin-1-title {
    border-bottom: 2px solid #67707f;
    margin-bottom: 20px;
}

.btn-no-bg {
    display: block;
    color: #2175a2;
    border: 2px solid #2175a2;
    font-size: .9rem;
    font-weight: 600;
    background-color: #fff;
    text-align: center;
    outline: none!important;
    padding: .6rem 1.2rem;
    line-height: normal;
    border-radius: 2px;
    transition: all .3s;
    margin: 1rem 0;
}

.btn-no-bg:hover {
    color: #fff;
    background-color: #2175a2;
}

.clr-blue {
    color: #67707f;
}

.clr-gray {
    color: #67707f;
}

.btn-bb-nbg {
    border-bottom: 1px dotted #67707f;
    color: #67707f;
}

.btn-bb-nbg:hover {
    text-decoration: none;
}

.video-section {
    margin-top: 20px;
    margin-bottom: 20px;
}

.video-section iframe {
    width: 100%;
    height: 315px;
}

.p-t-30 {
    padding-top: 30px;
}

.sectin-1-title h3 {
    margin-bottom: 0;
}

.box-section {
    margin: 20px 0;
}

.box-section .box-1 {
    background: rgb(202 205 206 / 0.73);
    padding: 15px 50px;    
    background-image: linear-gradient(to left, transparent, transparent 50%, #cacdce 50%, #cacdce);
    background-position: 100% 0;
    background-size: 200% 100%;
    transition: all 0.25s ease-in;
    cursor: pointer;    
    height:100%;    
}
.box-section .box-1:hover {
    background-position: 0 0;
}

.box-section .box-1 p {
    margin-bottom: 0;
    font-size: 20px;   
}
.box-section .box-1 h4 {text-align:center; font-size:16px}
.box-1 p.font-small {font-size:16px;}

.box-section .box-2 {
    background: rgb(75 155 200 / 0.73);
    padding: 40px 50px;
    text-align: center;
    background-image: linear-gradient(to left, transparent, transparent 50%, #64a1c3 50%, #64a1c3);
    background-position: 100% 0;
    background-size: 200% 100%;
    transition: all 0.25s ease-in;
    cursor: pointer;
    margin-bottom: 20px;
}

.box-section .box-2:hover {
    background-position: 0 0;
}

.box-section .box-2 p {
    margin-bottom: 0;
    font-size: 20px;
    color: #fff;
}

.box-section .box-3 {
    background: rgb(33 117 162 / 0.73);
    padding: 40px 50px;
    text-align: center;
    background-image: linear-gradient(to left, transparent, transparent 50%, #2175a2 50%, #2175a2);
    background-position: 100% 0;
    background-size: 200% 100%;
    transition: all 0.25s ease-in;
    cursor: pointer;
    margin-bottom: 20px;
    height:100%;    
}

.box-section .box-3:hover {
    background-position: 0 0;
}

.box-section .box-3 p {
    margin-bottom: 0;
    font-size: 18px;
    color: #fff;
}
.box-section .box-3 h4, .box-section .box-2 h4 {    
    font-size: 24px;
    font-weight:600;
    color: #fff;
}
.home-section-1 {
    margin-bottom: 30px;
}

.more-section {
    padding-top: 40px;
}

footer {
    padding: 40px 0 20px;
    background: #013975;
}

footer h1 {
    color: #fff;
    /*text-align: center;*/
}

.footer-section-1 {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-section-1 li {
    font-size: 13px;
    padding-bottom: 8px;
    /*padding-left: 15px;*/
    margin: 10px 0 0 0;
    border-bottom: 1px solid #fff;
    transition: all 0.5s;
}

.footer-section-1 li a {
    color: #fff;
    transition: all 0.5s;
}

.footer-section-1 li a:hover {
    color: #fff;
    text-decoration: none;
}

.footer-section-1 li a svg {
    display: none;
    transition: all 0.5s;
}

.footer-section-1 li a:hover svg {
    display: block;
    float: left;
    margin-right: 5px;
    position: relative;
    top: 3px;
}

.footer-description {
    padding: 25px 0;
}

.footer-description p {
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
}

.footer-social-media ul {
    list-style: none;
    display: flex;
    padding: 0;
}

.footer-social-media ul li {
    padding: 0 20px;
}

.footer-social-media ul li svg {
    color: #fff;
    font-size: 25px;
}

.footer-social-media {
    margin-bottom: 20px;
}

.footer-title {
    border-bottom: 2px solid #fff;
    margin-bottom: 20px;
}

.footer-title h3 {
    margin-bottom: 10px;
    color: #fff;
    font-size: 19px;
}

.footer-sub {
    margin-bottom: 15px;
}
.footer-sub p {
    font-size: 14px;
color: #fff;}

.footer-sub h5 a {
    font-size: 15px;
    color: #fff;
    font-weight: 800;
}

.footer-sub ul {
    list-style: none;
    padding: 0;
}

.footer-sub ul li {
    padding: 0;
    padding: 4px 0;
}

.footer-sub ul li a {
    color: #fff;
    font-size: 13px;
}

.footer-sub ul li a:hover {
    text-decoration: none;
}

.mobile-menu {
    display: none;
}

.copyrights {
    text-align: center;
    border-top: 2px solid #fff;
    padding-top: 20px;
}

.copyrights p {
    color: #fff;
    margin-bottom: 0;
    font-size: 12px;
}

.sub-banner-content {
    text-align: center;
	background: url(../img/bg-steel.jpg);
	padding:30px;
}

.sub-banner-content img {
   width:30%;
   float:left;
}

.sub-banner-content p {
    font-size: 15px;
    color: #fff;
}

.vision-mission-content {
    padding: 10px;
    background: #fff;
    border: 1px solid #e3e3e3;
    box-shadow: 0 0 7px 2px #e3e3e3;
    margin-bottom: 20px;
}

.vision-mission-content h4 {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
}

.vision-mission-content p {
    font-size: 16px;
    text-align: justify;
}


@media (min-width: 1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {max-width: 1300px;}
}
.blue-container {background: #013975; padding: 20px; color:#fff; text-align:center;}
.blue-container h2 {font-size:25px;}

/* Menu CSS Start */
.menu-area{background: #d61a5e}
.dropdown-menu{padding:0;margin:0;border:0 solid transition!important;border:0 solid rgba(0,0,0,.15);border-radius:0;-webkit-box-shadow:none!important;box-shadow:none!important}
.mainmenu a, .navbar-default .navbar-nav > li > a, .mainmenu ul li a , .navbar-expand-lg .navbar-nav .nav-link{color:#013975;font-size:16px;text-transform:capitalize;padding:16px 60px;display: block !important;}
nav ul li a.active {background-color:#013975; color:#fff;}
.mainmenu ul ul li a {padding:16px 0 16px 18px;}
.mainmenu ul ul li a img {width:auto !important;}

.mainmenu .active a,.mainmenu .active a:focus,.mainmenu .active a:hover,.mainmenu li a:hover,.mainmenu li a:focus ,.navbar-default .navbar-nav>.show>a, .navbar-default .navbar-nav>.show>a:focus, .navbar-default .navbar-nav>.show>a:hover{color: #fff;background: #013975;outline: 0;}
/*==========Sub Menu=v==========*/
.mainmenu .collapse ul > li:hover > a{background: #94c3f5;}
.mainmenu .collapse ul ul > li:hover > a, .navbar-default .navbar-nav .show .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .show .dropdown-menu > li > a:hover{background: #013975;}
.mainmenu .collapse ul ul ul > li:hover > a{background: #013975;}

.mainmenu .collapse ul ul, .mainmenu .collapse ul ul.dropdown-menu{background:#e5ebed;}
.mainmenu .collapse ul ul ul, .mainmenu .collapse ul ul ul.dropdown-menu{background:#1E88E5}
.mainmenu .collapse ul ul ul ul, .mainmenu .collapse ul ul ul ul.dropdown-menu{background:#64B5F6}

/******************************Drop-down menu work on hover**********************************/
.mainmenu{background: none;border: 0 solid;margin: 0;padding: 0;min-height:20px;width: 100%;margin-top:15px;}
@media only screen and (min-width: 767px) {
.mainmenu .collapse ul li:hover> ul{display:block}
.mainmenu .collapse ul ul{position:absolute;top:100%;left:0;min-width:250px;display:none}
/*******/
.mainmenu .collapse ul ul li{position:relative}
.mainmenu .collapse ul ul li:hover> ul{display:block}
.mainmenu .collapse ul ul ul{position:absolute;top:0;left:100%;min-width:250px;display:none}
/*******/
.mainmenu .collapse ul ul ul li{position:relative}
.mainmenu .collapse ul ul ul li:hover ul{display:block}
.mainmenu .collapse ul ul ul ul{position:absolute;top:0;left:-100%;min-width:250px;display:none;z-index:1}

}
@media only screen and (max-width: 767px) {
.navbar-nav .show .dropdown-menu .dropdown-menu > li > a{padding:16px 15px 16px 35px}
.navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu > li > a{padding:16px 15px 16px 45px}
.award-image {width:30%;}
.sub-banner-content img {width:100%;float:none;}
.mainmenu ul li a,.mainmenu ul ul li a {padding:16px 0 16px 10px;}
}

/* Timeline CSS */
@media (min-width: 1000px) {
  #timeline .demo-card:nth-child(odd) .head::after, #timeline .demo-card:nth-child(even) .head::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }

  #timeline .demo-card:nth-child(odd) .head::before, #timeline .demo-card:nth-child(even) .head::before {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    background-color: #bdbdbd;
    border-radius: 9px;
    box-shadow: 0px 0px 2px 8px #f7f7f7;
  }
}
/* Some Cool Stuff */
.demo-card:nth-child(1) {
  order: 1;
}

.demo-card:nth-child(2) {
  order: 9;
}

.demo-card:nth-child(3) {
  order: 2;
}

.demo-card:nth-child(4) {
  order: 10;
}

.demo-card:nth-child(5) {
  order: 3;
}

.demo-card:nth-child(6) {
  order: 11;
}
.demo-card:nth-child(7) {
  order: 4;
}
.demo-card:nth-child(8) {
  order: 12;
}
.demo-card:nth-child(9) {
  order: 5;
}
.demo-card:nth-child(10) {
  order: 13;
}
.demo-card:nth-child(11) {
  order: 6;
}
.demo-card:nth-child(12) {
  order: 14;
}
.demo-card:nth-child(13) {
  order: 7;
}
.demo-card:nth-child(14) {
  order: 15;
}
.demo-card:nth-child(15) {
  order: 8;
}
.demo-card:nth-child(16) {
  order: 16;
}
/* Border Box */
* {
  box-sizing: border-box;
}

/* Fonts */

#timeline {
  padding: 50px 0;
  background: #f7f7f7;
  border-top: 1px solid rgba(191, 191, 191, 0.4);
  border-bottom: 1px solid rgba(191, 191, 191, 0.4);
}
#timeline h1 {
  text-align: center;
  font-size: 3rem;
  font-weight: 200;
  margin-bottom: 20px;
}
#timeline p.leader {
  text-align: center;
  max-width: 90%;
  margin: auto;
  margin-bottom: 45px;
}
#timeline .demo-card-wrapper {
  position: relative;
  margin: auto;
}
@media (min-width: 1000px) {
  #timeline .demo-card-wrapper {
    display: flex;
    flex-flow: column wrap;
    width: 1170px;
    height: 3225px;
    margin: 0 auto;
  }
}
#timeline .demo-card-wrapper::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 1px solid rgba(191, 191, 191, 0.4);
}
@media (min-width: 1000px) {
  #timeline .demo-card-wrapper::after {
    border-left: 1px solid #bdbdbd;
  }
}
#timeline .demo-card {
  position: relative;
  display: block;
  margin: 10px auto 80px;
  max-width: 94%;
  z-index: 2;
}
@media (min-width: 480px) {
  #timeline .demo-card {
    max-width: 75%;
    box-shadow: 0px 1px 22px 4px rgba(0, 0, 0, 0.07);
  }
}
@media (min-width: 720px) {
  #timeline .demo-card {
    max-width: 75%;
  }
}
@media (min-width: 1000px) {
  #timeline .demo-card {
    max-width: 450px;
    /*height: 290px;*/
    margin: 90px;
    margin-top: 45px;
    margin-bottom: 45px;
  }
  #timeline .demo-card:nth-child(odd) {
    margin-right: 45px;
  }
  #timeline .demo-card:nth-child(odd) .head::after {
    border-left-width: 15px;
    border-left-style: solid;
    left: 100%;
  }
  #timeline .demo-card:nth-child(odd) .head::before {
    left: 491.5px;
  }
  #timeline .demo-card:nth-child(even) {
    margin-left: 45px;
  }
  #timeline .demo-card:nth-child(even) .head::after {
    border-right-width: 15px;
    border-right-style: solid;
    right: 100%;
  }
  #timeline .demo-card:nth-child(even) .head::before {
    right: 489.5px;
  }
  #timeline .demo-card:nth-child(2),#timeline .demo-card:nth-child(4),#timeline .demo-card:nth-child(6),#timeline .demo-card:nth-child(8),#timeline .demo-card:nth-child(13) {
    margin-top: 150px;
  }
}
#timeline .demo-card .head {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 400;
}
#timeline .demo-card .head .number-box {
  display: inline;
  float: left;
  margin: 15px;
  padding: 10px;
  font-size: 35px;
  line-height: 35px;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.17);
}
#timeline .demo-card .head h2 {
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: inherit;
  letter-spacing: 2px;
  margin: 0;
  padding-bottom: 6px;
  line-height: 1rem;
}
@media (min-width: 480px) {
  #timeline .demo-card .head h2 {    
    line-height: 1.2rem;
  }
}
#timeline .demo-card .head h2 span {
  display: block;
  font-size: 0.6rem;
  margin: 0;
}
@media (min-width: 480px) {
  #timeline .demo-card .head h2 span {
    font-size: 0.8rem;
  }
}
#timeline .demo-card .body {
  background: #fff;
  border: 1px solid rgba(191, 191, 191, 0.4);
  border-top: 0;
  padding: 15px;
}
@media (min-width: 1000px) {
  #timeline .demo-card .body {
    /*height: 315px;*/
  }
}
#timeline .demo-card .body p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px;
}
#timeline .demo-card .body li {
  padding-bottom: 10px;
}
#timeline .demo-card .body img {
  display: block;
  width: 100%;
}
#timeline .demo-card--step1 {
  background-color: #46b8e9;
}
#timeline .demo-card--step1 .head::after {
  border-color: #46b8e9;
}
#timeline .demo-card--step2 {
  background-color: #33d5be;
}
#timeline .demo-card--step2 .head::after {
  border-color: #33d5be;
}
#timeline .demo-card--step3 {
  background-color: #be4cd6;
}
#timeline .demo-card--step3 .head::after {
  border-color: #be4cd6;
}
#timeline .demo-card--step4 {
  background-color: #4d92eb;
}
#timeline .demo-card--step4 .head::after {
  border-color: #4d92eb;
}
#timeline .demo-card--step5 {
  background-color: #46b8e9;
}
#timeline .demo-card--step5 .head::after {
  border-color: #46b8e9;
}

.dropdown:hover ul.dropdown-menu {
    display: block;
    width: 100%;
}
a.pdf-down {display: block;background: antiquewhite; width: max-content; padding: 12px; font-weight:bold;}
    
.w-auto {width: auto !important}
.blue-border img {border:1px solid #013975}
.footer-description hr {background-color: #fff}
.cursor-pointer {cursor: pointer}
p {line-height:1.8}
.row .col-md-3, .row .col-md-4, .row .col-md-6, .row .col-md-8, .row .col-lg-4,.row .col-lg-3 {display: flex; flex-direction: column;margin-bottom:20px;}
