@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
body{
    font-family: 'Montserrat', sans-serif;
}
.mmfont{
    font-family: "Padauk-Regular";
}
/*------------- go to top strat---------------*/
.scrollToTop {
    text-decoration: none;
    cursor: pointer;
    
    background: #0bb3f2;

    position: fixed;
    bottom: 50px;
    right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 25px;
    display: none;
    z-index: 999;
  }
  
  .scrollToTop .fa-angle-up {
    color: #fff;
    font-size: 22px;
    padding-left: 12px;
    padding-top: 7px;
}
  /* navbar */
  .navbar{
      background-color: transparent !important;
      z-index: 999;
      padding: 0;
  }
  .nav-item.active::after {
    content: "";
    width: 50px;
    left: 0;
    right: 0;
    margin: auto;
    background: #f00;
    height: 2px;
    bottom: -2px;
    position: absolute;
  }
  .nav-item.active {
    position: relative;
  }
  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #000;
}
.navbar-light .navbar-nav .nav-link {
  color: #000;
  font-size: 15px;
  text-transform: uppercase;
  padding: 39px 30px;
  text-transform: capitalize;
  font-size: 19px;
  font-weight: normal;
}
.navbar-nav{
    border-radius: 6px;
    padding-top: 0px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #000;
    border-radius: 5px;
    position: relative;
}

.nav .no-hover a:hover {
    background-color: transparent;
}
.no-hover a {
    cursor: default;
}
.footer{
	background-color: #202628;
}
.nav.navbar-nav.footer-nav li > a:hover {
    background-color: transparent;
}
.nav.navbar-nav.footer-nav li > a {
	color: #fff;
	font-size: 13px;
	padding-right: 15px;
	font-weight: bold;
	padding-left: 0px;
}

.copyright p {
  color: #84a7ca !important;
  font-size: 14px;
  margin: 0;
}
.copyright{
    padding-top: 9px;
    padding-bottom: 9px;
}
.copyright a,.copyright a:hover{
    color:#fff;
    text-decoration: none;
}
.footer .navbar-nav{
    flex-direction: row !important;
    align-items: center;
    /* margin-left: auto; */
    /* margin-right: auto; */
    /* max-width: 455px; */
    justify-content: center;
}
.footer .ddflex {    
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.social-list li {
    display: inline;
    padding-left: 37px;
}
.social-icon {
    text-align: center;
    margin-top: 20px;
}

.vendor {
  position: relative;
  background-size: cover;
  min-height: 450px;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 20px;
  display: flex;
}
.service-vendor.vendor{
  background: url(../img/service-banner.jpg) no-repeat center;
}
.about-vendor.vendor{
  background: url(../img/about-banner.jpg) no-repeat center;
}
.contact-us-vendor.vendor{
  background: url(../img/contact-us-banner.jpg) no-repeat center;
  background:url(../img/c-banner.jpg) no-repeat center;
  background-size: cover;
}
.certificate-vendor.vendor{
  background: url(../img/about-banner.jpg) no-repeat center;
}
.container.ccaption .row {
  align-items: center;
}

.vendor .ccaption {
  color: #004481;
}
.container.ccaption h2 {
  font-size: 25px;
  margin: 0;
}
.container.ccaption p {
  margin: 0;
  padding: 0;
  color: inherit;
  font-weight: bold;
  margin: 0;
    margin-left: 0px;
  padding: 0;
  max-width: 185px;
  margin-left: auto;
  
  border-radius: 10px;
  padding: 10px;
  font-size: 16px;
  text-align: center;
}
.ccaption .col-md-12 {
  text-align: right !important;
  font-size: 22px;
}
.ccaption a {
  color: #fe0202;
}
@media(max-width:767px){
  .container.ccaption p {
    font-size: 14px;
    padding: 5px;
  }
  .header-logo-flex{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header-logo{
    max-width: 250px;
    border-radius: 20px;
  }
}
.pd50{
    padding-top:50px;
    padding-bottom:50px;
}
.mb30{
    margin-bottom: 30px;
}
body p, body ul {
    color: #565656;
  }
  .smalltitle {
    color: #ffd400;
    font-size: 28px;
    letter-spacing: 4px;
    font-weight: 500;
    text-transform: capitalize !important;
  }
  .pd50{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .about-us img{
    border-radius: 20px;
  }
  .fa-circle-check {
    color: #ffd400;
    margin-right: 10px;
  }
  ul {
    list-style: none;
    /* margin-left: -40px; */
    line-height: 2;
  }
  .yellow{
    
    color: #f00;
  }
  .navbar-nav {
    background-image: linear-gradient(#004481, #1c83e0);
    width: 100%;
    border-radius: 6px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .menu-bg .navbar-nav{
    justify-content: flex-end;
    padding: 0;
  }
  .ellipse{
    height: 41px;
    width: 67px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;margin-right: 10px;
}
.fa-regular, .far {
  font-weight: 400;
}
.footer {
    background-color: #2a3b97;
}
.footer .dd{
    display: flex;
}
.footer .dd .w90{
    width:85%;
    text-align: left;
}
  .footer p {
    color: #fff;
  }
  .footer {
    background-color: #004481;
  }
  .footer {
    padding-top: 50px;
    color: #fff;
  }
  .logo {
    max-width: 211px;
  }
  .header-logo{
    max-width: 200px;
    border-radius: 20px;
    margin-left: 20px;
  }
.footer .dd{
    display: flex;
}
.footer .dd .w90{
    width:85%;
    text-align: left;
}
.box1 h3 {
  font-weight: bold;
  font-size: 21px;
  color: #fff;
}
.box1 p {
  color: #eee;
  margin-top: 20px;
}
.why-choose-us {
  background: #f8f8f8;
}
.navbar-toggler {
  padding: 5px 10px;
  border-radius: 4px;
}
.bgsec {
  background: rgba(255, 212, 0, 0.1);
  margin-bottom: 50px;
  border-radius: 18px;
  background:url(../img/bg.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
.why-choose-us p {
  text-align: justify;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #f00;
  position: relative;
}
.nav-pills .nav-link {
  border-radius: .25rem;
  border: 1px solid #f00;
  border-radius: 0px;
  margin-right: 10px;
  color: #f00;
}
.nav-pills .nav-link.active::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: #f00;
  bottom: -8px;
  transform: rotate(-45deg);
  left: 0;
  right: 0;
  margin: auto;
}
.pd30{
  padding-top: 30px;
  padding-bottom: 30px;
}
.pt-30{
  padding-top: 30px;
}
.scrollToTop {
  text-decoration: none;
  cursor: pointer;
  background: #f00;
  position: fixed;
  bottom: 50px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 25px;
  display: none;
  z-index: 999;
}
.scrollToTop .fa-angle-up {

  color: #fff;
  font-size: 22px;
  padding-left: 10px;
  padding-top: 9px;

}
.about-us .tab-pane {
  padding-top: 25px;
}
.navbar-nav {
  background-image: none;
  width: 100%;
  border-radius: 6px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.location{
  background: rgba(255, 212, 0, 0.1);
  max-width: 90%;
  margin: auto;
    margin-bottom: auto;
  margin-bottom: 50px;
}
.contact iframe {
  margin-bottom: -7px;
  min-height: 300px;
}
.form-control {
  display: block;
  width: 100%;
  padding: .675rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: unset;
  border-radius: 0;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  background: #f8f8f8;
}
.btn.btn-submit {
  background: #f00;
  color: #fff;
  border-radius: 0;
  margin-top: 15px;
  padding: 10px 30px;
  font-weight: bold;
}
.cbox:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.cbox {
  display: flex;
  border-bottom: 1px solid #eeebd8;
  padding-bottom: 20px;
}
.cbox .icon {
  width: 50px;
  font-size: 29px;
  margin-top: -5px;
  color: #f00;
}
.cbox .text {
  font-size: 18px;
}
.menu-bg {
  position: absolute;
  left: 0;
  right: 0;
  background: rgba(255,255,255, 0.8);
  z-index: 9;
  transition: 0.5s;
}
.ellipse i {
  font-size: 33px;
}
.home-ab .box1 p,.home-ab .box1 a {
  display: none;
  transition: 0.5s;
}
.home-ab .box1{
  position: relative;
  max-width: 372px;
  margin:auto;
}
.home-ab .box1 .des {
  position: absolute;
  color: #fff;
  padding: 15px;
  left: 15px;
  right: 15px;
  bottom: 0;
  z-index: 1;
  transition: 0.5s ease-in-out;
  min-height: 20%;
}
.home-ab .box1:after{
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 68, 129);
    opacity: 0.6;
    transition: 0.5s;
}
.home-ab .box1:hover:after{
  top: 0%;
}

.home-ab .box1 .des h3 {
  font-size: 25px;
}
.home-ab .box1:hover .des p,.home-ab .box1:hover .des a{
  display: block;
  color: #fff;
}
.home-ab .box1:hover .des {
  min-height: 35%;
  padding-bottom: 15%;
}
.home-ab .box1 a{
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
}
h1 {
  color: #004481;
  font-size: 38px;
  text-transform: uppercase;
}
.bgimg {
  background: url(../img/bg.jpg) no-repeat bottom center;
    background-attachment: scroll;
    background-size: auto;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 100px;
  background-size: cover;
  background-attachment: fixed;
}
.bgimg p {
  color: #fff;
}
.home-ab .bgimg h1 {
  color: #fff;
}
.bgimg img {
  border-top-right-radius: 25%;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}
.h-service img {
  background: #fff;
  padding: 10px;
  margin-top: -70px;
}
.certificate-page .text{
  padding: 0px 120px;
  margin-bottom: 50px;
}
.certificate-page .certificate h5{
  margin-bottom: 20px;
}
.certificate-page .certificate{
  margin-bottom: 20px;
}
.apply-section{
  background-color: #e6e9f8;

}
.apply-section  .apply-mail a{
  color: #495057;
}
.apply-section  .apply-mail{
  margin-bottom: 0px;
}
.apply-section h3{
  color: #004481;
  margin-bottom: 30px;
  font-weight: bold;
  text-transform: uppercase !important;
  font-family: 'Montserrat', sans-serif;
}
.apply-submit-btn{
  padding: 8px 25px ;
  background-color: #004481;
  color: white;
  border: none;
  outline: none;
}

@media(max-width: 1399px) and (min-width: 1200px){
  .header-logo{
    max-width: 180px;
    border-radius: 20px;
  }
  .navbar-light .navbar-nav .nav-link{
    padding: 39px 20px !important;
  }

}

@media(max-width: 1199px) and (min-width: 992px){
  .logo{
    max-width: 180px;
  }
  .header-logo{
    max-width: 170px;
    border-radius: 20px;
  }
  .navbar-light .navbar-nav .nav-link{
    padding: 39px 18px !important;
    font-size: 16px !important;
  }
}

@media (max-width:1200px){
  .footer .dd:nth-child(3) p {
    max-width: 100%;
    overflow-x: scroll;
  }
}
@media (max-width:767px){
  
  .carousel-item img {
    height: 300px;
    object-fit: cover;
  }
  .carousel-control-next, .carousel-control-prev {
    align-items: flex-end;
    padding-bottom: 15%;
  }
.text{
  max-width: 100%;
  overflow-x: scroll;
}
  .nav-pills .nav-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .container.ccaption div {
    text-align: center;
  }
  .vendor .ccaption {
    padding-bottom: 0px;
  }
  .vendor {
    min-height: 250px;
    align-items: flex-end;
    padding-bottom: 20px;
  }
  .smalltitle {
    font-size: 20px;
  }
  h1 {
    font-size: 25px;
  }
  .about-us img:first-child {
    margin-bottom: 30px;
  }
  .about-us div:first-child ul {
    margin-left: -20px;
  }
  #pills-tab{
    margin-left: 0px;
  }
  .location .p-5 {
    padding: 15px !important;
  }
  .cbox .text {
    font-size: 14px;
    width: 80%;
  }
  .footer .dd .w90 {
    width: 80%;
  }
  .home-ab .box1 .des {
    min-height: 35%;
    padding-bottom: 15%;
  }
  .home-ab .box1::after {
    top: 0%;
  }
  .home-ab .box1 .des p, .home-ab .box1 .des a {
    display: block;
    color: #fff;
  }
  .certificate-page .text {
    padding: 0px 0px;
    margin-bottom: 30px;
}
.certificate-page .certificate {
  margin-bottom: 20px;
}
.certificate-page .certificate  h5{
  margin-top: 30px;
}
.services-text h4 {
  font-size: 18px;
 }
 .apply-section h3 {
  font-size: 22px;
  margin-bottom: 20px;
 }
 .header-logo{
  max-width: 170px;
  border-radius: 20px;
  margin-left: 0px !important;
  }
.header-logo-flex{
  margin-top: 20px;
}
}
@media (max-width:575px){
  .bgsec {
    margin-bottom: 0;
    border-radius: 0;
  }
}
/* .menu-bg.fixed {
  position: fixed;
  background: rgba(255,255,255, 1);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
} */
.mm-navbar {
  background: #f3f3f3;
  border-color: rgba(0,0,0,.1);
  color: rgba(0,0,0,.3);
  background: #004481;
  border-color: var(--mm-color-border);
  color: #fff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  text-align: center;
  display: none;
  height: 44px;
  height: var(--mm-navbar-size);
  padding: 0 44px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
  font-weight: bold;
}
.mm-listitem_selected .mm-listitem__text {
  color: #004481 !important;
  border-left: 2px solid #f00;
}
.mb10{
  margin-bottom: 10px;
}
/* .services .gallery {
  margin-top: -120px;
}
.services .top {
  border: 10px solid #ffd403;
  padding-bottom: 150px;
} */
.mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited {
  color: inherit;
  text-decoration: none;
  text-transform: capitalize;
}
.mission .find-out{
  color: #f00;
  font-weight: bold;
}
.footer p a{
  color: white;

}
.footer p a:hover{
  color: #eee;
  text-decoration: none;
}
.map .location p a{
  color: #565656;
}
.services-text h4{
  margin-top: 10px;
}
.services-text p{
  text-align: justify;
  margin-bottom: 20px;
}
.services-text{
  margin-top: 30px;
}
.row.services-text .word-file{
  background-color: #f0f0f0;
  padding: 15px ;
  border-radius: 5px;
  margin-bottom: 20px;
}
.row.services-text a{
  text-decoration: none;
}
.row.services-text .col-lg-3.hidden-xs{
  padding-left: 0px;
}
.row.services-text .word-file h6{
  font-size: 16px;
  color: #004481;
}
.apply-mail{
  display: flex;
  justify-content: center;
}
.apply-section .apply-mail .mail{
  padding-left: 10px;
    text-align: left;
}
@import url(//netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);a:link{text-decoration:none}
.vn-red a{
  background-color:#f00;
  display:inline-block;
  position:relative;
  margin:20px 5px;
  padding:10px 20px 10px 60px;
  color:#fff;
  transition:all 0.4s ease;
  border-radius:3px
}
.vn-red a:before{
  content:"\f019";
  font-family:fontAwesome;
  position:absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size:20px;
  border-radius:0 20px 0 0;
  color:#000;
  background-color:#fff;
  opacity:0.3;
  padding: 7px;
  top:0;
  left:0;
}
.vn-red a:hover{ 
  background:#7f8c8d
}
.vn-green a{
  background-color:#ffd400;
    display:inline-block;
    position:relative;
    margin:20px 5px;
    padding:10px 20px 10px 60px;
    color:#fff;
    transition:all 0.4s ease;
    border-radius:3px
  }
  .vn-green a:before{
    content:"\f019";
    font-family:fontAwesome;
    position:absolute;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size:20px;
    border-radius:0 20px 0 0;
    color:#000;
    background-color:#fff;
    opacity:0.3;    
    padding: 7px;

    top:0;
    left:0
  }
  .vn-green a:hover{
    background:#7f8c8d
  }
  .down-file{
    display:flex;
    justify-content: center;
  }
  .hidden-md{
    display: none;
  }
@media (min-width: 768px) and (max-width: 991px){
  .certificate-page .text {
    padding: 0px 60px;
  }
  .certificate-page .certificate h5 {
    margin-bottom: 10px;
    font-size: 16px;
}
h1 {
  font-size: 30px;
}
.services-text {
  margin-top: 20px;
}

.services-text h4 {
 font-size: 22px;
}
.apply-section h3 {
  font-size: 24px;
  margin-bottom: 20px;
 }
 .hidden-xs{
  display:none;
 }
 .hidden-md
 {
  display: block;
 }
 .header-logo{
  max-width: 180px;
  border-radius: 20px;
  }
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 0;
}
.cmw{
  max-width: 1600px;
}
nav .d-flex img {
  max-width: 50%;
}
@media(max-width:991px){
  .menu-bg {
    position: unset;
  }
  .hidden-xs{
    display: none;
   }
   .hidden-md
 {
  display: block;
  margin: auto;
 }
 .services-text {
  margin-top: 0px;
}
.down-file {
  display: block;
}
.apply-mail {
  display: block;
}
.apply-section .apply-mail .mail {
  padding-left: 0px;
  text-align: left;
}
}