@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200&display=swap');
body {
  overflow-x: hidden;
  /* background-color: rgb(10, 10, 10); */
  
}


  .one{
    background-image: url("./images/Untitled.jpeg");

  }
  .two{
    background-image: url("./images/first.jpg");

  }
  .three{
    background-image: url("./images/scndd.png");

  }
    .fourbox{
    background-image: url("./images/3.jpg");
     /* background-size: 100% 100%;
     margin:0 auto; */
    
  }
    .fontstyle{
     font-family: Calibri !important;
     
 }
 body{
  background-color: #104A5A;
 }

  html {
    font-family: sans-serif;
    box-sizing: border-box;
  }
  
  *, *:before, *:after {
    box-sizing: inherit;
  }
  .social-icons a {
    padding: 0 10px;
    color: #333;
    transition: all 0.2s ease-in-out;
  }
  
  .social-icons a:hover {
    color: #0077B5;
  }
  
  .social-icons i {
    font-size: 40px;
    
  }
  /* navbar start  */

/* Nav baar */

#navbar {
    display: flex;
    align-items: center;
    border-bottom: 4px;
        background-color: #104A5A;

   
  }
  @media screen and (min-width: 992px ) {
  #navbar{
    position: fixed;
    top: 109px;
    width: 100%;
    z-index: 9999999;
  }
}
  @media screen and (min-width: 992px ) {
  .header{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
  }
}

  @media screen and (min-width: 768px ) {
    .mart2{
    margin-top: -30px;
    background-color: #333;
  }
}
  
  @media screen and (min-width: 992px ) {
  .mart{
    margin-top: 170px;
  }
}
.bg-image {
  background-image: url('./images/Picture2.jpg');
  background-size: cover;
  background-repeat:no-repeat;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content{
    padding: 0;
  width: 50vw;
  background-color: rgba(0, 0, 0, 0.6); /* sets the background color and opacity */
  color: rgba(255, 255, 255, 1); /* sets the text color and opacity */
}
.content p{
  padding: 15px 20px;
}
.thirteen h1 {
  position:relative; color: white; font-size:26px; font-weight:700;  letter-spacing:0px; text-transform:uppercase; width:250px; text-align:center; margin:auto; white-space:nowrap; border:2px solid #FFF;padding:5px 11px 3px 11px;
}
.thirteen h1:before, .thirteen h1:after {
    background-color: #c50000;
    position:absolute; 
    content: '';
    height: 7px;

    width: 7px; border-radius:50%;
    bottom: 12px;
}
.thirteen h1:before {
   left:-20px;
}
.thirteen h1:after {
   right:-20px;
}
.jobs{
    background-color: white;
}
.jobdata{
    font-size: 16px!important;
    color: #154c79;
    font-weight: 500;
    font-family: Helvetica;
    text-align:left !important;
    padding: 0% 0% 0% 5%;
}
.bg-color-jobs{

    background-size: cover;
  background-repeat:no-repeat;
  height: 100vh;
  display: list-item;
  justify-content: center;
  align-items: center;
}
  
  /* Nav baar :LOGO AND IMAGE */
  
  #logo {
    height: 56px;
    margin: 0px 6px;
  }
  
  #navbar ul {
    display: flex;
  }
  
  /* #navbar::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 23%;
    width: 250%;
    z-index: -1;
    opacity: 10.5;
  } */
  
  #navbar ul li {
    list-style-type: none;
  }
  
  #navbar ul li a {
    font-size: 18px;
    color: white;
    font-weight: 700;
    display: block;
    padding: 10px 22px;
    border-radius: 20px;
    text-decoration: none;
    /* color: rgb(31, 143, 56); */
    font-family: 'Poppins', sans-serif;
  }
  #navbar ul li a:hover {
    /* color: rgb(27, 199, 53); */
    background-color: #21130d;
  }
  
  .bg-style {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .contact-button {
    border-radius: 30px;
    display: inline-block;
    text-decoration: none;
    color: white !important;
    border: 2px solid white;
    padding: 9px 21px;
    font-size: 16px;
    font-weight: bold;
    background: #104A5A;
    position: relative;
    cursor: pointer;
    justify-content: center;
    align-items: center;
  }
 .contact-button:hover{
    opacity: 0.9;
    background: #21130d;
  }
 .contact-buttoni {
    border-radius: 30px;
    display: inline-block;
    text-decoration: none;
    color: gray !important;
    border: 2px solid white;
    padding: 9px 21px;
    font-size: 16px;
    font-weight: 600;
    /* background: #104A5A; */
    position: relative;
    cursor: pointer;
    justify-content: center;
    align-items: center;
  }
  .contact-buttoni:hover{
    opacity: 0.9;
    /* background: #104A5A; */
  }
  .hid{
    display: none;
  }
  @media screen and (max-width: 991px) {
    .hid{
      display: block;
    }
  }
  @media screen and (max-width: 991px) {
    .contact-buttoni{
      display: none;
    }
  }
  @media screen and (max-width: 1030px ) and (min-width:994px) {
    #navbar ul li a {
      font-size: 14px;
   
    font-weight: 600;
      display: block;
      padding: 10px 22px;
      border-radius: 20px;
      text-decoration: none;
      /* color: rgb(31, 143, 56); */
      font-family: 'Poppins', sans-serif;
    }
  }
  @media screen and (max-width: 994px ) and (min-width:992px) {
    #navbar ul li a {
      font-size: 13px;
   
    font-weight: 600;
      display: block;
      padding: 10px 22px;
      border-radius: 20px;
      text-decoration: none;
      /* color: rgb(31, 143, 56); */
      font-family: 'Poppins', sans-serif;
    }
  }
  .buton {
    border-radius: 7px;
    display: inline-block;
    text-decoration: none;
    color: white;
    border: 2px solid white;
    padding: 10px 34px;
   
    font-size: 13px;
    font-weight: bold;
    background:#104A5A;
    position: relative;
    cursor: pointer;
    justify-content: center;
    align-items: center;
  }
  
  .buton:hover {
    border: 2px solid white;
    color: white;
    background: #104A5A;
    transition: 0.5s;
  }

 
  /* footer */

*{
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}




.card-title-one::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: black;
  margin-bottom: 5px;
}

.card-title-one::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: black;
  margin-top: 5px;
}


footer{
  color: #fff;
  /* background-image: linear-gradient(90deg, 	rgb(52,58,64)0%, rgba(93,97,102) 100%); */
 background-image: url(./images/pre.jpg);
  position: relative;
  width: 100%;
  height: 100%;
 opacity: 0.9;
 background-size: cover;
  font-size: 0.8rem;
}



@media (max-width:960px) {
  footer{
    width: 100%;
  
  }
  footer1{
    width: 100%;
  
  }
  .main{
  
 display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr 1fr;
}
  
  .logo{
    grid-column: 1/3;
  }
  
  .office{
    grid-column: 3/5;
  }
  .link{
    grid-column: 1/3;
  }
  
  
}





@media (max-width:660px){
  .main{
    gap:20px;
    margin: 0;

  }
  
  .icons{
    display: flex;
  }
  
 
  
  .row{
    grid-column: 1/4;
  }
}







.manik{
  width: 120px;
}
.main{
  padding-top: 20px;
  padding-bottom: 10px;
  display: grid;
  grid-template-columns: repeat(4, 1fr );
}
.row{
 margin-top: 50px;
}
.footer-header{
  font-size: 1.5rem;
  font-family: times;
}

.office-des{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.office a{
  text-decoration: none;
  color: #fff;
  
}
.office a:hover{
  color: #98A8F8;
}
.num{
  font-size: 1rem;
  font-weight: 500;
}

.link-des{
  display: flex;
  flex-direction: column;
  gap:10px;
}
.link-des a{
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
}

.link-des a:hover{
  color: wheat;
  transition: linear 0.3s;
}

.btn-know{
  text-decoration: none;
  background-color: #fff;
  padding: 10px;
  position: relative;
  top: 30px;
  background-color: transparent;
  border: 1px solid #98A8F8;
  color: #98A8F8;
  text-transform: uppercase;
  border-radius:10px;
  
}


.btn-know:hover{
  color: white; 
  background-color: #98A8F8;
  transition: linear 0.3s;
}
.subcribe{
  display: flex;
}
input[type=mail]{
  border: none;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  font-size: 0.8rem;
}
.sub-icon{
  margin: 7px;
  margin-right: 15px;
  margin-left: 0;
  font-size: 1.5rem;
}
.ri-arrow-right-line{
  margin-left: 0;
  
}

.icons a{
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  justify-content: center;
  padding: 10px;
  border-radius: 50%;
  align-items: center;
  font-size: 1.1rem;
  margin: 2%;
}


.social-icon{
  position: relative;
  top:2px;
}
.icons a:hover{
  color: #fff;
  background-color: #1051b3;
  border-color: wheat;;
}

.newsletter-des{
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.footer-sec h2{
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
}
.footer-sec1 h2{
    font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
}
.flip-card {
  background-color: transparent;
  width: 17%;
  height:280px;
  perspective: 1000px;
  margin:2%;
  display:inline-block;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}.flip-card-back {
    border-radius:10%;width:220px;height:100%;
}
.boximg{
    width:220px;height:100%; border-radius: 10%;
}
.flip-card-front {
  background-color: transparent;
  color: black;
}

.flip-card-back {
  background-color: #255040;
  color: white;
  transform: rotateY(180deg);

}
.boxtitle{
    margin-top: 7%; font-size: 20px;font-weight:bold; text-align:center;
    
}
hr.hrline{
    
    width:40%;
    text-align: center;
    margin:0 auto;
   height:3px !important;
   background-color:white;

}
.boxdes{
    padding: 5%; margin-top: 5%; font-size:14px;
    color:white;
  
}

.header-top {
    background: #dfdbd8 !important;
   
    width: 100%;
    height: 100px;
    display: block;
    color: white;
    padding: 5px 0px 5px 0px;

}
.header-top .header-info {
    position: relative;
    margin-top: 13px;
    margin-right: -10px;
}
.header-top .header-info li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #585858;
    margin-right: 30px;
}
.flaticon-envelope:before {
    content: "\f13b";
    color: white;
}
.a{
    color:black;
}
.header-top a{text-decoration:none !important;}
ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.header-top .header-info li i {
    position: relative;
    font-size: 20px;
    margin-right: 10px;
    top: 3px;
}
.header-info li a{
    color: black;
}
.header-top .header-nav li {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #585858;
    margin-right: 15px;
    margin-top:5px;
}
.header-top .header-nav li img {
    width: 25px;
}
.footer-social li img {
    width: 30px;
}
.header-top .header-nav li a {
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
}
a {
    text-decoration: none;
}.bigcontainer {
    padding: 0 5%;
}
.mapicon {
    width: 15px;
    margin-right: 10px;
}
.header-top img{
    vertical-align: middle !important;
    border-style: none !important;
    color: black;

}
.header-top .header-info li a:hover, .main-header.style-two .header-top .header-nav li a:hover {
        color: #fd571c;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
    margin-top: 13px;
}
ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
footer{
  color: #fff;
  /* background-image: linear-gradient(90deg, 	rgb(52,58,64)0%, rgba(93,97,102) 100%); */
 background-image: url(./images/pre.jpg);
  position: relative;
  width: 100%;
  height: 100%;
 opacity: 0.9;
 background-size: cover;
  font-size: 0.8rem;
}
footer1{
  color: #fff;
  position: relative;
  width: 100%;
  height: 100%;
 opacity: 0.9;
 background-size: cover;
  font-size: 0.8rem;
}
  .back{
    background-image: url(./images/Untitled.jpeg);
    width: 101%;
    background-size: cover;
  }
  .job-card {
    margin-bottom: 1%;
  background: #dce8e4;
  padding: 25px;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }
  .job-card__content {
    display: flex;
    align-items: center;
    margin-bottom: 25px; }
    .job-card__content .job-card_img {
      margin-right: 25px; }
      .job-card__content .job-card_img img {
        height: 100px;
        width: 100px;
        object-fit: contain;
        border-radius: 8px; }
    .job-card__content .job-card_info {
      flex: 1;
      display: block;}
      .job-card__content .job-card_info .text-muted a {
        color: #777; }
  .job-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between; }
   

.job-label {
  display: inline-block;
  padding: 6px 12px;
  background: #f5f5f5;
  border-radius: 5px;
  margin-right: 2px; }