.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.abt_tab_wrap {
  position: relative;
  width: 1px;
  padding: 0;
}


.bgImgabout {
	background: url('../images/bgabout.jpg') no-repeat;
	background-size: cover;
	height: 780px;
	width: 1400;
}

.p {
  font-family: 'Open Sans', sans-serif;
  color: #2f4e71;
  font-size: 18px;
  font-weight: 400;
}

.h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  color: #2f4e71;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 20px;
  /* text-transform: lowercase; */
}

h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  color: #ffbc66;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 20px;
  /* text-transform: lowercase; */
}

.abt_tab_wrap .nav-tabs {
  border: none;
}

.nav {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex; */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.abt_tab_wrap nav {
  position: absolute;
  left: -160px;
  top: 30px;
  width: 160px;
}

.hm_abt_tab .tab-content {
  padding-top: 20px;

  overflow-x: hidden;
}

.abt_tab_wrap .nav-tabs .nav-item.show .nav-link:hover,
.abt_tab_wrap .nav-tabs .nav-link:hover {
  background: #f19f4d;
  color: #273342;
}

.abt_tab_wrap .nav-tabs .nav-item.show .nav-link,
.abt_tab_wrap .nav-tabs .nav-link {
  background: #f19f4d;
  color: #273342;
}

.abt_tab_wrap .nav-tabs .nav-link {
  color: #f19f4d;
  background-color: transparent;
  border: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  border-right: 5px solid #fff;
  text-align: right;
  width: 100%;
  padding: 10px 20px;
  line-height: 24px;
  margin: 30px 0;
  transition: all 0.5s ease;
  border-radius: 0;
}

.hm_abt_lft .abt_intro {
  width: 65%;
  color: #f19f4d;
  line-height: 25px;
  margin: 110px 0 0 14%;
}

.hm_abt_lft {
  width: 100%;
  height: auto;
  background: #2f4e71 no-repeat center bottom;
  background-size: cover;
}

@media (max-width: 767px) {


  .bgImgabout {
    background: url('../images/bgabout.jpg') no-repeat;
    background-size: cover;
    height: 220px;
    width: 100%;
    margin-top: 30px;
  }

  .abt_tab_wrap .nav-tabs .nav-link {
    color: #273342;
    background-color: transparent;
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    border-right: 5px solid #fff;
    text-align: right;
    width: 100%;
    padding: 10px 20px;
    line-height: 24px;
    margin: 30px 0;
    transition: all 0.5s ease;
    border-radius: 0;
  }
 
p {
  font-family: 'Open Sans', sans-serif;
  color: #273342;
  font-size: 18px;
  font-weight: 800;
}

h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 20px;
  /* text-transform: lowercase; */
}

  .hm_abt_tab .tab-content {
    margin-left: 136px;
  }


  .hm_abt_lft {
    height: auto;
  }

  

  .abt_tab_wrap .nav {
    position: absolute;
    left: -25px;
    top: 30px;
    width: 160px;
  }

 .hm_abt_tab .tab-content p {
    padding-left: 0;
    width: 80%;
  }

  .abt_tab_wrap {
    width: auto;
    min-height: 450px;
  }

  body {
    font-size: 13px;
  }

  .hm_abt_tab .tab-content {
    padding: 0px 20px;
  }

  .hm_abt_tab .tab-content {
    padding-top: 32px;

    overflow-x: hidden;
  }

  .col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-auto,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }

  div {
    display: block;
  }

  .hm_abt_lft .abt_intro {
  width: 75%;
  color: #f19f4d;
  line-height: 25px;
  margin: 85px 0 0 14%;
}

.abt_tab_wrap .nav-tabs .nav-item.show .nav-link:hover,
.abt_tab_wrap .nav-tabs .nav-link:hover {
  background: #f19f4d;
  color: #273342;
}

.abt_tab_wrap .nav-tabs .nav-item.show .nav-link,
.abt_tab_wrap .nav-tabs .nav-link {
  background: #f19f4d;
  color: #273342;
}
}

@media (min-width: 768px) {
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .hm_abt_lft {
    width: 100%;
    height: 660px;
    background: #2f4e71 no-repeat center bottom;
    background-size: cover;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}

#dd:hover {
  color: #fff;
}

.fontColor {
  color: white;
}

.black {
  color: black;
  font-weight: 500;
}

