@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed: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&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body{
    font-family: "Montserrat", sans-serif;
}

/* h1,h2{
    
    font-family: "Barlow Condensed", sans-serif;
} */
/* h1,h2{
    font-family: "DM Serif Display", serif !important;
} */

/* navbar start-------------------------------------------------- */

.tab-l a {
    padding: 10px 20px;
    border: 1px solid #e31e25;
    border-radius: 30px;
    color: #e31e25;
    text-transform: uppercase;
}
.tab-l .active{
    background-color:#e31e25;
    color:#fff;
}
.topbar {
    background-color: #f9f9f9;
}
.list-inline{
    display: flex;
    gap:25px;
    align-items: center;
}
.right_item ul li{
    list-style-type: none;
}
.right_item ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 19px;
    letter-spacing: 1px;
    font-weight: 400;
    transition: all .3s;
}
.right_itemnew ul li a {
    color: #000000 !important;
}
.right_item ul{
    display: flex;
    gap: 25px;
    justify-content: end;
    margin: 0;
}
.navb{
    padding: 15px 0;
}
.right_itemx ul li{
    display: flex;
    justify-content: end;
    text-align: end;
    margin-left: auto;
}
.navbbbb {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999999999;
    padding: 25px 0;
    transition: all .3s;
}
.navbbbbnew {
    background-color: #fff !important;
    box-shadow: black 0px 0px 20px -14px;
}
.rans img{
    height:250px;
    object-fit:cover;
}
/* navbar end---------------------------------------------------- */

.inner-banner{
    position: relative;
}
.inner-banner::after {
    position: absolute;
    content: "";
    background-color: #00000054;
    background-size: contain;
    top: 0;
    left: 0;
    /*z-index: 9;*/
    height: 99%;
    width: 100%;
}
 .bannerswiperrrr .swiper-slide img{
    height: 100vh;
    object-fit: cover;
 }
.bannerswiperrrr .swiper-slide{
    position: relative;
}
/* .bannerswiperrrr .swiper-slide::after {
    position: absolute;
    content: "";
    background-image: url(../images/wide1.png);
    background-size: cover;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0.3;
}
.bannerswiperrrr .swiper-slide::before {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, #000000c9, #ffffff5c);
    background-size: cover;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
   
} */
.reg a{
    padding:10px 20px;
    text-decoration: none;
    color: #000000;
    background-color: #fff;
    font-size: 18px;
    border-radius: 7px;
}
.right-add h5{
    margin-bottom: 4px;
}
/* .navbbbb{
    border-bottom: 1px solid rgba(211, 211, 211, 0.452);
} */
.banner-tx {
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    z-index: 99;
    width: 60%;
    text-align: left;
}
.banner-tx h2 {
    font-size: 84px;
    color: #ffffff;
    letter-spacing: 2px;
    font-weight: 300;
}
.banner-tx p {
    font-size: 24px;
    color: #ffffff;
    letter-spacing: 4px;
    font-weight: 500;
}
.bannerswiperrrr .swiper-button-next:after,.bannerswiperrrr .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 20px;
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
    color: #fff;
}
.bannerswiperrrr .swiper-button-next:before,.bannerswiperrrr .swiper-button-prev::before{
    position: absolute;
    content: "";
    background-color: #000000b3;
    background-size: contain;
    height: 50px;
    width: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
}


.add {
    bottom: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    background-color: #0000009e;
    padding: 20px 0;
    display: none;
}
.pwd{
    width: 40px;
}
.add_list{
    display: flex;
    gap: 20px;
    align-items: center;
}
.right-add{
    width: 80%;
    color: #fff;
}

.ivv{
    margin-top: 5rem;
}
.re {
    height: 160px;
    width: 200px;
    border-radius: 10px;
    background-color: #f2719b;
    bottom: -10%;
    right: -10%;
    z-index: 999999999;
}
.inner-re {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 100%;
}
.inner-re h2{
    font-size: 50px;
}
.inner-re p {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.55px;
}
.abt-left img{
    border-radius: 7px;
}


.ul-style-2 {
    padding: 0;
    list-style: none;
}
.ul-style-2 li {
    margin: 5px 0 5px 0;
    font-size: 17px;
    line-height: 26px;
}
.ul-style-2.icon-green li:before {
    color: green;
}
.ul-style-2 li:before {
    font-family: "FontAwesome";
    content: url(../images/check.png);
    margin-right: 15px;
}
.w-60px {
    width: 60px;
}
.top-hd span {
    font-size: 30px;
    color: #000000;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.top-hd h2 {
    font-size: 30px;
    margin-bottom: 1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 0.5rem;
}
.top-hd p {
    width: 100%;
    margin: 10px auto;
    line-height: 27px;
}
.las {
    background-color: #e5e5e5;
}
.course-hd{
    position: relative;
    padding-bottom: 1rem;
    width: fit-content;
}
.course-hd h2{
    font-size: 35px;
    letter-spacing: 0.55px;
    color: #fff;
}
.course-hd::after {
    position: absolute;
    content: "";
    background-image: url(../images/text_bush.png);
    background-size: contain;
    height: 100%;
    width: 120%;
    bottom: -80%;
    left: 0;
    background-repeat: no-repeat;
}

.course {
    background-color: #e31e25;
    padding: 13rem 0 5rem;
    clip-path: polygon(0 22%, 100% 0%, 100% 100%, 0% 100%);
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.course::after {
    position: absolute;
    content: "";
    background-color: #93000521;
    background-size: contain;
    height: 634px;
    width: 567px;
    bottom: -12%;
    right: -7%;
    border-radius: 20% 13% 10% 53% / 21% 66% 10% 26%;
    z-index: -1;
    transform: rotate(45deg);
}
.cou-no h2 {
    font-size: 60px;
    letter-spacing: 9px;
    color: #ffffff8a;
}
.cou h4{
    color: #fff;
    letter-spacing: 0.55px;
    font-size: 25px;
    margin-bottom: 0.5rem;
}
.cou p{
    font-size: 17px;
    letter-spacing: 0.55px;
    line-height: 27px;
    color: #fff;
}

.read-bt a{
    padding: 10px 20px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration:none;
    transition: all .3s;
}
.read-bt a:hover{
    background-color: #fff;
    color: red;
}

.left-test h2 {
    font-size: 55px;
    letter-spacing: 2px;
    line-height: 67px;
}

.left-test p {
    font-size: 22px;
    /* letter-spacing: 0.55px; */
    list-style: 28px;
    line-height: 34px;
    color: #535353;
}
.testimonials{
    padding: 3rem 0;
}
.left-test{
    position: relative;
}
.left-test::after {
    position: absolute;
    content: "";
    background-image: url(../images/download.svg);
    background-size: contain;
    height: 90px;
    width: 90px;
    top: -11%;
    left: -4%;
    z-index: -1;
    background-repeat: no-repeat;
    opacity: 0.2;
}

.msg {
    padding: 2rem;
    background-color: #e31e25;
    border-radius: 45px;
    /* width: 50%; */
    margin-left: auto;
    position: relative;
    margin-top: -9%;
    margin-left: -21%;
}
.msg::after {
    position: absolute;
    content: "";
    background-image: url(../images/curve.png);
    background-size: contain;
    height: 79px;
    width: 100px;
    top: 100%;
    left: 15%;
    background-repeat: no-repeat;
}
.test-img img {
    height: 125px !important;
    width: 125px !important;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
    margin-top: 16rem;
    margin-left: auto;
}

.msg p{
    font-size: 16px;
    letter-spacing: 0.55px;
    color: #fff;
    line-height: 26px;
}

.name h5{
    font-size: 22px;
    letter-spacing: 0.55px;
    color: #fff;
}
.name span{
    font-size: 16px;
    color: #fff;
}

.testswiperrrr .swiper-wrapper{
    padding: 3rem 0;
}

.testswiperrrr .swiper-button-next,.testswiperrrr .swiper-button-prev {
    top: 76%;
}
.testswiperrrr .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 5%;
}
.testswiperrrr .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 82%;
}
.testswiperrrr .swiper-button-next::after,.testswiperrrr .swiper-button-prev::after {
    font-family: swiper-icons;
    font-size: 23px;
    color: #ffffff;
}
.testswiperrrr .swiper-button-next::before,.testswiperrrr .swiper-button-prev::before {
    position: absolute;
    content: "";
    background-color: red;
    background-size: contain;
    height: 40px;
    width: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
    border-radius: 50%;
}





#footer {
    background-color: #000000;
    padding: 80px 0;
}
#footer .footer-1 {
    padding: 0 0 30px;
}
#footer .footer-1 ul {
    list-style: none;
    padding-left: 0;
}
#footer .footer-1 ul .menu-item-has-children>a {
    border-bottom: 1px solid #FFFFFF80;
    display: block;
    padding-bottom: 3px;
    margin-bottom: 10px;
    font-size: 20px;
}
#footer .footer-1 ul li a {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    margin-bottom: 7px;
    display: inline-block;
}
#footer .footer-1 ul li ul li a {
    font-weight: 400;
}
#footer .footer-1 ul li a {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    margin-bottom: 7px;
    display: inline-block;
}
#footer .footer-2 {
    padding: 0;
}
#footer .footer-2 .row-2>div:first-child img {
    float: left;
    margin-right: 20px;
}
a{
    text-decoration: none;
}
#footer .footer-2 .row-2>div:first-child p {
    display: table;
}
#footer .footer-2 p {
    margin-bottom: 5px;
}
#footer .footer-2 p, #footer .footer-2 a {
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
    margin-bottom: 0;
    font-weight: 400;
}
#footer .footer-2 ul {
    list-style: none;
    padding-left: 0;
    overflow: hidden;
    margin-top: 20px;
    display: flex;
    gap: 10px;
}

.social {
  top: 67%;
  left: 0;
  transform: translateY(-50%);
  z-index: 99;
  /* border: 1px solid lightgray; */
  padding: 0.5rem;
  border-left: none;
}
.retret{
  padding: 0;
}
.retret li{
  list-style-type: none;
  padding: 10px 0;
  width: 200px;
}
.retret li a {
  color: #fff;
  padding: 10px 0;
  font-size: 17px;
  letter-spacing: 0.55px;
  font-weight: 500;
}

.retret11 li{
  padding: 0;
}
.retret11 li a {
  padding: 0;
  color:#000 !important;
}
.retret11 {
  top: 86%;
  left: 100%;
  transform: translateY(-50%);
  background-color: #fff;
  width: initial;
  padding: 15px;
 display: none;
  transition: all .3s;
}
.drop:hover .retret11{
  display: block;
}
.retret11 li a{
  color: #000;
}
.ar-right{
  width: 15px;
}
.fc img{
    width: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.fc {
  position: relative;
  height: 40px;
  width: 60px;
}
.btn-group a{
  text-decoration: none;
  font-weight: 500;
  
}
.btn-group a span {
  line-height: 17px;
}
.social .btn-group{
  border-top: 1px solid white;
  border-radius: 0;
}
.viewall_bt a {
    padding: 10px 30px;
    letter-spacing: 0.55px;
    background-color: #80808030;
    color: #000000;
    border: 1px solid #80808030;
    transition: all .3s;
}
.viewall_bt a:hover{
  background-color: #fff;
  color: #000000;
}
.viewall_bt{
  text-align: center;
  margin-top: 3rem;
}
.viewall_bt1 a {
  padding: 10px 30px;
  letter-spacing: 0.55px;
  background-color: #ffffff;
  color: #e31e25;
  border: 1px solid #ffffff;
  transition: all .3s;
}
.viewall_bt1 a:hover{
  background-color: #ffffff00;
  color: #ffffff;
}
.viewall_bt1{
  text-align: center;
  margin-top: 3rem;
}
.banner-txt{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: fit-content;
    text-align: center;
    z-index: 999;
}
/*@keyframes animate{*/
/*    0%{*/
/*        transform: translateY(0px);*/
       
/*    }*/
/*    25%{*/
/*        transform: translateY(-80px);*/
       
/*    }*/
/*    50%{*/
/*        transform: translateY(-160px);*/
       
/*    }*/
/*    75%{*/
/*        transform: translateY(-240px);*/
       
/*    }*/
/*    100%{*/
/*        transform: translateY(0px);*/
/*    }*/
/*}*/
.banner-txt h2 span {
    line-height: 69px;
    /* animation: animate 7s infinite; */
    animation-delay: 1s;
    font-size: 45px;
    letter-spacing: 3px;
    /* text-transform: uppercase; */
    font-weight: 400;
}

.mous {
    /*position: absolute;*/
    /*top: 86%;*/
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    /*text-align: center;*/
    /*z-index: 9;*/
        position: initial;
            transform: initial;
            text-align: center;

}
.floc {
    position: absolute;
    width: 100%;
    bottom: -5%;
    left: 0;
}
.ggfe {
    height: 37px;
}
.ggfe img {
    position: relative;
    animation: animateeded 1s infinite;
}
@keyframes animateeded{
    0%{
      transform: translateY(-10px);
    }
    50%{
        transform: translateY(0px);
    }
    100%{
        transform: translateY(-10px);
    }
  }
.ggfe img {
    width: 36px;
}
.mous h6 {
    margin: 6px 0 0 0;
    color: #fff;
    letter-spacing: 4.55px;
    font-size: 14px;
    font-weight: 300;
}

.las-txt h4 {
    font-size: 23px;
    letter-spacing: 0.55px;
    color: #000;
    line-height: 32px;
}
.las-txt{
    position: relative;
}
.las-txt::after {
    position: absolute;
    content: "";
    background-image: url(../images/download1.svg);
    background-size: contain;
    height: 70px;
    width: 70px;
    top: 8%;
    left: 2%;
    background-repeat: no-repeat;
    opacity: 0.2;
}
.Course-li{
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}
.Course-li::after {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, #00000000, #e31e25f2);
    background-size: contain;
    height: 37%;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
}
/* .Course-li::before {
  position: absolute;
  content: "";
  background-color: #e31e25;
  background-size: contain;
  height: 60px;
  right: 0;
  top: 0;
  width: 20px;
  z-index: 1;
  border-radius: 0 0 0 15px;
} */
.dar{
    bottom: 7%;
    left: 5%;
    z-index: 9999;
}
.dar p{
    color: #fff;
    letter-spacing: 0.55px;
    padding: 0 1rem;
}

.cou_nm {
    top: 69%;
    left: 7%;
    padding: 5px 10px;
    background-color: #000000;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 0.55px;
    position: relative;
    border-left: 4px solid #e31e25;
    z-index: 9;
}


.course111 {
    background-color: #f1f1f18a;
    padding: 5rem 0;
}


.play-btn1 {
    position: absolute;
    top: 50%;
    right: 28%;
    z-index: 99;
    z-index: 1;
    transform: translate(-50%, -50%);
}
.play-btn1::after {
    position: absolute;
    content: "";
    background-color: #dbdbdb;
    background-size: contain;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.ri-img img{
    width:17px;
}
.play-btn1::before {
    position: absolute;
    content: "";
    border: 15px solid rgb(255 0 0);
    background-size: contain;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    animation: animated 6s infinite;
}
@keyframes animated{
  0%{
    transform: translate(-50%,-50%)scale(0.3);
  }
  100%{
    transform: translate(-50%,-50%)scale(1.1);
    opacity: 0;
  }
}

/* gallery-----------home */
.g-imma{
    border-radius: 15px;
    overflow: hidden;
}
.imn-hd{
    position: absolute;
    bottom: 10%;
    left: 10%;
    z-index: 99;
    color: #fff;
    transition: all .4s;
}
.g-imma::after{
    position: absolute;
    content: "";
    background-color: #00000015;
    background-size: conta;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    transition: all .3s;
}
.g-imma:hover::after{
    background-color: #00000036;
}
.g-imma:hover .imn-hd{
    bottom: 20%;
}
.short-d{
    display:none;
}
.short-d{
    bottom: -30%;
    transition: all .3s;
    z-index: 999;
    left: 10%;
}
.g-imma:hover .short-d{
    bottom: 10%;
}




.homebloglistsrow .col-md-4>a {
    display: block;
    height: 100%;
}
.homebloglistsrow .col-md-4>a .hm-bloglist {
  height: 100%;
  background-color: #ff363d9c;
  transform: scale(0.9);
}
.homebloglistsrow .col-md-4>a .hm-bloglist1 {
    height: 100%;
    background-color: #000;
    transform: scale(1.05);
}

.country_name {
  font-size: 10px;
  margin-top: 5px;
  line-height: 13px;
}

.navbar-bottom .btn-group .btn {
  color: #fff;
  text-decoration: none;
  padding: 0 3px;
  font-size: 12px;
}
.navbar-bottom .btn-group .btn {
  color: #fff;
  text-decoration: none;
  padding: 0 3px;
  font-size: 12px;
}
.country_name {
  font-size: 10px;
  margin-top: 5px;
  line-height: 13px;
  color: #fff;
  width: 42px;
}
.inner-test {
    background-color: #e31e2512;
    padding: 3rem;
    border-radius: 14px;
}
.test .swiper-button-next {
    right: 13%;
}
.test .swiper-button-next:before, .test .swiper-button-prev:before {
    position: absolute;
    content: "";
    background-color: #6f1e58;
    background-size: contain;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.test .swiper-button-next:after, .test .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 20px;
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
    color: #ffffff;
}
.test .swiper-button-prev {
    left: 81%;
}
.test .swiper-button-next:before, .test .swiper-button-prev:before {
    position: absolute;
    content: "";
    background-color: #e31e25;
    background-size: contain;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.test .swiper-button-next:after, .test .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 20px;
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
    color: #ffffff;
}
.left-oo {
    background-color: #fff;
    padding: 10px;
    border-radius: 12px;
}
.t-list {
    background-color: #6f1e58;
    padding: 1rem;
    border-radius: 10px;
}
.t-list p {
    font-size: 19px;
}
.t-list {
    background-color: #1c1b17;
    padding: 1rem;
    border-radius: 10px;
}
.t-list img {
    width: 20px;
    margin-bottom: 10px;
}
.t-list p {
    font-size: 15px;
}
.ll-img {
    position: relative;
}
.ll-img img {
    border-radius: 10px;
}
.qu-txt {
    bottom: 10%;
    left: 10%;
}
.qu-txt h5 {
    font-size: 32px;
    letter-spacing: 0.55px;
}
.ll-img::after {
    position: absolute;
    content: "";
    background-image: url(../images/download11.svg);
    background-size: contain;
    height: 60px;
    width: 60px;
    top: 0%;
    right: 10%;
    z-index: 999;
    background-repeat: no-repeat;
    filter: brightness(0) invert(1);
    transform: rotate(180deg);
}
.test-hd {
    width: fit-content;
}
.left-ts-img img {
    border-radius: 50%;
    height: 150px;
    width: 150px !important;
        object-fit: cover;
}
.test .swiper-button-next, .test .swiper-button-prev {
    position: absolute;
    top: 18%;
}
.hm-bloglist {
    border-radius: 20px;
}
.hm-bloglist {
    transition: all 1s ease;
}
.hm-bloglist {
    padding: 20px 20px;
}
img.insight-img {
    border-radius: 10px;
    padding: 0;
}
img.insight-img {
    width: 100% !important;
    height: 271px;
    object-fit: cover;
}
.ts-img img {
    height: 235px;
    object-fit: cover;
    object-position: top;
}
.tes-li{
    height:100%;
}
.team-list{
    cursor:pointer;
}
.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
p.insight-date {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 1rem;
    margin-bottom: 10px;
}
p.insight-head {
    color: #ffffff;
    font-weight: 500;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.home-sec5-inn2 .col-md-4 p.insight-link {
    position: relative;
}

.newsss {
    margin: 0 !important;
    padding: 5rem 0;
    background-color: #d91a21;
    position: relative;
    z-index: 1;
}
.newsss::after{
  position: absolute;
  content: "";
  background-image: url(../images/menuBg.svg);
  background-size: contain;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}













/*  38. FOOTER CSS START
/*----------------------------------------*/
.footer__area {
    overflow: hidden;
    background-color: #121212;
  }
  .footer__area-2 {
    background-image: url(../imgs/shape/4.png);
    background-repeat: no-repeat;
    background-position: top right;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer__area-2 {
      background-size: 380px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer__area-2 {
      background-size: 350px;
    }
  }
  @media only screen and (max-width: 767px) {
    .footer__area-2 {
      background-size: 200px;
    }
  }
  .footer__area-3 {
    background-color: var(--black-2);
  }
  .footer__row {
    margin-left: -500px;
  }
  @media only screen and (max-width: 767px) {
    .footer__row {
      margin-left: 0;
      margin-right: 0;
    }
  }
  .footer__top {
    text-align: right;
  }
  .footer__top img {
    margin-bottom: -380px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer__top img {
      margin-bottom: -300px;
      width: 90%;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer__top img {
      margin-bottom: -250px;
      width: 100%;
    }
  }
  @media only screen and (max-width: 767px) {
    .footer__top img {
      margin-bottom: 0;
      width: 100%;
    }
  }
  .footer__top-2 {
    padding-bottom: 70px;
  }
  @media only screen and (max-width: 767px) {
    .footer__top-2 {
      padding-bottom: 50px;
    }
  }
  .footer__top-3 {
    border-bottom: 1px solid var(--black-6);
  }
  .footer__top-wrapper-3 {
    padding: 0 50px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 30% 10% auto;
    grid-template-columns: 30% 10% auto;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .footer__top-wrapper-3 {
      -ms-grid-columns: 35% 20px 15% 20px auto;
      grid-template-columns: 35% 15% auto;
      gap: 20px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer__top-wrapper-3 {
      -ms-grid-columns: 35% 20px 20% 20px auto;
      grid-template-columns: 35% 20% auto;
      gap: 20px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer__top-wrapper-3 {
      -ms-grid-columns: 35% 25% auto;
      grid-template-columns: 35% 25% auto;
    }
  }
  @media only screen and (max-width: 767px) {
    .footer__top-wrapper-3 {
      padding: 0 15px;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
    }
  }
  .footer__middle-2 {
    border-top: 1px solid var(--white-2);
    border-bottom: 1px solid var(--white-2);
    padding: 95px 0;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer__middle-2 {
      padding: 60px 0;
    }
  }
  @media only screen and (max-width: 767px) {
    .footer__middle-2 {
      padding: 50px 0;
    }
  }
  .footer__location-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 100px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer__location-2 {
      gap: 50px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer__location-2 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 30px;
    }
  }
  @media only screen and (max-width: 767px) {
    .footer__location-2 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 30px;
    }
  }
  .footer__location-2 .location h3 {
    font-weight: 400;
    font-size: 22px;
    line-height: 1.5;
    color: var(--black-2);
    padding-bottom: 10px;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .footer__btm {
      padding-left: 55px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer__btm {
      padding-left: 100px;
    }
  }
  @media only screen and (max-width: 767px) {
    .footer__btm {
      background-color: var(--black-2);
    }
    .footer__btm .container {
      padding: 0;
      background-color: var(--black-2);
    }
  }
  .footer__btm-2 {
    /*padding: 50px 0;*/
   
  }
  @media only screen and (max-width: 767px) {
    .footer__btm-2 {
        padding: 10px 0 50px;
    }
    .footer__btm-2 .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
    }
  }
  .footer__btm-3 {
    padding: 50px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer__btm-3 {
      padding: 40px 15px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer__btm-3 {
      padding: 40px 15px;
    }
    .footer__btm-3 .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
    }
  }
  @media only screen and (max-width: 767px) {
    .footer__btm-3 {
      padding: 30px 10px;
    }
    .footer__btm-3 .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
    }
  }
  .footer__inner {
    background-color: var(--black-2);
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
    padding-left: 350px;
    position: relative;
    z-index: 9;
  }
  @media only screen and (min-width: 1400px) and (max-width: 1919px) {
    .footer__inner {
      padding-left: 512px;
    
      background-size: 800px 700px;
  
      background-image: url(../images/footer-map.png);
    
    }
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .footer__inner {
      padding-left: 450px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer__inner {
      padding-top: 100px;
      padding-left: 410px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer__inner {
      padding-left: 470px;
      padding-top: 80px;
    }
  }
  @media only screen and (max-width: 767px) {
    .footer__inner {
      background-color: transparent;
      padding-left: 0;
      padding-top: 60px;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
    }
  }
  .footer__logo {
    margin-bottom: 30px;
  }
  .footer__logo-3 img {
    margin-bottom: 30px;
  }
  .footer__logo-3 p {
    max-width: 310px;
    color: #999;
  }
  .footer__sub-title {
    max-width: 850px;
    font-weight: 300;
    font-size: 36px;
    line-height: 1.3;
    color: var(--black-3);
    padding-top: 10px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer__sub-title {
      font-size: 30px;
    }
  }
  @media only screen and (max-width: 767px) {
    .footer__sub-title {
      font-size: 24px;
    }
  }
  .footer__widget {
    -ms-grid-column-span: 4;
    grid-column: span 4;
    padding: 70px 0 0;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer__widget {
      -ms-grid-column: 1;
      -ms-grid-column-span: 4;
      grid-column: 1/5;
      padding: 0 0 50px 0;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer__widget {
      -ms-grid-column: 1;
      -ms-grid-column-span: 5;
      grid-column: 1/6;
      padding: 0 0 50px 0;
    }
  }
  @media only screen and (max-width: 767px) {
    .footer__widget {
      padding: 0 0 50px 0;
      -ms-grid-column-span: 4;
      grid-column: span 4;
    }
  }
  .footer__widget p {
    max-width: 310px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #999;
    margin-bottom: 80px;
  }
  .footer__widget-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
    color: #999;
    padding-bottom: 20px;
  }
  .footer__widget-2 {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    padding: 70px 0 0px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer__widget-2 {
      -ms-grid-column: 6;
      -ms-grid-column-span: 3;
      grid-column: 6/9;
      padding: 0 0 50px 0;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer__widget-2 {
      grid-column: 7/-1;
      padding: 0 0 50px 0;
    }
  }
  @media only screen and (max-width: 767px) {
    .footer__widget-2 {
      padding: 0 0 50px 0;
      -ms-grid-column-span: 4;
      grid-column: span 4;
    }
  }
  .footer__widget-3 {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    padding: 70px 0 0px;
    margin-right: -30px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer__widget-3 {
      grid-column: 9/-1;
      padding: 0 50px 50px 0;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer__widget-3 {
      -ms-grid-column-span: 6;
      grid-column: span 6;
      padding: 50px 60px 0 0;
    }
  }
  @media only screen and (max-width: 767px) {
    .footer__widget-3 {
      padding: 0 0 50px 0;
    }
  }
  .footer__widget-4 {
    -ms-grid-column-span: 4;
    grid-column: span 4;
    -ms-grid-row-span: 2;
    grid-row: span 2;
    background-color: var(--black-4);
    padding: 135px 70px 30px;
    text-align: center;
    margin-left: 60px;
  }
  @media only screen and (min-width: 1400px) and (max-width: 1919px) {
    .footer__widget-4 {
      padding: 70px 30px 30px;
    }
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .footer__widget-4 {
      padding: 130px 40px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer__widget-4 {
      grid-column: 7/-1;
      padding: 50px;
      margin-left: 0;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer__widget-4 {
      -ms-grid-column-span: 6;
      grid-column: span 6;
      padding: 50px 30px;
      margin-left: 0;
    }
  }
  @media only screen and (max-width: 767px) {
    .footer__widget-4 {
      padding: 30px;
      margin-left: 0;
    }
  }
  .footer__widget-4 .project-title {
    font-weight: 400;
    font-size: 27px;
    line-height: 1.3;
    color: #999;
    /* padding-bottom: 25px; */
}
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .footer__widget-4 .project-title {
      font-size: 30px;
    }
  }
  .footer__widget-4 a {
    color: #999;
    border-color: var(--secondary);
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .footer__widget-4 .contact-time {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
    color: #999;
    padding-bottom: 3px;
  }
  .footer__widget-4 .contact-day {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: #999;
  }
  .footer__social li {
    display: inline-block;
    padding-right: 15px;
  }
  .footer__social li a {
    display: inline-block;
    color: #999;
    font-size: 20px;
  }
  .footer__social li a:hover {
    color: #999;
  }
  .footer__social-3 {
    border-left: 1px solid var(--black-6);
    border-right: 1px solid var(--black-6);
  }
  @media only screen and (max-width: 767px) {
    .footer__social-3 {
      margin-top: 50px;
      border-top: 1px solid var(--black-6);
      border-bottom: 1px solid var(--black-6);
    }
  }
  .footer__social-3 li {
    display: block;
    border-bottom: 1px solid var(--black-6);
  }
  .footer__social-3 li:last-child {
    border-bottom: 0;
  }
  .footer__social-3 li a {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
    color: #999;
    padding: 38px 0;
    background-color: transparent;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer__social-3 li a {
      padding: 30px 0;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer__social-3 li a {
      padding: 30px 0;
    }
  }
  @media only screen and (max-width: 767px) {
    .footer__social-3 li a {
      padding: 30px 0;
    }
  }
  .footer__social-3 li a:hover {
    color: var(--black-2);
    background-color: #999;
  }
  .footer__link li {
    display: block;
    padding-bottom: 15px;
  }
  .footer__link li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #999;
    line-height: 18px;
    /*text-transform: capitalize;*/
  }
  .footer__link li a:hover {
    color: #999;
  }
  .footer__contact {
    display: block;
    padding-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #999;
  }
  .footer__contact li {
    padding-bottom: 15px;
  }
  .footer__contact li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #999;
  }
  .footer__contact li a.phone {
    color: #999;
    position: relative;
  }
  .footer__contact li a.phone::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0px;
    background-color: #999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .footer__contact li a.phone:hover::after {
    width: 0%;
  }
  .footer__contact li a:hover {
    color: #999;
  }
  .footer__contact-3 {
    text-align: right;
    padding-top: 90px;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .footer__contact-3 {
      padding-top: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer__contact-3 {
      padding-top: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer__contact-3 {
      padding-top: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
    }
  }
  @media only screen and (max-width: 767px) {
    .footer__contact-3 {
      text-align: center;
      margin-bottom: 50px;
      padding-top: 60px;
    }
  }
  .footer__contact-3 a {
    font-weight: 400;
    font-size: 180px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    color: #999;
  }
  @media only screen and (min-width: 1400px) and (max-width: 1919px) {
    .footer__contact-3 a {
      font-size: 140px;
    }
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .footer__contact-3 a {
      font-size: 90px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer__contact-3 a {
      font-size: 72px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer__contact-3 a {
      font-size: 48px;
    }
  }
  @media only screen and (max-width: 767px) {
    .footer__contact-3 a {
      font-size: 50px;
    }
  }
  .footer__copyright {
    -ms-grid-column-span: 4;
    grid-column: span 4;
    border-top: 1px solid var(--gray-6);
    margin-left: -66px;
    /*padding: 35px 0 35px 66px;*/
  }
  @media only screen and (min-width: 1400px) and (max-width: 1919px) {
    .footer__copyright {
      margin-left: -35px;
      padding: 5px 0 5px 5px;
      background-color: #000;
    }
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .footer__copyright {
      margin-left: -54px;
      padding: 35px 0 35px 54px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer__copyright {
      border-top: 0;
      margin-left: 0;
      -ms-grid-column: 1;
      -ms-grid-column-span: 4;
      grid-column: 1/5;
      padding: 0;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer__copyright {
      grid-column: 1/-1;
      text-align: center;
      border-top: 0;
    }
  }
  @media only screen and (max-width: 767px) {
    .footer__copyright {
      grid-column: 1/-1;
      -ms-grid-row: 7;
      grid-row: 7;
      text-align: center;
      border-top: 0;
      padding-top: 0;
    }
  }
  .footer__copyright p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #999;
    /*max-width: 233px;*/
    text-align: center;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer__copyright p {
      max-width: 100%;
    }
  }
  @media only screen and (max-width: 767px) {
    .footer__copyright p {
      max-width: 100%;
    }
  }
  .footer__copyright p a {
    color: #999;
  }
  .footer__copyright p a:hover {
    color: var(--gray);
  }
  .footer__copyright-2 p {
    /*max-width: 235px;*/
  }
  @media only screen and (max-width: 767px) {
    .footer__copyright-2 p {
      max-width: 100%;
      /*padding-top: 50px;*/
      text-align: center;
    }
  }
  .footer__copyright-2 p a {
    color: var(--black-2);
  }
  .footer__copyright-2 p a:hover {
    color: #999;
  }
  .footer__copyright-3 p {
    color: #999;
    max-width: 235px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer__copyright-3 p {
      max-width: 100%;
      text-align: center;
    }
  }
  @media only screen and (max-width: 767px) {
    .footer__copyright-3 p {
      max-width: 100%;
      text-align: center;
    }
  }
  .footer__copyright-3 p a {
    color: #999;
  }
  .footer__copyright-3 p a:hover {
    color: #999;
  }
  .footer__copyright-8 {
    padding: 20px 100px;
  }
  @media only screen and (min-width: 1400px) and (max-width: 1919px) {
    .footer__copyright-8 {
      padding: 20px 50px;
    }
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .footer__copyright-8 {
      padding: 20px 30px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer__copyright-8 {
      padding: 20px 30px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer__copyright-8 {
      padding: 20px 15px;
    }
  }
  .footer__copyright-8 p {
    max-width: 235px;
    line-height: 1.4;
  }
  @media only screen and (max-width: 767px) {
    .footer__copyright-8 p {
      max-width: 100%;
      text-align: center;
    }
  }
  .footer__copyright-8 p a {
    color: var(--black-2);
  }
  .footer__copyright-8 p a:hover {
    color: #999;
  }
  .footer__nav {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  @media only screen and (max-width: 767px) {
    .footer__nav {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
  }
  .footer__nav-2 {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer__nav-2 {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
  }
  @media only screen and (max-width: 767px) {
    .footer__nav-2 {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
  }
  .footer__subscribe {
    -ms-grid-column-span: 4;
    grid-column: span 4;
    border-top: 1px solid var(--gray-6);
    padding: 35px 0;
    margin-right: -60px;
    padding-right: 30px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer__subscribe {
      -ms-grid-column: 1;
      -ms-grid-column-span: 6;
      grid-column: 1/7;
      -ms-grid-row: 2;
      grid-row: 2;
      padding: 0 40px 0 0;
      border-top: 0;
      margin-right: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer__subscribe {
      -ms-grid-column-span: 6;
      grid-column: span 6;
      -ms-grid-row: 3;
      grid-row: 3;
      border-top: 0;
      padding: 0 20px 0 0;
      margin-right: 0;
    }
  }
  @media only screen and (max-width: 767px) {
    .footer__subscribe {
      margin-right: 0;
      padding-right: 0;
      border-top: 0;
    }
  }
  .footer__subscribe form {
    position: relative;
    max-width: 450px;
    width: 100%;
    margin-left: auto;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer__subscribe form {
      max-width: 100%;
    }
  }
  @media only screen and (max-width: 767px) {
    .footer__subscribe form {
      max-width: 100%;
    }
  }
  .footer__subscribe input {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    color: #999;
    background-color: var(--black-4);
    width: 100%;
    border: none;
    border-radius: 0;
    outline: none;
    padding: 21px 50px 21px 15px;
  }
  .footer__subscribe input::-webkit-input-placeholder {
    opacity: 1;
    color: #999;
  }
  .footer__subscribe input::-moz-placeholder {
    opacity: 1;
    color: #999;
  }
  .footer__subscribe input:-ms-input-placeholder {
    opacity: 1;
    color: #999;
  }
  .footer__subscribe input::-ms-input-placeholder {
    opacity: 1;
    color: #999;
  }
  .footer__subscribe input::placeholder {
    opacity: 1;
    color: #999;
  }
  .footer__subscribe .subs-btn {
    position: absolute;
    right: 20px;
    top: 16px;
    background-color: transparent;
    border: none;
    color: #999;
  }
  .footer__subscribe-2 {
    position: relative;
    padding-left: 90px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer__subscribe-2 {
      padding-left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%;
    }
  }
  @media only screen and (max-width: 767px) {
    .footer__subscribe-2 {
      padding-left: 0;
      margin-top: 50px;
    }
  }
  .footer__subscribe-2::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 120px;
    left: -20px;
    top: -15px;
    background-color: var(--white-2);
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer__subscribe-2::before {
      height: 100%;
      top: 0;
    }
  }
  .footer__subscribe-2 input {
    width: 100%;
    border: none;
    border-bottom: 1px solid var(--black-2);
    font-weight: 300;
    font-size: 24px;
    line-height: 1.5;
    color: var(--black-2);
    padding: 20px 80px 20px 0;
    outline: none;
  }
  @media only screen and (max-width: 767px) {
    .footer__subscribe-2 input {
      font-size: 18px;
    }
  }
  .footer__subscribe-2 input::-webkit-input-placeholder {
    color: var(--black-2);
    opacity: 1;
  }
  .footer__subscribe-2 input::-moz-placeholder {
    color: var(--black-2);
    opacity: 1;
  }
  .footer__subscribe-2 input:-ms-input-placeholder {
    color: var(--black-2);
    opacity: 1;
  }
  .footer__subscribe-2 input::-ms-input-placeholder {
    color: var(--black-2);
    opacity: 1;
  }
  .footer__subscribe-2 input::placeholder {
    color: var(--black-2);
    opacity: 1;
  }
  .footer__subscribe-2 form {
    position: relative;
  }
  .footer__subscribe-2 .submit {
    position: absolute;
    right: 0;
    top: 10px;
    background: transparent;
    border: none;
  }
  @media only screen and (max-width: 767px) {
    .footer__subscribe-2 .submit {
      top: 18px;
    }
  }
  @media only screen and (max-width: 767px) {
    .footer__subscribe-2 .submit img {
      width: 45px;
    }
  }
  
  footer #btn_wrapper,
  footer .btn_wrapper {
    margin: 0 auto;
  }
  
  .contact_title span {
    padding-left: 30px;
  }
  
  .footer_categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid var(--gray-11);
    padding-bottom: 58px;
    margin: 0 100px;
  }
  @media only screen and (min-width: 1400px) and (max-width: 1919px) {
    .footer_categories {
      margin: 0 50px;
    }
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .footer_categories {
      margin: 0 30px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer_categories {
      margin: 0 30px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer_categories {
      margin: 0 15px;
    }
  }
  @media only screen and (max-width: 767px) {
    .footer_categories {
      margin: 0;
      padding-left: 15px;
      padding-right: 15px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
  }
  .footer_categories::before {
    content: "";
    position: absolute;
    top: 12%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--gray-11);
  }
  @media only screen and (max-width: 767px) {
    .footer_categories::before {
      top: 14%;
    }
  }
  .footer_categories h4 {
    font-size: 16px;
    color: var(--black-2);
    text-transform: capitalize;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .categories_item {
      width: 100%;
    }
  }
  .categories_item .cat_title {
    margin-bottom: 74px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .categories_item .cat_title {
      margin-bottom: 60px;
    }
  }
  @media only screen and (max-width: 767px) {
    .categories_item .cat_title {
      margin-bottom: 50px;
      margin-top: 30px;
    }
  }
  .categories_item input {
    background-color: transparent;
    padding: 5px 80px 20px 0;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .categories_item input {
      font-size: 18px;
    }
  }
  @media only screen and (max-width: 767px) {
    .categories_item input {
      padding: 15px 80px 15px 0;
    }
  }
  .categories_item .footer__subscribe-2 {
    padding-left: 0;
  }
  @media only screen and (max-width: 767px) {
    .categories_item .footer__subscribe-2 {
      margin-top: 20px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .categories_item .footer__subscribe-2 input {
      width: inherit;
    }
  }
  .categories_item .footer__subscribe-2::before {
    display: none;
  }
  
  .cat_links li {
    padding-bottom: 12px;
  }
  .cat_links li a {
    display: inline-block;
    padding: 1px 0;
    font-size: 24px;
    line-height: 16px;
    color: var(--black-2);
    text-transform: uppercase;
  }
  .cat_links li a .menu-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    text-shadow: 0 16px 0 var(--black-3);
  }
  .cat_links li a .menu-text span {
    display: block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    font-style: normal;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: translateY(var(--m)) translateZ(0);
            transform: translateY(var(--m)) translateZ(0);
  }
  .cat_links li a .menu-text span:nth-child(1) {
    -webkit-transition-delay: 0.05s;
            transition-delay: 0.05s;
  }
  .cat_links li a .menu-text span:nth-child(2) {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .cat_links li a .menu-text span:nth-child(3) {
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
  }
  .cat_links li a .menu-text span:nth-child(4) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .cat_links li a .menu-text span:nth-child(5) {
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
  }
  .cat_links li a .menu-text span:nth-child(6) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .cat_links li a .menu-text span:nth-child(7) {
    -webkit-transition-delay: 0.35s;
            transition-delay: 0.35s;
  }
  .cat_links li a .menu-text span:nth-child(8) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .cat_links li a .menu-text span:nth-child(9) {
    -webkit-transition-delay: 0.45s;
            transition-delay: 0.45s;
  }
  .cat_links li a .menu-text span:nth-child(10) {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .cat_links li a .menu-text span:nth-child(11) {
    -webkit-transition-delay: 0.55s;
            transition-delay: 0.55s;
  }
  .cat_links li a .menu-text span:nth-child(12) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .cat_links li a .menu-text span:nth-child(13) {
    -webkit-transition-delay: 0.65s;
            transition-delay: 0.65s;
  }
  .cat_links li a .menu-text span:nth-child(14) {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  .cat_links li a .menu-text span:nth-child(15) {
    -webkit-transition-delay: 0.75s;
            transition-delay: 0.75s;
  }
  .cat_links li a .menu-text span:nth-child(16) {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  .cat_links li a .menu-text span:nth-child(17) {
    -webkit-transition-delay: 0.85s;
            transition-delay: 0.85s;
  }
  .cat_links li a .menu-text span:nth-child(18) {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .cat_links li a .menu-text span:nth-child(19) {
    -webkit-transition-delay: 0.95s;
            transition-delay: 0.95s;
  }
  .cat_links li a .menu-text span:nth-child(20) {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  .cat_links li a .menu-text span:nth-child(21) {
    -webkit-transition-delay: 1.05s;
            transition-delay: 1.05s;
  }
  .cat_links li a .menu-text span:nth-child(22) {
    -webkit-transition-delay: 1.1s;
            transition-delay: 1.1s;
  }
  .cat_links li a .menu-text span:nth-child(23) {
    -webkit-transition-delay: 1.15s;
            transition-delay: 1.15s;
  }
  .cat_links li a .menu-text span:nth-child(24) {
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
  .cat_links li a .menu-text span:nth-child(25) {
    -webkit-transition-delay: 1.25s;
            transition-delay: 1.25s;
  }
  .cat_links li a .menu-text span:nth-child(26) {
    -webkit-transition-delay: 1.3s;
            transition-delay: 1.3s;
  }
  .cat_links li a .menu-text span:nth-child(27) {
    -webkit-transition-delay: 1.35s;
            transition-delay: 1.35s;
  }
  .cat_links li a .menu-text span:nth-child(28) {
    -webkit-transition-delay: 1.4s;
            transition-delay: 1.4s;
  }
  .cat_links li a .menu-text span:nth-child(29) {
    -webkit-transition-delay: 1.45s;
            transition-delay: 1.45s;
  }
  .cat_links li a .menu-text span:nth-child(30) {
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
  .cat_links li a .menu-text span:nth-child(31) {
    -webkit-transition-delay: 1.55s;
            transition-delay: 1.55s;
  }
  .cat_links li a .menu-text span:nth-child(32) {
    -webkit-transition-delay: 1.6s;
            transition-delay: 1.6s;
  }
  .cat_links li a .menu-text span:nth-child(33) {
    -webkit-transition-delay: 1.65s;
            transition-delay: 1.65s;
  }
  .cat_links li a .menu-text span:nth-child(34) {
    -webkit-transition-delay: 1.7s;
            transition-delay: 1.7s;
  }
  .cat_links li a .menu-text span:nth-child(35) {
    -webkit-transition-delay: 1.75s;
            transition-delay: 1.75s;
  }
  .cat_links li a .menu-text span:nth-child(36) {
    -webkit-transition-delay: 1.8s;
            transition-delay: 1.8s;
  }
  .cat_links li a .menu-text span:nth-child(37) {
    -webkit-transition-delay: 1.85s;
            transition-delay: 1.85s;
  }
  .cat_links li a .menu-text span:nth-child(38) {
    -webkit-transition-delay: 1.9s;
            transition-delay: 1.9s;
  }
  .cat_links li a .menu-text span:nth-child(39) {
    -webkit-transition-delay: 1.95s;
            transition-delay: 1.95s;
  }
  .cat_links li a .menu-text span:nth-child(40) {
    -webkit-transition-delay: 2s;
            transition-delay: 2s;
  }
  .cat_links li a .menu-text span:nth-child(41) {
    -webkit-transition-delay: 2.05s;
            transition-delay: 2.05s;
  }
  .cat_links li a .menu-text span:nth-child(42) {
    -webkit-transition-delay: 2.1s;
            transition-delay: 2.1s;
  }
  .cat_links li a .menu-text span:nth-child(43) {
    -webkit-transition-delay: 2.15s;
            transition-delay: 2.15s;
  }
  .cat_links li a .menu-text span:nth-child(44) {
    -webkit-transition-delay: 2.2s;
            transition-delay: 2.2s;
  }
  .cat_links li a .menu-text span:nth-child(45) {
    -webkit-transition-delay: 2.25s;
            transition-delay: 2.25s;
  }
  .cat_links li a .menu-text span:nth-child(46) {
    -webkit-transition-delay: 2.3s;
            transition-delay: 2.3s;
  }
  .cat_links li a .menu-text span:nth-child(47) {
    -webkit-transition-delay: 2.35s;
            transition-delay: 2.35s;
  }
  .cat_links li a .menu-text span:nth-child(48) {
    -webkit-transition-delay: 2.4s;
            transition-delay: 2.4s;
  }
  .cat_links li a .menu-text span:nth-child(49) {
    -webkit-transition-delay: 2.45s;
            transition-delay: 2.45s;
  }
  .cat_links li a:hover {
    --y: -4px;
  }
  .cat_links li a:hover span {
    --m: calc(16px * -1);
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .cat_links li a {
      font-size: 16px;
    }
  }
  @media only screen and (max-width: 767px) {
    .cat_links li a {
      font-size: 16px;
    }
  }
  
  .categories_item.l_item {
    -ms-flex-preferred-size: 36%;
        flex-basis: 36%;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .categories_item.l_item .cat_title {
      margin-bottom: 0;
    }
  }
  @media only screen and (max-width: 767px) {
    .categories_item.l_item {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
    }
    .categories_item.l_item .cat_title {
      margin-top: 50px;
      margin-bottom: 0;
    }
  }

  .cta__sub-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    text-transform: uppercase;
    color: var(--black-3);
    border: 1px solid var(--gray);
    display: inline-block;
    padding: 5px 17px;
    border-radius: 30px;
    margin-bottom: 10px;
}


.footer__widget p {
    max-width: 430px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #999;
    margin-bottom: 80px;
}
.footer__widget-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
    color: #999;
    padding-bottom: 20px;
}
.footer__widget-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
    color: #999;
    padding-bottom: 20px;
}
.footer__link li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #999;
    line-height: 18px;
    /*text-transform: capitalize;*/
}
.footer__social,.footer__link{
    margin: 0px;
    padding: 0px;
}
.footer__widget-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
    color: #fff;
    padding-bottom: 20px;
}
.footer__widget-4 {
    -ms-grid-column-span: 4;
    grid-column: span 4;
    -ms-grid-row-span: 2;
    grid-row: span 2;
    background-color: #1d1d1d;
    padding: 31px 40px 30px;
    text-align: center;
    margin-left: 60px;
}
.footer-menu, .footer-menu-2 {
    text-align: right;
}
@media only screen and (min-width: 1400px) and (max-width: 1919px) {
    .footer-menu li, .footer-menu-2 li {
        padding-left: 60px;
    }
}
.footer-menu li, .footer-menu-2 li {
    display: inline-block;
    padding-left: 80px;
}
.back-to-top-wrapper, a, button, p, input, select, textarea, li, .transition-3 {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.footer-menu li a, .footer-menu-2 li a {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: var(--black-2);
    /* text-transform: capitalize; */
}
.footer-menu{
    margin: 0;
}


/* navbar start-------------------------------------------------- */

.topbar {
    background-color: #f9f9f9;
}
.list-inline{
    display: flex;
    gap:25px;
    align-items: center;
}
.right_item ul li{
    list-style-type: none;
}
.right_item ul li a {
    text-decoration: none;
    color: #000000;
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: 600;
    transition: all .3s;
    text-transform: uppercase;
}
.right_itemnew ul li a {
    color: #000000 !important;
}
.right_item ul {
    display: flex;
    gap: 20px;
    justify-content: end;
    margin: 0;
}
.ul{
    display: flex;
    gap:25px;
    justify-content: end;
}
.ul li a {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #000000;
    font-size: 16px;
    letter-spacing: 0.55px;
    transition: all .3s;
}
.ul li a img{
    /*filter: brightness(0)invert(1);*/
    width: 20px;
    transition: all .3s;
}
.ulnew li a{
    color: #000000;
}
.ulnew li a img{
    filter: brightness(1)invert(0);
}
.ul li{
    list-style: none;

}
.drop-items {
    padding-left: 0;
    transform: translateY(46%);
    height: 0;
    overflow: hidden;
    transition: all .3s;
}
.ld h3 {
    font-size: 25px;
    letter-spacing: 0.5px;
    color: #fff;
}
.drop-items {
    top: 191%;
    left: 0;
    width: 332px;
    background-color: #fff;
    box-shadow: black 0px 5px 25px -5px;
    display: initial !important;
}
.drop-items li {
    padding: 0;
}
.drop-items li a {
    padding: 10px 15px !important;
    display: flex;
    color: #000 !important;
    position: relative;
    font-weight: 500 !important;
}
.drop-items li a::after {
    position: absolute;
    content: "";
    background-color: #e31e25;
    background-size: contain;
    height: 100%;
    width: 0%;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .3s;
}
.drop-items li a:hover::after{
    width: 100%;
}
.dropdown:hover .drop-items {
    transform: translateY(0%);
    height: auto;
}
.dropdown a {
    padding: 0 0 2rem 0 !important;
}
.dropdown:hover img {
    transform: rotate(180deg);
}
.dropdown img {
    width: 18px;
    transition: all .3s;
    filter: brightness(1) invert(0);
}
.right_itemnew img{
    filter: brightness(1)invert(0);
}
.drop-items li a:hover {
    color: #fff !important;
}
.navb{
    padding: 15px 0;
}
.right_itemx ul li{
    display: flex;
    justify-content: end;
    text-align: end;
    margin-left: auto;
}
.navbbbb {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    padding: 15px 0;
    transition: all .3s;
}
.navbbbbnew {
    background-color: #fff !important;
    box-shadow: black 0px 0px 20px -14px;
}
/* navbar end---------------------------------------------------- */




.lef-bc {
    background-color: #ffcbcd75;
    border-radius: 15px;
    padding: 1rem;
    position: sticky;
    top: 8rem;
}
.tab-l2{
    width: 100%;
}
.tab-l2 a {
    display: flex;
    width: 100%;
    justify-content: left;
    padding: 10px;
    background-color: #fff;
    color: #e31e25;
    border-radius: 7px;
    border: none;
}
.tab-l2 .active {
    background-color: #e31e25;
    color: #ffffff;
}
.par{
    font-size: 17px;
    letter-spacing: 0.55px;
    line-height: 28px;
}
.course-hd5::after {
    height: 100%;
    width: 100%;
    background-image: none;
    bottom: 0;
}
.course-hd5{
    margin-bottom: 0px !important;
}
.right-team{
    position: relative;
}
.right-team::after {
    position: absolute;
    content: "";
    border: 15px solid #6565652b;
    background-size: contain;
    height: 200px;
    width: 200px;
    top: -12%;
    right: -12%;
    z-index: -1;
}
.right-team::before {
    position: absolute;
    content: "";
    background-image: url(../images/ddt.png);
    background-size: contain;
    height: 200px;
    width: 200px;
    bottom: 5%;
    left: -16%;
    z-index: -1;
    opacity: 0.2;
}
.bread-txtx {
    position: absolute;
    width: fit-content;
    top: 86%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    text-align: center;
    /* writing-mode: tb; */
    /* height: 100%; */
}
.bread-txtx h2 {
    color: #fff;
    font-size: 42px;
    letter-spacing: 0.55px;
    /*text-transform: uppercase;*/
    font-weight: 700;
}
.bread-txtx p {
    font-size: 18px;
    letter-spacing: 0.55px;
    color: #fff;
    display:none;
}
.team-list {
    margin-bottom: 4rem;
    transition:all .3s;
}
.team-list:hover {
    box-shadow: black 0px 3px 12px -7px;
    border-radius: 55px 0 0 0;
}
.team-data {
    transform: initial;
    width: 100%;
    background-color: #fff;
    padding: 10px;
    position: initial !important;
}
.team-data h5 {
    font-size: 21px;
    margin-bottom: 6px;
    font-weight: 600;
}
.team-data span {
    font-size: 16px;
}
.team-list img {
    border-radius: 55px 0 0 0;
    height: 300px;
    object-fit: cover;
    object-position: top;
}
.list-wrap li {
    list-style-type: none;
    padding-left: 20px;
    display: flex;
    gap: 15px;
    padding: 5px 0;
    align-items: center;
    font-size: 17px;
}
.list-wrap{
    padding-left:0;
}
.notice_image {
    height: 60px;
    width: 60px;
    position: relative;
    background-color: #ffe1e1;
}
.notice_image img{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:30px;
}


.notice_data p {
    font-size: 16px;
    letter-spacing: 0.55px;
    margin-top: 15px;
    width: 100%;
}
.ghhhtrg {
    padding: 12px;
    background-color: #ffe1e1;
    border-radius: 7px;
    margin-top: 20px !important;
}
.left_notice {
    height: 100%;
    background-color: #e31e250a;
    padding: 4rem;
}

.tab-content2{
    position: sticky;
    top: 7rem;
}

.navitemstt{
  /*background: transparent linear-gradient(180deg, #063e92, #1589cf) 0 0 no-repeat padding-box;*/
  background: transparent linear-gradient(180deg, #8b0404, #c00404) 0 0 no-repeat padding-box;
  bottom: 0;
  -webkit-clip-path: circle(0 at 100% 0);
  clip-path: circle(0 at 100% 0);
  height: 100vh;
  left: 0;
  overflow: hidden;
  padding: 36px var(--containerSidePadding);
  position: fixed;
  right: 0;
  top: 0;
  transform-origin: top right;
  transition: all .4s linear;
  visibility: hidden;
  width: 100%;
  z-index: 0;
}
.navitemsttnew{
  clip-path: circle(100% at 50% 50%);
  visibility: visible;
  z-index: 99999;
}
.c-secondaryMenu__list {
  align-items: flex-end;
  bottom: 0;
  display: flex
;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.c-secondaryMenu__list__projectItems {
  flex-basis: 45%;
  margin-left: 0;
  padding-bottom: 64px;
}
.c-secondaryMenu__list__projectItems ul {
  list-style: none;
  overflow: hidden;
}
.c-secondaryMenu__list__projectItems ul li.c-secondaryMenu__item:first-child {
  margin-top: 0;
}
.c-secondaryMenu__list__projectItems ul li.c-secondaryMenu__item a {
  color: #fff;
  display: inline-block;
  font-family: Gotham-Bold;
  font-size: 72px;
  font-style: normal;
  line-height: 72px;
  overflow: hidden;
  padding-top: 15px;
  position: relative;
  text-transform: uppercase;
}
.c-secondaryMenu__list a[data-home]:before {
  -webkit-text-stroke: 1px #d490a0;
  color: #d490a0;
  content: attr(data-home);
  opacity: 1;
  white-space: nowrap;
}
.c-secondaryMenu__list a:before {
  opacity: 1;
  overflow: hidden;
  position: absolute;
  transition: .5s;
  width: 0;
}
.c-secondaryMenu__list .projectItems--dropMenu {
  -ms-overflow-style: none;
  flex-basis: 0%;
  height: 100%;
  overflow-y: auto;
  padding-bottom: 64px;
  padding-top: 190px;
  scrollbar-width: none;
  transition: flex-basis .4s;
}
.inner_navitt{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 90%;
}
.left-sdjfhjsdfh h2 {
  font-size: 62px;
  letter-spacing: 2px;
  color: #fff;
  font-weight: 700;
  /* background: none; */
  /* color: #00000000; */
  /* -webkit-text-stroke-width: 1px; */
  /* -webkit-text-stroke-color: #ffffff59; */
  /* -webkit-text-fill-color: unset; */
  line-height: 81px;
  text-transform: uppercase;
}


.fixed-btn a {
  padding: 20px 10px;
  background-color: #e31e25;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.55px;
}
.fixed-btn {
  top: 50%;
  right: 0.5%;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  z-index: 99;
}


.top-hd1 h2 {
  font-size: 35px;
  margin-bottom: 1rem;
  letter-spacing: 0.55px;
}
.top-hd1 p {
  font-size: 17px;
  line-height: 26px;
}




















#whatsapp-chat {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  outline: none !important;
  position: fixed;
  width: 350px;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
          box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 90px;
  right: 30px;
  overflow: hidden;
  z-index: 99999;
  -webkit-animation-name: showchat;
          animation-name: showchat;
  -webkit-animation-duration: .35s;
          animation-duration: .35s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media only screen and (max-width: 480px) {
  #whatsapp-chat {
    max-width: 300px;
    width: 100%;
    bottom: 75px;
  }
}

#whatsapp-chat .whatsapp-name {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
  font-family: var(--regular-font);
  line-height: 0.5;
      color: white;
}

#whatsapp-chat .head-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#whatsapp-chat .head-home small {
  font-size: 12px;
  color: #ffffff;
  font-family: var(--icon-font);
  letter-spacing: .6px;
}

#whatsapp-chat .header-chat {
  background: #31a55c;
  color: #fff;
  padding: 20px;
}

#whatsapp-chat .header-chat h3 {
  margin: 0 0 10px;
}

#whatsapp-chat .header-chat p {
  margin: 0;
  line-height: 18px;
}

#whatsapp-chat .info-avatar {
  position: relative;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  margin-right: 10px;
}

#whatsapp-chat .info-avatar img {
  width: 45px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

#whatsapp-chat a.informasi {
  padding: 20px;
  display: block;
  overflow: hidden;
  -webkit-animation-name: showhide;
          animation-name: showhide;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

#whatsapp-chat a.informasi:hover {
  background: #f1f1f1;
}

#whatsapp-chat .info-chat span {
  display: block;
}

#whatsapp-chat #get-label {
  font-size: 12px;
  color: #888;
  color: #fff;
}

#whatsapp-chat span.chat-label {
  font-size: 12px;
  color: #888;
}

#whatsapp-chat #get-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
  color: #fff;
}

#whatsapp-chat span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}

#whatsapp-chat span.my-number {
  display: none;
}

#whatsapp-chat textarea#chat-input {
  border: none;
  font-family: "Arial", sans-serif;
  width: 100%;
  height: 40px;
  outline: none;
  resize: none;
  padding: 10px;
  overflow: hidden;
  font-size: 14px;
}

#whatsapp-chat a#send-it {
  width: 45px;
  font-weight: 700;
  padding: 10px 10px 0;
  background: #fff;
}

#whatsapp-chat a#send-it svg {
  fill: #a6a6a6;
  height: 24px;
  width: 24px;
  margin-bottom: 6px;
}

#whatsapp-chat .first-msg {
  background: transparent;
  padding: 30px;
  text-align: center;
}

#whatsapp-chat .first-msg span {
  background: #e2e2e2;
  color: #333;
  font-size: 14.2px;
  line-height: 1.7;
  border-radius: 10px;
  padding: 15px 20px;
  display: inline-block;
}

#whatsapp-chat .start-chat .blanter-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#whatsapp-chat #get-number {
  display: none;
}

#whatsapp-chat a.close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  font-family: var(--regular-font);
}

#whatsapp-chat.hide {
  display: none;
  -webkit-animation-name: showhide;
          animation-name: showhide;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

#whatsapp-chat .show {
  display: block;
  -webkit-animation-name: showhide;
          animation-name: showhide;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

#whatsapp-chat .whatsapp-message-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

#whatsapp-chat .whatsapp-message {
  padding: 7px 14px 6px;
  background-color: #fff;
  border-radius: 0px 8px 8px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  -webkit-transform-origin: center top 0px;
          transform-origin: center top 0px;
  z-index: 2;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

#whatsapp-chat .whatsapp-chat-body {
  padding: 20px 20px 20px 10px;
  background-color: #e6ddd4;
  position: relative;
  height: 300px;
}

#whatsapp-chat .whatsapp-chat-body::before {
  display: block;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.08;
  background-image: url("public/images/whatsapp.webp");
}

#whatsapp-chat .dAbFpq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

#whatsapp-chat .eJJEeC {
  background-color: #fff;
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
  opacity: 0;
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  z-index: 1;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

#whatsapp-chat .hFENyl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#whatsapp-chat .ixsrax {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  top: 0px;
  background-color: #9e9da2;
  -webkit-animation-name: ZpjSY;
          animation-name: ZpjSY;
}

#whatsapp-chat .dRvxoz {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  background-color: #b6b5ba;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  top: 0px;
  -webkit-animation-name: hPhMsj;
          animation-name: hPhMsj;
}

#whatsapp-chat .kAZgZq {
  padding: 7px 14px 6px;
  background-color: #fff;
  border-radius: 0px 8px 8px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  -webkit-transform-origin: center top 0px;
          transform-origin: center top 0px;
  z-index: 2;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

#whatsapp-chat .bMIBDo {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.54);
  letter-spacing: -0.2px;
  font-family: var(--regular-font);
}

#whatsapp-chat .iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111;
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111;
}

#whatsapp-chat .cqCDVm {
  text-align: right;
  margin-top: 6px;
  font-size: 10px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  margin-right: -8px;
  margin-bottom: -4px;
}

#whatsapp-chat .service_chatList {
  position: relative;
  margin-top: 15px;
  padding: 15px;
  background: #fff;
  margin-left: 10px;
  font-size: 14px;
  border-radius: 0 10px 10px 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

#whatsapp-chat .service_chatList::after {
  position: absolute;
  content: '1:41 AM';
  text-align: right;
  font-size: 10px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  right: 10px;
  bottom: 5px;
}

#whatsapp-chat .service_chatList ul {
  position: relative;
}

#whatsapp-chat .service_chatList ul li {
  position: relative;
  line-height: 25px;
  margin-bottom: 5px;
  color: #141d97;
  opacity: 0.75;
}

#whatsapp-chat .service_chatList ul li:hover {
  opacity: 1;
}

#whatsapp-chat .service_chatList ul li::after {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  background-image: url(../icons/external_links.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
  top: 4px;
  margin-left: 5px;
}

#whatsapp-chat .service_chatList ul h6 {
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 480px) {
  #whatsapp-chat #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
}

a.blantershow-chat {
  background: #fff;
  color: #404040;
  position: fixed;
  z-index: 98;
  bottom: 20px;
  right: 25px;
  border-radius: 50%;
}

a.blantershow-chat img {
  width: 45px;
  -webkit-box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
          box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  border-radius: 50%;
}


#mob_err{
    display: none;
}
#email_err{
    display: none;
}
#mobile_err{
    display: none;
}
#emailerr{
    display: none;
}
#mobileerr{
    display: none;
}

.inner-success{
    width: 300px;
    margin: auto;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 2rem 1rem;
  }
  #success{
    background-color: #000000b8;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999999;
    display:none;
  }
  .quick_sucInner{
    text-align: center;
  }
  .quick_sucInnerBtn{
    background-color: #31a300;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    padding: 7px 20px;
    border-radius: 30px;
    font-family:auto !important;
  }
  .quick_sucInner h3{
      
    font-family:auto !important;
  }
  
  
.inner-success{
  width: 300px;
  margin: auto;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 2rem 1rem;
}
#successm{
  background-color: #000000b8;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999999;
  display:none;
}
.quick_sucInnerm{
  text-align: center;
}
.quick_sucInnerBtn{
  background-color: #31a300;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 7px 20px;
  border-radius: 30px;
}
.quick_sucInner h3{
    font-family:auto !important;
}


.play, .ppaq {
  cursor: pointer;
}
.play2 {
  bottom: 3%;
  right: 22%;
  top: initial;
  left: initial;
  height: 30px;
  width: 30px;
}
.play {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff87;
  height: 50px;
  width: 50px;
  border-radius: 50%;
}
.play2::before {
  background-color: #ff000087;
  height: 40px;
  width: 40px;
  animation: animated 4s infinite;
}
.play::before {
  position: absolute;
  content: "";
  background-color: #ffffff87;
  height: 80px;
  width: 80px;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  border-radius: 50%;
  animation: animatexxx 4s infinite;
}
@keyframes animate{
  0%{
      transform: translateY(0px);
     
  }
  25%{
      transform: translateY(-80px);
     
  }
  50%{
      transform: translateY(-160px);
     
  }
  75%{
      transform: translateY(-240px);
     
  }
  100%{
      transform: translateY(0px);
  }
}
.play2 img {
  width: 15px !important;
  filter: brightness(0) invert(1);
}
.popup-video img {
  width: 20px !important;
  height: 20px !important;
}
.play img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  width: 20px;
}
.ppaq {
    bottom: 0%;
    right: 4%;
    position: absolute;
}


.play-btn12::after {
  position: absolute;
  content: "";
  background-color: #dbdbdb;
  background-size: contain;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.play-btn12::before {
  position: absolute;
  content: "";
  border: 15px solid rgb(255 0 0);
  background-size: contain;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  animation: animated 6s infinite;
}

.testslider {
    background-color: #fff;
    padding: 15px;
    border-radius: 12px;
}

.bread::after {
    position: absolute;
    content: "";
    background-color: #00000075;
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}
.tab-l1 .active {
    padding: 10px 20px;
    background-color: #e31e25;
    border-radius: 30px;
    color: #fff;
}
.tab-l1 a {
    padding: 10px 20px;
    border: 1px solid #e31e25;
    border-radius: 30px;
    color: #e31e25;
}
.inner_award{
    padding: 0;
    box-shadow: 0px 0px 19px -12px #000;
}

.aw_hd{
    padding:4rem;
    text-align:center;
    position:relative;
}
.aw_hd::after {
    position: absolute;
    content: "";
    background-color: #e31e2524;
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    clip-path: ellipse(87% 80% at 50% 80%);
    transform: rotate(180deg);
    z-index: -1;
}
.aw_ul{
    padding:3rem;
}
.aw_ul li{
    font-size:17px;
    letter-spacing:0.55px;
    margin-bottom:7px;
}
.we {
    cursor: pointer;
}
.we {
    background-color: #e31e25d4;
    border-radius: 13px;
    display: flex;
    align-items: center;
    padding: 5px 11px;
}
.we img {
    width: 20px;
    height: 20px;
}
.ts-data {
    padding: 15px 15px 25px 15px;
    background-color: rgba(230, 230, 230, 0.603);
    border-radius: 0 0 15px 15px;
}
.ts-data h3 {
    font-size: 16px;
    margin-top: 20px;
    line-height: 27px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ts-data p {
    font-size: 20px;
    line-height: 20px;
}
.read-btn {
    margin-top: 10px;
}
.read-btn a {
    font-size: 17px;
    letter-spacing: 0.55px;
    color: #e31e25;
    text-decoration: none;
    font-weight: 500;
}
.tes-li{
    cursor:pointer;
}
.bottom-4 {
    bottom: 1rem;
}
.left-4 {
    left: 1rem;
}
.absolute {
    position: absolute;
}

.conta {
    padding: 2rem;
    border: 1px solid #ededed;
}
.inner-qa {
    padding: 2rem;
    box-shadow: black 0px 0px 17px -11px;
    text-align: center;
    width: 65%;
    margin: auto;
    background-color: #fef6f6;
}

.inner-qa h2{
    margin-bottom:1rem;
}
.wdt-heading-holder {
    margin-bottom: 2rem;
}
.wdt-heading-title-wrapper {
    font-size: 38px;
    letter-spacing: 0.55px;
    text-transform: capitalize;
    margin: 1rem 0 0;
}
.wdt-heading-content-wrapper {
    font-size: 17px;
    margin-top: 1rem;
    line-height: 30px;
}
.wdt-heading-content-wrapper {
    font-size: 17px;
    margin-top: 1rem;
    line-height: 30px;
}
.form-row .form-group label {
    padding-bottom: 8px;
    font-size: 16px;
    color: #000;
    margin-top: 8px;
}
.form-row label, .headerPopUp .enorllForm_rightWrapper .form-row label {
    font-size: 15px;
    font-weight: 400;
    color: #181818;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 5px;
}
.form-row label, .headerPopUp .enorllForm_rightWrapper .form-row label {
    font-size: var(--font-small);
    font-weight: var(--weight-400);
    font-family: var(--heading-font);
    color: #181818;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 5px;
}
.form-row .form-control, .form-row .form-select {
    border-radius: var(--border-radius-5px);
    height: 44px;
    margin-bottom: 10px;
}
.form-row .form-control, .form-row .form-select {
    border-radius: var(--border-radius-5px);
    height: 44px;
    margin-bottom: 10px;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-control {
    display: block;
    width: 100%;
    padding: 10px .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 10px;
    color: #212529;
    /* background-color: #fff; */
    background-clip: padding-box;
    border: 1px solid #00000026;
    border-radius: .375rem;
    /* transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; */
    background-color: #faf8f538;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.ghjkl a {
    display: flex;
    justify-content: center;
    padding: 10px;
    background-color: #e31e25;
    text-decoration: none;
    color: #fff;
    font-size: 19px;
    border: 1px solid #e31e25;
    transition: all .3s;
}

.vdo-pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #00000081;
    backdrop-filter: blur(6px);
    z-index: 9999999999999;
}
.googwe {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #00000081;
    backdrop-filter: blur(6px);
    z-index: 9999999999999;
}
.inner-vdo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999999999999999999;
    width: 50%;
}
.inner-vdo img {
    height: 500px;
    object-fit: contain;
    background-color: lightgray;
}
.innergoo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999999999999999999;
    /* width: 50%; */
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.lissk {
    padding: 2rem;
    box-shadow: black 0px 0px 14px -9px;
}
.clk {
    position:absolute;
    top: 10%;
    right: 10%;
    cursor: pointer;
}
.clkw {
    position:absolute;
    top: 10%;
    right: 10%;
    cursor: pointer;
}

.ad-d h2{
    padding:10px 22px;
    display:flex;
    background-color:red;
    border-radius:15px;
    color:#fff;
    font-size:20px;
}


.infslide .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    transform: scale(0.7) !important;
    transition:all 1s;
    opacity:0.5;
}
.infslide .swiper-slide-active{
        transform: scale(1.3) !important;
        opacity:1 !important;
}
.infslide .swiper-slide .txtx {
    transform: scale(0);
    transition: all .8s;
    transition-delay: .3s;
    text-align: left !important;
}
.infslide .swiper-slide-active .txtx{
    transform:scale(1);
}

.qwe .swiper-pagination {
    /* position: absolute; */
    /* top: 10px; */
    /* right: 50%; */
    /* width: auto !important; */
    /* left: auto !important; */
    margin: 0;
    height: fit-content;
    width: 100% !important;
    /* transform: translateX(50%); */
    display: flex;
    justify-content: center;
    gap: 15px;
    /* margin-bottom: 0%; */
    /* padding: 11rem 0; */
    position: initial;
    padding-bottom: 2rem;
}
.qwe .swiper-pagination-bullet {
    padding: 0px;
    border-radius: 0;
    width: auto;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    opacity: 1;
    background: transparent;
}
.qwe .swiper-pagination-bullet-active {
	color:#000;
	background: transparent;
	font-weight:700;
	border-bottom:1px solid red;
}
.qwe .swiper-wrapper {
    padding: 11rem 0 11rem 0;
}
.qwe .swiper-pagination-bullet{
    position:relative;
}
.qwe .swiper-pagination-bullet::after{
    position:absolute;
    content:"";
    border-right:1px solid #000;
    background-size:contain;
    height:100%;
    width:1px;
    top:0;
    right:-10px;
}
.qwe .swiper-pagination-bullet:nth-child(5)::after{
    position:absolute;
    content:"";
    border-right:none;
    background-size:contain;
    height:100%;
    width:1px;
    top:0;
    right:-10px;
}

.infslide .swiper-button-next:after, .infslide .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 20px;
    color: white;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
    z-index:2;
}
.infslide .swiper-button-next, .infslide .swiper-rtl .swiper-button-prev {
    right: 17%;
    left: auto;
    top: 38%;
}
.infslide .swiper-button-prev {
    left: 17%;
    right: auto;
    top: 38%;
}

.infslide .swiper-button-next:before{
    position:absolute;
    content:"";
    background-color:#e31e25;
    background-size:contain;
    height:50px;
    width:50px;
    border-radius:50%;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    z-index:1;
    border: 5px solid white;
}
.infslide .swiper-button-prev:before {
    position: absolute;
    content: "";
    background-color: #e31e25;
    background-size: contain;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    border: 5px solid white;
}

.txtx p {
    font-size: 15px;
    letter-spacing: 0.55px;
    line-height: 27px;
    width: 90%;
    margin: initial;
}
.txtx_hd h3{
    font-size: 23px;
    border-bottom: 1px solid #e31e25;
    width: fit-content;
    /*margin: auto !important;*/
    margin-bottom: 1rem !important;
}
.left-mis h5 {
    text-transform: uppercase;
}
.qwe {
    background: linear-gradient(360deg, #00000005 93%, transparent 0);
}


#contact_section .contact_sectionAddress {
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background-color: #e31e25;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .15);
    border-radius: 20px;
    padding: 80px 30px;
}
#contact_section .contact_sectionAddress .contact_sectionAddressWrapper {
    background: #b50006;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 15px;
    gap: 10px;
    box-shadow: 0 5px 0px rgb(255 255 255 / 42%);
}
#contact_section .contact_sectionForms {
    position: relative;
    padding: 80px 0;
    background-color: var(--font-clr-white-rglr);
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, .15);
    border-radius: var(--border-radius-20px);
}
.heading1 h2 {
    font-weight: 600;
    color: #000000;
    font-size: 30px;
    line-height: 44px;
}   
.form-row label, .headerPopUp .enorllForm_rightWrapper .form-row label {
    font-size: 15px;
    font-weight: 400;
    color: #181818;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 5px;
}
.form-row label, .headerPopUp .enorllForm_rightWrapper .form-row label {
    font-size: var(--font-small);
    font-weight: var(--weight-400);
    font-family: var(--heading-font);
    color: #181818;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 5px;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#contact_section {
    position: relative;
    padding: 0rem 0;
}
.detailsvvre{
        box-shadow: black 0px 0px 20px -14px !important;
}
.contact_sectionFormsWrapper{
    padding: 0 2rem 0 7rem;
}

.heading  h2{
    font-weight:600;
    margin-bottom:10px !important;
}
.contact_sectionAddressWrapper p{
    color:white;
}
.contact_sectionAddressWrapper img {
    height: 40px;
    width: 40px;
}



/* image gallery */
.gl11 {
    position: relative;
    border-radius: 10px 10px 0 0;
    }
    .gl11 img{
    border-radius: 10px 10px 0 0;
    height: 270px;
    object-fit: cover;
    }
    .gl-img{
        border-radius: 10px;
    }
    .gl11::before {
        position: absolute;
        content: "";
        background-color: #ffffff50;
        background-size: contain;
        height: 0%;
        width: 100%;
        bottom: 0;
        left: 0;
        z-index: 9;
        transition: all .5s;
        clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    }
    .gl11::after {
        position: absolute;
        content: "";
        background-color: #ffffff50;
        background-size: contain;
        height: 0%;
        width: 100%;
        bottom: 0;
        left: 0;
        z-index: 9;
        transition: all .5s;
        clip-path: polygon(0 0, 0% 100%, 100% 100%);
    }
    
    .gl-img {
    box-shadow: black 0px 0px 11px -5px;
    }
    .gl-img:hover .gl11::before,.gl-img:hover .gl11::after {
    height: 75%;
    }
    .gl-btn p {
    font-size: 15px;
    color: #ffffff;
    }
    .dq {
    padding: 10px 10px 10px;
    transition: all .3s;
    background-color: #e31e25;
    color: #fff;
    border-radius: 0 0 10px 10px;
    }
    .mm a{
    text-decoration: none;
    }
    .glrx-h img {
    width: 100%;
    border-radius: 9px;
    }
    .ppl {
        bottom: 44px;
        padding: 5px 8px;
        background: linear-gradient(90deg, #e31e25, transparent);
        /* background-color: gray; */
        width: 186px;
        display: flex;
        gap: 7px;
        z-index: 999;
        align-items: center;
    }
    .ppl p{
        color:#fff;
        margin:0;
    }
    .ppl img{
        width:16px;
    }
    .dq p{
        font-size:18px;
        letter-spacing:0.55px;
    }
    .view-image {
      position: fixed;
      inset: 0;
      z-index: 500;
      padding: 3%;
      display: flex;
      flex-direction: column;
      animation: view-image-in 300ms;
      backdrop-filter: blur(20px);
      -webkit-backdrop-filter: blur(20px);
      z-index: 999999999999999 !important;
  }
    /* image gallery */
    
    
    .www .col {
        flex: 0 0 16.6%;
    }
    
    
    
    .mis {
        background-color: #e31e25;
        padding: 5rem 0;
    }
    .right-mis img{
        filter:brightness(0)invert(1);
    }
    
    
.tp-service-3 .tp-service-item {
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    height: 100%;
}
.tp-service-item {
    position: relative;
    text-align: center;
}
.p-relative {
    position: relative;
}
.tp-service-3 .tp-service-icon {
    position: static;
}
.tp-service-icon {
    position: absolute;
    top: -26px;
    right: 20px;
}
.tp-service-3 .tp-service-content {
    padding: 0 30px 28px 30px;
}


.news-block .news-link {
    display: block;
    padding-bottom: 20px;
    padding-top: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
    border-bottom: 1px solid #eeeeee;
}
.news-block .news-link .news-info {
    font-size: 12px;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    font-weight: 600;
}
.news-block .news-link .news-info span {
    font-size: 12px;
    text-transform: uppercase;
}
.news-block .news-link .news-info span {
    font-size: 12px;
    text-transform: uppercase;
}
.text-primary {
    color: #005482 !important;
}
.news-block .news-link p {
    font-size: 13px;
    color: #5d5c5c;
}
.news-block .more-link {
    letter-spacing: 1px;
    font-weight: 600;
    color: #00293f;
    font-size: 12px;
    text-transform: uppercase;
}
.news-block{
    transition:all .3s;
}
.news-block:hover {
    background: #f2f4f5;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
}

.sf-block {
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    transition: all 250ms linear;
}
.sf-block:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .10);
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}
.sf-block-inn {
    overflow: hidden;
    background-image: linear-gradient(to bottom, #fcfbf6, #fffbf9, #fffcfc, #fffefe, #ffffff);
}
.sf-block figure {
    background-color: #f2d2e1;
    border-radius: 15px 15px 0 0;
}
.sf-block:hover .sf-block-inn img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.sf-block-text {
    padding: 19px;
}
.sf-block-text h4 {
    font-size: 20px;
    letter-spacing: -1px;
    font-weight: 600;
}
.sf-block-text p {
    font-size: 15px;
    color: #555;
     display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.read-more-sm {
    line-height: 28px;
    text-transform: uppercase;
    font-size: 13px;
}
.read-more-sm:hover, .read-more-sm:hover i {
    color: #333;
}






.aluswipe {
      width: 100%;
      padding-top: 50px;
      padding-bottom: 50px;
    }

.aluswipe .swiper-slide {
      background-position: center;
      background-size: cover;
      width: 300px;
      height: 300px;
    }

.aluswipe .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
        object-fit: cover;
    object-position: top;
}
.fsd123{
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    z-index:9;
}
.fsd123 img {
    width: 80px !important;
    filter: brightne;
    opacity: 0.7;
}
.tp-service-content h6{
    margin-top:1rem;
}
.hm-bloglist4{
        background-color: #e1e1e15c !important;
}
.hm-bloglist4 p{
    color:#000;
}
/*.hm-bloglist4 p img{*/
/*        filter: brightness(0.6);*/
/*}*/

.mis {
    position: relative;
    z-index: 1;
}
.mis::after{
  position: absolute;
  content: "";
  background-image: url(../images/menuBg.svg);
  background-size: contain;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.ann-bb a {
    display: flex;
    justify-content: center;
    padding: 10px 8px;
    border: 1px slid red;
    letter-spacing: 0.55px;
    color: red;
    border-radius: 30px;
    border: 1px solid red;
    text-transform: uppercase;
}
.ann-bb .active{
    padding:10px 8px;
    background-color:red;
    color:#fff;
}








.vdo-pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #00000081;
    z-index: 9999;
    backdrop-filter: blur(6px);
    z-index: 9999999999999;
}
.inner-vdo-pop {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    width: 50%;
}
.close {
    top: 10%;
    right: 10%;
    cursor: pointer;
}
.fffqqq .viewall_bt a {
    display: flex
;
    justify-content: left;
    width: 100%;
    height: 100%;
}
 .fffqqq .viewall_bt{
     margin-top:0;
     height:100%;
 }
 
 
 .ijh{
     padding: 11rem 0 3rem;
 }
 
 
 .cca22{
     filter:brightness(0) !important;
 }
 
 input[type=checkbox] {
    zoom: 1.1;
}
select {
  appearance: none; /* Remove default dropdown */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../images/down-arrow.png); /* Add custom icon */
  background-repeat: no-repeat;
  background-position: right 10px center; /* Adjust positioning */
  padding-right: 30px; /* Ensure the icon doesn't overlap the text */
}


.inner-qa h2 {
    font-size: 22px;
    line-height: 40px;
}






.mainform {
    width: 75%;
    margin: 2rem auto;
    box-shadow: black 0px 0px 10px -7px;
    padding: 3rem 3rem;
}
.sld p {
    display: flex;
    align-items: flex-end;
    gap: 6px;
    line-height: 11px;
    width: 100%;
}

.sld p input{
    border:none;
    border-bottom:2px dotted #000;
}
.frmhd h3{
    font-size: 27px;
    line-height: 39px;
}
.frmhd h5 {
    font-size: 16px;
    width: 55%;
    margin: auto;
    line-height: 28px;
    font-weight: 600;
}
.sld p input:focus{
    border:none;
    border-bottom:2px dotted #b3b3b3;
    outline:none;
    box-shadow:none;
}

.coufr input {
    border: none;
    border-bottom: 1px solid #b3b3b3;
}
.coufr input:focus{
    border:none;
    border-bottom:1px solid #b3b3b3;
    outline:none;
    box-shadow:none;
}
.fromllist ol li{
    margin-bottom:1rem;
}

.nm {
    padding: 10px;
    border: 1px solid #b3b3b3;
    background-color: #d3d3d39c;
    height: 100%;
}
.nmed input{
    border:1px solid #b3b3b3;
    border-radius:0;
    padding:10px;
}
.nmed input:focus{
    border:1px solid #b3b3b3;
    outline:none;
    box-shadow:none;
}
.coufr p {
    width: 130px;
    line-height: 20px;
}
.fgggggde {
    align-items: end;
    margin-bottom:15px;
}

.corr p{
   
}
.corr {
    background-color: #e4e4e4;
     padding:15px;
     cursor:pointer;
}
.corr img{
    width:25px;
}
.corr1 {
    background-color: #e4e4e4;
     padding:15px;
     cursor:pointer;
}
.corr1 img{
    width:25px;
}
.coufr1 input{
    border:none;
}
.coufr1 input:focus{
    border:none;
}
.lk{
    /*border-bottom:1px solid #b3b3b3;*/
    margin-bottom:1rem;
}

.dropdownform {
    padding: 0 2rem 0 2rem;
    box-shadow: black 0px 0px 10px -7px;
    height: 0;
    overflow: hidden;
    transition:all .3s;
}
.dropdownformnew{
    padding: 2rem 2rem;
    height:100%;
}
.lk .cour p{
    padding-left:10px;
}
.dropdownform1 {
    padding: 0 2rem 0 2rem;
    box-shadow: black 0px 0px 10px -7px;
    height: 0;
    overflow: hidden;
    transition:all .3s;
}
.dropdownform1new{
    padding: 2rem 2rem;
    height:100%;
}
.lk .cour1 p{
    padding-left:10px;
}



.viewall_bt1111 a {
    padding: 12px 30px;
    letter-spacing: 0.55px;
    background-color: red;
    color: #fff;
    border: 1px solid red;
    transition: all .3s;
    font-weight: 500;
}
.viewall_bt1111 a:hover{
  background-color: #ffffff00;
  color: red;
}



.cllloooas {
    top: 0%;
    right: -12%;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
}
.cllloooas img{
    width:25px;
}


.ttlawer {
    bottom: -100%;
    left: 0;
    padding: 10px;
    background-color: #e31e25;
    width: 100%;
    color: #fff;
    text-align: center;
    transition:all .3s;
}
.rans{
    overflow:hidden;
}
.rans:hover .ttlawer{
    bottom:0;
}

.vght {
    height: 300px;
    object-fit: cover;
}

.tttttllllss {
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background-color: #000000c2;
    padding: 7px;
}
.tttttllllss p {
    font-size: 15px;
    letter-spacing: 0.55px;
    line-height: 20px;
    color: #fff;
    text-align: center;
}

/*22/7/25*/

/*.lokk{*/
/*  height: 38px;*/
/*  width: 38px;*/
/*  border-radius: 50%;*/
/*  position: relative;*/
/*}*/
/*.lokk img {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*    z-index: 999;*/
/*    width: 135px;*/
/*    border-radius: 24%;*/
/*    padding: 20px;*/
/*    background-color: #fff;*/
/*    box-shadow: #950006 inset 1px 1px 8px 0px;*/
/*    height: 121px;*/
/*    object-fit: contain;*/
/*}*/
.collj1 {
    height: 170px;
    width: 170px;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
    box-shadow: #950006 inset 1px 1px 8px 0px;
}
.lokk1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    text-align: center;
    width: 100%;
}
.lokk1 img {
    width: 58%;
    height: 90px;
    object-fit: contain;
}
.lokk1 p {
    font-size: 11px;
    letter-spacing: 0.55px;
    font-weight: 700;
    color: gray;
    margin-bottom: 10px !important;
}
.lokg {
    display: flex;
    gap: 4%;
    justify-content: space-between;
}
.logt{
    position: absolute;
    bottom: 0%;
    left: 6%;
}
.logte {
    position: absolute;
    right: -10%;
    bottom: 0%;
    transform: translateX(-50%);
}
.xer {
    display: flex;
    justify-content: space-between;
    gap: 6%;
}
.xer li , .lokg li{ 
    list-style:none;
}
.award{
    margin-bottom: 5%;
}
.left-logo img {
    width: 330px !important;
}
.left-logo-ad img{
     width: 320px !important;
}
