/*banner start*/
.a_banner{
  background: var(--contentColor);
  overflow: hidden;
  position: relative;
  padding: 50px;
  margin-bottom: 0px;
  height: 550px;
}
.banner_text{
  display: inline-block;
  justify-content: center;
  position: relative;
  z-index: 90;
}
.a_banner h1{
/*  padding-top: 190px;*/
  font-size: 40px;
  font-weight: 900;
  color: var(--nameColor);
  z-index: 1;
  text-transform: uppercase;
  font-family: 'BodoniFLF-Bold';
}
.banner_text p{
  text-transform: uppercase;
  font-family: 'BodoniFLF-Bold';
  color: var(--whiteColor);
  font-size: 20px;
  font-weight: 700;
  z-index: 2;
  text-align: justify;

}
.banner_video{
  
}
.banner_video video{
  border: 0px solid #eeba2b;
  border-radius: 0px 0px 0px 0px;
  object-fit: fill;
  height: 450px;
}
.img-left-xy{
  position: absolute;
  bottom: -40px;
  z-index: 0;
  width: 300px;
}
.img-left-xyz{
  position: absolute;
  top: 0px;
  z-index: 0;
  right: 0px;
  width: 300px;
}
/*banner end */

.bg1 {
    position: absolute;
    top: 0;
    right: 0;
    height: 300px;
    width: 300px;
    background-color: #13678a;
    z-index: -1;
}

.u-clearfix:before,
.u-clearfix:after {
  content: " ";
  display: table;
}

.u-clearfix:after {
  clear: both;
}


.subtle {
  color: #aaa;
}

.card-container {
  margin: 25px auto 0;
  position: relative;
}

.card {
  background-color: #fff;
  padding: 30px;
  position: relative;
  box-shadow: 0 0 5px rgba(75, 75, 75, .07);
  z-index: 1;
  border: 1px solid #efefef;
  border-radius: 20px;
}

.card-body {
  display: inline-block;
  float: left;
}

.card-number {
  margin-top: 15px;
}

.card-circle {
  border: 1px solid #ededed;
  border-radius: 50%;
  display: inline-block;
  line-height: 22px;
  font-size: 12px;
  height: 25px;
  text-align: center;
  width: 25px;
}

.card-author {
  display: block;
  font-size: 12px;
  letter-spacing: .5px;
  margin: 15px 0 0;
  text-transform: uppercase;
}

.card-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin: 10px 0;
  text-align: justify;

}

.card-description {
  display: inline-block;
  font-weight: 300;
  line-height: 22px;
  margin: 10px 0;
}

.card-read {
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 6px;
  margin: 5px 0 20px;
  position: relative;
  text-align: right;
  text-transform: uppercase;
}

.card-read:after {
  background-color: #b8bddd;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 9px;
  width: 75%;
}

.card-tag {
  float: right;
  margin: 5px 0 0;
}

.card-media {
  float: right;
}

.card-shadow {
  background-color: #fff;
  box-shadow: 0 2px 25px 2px rgba(0, 0, 0, 1), 0 2px 50px 2px rgba(0, 0, 0, 1), 0 0 100px 3px rgba(0, 0, 0, .25);
  height: 1px;
  margin: -1px auto 0;
  width: 80%;
  z-index: -1;
}
/*ceo design end*/
/*card start*/
.title {
  background-color: #fff;
}
.title h1 {
  padding: 10px 0px;
  font-size: 35px;
  color: var(--contentColor);
  font-weight: 800;
  text-align: center;
}
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900');
:root{
  --bg: #011329;
}
.body-content h3{
/*  font-size: 29px;*/
  font-size: 24px;
  font-weight: 800;
  text-align: center;
}
.body-content p {
  padding-top: 15px;
  font-size: 18px;
  color: white;
  font-weight: 500;
  text-align: justify;

}
.body-content {
  background-color: #011329;
  padding: 0 20px;
  position: relative;
  border: 1px solid var(--bg);
  border-top: none;
  z-index: 1;
  line-height: 23px;
  color: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.body-content:before {
  content: '';
  position: absolute;
  top: -50px;
  left: -1px;
  width: 100%;
  height: 105px;
  background-color: #011329;
  border-left: 1px solid var(--bg);
  border-right: 1px solid var(--bg);
  transform: skewY(13deg);
  z-index: -1;
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.4);
}
.grid-container{
  transition: 0.33s;
}
.grid-container:hover{
  transform: scale(0.95);
}
.grid-col img{
  height: 250px;
}
.spad1{
  padding-bottom: 80px;
}
.spad2{
  padding-bottom: 80px;
}
.spad3{
  padding-bottom: 25px;
}
/*card end*/
/*vision start*/
.vision{
  padding: 50px 0px;
}
.vision_details{}
.vision_details h1{
  font-size: 30px;
  color: var(--contentColor);
  font-weight: 800;
  text-transform: uppercase;
/*  text-align: center;*/
}
.vision_details h3{
  font-size: 24px;
  color: var(--contentColor);
  font-weight: 500;
/*  text-align: center;*/
  border-bottom: 4px solid var(--contentColor);
}
.vision_details p{
  font-size: 20px;
  color: var(--contentColor);
  font-weight: 500;
  text-align: justify;

}
/*vision end*/
/*trust start*/
.trust{
    background-color: #f2f2f2;
}
.trust_p{
  font-size: 20px;
  color: var(--contentColor);
  font-weight: 500;
  text-align: center;
}
/*trust end*/
/*core start*/
.core{
  padding: 60px 0px;
  background-color: var(--contentColor);
}
.core h1{
  font-size: 40px;
  color: white;
  font-weight: 800;
  padding: 10px 0px;
}
.core_text{
  padding: 20px;
  background-color: white;
  border: 4px solid #eeba2b;
  border-radius: 30px;
  transition: 0.33s;
  margin-bottom: 15px;
}
.core_text:hover{
  transform: scale(0.95);
}
.core_text h2{
  font-size: 24px;
  color: var(--contentColor);
  font-weight: 800;
  text-align: center;
}
.core_text p{
  font-size: 20px;
  color: var(--contentColor);
  font-weight: 500;
  text-align: center;
}
/*core end*/
/*bubble start*/
.bubble{
  position: relative;
}
.bu_text h2{
  padding-left: 5px;
  border-left: 8px solid #cb9c22;
    font-size: 24px;
    color: var(--contentColor);
    font-weight: 900;
    text-transform: uppercase;
    /* text-align: center; */
}
.bub_light{
  bottom: -20px;
  left: 80px;
  position: absolute;
}
/*bubble end*/
/*media start*/
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
  .banner_text h1 {
    font-size:40px;
    text-align: center;
    padding-bottom: 10px;
  }
  .banner_text p {
    font-size: 15px;
    text-align: center;
  }
  .banner {
    padding: 59px 10px;
  }
/* ceo */
  .card-title {
    font-size: 20px;
    line-height: 30px;
  }
  .cpad{
    padding-left: 0;
    padding-right: 0;
  }
/*  card*/
  .title h1 {
    font-size: 25px;
  }
/*  vision */
  .vision_details h1 {
    font-size: 30px;
  }
  .vision_details h3 {
    font-size: 24px;
  }
  .vision{
    padding: 20px 0px;
  }
/*  core start*/
  .core h1 {
    font-size: 40px;
  }
  .core_img{
    margin-bottom: 15px;
  }
  .core_text h2 {
    font-size: 25px;
  }
  .core_text p {
    font-size: 18px;
  }
  .bub_light {
    display: none;
  }
  .a_banner {

     padding: 20px 0px 0px; 
  }
  .banner_text h1{
    font-size: 40px !important;
  }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
  .banner_text h1 {
    font-size: 48px;
    text-align: center;
    padding-bottom: 10px;
  }
  .banner_text p {
    font-size: 20px;
    text-align: center;
  }
  /*  card*/
  .title h1 {
    font-size: 30px;
  }
  .body-content:before {
    height: 110px;
  }
  /*  vision */
  .vision_details h1 {
    font-size: 30px;
  }
  .vision_details h3 {
    font-size: 24px;
  }
  .vision{
    padding: 20px 0px;
  }
/*  core start*/
  .core_img{
    margin-bottom: 15px;
  }
  .bub_light {
    display: none;
  }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
  .banner_text h1 {
    font-size: 40px;
    text-align: center;
    padding-bottom: 10px;
  }
  .banner_text p {
    font-size: 20px;
    text-align: center;
  }

  .card-title {
    font-size: 25px;
    line-height: 30px;
  }
  /*  card*/
  .title h1 {
    font-size: 35px;
  }
  .body-content h3 {
    font-size: 30px;
  }
  .body-content p {
    font-size: 20px;
  }
  /*  vision */
  .vision_details h1 {
    font-size: 40px;
  }
  .vision_details h3 {
    font-size: 24px;
  }
  .vision{
    padding: 20px 0px;
  }
/*  vision end*/
/*  core start*/
  .core_img{
    margin-bottom: 15px;
  }
}

/*Large devices (desktops, 992px and up)*/
@media (max-width: 992px){
  .banner{
    height: auto;
  }
  .banner_video video {
  height: auto;
  border-radius: 35px;
  }
.img-left-xy,.img-left-xyz{
  display: none;
}

}

/*Extra Large devices (desktops, 992px and up)*/
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .spad3 {
    padding-bottom: 48px;
  }
}

/*Extra Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1400px) {
  .spad3 {
    padding-bottom: 48px;
  }
}


