* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.row {
  --bs-gutter-x: 0 !important;
  --bs-gutter-y: 0 !important;
}

p {
  color: #4b4747;
  line-height: 28px;
}

.center_logo a{
  color:#fff;
  text-decoration: none;
  font-size: 20px;
}

.offcanvas-start {
    top: 0;
    left: 0;
    max-width: 348px !important;
    border-right: 1px solid rgba(0, 0, 0, .2);
    transform: translateX(-100%);
    background-image: linear-gradient(to bottom, #076496, #07649687), url(../images/footers.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    background-attachment: fixed;
}

.center_logo ul {
  list-style-type: none;
  display: inline-flex;
  gap: 35px;
  margin-bottom: 0px;
}

.right_logo ul {
  list-style-type: none;
  display: inline-flex;
  gap: 10px;
  margin-bottom: 0px;
}

.left_logo img{
  width:120px;
}

.header_sec {
  padding: 20px 0px;
  position: fixed;
  width: 100%;
  background-color: rgba(0, 0, 255, 0);
  z-index: 999;
}


.header_sec.active {
    color: #000000 !important;
    background: #2A7B9B;
    background: linear-gradient(359deg, rgba(42, 123, 155, 0) -3%, rgb(28 141 182) 100%) !important;
}

.header_sec.active .center_logo ul li a {
  text-decoration: none;
  color: #000000;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 3px;
}
.center_logo ul li a {
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 3px;
}

.header_sec.active .right_logo ul li a {
  text-decoration: none;
  color: #000000;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 3px;
}

.right_logo ul li a {
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 3px;
}

.right_logo ul li i {
  color: #e55918;
}

.banner_sec {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}


.banner_text {
  position: absolute;
  z-index: 99;
  min-width: 44%;
}

.banner_text h2 {
     font-size: 45px;
    color: #fff;
    text-transform: uppercase;
}

.banner_img {
  position: relative;
}

.banner_img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-image: linear-gradient(to top, #00000000, #0b85b1);
}

.banner_img img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}

.abtout_section {
  padding: 60px 0px;
}

.about {
  max-width: 450px;
  margin: auto;
}

.about_text {
  max-width: 504px;
}

.about_text h2 {
  font-size: 32px;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.about_text p.span {
  color: #013062;
  text-transform: uppercase;
}

.sec {
  position: relative;
  width: 80%;
  margin: auto;
  padding: 33px;
  background-image: linear-gradient(to top, #00000000, #0b85b1);
  border-radius: 10px;
  box-shadow: rgb(0 0 0 / 0%) 0px 3px 8px;
}



.sec_img img {
  width: 167px !important;
}

.sec img {
  position: relative;
    width: 65px;
    height: 65px;
  margin-bottom: 20px;
  z-index: 9;
}

.sec::after {
  position: absolute;
  content: "";
  top: 6px;
  left: 8px;
  width: 63px;
  height: 63px;
  background-color: #ffffff0f;
  border-radius: 50%;

}

.abt_btn button {
  padding: 15px 25px;
  background-color: #076496;
  border: none;
  margin-top: 10px;
  color: #fff;
  font-size: 14px;

}

.mobile{
  display: none;
}

.abt_color {
  background-color: #e55918 !important;
}

.abt_btn button a {
  text-decoration: none;
  color: #fff;
}

.feature_box {
    padding: 19px;
    border: 1px solid gray;
    border-radius: 10px;
    background-color: #076496;
    color: #fff;
    min-height: 517px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.fea_icon img {
  width: 35px !important;
}

.fea_title h6 {
    font-size: 18px;
    max-width: 191px;
    text-transform: uppercase;
}

.fae_head {
  padding: 0px;
}

.fea_img img {
    padding: 2px;
    border-radius: 10px;
    height: 250px;
    object-fit: cover;
}

.contact_sec {
  padding: 70px 0px;
  background-color: #daedf7;
}

.sec h5{
  text-transform: capitalize;
}

.icon img {
  max-width: 58px;
}

.manage_point {
    margin-top: 10px;
}

.manage {
padding: 25px;
    background-color: #0f799aa8;
    margin: 10px;
    border: 1px solid #124e6c38;
    box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
    min-height: 300px;
    border-radius: 10px;
    color: #fff;
}

.manage h2 {
 color: #df591c;
    font-weight: 400;
}

.manage h3 {
    color: #000000;
    font-size: 20px;
    margin-top: 19px;
}

.contact h2{
  text-transform: uppercase;
}

.icon_text h5{
  font-size:18px;
  color:#000;
  text-transform: capitalize;
      margin-bottom: 0px;
}

.fae_text p{
  font-size: 13px ;
}

.video_sec {
  padding: 70px 0px;
  min-height: 600px;
background-image: linear-gradient(to left, #ffffff8f, #0c7899), url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.input-wrapper input {
  font-size: 13px;
  color: #ffffff;
  width: 100%;
  height: 49px;
  outline: none;
  border: 1px solid #a9a3a6;
  padding: 10px 20px;
  border-radius: 25px;
  position: relative;
  background-color: #f3f7fc00;
  margin-top: 13px;
}

.input-wrapper textarea {
  font-size: 13px;
  color: #ffffff;
  width: 100%;
  height: 49px;
  outline: none;
  border: 1px solid #a9a3a6;
  padding: 10px 20px;
  border-radius: 25px;
  position: relative;
  background-color: #f3f7fc00;
  height: 150px;
  margin-top: 13px;
}

.input-wrapper textarea:focus {
  font-size: 13px;
  color: #ffffff;
  width: 100%;
  height: 49px;
  outline: none;
  border: 1px solid #a9a3a6;
  padding: 10px 20px;
  border-radius: 25px;
  position: relative;
  background-color: #f3f7fc00;
  box-shadow: none;
  height: 150px;
  margin-top: 13px;
}

.contact_box {
  padding: 40px;
  background-color: #05476d;
  border-radius: 40px;
}

.main_btn button {
  background-color: #fff;
  border: none;
  padding: 12px 15px;
  font-size: 14px;
  border-radius: 20px;
}

.footer_sos {
    position: fixed;
    bottom: 10px;
    right: 10px;
        background-color: #124e6c;
    padding: 3px;
    border-radius: 37px;
    z-index: 99;
    flex-direction: column;
    border: 1px solid;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.our_services {
    padding: 70px 0px;
    background-color: #ffffff;
}

.testimonial {
    background: #ffffff09;
    text-align: center;
    margin: 0 20px;
}

.testimonial .description {
    padding: 40px 30px;
    margin-bottom: 50px;
    border-top: 1px solid #124e6c;
    border-left: 1px solid #124e6c;
    font-size: 15px;
    color: #000000;
    line-height: 30px;
    text-align: left;
    position: relative;
    min-height: 193px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.testimonial .description:before {
    content: "\ec51";
    font-family: remixicon !important;
    font-weight: 900;
    display: inline-block;
    float: left;
    padding: 0 15px 5px 0;
    font-size: 30px;
    color: #124e6c;
    text-align: center;
    position: relative;
    top: 8px;
    left: 0;
}

.testimonial .description:after {
    content: "";
    width: 50%;
    height: 1px;
    background: #124e6c;
    position: absolute;
    bottom: 0;
    left: 0;
}

.testimonial .testimonial-content {
    position: relative;
}

.testimonial .testimonial-content:before {
    content: "";
    width: 1px;
    height: 20px;
    background: #124e6c;
    position: absolute;
    top: -50px;
    left: 50%;
}

.testimonial .testimonial-content:after {
    content: "";
    width: 2px;
    height: 40px;
    background: #124e6c;
    position: absolute;
    top: -70px;
    left: 50%;
    transform: skewX(-45deg);
    transform-origin: 100% 100% 0;
}

.testimonial .pic {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 7px;
    overflow: hidden;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.testimonial .title {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #124e6c;
    letter-spacing: 1px;
    text-transform: capitalize;
}


.logo_menusw a{
  text-decoration: none;
  color:#fff;
}

.logo_menusw {
    position: relative;
    width: 50px;
    height: 49px;
    color: #656262 !important;
    text-decoration: none;
    display: flex
;
    justify-content: center;
    align-items: center;
    background-color: #4caf4f00;
    border-radius: 50px;
}

.footer-about p {
  font-size: 14px;
}

.footer_sec {
  background-color: #076496;
  padding: 70px 0px;
  position: relative;
  z-index: 2;
  background-image: linear-gradient(to bottom, #076496, #07649687), url(../images/footers.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.footer-links a,
.footer-contact p {
  margin-bottom: 21px;
  display: block;
  color: #ffffff;
  transition: 0.3s;
  font-size: 15px;
  text-decoration: none;
}

.footer-column {
  flex: 1;
  min-width: 250px;
}

.footer-about,
.footer-links,
.footer-contact {
  margin-bottom: 30px;
}

.footer-about h3,
.footer-links h3,
.footer-contact h3 {
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 22px;
}

.footer-links a,
.footer-contact p {
  margin-bottom: 21px;
  display: block;
  color: #ffffff;
  transition: 0.3s;
  font-size: 14px;
}



.footer-social a {
  display: inline-block;
  margin-right: 15px;
  color: #0085ff;
}

.footer-social a:hover {
  color: #dddddd;
}

.footer-menu {
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-about h3,
.footer-links h3,
.footer-contact h3 {
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
}

.f-menu a {
  margin: 0 15px;
  color: #ffffff;
  font-size: 13px;
  text-transform: capitalize;
  text-decoration: none;
}

.f-menu a:hover {
  color: #ffffff;
}

.footer-copyright {
  text-align: center;
  padding: 10px 15px;
  /* border-top: 1px solid rgba(255, 255, 255, 0.1); */
  margin-top: 38px;
}

.footer-copyright p {
  margin: 0;
  font-size: 12px;
  color: #fff;
}

.footer-copyright a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  font-size: 11px;
}

.footer-copyright a:hover {
  color: #fff;
}

.footer-social a {
  color: #ffffff;
  text-decoration: none;
}

    @media screen and (max-width: 768px) {
.mobile{
  display: block;
}
.desktop{
  display: none;
}
.banner_text h2 {
    font-size: 28px;
    color: #fff;
}
.banner_img img {
    height: 94vh;
    width: 100%;
    object-fit: cover;
}

.about_text h2 {
    font-size: 23px;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.contact h2 {
    text-transform: uppercase;
    font-size: 22px;
}
    }