@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
/* ----- Active and Hover Links ----- */
/* ----- Active and Hover Links End ----- */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", serif !important;
  font-weight: 400;
}

p {
  margin: 0px;
  padding: 0px 0px 18px 0px;
  line-height: 26px;
  font-size: 16px;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.clear {
  clear: both;
}

.bold {
  font-weight: bold;
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

.marginTop20 {
  margin-top: 20px;
}

a {
  text-decoration: none;
  outline: none;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none;
}

.info2, .success, .warning2, .failure, .validation2 {
  border: 1px solid;
  margin: 10px 0px;
  padding: 15px 10px 15px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
}

.info2 {
  color: #00529B;
  background-color: #BDE5F8;
  background-image: url(../../assets/images/info.png) !important;
}

.success {
  color: #4F8A10;
  background-color: #DFF2BF;
  background-image: url(../../assets/images/success.png) !important;
}

.warning2 {
  color: #9F6000;
  background-color: #FEEFB3;
  background-image: url(../../assets/images/exclamation.png) !important;
}

.failure {
  color: #D8000C;
  background-color: #FFBABA;
  background-image: url(../../assets/images/error.png) !important;
}

input[type=text].error, input[type=password].error, input[type=email].error, textarea.error, select[multiple].error, select[size].error, select.error {
  border-bottom: 2px solid #F00 !important;
}

label.error {
  color: #F00 !important;
}

label.error {
  position: absolute;
  font-size: 12px;
  font-weight: 400;
}

h1 {
  font-size: 60px;
  font-weight: 700;
  padding-bottom: 0px;
  line-height: normal;
}

h2 {
  font-size: 40px;
  color: #2A2A2A;
  font-weight: 700;
  padding: 0px 0px 55px 0px;
  margin: 0px;
  text-transform: uppercase;
  font-family: "Poppins", serif !important;
}
h2.fnt40 {
  text-transform: none;
  font-weight: 400;
  padding-bottom: 14px;
}
h2.paddset24 {
  padding-bottom: 24px;
}

h3 {
  font-size: 30px;
  line-height: 36px;
  color: #2A2A2A;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin: 0px;
}

h4 {
  font-size: 20px;
  line-height: 26px;
  color: #000;
  font-weight: 700;
  padding-bottom: 11px;
  margin: 0px;
}

.btn_menu {
  background-color: #03456C;
  color: #fff;
}

.bg_orange {
  background: #03456C;
  color: #fff;
  -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.16);
}
.bg_orange a {
  color: #fff;
}

.bg_orange1 {
  background: #03456C;
  color: #fff;
}
.bg_orange1 h2 {
  color: #fff;
}

.bg_white {
  background: #fff;
  min-height: 200px;
}

.min_height300 {
  min-height: 300px;
  background-color: #fff;
  color: #000;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* ------- Header Area Strat ------- */
@media (min-width: 1920px) and (max-width: 2500px) {
  .container {
    max-width: 1600px;
  }
}
.mainHeader .top_header {
  background: #03456C;
  color: #fff;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mainHeader .top_header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainHeader .top_header ul li {
  font-size: 16px;
  font-weight: 500;
  padding-right: 30px;
}
.mainHeader .top_header ul li:last-child {
  padding-right: 0px;
}
.mainHeader .top_header ul li a {
  color: #fff;
}
.mainHeader .top_header ul li a:hover {
  color: #e3000f;
}
.mainHeader header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 20px 0;
}
.mainHeader header .logo a {
  display: block;
}
.mainHeader header .navbarLink ul {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainHeader header .navbarLink ul li {
  padding: 3px 0px 3px 0px;
  margin-right: 35px;
  text-transform: capitalize;
}
.mainHeader header .navbarLink ul li a {
  position: relative;
}
.mainHeader header .navbarLink ul li a::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: #03456C;
  opacity: 0;
}
.mainHeader header .navbarLink ul li:hover a::before, .mainHeader header .navbarLink ul li.active a::before {
  opacity: 1;
  width: 100%;
}
.mainHeader header .navbarLink ul li .dropdown-toggle {
  padding: 0px;
}
.mainHeader header .navbarLink ul li .dropdown-toggle::after {
  display: none;
}
.mainHeader header .navbarLink ul li.dropdown .dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainHeader header .navbarLink ul li.dropdown .dropdown-toggle i {
  display: none;
}
.mainHeader header .navbarLink ul li ul li {
  margin-right: 0px;
}
.mainHeader header .navbarLink ul li ul li a::before {
  display: none;
}
@media (max-width: 1199px) {
  .mainHeader header .navbarLink ul li {
    padding: 3px 0px 2px 0px;
    margin-right: 24px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li {
    padding: 5px 0px;
    margin-right: 0px;
    width: 100%;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-toggle i {
    display: block;
    margin-left: 6px;
  }
}
.mainHeader header .navbarLink ul li a {
  color: #000;
  font-size: 16px; /*padding: $navlinkPadding;*/
  display: inline-block;
}
@media (max-width: 1199px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 15px; /*padding: $navlinkPaddingminiDesktop;*/
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li a {
    color: #fff;
    font-size: 19px;
    padding: 5px 5px 5px 5px;
  }
}
.mainHeader header .navbarLink ul li.active a, .mainHeader header .navbarLink ul li:hover a {
  background: none;
  border-radius: 0;
  color: #e3000f;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li.active a, .mainHeader header .navbarLink ul li:hover a {
    color: #e3000f;
  }
}
.mainHeader header .navbarLink ul li > .dropdown-menu {
  background: #fff;
  padding: 0;
  margin: 0;
  min-width: 220px;
  border: 0;
  border-radius: 0;
  -webkit-transform: inherit !important;
          transform: inherit !important;
  top: 100% !important;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li {
  padding: 0px;
  margin-left: 0;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li a {
  color: #000;
  padding: 10px;
  font-size: 16px;
  text-transform: capitalize;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li a:hover a {
  color: #fff !important;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.active {
  background: #7A7A7A;
  border-radius: 0px;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.active > a {
  color: #fff !important;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .subdropdown {
  left: 100%;
  top: 0 !important;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    padding: 7px 0px;
    background: none;
    border-top: rgba(255, 255, 255, 0.5) solid 1px;
    border-bottom: rgba(255, 255, 255, 0.5) solid 1px;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li {
    text-align: center;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    color: #fff;
    text-align: center;
    padding: 3px 5px;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu .subdropdown {
    left: 0 !important;
  }
}
.mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .mainHeader header .navbarLink ul li:hover > .dropdown-menu, .mainHeader header .navbarLink ul li:focus > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 10;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mainHeader header .navbarLink ul li.openBottom li.submenu .dropdown-toggle {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown {
  left: 0 !important;
  top: 100% !important;
  position: relative;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li {
  padding-left: 20px;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li a {
  font-size: 13px;
  padding: 0;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li:hover {
  background: none;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li:hover a {
  color: #7A7A7A !important;
}
.mainHeader header .navbarLink ul li:last-child {
  margin-right: 0px;
}
@media (min-width: 992px) {
  .mainHeader header .navbarLink ul li.dropdown {
    position: static;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu {
    padding: 30px 30px 0px 30px;
    -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.3);
    width: 100%;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu ul li {
    width: 30%;
    padding-right: 15px;
    padding-bottom: 26px;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu ul li:last-child {
    padding-right: 0px;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu ul li:hover {
    background: none;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu ul li.active {
    background: none;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu ul li.active a {
    color: #e3000f !important;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu ul li a {
    padding: 2px 0px;
    font-size: 14px;
    font-weight: 500;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu ul li a:hover {
    color: #e3000f !important;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu .li_none {
    padding-bottom: 30px;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu .li_none ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu .li_none ul li {
    width: 100%;
    padding-bottom: 21px;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu .navi_box {
    padding-bottom: 26px;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu .navi_box div {
    padding-bottom: 8px;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu .navi_box a {
    color: #000;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu .navi_box a::before {
    display: none;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu .navi_box:hover a {
    color: #e3000f;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li li {
    width: 100%;
  }
  .mainHeader header .navbarLink ul li.dropdown .navi_box {
    text-align: center;
  }
  .mainHeader header .navbarLink ul li.dropdown .navi_box a {
    color: #fff;
    font-size: 16px;
  }
  .mainHeader header .navbarLink ul li.dropdown .navi_box div {
    display: none;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu .none_div {
    display: none;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    position: relative !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}
.mainHeader header .navbarLink.active {
  left: 0;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink {
    background: #03456C;
    width: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    z-index: 999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow-y: scroll;
    text-align: center;
    padding-top: 35px;
  }
  .mainHeader header .navbarLink .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .mainHeader header .navbarLink #dismiss .d-md-none {
    display: block !important;
  }
  .mainHeader header .navbarLink .hideclose {
    background-color: #03456C;
    color: #fff;
  }
}
.mainHeader header .navbarLink #dismiss {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #e3000f;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9999;
}
.mainHeader header .logo {
  max-width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainHeader header .logo a {
  margin-right: 10px;
}
.mainHeader header .logo a:last-child {
  margin-right: 0px;
  margin-left: 10px;
}
.mainHeader header .logo a:last-child img {
  width: auto;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.mainHeader header .logo img {
  max-width: 100%;
  width: 173px;
}
.mainHeader header .navBlock {
  margin-left: 15px;
}
@media (max-width: 1199px) {
  .mainHeader header .logo a:last-child img {
    height: 65px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .logo {
    max-width: 72%;
  }
}
@media (max-width: 767px) {
  .mainHeader .top_header {
    height: 30px;
  }
  .mainHeader .top_header ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mainHeader .top_header ul li {
    font-size: 15px;
    font-weight: 400;
  }
}
@media (max-width: 480px) {
  .mainHeader header .logo img {
    width: 130px;
  }
  .mainHeader header .logo a:last-child img {
    height: 50px;
  }
}

/* ------- Header Area End ------- */
/* ------- Banner Area Strat ------- */
.banner_area {
  position: relative;
  z-index: 1;
  color: #fff;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  /*.slide-count-wrap span{vertical-align: middle;}*/
}
.banner_area .hm_banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0px auto;
}
.banner_area .hm_banner .banner_img {
  position: relative;
  z-index: 1;
  /*&::after{content: ''; position: absolute; left: 0px; top: 0px; z-index: 2; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.40);}*/
}
.banner_area .hm_banner .banner_img img {
  position: relative;
  z-index: 1;
  max-width: 100%;
  width: 100%;
}
.banner_area .hm_banner .temp {
  position: absolute;
  z-index: 2;
  left: 0px;
  bottom: 31%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.banner_area .hm_banner .temp .container {
  position: relative;
  z-index: 1;
}
.banner_area .hm_banner .temp .btn_read_more {
  padding-top: 9px;
  text-align: center;
}
.banner_area .hm_banner .temp .btn_read_more .btn_comman {
  padding-top: 15px;
  padding-bottom: 15px;
}
.banner_area .hm_banner .temp .btn_read_more .btn {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
}
.banner_area .hm_banner .temp .btn_read_more .btn:hover {
  color: #fff;
}
.banner_area .hm_banner .temp .btn_read_more .btn:hover::after {
  background: #207CBA;
}
.banner_area .hm_banner .hd_h1 {
  font-size: 60px;
  font-weight: 700;
  padding-bottom: 0px;
  line-height: normal;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
}
.banner_area .hm_banner .hd_h1 span {
  display: block;
  font-size: 40px;
  line-height: 32px;
  font-weight: 300;
  text-transform: capitalize;
}
.banner_area .hm_banner .slick-slide { /*transition: all ease-in-out .3s; opacity: 1; position:relative;*/ }
.banner_area .hm_banner .slick-slide .temp .hd_h1 {
  -webkit-transition: all ease-in-out 0.8s;
  transition: all ease-in-out 0.8s;
  left: -100%;
  opacity: 1;
  position: relative;
}
.banner_area .hm_banner .slick-slide .temp .btn_read_more {
  -webkit-transition: all ease-in-out 1s;
  transition: all ease-in-out 1s;
  opacity: 0;
  position: relative;
  left: -100%;
}
.banner_area .hm_banner .slick-slide.slick-current .temp .hd_h1 {
  -webkit-transition: all ease-in-out 0.8s;
  transition: all ease-in-out 0.8s;
  left: 0px;
  opacity: 1;
}
.banner_area .hm_banner .slick-slide.slick-current .temp .btn_read_more {
  -webkit-transition: all ease-in-out 1s;
  transition: all ease-in-out 1s;
  opacity: 1;
  position: relative;
  left: 0%;
}
.banner_area .slick-dots {
  bottom: 50%;
  right: auto;
  left: 15px;
  width: 10px;
}
.banner_area .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0px 0px;
}
.banner_area .slick-dots li button {
  width: 10px;
  height: 10px;
  font-size: 0px;
  background-color: #D9D9D9;
  padding: 0px;
  border-radius: 2px;
}
.banner_area .slick-dots li button:before {
  display: none;
}
.banner_area .slick-dots li.slick-active button {
  background: #E3000F;
}
.banner_area .inner_banner {
  position: relative;
  text-align: center;
}
.banner_area .inner_banner h1 {
  padding: 0px;
  line-height: normal;
}
.banner_area .inner_banner .banner_img {
  position: relative;
  z-index: 1;
}
.banner_area .inner_banner .banner_img img {
  max-width: 100%;
  position: relative;
  z-index: 1;
  width: 100%;
}
.banner_area .inner_banner .banner_img::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.banner_area .inner_banner .banner_text {
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.banner_area .inner_banner .banner_text h1 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 300;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
}
@media (max-width: 991px) {
  .banner_area {
    margin-top: 0px;
  }
  .banner_area .hm_banner .hd_h1 {
    font-size: 40px;
  }
  .banner_area .hm_banner .hd_h1 span {
    font-size: 25px;
    line-height: normal;
  }
  .banner_area .hm_banner .temp .btn_read_more {
    padding-top: 15px;
  }
  .banner_area .slick-dots {
    bottom: 50%;
  }
  .banner_area .slick-arrow {
    width: 40px;
    height: 40px;
  }
  .banner_area .slick-arrow.slick-prev {
    left: 10px;
  }
  .banner_area .slick-arrow.slick-next {
    right: 30px;
  }
}
@media (max-width: 767px) {
  .banner_area .hm_banner .hd_h1 {
    font-size: 30px;
  }
  .banner_area .hm_banner .hd_h1 span {
    font-size: 20px;
  }
  .banner_area .hm_banner .temp .btn_read_more {
    padding-top: 10px;
  }
  .banner_area .hm_banner .temp .btn_read_more a {
    padding: 0px;
  }
  .banner_area .slick-dots {
    right: 0px;
    left: 0px;
    text-align: center;
    width: 100%;
    bottom: 26px;
  }
  .banner_area .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0px 3px;
  }
  .banner_area .inner_banner .banner_img img {
    min-height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .banner_area .inner_banner .banner_text {
    text-align: center;
  }
  .banner_area .inner_banner .banner_text h1 {
    font-size: 30px;
    padding-bottom: 0px;
  }
  .banner_area .slick-arrow {
    width: 25px;
    height: 25px;
    bottom: 15px;
    border: none;
  }
  .banner_area .slick-arrow.slick-prev {
    left: 40%;
  }
  .banner_area .slick-arrow.slick-next {
    right: 40%;
  }
}
@media (max-width: 575px) {
  .banner_area .hm_banner .hd_h1 {
    font-size: 30px;
  }
  .banner_area .hm_banner .hd_h1 span {
    font-size: 18px;
  }
  .banner_area .hm_banner .temp {
    bottom: 0px;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .banner_area .slick-dots {
    bottom: 15px;
  }
}
@media (max-width: 480px) {
  .banner_area .hm_banner .hd_h1 {
    font-size: 26px;
  }
  .banner_area .hm_banner .temp .btn_read_more {
    padding-top: 5px;
  }
  .banner_area .hm_banner .temp .btn_read_more .btn {
    font-size: 15px;
    font-weight: 500;
  }
  .banner_area .slick-dots {
    bottom: 10px;
  }
  .banner_area .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0px 3px;
  }
  .banner_area .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 380px) {
  .banner_area .hm_banner .hd_h1 {
    font-size: 23px;
  }
  .banner_area .hm_banner .hd_h1 span {
    font-size: 18px;
  }
}
@media (max-width: 330px) {
  .banner_area .hm_banner .hd_h1 {
    font-size: 19px;
  }
  .banner_area .hm_banner .hd_h1 span {
    font-size: 16px;
  }
}

/* ------- Banner Area End ------- */
.mp_contenier {
  position: relative;
  z-index: 2;
  min-height: 600px;
}
.mp_contenier h1 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
  padding-bottom: 20px;
}
.mp_contenier h1 strong {
  font-weight: 700;
}
.mp_contenier h1.fnt40 {
  font-size: 40px;
}
.mp_contenier a {
  color: #03456C;
}
.mp_contenier a:hover {
  color: #000;
}
.mp_contenier .fnt18 p {
  font-size: 18px;
  line-height: 26px;
}
.mp_contenier .fnt20 p {
  font-size: 20px;
}
.mp_contenier .btn {
  border-radius: 0px;
}
.mp_contenier .btn_comman {
  border-radius: 0px;
  border: none;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  position: relative;
  padding: 13px 30px;
}
.mp_contenier .btn_comman span {
  position: relative;
  z-index: 2;
}
.mp_contenier .btn_comman::after {
  z-index: 1;
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.mp_contenier .btn_comman:hover::after {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 1;
  height: 100%;
}
.mp_contenier .btn_comman.fnt20 {
  font-size: 20px;
}
.mp_contenier .btn_comman.fnt18 {
  font-size: 18px;
  font-weight: 400;
}
.mp_contenier .btn_primary {
  background: #03456C;
  color: #fff;
}
.mp_contenier .btn_primary:hover {
  color: #fff;
}
.mp_contenier .btn_primary:hover::after {
  background: #000;
}

.padd_comman {
  padding: 104px 0px;
}
.padd_comman.padd_comman1 {
  padding: 85px 0px;
}
.padd_comman.padd_topnone {
  padding-top: 0px;
}

.link_a {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.link_a:hover {
  color: #000;
}

.margintopminas {
  margin-top: -12.5%;
}
@media (min-width: 1920px) and (max-width: 2500px) {
  .margintopminas {
    margin-top: -5% !important;
  }
}
.margintopminas .hm_section1 .link_a {
  color: #ff1827;
}
.margintopminas .hm_section1 .link_a:hover {
  color: #fff;
}

.hm_section1 {
  padding: 47px 40px 38px 40px;
  max-width: 970px;
  margin: 0px auto;
}
.hm_section1.padd_set_contact {
  padding: 22px 20px;
}
.hm_section1 p {
  font-size: 18px;
  line-height: 26px;
}

.max870 {
  max-width: 870px;
  margin: 0px auto;
}

.max970 {
  max-width: 970px;
  margin: 0px auto;
}

.max906 {
  max-width: 906px;
  margin: 0px auto;
}
.max906 p:last-child {
  padding-bottom: 0px;
}

.section_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 920px;
  margin: 0px auto;
}
.section_row .box_section {
  text-align: center;
}
.section_row .box_section div span {
  display: block;
  font-size: 60px;
  line-height: 60px;
  color: #03456C;
  font-weight: 700;
}
.section_row .box_section div span i {
  font-style: normal;
}
.section_row .box_section div p {
  font-size: 18px;
  padding: 0px;
  margin: 0px;
}

.full_div_count {
  padding-top: 30px;
}
.full_div_count .section_row {
  max-width: 100%;
}
.full_div_count .section_row .box_section div span {
  font-size: 38px;
  line-height: 40px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .full_div_count .section_row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .full_div_count .section_row .box_section {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .full_div_count .section_row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .full_div_count .section_row .box_section {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .full_div_count .section_row .box_section {
    margin-bottom: 0px;
  }
  .full_div_count .section_row .box_section div span {
    font-size: 32px;
  }
}

.box_divistion {
  position: relative;
  overflow: hidden;
}
.box_divistion h3 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  padding-bottom: 25px;
  line-height: 20px;
}
.box_divistion .img_box {
  position: relative;
  z-index: 1;
}
.box_divistion .img_box::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: url(../images/bg_shado.png) no-repeat left bottom;
  height: 164px;
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 20px;
}
.box_divistion .img_box img {
  border-radius: 20px;
  width: 100%;
}
.box_divistion .text_box {
  position: absolute;
  left: 0px;
  bottom: -3px;
  z-index: 2;
  height: 50px;
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 0px 20px 35px 20px;
}
.box_divistion .text_box ul {
  padding-bottom: 16px;
}
.box_divistion .text_box ul li {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: url(../images/arrow.png) no-repeat left 5px;
  padding: 0px 0px 11px 17px;
}
.box_divistion .text_box p {
  padding: 0px;
  font-size: 18px;
  font-weight: 600;
}
.box_divistion .text_box p a {
  color: #fff;
}
.box_divistion .text_box p a:hover {
  color: #e3000f;
}
.box_divistion:hover {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.box_divistion:hover .img_box::after {
  background-color: rgba(59, 59, 59, 0.9);
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.box_divistion:hover .text_box {
  bottom: 0%;
  height: 70%;
}
@media (max-width: 1170px) {
  .box_divistion .text_box {
    padding: 0px 20px 35px 20px;
  }
  .box_divistion:hover .text_box {
    height: 90%;
  }
}
@media (max-width: 991px) {
  .box_divistion {
    margin-bottom: 30px;
  }
  .box_divistion:hover .text_box {
    height: 80%;
  }
}
@media (max-width: 767px) {
  .box_divistion {
    max-width: 371px;
    margin: 0px auto 30px auto;
  }
  .box_divistion:hover .text_box {
    height: 70%;
  }
}
@media (max-width: 380px) {
  .box_divistion h3 {
    font-size: 17px;
  }
  .box_divistion:hover .text_box {
    height: 90%;
  }
}

.home_section2 {
  background: #F1F7FA;
}

.box_home.bg_greay {
  background: #E4E4E4;
}
.box_home .row_div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1366px;
  margin: 0px auto;
}
.box_home .row_div .box_img {
  width: 43%;
}
.box_home .row_div .box_img img {
  max-width: 100%;
}
.box_home .row_div .box_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 49%;
}
.box_home .row_div .box_text .text_content {
  max-width: 570px;
}
.box_home .row_div .box_text .text_content p {
  font-weight: 600;
  color: #4D4D4D;
  line-height: 24px;
}
.box_home .row_div .box_text .text_content a {
  font-weight: 600;
}
.box_home:nth-child(2n+2) .row_div {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.box_home:nth-child(2n+2) .row_div .box_text {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1170px) {
  .box_home .row_div {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .box_home .row_div .box_text {
    padding: 0px 30px;
    width: 54%;
  }
}
@media (max-width: 991px) {
  .box_home h3 {
    font-size: 21px;
    line-height: 22px;
    margin-bottom: 0px;
  }
  .box_home .row_div .box_img {
    width: 48%;
  }
  .box_home .row_div .box_text p {
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .box_home .row_div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 15px 0px 15px;
  }
  .box_home .row_div .box_img {
    width: 100%;
    text-align: center;
  }
  .box_home .row_div .box_text {
    padding: 30px 0px;
    width: 100%;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .box_home:nth-child(2n+2) .row_div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .box_home:nth-child(2n+2) .row_div .box_text {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 480px) {
  .box_home .row_div .box_img img {
    height: auto !important;
  }
  .box_home .row_div .box_text {
    padding: 15px 0px;
  }
  .box_home .row_div .box_text h3 {
    font-size: 17px;
  }
}

.global_presence_section {
  background: #A3DDFF;
}
.global_presence_section h2.text-center {
  color: #000;
}
.global_presence_section .global_map_section {
  position: relative;
}
.global_presence_section .global_map_section .img_gloable {
  margin: 0px auto;
  position: relative;
  z-index: 1;
}
.global_presence_section .global_map_section .map_location {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.global_presence_section .global_map_section .map_location i, .global_presence_section .global_map_section .map_location div {
  width: 27px;
  height: 27px;
  background: url(../images/bullet_map.png) no-repeat center center;
  display: block;
  cursor: pointer;
  border: transparent solid 2px;
}
.global_presence_section .global_map_section .map_location span {
  background: #fff;
  position: absolute;
  color: #363636;
  padding: 2px 20px;
  font-size: 20px;
  font-weight: 600;
  top: -21px;
  left: 3px;
  margin-top: -4px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  display: none;
  white-space: nowrap;
}
.global_presence_section .global_map_section .map_location span::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -15px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 16px solid #fff;
}
.global_presence_section .global_map_section .map_location:hover i, .global_presence_section .global_map_section .map_location:hover div {
  border: #363636 solid 2px;
  border-radius: 100%;
}
.global_presence_section .global_map_section .map_location:hover span {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 1;
  top: -32px;
  width: auto;
  display: block;
}
.global_presence_section .global_map_section .map_location.location_india {
  left: 59.5%;
  top: 19%;
  z-index: 3;
}
.global_presence_section .global_map_section .map_location.location_usa {
  left: 10%;
  top: 13%;
}
.global_presence_section .global_map_section .map_location.location_venezuela {
  left: 11%;
  top: 31%;
}
.global_presence_section .global_map_section .map_location.location_united_kingdom {
  left: 31.5%;
  top: 13%;
}
.global_presence_section .global_map_section .map_location.location_estonia {
  left: 39%;
  top: 7%;
}
.global_presence_section .global_map_section .map_location.location_ghana {
  left: 31.5%;
  top: 31%;
}
.global_presence_section .global_map_section .map_location.location_kenya {
  left: 48%;
  top: 41%;
  z-index: 4;
}
.global_presence_section .global_map_section .map_location.location_lebanon {
  left: 46%;
  top: 14%;
}
.global_presence_section .global_map_section .map_location.location_qatar {
  left: 50%;
  top: 20%;
}
.global_presence_section .global_map_section .map_location.location_dubai {
  left: 52.5%;
  top: 21%;
}
.global_presence_section .global_map_section .map_location.location_sri_lanka {
  left: 62.5%;
  top: 31%;
  z-index: 3;
}
.global_presence_section .global_map_section .map_location.location_nepal {
  left: 61%;
  top: 14%;
}
.global_presence_section .global_map_section .map_location.location_bangladesh {
  left: 63.5%;
  top: 19%;
}
.global_presence_section .global_map_section .map_location.location_myanmar {
  left: 66%;
  top: 23%;
}
.global_presence_section .global_map_section .map_location.location_indonesia {
  left: 79%;
  top: 38%;
}
.global_presence_section .global_map_section .map_location.location_malaysia {
  left: 71.5%;
  top: 36%;
}
.global_presence_section .global_map_section .map_location.location_australia {
  left: 89%;
  top: 57%;
}
@media (max-width: 767px) {
  .global_presence_section .global_map_section .map_location i {
    width: 17px;
    height: 17px;
    background-size: 8px;
  }
  .global_presence_section .global_map_section .map_location.location_usa {
    left: 8%;
    top: 10%;
  }
}
@media (max-width: 575px) {
  .global_presence_section .global_map_section .map_location i {
    width: 17px;
    height: 17px;
    background-size: 5px;
  }
  .global_presence_section .global_map_section .map_location span {
    font-size: 14px;
    padding: 3px 5px;
    left: -4px;
  }
}
@media (max-width: 480px) {
  .global_presence_section .global_map_section .map_location.location_australia span {
    left: -18px;
  }
  .global_presence_section .global_map_section .map_location.location_australia span::after {
    left: 15px;
  }
  .global_presence_section .global_map_section .map_location span {
    font-size: 12px;
  }
}
@media (max-width: 380px) {
  .global_presence_section .global_map_section .map_location i {
    width: 15px;
    height: 15px;
    background-size: 4px;
  }
  .global_presence_section .global_map_section .map_location span {
    font-size: 14px;
    padding: 3px 5px;
    left: -4px;
  }
  .global_presence_section .global_map_section .map_location.location_india {
    left: 59%;
    top: 18%;
    z-index: 3;
  }
  .global_presence_section .global_map_section .map_location.location_usa {
    left: 8%;
    top: 8%;
  }
  .global_presence_section .global_map_section .map_location.location_venezuela {
    left: 11%;
    top: 31%;
  }
  .global_presence_section .global_map_section .map_location.location_united_kingdom {
    left: 31.5%;
    top: 10%;
  }
  .global_presence_section .global_map_section .map_location.location_estonia {
    top: 5%;
  }
  .global_presence_section .global_map_section .map_location.location_ghana {
    left: 27%;
    top: 31%;
  }
  .global_presence_section .global_map_section .map_location.location_kenya {
    left: 46%;
    top: 40%;
    z-index: 4;
  }
  .global_presence_section .global_map_section .map_location.location_lebanon {
    top: 13%;
  }
  .global_presence_section .global_map_section .map_location.location_qatar {
    top: 19%;
  }
  .global_presence_section .global_map_section .map_location.location_dubai {
    top: 20%;
  }
  .global_presence_section .global_map_section .map_location.location_sri_lanka {
    left: 62.5%;
    top: 31%;
    z-index: 3;
  }
  .global_presence_section .global_map_section .map_location.location_nepal {
    left: 61%;
    top: 12%;
  }
  .global_presence_section .global_map_section .map_location.location_bangladesh {
    left: 63%;
    top: 18%;
  }
  .global_presence_section .global_map_section .map_location.location_myanmar {
    left: 66%;
    top: 22%;
  }
  .global_presence_section .global_map_section .map_location.location_indonesia {
    left: 79%;
    top: 38%;
  }
  .global_presence_section .global_map_section .map_location.location_malaysia {
    left: 70%;
    top: 35%;
  }
  .global_presence_section .global_map_section .map_location.location_australia {
    top: 56%;
  }
}
@media (max-width: 330px) {
  .global_presence_section .global_map_section .map_location.location_ghana {
    left: 30%;
    top: 27%;
  }
}

.inner_contenier .margintopminas {
  margin-top: -9%;
}
.inner_contenier .margintopminas50 {
  margin-top: -50px;
}
.inner_contenier .margintopminas40 {
  margin-top: 0px;
}
.inner_contenier .p_black p {
  color: #000;
}

.fntcolor70 {
  color: #707070 !important;
}

.about_section2 .box_home .row_div .box_img {
  width: 50%;
}
.about_section2 .box_home .row_div .box_text {
  width: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about_section2 .box_home .row_div .box_text .text_content {
  max-width: 510px;
}
@media (max-width: 991px) {
  .about_section2 .box_home .row_div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 0px;
  }
  .about_section2 .box_home .row_div .box_img, .about_section2 .box_home .row_div .box_text {
    width: 100%;
    text-align: center;
  }
  .about_section2 .box_home .row_div .box_img {
    padding: 0px 15px;
  }
  .about_section2 .box_home .row_div .box_text {
    padding: 20px 0px 0px 0px;
  }
  .about_section2 .box_home .row_div .box_text p:last-child {
    padding-bottom: 0px;
  }
  .about_section2 .box_home .row_div .box_text .text_content {
    max-width: 682px;
  }
  .about_section2 .box_home:last-child .row_div {
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .about_section2 .box_home .row_div .box_text {
    padding: 20px 15px 0px 15px;
  }
}

.hd_tital {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  color: #03456C;
}
.hd_tital span {
  display: block;
  color: #2A2A2A;
  font-size: 35px;
  text-transform: capitalize;
  line-height: 50px;
}
.hd_tital h2 {
  text-transform: capitalize;
  color: #03456C;
  font-size: 50px;
  line-height: 60px;
  padding-bottom: 0px;
}

.core_values_section .img_box {
  margin: 33px 0px 0px 0px;
}
.core_values_section .img_box img {
  max-width: 100%;
}

.marbtm43 {
  margin-bottom: 43px;
}

.paddtop12 {
  padding-top: 12px;
}

.paddtop31 {
  padding-top: 31px;
}

.said_left {
  padding: 28px 0px;
}
.said_left ul li {
  padding: 10px 28px;
  font-size: 16px;
  font-weight: 500;
}
.said_left ul li a {
  padding: 0px;
  color: #fff;
  display: block;
}
.said_left ul li:hover, .said_left ul li.active {
  background: #e3000f;
  color: #fff;
}
.said_left ul li:hover a, .said_left ul li.active a {
  color: #fff;
}
@media (max-width: 1170px) {
  .said_left ul li {
    padding: 10px 10px 10px 15px;
  }
}
@media (max-width: 575px) {
  .said_left {
    padding: 40px 0px 30px 0px;
  }
  .said_left ul li {
    padding: 7px 10px 7px 15px;
  }
}

.inner_content {
  padding: 53px 30px 100px 30px;
}
.inner_content h2 {
  text-transform: capitalize;
  padding-bottom: 35px;
}
.inner_content p {
  font-weight: 500;
  color: #000;
  line-height: 24px;
}
@media (max-width: 767px) {
  .inner_content {
    padding: 25px 15px 50px 15px;
  }
  .inner_content h2 {
    padding-bottom: 20px;
  }
  .inner_content .marbtm43 {
    margin-bottom: 18px;
  }
}
@media (max-width: 575px) {
  .inner_content {
    padding: 20px 0px 30px 0px;
  }
}
.inner_content.paddnone {
  padding: 0px;
}

.img_marging_set1 {
  margin-bottom: 48px;
}

.list_news_section {
  padding-bottom: 70px;
}
.list_news_section .box_news {
  background: #F8F8F8;
  padding: 25px 15px 15px 15px;
  min-height: 340px;
  margin-bottom: 30px;
}
.list_news_section .box_news h4 {
  font-size: 20px;
}
.list_news_section .box_news h4 span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 8px;
}
@media (max-width: 767px) {
  .list_news_section .box_news h4 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .list_news_section .box_news {
    min-height: 1px;
    padding: 15px;
    margin-bottom: 20px;
  }
}
.list_news_section.reference_list .box_news {
  min-height: 460px;
}
.list_news_section.reference_list .box_news h4 {
  text-transform: capitalize !important;
  min-height: 65px;
}
.list_news_section.reference_list .box_news .img_refer {
  padding-bottom: 10px;
  text-align: center;
}
.list_news_section.reference_list .box_news .img_refer img {
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 767px) {
  .list_news_section.reference_list .box_news {
    min-height: 1px;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
}
.list_news_section.articles .box_news {
  min-height: 150px;
}
.list_news_section.articles .box_news p {
  min-height: 75px;
}
.list_news_section.articles .box_news .readmore a {
  font-weight: 400;
}

.careerBtn span {
  display: inline-block;
  margin-right: 5px;
}

.filterList {
  background-color: #e3000f;
  padding: 30px 25px;
  margin-bottom: 25px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.16);
}
.filterList .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filterList .FilterCat p {
  font-size: 22px;
  color: #fff;
  padding: 0px;
}
.filterList .listCatFilter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.filterList .listCatFilter li {
  margin: 0px 15px;
  text-align: center;
}
.filterList .listCatFilter li a {
  color: #fff;
  border: 1px solid transparent;
  padding: 5px;
}
.filterList .listCatFilter li:hover a {
  color: #fff;
  border: 1px solid #fff;
}
.filterList .listCatFilter li.active a {
  color: #fff;
  border: 1px solid #fff;
}
@media (max-width: 1199px) {
  .filterList .FilterCat p {
    font-size: 15px;
    color: #fff;
    text-align: center;
    margin-top: 0px;
  }
  .filterList .listCatFilter li {
    margin: 0px 4px;
  }
  .filterList .listCatFilter li a {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .filterList .FilterCat p {
    font-size: 15px;
    color: #fff;
    text-align: center;
    margin-top: 0px;
  }
  .filterList .listCatFilter li {
    margin: 0px 4px;
  }
  .filterList .listCatFilter li a {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .filterList {
    padding: 30px 15px;
  }
  .filterList .FilterCat p {
    font-size: 18px;
    color: #000;
    text-align: center;
    margin-bottom: 5px;
  }
  .filterList .listCatFilter {
    padding: 5px 0px;
  }
  .filterList .listCatFilter li {
    margin: 8px 8px;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .filterList .FilterCat p {
    color: #000;
    text-align: center;
  }
  .filterList .listCatFilter li {
    margin: 5px 6px;
  }
}

@media (min-width: 1025px) {
  .news_detail_page .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42.666667%;
            flex: 0 0 42.666667%;
    max-width: 42.666667%;
  }
  .news_detail_page .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 51.333333%;
            flex: 0 0 51.333333%;
    max-width: 51.333333%;
  }
}
.news_detail_page .news_img div {
  border: #707070 solid 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.news_detail_page .news_img div img {
  max-width: 100%;
}
.news_detail_page .news_detail h4 {
  text-transform: uppercase;
  padding-bottom: 22px;
}
.news_detail_page .news_detail h4 span {
  display: block;
  font-weight: 500;
  font-size: 15px;
  text-transform: capitalize;
  padding-bottom: 8px;
}
.news_detail_page .news_detail .btn_comman {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .news_detail_page .news_img {
    text-align: center;
    padding-bottom: 15px;
  }
  .news_detail_page .news_img div {
    max-width: 438px;
    margin: 0px auto;
  }
  .news_detail_page .news_detail {
    text-align: center;
  }
}

.email_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.email_section span {
  font-size: 20px;
  font-weight: 500;
}
.email_section span i {
  font-style: normal;
}
.email_section a {
  color: #fff;
}
@media (max-width: 991px) {
  .email_section span {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .email_section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .email_section span {
    display: block;
    text-align: center;
    padding-bottom: 20px;
    font-size: 18px;
  }
  .email_section span:last-child {
    padding-bottom: 0px;
  }
  .email_section span i {
    display: block;
    font-size: 16px;
  }
}

.conact_us_area .conact_area {
  padding: 0px 0px;
}
.conact_us_area .conact_area h2 {
  padding-bottom: 16px;
}
.conact_us_area .resp-tab-content {
  min-height: 690px;
}
.conact_us_area .resp-tab-content .map_img_area {
  position: absolute;
  right: 15px;
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.conact_us_area .resp-tab-content .map_img_area div img {
  max-width: 100%;
}
@media (max-width: 991px) {
  .conact_us_area .conact_area {
    padding: 30px 0px;
  }
  .conact_us_area .resp-tab-content {
    min-height: 1px;
    padding: 10px 0px 0px 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .conact_us_area .resp-tab-content .map_img_area {
    position: relative;
    right: auto;
    bottom: auto;
  }
  .conact_us_area .resp-tab-content div {
    margin: 0px auto;
  }
}
.conact_us_area .address_area a {
  color: #e3000f;
}
.conact_us_area .address_area a:hover {
  color: #000;
}
.conact_us_area .address_area a.link_color_2a {
  color: #2A2A2A;
}
.conact_us_area .address_area a.link_color_2a:hover {
  color: #2A2A2A;
}
.conact_us_area .address_area h3 {
  font-size: 20px;
  line-height: 50px;
  font-weight: 700;
  text-transform: capitalize;
  padding-bottom: 10px;
}
.conact_us_area .address_area h5 {
  font-size: 18px;
  color: #2A2A2A;
  margin: 0px;
  padding: 0px 0px 16px 0px;
  font-weight: 700;
}
.conact_us_area .address_area .address_table {
  padding-top: 6px;
  padding-bottom: 30px;
  font-size: 16px;
  font-weight: 600;
}
.conact_us_area .address_area .address_table i {
  font-size: 18px;
  color: #03456C;
}
.conact_us_area .address_area .address_table p {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 3px;
}
.conact_us_area .address_area .col-lg-6:last-child .address_table {
  padding-bottom: 0px;
}
@media (max-width: 380px) {
  .conact_us_area .address_area .address_table b {
    display: block;
  }
}

.bullet ul li {
  background: url(../images/right_arrow.svg) no-repeat left 4px;
  background-size: 15px;
  padding: 0px 0px 7px 23px;
}
.bullet ul li:last-child {
  padding-bottom: 0px;
}

.paddbtm85 {
  padding-bottom: 85px;
}

.pagelist_area .btn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 0px;
}
.pagelist_area .btn_list .btn_box {
  margin-right: 15px;
}
.pagelist_area .btn_list .btn_box:last-child {
  margin-right: 0px;
}
.pagelist_area .btn_list .btn_box a {
  border: #000 solid 1px;
  border-radius: 4px;
  color: #e3000f;
  display: block;
  padding: 5px 15px;
}
.pagelist_area .btn_list .btn_box a:hover {
  background: #03456C;
  color: #fff;
  border-color: #03456C;
}
.pagelist_area .countryTitle {
  font-size: 20px;
  margin-top: 25px;
}
.pagelist_area .flag_contry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px 0px 0px 0px;
}
.pagelist_area .flag_contry li {
  margin-right: 10px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 9%;
  position: relative;
}
.pagelist_area .flag_contry li:last-child {
  margin-right: 0px;
}
.pagelist_area .flag_contry li span {
  display: block;
  font-weight: 500;
  font-size: 12px;
  display: none;
  position: absolute;
  bottom: 130%;
  background: #e4e4e4;
  text-align: center;
  padding: 5px 10px;
  min-width: 60px;
}
.pagelist_area .flag_contry li span:after {
  content: "";
  position: absolute;
  bottom: -6px;
  width: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 10px solid #e4e4e4;
}
.pagelist_area .flag_contry li img {
  height: 25px;
}
.pagelist_area .flag_contry li.show span {
  display: block;
}
@media (max-width: 1170px) {
  .pagelist_area .btn_list .btn_box {
    margin-bottom: 20px;
  }
  .pagelist_area .flag_contry li {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .pagelist_area .btn_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pagelist_area .flag_contry li {
    width: 20%;
    margin-right: 0px;
  }
  .pagelist_area .flag_contry li span {
    padding-left: 12px;
  }
}
@media (max-width: 380px) {
  .pagelist_area .btn_list {
    padding: 0px;
  }
  .pagelist_area .btn_list .btn_box {
    margin-right: 0px;
    width: 100%;
  }
  .pagelist_area .btn_list .btn_box a {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }
  .pagelist_area .flag_contry li {
    width: 20%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pagelist_area .flag_contry li span {
    padding-left: 0px;
    padding-top: 5px;
  }
}

/* ============= Form area Strat ========== */
.formarea {
  position: relative;
  padding-top: 0px;
}
.formarea label.error {
  position: absolute;
  left: 0px;
  bottom: -25px;
  font-size: 13px;
  color: #ff0000;
}
.formarea .form-group {
  margin-bottom: 30px;
  position: relative;
}
.formarea .form-group:focus {
  outline: none !important;
}
.formarea .form-control:focus {
  background-color: none;
  background: none;
}
.formarea .select2-container.select2-container-active .select2-chosen {
  color: #000;
}
.formarea .select2-container .select2-choice {
  height: 50px;
  line-height: 50px;
  border: none;
  border-bottom: rgba(0, 0, 0, 0.5) solid 1px !important;
  padding: 0px 3px 0px 3px;
  border-radius: 0px;
}
.formarea .select2-container .select2-choice .select2-chosen {
  margin-right: 20px;
  color: rgba(0, 0, 0, 0.5);
}
.formarea .select2-container .select2-choice .select2-arrow {
  right: 0px;
  top: 11px;
}
.formarea .select2-container .select2-choice .select2-arrow b {
  background-image: url(../images/select_arrow.png);
  background-size: 11px;
}
.formarea .select2-container.select2-dropdown-open .select2-choice {
  background: none !important;
}

.formarea textarea {
  resize: none;
  height: 90px;
  padding-top: 15px;
}

.formarea .height130 textarea {
  height: 130px;
}

.form-control, .formarea textarea, select, .select-wrapper .holder, .select2-container .select2-choice {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
@media (max-width: 480px) {
  .form-control, .formarea textarea, select, .select-wrapper .holder, .select2-container .select2-choice {
    font-size: 15px;
  }
}

.formarea input[type=radio], .formarea input[type=checkbox] {
  margin-top: 2px;
  margin-right: 8px;
}

.radio, .checkbox, .checkbox-inline label, .radio-inline label {
  font-weight: normal;
}

.formarea label {
  font-size: 1.125em;
  margin-bottom: 7px;
}

.redcor {
  color: #ff0000;
}

.btnarea {
  margin-top: 22px;
  display: block;
  text-align: center;
}
.btnarea.paddtop40 {
  padding-top: 23px;
}
@media (max-width: 767px) {
  .btnarea {
    text-align: center;
  }
  .btnarea.paddtop40 {
    padding-top: 10px;
  }
}

.form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 6px 20px;
  line-height: 14px;
  background: #efefef;
  background-image: none;
  border: transparent solid 1px !important;
  border-radius: 0px !important;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
}

.form-control:focus, .form-control:hover {
  outline: none !important;
  border: solid 1px #e3000f !important;
  background-color: #efefef !important;
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075), 0 0 0px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075), 0 0 0px rgba(102, 175, 233, 0.6);
  color: #000;
}

.help-block {
  padding: 0px;
}

.form-horizontal .control-label {
  text-align: left;
}

.capcha_coad_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.capcha_coad_area .pull-right {
  margin-bottom: 0px !important;
  border-radius: 0px;
  overflow: hidden;
  margin-top: 0px;
}

/* --------------------- Form bootstrap.min css End --------------------- */
/* --------------------- Browse input css Strat --------------------- */
.btn-file {
  position: relative;
  overflow: hidden;
  padding-top: 11px;
  font-weight: 300;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
  background: #F5F5F5;
}

input[readonly] {
  background-color: #fff !important;
  cursor: text !important;
}

/* --------------------- Browse input css end --------------------- */
/* --------------------- placeholder css Strat --------------------- */
.ie8 label.placeholder {
  padding-top: 0px !important;
}

.ie8 .formarea .textareabox label.placeholder {
  padding-top: 6px !important;
}

.ie9 label.placeholder {
  padding-top: 0px !important;
}

.ie9 .formarea .textareabox label.placeholder {
  padding-top: 6px !important;
}

/* --------------------- placeholder css End --------------------- */
/* --------------------- Placeholder css Strat --------------------- */
::-webkit-input-placeholder { /* WebKit browsers */
  color: #2A2A2A !important;
  font-style: italic;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #2A2A2A !important;
  font-style: italic;
  opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #2A2A2A !important;
  font-style: italic;
  opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #2A2A2A !important;
}

input:focus::-webkit-input-placeholder { /* WebKit browsers */
  color: #000 !important;
}

input:focus:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #000 !important;
  opacity: 1;
}

input:focus::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #000 !important;
  opacity: 1;
}

input:focus:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #000 !important;
}

/* --------------------- Placeholder css end --------------------- */
.custom-file-uploader {
  position: relative;
  min-height: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.custom-file-uploader input[type=file] {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.custom-file-uploader img {
  position: absolute;
  right: 36px;
}
@media (max-width: 480px) {
  .custom-file-uploader img {
    max-height: 25px;
  }
}
.custom-file-uploader input {
  padding-left: 0px !important;
}

.file_upload_area .input-group {
  width: auto;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.file_upload_area .input-group input {
  width: 100%;
  border: #C9C9C9 solid 1px !important;
  padding-left: 30px;
}
.file_upload_area .input-group-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
}

/* ============= Form area End ========== */
/* =============Left menu offcanvas Strat ========== */
.marleft15 {
  margin-left: 15px;
}

.btn-close {
  background: #cc6419;
  border: none;
  font-size: 20px;
  color: #fff;
  line-height: 0px;
  width: 30px;
  height: 30px;
  padding: 8px !important;
  text-align: center;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px 0px 0px 0px;
}

body.offcanvas-active {
  overflow: hidden;
}

.offcanvas-header {
  display: none;
}

.screen-overlay {
  width: 0%;
  height: 100%;
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(34, 34, 34, 0.6);
  -webkit-transition: opacity 0.2s linear, visibility 0.1s, width 1s ease-in;
  transition: opacity 0.2s linear, visibility 0.1s, width 1s ease-in;
}

.screen-overlay.show {
  -webkit-transition: opacity 0.5s ease, width 0s;
  transition: opacity 0.5s ease, width 0s;
  opacity: 1;
  width: 100%;
  visibility: visible;
}

@media all and (max-width: 992px) {
  .offcanvas-header {
    display: block;
  }
  .mobile-offcanvas {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1200;
    width: 80%;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-transition: visibility 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    transition: visibility 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    transition: visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
    transition: visibility 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    background-color: #03456C;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.16);
  }
  .mobile-offcanvas .bg_orange {
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .mobile-offcanvas.show {
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (max-width: 992px) and (max-width: 575px) {
  .mobile-offcanvas {
    width: 100%;
    padding: 0px;
  }
  .btn-close {
    margin-right: 5px;
  }
}
/* =============Left menu offcanvas end ========== */
/* ========== easy-responsive-tabs Css Strat ========== */
ul.resp-tabs-list {
  margin: 0px;
  padding: 0px;
}

.resp-tabs-list li {
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  padding: 13px 15px;
  margin: 0 4px 0 0;
  list-style: none;
  cursor: pointer;
  float: left;
}

.resp-tabs-container {
  padding: 0px;
  background-color: none;
  clear: left;
}

h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}

.resp-tab-content {
  display: none;
  padding: 0px 30px;
  position: relative;
}

.resp-tab-active {
  border: 1px solid #5AB1D0 !important;
  border-bottom: none;
  margin-bottom: -1px !important;
  padding: 12px 14px 14px 14px !important;
  border-top: 4px solid #5AB1D0 !important;
  border-bottom: 0px #fff solid !important;
}

.resp-tab-active {
  border-bottom: none;
  background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
  display: block;
}

.resp-tab-content {
  border: 1px solid #c1c1c1;
  border-top-color: #5AB1D0;
}

h2.resp-accordion {
  font-size: 18px !important;
  border: 1px solid #c1c1c1;
  margin: 10px 0px 0px 0px !important;
  padding: 10px 15px !important;
}

h2.resp-tab-active {
  border: 1px solid #c1c1c1 !important;
  border-bottom: 0px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
  padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 200px;
}

.resp-vtabs .resp-tabs-list li {
  display: block;
  background: none !important;
  padding: 8px 22px !important;
  margin: 0 0 4px;
  cursor: pointer;
  float: none;
}

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: none;
  border: 0px solid #c1c1c1;
  float: left;
  width: 81%;
  min-height: 250px;
  border-radius: 0px;
  clear: none;
}

.resp-vtabs .resp-tab-content {
  border: none;
  word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active {
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 8px 22px !important;
  background: #03456C !important;
  color: #fff !important;
  border-top: 0px solid;
  border: 0px solid #5AB1D0 !important;
  border-left: 0px solid #5AB1D0 !important;
  margin-bottom: 4px !important;
  border-right: 0px #FFF solid !important;
}

.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
  background: #DBDBDB; /* !important;*/
}

.resp-easy-accordion h2.resp-accordion {
  display: block;
}

.resp-easy-accordion .resp-tab-content {
  border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #c1c1c1; /* !important;*/
}

.resp-jfit {
  width: 100%;
  margin: 0px;
}

.resp-tab-content-active {
  display: block;
}

h2.resp-accordion:first-child {
  border-top: 1px solid #c1c1c1; /* !important;*/
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 1170px) {
  .resp-vtabs .resp-tabs-container {
    width: 78%;
  }
}
@media only screen and (max-width: 768px) {
  ul.resp-tabs-list {
    display: none;
  }
  h2.resp-accordion {
    display: block;
  }
  .resp-vtabs .resp-tab-content {
    border-top: 1px solid #C1C1C1;
    padding: 10px 17px 15px 17px !important;
  }
  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: 100px;
    clear: none;
  }
  .resp-accordion-closed {
    display: none !important;
  }
  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
  }
}
/* ========== easy-responsive-tabs Css End ========== */
.register .center {
  text-align: center;
}
.register .titleHeading {
  padding-bottom: 35px;
}
.register .btn_primary {
  padding: 12px 35px;
  margin-top: 15px;
}
.register .forgot_password {
  display: block;
}
.register .shadowBox {
  background: #fff;
  -webkit-box-shadow: 0px 0px 16px #ccc;
          box-shadow: 0px 0px 16px #ccc;
  padding: 30px;
}
.register .loginSubmit {
  display: block;
  width: 100%;
  margin: 25px auto;
}
.register .subHeading {
  margin-bottom: 15px;
}

.videoGrid .videoBox {
  margin-bottom: 30px;
}
.videoGrid .videoBox iframe {
  width: 100%;
  height: 200px;
}
.videoGrid .videoBox p {
  font-size: 18px;
  margin: 10px 0px 0px;
}
.videoGrid .videodiv {
  position: relative;
  margin-bottom: 30px;
}
.videoGrid .videodiv a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: #ddd solid 1px;
}
.videoGrid .videodiv p {
  font-size: 18px;
  margin: 10px 0px 0px 0px;
}
.videoGrid .videodiv span {
  position: relative;
  z-index: 1;
}
.videoGrid .videodiv span img {
  max-width: 100%;
  min-height: 160px;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.videoGrid .videodiv i {
  position: absolute;
  z-index: 2;
  background: url(../images/youtube.svg) no-repeat center center;
  background-size: 50px;
  width: 60px;
  height: 60px;
}

/*.fixed_div{position: fixed; right: 0px; top:30%; z-index: 9; width: 130px;
	.social_li{@include solical_link; margin-bottom: 11px;
		ul{flex-direction: column; align-items: flex-end;
			li{ padding: 0px 0px 11px 0px; font-size: 16px;
				&:last-child{padding-bottom: 0px;}
				span{ background-color: #d4650f; color: #fff; border-radius: 15px 0px 0px 15px; height: 66px; @include dispflex(flex,flex-start,center);@include transition(0.2s); width: 250px; margin-right: 0px; border: #fff solid 0px; border-right: 0px; margin-right: -182px;
					i{width: 93px;height: 66px; font-size: 24px; display: block; text-align: center; @include dispflex(flex,center,center); flex-direction: column;}
				&:hover{@include transition(0.2s); margin-right: 0px;}
                a{color: #fff; width: 100%; height: auto; display: block;}
				.fa-whatsapp{font-size: 35px;}
				}
			}
		}
	}
	.btn_inquire{@include dispflex(flex,center,flex-end); flex-direction: column;
		a{ background: #207CBA; color: #fff; padding: 10px 15px; display: block; font-weight: 700;}
	}
    @include tab1024 { top: 37%;}
	@include tab {top: 20%;
        .social_li{
            ul{
                li{
                    span{height: 55px; margin-right: -195px;
                        i{height: 55px; width: 73px;}
                    }
                }
            }            
        }
    }
    @include phone { top: 32%;}
    @include phone480 { top: 40%;
        .social_li{
            ul{
                li{
                    span{ height: 40px; margin-right: -186px; width: 220px;
                        i{font-size: 20px; width: 40px; height: 48px;
							&.fa-whatsapp{font-size: 25px;}
						}
						a{line-height: 18px;}
                    }                    
                }
            }
        }
    }
    @include phone360 { top: 30%;}
}*/
.fixed_div {
  position: fixed;
  right: 0px;
  top: 21%;
  z-index: 9;
  width: 130px;
}
.fixed_div .social_li {
  margin: 0px 0px 0px 0px;
  margin-bottom: 0px;
}
.fixed_div .social_li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fixed_div .social_li ul li {
  font-size: 10px;
  padding-right: 18px;
}
.fixed_div .social_li ul li:last-child {
  padding-right: 0px;
}
.fixed_div .social_li ul li a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.fixed_div .social_li ul li a:hover {
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.fixed_div .social_li ul li.facebook a:hover {
  background-color: #004D8F;
}
.fixed_div .social_li ul li.twitter a:hover {
  background-color: #07C4FF;
}
.fixed_div .social_li ul li.youtube a:hover {
  background-color: #D50000;
}
.fixed_div .social_li ul li.linkedin a:hover {
  background-color: #207CBA;
}
.fixed_div .social_li ul li.threads a:hover {
  background-color: #000;
}
.fixed_div .social_li ul li.rss a:hover {
  background-color: #F46B27;
}
.fixed_div .social_li ul li.inquire_now a {
  background-color: #000;
}
.fixed_div .social_li ul li.instagram a:hover {
  background: #f09433;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f09433", endColorstr="#bc1888",GradientType=1 );
}
.fixed_div .social_li ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-right: 0px;
}
.fixed_div .social_li ul li {
  padding: 0px;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .fixed_div .social_li ul li {
    margin-top: 0;
  }
}
.fixed_div .social_li ul li .show_mobile {
  display: none;
}
.fixed_div .social_li ul li img {
  height: 170px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .fixed_div .social_li ul li img {
    height: 80px;
  }
}
.fixed_div .btn_inquire {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.fixed_div .btn_inquire a {
  background: #207CBA;
  color: #fff;
  padding: 10px 15px;
  display: block;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .fixed_div {
    top: 37%;
  }
}
@media (max-width: 991px) {
  .fixed_div {
    top: 20%;
  }
}
@media (max-width: 767px) {
  .fixed_div {
    top: 50%;
  }
  .fixed_div .social_li ul {
    margin-right: -7px;
  }
  .fixed_div .social_li ul li .show_mobile {
    display: block;
  }
  .fixed_div .social_li ul li .hide_mobile {
    display: none;
  }
}
@media (max-width: 480px) {
  .fixed_div {
    top: 40%;
  }
}
@media (max-width: 360px) {
  .fixed_div {
    top: 30%;
  }
}

.careerModal .close {
  opacity: 1;
  font-size: 32px;
}
.careerModal .close:focus {
  outline: none;
}
.careerModal .sectionTitle {
  line-height: 38px;
}
.careerModal .btn_comman {
  border-radius: 0px;
  border: none;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  position: relative;
  padding: 13px 30px;
}
.careerModal .btn_comman span {
  position: relative;
  z-index: 2;
}
.careerModal .btn_comman::after {
  z-index: 1;
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.careerModal .btn_comman:hover::after {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 1;
  height: 100%;
}
.careerModal .btn_comman.fnt20 {
  font-size: 20px;
}
.careerModal .btn_comman.fnt18 {
  font-size: 18px;
  font-weight: 400;
}
.careerModal .btn_primary {
  background: #03456C;
  color: #fff;
}
.careerModal .btn_primary:hover {
  color: #fff;
}
.careerModal .btn_primary:hover::after {
  background: #000;
}
.careerModal .modal-body {
  padding: 0px;
}
.careerModal .inquireForm {
  padding-top: 0px;
}
.careerModal .modal-header {
  border: 0px;
  position: absolute;
  top: -15px;
  right: 0;
  z-index: 222;
}
.careerModal .modal-dialog {
  max-width: 900px;
}
.careerModal .modal-content {
  border: 0px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  outline: 0;
  padding: 20px;
}
@media (max-width: 767px) {
  .careerModal .feedbackTitle {
    width: 100%;
    max-width: 100%;
  }
  .careerModal .flexRow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .careerModal .modal-content {
    padding: 15px;
    margin: 0px 15px;
  }
}

input[readonly] {
  background-color: #efefef !important;
}

.uploadresume {
  position: relative;
}
.uploadresume i {
  color: #000;
  cursor: pointer;
}
.uploadresume .input-group-btn {
  position: absolute;
  right: 0;
  z-index: 222;
}
.uploadresume label.error {
  top: 100%;
}

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}

/* --- footer css Strat --- */
.fotter_area {
  font-size: 14px;
  background: #3B3B3B;
  padding: 51px 0px 14px 0px;
  color: #fff;
  position: relative;
  z-index: 2;
}
.fotter_area a {
  color: #fff;
}
.fotter_area .link {
  padding-top: 15px;
}
.fotter_area .link .btn_primary {
  font-size: 14px;
  background: #e3000f;
  padding: 4px 10px;
  position: relative;
  overflow: hidden;
}
.fotter_area .link .btn_primary::after {
  z-index: 1;
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.fotter_area .link .btn_primary span {
  z-index: 2;
  position: relative;
}
.fotter_area .link .btn_primary:hover {
  color: #fff;
}
.fotter_area .link .btn_primary:hover::after {
  background: #000;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 1;
  height: 100%;
}
.fotter_area .footer_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 42px;
}
.fotter_area .footer_link .footer_right .email_link {
  padding-bottom: 15px;
}
.fotter_area .footer_navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fotter_area .footer_navi ul li {
  padding-left: 35px;
  font-size: 14px;
  font-weight: 400;
}
.fotter_area .footer_navi ul li:first-child {
  padding-left: 0px;
}
.fotter_area .footer_navi ul li a {
  color: #fff;
}
.fotter_area .footer_navi ul li a:hover {
  color: #e3000f;
}
.fotter_area .footer_navi ul li.active a {
  color: #e3000f;
}
.fotter_area .social_link {
  margin: 0px 0px 0px 0px;
}
.fotter_area .social_link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fotter_area .social_link ul li {
  font-size: 10px;
  padding-right: 18px;
}
.fotter_area .social_link ul li:last-child {
  padding-right: 0px;
}
.fotter_area .social_link ul li a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.fotter_area .social_link ul li a:hover {
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.fotter_area .social_link ul li.facebook a:hover {
  background-color: #004D8F;
}
.fotter_area .social_link ul li.twitter a:hover {
  background-color: #07C4FF;
}
.fotter_area .social_link ul li.youtube a:hover {
  background-color: #D50000;
}
.fotter_area .social_link ul li.linkedin a:hover {
  background-color: #207CBA;
}
.fotter_area .social_link ul li.threads a:hover {
  background-color: #000;
}
.fotter_area .social_link ul li.rss a:hover {
  background-color: #F46B27;
}
.fotter_area .social_link ul li.inquire_now a {
  background-color: #000;
}
.fotter_area .social_link ul li.instagram a:hover {
  background: #f09433;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f09433", endColorstr="#bc1888",GradientType=1 );
}
.fotter_area .social_link ul {
  margin-top: 0px;
}
.fotter_area .social_link ul li {
  font-size: 15px;
  padding-right: 12px;
}
.fotter_area .social_link ul li a {
  width: 34px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: #fff solid 1px;
  border-radius: 100%;
}
.fotter_area .social_link ul li a img {
  max-width: 14px;
  max-height: 14px;
}
.fotter_area .bottom_area {
  font-size: 12px;
  font-weight: 400;
  padding: 11px 0px 0px 0px;
  color: #fff;
  border-top: rgba(225, 225, 225, 0.3) solid 1px;
}
.fotter_area .bottom_area .copyright {
  padding-top: 6px;
}
.fotter_area .bottom_area .website_by {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fotter_area .bottom_area .website_by a {
  margin-left: 5px;
}
@media (max-width: 991px) {
  .fotter_area {
    padding: 30px 0px 14px 0px;
  }
  .fotter_area .footer_link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .fotter_area .footer_link .footer_navi {
    padding: 0px 0px 20px 0px;
  }
}
@media (max-width: 767px) {
  .fotter_area {
    padding: 16px 0px 20px 0px;
  }
  .fotter_area .footer_link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 25px;
  }
  .fotter_area .bottom_area {
    text-align: center;
    padding: 10px 0px 0px 0px;
  }
  .fotter_area .bottom_area .website_by {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .fotter_area .footer_navi {
    padding: 10px 0px;
    border-bottom: #b5b2b2 solid 1px;
    margin: 10px 0px 20px 0px;
    width: 100%;
  }
  .fotter_area .footer_navi ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .fotter_area .footer_navi ul li {
    padding: 0px;
    width: 100%;
    text-align: center;
    font-size: 16px;
  }
  .fotter_area .footer_navi ul li a {
    display: block;
    padding: 7px 0px;
  }
}

#toTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #fdc3c8;
  background: #03456C;
  color: #fff;
  text-align: center;
  padding: 5px;
  position: fixed; /* this is the magic */
  bottom: 10px; /* together with this to put the div at the bottom*/
  right: 10px;
  cursor: pointer;
  display: none;
  font-size: 20px;
  line-height: 26px;
  z-index: 9;
}

/* ====== Respensive css strat ====== */
@media (max-width: 1170px) {
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .mp_contenier h1 {
    font-size: 38px;
    line-height: 45px;
  }
  .mp_contenier h1.fnt40 {
    font-size: 30px;
    line-height: 32px;
  }
  .mp_contenier h2 {
    font-size: 34px;
  }
  .hd_tital {
    font-size: 37px;
    line-height: 40px;
  }
  .hd_tital span {
    font-size: 27px;
  }
  .dna_area {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .padd_comman {
    padding: 50px 0px;
  }
  .padd_comman.padd_comman1 {
    padding: 50px 0px;
  }
  .mp_contenier h1 {
    font-size: 32px;
    line-height: 38px;
  }
  .mp_contenier h1.fnt40 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 0px;
  }
  .mp_contenier .fnt18 p {
    font-size: 17px;
    line-height: 26px;
  }
  .margintopminas {
    margin-top: -8%;
  }
  .inner_contenier .margintopminas50 {
    margin-top: -38px;
  }
  .hm_section1 {
    text-align: center;
    padding: 30px 20px;
  }
  .section_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section_row .box_section {
    padding-bottom: 30px;
  }
  .section_row .box_section:last-child {
    padding-bottom: 0px;
  }
  .hd_tital {
    font-size: 34px;
    line-height: 40px;
  }
  .hd_tital span {
    font-size: 24px;
  }
  .img_marging_set1 {
    margin-bottom: 35px;
  }
  .paddtop31 {
    padding-top: 15px;
  }
  /*.roboto{padding-bottom: 30px;}*/
  .full_div_count {
    padding-top: 5px;
  }
}
@media (max-width: 575px) {
  .padd_comman {
    padding: 30px 0px;
  }
  .padd_comman.padd_comman1 {
    padding: 30px 0px;
  }
  .mp_contenier h2 {
    font-size: 32px;
    padding-bottom: 16px;
  }
  .mp_contenier .btn_comman {
    padding: 10px 18px;
  }
  .margintopminas {
    margin-top: 10px;
  }
  .section_row .box_section div span {
    font-size: 50px;
  }
  .section_row .box_section div p {
    font-size: 16px;
    line-height: 20px;
  }
  .inner_contenier .margintopminas, .inner_contenier .margintopminas50 {
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .mp_contenier h1 {
    font-size: 28px;
    line-height: 32px;
  }
  .mp_contenier h1.fnt40 {
    font-size: 26px;
    line-height: 28px;
  }
  .mp_contenier h2 {
    font-size: 28px;
  }
  .mp_contenier .fnt20 p {
    font-size: 18px;
    line-height: 23px;
  }
  .hm_section1 {
    padding: 30px 12px;
  }
  .hm_section1 p {
    font-size: 16px;
    line-height: 24px;
  }
  .hd_tital {
    font-size: 26px;
    line-height: 26px;
  }
  .hd_tital span {
    font-size: 18px;
    padding-bottom: 6px;
  }
  .core_values_section .img_box {
    margin-top: 15px;
  }
}
@media (max-width: 380px) {
  .mp_contenier h1 {
    font-size: 24px;
    line-height: 28px;
  }
  .mp_contenier h1.fnt40 {
    font-size: 24px;
    line-height: 28px;
  }
  .mp_contenier h2 {
    font-size: 26px;
  }
  .hm_section1 {
    padding: 20px 12px;
  }
}
@media (max-width: 330px) {
  .mp_contenier h1 {
    font-size: 23px;
    line-height: 28px;
  }
  .mp_contenier h2 {
    font-size: 23px;
  }
  .hd_tital {
    font-size: 24px;
    line-height: 24px;
  }
  .hd_tital span {
    font-size: 16px;
    line-height: 18px;
  }
}
.empowered_team_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.empowered_team_section .empoweredDetail .empoweredTitle {
  font-weight: 800;
  padding-bottom: 30px;
  font-size: 85px;
  line-height: 85px;
  text-transform: inherit;
}
@media (max-width: 1400px) {
  .empowered_team_section .empoweredDetail .empoweredTitle {
    font-size: 62px;
    line-height: 72px;
  }
}
@media (max-width: 1199px) {
  .empowered_team_section .empoweredDetail .empoweredTitle {
    font-size: 52px;
    line-height: 62px;
  }
}
@media (max-width: 767px) {
  .empowered_team_section .empoweredDetail .empoweredTitle {
    font-size: 40px;
    line-height: 50px;
  }
}
.empowered_team_section .empoweredDetail p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
@media (max-width: 1400px) {
  .empowered_team_section .empoweredDetail p {
    font-size: 16px;
    line-height: 24px;
  }
}
.empowered_team_section .empoweredList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.empowered_team_section .empoweredList ul {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47%;
          flex: 0 0 47%;
  max-width: 47%;
}
.empowered_team_section .empoweredList ul.mrg50 {
  margin-top: 50px;
}
.empowered_team_section .empoweredList ul li h2 {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.empowered_team_section .empoweredList ul li .empowerBox {
  background: #fff;
  -webkit-box-shadow: 0px 10px 20px #ccc;
          box-shadow: 0px 10px 20px #ccc;
  padding: 30px;
  margin: 0px 15px;
  border-radius: 20px;
  margin-bottom: 30px;
}
.empowered_team_section .empoweredList ul li .empowerBox img {
  height: 100px;
}
@media (max-width: 1400px) {
  .empowered_team_section .empoweredList ul li .empowerBox img {
    height: 70px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.empowered_team_section .empoweredList ul li .empowerBox h2 {
  font-size: 50px;
  line-height: 50px;
  color: #E3000F;
  margin: 10px 0px;
}
@media (max-width: 1400px) {
  .empowered_team_section .empoweredList ul li .empowerBox h2 {
    font-size: 35px;
    line-height: 35px;
  }
}
.empowered_team_section .empoweredList ul li .empowerBox p {
  margin-bottom: 0px;
  padding-bottom: 0px;
  color: #000;
  font-size: 18px;
  line-height: 26px;
  min-height: 78px;
}
@media (max-width: 1400px) {
  .empowered_team_section .empoweredList ul li .empowerBox p {
    font-size: 16px;
    line-height: 22px;
    min-height: 60px;
  }
}
@media (max-width: 1199px) {
  .empowered_team_section .empoweredList ul li .empowerBox p {
    font-size: 14px;
    line-height: 22px;
    min-height: 30px;
  }
}
@media (max-width: 1400px) {
  .empowered_team_section .empoweredList ul li .empowerBox {
    padding: 20px;
    margin: 0px 8px;
    margin-bottom: 16px;
  }
}
@media (max-width: 480px) {
  .empowered_team_section .empoweredList ul li .empowerBox {
    margin: 0px 8px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .empowered_team_section .empoweredList ul {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 991px) {
  .empowered_team_section .empoweredList {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .empowered_team_section .empoweredList {
    margin-top: 30px;
  }
}

.homepageDetail {
  background: #F1F7FA;
}
.homepageDetail .detailFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.homepageDetail .detailFlex .content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding-right: 100px;
}
.homepageDetail .detailFlex .content h2 {
  padding-bottom: 30px;
}
@media (max-width: 1400px) {
  .homepageDetail .detailFlex .content h2 {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  .homepageDetail .detailFlex .content h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
.homepageDetail .detailFlex .content p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
  padding-bottom: 0px;
}
@media (max-width: 1400px) {
  .homepageDetail .detailFlex .content p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
  }
}
.homepageDetail .detailFlex .content a {
  color: #E3000F;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}
.homepageDetail .detailFlex .content a:hover {
  color: #03456c;
}
@media (max-width: 1400px) {
  .homepageDetail .detailFlex .content {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .homepageDetail .detailFlex .content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 25px;
  }
}
.homepageDetail .detailFlex .homepageDetailImage {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.homepageDetail .detailFlex .homepageDetailImage img {
  width: 100%;
}
@media (max-width: 991px) {
  .homepageDetail .detailFlex .homepageDetailImage {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.homepageDetail .detailFlex.flexRev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.homepageDetail .detailFlex.flexRev .content {
  padding-right: 0px;
  padding-left: 100px;
}
@media (max-width: 1400px) {
  .homepageDetail .detailFlex.flexRev .content {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .homepageDetail .detailFlex.flexRev .content {
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .homepageDetail .detailFlex.flexRev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 991px) {
  .homepageDetail .detailFlex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.contactDetails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contactDetails .contactBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contactDetails .contactBox .details {
  padding-left: 10px;
}
.contactDetails .contactBox .details p {
  padding-bottom: 0px;
}
.contactDetails .contactBox .details .add {
  font-size: 14px;
  line-height: 24px;
}
.contactDetails .contactBox .details ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.contactDetails .contactBox .details ul li p {
  margin-right: 10px;
}
.contactDetails .contactBox .details ul li a {
  color: #000;
}
.contactDetails .contactBox .details ul li a:hover {
  color: #e3000f;
}
.contactDetails .contactBox img {
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  .contactDetails .contactBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .contactDetails .contactBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.aboutussec {
  background: #03456C;
  padding: 47px 40px 38px 40px;
}
@media (max-width: 767px) {
  .aboutussec {
    padding: 30px;
  }
}
@media (max-width: 380px) {
  .aboutussec {
    padding: 25px;
  }
  .aboutussec .aboutDetail {
    font-size: 18px;
    line-height: 28px;
  }
}

.aboutBox {
  background: #fff;
  -webkit-box-shadow: 0px 10px 20px #ccc;
          box-shadow: 0px 10px 20px #ccc;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.aboutBox img {
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.aboutBox p {
  padding-left: 30px;
  margin-bottom: 0px;
  font-size: 22px;
  line-height: 32px;
  padding-bottom: 0px;
}
@media (max-width: 1400px) {
  .aboutBox {
    padding: 15px;
    margin-bottom: 20px;
    min-height: 110px;
  }
  .aboutBox img {
    height: 60px;
  }
  .aboutBox p {
    padding-left: 25px;
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 1199px) {
  .aboutBox {
    padding: 10px;
    margin-bottom: 15px;
    min-height: 100px;
  }
  .aboutBox img {
    height: 50px;
  }
  .aboutBox p {
    padding-left: 20px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 575px) {
  .aboutBox {
    max-width: 400px;
    margin: 0 auto 15px;
  }
}
@media (max-width: 480px) {
  .aboutBox {
    max-width: 300px;
    margin: 0 auto 15px;
  }
}

.dvPara {
  padding-top: 15px;
}

.manufacturingList {
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .manufacturingList {
    font-size: 16px;
    line-height: 24px;
  }
}

.commanTitleBlue {
  font-size: 45px;
  line-height: 50px;
  font-weight: 500;
  text-transform: inherit;
  padding-bottom: 20px;
  color: #fff;
}
@media (max-width: 1400px) {
  .commanTitleBlue {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 1199px) {
  .commanTitleBlue {
    font-size: 30px;
    line-height: 38px;
  }
}

.white-text {
  color: #fff;
}

.group-companies {
  padding-top: 20px;
}
.group-companies .subheading {
  text-transform: capitalize;
  margin-bottom: 20px;
  font-size: 22px;
  color: #03456c;
  text-align: center;
}
.group-companies .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.group-companies .logoBox {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.group-companies .logoBox img {
  text-align: center;
  margin: 0 auto;
  max-width: 200px;
}
@media (max-width: 767px) {
  .group-companies .logoBox img {
    margin-bottom: 20px;
    max-width: 160px;
  }
}

.ctaSectionPresence {
  padding: 60px 0px;
}
.ctaSectionPresence h2 {
  padding-bottom: 30px;
}
.ctaSectionPresence p {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 10px;
}

.jobOpeningsSection {
  padding: 60px 0px;
  background: #f1f2f3;
}
.jobOpeningsSection .jobList ul li {
  -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.16);
  padding: 15px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.jobOpeningsSection .jobList ul li .leftBox {
  width: calc(100% - 160px);
}
.jobOpeningsSection .jobList ul li .rightbox {
  width: 160px;
  text-align: right;
}
.jobOpeningsSection .jobList ul li .hd3 {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
@media (max-width: 767px) {
  .jobOpeningsSection .jobList ul li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }
  .jobOpeningsSection .jobList ul li .leftBox {
    width: 100%;
    margin-bottom: 10px;
  }
  .jobOpeningsSection .jobList ul li .rightbox {
    width: 100%;
    text-align: center;
  }
  .jobOpeningsSection .jobList ul li .hd3 {
    font-size: 18px;
  }
}/*# sourceMappingURL=style.css.map */