<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  margin: 0;
  padding: 0;
}

@import url('https://fonts.googleapis.com/css2?family=Concert+One&amp;family=Josefin+Sans:ital,wght@0,100..700;1,100..700&amp;family=Nunito:ital,wght@0,200..1000;1,200..1000&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&amp;display=swap');


body {
  overflow-x: hidden;
  position: relative;
}

:root {
  --bs-red: #fe110f;
  --bs-blue: #243640;
}


@font-face {
  font-family: 'Concert One';
  src: url('../fonts/ConcertOne-Regular.woff2') format('woff2'),
    url('../fonts/ConcertOne-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}




h1,
h2,
h3 {
  font-family: "Josefin Sans", sans-serif;
}


a {
  text-decoration: none !important;
  transition: ease-in-out .2s;
}

img {
  width: 100%;
  transition: ease-in-out .3s;
}

.img {
  overflow: hidden;
}

ul {
  padding-left: 0;
}

li {
  list-style: none;
  font-family: "Work Sans", sans-serif;
}



p {
  font-size: 16px;
  line-height: 27px;
  color: #848e9f;
  font-family: "Nunito", sans-serif;

}

span {
  display: block;
  font-family: 'Concert One';
}

.head_email img {
  width: 25px;
}

.head_email a {
  color: #fff;
}

.head_icon img {
  width: 35px;
  margin-left: 10px;
}



.head_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top {
  padding: 8px 0;
}

.top_mail a {
  color: #fff;

}

.top_mail .socal_media {
  margin-top: 0;
}

.top_mail2 {
  text-align: right;
}




#myHeader.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
  animation: slideDown 1s ease-out;
  background-color: var(--bs-blue);
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

#myHeader.sticky .logo img {
  width: 70px;
}

#myHeader.sticky .top_head {
  display: none;
}


.head_banner .slick-slide.slick-current.slick-active .head_small {
  animation: 1s linear 0s alternate headerline;
}

.head_banner .slick-slide.slick-current.slick-active .head_line {
  animation: 1.5s linear 0s alternate headerline;
}

.head_banner .slick-slide.slick-current.slick-active .head_main {
  animation: 2s linear 0s alternate headerline;
}

.head_banner .slick-slide.slick-current.slick-active p {
  animation: 3s linear 0s alternate headerline;
  transition-delay: .2s;
}

.head_banner .slick-slide.slick-current.slick-active .all_btn {
  animation: 4s linear 0s alternate headerline;
  transition-delay: .2s;
}

@keyframes headerline {

  0%,
  25% {
    transform: translateY(-20%);
    opacity: 0;
  }

  75%,
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}


.slick-nav.prev-arrow.slick-arrow {
  position: absolute;
  top: 45%;
  right: 0;
  z-index: 99;
  background: var(--bs-blue);
  padding: 10px;
  color: #fff;
  cursor: pointer;
}

nav#myHeader.sticky {
  margin-top: 0;
}

.slick-nav.next-arrow.slick-arrow {
  position: absolute;
  top: 45%;
  left: 0;
  z-index: 99;
  background: var(--bs-blue);
  padding: 10px;
  color: #fff;
  cursor: pointer;
}

.head_item img {
  object-fit: cover;
  /* height: 600px; */
}

#myHeader.sticky .top {
  display: none;
}

.nav_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
}

.navigation {
  display: flex;
  margin-bottom: 0;
  border-radius: 5px;
}

.top_header {
  padding: 0 5%;
}

.logo img {
  width: 190px;
  position: relative;
  z-index: 999;
}



.navigation li {
  padding: 20px 30px;
  position: relative;
  font-weight: 600;
}

.hrad_btn a {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

.hrad_btn i {
  font-size: 25px;
  margin-right: 8px;
}

.navigation li a {
  color: #000;
  font-size: 16px;
}

.inner_header {
  position: relative;
}

.inner_header::after {
  content: "";
  background: linear-gradient(0deg, #00000094 15%, rgba(253, 187, 45, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.inner_text {
  position: absolute;
  top: 40%;
  z-index: 99;
  width: 100%;
  text-align: center;
}

.inner_header .inner_text {
  position: absolute;
  top: 40%;
  z-index: 5;
  left: 5%;
  text-align: left;
  width: auto;
}

.inner_header .inner_text {
  top: 50%;
}

.inner_hrad {
  font-size: 50px;
  color: #fff;
  font-weight: bolder;
  text-transform: uppercase;
}

.brade_crom {
  display: flex;
}

.brade_crom a {
  color: #fff;
}

.brade_crom span {
  color: #fff;
}

.inner_header img {
  height: 400px;
  object-fit: cover;
}

.top_email a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.top_phone a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.top_email a i {
  color: #fff;
  margin-right: 5px;
  font-size: 20px;
}

.top_phone a i {
  color: #fff;
  margin-right: 5px;
  font-size: 20px;
}

.top_btn form {
  display: flex;
}

.top_btn button {
  border: none;
  background-color: #fff;
  width: 50px;
  color: #000;
}


.clk_btn {
  position: absolute;
  right: 0;
  top: 18px;
  color: #000;
  cursor: pointer;
}

.droupdown li {
  padding: 0;
}

.droupdown li a {
  padding: 10px 15px;
  display: block;
  color: #000;
  font-size: 17px;
}

.nav_bar_nav {
  position: relative;
}

.droupdown li a:hover {
  background: var(--bs-blue);
  color: #fff;
}

.droupdown {
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 60px;
  width: 290px;
  display: none;
  max-height: 300px;
  overflow: auto;
  z-index: 999;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

nav {
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 9;
}

/* nav::after{
  content: "";
  width: 10%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ec2d34;
  clip-path: polygon(45% 0, 100% 100%, 0 100%, 0 0);
}
nav::before{
  content: "";
  width: 10%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #ec2d34;
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 45% 0);
} */


@keyframes alltuchtopdown {
  0% {
    transform: rotateX(0deg) translateY(0)
  }

  50% {
    transform: rotateX(0deg) translateY(-20px)
  }

  to {
    transform: rotateX(0deg) translateY(0)
  }
}

button.slick-next.slick-arrow {
  display: none !important;
}

button.slick-prev.slick-arrow {
  display: none !important;
}

.head_item {
  position: relative;
}

/* .head_item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(6deg, rgba(0, 0, 0, 0) 20%, #020202c2 100%);
  
} */


.head_right {
  position: relative;
}

.head_right img {
  height: 268px;
}

.right_line {
  font-weight: 600;
}

.right_line {
  position: absolute;
  top: 8%;
  left: 5%;
  color: #000;
  font-size: 25px;
}


.top .row {
  align-items: center;
}

.top_form input {
  width: 90%;
  border-radius: 3px 0px 0px 3px;
}


.top_btn img {
  width: 22px;
  border-radius: 50px;
}

.top_btn {
  display: flex;
  align-items: center;
  justify-content: right;
}

.search {
  padding-right: 20px;
}

.search i {
  background-color: #fff;
  padding: 10px;
  border-radius: 50%;
  color: #000;
  cursor: pointer;
}

.header-search-wrapper {
  /* float: right; */
  /* position: relative; */
  display: inline-block;
}


.header-search-wrapper .search-form-main {
  background: #fff none repeat scroll 0 0;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, .15);
  border-top: 2px solid var(--bs-blue);
  padding: 5px 15px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 80%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: ease-in-out .5s;
}

.search-form-main.active-search {
  opacity: 1;
  visibility: visible;
}

.header-search-wrapper .search-form-main .search-field {
  border-radius: 0;
  padding: 4px 10px;
  width: 91%;
  outline: none;
  border: none;
}

.header-search-wrapper .search-form-main button {
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  padding: 10px 0 10px;
  background-color: transparent;
}

.top_icon {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  position: relative;
  z-index: 9;
}

.head_btn {
  display: flex;
  align-items: center;
}

.head_loctaion {
  display: flex;
  justify-content: space-between;
  align-items: center;
}



.top_head {
  padding: 15px 0;
  background-color: var(--bs-blue);
  position: relative;
}

.top_head::after {
  content: "";
  width: 30%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fe110f;
  clip-path: polygon(0 0, 88% 0, 100% 100%, 0% 100%);
}

nav::after {
  content: "";
  width: 30%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fe110f;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 12% 100%);
  z-index: -1;
}

.head_socal a {
  color: #fff;
  margin: 0 10px;
}

.margin {
  margin: 70px 0;
}

.big_head {
  font-size: 40px;
  margin-bottom: 12px;
  color: var(--bs-blue);
}

.ab_text ul i {
  border: 1px solid #848e9f;
  border-radius: 50%;
  padding: 6px;
  font-size: 12px;
  margin-right: 8px;
  color: #848e9f;
}

.ab_text ul li {
  margin: 20px 0;
  color: #848e9f;
}

.counter ul li img {
  width: 70px;
}

.counter ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.happy {
  margin-right: 15px;

}

.count span {
  font-size: 30px;
  color: var(--bs-blue);
}

.count p {
  color: var(--bs-red);
  font-weight: 600;
  font-size: 18px;
}

.product {
  padding-top: 60px;
  text-align: center;
  /*height: 556px;*/
  margin-bottom:80px;
}

.product .big_head {
  color: #fff;
}

.pro_text {
  position: relative;
  padding: 15px;
}

.pro_item {
  background-color: #fff;
  border-radius: 10px;
  margin: 10px;
  overflow: hidden;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  text-align: left;
}

.pro_item span a {
  color: #000;
  font-size: 20px;
}

.pro_item span a:hover {
  color: #fe110f;
}

.pro_arrow {
  position: absolute;
  right: 10px;
  top: 20px;
}

.pro_arrow a {
  background-color: #fe110f;
  color: #fff;
  padding: 10px 12px;
  border-radius: 5px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.product p {
  padding: 0 15%;
}

.vision_bg {
  background-color: #00000059;
  padding: 80px 0;
}

.our_vision {
  margin-bottom: 50px;
}

.aspiration {
  color: #fff;
  font-size: 25px;
  margin-bottom: 8px;
}

.our_vision {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.our_vision p {
  color: #fff;
}

.energy .big_head {
  color: #fff;
}


.all_btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: capitalize;
  text-align: center;
  background-color: var(--bs-blue);
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  padding: 20.5px 20px 20.5px 24px;
  min-width: 160px;
  border-radius: 0;
  color: #fff;
  font-family: 'Concert One';
}

.all_btn2 {
  background-color: var(--bs-red);
}

.all_btn2:before {
  content: "";
  position: absolute;
  height: calc(100% + 2px);
  top: -1px;
  right: -1px;
  width: 56px;
  background-color: var(--bs-blue);
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-clip-path: polygon(16px 0%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(16px 0%, 100% 0, 100% 100%, 0% 100%);
}

.all_btn2:hover::before,
.all_btn2.active::before {
  width: calc(100% + 18px);
}

.all_btn:hover {
  color: #fff;
}

.all_btn i {
  margin-left: 10px;
}

.export_bg {
  background-color: #000000a6;
  padding: 60px 0 150px;
}

.export .big_head {
  color: #fff;
}

.in_img {
  display: flex;
  align-items: flex-start;
}

.in_img img {
  width: 40%;
  margin-right: 25px;
  object-fit: cover;
}
.main_ab .img{
  position: sticky;
  top: 100px;
}

.in_img {
  padding-top: 30px;
}

.in_img li {
  font-size: 18px;
  margin-bottom: 20px;
  list-style: circle;
}

.in_img ul {
  padding-left: 20px;
}

.industry {
  margin-bottom: 30px;
}

.great {
  background-color: #fff;
  padding: 50px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-top: -250px;
}




.percentage {
  padding: 15px 0;
  opacity: 0;
}

.animation {
  height: 8px;
  background: #eeeeee;
}

.animation-bar {
  height: 8px;
  width: 0;
  background: var(--bs-red);
  position: relative;
  -webkit-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
}

.show {
  opacity: 1;
  transform: translateY(100px);
  animation: come-in 0.8s ease forwards;
  -webkit-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
}

.come-in:nth-child(odd) {
  animation-duration: 0.6s;
  /* So they look staggered */
}

@keyframes come-in {
  to {
    transform: translateY(0px);
  }
}

.p50 {
  width: 50%;
}

.p25 {
  width: 25%;
}

.p36 {
  width: 36%;
}

.p68 {
  width: 68%;
}

.p73 {
  width: 73%;
}

.p62 {
  width: 62%;
}

.percentage .label {
  text-align: right;
}


.always {
  margin: 25px 0px 30px 0px;
  padding: 25px 30px 25px 30px;
  background-color: #f6f6f6;
}

.great p {
  font-size: 20px;
  line-height: 35px;
}

.always i {
  color: var(--bs-red);
}

.test_box {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}

.test_box .img {
  width: 30%;
  padding: 0 15px;
}

.test_box .img img {
  object-fit: contain;
}

.test_contant {
  width: 70%;
  padding-left: 30px;
}


.name {
  font-size: 25px;
  color: var(--bs-red);
}

.degination {
  font-size: 18px;
}

.test_contant {
  position: relative;
}

.coma_img {
  width: 150px;
  height: 110px;
  position: absolute;
  object-fit: contain;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.test_item {
  margin: 0 20px;
}

.contact_bg {
  /* background-color: #00000096; */
  padding: 60px 0;
}

.contact {
  background-position: center center;
  background-size: cover;
}

.con_test input,
textarea,
select {
  width: 100%;
  margin-bottom: 25px;
  padding: 15px;
  outline: none;
  border: none;
  border-radius: 3px;
}

.form_text .big_head {
  color: #fff;
}

.form_text ul li {
  color: #fff;
  display: flex;
  align-items: baseline;
  margin: 20px 0;
  font-family: sans-serif;
  font-weight: 300;
}

.form_text ul li i {
  color: var(--bs-red);
  font-size: 20px;
  margin-right: 7px;
}

.form_text ul li a {
  color: #fff;
}

.form_text ul li a:hover {
  color: var(--bs-red);
}

.form_text p {
  margin: 30px 0;
  color: #fff;
}

.form_text .head_socal a {
  font-size: 25px;
}

.form_text .head_socal a:hover {
  color: var(--bs-red);
}

.form_text {
  padding-left: 30px;
}




footer {
  background-color: #000;
  padding-top: 60px;
}

.foot_logo img {
  margin-bottom: 15px;
  width: 200px;
}

.foot_logo p {
  color: #fff;
}

.foort_head {
  font-size: 30px;
  color: #fff;
  margin-bottom: 15px;
}

.foot_nav ul li a {
  color: #fff;
  font-size: 17px;
  display: block;
  margin: 8px 0;
}

.foot_nav ul {
  max-height: 220px;
  overflow: auto;
}

.sidebar-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.sidebar-gallery .gallery-thumb {
  overflow: hidden;
  border-radius: 6px;
}

.copyright-area {
  text-align: center;
  margin-top: 50px;
}

.copyright-area p {
  margin-bottom: 0;
  background-color: var(--bs-blue);
  color: #fff;
  padding: 10px;
}

.copyright-area p a {
  color: #fff;
  text-decoration: underline !important;
}

.internal a {
  display: block;
}


    button.course-accordion:after {
      content: '\002B';
      color: white;
      font-weight: bold;
      float: right;
      margin-left: 5px;
    }

    button.course-accordion.active:after {
      content: "\2212";
    }

    div.course-panel {
      padding: 0 18px;
      background-color: transparent;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.2s ease-out;
      width: 96%;
      font-family: "Raleway";
      font-size: 15px;
      line-height: 1.6em;
      letter-spacing: .4px;
      font-weight: 400;
      font-style: normal;
      color: rgba(0, 0, 0, .88);
    }
.course-accordion{
    width:100%;
    margin-bottom:20px;
    text-align: left;
    padding: 15px;
}

.experince .big_head{
   font-size: 22px;
    font-weight: 600;
}
.ex_pera{
    font-size:18px;
}

.num_text {
    font-size: 49px;
    color: #fe110f;
    margin: 4px 0;
}
.faq{
    background: #f7f3f3;
    padding: 80px 0;
}











.what-app {
  position: fixed;
  z-index: 99;
}

.btn-whatsapp-pulse-border {
  bottom: 30px;
  right: 20px;
  animation-play-state: paused;
}

.btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  position: fixed;
  bottom: 20px;
  left: 20px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 30px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid #25d366;
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.what-app i {
  font-size: 45px;
  color: #fff;
}

.marcket-plase a {
  display: block;
  width: 100%;
  margin-top: 20px;
}

@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }

  75% {
    padding: 50px;
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.social-share ul {
  display: flex;
  margin-top: 10px;
}

.social-share button {
  border: none;
  background-color: #062539;
  color: #fff;
  padding: 4px 8px;
  margin-right: 8px;
  font-size: 16px;
  border-radius: 3px;
}

.social-share button:hover {
  background-color: #000;
}

.share-btn-box {
  margin-top: 20px;
}

.main_img {
  position: sticky;
  top: 100px;
}













@media only screen and (max-width: 1024px) {
  .navigation li {
    padding: 20px 17px;
  }
}



@media only screen and (max-width: 991px) {
  .navigation li {
    padding: 20px 9px;
  }

  .navigation li a {
    font-size: 15px;
  }

  .counter ul {
    display: flex;
    flex-wrap: wrap;
  }

  .counter ul li {
    width: 50%;
  }

  .great {
    margin-top: 30px;
  }

  .export_bg {
    padding: 60px 0 80px;
  }
}


@media only screen and (max-width: 900px) {
  .toggle {
    visibility: visible;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    order: 3;
  }

  .nav_bar_nav {
    position: revert;
    order: 3;
  }

  .toggle&gt;* {
    width: 80%;
    height: 3px;
    background: #fff;
    margin: 3px 0;
  }

  .toggle.active .line1 {
    transform: rotate(-45deg) translate(-5px, 6px);
  }

  .toggle.active .line2 {
    opacity: 0;
  }

  .toggle.active .line3 {
    transform: rotate(45deg) translate(-7px, -8px);
  }

  .navigation {
    position: absolute;
    flex-direction: column;
    width: 100%;
    top: 100%;
    left: 0;
    background-color: #fff;
    z-index: 9999;
    display: none;
  }


  .navigation li {
    padding: 12px 9px;
    font-size: 15px;
    border-bottom: 1px solid #818181;
  }

  .navigation li a {
    color: #000;
  }

  .droupdown {
    position: revert;
    width: 100%;
  }

  .clk_btn {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    cursor: pointer;
    width: 47px;
    height: 46px;
    line-height: 37px;
    background: #000;
    text-align: center;
  }

  .droupdown li {
    padding: 0 !important;
  }

  .droupdown li a {
    color: #000;
  }

  nav {
    padding: 8px 10px;
  }

  .head_socal a {
    color: var(--bs-red);
    margin: 0 10px;
  }
}



@media only screen and (max-width: 767px) {
  .ab_text {
    margin-top: 20px;
  }

  .main_text {
    margin-top: 30px;
  }

  .mision {
    margin-top: 30px;
  }

  .test_box .img {
    width: 40%;
  }

  .test_contant {
    width: 100%;
    padding-left: 0;
  }

  .coma_img {
    display: none !important;
  }

  .top_email {
    display: none;
  }

  .top_phone {
    display: none;
  }

  .product p {
    padding: 0 0%;
  }

  .product {
    height: auto;
  }

  .margin {
    margin: 30px 0;
  }

  .our_vision {
    margin-top: 40px;
  }
  
.inner_header img {
  height: 300px;
}
}


@media only screen and (max-width: 600px) {
  .big_head {
    font-size: 30px;
  }

  .vision_bg {
    padding: 40px 0;
  }

  .test_box .img {
    width: 50%;
  }

  .form_text {
    padding-left: 0px;
  }

  .header-search-wrapper .search-form-main {
    width: 100%;
  }

  .header-search-wrapper .search-form-main .search-field {
    width: 88%;
  }

  .test_contant {
    margin-top: 10px;
  }

  .great {
    padding: 30px;
  }
}

@media only screen and (max-width: 500px) {
  .in_img {
    flex-wrap: wrap;
  }

  .in_img ul {
    width: 100%;
    margin-top: 15px;
  }

  .in_img img {
    width: 100%;
    margin-right: 0;
  }

  .great p {
    font-size: 16px;
    line-height: 26px;
  }

  .top_head::after {
    width: 50%;
  }

  nav::after {
    width: 40%;
  }

  .logo img {
    width: 138px;
  }

  .top_head {
    padding: 10px 0;
  }
  .inner_header img {
    height: 250px;
  }
  .inner_hrad {
    font-size: 30px;
  }
}
.ab_home2 table,
.ab_home2 tbody,
.ab_home2 tr{
    width: 100%;
}
.ab_home2 table tr,
.ab_home2 table th,
.ab_home2 table td{
    border: 1px solid rgba(194, 193, 193, 0.87);
    border-collapse: collapse;
}
.ab_home2 table td,
.ab_home2 table th{
    padding: 4px 6px;
}


.ab_img .img img{
  height: 490px;
  object-fit: cover;
}
.ab_img{
  padding: 0 0px 20px 20px;
  position: sticky;
  top: 100px;
}
.ab_img::after{
  content: "";
  height: 60%;
  width: 98%;
  background-color: var(--bs-blue);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  clip-path: polygon(0 0, 100% 83%, 100% 100%, 0% 100%);
}

.blog__content--meta.meta-two.mb-15 {
        margin: 4px 0;
}
.blog__content--thumb-03 img{
    width:100%;
    margin-bottom:10px;
}
.blog__content--meta span{
     margin-right: 10px;
    font-size: 14px;
    display: flex;
    align-items: baseline;
}
.blog__content--meta span i{
    margin-right:10px;
}
.blog__content--meta a {
    color: #000;
    margin-right: 11px;
        display: block;
}
.bg_right{
    position: sticky;
    top: 100px;
}
.blog-area .blog {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    
}
h1.display-4.text-white.mb-4.animated.slideInRight {
    font-size: 33px;
}
.blog__content h2 {
    font-size: 17px;
}
.news__content a {
    color: #000;
}
.blog__content p cite {
    font-style: normal;
}
.blog-heading.grey-bg h3 a{
    font-size: 20px;
    color: #000;
}
.blog__content--thumb-03.mb-35 img {
    height: 500px;
    object-fit: cover;
}
.blog-area .blog__content--img.pos-rel img {
    height: 300px;
}
.social-meadia a {
    color: #000;
    margin-right: 14px;
}
.blog-details-area{
    margin:20px 0;
}
.blog-area .blog__content p{
    font-size:15px;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
}

ul.cat li a {
    display: flex;
    justify-content: space-between;
    background: #1363c6;
    padding: 10px;
    margin-bottom: 8px;
    color: #fff;
}
.blog__content--catagory a {
    font-size: 22px;
    color: #000;
    font-weight: 600;
}
a.mb-10.h4-tx {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin: 7px 0;
    display: block;
}
.blog__content {
    padding: 12px;
}
</pre></body></html>