section.news_banner {
  background: #096FC1;
  height: auto;
  padding: 0 46px;
  position: relative;
  margin-top: 24px
}

.bnr_element {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2
}

.bnr_element_2 {
  position: absolute;
  z-index: 1;
  width: 76px;
  left: 10%;
  top: 19%
}

.banner_news_white {
  background: #fff;
  position: relative
}

.banner_half_content {
  width: 56%;
  margin-left: auto;
  position: relative
}

img.bnr_img {
  
  left: 22%;
  z-index: 0;
  top: 0
}

.banner_half_content_bg {
  background: #096FC1;
  padding: 222px 65px;
  border-radius: 23px 0 0 152px
}

.banner_half_content_bg img {
  width: 87px
}

.banner_half_content_bg h1 {
  color: #fff;
  margin-left: 15px;
  font-size: 58px;
  font-weight: 500
}

@media (max-width: 1287px) {
  .banner_half_content_bg h1 {
    font-size: 49px
  }

  img.bnr_img {
    left: 17%
  }

  .banner_half_content_bg {
    padding: 222px 39px
  }
}

@media (max-width: 1077px) {
  .banner_half_content_bg h1 {
    font-size: 36px
  }

  .banner_half_content_bg img {
    width: 57px
  }

  .banner_half_content_bg {
    padding: 167px 39px
  }

  img.bnr_img {
    left: 17%;
    width: 378px
  }

  .bnr_element {
    width: 111px
  }
}

@media (max-width: 855px) {
  .banner_half_content_bg h1 {
    font-size: 26px
  }
}

@media (max-width: 767px) {
  img.bnr_img {
    display: none
  }

  .bnr_element {
    display: none
  }

  .banner_half_content {
    width: 100%;
    margin-left: auto
  }

  .banner_half_content_bg {
    border-radius: 0 0 0 0;
    justify-content: center;
    padding: 116px 0
  }

  section.news_banner {
    padding: 0
  }

  .bnr_element_2 {
    display: none
  }
}

section.event {
  margin-top: 130px
}

section.event h2 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 44px;
  color: #000
}

.card.event_card {
  border-radius: 23px;
  border: 1px solid #E5E5E5;
  margin-top: 20px;
  box-shadow: 0 0 15px 0 #00000021;
  height: 100%
}

.card.event_card img.card-img-top {
  border-radius: 23px 23px 0 0
}

.event_date {
  text-align: center;
  padding-right: 13px
}

.card.event_card h5 {
  font-weight: 700;
  font-size: 14px;
  color: #000
}

.event_date h5 {
  color: #096FC1 !important;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 13px
}

.event_date p {
  font-weight: 700;
  font-size: 20px !important;
  color: #000 !important
}

@media (max-width: 767px) {
  section.event {
    margin-top: 63px
  }

  #loadMoreEvent {
    margin-top: 37px !important
  }
}

@media (max-width: 575px) {
  section.event h2 {
    font-size: 30px
  }
}

section.form {
  margin-top: 130px
}

.card.form_card h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 48px
}

.card.form_card {
  padding: 65px;
  border: none;
  border-radius: 36px;
  box-shadow: 0 0 25px 0 #00000021
}

.card.form_card input {
  padding: 9px 0;
  background: none;
  border: none;
  border-bottom: 2px solid #d7d7d7;
  margin-top: 20px;
  width: 90%
}

form#submit-form {
  margin-top: 20px
}

.form-control-up {
  width: 100%;
  outline: none;
  font-size: 16px
}

.input-label {
  display: block;
  position: relative
}

.placeholder-text {
  position: absolute;
  left: -2px;
  top: 30px;
  padding: 0 4px;
  color: #848484;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transform-origin: top left;
  transition: .25s ease
}

.form-control-up:focus+.placeholder-text,
.form-control-up:not(:placeholder-shown)+.placeholder-text {
  top: 10px;
  transform: scale(1);
  background-color: #fff;
  color: #848484;
  font-size: 13px;
  font-family: "Poppins", sans-serif
}

@media (max-width: 767px) {
  .placeholder-text {
    font-size: 14px;
    top: 27px
  }

  .lets_talk_form input {
    margin-top: 15px
  }

  section.form {
    margin-top: 66px
  }
}

button.more_dtls.form_btn {
  margin-top: 32px;
  padding: 12px 34px;
  font-size: 19px
}

.form_btns {
  margin-top: 53px
}

button.whats_app.form_wtz {
  padding: 12px 20px
}

button.call_us.form_call {
  padding: 12px 20px
}

.form_contact {
  margin-top: 25px
}

.form_contact img {
  margin-right: 25px
}

.form_contact h6 {
  font-size: 19px;
  font-weight: 600;
  margin-top: 6px
}

.form_contact.phone_form {
  margin-top: 25px
}

.phone_form h6 {
  line-height: 1.7;
  margin-top: 0
}

.form_social img {
  margin-left: 14px;
  margin-top: 7px
}

@media (max-width: 991px) {
  .card.form_card .justify-content-end {
    justify-content: start !important
  }

  .form_social img {
    margin-right: 14px;
    margin-top: 7px;
    margin-left: 0
  }

  button.whats_app.form_wtz {
    padding: 12px 15px
  }

  button.call_us.form_call {
    padding: 12px 15px
  }

  .card.form_card h2 {
    font-size: 36px
  }

  section.form .border-left {
    display: contents
  }

  img.form_main_skype {
    width: 35px !important
  }

  .form_social img {
    width: 26px
  }
}

@media (max-width: 430px) {
  .card.form_card {
    padding: 49px 21px;
    border: none;
    border-radius: 36px;
    box-shadow: 0 16px 35px 0 #00000021
  }

  .form_contact h6 {
    font-size: 15px;
    font-weight: 600;
    margin-top: 6px
  }

  img.form_main_skype {
    width: 28px !important
  }

  .form_social img {
    width: 22px
  }

  .card.form_card h2 {
    font-size: 30px
  }
}

section.form .border-left {
  border-left: 1px solid #707070 !important
}

button.whats_app {
  border: 1px solid #fff;
  padding: 19px 41px;
  border-radius: 57px;
  font-weight: 500;
  font-size: 19px;
  background: linear-gradient(0deg, rgba(58, 188, 75, 1) 0%, rgba(29, 94, 38, 1) 100%);
  color: #fff
}

button.whats_app span {
  display: flex;
  align-items: center
}

button.whats_app span i {
  font-size: 26px;
  margin-right: 7px
}

button.whats_app span p {
  margin: 0;
  color: #fff !important;
  font-size: 17px !important
}

button.call_us {
  border: 1px solid #fff;
  padding: 12px 41px;
  border-radius: 57px;
  font-weight: 500;
  font-size: 19px;
  background: linear-gradient(0deg, #0A72C6 0%, #084B81 100%);
  color: #fff;
  margin-left: 16px
}

button.call_us span {
  display: flex;
  align-items: center
}

button.call_us span img {
  width: 17px;
  margin-right: 7px
}

button.call_us span p {
  margin: 0;
  color: #fff !important;
  font-size: 17px !important
}

@media (max-width: 991px) {
  button.whats_app.form_wtz {
    padding: 12px 15px
  }

  button.call_us.form_call {
    padding: 12px 15px
  }

  button.call_us span p {
    font-size: 12px !important
  }

  button.whats_app span p {
    font-size: 12px !important
  }
}

@media (max-width: 350px) {
  button.call_us.form_call {
    padding: 8px 11px
  }

  button.whats_app.form_wtz {
    padding: 8px 11px
  }

  button.whats_app span i {
    font-size: 22px;
    margin-right: 7px
  }
}

.event_inner_img {
  margin-top: 20px;
  position: relative
}

.event_inner_element_1 {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0
}

.event_inner_dtls {
  margin-top: 39px
}

.event_inner_dtls_date {
  text-align: center;
  margin-right: 26px
}

.event_inner_dtls_date h5 {
  color: #096FC1 !important;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 5px
}

.event_inner_dtls_date p {
  font-weight: 700;
  font-size: 25px !important;
  color: #000 !important;
  margin-bottom: 0
}

.event_inner_dtls h1 {
  font-weight: 600;
  font-size: 30px;
  font-family: "poppins", sans-serif
}

.event_inner_second_sec {
  margin-top: 34px
}

.event_inner_second_sec h3 {
  font-weight: 700;
  font-size: 28px
}

.event_share_icons {
  margin-top: 73px
}

.event_share_icons a i {
  color: #000;
  font-size: 35px;
  margin-left: 11px
}

.event_share_icons a svg {
  color: #000;
  font-size: 35px;
  margin-left: 11px
}

.event_share_icons h4 {
  font-weight: 700;
  margin-right: 7px;
  font-size: 25px
}

@media (max-width: 1000px) {
  .event_inner_dtls h1 {
    font-weight: 600;
    font-size: 23px
  }

  .event_inner_element_1 {
    display: none
  }
}

@media (max-width: 767px) {
  .event_share_icons {
    margin-top: 26px
  }
}

@media (max-width: 583px) {
  .event_icon_row {
    display: block !important
  }

  .event_inner_dtls h1 {
    font-weight: 600;
    font-size: 14px
  }

  .event_inner_dtls_date h5 {
    font-size: 18px
  }

  .event_inner_dtls_date p {
    font-size: 17px !important
  }

  .event_inner_dtls_date {
    margin-right: 10px
  }

  .event_inner_second_sec h3 {
    font-size: 19px
  }
}

@media (max-width: 439px) {
  .event_share_icons h4 {
    font-weight: 500;
    margin-right: 0;
    font-size: 17px
  }

  .event_share_icons a i {
    color: #000;
    font-size: 22px;
    margin-left: 11px
  }

  .event_share_icons a svg {
    color: #000;
    font-size: 22px;
    margin-left: 11px
  }

  .event_inner_dtls h1 {
    font-weight: 500;
    font-size: 15px;
    font-family: "poppins", sans-serif
  }

  .event_inner_dtls_date h5 {
    font-size: 18px
  }

  .event_inner_dtls_date p {
    font-size: 17px !important
  }

  .event_inner_dtls_date {
    margin-right: 10px
  }
}

.content_event {
  display: none
}

#loadMoreEvent {
  display: block;
  text-align: center;
  margin-top: 67px
}

section.news_main h1 {
    font-size: 43px;
    font-family: "Poppins", sans-serif !important;
    text-align: center;
    margin-top: 42px;
    color: #363636;
    font-weight: 600;
}

.news_main_images {
    position: relative;
}

.image_border_news {
    position: relative;
}

.image_border_news::after {
    content: "";
    position: absolute;
    top: 19px;
    left: 16px;
    width: 100%;
    height: 100%;
    background: none;
    border-radius: 0;
    z-index: -1;
    right: 0;
    border: 4px dashed #707070;
}

.popular_news {
    margin-left: 29px;
}

.popular_news h6 {
    font-size: 24px;
    font-weight: 100;
    color: #363636;
    position: relative;
}


.popular_news h6::after {
    position: absolute;
    top: 50%;
    overflow: hidden;
    width: 73%;
    height: 2px;
    content: '\a0';
    background-color: #363636;
    margin-left: 5px;
}

.popular_news h2 {
    color: #363636;
    font-size: 51px;
    margin-top: 17px;
    font-weight: 600;
}

button.news_btn {
    background: #F5ECD7;
    padding: 10px 30px;
    font-size: 20px;
    border: 2px solid #363636 !important;
    box-shadow: 6px 6px 0 0 #363636 !important;
}

.popular_news p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

section.news_main .border-bottom {
    border-bottom: 3px solid #707070 !important;
    margin-top: 62px !important;
}

section.news_main h3 {
    font-weight: 100;
    font-size: 35px;
    margin-bottom: 24px;
}

@media (max-width: 1400px) {
    .popular_news h2 {
        font-size: 36px;
    }
    .popular_news h6::after {
        width: 57%;
    }
}

@media (max-width: 991px) {
    .news_main_images {
        width: 100%;
        margin-top: 30px;
    }
    .image_border_news::after {
        top: 46px;
        height: 96%;
    }
    .popular_news {
        margin-top: 43px;
        margin-left: 0;
    }
    .popular_news.hot_news {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .image_border_news::after {
        display: none;
    }
}

@media (max-width: 500px) {
    .popular_news h2 {
        font-size: 23px;
    }
    section.news_main h1 {
        font-size: 26px;
    }
    .popular_news h6::after{
        display: none;
    }
    section.news_main h3 {
        font-size: 24px;
    }
}



.owl-carousel .owl-dots{
    display: block
}
.category_list .owl-stage-outer {
    padding: 17px 0;
}

@media (max-width: 1200px) {
    .category_card h5 {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .owl-nav {
        display: none;
    }
}




/* -------------------new----------------------- */

section.news_main .card.event_card h6 {
    color: #7D7D7D;
    font-weight: 400;
    font-size: 15px;
}

section.news_main .card.event_card h5 {
    font-weight: 500;
    font-size: 20px;
    color: #363636;
    margin-bottom: 3px;
}

.media_iframe_link .owl-nav p {
    margin: 0;
    font-size: 15px !important;
}
.media_iframe_link .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
}

.media_iframe_link .owl-nav button {
    box-shadow: none;
}

.media_iframe_link button.owl-next {
    margin-left: 16px;
}

.media_iframe_link p.next {
    color: #000 !important;
}

.media_iframe_link p.prev::before {
    display: inline-block;
    content: "<";
    width: 17px;
}

.media_iframe_link p.next::after {
    display: inline-block;
    content: ">";
    width: 17px;
}

.media_iframe_link .owl-nav button:hover {
    transform: none;
}

h3.iframe_title {
    font-size: 21px;
    font-weight: 200;
    color: #363636;
    margin-bottom: 15px;
    max-width: 60%;
}

.media_news_links_extra {
    margin: 14px 0;
}

.media_news_links_extra h6 {
    color: #7D7D7D;
    font-weight: 100;
    font-size: 15px;
}

.media_news_links_extra h5 {
    color: #363636;
    margin-bottom: 3px;
}

@media (max-width: 991px) {
    section.media_iframe .border-left {
        border: none !important;
        border-top: 1px solid #ccc !important;
    }
    .media_iframe_link .owl-nav {
        margin-bottom: 9px;
    }
}

section.news_colash h3 {
    font-weight: 100;
    font-size: 35px;
    margin-bottom: 24px;
    max-width: 70%;

}

.media_news_links_extra:hover {
    margin-left: 5px;
    transition: 0.25s ease;
    border-left: 1px solid #ccc;
    padding-left: 12px;
}

@media (max-width: 500px) {
    section.news_colash h3 {
        font-size: 24px;
    }
}

.card-text:last-child {
    margin-bottom: 0;
    /* display: -webkit-box; */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news_and_media .owl-dots {
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
    padding: 14px 15px;
    transform: none !important;
}
.news_and_media button.owl-dot{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ccc;
    margin-left: 10px;
    background-color: #0a66b14d;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    transform: none !important;
}
.news_colash_scroll .owl-nav {
    float: right;
}
.news_colash_scroll .owl-nav p {
    margin: 0;
    font-size: 15px !important;
}
.news_colash_scroll .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
}

.news_colash_scroll .owl-nav button.owl-prev {
    color: inherit;
    border: 1px solid #4950577d;
    padding: 0!important;
    background: none;
    font: inherit;
    text-align: center;
    padding: 0px !important;
    border-radius: 7px;
    width: 45px;
    height: 45px;
    color: #000;
    font-size: 28px;
    margin-right: 15px !important;
    background-color: #fff;
    transform: none !important;
}
.news_colash_scroll .owl-nav button.owl-next {
    color: inherit;
    border: none;
    padding: 0!important;
    background: linear-gradient(0deg, #0A72C6 0%, #084B81 100%);
    font: inherit;
    text-align: center;
    padding: 0px !important;
    border-radius: 7px;
    width: 45px;
    height: 45px;
    font-size: 28px;
    color: #fff;
    transform: none !important;
}
.news_scroll_main{
    height: 550px;
    overflow-y: scroll;
    overflow-x: clip;
}
.odoo-license-text{
    text-align: left !important;
}section.news_banner {
  background: #096FC1;
  height: auto;
  padding: 0 46px;
  position: relative;
  margin-top: 24px
}

.bnr_element {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2
}

.bnr_element_2 {
  position: absolute;
  z-index: 1;
  width: 76px;
  left: 10%;
  top: 19%
}

.banner_news_white {
  background: #fff;
  position: relative
}

.banner_half_content {
  width: 56%;
  margin-left: auto;
  position: relative
}

img.bnr_img {
  
  left: 22%;
  z-index: 0;
  top: 0
}

.banner_half_content_bg {
  background: #096FC1;
  padding: 222px 65px;
  border-radius: 23px 0 0 152px
}

.banner_half_content_bg img {
  width: 87px
}

.banner_half_content_bg h1 {
  color: #fff;
  margin-left: 15px;
  font-size: 58px;
  font-weight: 500
}

@media (max-width: 1287px) {
  .banner_half_content_bg h1 {
    font-size: 49px
  }

  img.bnr_img {
    left: 17%
  }

  .banner_half_content_bg {
    padding: 222px 39px
  }
}

@media (max-width: 1077px) {
  .banner_half_content_bg h1 {
    font-size: 36px
  }

  .banner_half_content_bg img {
    width: 57px
  }

  .banner_half_content_bg {
    padding: 167px 39px
  }

  img.bnr_img {
    left: 17%;
    width: 378px
  }

  .bnr_element {
    width: 111px
  }
}

@media (max-width: 855px) {
  .banner_half_content_bg h1 {
    font-size: 26px
  }
}

@media (max-width: 767px) {
  img.bnr_img {
    display: none
  }

  .bnr_element {
    display: none
  }

  .banner_half_content {
    width: 100%;
    margin-left: auto
  }

  .banner_half_content_bg {
    border-radius: 0 0 0 0;
    justify-content: center;
    padding: 116px 0
  }

  section.news_banner {
    padding: 0
  }

  .bnr_element_2 {
    display: none
  }
}

section.event {
  margin-top: 130px
}

section.event h2 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 44px;
  color: #000
}

.card.event_card {
  border-radius: 23px;
  border: 1px solid #E5E5E5;
  margin-top: 20px;
  box-shadow: 0 0 15px 0 #00000021;
  height: 100%
}

.card.event_card img.card-img-top {
  border-radius: 23px 23px 0 0
}

.event_date {
  text-align: center;
  padding-right: 13px
}

.card.event_card h5 {
  font-weight: 700;
  font-size: 14px;
  color: #000
}

.event_date h5 {
  color: #096FC1 !important;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 13px
}

.event_date p {
  font-weight: 700;
  font-size: 20px !important;
  color: #000 !important
}

@media (max-width: 767px) {
  section.event {
    margin-top: 63px
  }

  #loadMoreEvent {
    margin-top: 37px !important
  }
}

@media (max-width: 575px) {
  section.event h2 {
    font-size: 30px
  }
}

section.form {
  margin-top: 130px
}

.card.form_card h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 48px
}

.card.form_card {
  padding: 65px;
  border: none;
  border-radius: 36px;
  box-shadow: 0 0 25px 0 #00000021
}

.card.form_card input {
  padding: 9px 0;
  background: none;
  border: none;
  border-bottom: 2px solid #d7d7d7;
  margin-top: 20px;
  width: 90%
}

form#submit-form {
  margin-top: 20px
}

.form-control-up {
  width: 100%;
  outline: none;
  font-size: 16px
}

.input-label {
  display: block;
  position: relative
}

.placeholder-text {
  position: absolute;
  left: -2px;
  top: 30px;
  padding: 0 4px;
  color: #848484;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transform-origin: top left;
  transition: .25s ease
}

.form-control-up:focus+.placeholder-text,
.form-control-up:not(:placeholder-shown)+.placeholder-text {
  top: 10px;
  transform: scale(1);
  background-color: #fff;
  color: #848484;
  font-size: 13px;
  font-family: "Poppins", sans-serif
}

@media (max-width: 767px) {
  .placeholder-text {
    font-size: 14px;
    top: 27px
  }

  .lets_talk_form input {
    margin-top: 15px
  }

  section.form {
    margin-top: 66px
  }
}

button.more_dtls.form_btn {
  margin-top: 32px;
  padding: 12px 34px;
  font-size: 19px
}

.form_btns {
  margin-top: 53px
}

button.whats_app.form_wtz {
  padding: 12px 20px
}

button.call_us.form_call {
  padding: 12px 20px
}

.form_contact {
  margin-top: 25px
}

.form_contact img {
  margin-right: 25px
}

.form_contact h6 {
  font-size: 19px;
  font-weight: 600;
  margin-top: 6px
}

.form_contact.phone_form {
  margin-top: 25px
}

.phone_form h6 {
  line-height: 1.7;
  margin-top: 0
}

.form_social img {
  margin-left: 14px;
  margin-top: 7px
}

@media (max-width: 991px) {
  .card.form_card .justify-content-end {
    justify-content: start !important
  }

  .form_social img {
    margin-right: 14px;
    margin-top: 7px;
    margin-left: 0
  }

  button.whats_app.form_wtz {
    padding: 12px 15px
  }

  button.call_us.form_call {
    padding: 12px 15px
  }

  .card.form_card h2 {
    font-size: 36px
  }

  section.form .border-left {
    display: contents
  }

  img.form_main_skype {
    width: 35px !important
  }

  .form_social img {
    width: 26px
  }
}

@media (max-width: 430px) {
  .card.form_card {
    padding: 49px 21px;
    border: none;
    border-radius: 36px;
    box-shadow: 0 16px 35px 0 #00000021
  }

  .form_contact h6 {
    font-size: 15px;
    font-weight: 600;
    margin-top: 6px
  }

  img.form_main_skype {
    width: 28px !important
  }

  .form_social img {
    width: 22px
  }

  .card.form_card h2 {
    font-size: 30px
  }
}

section.form .border-left {
  border-left: 1px solid #707070 !important
}

button.whats_app {
  border: 1px solid #fff;
  padding: 19px 41px;
  border-radius: 57px;
  font-weight: 500;
  font-size: 19px;
  background: linear-gradient(0deg, rgba(58, 188, 75, 1) 0%, rgba(29, 94, 38, 1) 100%);
  color: #fff
}

button.whats_app span {
  display: flex;
  align-items: center
}

button.whats_app span i {
  font-size: 26px;
  margin-right: 7px
}

button.whats_app span p {
  margin: 0;
  color: #fff !important;
  font-size: 17px !important
}

button.call_us {
  border: 1px solid #fff;
  padding: 12px 41px;
  border-radius: 57px;
  font-weight: 500;
  font-size: 19px;
  background: linear-gradient(0deg, #0A72C6 0%, #084B81 100%);
  color: #fff;
  margin-left: 16px
}

button.call_us span {
  display: flex;
  align-items: center
}

button.call_us span img {
  width: 17px;
  margin-right: 7px
}

button.call_us span p {
  margin: 0;
  color: #fff !important;
  font-size: 17px !important
}

@media (max-width: 991px) {
  button.whats_app.form_wtz {
    padding: 12px 15px
  }

  button.call_us.form_call {
    padding: 12px 15px
  }

  button.call_us span p {
    font-size: 12px !important
  }

  button.whats_app span p {
    font-size: 12px !important
  }
}

@media (max-width: 350px) {
  button.call_us.form_call {
    padding: 8px 11px
  }

  button.whats_app.form_wtz {
    padding: 8px 11px
  }

  button.whats_app span i {
    font-size: 22px;
    margin-right: 7px
  }
}

.event_inner_img {
  margin-top: 20px;
  position: relative
}

.event_inner_element_1 {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0
}

.event_inner_dtls {
  margin-top: 39px
}

.event_inner_dtls_date {
  text-align: center;
  margin-right: 26px
}

.event_inner_dtls_date h5 {
  color: #096FC1 !important;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 5px
}

.event_inner_dtls_date p {
  font-weight: 700;
  font-size: 25px !important;
  color: #000 !important;
  margin-bottom: 0
}

.event_inner_dtls h1 {
  font-weight: 600;
  font-size: 30px;
  font-family: "poppins", sans-serif
}

.event_inner_second_sec {
  margin-top: 34px
}

.event_inner_second_sec h3 {
  font-weight: 700;
  font-size: 28px
}

.event_share_icons {
  margin-top: 73px
}

.event_share_icons a i {
  color: #000;
  font-size: 35px;
  margin-left: 11px
}

.event_share_icons a svg {
  color: #000;
  font-size: 35px;
  margin-left: 11px
}

.event_share_icons h4 {
  font-weight: 700;
  margin-right: 7px;
  font-size: 25px
}

@media (max-width: 1000px) {
  .event_inner_dtls h1 {
    font-weight: 600;
    font-size: 23px
  }

  .event_inner_element_1 {
    display: none
  }
}

@media (max-width: 767px) {
  .event_share_icons {
    margin-top: 26px
  }
}

@media (max-width: 583px) {
  .event_icon_row {
    display: block !important
  }

  .event_inner_dtls h1 {
    font-weight: 600;
    font-size: 14px
  }

  .event_inner_dtls_date h5 {
    font-size: 18px
  }

  .event_inner_dtls_date p {
    font-size: 17px !important
  }

  .event_inner_dtls_date {
    margin-right: 10px
  }

  .event_inner_second_sec h3 {
    font-size: 19px
  }
}

@media (max-width: 439px) {
  .event_share_icons h4 {
    font-weight: 500;
    margin-right: 0;
    font-size: 17px
  }

  .event_share_icons a i {
    color: #000;
    font-size: 22px;
    margin-left: 11px
  }

  .event_share_icons a svg {
    color: #000;
    font-size: 22px;
    margin-left: 11px
  }

  .event_inner_dtls h1 {
    font-weight: 500;
    font-size: 15px;
    font-family: "poppins", sans-serif
  }

  .event_inner_dtls_date h5 {
    font-size: 18px
  }

  .event_inner_dtls_date p {
    font-size: 17px !important
  }

  .event_inner_dtls_date {
    margin-right: 10px
  }
}

.content_event {
  display: none
}

#loadMoreEvent {
  display: block;
  text-align: center;
  margin-top: 67px
}

section.news_main h1 {
    font-size: 43px;
    font-family: "Poppins", sans-serif !important;
    text-align: center;
    margin-top: 42px;
    color: #363636;
    font-weight: 600;
}

.news_main_images {
    position: relative;
}

.image_border_news {
    position: relative;
}

.image_border_news::after {
    content: "";
    position: absolute;
    top: 19px;
    left: 16px;
    width: 100%;
    height: 100%;
    background: none;
    border-radius: 0;
    z-index: -1;
    right: 0;
    border: 4px dashed #707070;
}

.popular_news {
    margin-left: 29px;
}

.popular_news h6 {
    font-size: 24px;
    font-weight: 100;
    color: #363636;
    position: relative;
}


.popular_news h6::after {
    position: absolute;
    top: 50%;
    overflow: hidden;
    width: 73%;
    height: 2px;
    content: '\a0';
    background-color: #363636;
    margin-left: 5px;
}

.popular_news h2 {
    color: #363636;
    font-size: 51px;
    margin-top: 17px;
    font-weight: 600;
}

button.news_btn {
    background: #F5ECD7;
    padding: 10px 30px;
    font-size: 20px;
    border: 2px solid #363636 !important;
    box-shadow: 6px 6px 0 0 #363636 !important;
}

.popular_news p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

section.news_main .border-bottom {
    border-bottom: 3px solid #707070 !important;
    margin-top: 62px !important;
}

section.news_main h3 {
    font-weight: 100;
    font-size: 35px;
    margin-bottom: 24px;
}

@media (max-width: 1400px) {
    .popular_news h2 {
        font-size: 36px;
    }
    .popular_news h6::after {
        width: 57%;
    }
}

@media (max-width: 991px) {
    .news_main_images {
        width: 100%;
        margin-top: 30px;
    }
    .image_border_news::after {
        top: 46px;
        height: 96%;
    }
    .popular_news {
        margin-top: 43px;
        margin-left: 0;
    }
    .popular_news.hot_news {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .image_border_news::after {
        display: none;
    }
}

@media (max-width: 500px) {
    .popular_news h2 {
        font-size: 23px;
    }
    section.news_main h1 {
        font-size: 26px;
    }
    .popular_news h6::after{
        display: none;
    }
    section.news_main h3 {
        font-size: 24px;
    }
}


.owl-carousel .owl-dots{
    display: block
}
.category_list .owl-stage-outer {
    padding: 17px 0;
}

@media (max-width: 1200px) {
    .category_card h5 {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .owl-nav {
        display: none;
    }
}




/* -------------------new----------------------- */

section.news_main .card.event_card h6 {
    color: #7D7D7D;
    font-weight: 400;
    font-size: 15px;
}

section.news_main .card.event_card h5 {
    font-weight: 500;
    font-size: 20px;
    color: #363636;
    margin-bottom: 3px;
}

.media_iframe_link .owl-nav p {
    margin: 0;
    font-size: 15px !important;
}
.media_iframe_link .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
}

.media_iframe_link .owl-nav button {
    box-shadow: none;
}

.media_iframe_link button.owl-next {
    margin-left: 16px;
}

.media_iframe_link p.next {
    color: #000 !important;
}

.media_iframe_link p.prev::before {
    display: inline-block;
    content: "<";
    width: 17px;
}

.media_iframe_link p.next::after {
    display: inline-block;
    content: ">";
    width: 17px;
}

.media_iframe_link .owl-nav button:hover {
    transform: none;
}

h3.iframe_title {
    font-size: 21px;
    font-weight: 200;
    color: #363636;
    margin-bottom: 15px;
    max-width: 60%;
}

.media_news_links_extra {
    margin: 14px 0;
}

.media_news_links_extra h6 {
    color: #7D7D7D;
    font-weight: 100;
    font-size: 15px;
}

.media_news_links_extra h5 {
    color: #363636;
    margin-bottom: 3px;
}

@media (max-width: 991px) {
    section.media_iframe .border-left {
        border: none !important;
        border-top: 1px solid #ccc !important;
    }
    .media_iframe_link .owl-nav {
        margin-bottom: 9px;
    }
}

section.news_colash h3 {
    font-weight: 100;
    font-size: 35px;
    margin-bottom: 24px;
    max-width: 70%;

}

.media_news_links_extra:hover {
    margin-left: 5px;
    transition: 0.25s ease;
    border-left: 1px solid #ccc;
    padding-left: 12px;
}

@media (max-width: 500px) {
    section.news_colash h3 {
        font-size: 24px;
    }
}

.card-text:last-child {
    margin-bottom: 0;
    /* display: -webkit-box; */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news_and_media .owl-dots {
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
    padding: 14px 15px;
    transform: none !important;
}
.news_and_media button.owl-dot{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ccc;
    margin-left: 10px;
    background-color: #0a66b14d;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    transform: none !important;
}
.news_colash_scroll .owl-nav {
    float: right;
}
.news_colash_scroll .owl-nav p {
    margin: 0;
    font-size: 15px !important;
}
.news_colash_scroll .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
}

.news_colash_scroll .owl-nav button.owl-prev {
    color: inherit;
    border: 1px solid #4950577d;
    padding: 0!important;
    background: none;
    font: inherit;
    text-align: center;
    padding: 0px !important;
    border-radius: 7px;
    width: 45px;
    height: 45px;
    color: #000;
    font-size: 28px;
    margin-right: 15px !important;
    background-color: #fff;
    transform: none !important;
}
.news_colash_scroll .owl-nav button.owl-next {
    color: inherit;
    border: none;
    padding: 0!important;
    background: linear-gradient(0deg, #0A72C6 0%, #084B81 100%);
    font: inherit;
    text-align: center;
    padding: 0px !important;
    border-radius: 7px;
    width: 45px;
    height: 45px;
    font-size: 28px;
    color: #fff;
    transform: none !important;
}
.news_scroll_main{
    height: 550px;
    overflow-y: scroll;
    overflow-x: clip;
}
.odoo-license-text{
    text-align: left !important;
}