html {
  overflow-x: hidden;
}
:root {
  --dark-blue: #0a3559;
}
body {
  overflow-x: hidden;
  margin: 0;
  font-family: 'Poppins', sans-serif !important;
}
a {
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
}
button {
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
}


.b1-box1-new {
  position: relative;
}

.b1-box1-new .bannerCaptionTop {
  position: absolute;
  top: 10%;
  /* background-color: #00000015; */
  padding: 10px 20px;
  /* width: 100%; */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
.b1-box1-new .bannerCaptionTop h1 {
  color: white;
  font-size: 18px;
}

.b1-box1-new .bannerCaption {
  position: absolute;
  bottom: 25%;
  /* background-color: #00000015; */
  padding: 10px 20px;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.8);
  /* width: 100%; */
}
.b1-box1-new .bannerCaption h1 {
  color: white;
  font-size: 32px;
}
.b1-box1-new .bannerCaption h2 {
  color: white;
  font-size: 16px;
  margin-top: 40px;
}
.b1-box1-new .bannerCaption h3 {
  color: white;
  font-size: 26px;
}

.dark-blue-col {
  color: #071523;
}

.serviceGroup .serviceGroup-title {
  font-size: 18px;
  font-weight: bold;
  color: var(--dark-blue);
}
.serviceGroup-Cont {
  border: 1px solid #ccc;
  padding: 10px;
}
.banner5 .serviceGroup p {
  min-height: 160px;
}
.banner5 .serviceGroup ul {
  min-height: 270px;
}
.banner5 .serviceGroup p,
.banner5 .serviceGroup ul {
  font-size: 16px;
  line-height: 22px;
}

@media (max-width: 768px){
  .banner5 .serviceGroup p {
    min-height: 60px;
  }
  .banner5 .serviceGroup ul {
    min-height: 170px;
  }
}


@media (min-width: 989px) and (max-width: 1300px) {
  .b12-11 img {
    width: 41px !important;
  }
  .b12-12 h1 {
    font-size: 35px !important;
  }
}

@media (min-width: 230px) and (max-width: 988px) {
  .b1-box1-new {
    float: left;
    width: 100% !important;
  }
  .b1-box2-new {
    float: left;
    width: 100% !important;
  }
  .a {
    float: left !important;
    width: 50% !important;
  }
  .b {
    float: left !important;
    width: 50% !important;
  }
  .b1-box2-new {
    height: 100% !important;
  }
}

@media (min-width: 230px) and (max-width: 575px) {
  .b12-12 h1 {
    margin-top: -9px;
    margin-bottom: 0px;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
  }
  .b12-11 {
    width: 27% !important;
  }
  .b1-box2-new {
    width: 100% !important;
    padding: 38px 10px 0px 10px !important;
    height: 100% !important;
  }
  .b12-12 {
    width: 73% !important;
  }
  .b12-12 p {
    color: white !important;
    font-size: 12px !important;
  }
  .b12-12 h1 {
    margin-top: -9px !important;
    margin-bottom: 0px !important;
    font-size: 30px !important;
    font-weight: 700 !important;
    color: #fff !important;
  }
  .b12-11 img {
    width: 40px !important;
  }
  .b12-12 h6 {
    margin-top: 11px !important;
    color: white !important;
    font-size: 12px !important;
  }
  .b1-box1-new img {
    height: unset !important;
  }
}

@media only screen and (max-width: 399px) {
  .a {
    float: left !important;
    width: 100% !important;
  }
  .b {
    float: left !important;
    width: 100% !important;
  }

  .b12-12 h1 {
    margin-top: -9px;
    margin-bottom: 0px;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
  }
  .b12-11 {
    width: 23% !important;
  }
  .b1-box2-new {
    width: 100% !important;
    padding: 38px 10px 0px 10px !important;
    height: 100% !important;
  }
  .b12-12 {
    width: 73% !important;
  }
  .b12-12 p {
    color: white !important;
    font-size: 12px !important;
  }
  .b12-12 h1 {
    margin-top: -9px !important;
    margin-bottom: 0px !important;
    font-size: 30px !important;
    font-weight: 700 !important;
    color: #fff !important;
  }
  .b12-11 img {
    width: 39px !important;
  }
  .b12-12 h6 {
    margin-top: 11px !important;
    color: white !important;
    font-size: 12px !important;
  }
}

@media only screen and (max-width: 1024px) {
  .float-sm-new2 {
    top: 51% !important;
  }
}

@media only screen and (max-width: 350px) {
  .normal_form {
    font-size: 12px !important;
  }
}

.header {
  float: left;
  width: 100%;
  padding: 5px 0px;
}
.logopart {
  width: 50%;
  float: left;
}
.logopart img {
  width: 340px;
  float: left;
  object-fit: contain;
}
.mailpart {
  width: 33%;
  float: left;
  padding: 43px 0px 28px 0px;
}

.sec-2 {
  display: block;
  margin: auto;
  width: 100%;
  float: none;
}

.sec-2 .msg-box {
  width: 100%;
  /* height: 344px; */
  float: none;
  margin: auto;
  display: block;
  /* background: #ffffff00; */
}

.sec-2 .msg-box .heads {
  width: 100%;
  padding: 25px 0px 15px 0px;
  text-align: center;
  float: left;
  background: #15b7d3;
  border-radius: 30px 30px 0px 0px;
}

.sec-2 .msg-box .heads h2 {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 23px;
  color: #ffffff;
  line-height: 15px;
}

.sec-2 .msg-box .bodys {
  width: 100%;
  float: left;
  background: #ffffff;
  /* height: 248px; */
  border-radius: 0px 0px 30px 30px;
}

.form-area1 {
  width: 100%;
  background-color: #16a2ba;
  border-radius: 0px 0px 30px 30px;
  float: left;
  padding: 23px 22px 40px 22px;
}

.form_div {
  border-bottom: 1px solid #b0aaaa;
  color: #272626;
  display: block;
  background: #fcfcfc;
  font-size: 13px;
  height: 30px;
  margin-bottom: 20px !important;
  padding: 0 20px;
  outline: none;
  /* background: #ffffff; */
  width: 100%;
  /* padding-left: 0px; */
  border: none;
  transition: all 500ms ease;
  /* border-bottom: solid 1px #e3e3e3; */
  /* padding: 15px; */
  border-radius: 10px;
  /* padding-top: 15px; */
  float: left;
  width: 100%;
}

.hidden-input-field {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

.titel_normal {
  line-height: 25px;
  position: absolute;
  width: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #0f0f0f;
  text-transform: uppercase;
  border-right: solid 1px #e3e3e3;
}

.titel_normal img {
  height: 28px;
}

.titel_normal-2 img {
  height: 34px;
  margin-top: -60px;
}

.hidden-input-field {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

.normal_form {
  display: block;
  font-size: 14px;
  outline: none;
  background: transparent;
  padding-left: 0px;
  border: none;
  transition: all 500ms ease;
  padding: 15px;
  float: left;
  left: 60px;
  position: relative;
  padding: 5px 0px;
  font-weight: 500;
  color: #0f0f0f;
}

.form_div-2 {
  border-bottom: 1px solid #b0aaaa;
  color: #272626;
  display: block;
  background: #fcfcfc;
  font-size: 13px;
  height: auto;
  margin-bottom: 20px !important;
  padding: 0 20px;
  outline: none;
  /* background: #ffffff; */
  width: 100%;
  /* padding-left: 0px; */
  border: none;
  transition: all 500ms ease;
  /* border-bottom: solid 1px #e3e3e3; */
  /* padding: 15px; */
  border-radius: 10px;
  /* padding-top: 15px; */
  float: left;
  width: 100%;
}

.normal_form-textarea {
  height: 70px;
  width: 83%;
  float: left;
  /* position: relative; */
  font-size: 14px;
  color: #000;
  line-height: 20px;
  margin: 0;
  padding: 7px 0px;
  background: 0 0;
  border: none;
  transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}

.normal_form-2 {
  display: block;
  font-size: 14px;
  outline: none;
  background: transparent;
  padding-left: 0px;
  border: none;
  transition: all 500ms ease;
  padding: 15px;
  float: left;
  left: 60px;
  position: relative;
  padding: 10px 0px;
  font-weight: 500;
  color: #0f0f0f;
}

.form-bot {
  width: 100%;
  float: left;
}

.form-boto-st {
  width: 100%;
  float: none;
  background: #035c6f;
  color: #d5dee1;
  margin-left: auto;
  margin-right: auto;
  display: block;
  border: none;
  height: 50px;
  border-radius: 13px;
  margin-top: 1px;
  cursor: pointer;
  transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}

.form-boto-st:hover {
  background: #ffffff;
  border: 1px solid #035c6f;
  color: #035c6f;
}

.titel_normal-2 {
  line-height: 100px;
  position: absolute;
  width: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #0f0f0f;
  text-transform: uppercase;
  border-right: solid 1px #e3e3e3;
}

.mailpart a {
  color: black;
  text-decoration: none;
}
.mailpart a:hover {
  color: #15b7d3;
}
.mailpart h6 {
  padding-right: 40px;
  text-align: right;
  margin: 0px;
  width: 100%;
  color: #06375f;
  font-size: 16px;
  font-weight: 500;
  float: left;
}
.mailpart h6 img {
  float: none;
  width: 25px;
  margin-right: 4px;
}

.menu-btn {
  float: left;
  margin-top: 31px;
  margin-right: 0px;
}
.menu-btn a {
  float: right;
  background: #06375f;

  color: white;
  padding: 10px 0px;
  height: 44px;
  width: 195px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  border-radius: 33px;
  transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}
.menu-btn a:hover {
  text-decoration: none;
  background: #15b7d3;
  color: black;

  transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}

.hdr-swch {
  margin-right: 39px;
  float: right;
  position: relative;
  margin-top: 31px;
}
.hdr-swch > span.on:hover .tt {
  display: block !important;
}

.tt {
  display: none;
}
.hdr-swch > span {
  position: absolute;
  top: 14px;
  pointer-events: none;
  margin-top: -6px;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  width: 50%;
  text-align: center;
}

input.check-toggle-round-flat:checked ~ .off {
  color: #fff;
}

input.check-toggle-round-flat:checked ~ .on {
  color: #000;
}

.hdr-swch > span.on {
  font-size: 14px;
  left: 0;
  padding-top: 2px;
  left: -2px;
  color: #f5f6f7;
}

.hdr-swch > span.off {
  font-size: 14px;
  right: 0px;
  top: 16px;
  padding-right: 7px;
  color: #000;
}

.check-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.check-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input.check-toggle-round-flat + label {
  width: 75px;
  height: 41px;
  background-color: #15b7d3;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}
input.check-toggle-round-flat + label:before,
input.check-toggle-round-flat + label:after {
  display: block;
  position: absolute;
  content: '';
}

input.check-toggle-round-flat + label:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #15b7d3;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}
input.check-toggle-round-flat + label:after {
  top: -2px;
  left: -8px;
  bottom: 4px;
  width: 46px;
  height: 44px;
  background-color: #0e3757;
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
  -ms-border-radius: 52px;
  -o-border-radius: 52px;
  border-radius: 52px;
  -webkit-transition: margin 0.2s;
  -moz-transition: margin 0.2s;
  -o-transition: margin 0.2s;
  transition: margin 0.2s;
}

input.check-toggle-round-flat:checked + label:after {
  margin-left: 38px;
}

.banner1 {
  float: left;
  width: 100%;
}

.b1-box1-new {
  width: 65%;
  float: left;
}

.b1-box1-new img {
  width: 100%;
  object-fit: cover;
  height: 435px;
}

.b1-box2-new {
  height: 435px;
  width: 35%;
  float: left;
  padding: 40px 50px 8px 70px;
  background-color: #194a71;
}

.b12-1 {
  float: left;
  width: 100%;
  margin-bottom: 36px;
}

.b12-11 {
  float: left;
  width: 18%;
}

.b12-11 img {
  width: 50px;
  float: none;
  margin-top: auto;
  display: block;
}

.b12-12 {
  float: left;
  width: 82%;
}

.b12-12 h1 {
  margin-top: -10px;
  margin-bottom: 0px;
  float: left;
  font-size: 50px;
  font-weight: 600;
  color: #fff;
}

.b12-12 h6 {
  margin-top: 16px;
  color: #f3f6f7;
  font-size: 18px;
  font-weight: 400;
  width: 100%;
  margin-bottom: 0px;
  float: left;
  text-align: left;
  line-height: 20px;
}

.b12-12 p {
  color: #f3f6f7;
  font-size: 18px;
  font-weight: 400;
  width: 100%;
  margin-bottom: 0px;
  float: left;
  text-align: left;
  line-height: 20px;
}

.b1-box1 {
  float: left;
  width: 50%;
  background-image: url('../images/slide-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 190px 53px 190px 210px;
}
.b1-box1 h1 {
  font-size: 70px;
  font-weight: 300;
  color: #fff;
  line-height: 82px;
  width: 100%;
  float: left;
}
.b1-box1 h1 span {
  font-weight: 500;
}
.b1-box2 {
  float: left;
  width: 50%;
}
.b1-box2 img {
  width: 100%;
  object-fit: cover;
  float: left;
  height: 750px;
  border-bottom-left-radius: 30px;
}
.banner2 {
  float: left;
  width: 100%;
  padding: 40px 0px 100px 0px;
}
.banner2 h2 {
  font-size: 50px;
  line-height: 70px;
  width: 100%;
  color: var(--dark-blue);
  font-weight: 300;
}
.b2-box1 {
  width: 100%;
  float: left;
  padding-top: 25px;
}
.b2-box1 p {
  font-size: 15px;
  color: #000;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
}

.b2-box1 img {
  float: right;
  margin: auto;
  display: block;
  object-fit: cover;
  margin-left: 24px;
  margin-bottom: 20px;
  border-radius: 30px;
  width: 43%;
}

.banner3 {
  float: left;
  width: 100%;
  position: relative;
}
.b3-1 {
  border-top-left-radius: 30px;
  width: 90%;
  background-color: #0a3559;
  float: right;
  padding: 70px 89px 70px 435px;
}
.b3-1 h3 {
  width: 100%;
  font-size: 63px;
  color: #fff;
  font-weight: 300;
  line-height: 81px;
  float: left;
}
.b3-1 p {
  padding-top: 20px;
  float: left;
  width: 84%;
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  line-height: 32px;
  text-align: justify;
}
.banner3 img {
  position: absolute;
  top: 141px;
  float: left;
  max-width: 100%;
  object-fit: cover;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.banner4 {
  float: left;
  width: 100%;
  padding: 40px 0px 40px 0px;
}
.b4-1 {
  float: right;
  width: 60%;
}
.b4-1 h1 {
  width: 100%;
  font-size: 58px;
  color: #15b7d3;
  font-weight: 500 !important;
  line-height: 70px;
  float: left;
}
.b4-box1 {
  margin-top: -55px;
  float: left;
  width: 50%;
}
.b4-11 {
  float: left;
  width: 15%;
}
.b4-11 h4 {
  padding-top: 68px;
  font-size: 50px;
  color: #0a3559;
  font-style: italic;
  font-weight: bold;
}
.b4-12 {
  width: 85%;
  float: left;
}
.b4-12 img {
  width: 85px;
  object-fit: cover;
  margin-bottom: 20px;
  float: left;
}
.b4-12 h2 {
  font-size: 26px;
  color: var(--dark-blue);
  font-weight: 600;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.b4-12 p {
  font-weight: 400;
  color: #000;
  line-height: 30px;
  font-size: 15px;
  float: left;
  width: 88%;
}

.b4-box2 {
  float: left;
  width: 50%;
  margin-top: 40px;
}
.b4-21 {
  float: left;
  width: 15%;
}
.b4-21 h4 {
  padding-top: 72px;
  font-size: 50px;
  color: #15b7d3;
  font-style: italic;
  font-weight: bold;
}
.b4-22 {
  width: 85%;
  float: left;
}
.b4-22 img {
  width: 85px;
  object-fit: cover;
  margin-bottom: 20px;
  float: left;
}
.b4-22 h2 {
  font-size: 26px;
  color: var(--dark-blue);
  font-weight: 600;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.b4-22 p {
  font-weight: 400;
  color: #000;
  line-height: 30px;
  font-size: 15px;
  float: left;
  width: 88%;
}

.b4-box3 {
  float: left;
  width: 50%;
  margin-top: -100px;
}
.b4-31 {
  float: left;
  width: 15%;
}
.b4-31 h4 {
  padding-top: 72px;
  font-size: 50px;
  color: #15b7d3;
  font-style: italic;
  font-weight: bold;
}
.b4-32 {
  width: 85%;
  float: left;
}
.b4-32 img {
  width: 85px;
  object-fit: cover;
  margin-bottom: 20px;
  float: left;
}
.b4-32 h2 {
  font-size: 26px;
  color: var(--dark-blue);
  font-weight: 600;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.b4-32 p {
  font-weight: 400;
  color: #000;
  line-height: 30px;
  font-size: 15px;
  float: left;
  width: 88%;
}

.b4-box4 {
  margin-top: 50px;
  float: left;
  width: 50%;
}
.b4-41 {
  float: left;
  width: 15%;
}
.b4-41 h4 {
  padding-top: 68px;
  font-size: 50px;
  color: #0a3559;
  font-style: italic;
  font-weight: bold;
}
.b4-42 {
  width: 85%;
  float: left;
}
.b4-42 img {
  width: 85px;
  object-fit: cover;
  margin-bottom: 20px;
  float: left;
}
.b4-42 h2 {
  font-size: 26px;
  color: var(--dark-blue);
  font-weight: 600;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.b4-42 p {
  font-weight: 400;
  color: #000;
  line-height: 30px;
  font-size: 15px;
  float: left;
  width: 88%;
}

.b4-box5 {
  float: left;
  width: 50%;
  margin-top: -100px;
}
.b4-51 {
  float: left;
  width: 15%;
}
.b4-51 h4 {
  padding-top: 72px;
  font-size: 50px;
  color: #0a3559;
  font-style: italic;
  font-weight: bold;
}
.b4-52 {
  width: 85%;
  float: left;
}
.b4-52 img {
  width: 85px;
  object-fit: cover;
  margin-bottom: 20px;
  float: left;
}
.b4-52 h2 {
  font-size: 26px;
  color: #000;
  font-weight: 600;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.b4-52 p {
  font-weight: 400;
  color: #000;
  line-height: 30px;
  font-size: 15px;
  float: left;
  width: 88%;
}

.b4-extra {
  float: left;
  width: 50%;
}
.b4-extra h2 {
  float: right;
  width: 84%;
  font-size: 42px;
  color: #15b7d3;
  /*font-style: bold;*/
  font-weight: 700;
  margin-top: 80px;
}

.banner5 {
  width: 100%;
  float: left;
  padding-bottom: 70px;
  position: relative;
}

.jump-img {
  position: absolute;
  right: 259px;
  top: -193px;
  width: 200px;
}
.bounce {
  animation: bounce 6s ease infinite;
}
@keyframes bounce {
  70% {
    transform: translateY(0%);
  }
  80% {
    transform: translateY(-15%);
  }
  90% {
    transform: translateY(0%);
  }
  95% {
    transform: translateY(-7%);
  }
  97% {
    transform: translateY(0%);
  }
  99% {
    transform: translateY(-3%);
  }
  100% {
    transform: translateY(0);
  }
}

.bounce2 {
  animation: bounce2 6s ease infinite;
}
@keyframes bounce2 {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.banner5img {
  float: left;
  width: 100%;
  border-radius: 30px;
}

.banner5 h3 {
  color: var(--dark-blue);
  font-weight: 300;
  /* letter-spacing: 2px; */
  font-size: 60px;
  padding-top: 50px;
  padding-bottom: 20px;
  width: 100%;
  float: left;
}
.banner5 p {
  float: left;
  width: 75%;
  font-weight: 400;
  font-size: 15px;
  color: #000;
  line-height: 30px;
}

.banner6 {
  position: relative;
  float: left;
  width: 100%;
  background-image: url('../images/bg-test.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 100px;
}
.banner6 h1 {
  rotate: -3deg;
  padding-top: 2px;
  font-size: 80px;
  font-weight: 300;
  color: #0a3559;
  float: left;
}

.qatarimg {
  position: absolute;
  top: -198px;
  right: 0;
  z-index: -999;
}

.facilities .owl-stage-outer {
  padding-top: 45px;
}
.facilities .owl-nav {
  float: right;

  position: absolute;
  top: -80px;
  right: 0px;
}
.facilities.owl-drag .owl-item {
  padding-bottom: 44px;
}
.facilities .owl-prev img {
  width: 55px !important;
  margin-right: 15px;
}
.facilities .owl-next img {
  width: 55px !important;
}
.loop-1 {
  position: relative;
  float: left;
  width: 100%;
  border-radius: 30px;
  border: 5px solid #fff;
  padding: 115px 60px;
}
.loop-img {
  position: absolute;
  top: -45px;
  width: 100px !important;
  display: block !important;
  left: -8px;
  display: block !important;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
}
.hov-img {
  position: absolute;
  top: -45px;
  width: 100px !important;
  display: none !important;
  left: -8px;
  display: none !important;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
}
.loop-1 p {
  float: left;
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  line-height: 30px;
}

.loop-1:hover .hov-img {
  display: block !important;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
}
.loop-1:hover .loop-img {
  display: none !important;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
}
.loop-1:hover {
  border: 5px solid #15b7d3;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
}
.loop-1:hover h5 {
  background-color: #15b7d3;
  color: #000;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
}
.loop-1 h5 {
  background-color: #fff;
  font-size: 19px;
  color: #000;
  font-weight: 700;
  border-radius: 30px;
  padding: 18px 0px;
  float: left;
  width: 250px;
  text-align: center;
  position: absolute;
  bottom: -40px;
  left: 140px;
}

.main-box {
  float: left;
  width: 100%;
  margin-top: 88px;
  position: relative;
}
.banner7 {
  float: left;
  padding: 70px 0px 100px 0px;
  width: 100%;
}
.banner7 h3 {
  width: 30%;
  float: left;
  color: var(--dark-blue);
  font-weight: 300;
  font-size: 65px;
  margin-bottom: 60px;
}
.banner7 h1 {
  width: 70%;
  float: left;
  font-size: 56px;
  font-weight: 300;
  color: #15b7d385;
}

.b3slidebox {
  position: relative;
  margin-top: 20px;
  height: 350px;
  width: 100%;
  float: left;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  margin-top: 50px;
}

.overlay-slide {
  background-color: #15b7d3;
  position: absolute;
  width: 100%;
  height: 350px;
  border-radius: 15px;
  overflow: hidden;
}
.loop-con {
  float: left;
  width: 100%;
  padding: 37px 40px;
  position: absolute;
  height: 350px;
}
.b3slidebox h4 {
  margin-left: 40px;
  background-color: #0a3559;
  padding: 20px 0px;
  text-align: center;
  font-weight: 600;
  font-size: 36px;
  width: 80px;
  height: 83px;
  border-radius: 20px;
  float: left;
  color: #b2f2ff;
  position: absolute;
  top: -42px;
  z-index: 999;
}

.loop-con h2 {
  line-height: 40px;
  width: 100%;
  float: left;
  padding-top: 30px;
  color: #fff;
  font-weight: 500;
  font-size: 22px;
}
.loop-con p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  float: left;
  width: 100%;
  padding-top: 20px;
}
.b3slideboximg {
  height: 165px;
  position: absolute;
  right: -28px;
  bottom: -30px;
}

.b3slidebox2 {
  position: relative;
  height: 350px;
  width: 100%;
  float: left;
  border-radius: 15px;
  margin-top: 120px;
}

.overlay-slide2 {
  background-color: #0a3559;
  position: absolute;
  width: 100%;
  height: 350px;
  border-radius: 15px;
  overflow: hidden;
}
.loop-con2 {
  float: left;
  width: 100%;
  padding: 37px 40px;
  position: absolute;
  height: 350px;
}
.b3slidebox2 h4 {
  margin-left: 40px;
  background-color: #15b4d4;
  padding: 20px 0px;
  text-align: center;
  font-weight: 600;
  font-size: 36px;
  width: 80px;
  height: 83px;
  border-radius: 20px;
  float: left;
  color: #fff;
  position: absolute;
  top: -42px;
  z-index: 999;
}

.loop-con2 h2 {
  line-height: 40px;
  width: 100%;
  float: left;
  padding-top: 40px;
  color: #fff;
  font-weight: 500;
  font-size: 22px;
}
.loop-con2 p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  float: left;
  width: 100%;
  padding-top: 20px;
}
.b3slideboximg2 {
  height: 165px;
  position: absolute;
  right: -28px;
  bottom: -30px;
}

.b3slidebox3 {
  position: relative;
  height: 350px;
  width: 100%;
  float: left;
  border-radius: 15px;
  margin-top: 50px;
}

.overlay-slide3 {
  background-color: #0a3559;
  position: absolute;
  width: 100%;
  height: 350px;
  border-radius: 15px;
  overflow: hidden;
}
.loop-con3 {
  float: left;
  width: 100%;
  padding: 37px 40px;
  position: absolute;
  height: 350px;
}
.b3slidebox3 h4 {
  margin-left: 40px;
  background-color: #15b4d4;
  padding: 20px 0px;
  text-align: center;
  font-weight: 600;
  font-size: 36px;
  width: 80px;
  height: 83px;
  border-radius: 20px;
  float: left;
  color: #fff;
  position: absolute;
  top: -42px;
  z-index: 999;
}

.loop-con3 h2 {
  line-height: 40px;
  width: 100%;
  float: left;
  padding-top: 40px;
  color: #fff;
  font-weight: 500;
  font-size: 22px;
}
.loop-con3 p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  float: left;
  width: 100%;
  padding-top: 20px;
}
.b3slideboximg3 {
  height: 165px;
  position: absolute;
  right: -28px;
  bottom: -30px;
}

.b3slidebox4 {
  position: relative;
  height: 380px;
  width: 100%;
  float: left;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  margin-top: 120px;
}

.overlay-slide4 {
  background-color: #15b7d3;
  position: absolute;
  width: 100%;
  height: 370px;
  border-radius: 15px;
  overflow: hidden;
}
.loop-con4 {
  float: left;
  width: 100%;
  padding: 37px 40px;
  position: absolute;
  height: 370px;
}
.b3slidebox4 h4 {
  margin-left: 40px;
  background-color: #0a3559;
  padding: 20px 0px;
  text-align: center;
  font-weight: 600;
  font-size: 36px;
  width: 80px;
  height: 83px;
  border-radius: 20px;
  float: left;
  color: #b2f2ff;
  position: absolute;
  top: -42px;
  z-index: 999;
}

.loop-con4 h2 {
  line-height: 40px;
  width: 100%;
  float: left;
  padding-top: 30px;
  color: #fff;
  font-weight: 500;
  font-size: 22px;
}
.loop-con4 p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  float: left;
  width: 89%;
  /* padding-bottom: 40px; */
  padding-top: 1px;
}
.b3slideboximg4 {
  height: 165px;
  position: absolute;
  right: -28px;
  bottom: -30px;
}

.careerban2 {
  float: left;
  width: 100%;
  padding-bottom: 65px;
  padding-top: 100px;
  /*background: linear-gradient(90deg, rgba(6,29,51,1) 0%, rgba(6,28,50,1) 100%);*/

  background: linear-gradient(180deg, #0bb9d4 0%, #0a3559 100%);
}
.contactform {
  width: 100%;
  float: left;
}

.cr-wd {
  margin-right: auto;
  margin-left: auto;
  width: 850px;
}
.cr-wd h2 {
  text-align: center;
  font-weight: 300;
  color: #fff;
  font-size: 60px;
  margin-bottom: 45px;
}

.contact-snd {
  border-radius: 30px;
  width: 350px;
  height: 70px;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 20px;
  font-style: normal;
  font-stretch: normal;
  border: none;
  line-height: normal;
  /* letter-spacing: 1.8px; */
  /* width: 81%; */
  text-align: center;
  padding: 22px 0px;
  border: none;
  background: #fff;
  color: #071523;
  margin-right: auto;
  margin-left: auto;
  display: block;
  float: none;
  margin-top: 35px;
  /* border: solid 2px #a3238e; */
  cursor: pointer;
  transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}
.contact-snd:hover {
  background: transparent;
  border: 1px solid #4e9abc;
  color: #4e9abc;
  transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}

::placeholder {
  color: #f4f5f5;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #f4f5f5;
}

.mct_form {
  color: black !important;
  display: block;
  font-weight: 400;
  font-size: 15px;

  height: 90px;
  margin-bottom: 25px !important;
  padding: 0 20px;
  outline: none;
  background: white;
  width: 100%;
  padding-left: 0px;
  border: none;
  transition: all 500ms ease;
  border: solid 1px #25384b8c;
  margin-top: 3px;
  width: 100%;
  float: left;
  padding: 15px 25px;
  margin-top: 17px;
  border-radius: 25px;
}

.banner8 {
  position: relative;
  /*background-image: url("../images/ftr-icon.png");*/
  background-repeat: no-repeat;
  background-position: right;
  background-size: 186px;
  background-position-y: 477px;
  float: left;
  width: 100%;
  padding: 70px 0px 45px 0px;
  background-color: #0a3559;
}
.banner8 h2 {
  float: left;
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 45px;
  line-height: 62px;
  font-weight: 300;
  margin-bottom: 50px;
}

.b8-1 {
  float: left;
  width: 100%;
  padding: 25px 25px;
  border: 2px solid #215888;
  border-radius: 20px;
  height: 224px;
}

.b8-1 img {
  width: 50px;
  float: left;
  margin-bottom: 20px;
  object-fit: cover;
}
.b8-1 h3 {
  float: left;
  width: 100%;
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 20px;
  color: #15b7d3;
}
.b8-1 h6 {
  float: left;
  width: 100%;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 20px;
  color: #fff;
}
.b8-1 a {
  text-decoration: none;
  color: #fff;
}
.b8-1 a:hover {
  color: #215888;
}
.b8-main {
  float: left;
  width: 100%;
  padding-bottom: 70px;
}

.b8-2 {
  float: left;
  width: 100%;
  padding: 25px 25px;
  border: 2px solid #215888;
  border-radius: 20px;
  margin-top: 0px;
  height: 224px;
}

.b8-2 img {
  width: 50px;
  float: left;
  margin-bottom: 20px;
  object-fit: cover;
}
.b8-2 h3 {
  float: left;
  width: 100%;
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 20px;
  color: #15b7d3;
}
.b8-2 h6 {
  float: left;
  width: 100%;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 20px;
  color: #fff;
}
.b8-2 a {
  text-decoration: none;
  color: #fff;
}
.b8-2 a:hover {
  color: #215888;
}

.footer {
  float: left;
  width: 100%;
  padding: 70px 0px 50px 0px;
  border-top: 1px solid #215888;
}

.footerimg {
  width: 28%;
  margin: auto;
  float: none;
  object-fit: cover;
  display: block;
}
.sm {
  float: left;
  width: 100%;
  padding: 25px 25px;
  border: 2px solid #215888;
  border-radius: 20px;
  height: 224px;
}

.sm2 {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 55px;
  padding-bottom: 60px;
}
.sm2 img {
  width: 55px;
  float: none;
  display: inline-block;
  margin: auto;
  margin-right: 10px;
  filter: brightness(1111);
}
.sm2 img:hover {
  text-decoration: none;
  transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  transform: rotateY(360deg);
  transform-style: preserve-3d;
  transition: transform 0.8s;
}

.banner8 h5 {
  text-align: center;
  width: 100%;
  font-size: 16px;
  color: #b1c3d3;
  font-weight: 400;
  float: left;
}

.float-sm-new {
  background: #0a3559;
  text-transform: uppercase;
  padding: 13px 8px 11px 23px;
  width: 242px;
  position: fixed;
  right: -160px;
  z-index: 11;
  font: normal normal 10px Arial;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  top: 40%;
  height: 63px;
  text-align: left;
  line-height: 34px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.float-sm-new img {
  margin-right: 15px;
  margin-left: 5px;
  width: 40px;
}

.float-instt {
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  line-height: 38px !important;
  vertical-align: top !important;
  font-size: 15px;
  text-decoration: none;
}

.float-sm-new:hover {
  right: 0;
}

.float-sm-new2 {
  top: 51%;
  background-color: #328411;
}

.float-sm-new2 img {
  width: 35px !important;
}
.float-sm-new3 {
  top: 62%;
  background-color: #15b7d3;
}

.float-sm-new4 {
  top: 375px;
}

.sm img:hover {
  text-decoration: none;
  transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  transform: rotateY(360deg);
  transform-style: preserve-3d;
  transition: transform 0.8s;
}

.sm h3 {
  float: left;
  width: 100%;
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 20px;
  color: #15b7d3;
}
.sm p {
  width: 100%;
  float: left;
  text-align: left;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  color: white;
  margin-bottom: 0px;
}

@media (max-width: 500px) {
  .sm p br {
    display: none;
  }
}

/*booknowcode*/
.quick-top {
  cursor: pointer;
}

.close_form {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 424px;
  top: 0;
  background: #15b3d5 url(../images/close.svg) no-repeat center center;
  background-size: 20px 20px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: none;
  cursor: pointer;
}
.close_form:focus {
  outline: none;
}

.request-sec {
  position: absolute;
  right: 0;
  width: 100%;
  top: -450px;
  right: 0;
  height: 100%;
  /* background: #00000096; */
  z-index: 9999999;
}

.req-form {
  width: 427px;
  float: right;
  height: auto;
  margin-right: 0;
  opacity: 1;
  background: #fff;
  padding: 30px 30px 50px 30px;
  top: 0;
  position: relative;
  right: 0;
  /* height: 100%; */
  z-index: 99;
}

.field_area {
  width: 100%;
  float: left;
  position: relative;
  margin: 0 0 15px;
}
.field_area-d {
  width: 50%;
  float: left;
  position: relative;
  margin: 15px 0 28px;
}
.field_area label {
  color: #06375f;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 3px;
}

.field_area input[type='email'],
.field_area input[type='number'],
.field_area input[type='text'] {
  width: 100%;
  float: left;
  /* position: relative; */
  font-size: 15px;
  color: #000;
  line-height: 20px;
  margin: 0;
  padding: 7px 10px;
  background: 0 0;
  border: none;
  border-bottom: solid 1px #06375f;
  transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}
.field_area textarea {
  height: 70px;
  width: 100%;
  float: left;
  /* position: relative; */
  font-size: 15px;
  color: #000;
  line-height: 20px;
  margin: 0;
  padding: 7px 10px;
  background: 0 0;
  border: none;
  border-bottom: solid 1px #06375f;
  transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}

.new-fl .iti__selected-flag {
  /* left: 35px !important; */
  padding: 0;
}
.new-fl {
  padding-left: 0;
}
.new-fl input{
  padding-left: 20px !important;
}
.new-fl .iti{
  padding: 6px;
  margin: 0;
}

::placeholder {
  color: black;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: black;
}

.hidden-input-field {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

.quick-send {
  width: 100%;
  border: 0;
  margin-top: 15px;
  box-shadow: inset 400px 0 0 0 #15b3d5;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  color: #fff;
  padding: 10px;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  border-radius: 10px;
}

.quick-send:hover {
  color: #000;
  box-shadow: inset 0px 0 0 0 #15b3d5;
  /* background: #1BB177; */
}

.field_area input[type='email'],
.field_area input[type='number'],
.field_area input[type='text'],
.field_area textarea:focus {
  outline: none;
}

.topfooterbox a {
  float: left;
  width: 100%;
  font-size: 14px;
  color: black;
  margin-top: 6px;
}

.topfooterbox a:hover {
  text-decoration: none;
}

.rlabel::after {
  content: '';
  height: 8px;
  width: 8px;
  background: transparent;
  position: absolute;
  top: calc(50% - 4px);
  left: calc(50% - 4px);
  border-radius: 50%;
}
.rlabel {
  border: 1.2px solid #83bf41;
  border-radius: 50%;
  cursor: pointer;
  height: 16px;
  width: 16px;
  margin: 0px;
  position: relative;
  margin-left: -29px;
  margin-right: 29px;
  left: 0px;
  top: 4px;
}
.r-input {
  border: 0;
  margin-bottom: 15px;
  margin-top: 11px;
  margin-left: 10px;
  margin-right: 10px;
  outline: none;
  position: relative;
  opacity: 0;
}
.f-input {
  width: 90%;
  border: 0;
  border-bottom: 1px solid #b7b7b7;
  margin-bottom: 40px;
  margin-top: 30px;
  outline: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 13px;
  font-weight: 400;
  color: #000000;
  padding: 5px 0px;
  position: absolute;
  overflow: hidden;
  z-index: 0;
  opacity: 0;
}
.f-input + label {
  width: 100%;
  font-size: 13px !important;
  font-weight: 300;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 4px 0px;
  /* width: 100%; */
  width: 200px;
  margin-top: 30px;
  float: left;
  color: #ffffff;
  text-align: center;
  /* background: #e24a30; */
  background: #83bf41;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  text-decoration: none !important;
  /* border: 1px solid #b7b7b7; */
  border: none;
}
.r-input[type='radio']:checked + .rlabel::after {
  background: black;
}

.bn-title {
  width: 100%;
}

.mct_form-bn {
  border-bottom: 1px solid #b0aaaa;
  color: #272626;
  display: block;
  font-weight: 300;
  font-size: 15px;
  /* text-transform: uppercase; */
  height: 50px;
  margin-bottom: 25px !important;
  padding: 0 20px;
  outline: none;
  background: #ffffff;
  width: 100%;
  padding-left: 0px;
  border: none;
  transition: all 500ms ease;
  border: solid 1px rgba(46, 67, 110, 0.22);
  margin-top: 3px;
  width: 100%;
  float: left;
  padding-left: 0px !important;
  margin-top: 0px;
  /* border-radius: 5px;*/
}

/*booknowcomplete*/

@media (max-width: 399px) {
  .float-sm-new2 {
    top: 61%;
  }
  .req-form {
    width: 309px;
  }
  .close_form {
    right: 308px;
  }
  .cr-wd {
    width: 100%;
  }
  .header {
    padding: 17px 0px;
  }

  .logopart img {
    width: 210px;
    float: left;
    object-fit: cover;
  }

  .logopart {
    width: auto;
  }
  .hdr-swch {
    margin-right: 0px;
    float: right;
    position: relative;
    margin-top: 11px;
  }
  .mailpart {
    display: none;
  }

  .mailpart h6 {
    padding-right: 0px;
  }
  .b1-box1 {
    width: 100%;
    height: 360px;
    padding: 91px 0px 100px 0px;
  }

  .b1-box1 h1 {
    text-align: center;
    font-size: 43px;
    line-height: 61px;
  }

  .b1-box2 {
    width: 100%;
    float: left;
  }
  .b1-box2 img {
    object-fit: cover;
    height: 360px;
    /* margin: auto; */
    /* display: block; */
    float: left;
    width: 100%;
    /* border-radius: 20px; */
    /* margin-top: -84px; */
    border-radius: 0px;
  }
  .banner2 {
    float: left;
    width: 100%;
    padding: 60px 0px 60px 0px;
  }
  .banner2 h2 {
    font-size: 23px;
    line-height: 42px;
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
  }
  .b2-box1 img {
    float: none;
    display: block;
    width: 100%;
    margin: auto;
    margin-bottom: 50px;
  }

  .b2-box1 p {
    padding: 0px 0px;

    line-height: 34px;
    text-align: center;
  }
  .b3-1 {
    height: auto;
    border-top-left-radius: 0px;
    width: 100%;
    background-color: #0a3559;
    float: right;
    padding: 70px 0px 45px 0px;
    border-radius: 0px;
  }
  .banner3 {
    position: unset;
  }

  .banner3 img {
    top: 143px;
    float: left;
    width: 100%;
    object-fit: cover;
    position: unset;
    border-radius: 0px;
    /* margin: auto; */
    /* display: block; */
    height: auto;
  }
  .b3-1 h3 {
    text-align: center;
    padding: 10px 23px;
    width: 100%;
    font-size: 27px;
    color: #fff;
    font-weight: 300;
    line-height: 46px;
    float: left;
  }

  .b3-1 p {
    padding: 20px 20px;
    text-align: center;
    padding-top: 20px;
    float: left;
    width: 100%;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    line-height: 32px;
    /* text-align: left; */
  }
  .b4-52 {
    width: 100%;
  }
  .b4-51 {
    display: none;
  }

  .b4-42 {
    width: 100%;
  }
  .b4-41 {
    display: none;
  }
  .b4-32 {
    width: 100%;
  }
  .b4-31 {
    display: none;
  }

  .b4-12 {
    width: 100%;
  }
  .b4-11 {
    display: none;
  }
  .b4-22 {
    width: 100%;
  }
  .b4-21 {
    display: none;
  }
  .b4-1 {
    float: left;
    width: 100%;
  }
  /*if*/
  .b4-12 p {
    text-align: center;

    width: 100%;
  }
  .b4-12 h2 {
    text-align: center;
  }
  .b4-12 img {
    object-fit: cover;
    margin-bottom: 20px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .b4-22 p {
    text-align: center;

    width: 100%;
  }
  .b4-22 h2 {
    text-align: center;
  }
  .b4-22 img {
    object-fit: cover;
    margin-bottom: 20px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .b4-32 p {
    text-align: center;

    width: 100%;
  }
  .b4-32 h2 {
    text-align: center;
  }
  .b4-32 img {
    object-fit: cover;
    margin-bottom: 20px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .b4-42 p {
    text-align: center;

    width: 100%;
  }
  .b4-42 h2 {
    text-align: center;
  }
  .b4-42 img {
    object-fit: cover;
    margin-bottom: 20px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .b4-52 p {
    text-align: center;

    width: 100%;
  }
  .b4-52 h2 {
    text-align: center;
  }
  .b4-52 img {
    object-fit: cover;
    margin-bottom: 20px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .b4-22 p {
    width: 100%;
  }
  .b4-32 p {
    width: 100%;
  }

  .b4-42 p {
    width: 100%;
  }

  .b4-52 p {
    width: 100%;
  }

  .b4-1 h1 {
    text-align: center;
    width: 100%;
    font-size: 30px;
    color: #15b7d3;
    font-weight: 300;
    line-height: 51px;
  }
  .b4-box1 {
    margin-top: 32px;
    width: 100%;
  }

  .b4-box2 {
    float: left;
    width: 100%;
    margin-top: 50px;
  }
  .b4-box3 {
    width: 100%;
    margin-top: 50px;
  }
  .b4-box4 {
    width: 100%;
    margin-top: 50px;
  }
  .b4-box5 {
    width: 100%;
    margin-top: 50px;
  }
  .jump-img {
    position: absolute;
    right: 38px;
    top: -52px;
    width: 58px;
  }
  .banner4 {
    padding: 60px 0px 60px 0px;
  }
  .banner5 h3 {
    text-align: center;
    font-size: 20px;
  }
  .banner5 p {
    width: 100%;
    text-align: center;
  }
  .banner5 {
    padding-bottom: 20px;
  }

  .banner6 h1 {
    padding-top: 45px;
    font-size: 40px;
  }

  .qatarimg {
    position: absolute;
    top: 21px;
    right: -49px;
    z-index: -999;
    width: 41%;
  }
  .facilities .owl-prev img {
    width: 46px !important;
    margin-right: 15px;
  }
  .facilities .owl-next img {
    width: 46px !important;
    margin-right: 15px;
  }
  .facilities .owl-nav {
    top: -57px;
  }
  .loop-1 {
    padding: 66px 36px;
  }
  .loop-1 h5 {
    padding: 16px 0px;
    font-size: 16px;
    width: 226px;

    left: 43px;
  }
  .banner7 h3 {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  .banner7 h1 {
    display: none;
  }
  .banner {
    padding-bottom: 70px;
  }
  .b3slideboximg {
    height: 129px;
  }

  .b3slideboximg {
    height: 129px;
  }

  .b3slideboximg2 {
    height: 129px;
  }

  .b3slideboximg3 {
    height: 129px;
  }
  .b3slideboximg4 {
    height: 129px;
  }
  .b3slidebox {
    height: 430px;
  }
  .overlay-slide {
    height: 430px;
  }

  .loop-con {
    height: 430px;
  }
  .b3slidebox h4 {
    margin-left: 120px;
  }

  .b3slidebox2 h4 {
    margin-left: 120px;
  }
  .b3slidebox3 h4 {
    margin-left: 120px;
  }
  .b3slidebox4 h4 {
    margin-left: 120px;
  }
  .b3slidebox5 h4 {
    margin-left: 120px;
  }
  .loop-con h2 {
    text-align: center;
  }
  .loop-con2 h2 {
    text-align: center;
  }
  .loop-con3 h2 {
    text-align: center;
  }
  .loop-con4 h2 {
    text-align: center;
  }
  .loop-con5 h2 {
    text-align: center;
  }

  .loop-con p {
    text-align: center;
  }
  .loop-con2 p {
    text-align: center;
  }
  .loop-con3 p {
    text-align: center;
  }
  .loop-con4 p {
    width: 100%;
    text-align: center;
  }
  .loop-con5 p {
    text-align: center;
  }

  .loop-con4 {
    padding: 37px 26px;
  }
  .loop-con3 {
    padding: 37px 26px;
  }
  .loop-con2 {
    padding: 37px 26px;
  }
  .loop-con5 {
    padding: 37px 26px;
  }
  .loop-con {
    padding: 37px 26px;
  }
  .b3slidebox2 {
    height: 450px;
    margin-top: 100px;
  }
  .overlay-slide2 {
    height: 450px;
  }

  .loop-con2 {
    height: 450px;
  }

  .b3slidebox3 {
    height: 470px;
    margin-top: 100px;
  }
  .overlay-slide3 {
    height: 470px;
  }

  .loop-con3 {
    height: 470px;
  }

  .b3slidebox4 {
    margin-top: 100px;

    height: 450px;
  }
  .overlay-slide4 {
    height: 450px;
  }

  .loop-con4 {
    height: 450px;
  }
  .cr-wd h2 {
    font-size: 34px;
  }
  .contact-snd {
    width: 230px;
    height: 64px;
    padding: 18px 0px;
  }
  .careerban2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .banner8 h2 {
    width: 100%;
    padding: 0px 10px;
    text-align: center;
    font-size: 23px;
    line-height: 45px;
    margin-bottom: 40px;
  }

  .b8-1 {
    margin-top: 20px;

    float: left;
    width: 100%;
    padding: 42px 0px;
    border: 2px solid #215888;
    border-radius: 20px;

    height: 250px;
  }

  .b8-2 {
    float: right;
    width: 100%;
    padding: 53px 0px;
    border: 2px solid #215888;
    border-radius: 20px;
    height: 250px;
    margin-top: 10px;
  }
  .b8-2 img {
    width: 50px;
    float: none;
    margin-bottom: 20px;
    object-fit: cover;
    display: block;
    margin: auto;
  }
  .b8-1 img {
    width: 50px;
    float: none;
    margin-bottom: 20px;
    object-fit: cover;
    display: block;
    margin: auto;
  }
  .b8-2 h3 {
    margin-top: 26px;
    text-align: center;
  }

  .b8-1 h3 {
    margin-top: 26px;
    text-align: center;
  }
  .b8-1 h6 {
    text-align: center;
    font-size: 18px;
  }
  .b8-2 h6 {
    text-align: center;
    font-size: 18px;
  }
  .banner8 {
    padding-left: 15px;
    padding-right: 15px;

    background-image: none;
  }
  .footerimg {
    width: 85%;
  }
  .sm img {
    width: 42px;
  }
  .sm {
    padding-bottom: 33px;
  }
  .footer {
    padding: 30px 0px 30px 0px;
  }
}

@media (min-width: 400px) and (max-width: 499px) {
  .req-form {
    width: 309px;
  }
  .close_form {
    right: 308px;
  }
  .cr-wd {
    width: 100%;
  }
  .header {
    padding: 17px 0px;
  }

  .logopart img {
    width: 235px;
    float: left;
    object-fit: cover;
  }

  .logopart {
    width: auto;
  }
  .hdr-swch {
    margin-right: 0px;
    float: right;
    position: relative;
    margin-top: 19px;
  }
  .mailpart {
    display: none;
  }

  .mailpart h6 {
    padding-right: 0px;
  }
  .b1-box1 {
    width: 100%;
    height: 360px;
    padding: 122px 0px 100px 0px;
  }
  .float-sm-new2 {
    top: 62%;
  }
  .b1-box1 h1 {
    text-align: center;
    font-size: 43px;
    line-height: 61px;
  }

  .b1-box2 {
    width: 100%;
    float: left;
  }
  .b1-box2 img {
    object-fit: cover;
    height: 360px;
    /* margin: auto; */
    /* display: block; */
    float: left;
    width: 100%;
    /* border-radius: 20px; */
    /* margin-top: -84px; */
    border-radius: 0px;
  }
  .banner2 {
    float: left;
    width: 100%;
    padding: 60px 0px 60px 0px;
  }
  .banner2 h2 {
    font-size: 27px;
    line-height: 49px;
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
  }
  .b2-box1 img {
    float: none;
    display: block;
    width: 100%;
    margin: auto;
    margin-bottom: 50px;
  }

  .b2-box1 p {
    padding: 0px 0px;

    line-height: 34px;
    text-align: center;
  }
  .b3-1 {
    height: auto;
    border-top-left-radius: 0px;
    width: 100%;
    background-color: #0a3559;
    float: right;
    padding: 70px 0px 45px 0px;
    border-radius: 0px;
  }
  .banner3 {
    position: unset;
  }

  .banner3 img {
    top: 143px;
    float: left;
    width: 100%;
    object-fit: cover;
    position: unset;
    border-radius: 0px;
    /* margin: auto; */
    /* display: block; */
    height: auto;
  }
  .b3-1 h3 {
    text-align: center;
    padding: 10px 40px;
    width: 100%;
    font-size: 27px;
    color: #fff;
    font-weight: 300;
    line-height: 46px;
    float: left;
  }

  .b3-1 p {
    padding: 20px 20px;
    text-align: center;
    padding-top: 20px;
    float: left;
    width: 100%;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    line-height: 32px;
    /* text-align: left; */
  }
  .b4-52 {
    width: 100%;
  }
  .b4-51 {
    display: none;
  }

  .b4-42 {
    width: 100%;
  }
  .b4-41 {
    display: none;
  }
  .b4-32 {
    width: 100%;
  }
  .b4-31 {
    display: none;
  }

  .b4-12 {
    width: 100%;
  }
  .b4-11 {
    display: none;
  }
  .b4-22 {
    width: 100%;
  }
  .b4-21 {
    display: none;
  }
  .b4-1 {
    float: left;
    width: 100%;
  }
  /*if*/
  .b4-12 p {
    text-align: center;

    width: 100%;
  }
  .b4-12 h2 {
    text-align: center;
  }
  .b4-12 img {
    object-fit: cover;
    margin-bottom: 20px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .b4-22 p {
    text-align: center;

    width: 100%;
  }
  .b4-22 h2 {
    text-align: center;
  }
  .b4-22 img {
    object-fit: cover;
    margin-bottom: 20px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .b4-32 p {
    text-align: center;

    width: 100%;
  }
  .b4-32 h2 {
    text-align: center;
  }
  .b4-32 img {
    object-fit: cover;
    margin-bottom: 20px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .b4-42 p {
    text-align: center;

    width: 100%;
  }
  .b4-42 h2 {
    text-align: center;
  }
  .b4-42 img {
    object-fit: cover;
    margin-bottom: 20px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .b4-52 p {
    text-align: center;

    width: 100%;
  }
  .b4-52 h2 {
    text-align: center;
  }
  .b4-52 img {
    object-fit: cover;
    margin-bottom: 20px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .b4-22 p {
    width: 100%;
  }
  .b4-32 p {
    width: 100%;
  }

  .b4-42 p {
    width: 100%;
  }

  .b4-52 p {
    width: 100%;
  }

  .b4-1 h1 {
    text-align: center;
    width: 100%;
    font-size: 30px;
    color: #15b7d3;
    font-weight: 300;
    line-height: 51px;
  }
  .b4-box1 {
    margin-top: 32px;
    width: 100%;
  }

  .b4-box2 {
    float: left;
    width: 100%;
    margin-top: 50px;
  }
  .b4-box3 {
    width: 100%;
    margin-top: 50px;
  }
  .b4-box4 {
    width: 100%;
    margin-top: 50px;
  }
  .b4-box5 {
    width: 100%;
    margin-top: 50px;
  }
  .jump-img {
    position: absolute;
    right: 64px;
    top: -86px;
    width: 90px;
  }
  .banner4 {
    padding: 60px 0px 60px 0px;
  }
  .banner5 h3 {
    text-align: center;
    font-size: 44px;
  }
  .banner5 p {
    width: 100%;
    text-align: center;
  }
  .banner5 {
    padding-bottom: 20px;
  }

  .banner6 h1 {
    padding-top: 50px;
    font-size: 31px;
  }

  .qatarimg {
    position: absolute;
    top: 20px;
    right: 0;
    z-index: -999;
    width: 45%;
  }
  .facilities .owl-prev img {
    width: 46px !important;
    margin-right: 15px;
  }
  .facilities .owl-next img {
    width: 46px !important;
    margin-right: 15px;
  }
  .facilities .owl-nav {
    top: -57px;
  }
  .loop-1 {
    padding: 71px 44px;
  }
  .loop-1 h5 {
    padding: 16px 0px;
    font-size: 16px;
    width: 226px;

    left: 78px;
  }
  .banner7 h3 {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  .banner7 h1 {
    margin-left: 0px;
    font-size: 32px;
    width: 100%;
  }

  .b3slideboximg {
    height: 142px;
  }

  .b3slideboximg {
    height: 142px;
  }

  .b3slideboximg2 {
    height: 142px;
  }

  .b3slideboximg3 {
    height: 142px;
  }
  .b3slideboximg4 {
    height: 142px;
  }
  .b3slidebox {
    height: 400px;
  }
  .overlay-slide {
    height: 400px;
  }

  .loop-con {
    height: 400px;
  }

  .b3slidebox2 {
    height: 450px;
  }
  .overlay-slide2 {
    height: 450px;
  }

  .loop-con2 {
    height: 450px;
  }

  .b3slidebox3 {
    height: 470px;
  }
  .overlay-slide3 {
    height: 470px;
  }

  .loop-con3 {
    height: 470px;
  }

  .b3slidebox4 {
    height: 450px;
  }
  .overlay-slide4 {
    height: 450px;
  }

  .loop-con4 {
    height: 450px;
  }
  .cr-wd h2 {
    font-size: 36px;
  }
  .careerban2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .banner8 h2 {
    width: 100%;
    padding: 0px 10px;
    text-align: center;
    font-size: 25px;
    line-height: 45px;
    margin-bottom: 40px;
  }

  .b8-1 {
    margin-top: 20px;

    float: left;
    width: 100%;
    padding: 42px 0px;
    border: 2px solid #215888;
    border-radius: 20px;

    height: 250px;
  }

  .b8-2 {
    float: right;
    width: 100%;
    padding: 53px 0px;
    border: 2px solid #215888;
    border-radius: 20px;
    height: 250px;
    margin-top: 10px;
  }
  .b8-2 img {
    width: 50px;
    float: none;
    margin-bottom: 20px;
    object-fit: cover;
    display: block;
    margin: auto;
  }
  .b8-1 img {
    width: 50px;
    float: none;
    margin-bottom: 20px;
    object-fit: cover;
    display: block;
    margin: auto;
  }
  .b8-2 h3 {
    margin-top: 26px;
    text-align: center;
  }

  .b8-1 h3 {
    margin-top: 26px;
    text-align: center;
  }
  .b8-1 h6 {
    text-align: center;
  }
  .b8-2 h6 {
    text-align: center;
  }
  .banner8 {
    padding-left: 15px;
    padding-right: 15px;

    background-image: none;
  }
  .footerimg {
    width: 85%;
  }
  .sm img {
    width: 42px;
  }
  .sm {
    padding-bottom: 33px;
  }
  .footer {
    padding: 30px 0px 30px 0px;
  }
}

@media (min-width: 500px) and (max-width: 575px) {
  .float-sm-new2 {
    top: 61%;
  }

  .logopart img {
    width: 235px;
    float: left;
    object-fit: cover;
  }

  .logopart {
    width: auto;
  }
  .hdr-swch {
    margin-right: 0px;
    float: right;
    position: relative;
    margin-top: 19px;
  }
  .mailpart {
    display: none;
  }

  .mailpart h6 {
    padding-right: 0px;
  }
  .b1-box1 {
    width: 100%;
    height: 300px;
    padding: 91px 0px 100px 0px;
  }

  .b1-box1 h1 {
    text-align: center;
    font-size: 43px;
    line-height: 61px;
  }

  .b1-box2 {
    width: 100%;
    float: left;
  }
  .b1-box2 img {
    object-fit: cover;
    height: 300px;
    /* margin: auto; */
    /* display: block; */
    float: left;
    width: 100%;
    /* border-radius: 20px; */
    /* margin-top: -84px; */
    border-radius: 0px;
  }
  .banner2 {
    float: left;
    width: 100%;
    padding: 80px 0px 80px 0px;
  }
  .banner2 h2 {
    font-size: 31px;
    line-height: 49px;
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
  }
  .b2-box1 img {
    float: none;
    display: block;
    width: 100%;
    margin: auto;
    margin-bottom: 50px;
  }

  .b2-box1 p {
    padding: 0px 15px;

    line-height: 34px;
    text-align: center;
  }
  .b3-1 {
    height: auto;
    border-top-left-radius: 0px;
    width: 100%;
    background-color: #0a3559;
    float: right;
    padding: 70px 0px 45px 0px;
    border-radius: 0px;
  }
  .banner3 {
    position: unset;
  }

  .banner3 img {
    top: 143px;
    float: left;
    width: 100%;
    object-fit: cover;
    position: unset;
    border-radius: 0px;
    /* margin: auto; */
    /* display: block; */
    height: auto;
  }
  .b3-1 h3 {
    text-align: center;
    padding: 10px 40px;
    width: 100%;
    font-size: 36px;
    color: #fff;
    font-weight: 300;
    line-height: 57px;
    float: left;
  }

  .b3-1 p {
    padding: 20px 39px;
    text-align: center;
    padding-top: 20px;
    float: left;
    width: 100%;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    line-height: 32px;
    /* text-align: left; */
  }
  .b4-52 {
    width: 80%;
  }
  .b4-51 {
    width: 20%;
  }
  .b4-42 {
    width: 80%;
  }
  .b4-41 {
    width: 20%;
  }
  .b4-32 {
    width: 80%;
  }
  .b4-31 {
    width: 20%;
  }

  .b4-12 {
    width: 80%;
  }
  .b4-11 {
    width: 20%;
  }
  .b4-22 {
    width: 80%;
  }
  .b4-21 {
    width: 20%;
  }
  .b4-1 {
    float: left;
    width: 100%;
  }

  .b4-1 h1 {
    text-align: center;
    width: 100%;
    font-size: 41px;
    color: #15b7d3;
    font-weight: 300;
    line-height: 56px;
  }
  .b4-box1 {
    margin-top: 32px;
    width: 100%;
  }

  .b4-box2 {
    float: left;
    width: 100%;
    margin-top: 50px;
  }
  .b4-box3 {
    width: 100%;
    margin-top: 50px;
  }
  .b4-box4 {
    width: 100%;
    margin-top: 50px;
  }
  .b4-box5 {
    width: 100%;
    margin-top: 50px;
  }
  .jump-img {
    position: absolute;
    right: 64px;
    top: -86px;
    width: 90px;
  }
  .banner4 {
    padding: 60px 0px 60px 0px;
  }
  .banner5 h3 {
    text-align: center;
    font-size: 52px;
  }
  .banner5 p {
    width: 100%;
    text-align: center;
  }
  .banner5 {
    padding-bottom: 60px;
  }

  .banner6 h1 {
    padding-top: 55px;
    font-size: 39px;
  }
  .qatarimg {
    position: absolute;
    top: -7px;
    right: 0;
    z-index: -999;
    width: 48%;
  }
  .facilities .owl-nav {
    top: -57px;
  }
  .loop-1 h5 {
    left: 112px;
  }
  .banner7 h3 {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  .banner7 h1 {
    margin-left: 0px;
    font-size: 32px;
    width: 100%;
  }
  .b3slidebox {
    height: 400px;
  }
  .overlay-slide {
    height: 400px;
  }

  .loop-con {
    height: 400px;
  }

  .b3slidebox2 {
    height: 400px;
  }
  .overlay-slide2 {
    height: 400px;
  }

  .loop-con2 {
    height: 400px;
  }

  .b3slidebox3 {
    height: 400px;
  }
  .overlay-slide3 {
    height: 400px;
  }

  .loop-con3 {
    height: 400px;
  }
  .loop-con3 p {
    width: 88%;
  }
  .b3slidebox4 {
    height: 400px;
  }
  .overlay-slide4 {
    height: 400px;
  }

  .loop-con4 {
    height: 400px;
  }
  .cr-wd h2 {
    font-size: 40px;
  }
  .careerban2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .banner8 h2 {
    width: 100%;
    padding: 0px 34px;
    text-align: center;
    font-size: 33px;
    line-height: 53px;
    margin-bottom: 40px;
  }

  .b8-1 {
    margin-top: 20px;

    float: left;
    width: 100%;
    padding: 42px 0px;
    border: 2px solid #215888;
    border-radius: 20px;

    height: 250px;
  }

  .b8-2 {
    float: right;
    width: 100%;
    padding: 53px 0px;
    border: 2px solid #215888;
    border-radius: 20px;
    height: 250px;
    margin-top: 10px;
  }
  .b8-2 img {
    width: 50px;
    float: none;
    margin-bottom: 20px;
    object-fit: cover;
    display: block;
    margin: auto;
  }
  .b8-1 img {
    width: 50px;
    float: none;
    margin-bottom: 20px;
    object-fit: cover;
    display: block;
    margin: auto;
  }
  .b8-2 h3 {
    margin-top: 26px;
    text-align: center;
  }

  .b8-1 h3 {
    margin-top: 26px;
    text-align: center;
  }
  .b8-1 h6 {
    text-align: center;
  }
  .b8-2 h6 {
    text-align: center;
  }
  .banner8 {
    background-size: 110px;
    background-position-y: 791px;
  }
  .footerimg {
    width: 60%;
  }
  .sm img {
    width: 49px;
  }
  .sm {
    padding-bottom: 33px;
  }
  .footer {
    padding: 50px 0px 50px 0px;
  }
  .b8-main {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .menu-btn {
    display: none;
  }

  .float-sm-new2 {
    top: 61%;
  }

  .logopart img {
    width: 235px;
    float: left;
    object-fit: cover;
  }

  .logopart {
    width: auto;
  }
  .hdr-swch {
    margin-right: 0px;
    float: right;
    position: relative;
    margin-top: 19px;
  }
  .mailpart {
    width: 39%;
    padding: 32px 0px 2px 3px;
  }

  .mailpart h6 {
    padding-right: 0px;
  }
  .b1-box1 {
    width: 100%;
    height: 300px;
    padding: 91px 0px 100px 0px;
  }

  .b1-box1 h1 {
    text-align: center;
    font-size: 43px;
    line-height: 61px;
  }

  .b1-box2 {
    width: 100%;
    float: left;
  }
  .b1-box2 img {
    object-fit: cover;
    height: 300px;
    /* margin: auto; */
    /* display: block; */
    float: left;
    width: 100%;
    /* border-radius: 20px; */
    /* margin-top: -84px; */
    border-radius: 0px;
  }
  .banner2 {
    float: left;
    width: 100%;
    padding: 80px 0px 100px 0px;
  }
  .banner2 h2 {
    font-size: 37px;
    line-height: 51px;
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
  }
  .b2-box1 img {
    float: none;
    display: block;
    width: 100%;
    margin: auto;
    margin-bottom: 50px;
  }

  .b2-box1 p {
    padding: 0px 15px;

    line-height: 34px;
    text-align: center;
  }
  .b3-1 {
    height: auto;
    border-top-left-radius: 0px;
    width: 100%;
    background-color: #0a3559;
    float: right;
    padding: 70px 0px 45px 0px;
    border-radius: 0px;
  }
  .banner3 {
    position: unset;
  }

  .banner3 img {
    top: 143px;
    float: left;
    width: 100%;
    object-fit: cover;
    position: unset;
    border-radius: 0px;
    /* margin: auto; */
    /* display: block; */
    height: auto;
  }
  .b3-1 h3 {
    text-align: center;
    padding: 10px 76px;
    width: 100%;
    font-size: 46px;
    color: #fff;
    font-weight: 300;
    line-height: 66px;
    float: left;
  }

  .b3-1 p {
    padding: 20px 39px;
    text-align: center;
    padding-top: 20px;
    float: left;
    width: 100%;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    line-height: 32px;
    /* text-align: left; */
  }

  .b4-1 {
    float: left;
    width: 100%;
  }

  .b4-1 h1 {
    text-align: center;
    width: 100%;
    font-size: 41px;
    color: #15b7d3;
    font-weight: 300;
    line-height: 56px;
  }
  .b4-box1 {
    margin-top: 32px;
    width: 100%;
  }

  .b4-box2 {
    float: left;
    width: 100%;
    margin-top: 30px;
  }
  .b4-box3 {
    width: 100%;
    margin-top: 30px;
  }
  .b4-box4 {
    width: 100%;
    margin-top: 30px;
  }
  .b4-box5 {
    width: 100%;
    margin-top: 30px;
  }
  .jump-img {
    position: absolute;
    right: 108px;
    top: -111px;
    width: 121px;
  }
  .banner4 {
    padding: 60px 0px 120px 0px;
  }
  .banner5 h3 {
    text-align: center;
    font-size: 52px;
  }
  .banner5 p {
    width: 100%;
    text-align: center;
  }
  .banner5 {
    padding-bottom: 60px;
  }

  .banner6 h1 {
    padding-top: 40px;
    font-size: 43px;
  }
  .qatarimg {
    position: absolute;
    top: -37px;
    right: 0;
    z-index: -999;
    width: 48%;
  }

  .banner7 h1 {
    margin-left: 20px;
    font-size: 38px;

    width: 62%;
  }

  .cr-wd h2 {
    font-size: 48px;
  }

  .banner8 h2 {
    width: 100%;
    padding: 0px 34px;
    text-align: center;
    font-size: 35px;
    line-height: 53px;
    margin-bottom: 40px;
  }

  .b8-1 {
    margin-top: 20px;

    float: left;
    width: 100%;
    padding: 42px 0px;
    border: 2px solid #215888;
    border-radius: 20px;

    height: 250px;
  }

  .b8-2 {
    float: right;
    width: 100%;
    padding: 53px 0px;
    border: 2px solid #215888;
    border-radius: 20px;
    height: 250px;
    margin-top: 10px;
  }
  .b8-2 img {
    width: 50px;
    float: none;
    margin-bottom: 20px;
    object-fit: cover;
    display: block;
    margin: auto;
  }
  .b8-1 img {
    width: 50px;
    float: none;
    margin-bottom: 20px;
    object-fit: cover;
    display: block;
    margin: auto;
  }
  .b8-2 h3 {
    margin-top: 26px;
    text-align: center;
  }

  .b8-1 h3 {
    margin-top: 26px;
    text-align: center;
  }
  .b8-1 h6 {
    text-align: center;
  }
  .b8-2 h6 {
    text-align: center;
  }
  .banner8 {
    background-size: 110px;
    background-position-y: 670px;
  }
  .footerimg {
    width: 60%;
  }
  .sm img {
    width: 49px;
  }
  .sm {
    padding: 35px 25px;
  }
  .footer {
    padding: 50px 0px 50px 0px;
  }
  .sm {
    text-align: center;
  }
  .sm p {
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu-btn {
    display: none;
  }
  .float-sm-new2 {
    top: 61%;
  }
  .mailpart {
    width: 34%;
  }

  .b1-box1 {
    width: 100%;
    height: 400px;
    padding: 135px 0px 100px 0px;
  }

  .b1-box1 h1 {
    text-align: center;
    font-size: 54px;
    line-height: 69px;
  }

  .b1-box2 {
    width: 100%;
    float: left;
  }
  .b1-box2 img {
    object-fit: cover;
    height: 400px;
    /* margin: auto; */
    /* display: block; */
    float: left;
    width: 100%;
    /* border-radius: 20px; */
    /* margin-top: -84px; */
    border-radius: 0px;
  }
  .banner2 {
    float: left;
    width: 100%;
    padding: 100px 0px 100px 0px;
  }
  .banner2 h2 {
    font-size: 46px;
    line-height: 60px;
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
  }
  .b2-box1 img {
    float: none;
    display: block;
    width: 80%;
    margin: auto;
    margin-bottom: 50px;
  }

  .b2-box1 p {
    padding: 0px 15px;

    line-height: 34px;
    text-align: center;
  }
  .b3-1 {
    height: auto;
    border-top-left-radius: 0px;
    width: 100%;
    background-color: #0a3559;
    float: right;
    padding: 70px 0px 0px 0px;
    border-radius: 0px;
  }
  .banner3 {
    position: unset;
  }

  .banner3 img {
    top: 143px;
    float: left;
    width: 100%;
    object-fit: cover;
    position: unset;
    border-radius: 0px;
    /* margin: auto; */
    /* display: block; */
    height: 630px;
  }
  .b3-1 h3 {
    text-align: center;
    padding: 0px 114px;
    width: 100%;
    font-size: 47px;
    color: #fff;
    font-weight: 300;
    line-height: 69px;
    float: left;
  }

  .b3-1 p {
    padding: 20px 115px;
    text-align: center;
    padding-top: 20px;
    float: left;
    width: 100%;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    line-height: 32px;
    /* text-align: left; */
  }

  .b4-1 {
    float: left;
    width: 100%;
  }

  .b4-1 h1 {
    text-align: center;
    width: 100%;
    font-size: 47px;
    color: #15b7d3;
    font-weight: 300;
    line-height: 60px;
  }
  .b4-box1 {
    margin-top: 32px;
    width: 100%;
  }

  .b4-box2 {
    float: left;
    width: 100%;
    margin-top: 30px;
  }
  .b4-box3 {
    width: 100%;
    margin-top: 30px;
  }
  .b4-box4 {
    width: 100%;
    margin-top: 30px;
  }
  .b4-box5 {
    width: 100%;
    margin-top: 30px;
  }
  .jump-img {
    position: absolute;
    right: 108px;
    top: -111px;
    width: 121px;
  }
  .banner4 {
    padding: 60px 0px 50px 0px;
  }
  .banner5 h3 {
    text-align: center;
  }
  .banner5 p {
    width: 100%;
    text-align: center;
  }
  .banner5 {
    padding-bottom: 100px;
  }

  .banner6 h1 {
    padding-top: 27px;
    font-size: 52px;
  }
  .qatarimg {
    position: absolute;
    top: -83px;
    right: 0;
    z-index: -999;
    width: 49%;
  }
  .loop-1 {
    height: 300px;
    padding: 80px 27px;
  }
  .loop-1 h5 {
    left: 52px;
    width: 219px;

    font-size: 16px;
  }
  .banner7 h1 {
    font-size: 37px;
  }

  .banner8 h2 {
    width: 100%;
    padding: 0px 105px;

    text-align: center;
    font-size: 38px;
    line-height: 53px;
    margin-bottom: 40px;
  }

  .b8-1 {
    float: left;
    width: 100%;
    padding: 25px 25px;
    border: 2px solid #215888;
    border-radius: 20px;
    margin-top: 20px;
    height: auto;
  }

  .b8-2 {
    margin-top: 20px;

    float: left;
    width: 100%;
    padding: 25px 25px;
    border: 2px solid #215888;
    border-radius: 20px;
    height: auto;
  }

  .b8-1 h6 {
    font-size: 16px;
  }
  .b8-2 h6 {
    font-size: 16px;
  }
  .banner8 {
    background-size: 151px;
  }
  .footerimg {
    width: 50%;
  }

  .sm {
    height: auto;
    text-align: center;
  }
  .sm p {
    text-align: center;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .float-sm-new2 {
    top: 61%;
  }
  .mailpart {
    width: 38%;
  }

  .b1-box1 {
    width: 100%;

    padding: 150px 0px 150px 0px;
  }

  .b1-box1 h1 {
    text-align: center;
    font-size: 70px;

    line-height: 90px;
  }

  .b1-box2 {
    width: 100%;
    float: left;
  }
  .b1-box2 img {
    margin: auto;
    display: block;
    float: none;
    width: 54%;
    border-radius: 20px;
    margin-top: -84px;
  }

  .banner2 h2 {
    font-size: 55px;
    line-height: 87px;
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
  }

  .b3-1 {
    border-top-left-radius: 0px;
    width: 100%;
    background-color: #0a3559;
    float: right;
    padding: 70px 0px 70px 0px;
    margin-bottom: 100px;
  }

  .banner3 img {
    top: 143px;
    float: none;
    max-width: 100%;
    object-fit: cover;
    position: unset;
    border-radius: 30px;
    margin: auto;
    display: block;
  }
  .b3-1 h3 {
    text-align: center;
    padding: 0px 114px;
    width: 100%;
    font-size: 54px;
    color: #fff;
    font-weight: 300;
    line-height: 75px;
    float: left;
  }

  .b3-1 p {
    padding: 20px 139px;
    text-align: center;
    padding-top: 20px;
    float: left;
    width: 100%;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    line-height: 32px;
    /* text-align: left; */
  }

  .b4-1 {
    float: left;
    width: 100%;
  }

  .b4-1 h1 {
    text-align: center;
    width: 100%;
    font-size: 51px;
    color: #15b7d3;
    font-weight: 300;
    line-height: 66px;
  }

  .b4-box1 {
    margin-top: 32px;
  }

  .b4-box2 {
    float: left;
    width: 50%;
    margin-top: 100px;
  }
  .b4-box3 {
    margin-top: -30px;
  }
  .b4-box5 {
    margin-top: -30px;
  }
  .b4-box4 {
    margin-top: 35px;
  }

  .jump-img {
    position: absolute;
    right: 108px;
    top: -173px;
    width: 158px;
  }
  .banner5 {
    padding-bottom: 100px;
  }

  .banner6 h1 {
    padding-top: 14px;
    font-size: 66px;
  }

  .qatarimg {
    position: absolute;
    top: -114px;
    right: 0;
    z-index: -999;
    width: 49%;
  }
  .loop-1 {
    height: 300px;
    padding: 98px 60px;
  }
  .loop-1 h5 {
    left: 95px;
  }
  .banner7 h4 {
    font-size: 42px;
  }

  .b3slidebox {
    height: 400px;
  }
  .overlay-slide {
    height: 400px;
  }
  .loop-con {
    height: 400px;
  }

  .b3slidebox2 {
    height: 400px;
  }
  .overlay-slide2 {
    height: 400px;
  }
  .loop-con2 {
    height: 400px;
  }

  .b3slidebox3 {
    height: 400px;
  }
  .overlay-slide3 {
    height: 400px;
  }
  .loop-con3 {
    height: 400px;
  }

  .b3slidebox4 {
    height: 400px;
  }
  .overlay-slide4 {
    height: 400px;
  }
  .loop-con4 {
    height: 400px;
  }

  .banner8 h2 {
    width: 100%;
    padding: 0px 105px;

    text-align: center;
    font-size: 48px;
    line-height: 67px;
    margin-bottom: 40px;
  }

  .b8-1 {
    float: right;
    width: 40%;
  }
  .b8-2 {
    margin-top: -35px;
  }
  .b8-main {
    padding-right: 50px;
  }

  .banner8 {
    background-size: 162px;
  }
}

@media (min-width: 1025px) and (max-width: 1099px) {
  .loop-1 h5 {
  }

  .mailpart {
    width: 36%;
  }
  .b1-box1 {
    padding: 150px 53px 150px 55px;
  }

  .b1-box2 img {
    height: 670px;
  }
  .b1-box1 h1 {
    font-size: 66px;
  }
  .banner2 h2 {
    font-size: 59px;
    line-height: 80px;
    width: 95%;
  }
  .b3-1 {
    padding: 65px 69px 65px 362px;
  }

  .banner3 img {
    top: 159px;

    width: 41%;
  }

  .b3-1 p {
    width: 98%;
  }
  .b3-1 h3 {
    font-size: 42px;
    line-height: 61px;
  }
  .b4-1 {
    width: 59%;
  }
  .b4-1 h1 {
    font-size: 47px;

    line-height: 70px;
  }
  .jump-img {
    width: 165px;
    right: 134px;
    top: -160px;
  }

  .banner6 h1 {
    font-size: 66px;

    rotate: -3deg;
    padding-top: 19px;
  }

  .qatarimg {
    width: 47%;
    top: -132px;
  }
  .loop-1 {
    height: 330px;
  }
  .loop-1 h5 {
    left: 95px;
  }
  .banner7 h4 {
    font-size: 32px;
  }

  .b3slidebox {
    height: 400px;
  }
  .overlay-slide {
    height: 400px;
  }
  .loop-con {
    height: 400px;
  }

  .b3slidebox2 {
    height: 400px;
  }
  .overlay-slide2 {
    height: 400px;
  }
  .loop-con2 {
    height: 400px;
  }

  .b3slidebox3 {
    height: 400px;
  }
  .overlay-slide3 {
    height: 400px;
  }
  .loop-con3 {
    height: 400px;
  }

  .b3slidebox4 {
    height: 400px;
  }
  .overlay-slide4 {
    height: 400px;
  }
  .loop-con4 {
    height: 400px;
  }

  .banner8 h2 {
    width: 78%;

    font-size: 50px;
    line-height: 72px;
  }

  .b8-1 {
    float: right;
    width: 39%;
  }

  .banner8 {
    background-position-y: 484px;

    background-size: 164px;
  }
}

@media (min-width: 1100px) and (max-width: 1149px) {
  .mailpart {
    width: 36%;
  }
  .b1-box1 {
    padding: 150px 53px 150px 144px;
  }
  .b1-box1 h1 {
    font-size: 66px;
  }
  .banner2 h2 {
    font-size: 59px;
    line-height: 80px;
    width: 95%;
  }
  .b3-1 {
    padding: 65px 89px 65px 414px;
  }

  .banner3 img {
    top: 178px;

    width: 41%;
  }
  .b3-1 p {
    width: 95%;
  }
  .b3-1 h3 {
    font-size: 42px;
    line-height: 61px;
  }
  .b4-1 {
    width: 59%;
  }
  .b4-1 h1 {
    font-size: 47px;

    line-height: 70px;
  }
  .jump-img {
    width: 188px;
  }

  .banner6 h1 {
    font-size: 66px;

    rotate: -3deg;
    padding-top: 19px;
  }

  .qatarimg {
    width: 47%;
    top: -132px;
  }
  .loop-1 {
    height: 330px;
  }
  .loop-1 h5 {
    left: 95px;
  }
  .banner7 h4 {
    font-size: 32px;
  }

  .b3slidebox {
    height: 400px;
  }
  .overlay-slide {
    height: 400px;
  }
  .loop-con {
    height: 400px;
  }

  .b3slidebox2 {
    height: 400px;
  }
  .overlay-slide2 {
    height: 400px;
  }
  .loop-con2 {
    height: 400px;
  }

  .b3slidebox3 {
    height: 400px;
  }
  .overlay-slide3 {
    height: 400px;
  }
  .loop-con3 {
    height: 400px;
  }

  .b3slidebox4 {
    height: 400px;
  }
  .overlay-slide4 {
    height: 400px;
  }
  .loop-con4 {
    height: 400px;
  }

  .banner8 h2 {
    width: 78%;

    font-size: 54px;
    line-height: 72px;
  }

  .b8-1 {
    float: right;
    width: 39%;
  }

  .banner8 {
    background-position-y: 416px;
  }
}

@media (min-width: 1150px) and (max-width: 1200px) {
  .mailpart {
    width: 38%;
  }
  .b1-box1 {
    padding: 150px 53px 150px 144px;
  }
  .b1-box1 h1 {
    font-size: 66px;
  }
  .banner2 h2 {
    font-size: 59px;
    line-height: 80px;
    width: 95%;
  }
  .b3-1 {
    padding: 65px 89px 65px 414px;
  }

  .banner3 img {
    top: 91px;

    width: 41%;
  }
  .b3-1 p {
    width: 95%;
  }
  .b3-1 h3 {
    font-size: 46px;
    line-height: 66px;
  }
  .b4-1 {
    width: 59%;
  }
  .b4-1 h1 {
    font-size: 47px;

    line-height: 70px;
  }
  .jump-img {
    width: 188px;
  }

  .banner6 h1 {
    font-size: 66px;

    rotate: -3deg;
    padding-top: 19px;
  }

  .qatarimg {
    width: 47%;
    top: -151px;
  }
  .loop-1 {
    height: 330px;
  }
  .loop-1 h5 {
    left: 95px;
  }
  .banner7 h4 {
    font-size: 32px;
  }

  .b3slidebox {
    height: 400px;
  }
  .overlay-slide {
    height: 400px;
  }
  .loop-con {
    height: 400px;
  }

  .b3slidebox2 {
    height: 400px;
  }
  .overlay-slide2 {
    height: 400px;
  }
  .loop-con2 {
    height: 400px;
  }

  .b3slidebox3 {
    height: 400px;
  }
  .overlay-slide3 {
    height: 400px;
  }
  .loop-con3 {
    height: 400px;
  }

  .b3slidebox4 {
    height: 400px;
  }
  .overlay-slide4 {
    height: 400px;
  }
  .loop-con4 {
    height: 400px;
  }

  .banner8 h2 {
    width: 78%;

    font-size: 54px;
    line-height: 72px;
  }

  .b8-1 {
    float: right;
    width: 39%;
  }

  .banner8 {
    background-position-y: 416px;
  }
}

@media (max-width: 575px) {
  .menu-btn {
    display: none;
  }
  .b4-box2 {
    margin-top: 30px !important;
  }
  .b4-box3 {
    margin-top: 30px !important;
  }
  .b4-box4 {
    margin-top: 30px !important;
  }
  .b4-box5 {
    margin-top: 30px !important;
  }
  .banner7 h1 {
    text-align: center;
  }
  .sm {
    padding: 30px 20px !important;
    height: auto !important;
    margin-top: 20px !important;
  }
  .b8-2 {
    padding: 30px 20px !important;
    height: auto !important;
    margin-top: 20px !important;
  }
  .b8-1 {
    padding: 30px 20px !important;
    height: auto !important;
    margin-top: 20px !important;
  }
  .sm {
    text-align: center;
  }
  .sm p {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .b1-box1-new .bannerCaption {
    padding: 10px;
    bottom: 10%;
  }
  .b1-box1-new .bannerCaption h1 {
    font-size: 14px;
  }
  .b1-box1-new .bannerCaption h2 {
    font-size: 12px;
    margin-top: 15px;
  }
  .b1-box1-new .bannerCaptionTop {
    top: 10%;
    padding: 10px;
    max-width: 200px;
  }
  .b1-box1-new .bannerCaptionTop h1 {
    font-size: 12px;
  }
  .b3slidebox4 {
    margin-top: 70px !important;
  }
  .b3slidebox2 {
    margin-top: 70px !important;
  }
  .b4-extra {
    float: left;
    width: 100%;
  }
  .b4-extra h2 {
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }
}

@media (min-width: 992px) and (max-width: 1250px) {
  .logopart {
    width: 43%;
  }
  .mailpart {
    width: 22% !important;
  }
  .mailpart h6 {
    padding-right: 25px;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .b4-box1 {
    margin-top: 32px;
  }

  .b4-box2 {
    float: left;
    width: 50%;
    margin-top: 100px;
  }
  .b4-box3 {
    margin-top: -30px;
  }
  .b4-box5 {
    margin-top: -30px;
  }
  .b4-box4 {
    margin-top: 35px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .sm {
    height: 284px !important;
    padding: 25px !important;
  }
  .b8-1 h6 {
    font-size: 16px !important;
  }
  .b8-2 h6 {
    font-size: 16px !important;
  }
  .b8-2 {
    width: 100% !important;
    height: 284px !important;
    padding: 25px !important;
    margin-top: 0px !important;
  }
  .b8-1 {
    width: 100% !important;
    height: 284px !important;
    padding: 25px !important;
  }
  .b4-extra h2 {
    margin-top: 100px;
  }
}
