a,
a:hover {
    text-decoration: none;
}

.styled-link {
    position: relative;
    padding-bottom: 3px;
    flex-shrink: 0;
}

.styled-link:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    width: 0%;
    height: 1px;
    transition: 0.5s all;
}

.styled-link:hover:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
    width: 100%;
    height: 1px;
    background-color: #fff;
}

/*floating button*/
.float1 {
    font-weight: 400;
    vertical-align: middle;
    padding: 8px 16px 10px;
    position: fixed;
    bottom: 20px;
    left: 10px;
    background-color: #03a84e;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 16px;
    z-index: 100;
    text-decoration: none;
    animation: key1 .3s ease infinite alternate;
}

.float1:hover {
    color: #fff;
}

.float1 i {
    margin-right: 10px;
    font-size: 22px;
    position: relative;
    top: 2px;
    color: #f8f8f8;
}

@keyframes key1 {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

/* navbar Above */
#navbarAbove {
    background: #ff9800;
    font-size: 15px;
    color: #fff;
    padding: 16px 0;
    /* background-color: #fff; */
}
.head_social li {
    background: #fff;
    padding: 0 6px;
    border-radius: 50%;
  }
.head_social li a {
    color: #ff9800 !important;
  }
#navbarBelow .navbar-toggler i {
    color: #fff;
}

#navbarAbove a {
    color: #fff;
    font-size: 13px;
}

#navbarAbove .styled-link:hover:after {
    background-color: #000 !important;
}

/* navbar Below */
.m-header {
    position: absolute;
    width: 100%;
    z-index: 999;
}

#navbarBelow a {
    color: #fff;
    font-weight: normal;
    display: inline-block;
    font-size: 15px;
}

#navbarBelow li {
    position: relative;
}

#navbarBelow li::after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #ff9800;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

#navbarBelow li:hover::after {
    width: 100%;
    left: 0;
}

.nav-link.dropdown-toggle::after {
    transition: 0.5s;
}

.nav-link.dropdown-toggle.show::after {
    transform: rotate(180deg);
}

#navbarBelow .navbar-toggler {
    color: #fff;
    border: none;
    box-shadow: none;
}

#navbarBelow.fixed-top {
    background-color: #1A5DA5;
    animation: navbarBelow 500ms linear;
    padding: 15px 0;
}

@keyframes navbarBelow {
    0% {
        opacity: 0%;
        transform: translateY(-50%);
    }

    ;

    100% {
        opacity: 100%;
        transform: translateY(0);
    }
}

#navbarNavDropdown {
    font-size: 1.1rem;
    font-weight: 600;
}

.navbar-brand img {
    max-height: 60px;
}

.dropdown-menu {
    background-color: #1c3155;
}

.dropdown-item {
    color: #000;
    font-weight: 400;
}

.dropdown-item.active,
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
    background-color: #121c3df4;
    color: #fff !important;
}

.navbar-right-button {
    background: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 50px;
    color: #FF9800 !important;
    padding: 9px 22px;
}


#navbarBelow .navbar-collapse.collapsing,
#navbarBelow .navbar-collapse.show {
    margin-top: 10px;
}
@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');
a,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
span,
ul {
    font-family: 'Poppins', sans-serif;
    margin: 0 !important;
}


body {
    font-family: 'Poppins', sans-serif;
}
#navbarBelow {
      padding: 11px 30px 11px 30px;
    background: #fff;
  }
/* SECTION1 */
.h_sec1.home{
    position: relative;
    padding: 140px 0 60px 0;
    isolation: isolate;
    background: url(../img/s1bg.png) no-repeat center/cover;
}
  .h_s1left .top{
background: url(../img/topbg.png) no-repeat;
  color: #fff;
  font-size: 18px;
  padding: 4px 0px 10px 6px;
  font-weight: 600;
  }
.defaulth1 {
    font-weight: 700;
    line-height: normal;
    font-size: 49px;
    color: #fff;
    text-transform: capitalize;
}
.btn_wrap {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 17px 0 0 0;
    align-items: center;
}
.h_s1left ul li {
  font-size: 16px;
  color: #fff;
  margin: 16px 0 0 0 !important;
  display: flex;
  align-items: center;
  gap: 10px;
}
.btn2.lightbg {
  color: #000;
  border-color: #000;
  font-weight: 600;
}
a.btn1 {
background: #fb1818;
  border: none;
  font-size: 16px;
  text-align: center;
  border-radius: 6px;
  color: #fff;
  padding: 12px 31px;
}
.btn1.popup-btn.big {
    font-size: 22px;
  }
a.btn2 {
    background:#00000000;
    border: none;
    font-size: 16px;
    border: 2px solid #fff;
    text-align: center;
    border-radius: 6px;
    color: #fff;
    padding: 10px 31px;
}
.btn_wrap a {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .btn_wrap a i {
    font-size: 21px;
  }
  .btn_wrap .btn1.popup-btn.bg_dark {
    background: #fff;
    color: #000;
  }
.defaulth2 {
    font-size: 42px;
    color: #fff;
    margin: 13px 0 !important;
}
.defaulth2.black{
    color: #021020;
}
.bold {
    font-weight: 600;
}

.clr_1 {
    color: #fb1818 !important;
}

.defaultp {
    color: #5C6670;
    margin: 10px 0;
    font-size: 16px;
    line-height: 25px;
}

.h_s1left ul li .icon {
  background: transparent;
  border: 1px solid red;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
    transform: rotate(45deg);
}
.h_s1left ul li .icon .inner{
background: #fb1818;
  border: 0;
  height: 9px;
  width: 9px;
}

.s1form {
  background: #fff;
  border: 2px solid #fb1818;
  border-radius: 11px;
  position: relative;
}
/* .s1form::before{
    background: url(../img/s1formbg.png) no-repeat;
    content: '';

} */
.s1form .head {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
.s1form .head .logo {
  background: #000;
  padding: 15px 9px;
  border: 2px solid #fb1818;
  border-radius: 0 0 26px 26px;
  border-top: 0;
  margin: 0 0 20px 0;
}
.s1form .head .logo img {
  width: 213px;
  height: 17px;
  filter: invert(0) brightness(100);
}

.form-group.agre-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
    padding: 18px 0 20px 0;
}
.form-group.agre-button .chkbx {
  display: flex;
  align-items: center;
  gap: 0px;
  font-size: 14px;
  margin: 25px 0 25px 0;
}
.form-group.agre-button .frm_btn {
    background: #121212;
  border-radius: 50%;
  padding: 4px 4px;
}
.form-group.agre-button .frm_btn .inner{
  background: #000;
  display: flex;
  flex-direction: column;
align-self: center;
  justify-content: center;
  color: #fff;
  height: 67px;
  width: 67px;
  border-radius: 50%;
  text-align: center;
  border: 2px solid #fb1818;
}
.form-group.agre-button .frm_btn button {
  color: #fff;
  font-size: 13px;
}
.form-group.agre-button .frm_btn i {
  transform: rotate(45deg);
  translate: 0 4px;
  font-size: 17px;
}
.s1form form label {
  translate: 10px 12px;
  font-size: 13px;
  background: #fff;
  font-weight: 600;
}
.s1form form input {
  padding: 13px 0 8px 13px;
border-radius: 9px;
}

.s1form form input::placeholder , .s1form form textarea::placeholder{
    font-size: 13px;
    opacity: 0.6;
}
.s1form form textarea {
  height: 100px;
  resize: none;
}

.s1form form input + i  , .s1form form textarea + i {
  position: absolute;
  right: 15px;
  top: 38px;
  opacity: 0.4;
}
.s1form form .form-group {
  position: relative;
}
.form_bground {
  width: 575px;
  height: 573px;
  position: absolute;
  right: -45px;
  top: 5px;
}
.h_sec1.home .row {
  position: relative;
}
.h_sec3.home{
    background: url(../img/s3bg.png) no-repeat center/cover;
}

.s3changeul li {
  height: 66px;
  background: #121212;
  margin: 15px 0 0 0 !important;
  display: flex;
  padding: 10px 0px 10px 37px;
  gap: 11px;
  align-items: center;
  color: #fff;
  border-radius: 0 15px 15px 0px;
}
.s3changeul li .num {
  height: 45px;
  width: 45px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: 0;
  color: #000;
  font-weight: 599;
}
.s3changeul li .text {
  font-weight: 600;
}
.s3changeimg {
  translate: 0 0px;
}
.s3changeul {
  margin: 30px 47px 0px -47px;
}
.s3changeul li.active {
  background: #fb1818;
}
.s3changetext {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 0 26px 0 0px;
}

.portslide.two{
    background: #fb1818;
}
.portslide {
  background: #121212;
  display: flex !important;
  align-items: center;
  gap: 20px;
  height: 423px;
  padding: 0 30px;
  border-radius: 14px;
}
.portslide .right {
  width: 50%;
  color: #fff;
}
.portslide .right ul {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 20px 0 0 0 !important;
}
.portslide .right ul li {
  width: 48%;
}
.portslide .right h4 {
  margin: 20px 0 0 0 !important;
}
.portslide .right p {
  color: #fff;
}

.portslider .slick-slide {
  padding: 70px 10px 70px 11px;
}
.dot_true .slick-dots li {
  margin: 0 7px !important;
}

.dot_true .slick-dots li button {
height: 4px;
  width: 28px;
  background: #00000038;
  border-radius: 13px;
  padding: 0 9px;
  transition: 0.5s;
  margin-top: 17px !important;
}

.dot_true .slick-dots li.slick-active button {
background-color: #fb1818;
  width: 28px;
  /* margin: 0 -3px; */
}

.dot_true .slick-dots li button::before {
  display: none;
}
.h_sec5.home{
    background: url(../img/s5bg.png) no-repeat center/cover;
}
.h_sec5.home .btn1{
    background: #121212 !important;
}
.h_sec6.home{
    background: url(../img/s3bg.png) no-repeat center/cover;
}
.h_sec6.home ul li .icon {
  background: #121212;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
transition: 0.8s;
}
.h_sec6.home ul li .top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 0px 0;
}
.h_sec6.home ul li {
background: #fff;
  box-shadow: 0 0 10.6px 0px #00000080;
  border-radius: 10px;
  padding: 15px 21px;
  margin: 19px 0 0 0 !important;
}
.h_sec6.home ul li p {
  height: 0px;
  opacity: 0;
  transition: 0.8s;
}
.h_sec6.home ul li.active p{
    height: 50px;
    opacity: 1;
    margin-top: 12px !important;
}
.h_sec6.home ul li.active .icon{
    background: #fb1818;
}

.h_sec7.home .container {
  background: #121212;
  padding: 30px 60px;
  border-radius: 10px;
}
.h_sec7.home .s7slider .slick-slide {
  padding: 30px 30px 30px 0px;
}
.testibox {
  background: #fff;
  padding: 17px 36px 20px 36px;
  border-radius: 10px;
}
.testibox .top p {
  margin: 20px 0 20px 0 !important;
    height: 180px;
}
.testibox .bottom {
  display: flex;
  justify-content: space-between;
}
.testibox .bottom .name {
  border-left: 1px solid #fb1818;
  display: flex;
  align-items: start;
  padding: 0 0 0 15px;
  flex-direction: column;
}
.testibox .bottom .qoute img {
  width: 89%;
}
.h_sec8.home{
    background: url(../img/s8bg.png) no-repeat center/cover;
}

.lastsecform .form-group {
  position: relative;
}
.lastsecform .form-group i {
  position: absolute;
  right: 9px;
  top: 35px;
  color: #ffffff47;
}
.lastsecform .form-group input::placeholder , .lastsecform .form-group textarea::placeholder {
  color: #fff;
}
.lastsecform {
  padding: 30px 0 0 0;
}
.lastsecform .form-group input , .lastsecform .form-group textarea {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #ffffff5e;
  border-radius: 0;
  padding: 33px 0 18px 0;
}
.lastsecform .form-group textarea {
  height: 159px;
  resize: none;
}
.lastsecform .form-group.agre-button {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0 0;
}
section{
  overflow: hidden;
}
.lastsecform .form-group.agre-button button {
background: red;
  padding: 10px 38px;
  color: #fff;
  font-weight: 600;
  margin: 20px 0 0 0;
}
/* SECTION1 */


    /* FOOTER  */
    
    footer {
        width: 100%;
        background: #0B1720;
        overflow: hidden;
    }
    
    .foot_top {
        width: 100%;
        overflow: hidden;
        /* padding: 60px 0 40px; */
    }
    
.foot_box {
    width: 100%;
}

.foot_box p {
    color: #fff !important;
    font-size: 14px;
}

.foot_box h3 {
    margin: 0 0 20px;
    color: #fff;
    font-weight: 400;
    padding-bottom: 15px;
    position: relative;
    font-size: 25px;
    font-weight: 600;
}

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

.foot_box ul li {
    line-height: 30px;
    position: relative;
}
.foot_box ul li i{
    color: #B2C3BF;
}

/* .foot_box ul li::before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: -20px;
    background: #fff;
    top: 9px;
    border-radius: 0 10px 10px 0;
    transition: linear .5s;
} */

.foot_box ul li a {
    color: #fff;
    transition: linear .2s;
    font-size: 13px;
}

.foot_box2 h3 {
    margin: 0 0 20px;
    color: #fff;
    font-weight: 400;
    padding-bottom: 15px;
    position: relative;
    font-size: 22px;
}

/* .foot_box2 h3::before {
    content: "";
    bottom: -2px;
    right: 50%;
    left: 0;
    position: absolute;
    z-index: 1;
    height: 2px;
    width: 90%;
    background: #fff;
} */

.foot_box2 ul li {
    color: #fff;
    padding: 0 0 10px;
}

/* .foot_box h3::before {
    content: "";
    bottom: -2px;
    right: 50%;
    left: 0;
    position: absolute;
    z-index: 1;
    height: 2px;
    width: 25%;
    background: #fff;
} */

.foot_box img {
    margin-top: 10px;
}

.foot_box2 ul li a {
    color: #fff;
    font-size: 12px;
}

.foot_box2 ul li {
    list-style: none;
}

.foot_bot {
    background: #0B1720;
    padding: 16px 0;
  }
.foot_bot p {
    text-align: center;
    color: #fff !important;
    margin: 0;
}


@media (max-width:1550px) {
    .defaulth1 {
        font-size: 50px;
        padding: 10px 0;
    }      
    .defaulth2 {
        font-size: 36px;
    }
.h_sec1.home {
  position: relative;
  padding: 110px 0 60px 0;
}
.s1form form textarea {
  height: 60px;
}
.form-group.agre-button {
  padding: 6px 0 20px 0;
}
img[src="img/s2left.png"] {
  width: 77%;
  margin: auto;
  display: table;
}
.s3changeimg img {
  width: 84%;
  translate: 40px 0px;
}
}
@media (max-width:1399px) {
    .defaulth1 {
    font-size: 39px;
    }
    .h_s1left ul li {
  font-size: 15px;
    }
    .defaultp{
  font-size: 15px;
    }
    .h_s1left .top {
  font-size: 17px;
    }
    .portslide .right ul li {
  width: 45%;
  font-size: 13px;
}

  .defaulth2 {
    font-size: 31px;
  }
  .testibox .top p {
  height: 196px;
}

}
.desk_hide{
  display: none ;
}
@media (max-width:991px) {
    .defaulth1 {
        font-size: 32px;
        padding: 10px 0;
    }
    .res_slider .slick-dots li { margin: 0 7px !important;  }
    .res_slider .slick-dots li button { height: 11px; width: 11px; background: #0d6baa; border-radius: 13px; padding: 0 9px; transition: 0.5s; margin-top: 17px !important; }
    .res_slider .slick-dots li.slick-active button { background-color: #fff; border: 1px solid #0d6baa; width: 34px; margin: 0 -9px; /* padding: 0 14px; */ }
    .res_slider .slick-dots li button::before { display: none; }
    .mob_hide{
        display: none !important;
    }
    .mob_center{
        text-align:center;
    }
    #navbarBelow .navbar-collapse {
        order: 3;
        background-color: #122441;
        padding: 0 10px;
    }
    #navbarBelow .navbar-toggler {
        order: 1;
    }
    .foot_box {
        margin: 30px 0 0 0;
    }
    .form_bground {
  display: none;
    }
    .h_s1left .top {
  background: url(../img/topbg.png) no-repeat center;
  color: #fff;
  font-size: 15px;
  padding: 10px 0px 10px 6px;
    }
     .h_s1left ul li {
    align-items: start;
     }
     .h_s1left ul li .icon {
  translate: 0px 4px;
     }
     .s1form {
  margin: 30px 0 0 0;
     }
     .btn_wrap{
      justify-content: center !important;
     }
     .h_sec1.home {
          padding: 90px 0 50px 0;
    background: #121212;
     }
     .s3changeul li {
  padding: 10px 10px 10px 10px;
     }
     .h_sec3.home .row2{
      flex-direction: column-reverse;
     }
     .s3changeul {
  margin: 0 0 30px 0px;
}
.s3changeul li {
  border-radius: 15px;
}
.s3changetext {
  padding: 0;
}
.portslide {
  gap: 20px;
  height: auto;
  padding: 20px 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.portslide .left img {
  width: 50%;
  display: table;
  margin: auto;
}
.portslide .right {
  width: 100%;
  text-align: center;
}
.portslider .slick-slide {
  padding: 10px 10px 0px 11px;
}
.desk_hide{
  display: block ;
}
.h_sec6.home ul li.active p {
  height: 67px;
}
 .testibox .top p {
    height: 330px;
  }
  .h_sec7.home .container {
  background: #121212;
  padding: 30px 10px;
  }
  .h_sec7.home .s7slider .slick-slide {
  padding: 30px 10px 30px 10px;
}
  .testibox .top p {
    height: 321px;
  }
}

@media (max-width:575px) {
    .navbar-brand img {
        max-height: 30px;
    }

    #navbarAbove {
        padding: 5px 0;
        font-size: 12px;
        text-align: center;
    }
    .h_s1left {
        text-align: center;
      }
      .btn_wrap{
        justify-content: center;
      }
      .defaulth2 {
        font-size: 27px;
      }
}