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

    Template Name: Event - Conference &amp; Multi Event HTML5 Bootstrap Template -  GridTemplate
    Template URI: https://gridtemplate.com/
    Description: A Library of Responsive Bootstrap, HTML5, and CSS3 Website Templates
    Author: Gridtemplate
    Author URI: https://gridtemplate.com/
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	  02. Header
    03. Hero 
    04. about 
    05. about_page 
    06. speakers 
    07. event 
    08. venue 
    09. pricing 
    10. sponsor 
    11. blog 
    12. single_post 
    13. footer 
    14. contact 
    15. modal 



    CSS INNER PAGE
    

-----------------------------------------------------------------------------------*/
/*===========================
    1. COMMON css 
===========================*/
@import url("//fonts.googleapis.com/css2?family=Barlow:wght@600;700&amp;family=Roboto:wght@300;400;500;700;900&amp;display=swap");
body {
  font-family: "Roboto", sans-serif;
  /*font-family: "Times New Roman", Times, serif;*/
  font-weight: normal;
  font-style: normal;
  color: #000000;
  font-size: 18px;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

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

.form-control:focus {
  color: #212529;
  background-color: #ffffff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0;
}

a {
  text-decoration: none !important;
}

a.logo {
  display: block;
}

i,
span,
a {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-family: "Roboto", sans-serif;*/
  font-family: "Times New Roman", Times, serif;
  font-weight: 700;
  color: #01054B;
  margin: 0px;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  color: #8082A5;
  margin: 0px;
}

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.gray {
  background: #f8f8f8;
}

/*===== All Button Style =====*/
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: 0;
}

.btn:focus {
  outline: none !important;
}

.btn:focus {
  box-shadow: none;
}

.header_area .button {
  display: inline-block;
  margin-left: 45px;
}

.btn-inline {
  width: 190px;
  padding: 15px 10px;
  font-size: 17px;
  /*text-transform: uppercase;*/
  font-weight: 600;
  letter-spacing: 1px;
  border: 0px solid #fff;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .btn-inline {
    width: 150px;
    font-size: 15px;
    letter-spacing: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .btn-inline {
    width: 150px;
    font-size: 15px;
    letter-spacing: 0px;
  }
}

@media (max-width: 767px) {
  .btn-inline {
    width: 150px;
    font-size: 15px;
    letter-spacing: 0px;
  }
}

.btn-inline:hover {
  color: #fff !important;
}

.btn-inline:focus {
  color: #fff !important;
}

.btn-inline2 {
  width: 190px;
  padding: 15px 10px;
  font-size: 17px;
  /*text-transform: uppercase;*/
  font-weight: 600;
  letter-spacing: 1px;
  border: 0px solid #fff;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .btn-inline2 {
    width: 150px;
    font-size: 15px;
    letter-spacing: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .btn-inline2 {
    width: 150px;
    font-size: 15px;
    letter-spacing: 0px;
  }
}

@media (max-width: 767px) {
  .btn-inline2 {
    width: 150px;
    font-size: 15px;
    letter-spacing: 0px;
  }
}

.btn-inline2:hover {
  color: #fff !important;
}

.btn-inline2:focus {
  color: #fff !important;
}

.btn-inline_event {
  width: 190px;
  padding: 15px 10px;
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 1px;
  border: 0px solid #fff;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .btn-inline_event {
    width: 150px;
    font-size: 15px;
    letter-spacing: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .btn-inline_event {
    width: 150px;
    font-size: 15px;
    letter-spacing: 0px;
  }
}

@media (max-width: 767px) {
  .btn-inline_event {
    width: 150px;
    font-size: 15px;
    letter-spacing: 0px;
  }
}

.btn-inline_event:hover {
  color: #fff !important;
}

.btn-inline_event:focus {
  color: #fff !important;
}

.btn-outline {
  width: 176px;
  padding: 13px 10px;
  border: 0px solid #fff;
  position: relative;
  color: #fff !important;
  font-size: 17px;
  /*text-transform: uppercase;*/
  font-weight: 600;
  letter-spacing: 1px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .btn-outline {
    width: 150px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .btn-outline {
    width: 150px;
    font-size: 15px;
    font-size: 15px;
    letter-spacing: 0px;
    letter-spacing: 0px;
  }
}

@media (max-width: 767px) {
  .btn-outline {
    width: 150px;
    font-size: 15px;
    letter-spacing: 0px;
  }
}

.btn-outline:hover {
  color: #fff !important;
}

.btn-outline:focus {
  color: #fff !important;
}

.main-btn-outline {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(0) translateZ(0);
  transform: perspective(0) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-property: #EA4C0F;
  transition-property: #EA4C0F;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  color: #EA4C0F;
  border: 2px solid #EA4C0F;
  background: #EA4C0F;
  border-radius: 4px;
}

.main-btn-outline::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 2px;
  background: #01054B;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 4px;
}

.main-btn-outline:hover::before {
  -webkit-transform: scaleX(1);
  color: #fff !important;
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.main-btn-outline:focus:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.main-btn-outline:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.main-btn-inline {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(0) translateZ(0);
  transform: perspective(0) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-property: #EA4C0F;
  transition-property: #EA4C0F;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  color: #fff;
  background: #EA4C0F;
  border-radius: 4px;
}

.main-btn-inline::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 3.5px;
  background: #34376F;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 4px;
}

.main-btn-inline:hover::before {
  -webkit-transform: scaleX(1);
  color: #fff !important;
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.main-btn-inline:focus:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.main-btn-inline:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.main-btn-inline:focus {
  color: #fff;
}

.sticky .main-btn-inline {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(0) translateZ(0);
  transform: perspective(0) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-property: #EA4C0F;
  transition-property: #EA4C0F;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  color: #fff;
  background: #EA4C0F;
  border-radius: 4px;
}

.sticky .main-btn-inline::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 3.5px;
  background: #34376F;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 4px;
}

.sticky .main-btn-inline:hover::before {
  -webkit-transform: scaleX(1);
  color: #fff !important;
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.sticky .main-btn-inline:focus:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.sticky .main-btn-inline:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.main-btn-inline2 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(0) translateZ(0);
  transform: perspective(0) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-property: #EA4C0F;
  transition-property: #EA4C0F;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  color: #fff;
  background: #EA4C0F;
  border-radius: 30px;
}

.main-btn-inline2::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #34376F;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 30px;
}

.main-btn-inline2:hover::before {
  -webkit-transform: scaleX(1);
  color: #fff !important;
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.main-btn-inline2:focus:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.main-btn-inline2:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.main-btn-inline2:focus {
  color: #fff;
}

.main-btn-inline_event {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(0) translateZ(0);
  transform: perspective(0) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-property: #01054B;
  transition-property: #01054B;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  color: #fff;
  background: #01054B;
  border-radius: 4px;
}

.main-btn-inline_event::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #EA4C0F;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 4px;
}

.main-btn-inline_event:hover::before {
  -webkit-transform: scaleX(1);
  color: #fff !important;
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.main-btn-inline_event:focus:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.main-btn-inline_event:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.main-btn-inline_event:focus {
  color: #fff;
}

.sticky .main-btn-inline2 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(0) translateZ(0);
  transform: perspective(0) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-property: #024CC8;
  transition-property: #024CC8;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  color: #fff;
  background: #024CC8;
  border-radius: 30px;
}

.sticky .main-btn-inline2::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 3.5px;
  background: #34376F;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 30px;
}

.sticky .main-btn-inline2:hover::before {
  -webkit-transform: scaleX(1);
  color: #fff !important;
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.sticky .main-btn-inline2:focus:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.sticky .main-btn-inline2:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

p.form-message.success,
p.form-message.error {
  font-size: 16px;
  color: #38424d;
  background: #f7f7fd;
  padding: 10px 15px;
  margin-top: 30px;
  margin-left: 15px;
}

p.form-message.success.form-message.error,
p.form-message.error.form-message.error {
  color: #f00;
}

/*===== All Section Title Style =====*/
.section-title {
  position: relative;
  margin-bottom: 30px;
}

.section-title .title {
  font-size: 50px;
  /*text-transform: uppercase;*/
  padding-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title .title {
    font-size: 35px;
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title .title {
    font-size: 35px;
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .section-title .title {
    font-size: 30px;
    padding-bottom: 20px;
  }
}

.section-title .title span {
  color: #EA4C0F;
}

@media (max-width: 767px) {
  .section-title p {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .section-title {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-120 {
    padding-top: 100px;
  }
}

@media (max-width: 767px) {
  .pt-120 {
    padding-top: 80px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pb-130 {
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-130 {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .pb-130 {
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-130 {
    padding-top: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-130 {
    padding-top: 60px;
  }
}

@media (max-width: 767px) {
  .pt-130 {
    padding-top: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-80 {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .mt-80 {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-130 {
    margin-top: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-130 {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .mt-130 {
    margin-top: 50px;
  }
}

/*===== All Form Style =====*/
.single-form {
  margin-top: 28px;
}

.single-form label {
  display: inline-block;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
}

.single-form .required {
  display: inline-block;
  color: #01054B;
  font-size: 16px;
  float: right;
}

.single-form textarea,
.single-form input {
  width: 100%;
  background-color: #fff;
  /*border: 1px solid #EEEFFB;*/
  border: 1px solid #000000;
  border-radius: 2px;
  color: #01054B;
  display: block;
  height: 48px;
  box-shadow: none;
  padding: 0 15px;
  font-size: 16px;
}

.single-form textarea:focus,
.single-form input:focus {
  border-color: #EA4C0F;
}

.single-form textarea {
  padding-top: 10px;
  height: 200px;
  resize: none;
}

.single-form .nice-select {
  float: none;
  border: 1px solid #EEEFFB;
  width: 100%;
  border-radius: 0;
  height: 52px;/*48px*/
  padding: 0 15px;
}

.single-form .nice-select::after {
  width: 8px;
  height: 8px;
  border-color: #01054B;
  right: 15px;
}

.single-form .nice-select .current {
  line-height: 48px;
}

.single-form .nice-select .list {
  width: 100%;
  border-radius: 0;
}

.single-form .nice-select .list .option {
  min-height: 28px;
  line-height: 28px;
}

/*===== All Slick Slide Outline Style =====*/
.slick-slide {
  outline: 0;
}

/*===== Grid Template Preloader Style =====*/
.gridtemplate-loader {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999;
}

.preloader {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

img.preload-logo {
  width: 50%;
  border-radius: 500px;
  margin: 0px auto;
  text-align: center;
  display: inline-block;
  right: 5px;
  position: absolute;
  left: -18px;
  top: 0px;
}

.spinner {
  position: absolute;
  top: -20px;
  left: -12px;
  width: 80px;
  height: 80px;
  border: 2px solid #002DB5;
  border-top: 2px solid #0096d6;
  border-right: 2px solid #0096d6;
  border-radius: 100%;
  animation: spin 0.75s infinite linear;
  z-index: -1;
  background: #fff;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/*===========================
    2.HEADER css 
===========================*/
/*===== Header Menu =====*/
.sticky-block {
  display: none;
}

.navbar-menu ul li {
  display: inline-block;
  margin-left: 45px;
  padding: 13px 0;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-menu ul li {
    margin-left: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-menu ul li {
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .navbar-menu ul li {
    margin-left: 15px;
  }
}

.navbar-menu ul li:first-child {
  margin-left: 0;
}

.navbar-menu ul li a {
  font-size: 17px;
  /*text-transform: uppercase;*/
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 3px;
  font-family: "Roboto", sans-serif;
}

.navbar-menu ul li a::before {
  position: absolute;
  content: '';
  width: 0;
  height: 2px;
  background-color: #fff;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar-menu ul li a.active::before {
  width: 100%;
}

.navbar-menu ul li .sub-menu {
  position: absolute;
  top: 115%;
  left: 0;
  width: 215px;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}

.navbar-menu ul li .sub-menu li {
  display: block;
  padding: 0;
  margin: 0;
}

.navbar-menu ul li .sub-menu li a {
  font-size: 14px;
  color: #01054B;
  display: block;
  padding: 8px 15px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 400;
}

.navbar-menu ul li .sub-menu li a::before {
  display: none;
}

.navbar-menu ul li .sub-menu li a.active {
  background: #EA4C0F;
  color: #fff;
  padding-left: 20px;
}

.navbar-menu ul li .sub-menu li::before {
  position: absolute;
  content: "";
  top: 0;
  right: auto;
  left: 0;
  width: 0;
  height: 100%;
  background: #EA4C0F;
  color: #fff;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar-menu ul li .sub-menu li:hover::before {
  width: 100%;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  background: #EA4C0F;
  color: #fff;
}

.navbar-menu ul li .sub-menu li:focus:before {
  width: 100%;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  background: #EA4C0F;
  color: #fff;
}

.navbar-menu ul li .sub-menu li:active:before {
  width: 100%;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  background: #EA4C0F;
  color: #fff;
}

.navbar-menu ul li .sub-menu li:hover &gt; a {
  color: #fff;
  padding-left: 20px;
}

.navbar-menu ul li .mega-menu {
  position: absolute;
  top: 115%;
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 685px;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}

.navbar-menu ul li .mega-menu li {
  display: block;
  padding: 0;
  margin: 0;
  width: 215px;
  float: left;
  border-left: 1px solid #EEEFFB;
}

.navbar-menu ul li .mega-menu li:first-child {
  border-left: 0;
}

.navbar-menu ul li .mega-menu li .menu-title {
  font-size: 16px;
  font-weight: 500;
  padding: 0 15px 15px;
}

.navbar-menu ul li .mega-menu li ul li {
  display: block;
  padding: 0;
  margin: 0;
  border-left: 0;
}

.navbar-menu ul li .mega-menu li ul li a {
  font-size: 14px;
  color: #01054B;
  display: block;
  padding: 8px 15px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 400;
}

.navbar-menu ul li .mega-menu li ul li a::before {
  display: none;
}

.navbar-menu ul li .mega-menu li ul li:hover &gt; a {
  color: #EA4C0F;
  padding-left: 20px;
}

.navbar-menu ul li.active &gt; a::before, .navbar-menu ul li:hover &gt; a::before {
  width: 100%;
}

.navbar-menu ul li.active .sub-menu,
.navbar-menu ul li.active .mega-menu, .navbar-menu ul li:hover .sub-menu,
.navbar-menu ul li:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.header-menu-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 25px 0;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  background: 0 0;
}

.header-menu-area a.logo .white-logo {
  z-index: 2;
}

.header-menu-area .logo {
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.header-menu-area a.logo img.light-logo {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  opacity: 0;
  visibility: hidden;
}

.header-menu-area a.logo img {
  width: 162px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-menu-area .button {
    margin-left: 10px;
  }
  .header-menu-area .button .btn-inline {
    width: 130px;
    padding: 15px 6px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-menu-area .button {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-menu-area .button {
    display: none;
  }
}

.header-menu-area.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  padding: 7px 0;
  -webkit-animation: sticky 1s;
  -moz-animation: sticky 1s;
  -o-animation: sticky 1s;
  animation: sticky 1s;
  z-index: 9999;
}

.header-menu-area.sticky a.logo img.white-logo {
  opacity: 0;
  visibility: hidden;
}

.header-menu-area.sticky a.logo img {
  width: 120px;
  top: 3px;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.header-menu-area.sticky a.logo img.light-logo {
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-menu-area.sticky a.logo img {
    width: 80px;
  }
}

@media (max-width: 767px) {
  .header-menu-area.sticky a.logo img {
    width: 80px;
  }
}

.header-menu-area.sticky .sticky-block {
  display: block;
}

.header-menu-area.sticky .navbar-menu ul li a {
  color: #01054B;
}

.header-menu-area.sticky .navbar-menu ul li a.active {
  color: #EA4C0F;
}

.header-menu-area.sticky .navbar-menu ul li a.active::before {
  display: none;
}

.header-menu-area.sticky .navbar-menu ul li .sub-menu li a.active {
  color: #fff;
}

.header-menu-area.sticky .navbar-menu ul li .sub-menu li:hover &gt; a {
  color: #fff;
  padding-left: 20px;
}

@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

/*===== Header Mobile Menu =====*/
.header-mobile-menu {
  padding: 10px 0;
}

.header-mobile-menu.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  padding: 7px 0;
  -webkit-animation: sticky 1s;
  -moz-animation: sticky 1s;
  -o-animation: sticky 1s;
  animation: sticky 1s;
  z-index: 999;
}

.mobile-menu .menu-bar a i {
  font-size: 30px;
  color: #01054B;
}

.mobile-menu .mobile-logo img {
  width: 150px;
}

@media (max-width: 767px) {
  .mobile-menu .mobile-logo img {
    width: 115px;
  }
}

/*===== Mobile-menu =====*/
.offcanvas-menu {
  position: fixed;
  top: 0;
  left: -350px;
  width: 350px;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  padding: 100px 30px 30px;
  overflow-y: auto;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
  .offcanvas-menu {
    width: 280px;
  }
}

.offcanvas-menu.open {
  left: 0;
}

.offcanvas-menu .close-mobile-menu {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 20px;
  color: #01054B;
}

.offcanvas-menu .mobile-menu {
  padding-bottom: 30px;
}

.offcanvas-menu .mobile-menu ul li {
  position: relative;
  border-bottom: 1px solid rgba(32, 31, 31, 0.4);
}

.offcanvas-menu .mobile-menu ul li a {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #01054B;
  padding: 8px 0;
}

.offcanvas-menu .mobile-menu ul li a.active {
  color: #EA4C0F;
}

.offcanvas-menu .mobile-menu ul li .sub-menu {
  padding-left: 20px;
}

.offcanvas-menu .mobile-menu ul li .sub-menu li {
  border-bottom: 0;
}

.offcanvas-menu .mobile-menu ul li .sub-menu li a.active {
  color: #EA4C0F;
}

.offcanvas-menu .mobile-menu ul li .sub-menu .mega-title .menu-title {
  font-weight: 700;
  padding: 8px 0 11px;
  font-size: 18px;
}

.offcanvas-menu .mobile-menu ul li .menu-expand {
  position: absolute;
  right: 10px;
  top: 11px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.offcanvas-menu .mobile-menu ul li .menu-expand::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #01054B;
  top: 10px;
}

.offcanvas-menu .mobile-menu ul li .menu-expand::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  background-color: #01054B;
  left: 10px;
  bottom: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.offcanvas-menu .mobile-menu ul li.active &gt; .menu-expand::after {
  height: 0;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}

.overlay.open {
  opacity: 1;
  visibility: visible;
}

/*===== HEADER HERO =====*/
.header_hero {
  position: relative;
  z-index: 5;
  overflow: hidden;
  height: 800px;
  background: url(https://pmcc2023.com/assets/images/normal/bg_2.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media only screen and (min-width: 1400px) {
  .header_hero {
    height: 950px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header_hero {
    height: 700px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_hero {
    height: auto;
  }
}

@media (max-width: 767px) {
  .header_hero {
    height: auto;
  }
}

.header_hero::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #01054B;
  opacity: 0.4;
}

.header_image,
.header_shape {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-position: right bottom;
  background-size: 88%;
}

.header_image {
  z-index: 9;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_image {
    position: relative;
    width: 720px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  .header_image {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header_image {
    width: 540px;
  }
}

.header_image .image {
  position: relative;
}

.header_image .image .dots {
  position: absolute;
  left: 17%;
  bottom: 0;
  z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header_image .image .dots {
    width: 125px;
  }
}

@media (max-width: 767px) {
  .header_image .image .dots {
    width: 100px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header_image .image .dots {
    width: 130px;
  }
}

.header_hero_content {
  position: relative;
  z-index: 1;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_hero_content {
    padding-top: 50px;
  }
}

.header_hero_content .subtitle {
  font-size: 24px;
  font-weight: 600;
}

.header_hero_content .subtitle .color {
  color: #EA4C0F;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_hero_content .subtitle {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .header_hero_content .subtitle {
    font-size: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header_hero_content .subtitle {
    font-size: 15px;
  }
}

.header_hero_content .header_title {
  font-size: 75px;
  font-weight: 700;
  color: #fff;
  margin-top: 20px;
  /*text-transform: uppercase;*/
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header_hero_content .header_title {
    font-size: 65px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header_hero_content .header_title {
    font-size: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_hero_content .header_title {
    font-size: 45px;
  }
}

@media (max-width: 767px) {
  .header_hero_content .header_title {
    font-size: 24px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header_hero_content .header_title {
    font-size: 30px;
  }
}

.header_hero_content .header_title span {
  color: #fff;
}

.header_hero_content p {
  margin-top: 15px;
}

.header_hero_content .main-btn {
  margin-top: 30px;
}

.header_hero_image img {
  width: 100%;
}

/*===== HEADER HERO TWO =====*/
.header-area-style2 {
  /*===== Header Mobile Menu =====*/
}

.header-area-style2 .navbar-menu ul li {
  display: inline-block;
  margin-left: 45px;
  padding: 13px 0;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area-style2 .navbar-menu ul li {
    margin-left: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area-style2 .navbar-menu ul li {
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .header-area-style2 .navbar-menu ul li {
    margin-left: 15px;
  }
}

.header-area-style2 .navbar-menu ul li:first-child {
  margin-left: 0;
}

.header-area-style2 .navbar-menu ul li a {
  font-size: 17px;
  /*text-transform: uppercase;*/
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 3px;
  font-family: "Roboto", sans-serif;
}

.header-area-style2 .navbar-menu ul li a::before {
  position: absolute;
  content: '';
  width: 0;
  height: 2px;
  background-color: #fff;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.header-area-style2 .navbar-menu ul li a.active::before {
  width: 100%;
}

.header-area-style2 .navbar-menu ul li .sub-menu {
  position: absolute;
  top: 115%;
  left: 0;
  width: 215px;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}

.header-area-style2 .navbar-menu ul li .sub-menu li {
  display: block;
  padding: 0;
  margin: 0;
}

.header-area-style2 .navbar-menu ul li .sub-menu li a {
  font-size: 14px;
  color: #01054B;
  display: block;
  padding: 8px 15px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 400;
}

.header-area-style2 .navbar-menu ul li .sub-menu li a::before {
  display: none;
}

.header-area-style2 .navbar-menu ul li .sub-menu li a.active {
  color: #fff;
  padding-left: 20px;
  background: #154FAE;
}

.header-area-style2 .navbar-menu ul li .sub-menu li::before {
  position: absolute;
  content: "";
  top: 0;
  right: auto;
  left: 0;
  width: 0;
  height: 100%;
  background: #154FAE;
  color: #fff;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.header-area-style2 .navbar-menu ul li .sub-menu li:hover::before {
  width: 100%;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  color: #fff;
}

.header-area-style2 .navbar-menu ul li .sub-menu li:focus:before {
  width: 100%;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  color: #fff;
}

.header-area-style2 .navbar-menu ul li .sub-menu li:active:before {
  width: 100%;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  color: #fff;
}

.header-area-style2 .navbar-menu ul li .sub-menu li:hover &gt; a {
  color: #fff;
  padding-left: 20px;
}

.header-area-style2 .navbar-menu ul li .mega-menu {
  position: absolute;
  top: 115%;
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 685px;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}

.header-area-style2 .navbar-menu ul li .mega-menu li {
  display: block;
  padding: 0;
  margin: 0;
  width: 215px;
  float: left;
  border-left: 1px solid #EEEFFB;
}

.header-area-style2 .navbar-menu ul li .mega-menu li:first-child {
  border-left: 0;
}

.header-area-style2 .navbar-menu ul li .mega-menu li .menu-title {
  font-size: 16px;
  font-weight: 500;
  padding: 0 15px 15px;
}

.header-area-style2 .navbar-menu ul li .mega-menu li ul li {
  display: block;
  padding: 0;
  margin: 0;
  border-left: 0;
}

.header-area-style2 .navbar-menu ul li .mega-menu li ul li a {
  font-size: 14px;
  color: #01054B;
  display: block;
  padding: 8px 15px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 400;
}

.header-area-style2 .navbar-menu ul li .mega-menu li ul li a::before {
  display: none;
}

.header-area-style2 .navbar-menu ul li .mega-menu li ul li:hover &gt; a {
  color: #154FAE;
  padding-left: 20px;
}

.header-area-style2 .navbar-menu ul li.active &gt; a::before, .header-area-style2 .navbar-menu ul li:hover &gt; a::before {
  width: 100%;
}

.header-area-style2 .navbar-menu ul li.active .sub-menu,
.header-area-style2 .navbar-menu ul li.active .mega-menu, .header-area-style2 .navbar-menu ul li:hover .sub-menu,
.header-area-style2 .navbar-menu ul li:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area-style2 .header-menu-area .button {
    margin-left: 10px;
  }
  .header-area-style2 .header-menu-area .button .btn-inline2 {
    width: 130px;
    padding: 15px 6px;
    font-size: 14px;
  }
}

.header-area-style2 .header-menu-area.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  padding: 7px 0;
  -webkit-animation: sticky 1s;
  -moz-animation: sticky 1s;
  -o-animation: sticky 1s;
  animation: sticky 1s;
  z-index: 9999;
}

.header-area-style2 .header-menu-area.sticky .sticky-block {
  display: block;
}

.header-area-style2 .header-menu-area.sticky .navbar-menu ul li a {
  color: #01054B;
}

.header-area-style2 .header-menu-area.sticky .navbar-menu ul li a.active {
  color: #154FAE;
}

.header-area-style2 .header-menu-area.sticky .navbar-menu ul li a.active::before {
  display: none;
}

.header-area-style2 .header-menu-area.sticky .navbar-menu ul li .sub-menu li a.active {
  color: #fff;
}

.header-area-style2 .header-menu-area.sticky .navbar-menu ul li .sub-menu li:hover &gt; a {
  color: #fff;
  padding-left: 20px;
}

@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

.header-area-style2 .header-mobile-menu {
  padding: 10px 0;
}

.header-area-style2 .header-mobile-menu.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  padding: 7px 0;
  -webkit-animation: sticky 1s;
  -moz-animation: sticky 1s;
  -o-animation: sticky 1s;
  animation: sticky 1s;
  z-index: 999;
}

.header-area-style2 .mobile-menu .menu-bar a i {
  font-size: 30px;
  color: #154FAE;
}

.header-area-style2 .mobile-menu .mobile-logo img {
  width: 150px;
}

@media (max-width: 767px) {
  .header-area-style2 .mobile-menu .mobile-logo img {
    width: 115px;
  }
}

.header-area-style2 .header_hero {
  position: relative;
  z-index: 5;
  overflow: hidden;
  height: 800px;
  background: url(https://pmcc2023.com/assets/images/normal/metting-bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media only screen and (min-width: 1400px) {
  .header-area-style2 .header_hero {
    height: 950px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area-style2 .header_hero {
    height: 700px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area-style2 .header_hero {
    height: auto;
  }
}

@media (max-width: 767px) {
  .header-area-style2 .header_hero {
    height: auto;
  }
}

.header-area-style2 .header_hero::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #024CC8;
  opacity: 0.8;
}

.header-area-style2 .header_image,
.header-area-style2 .header_shape {
  position: absolute;
  bottom: 0;
  right: 14%;
  width: 30%;
  height: 100%;
  background-size: 100%;
  background-position: 0 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area-style2 .header_image,
  .header-area-style2 .header_shape {
    position: absolute;
    bottom: 0;
    right: 4%;
    width: 38%;
    height: 100%;
    background-size: 100%;
    background-position: 0 100%;
  }
}

.header-area-style2 .header_image {
  z-index: 9;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area-style2 .header_image {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
    padding-top: 30px;
    margin: 0px auto;
    text-align: center;
    display: block;
    right: 0;
  }
}

@media (max-width: 767px) {
  .header-area-style2 .header_image {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
    padding-top: 30px;
    margin: 0px auto;
    text-align: center;
    display: block;
    right: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-area-style2 .header_image {
    width: 540px;
  }
}

.header-area-style2 .header_image .image {
  position: relative;
}

.header-area-style2 .header_image .image .dots {
  position: absolute;
  left: 17%;
  bottom: 0;
  z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area-style2 .header_image .image .dots {
    width: 125px;
  }
}

@media (max-width: 767px) {
  .header-area-style2 .header_image .image .dots {
    width: 100px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-area-style2 .header_image .image .dots {
    width: 130px;
  }
}

.header-area-style2 .header_hero_content {
  position: relative;
  z-index: 1;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area-style2 .header_hero_content {
    padding-top: 50px;
  }
}

.header-area-style2 .header_hero_content .subtitle {
  font-size: 24px;
  font-weight: 600;
}

.header-area-style2 .header_hero_content .subtitle .color {
  color: #EA4C0F;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area-style2 .header_hero_content .subtitle {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .header-area-style2 .header_hero_content .subtitle {
    font-size: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-area-style2 .header_hero_content .subtitle {
    font-size: 15px;
  }
}

.header-area-style2 .header_hero_content .header_title {
  font-size: 75px;
  font-weight: 700;
  color: #fff;
  margin-top: 20px;
  text-transform: uppercase;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-area-style2 .header_hero_content .header_title {
    font-size: 65px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area-style2 .header_hero_content .header_title {
    font-size: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area-style2 .header_hero_content .header_title {
    font-size: 45px;
  }
}

@media (max-width: 767px) {
  .header-area-style2 .header_hero_content .header_title {
    font-size: 24px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-area-style2 .header_hero_content .header_title {
    font-size: 30px;
  }
}

.header-area-style2 .header_hero_content .header_title span {
  color: #fff;
}

.header-area-style2 .header_hero_content p {
  margin-top: 15px;
}

.header-area-style2 .header_hero_content .main-btn {
  margin-top: 30px;
}

.header-area-style2 .header_hero_image img {
  width: 100%;
}

/*===========================
  04   Home about section  css 
===========================*/
.about-area {
  position: relative;
}

.about-area::before {
  content: "";
  background: #EA4C0F;
  /*width: 242px;*/
  /*height: 900px;*/
  position: absolute;
  left: 9%;
  bottom: -35%;
  /* Safari */
  -webkit-transform: rotate(33deg);
  /* Firefox */
  -moz-transform: rotate(33deg);
  /* IE */
  -ms-transform: rotate(33deg);
  /* Opera */
  -o-transform: rotate(33deg);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area::before {
    width: 242px;
    height: 900px;
    position: absolute;
    left: 0%;
    bottom: -35%;
    /* Safari */
    -webkit-transform: rotate(33deg);
    /* Firefox */
    -moz-transform: rotate(33deg);
    /* IE */
    -ms-transform: rotate(33deg);
    /* Opera */
    -o-transform: rotate(33deg);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .about-area::before {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area .col-2 {
    width: 20.667%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area .timer_area .col-timer {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .about-area .timer_area .col-timer {
    width: 50%;
    margin-bottom: 15px;
  }
}

.about-area .timer_area .col-timer div {
  background: #01054B;
  border-radius: 4px;
  padding: 30px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area .timer_area .col-timer div {
    padding: 20px 0;
  }
}

@media (max-width: 767px) {
  .about-area .timer_area .col-timer div {
    padding: 20px 0;
  }
}

.about-area .timer_area .col-timer span {
  display: block;
  font-size: 30px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area .timer_area .col-timer span {
    font-size: 20px;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    color: #fff;
  }
}

@media (max-width: 767px) {
  .about-area .timer_area .col-timer span {
    font-size: 20px;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    color: #fff;
  }
}

.about-area .timer_area .col-timer #days {
  font-size: 80px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area .timer_area .col-timer #days {
    font-size: 50px;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    color: #fff;
  }
}

@media (max-width: 767px) {
  .about-area .timer_area .col-timer #days {
    font-size: 40px;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    color: #fff;
  }
}

.about-area .timer_area .col-timer #hours {
  font-size: 80px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area .timer_area .col-timer #hours {
    font-size: 50px;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    color: #fff;
  }
}

@media (max-width: 767px) {
  .about-area .timer_area .col-timer #hours {
    font-size: 40px;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    color: #fff;
  }
}

.about-area .timer_area .col-timer #minutes {
  font-size: 80px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area .timer_area .col-timer #minutes {
    font-size: 50px;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    color: #fff;
  }
}

@media (max-width: 767px) {
  .about-area .timer_area .col-timer #minutes {
    font-size: 40px;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    color: #fff;
  }
}

.about-area .timer_area .col-timer #seconds {
  font-size: 80px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area .timer_area .col-timer #seconds {
    font-size: 50px;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    color: #fff;
  }
}

@media (max-width: 767px) {
  .about-area .timer_area .col-timer #seconds {
    font-size: 40px;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    color: #fff;
  }
}

.about-area .about_info {
  position: relative;
}

.about-area .about_info img.male1 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 12;
}

@media (max-width: 767px) {
  .about-area .about_info img.male1 {
    position: static;
    right: 0;
    top: 0;
    z-index: 12;
    left: 0;
    margin: 0px auto;
    text-align: center;
    display: block;
  }
}

.about-area .about_info img.male2 {
  position: absolute;
  bottom: -90px;
  left: 0;
  right: 0;
  margin: 0px auto;
  z-index: 12;
}

@media (max-width: 767px) {
  .about-area .about_info img.male2 {
    position: static;
    right: 0;
    top: 0;
    z-index: 12;
    left: 0;
    margin: 0px auto;
    text-align: center;
    display: block;
    bottom: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area .about_info {
    margin-bottom: 150px;
  }
}

@media (max-width: 767px) {
  .about-area .about_info {
    margin-bottom: 50px;
  }
}

.about-area .speakers_info h5 {
  text-transform: uppercase;
  font-size: 30px;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .about-area .speakers_info h5 {
    font-size: 25px;
  }
}

.about-area .speakers_info span {
  font-size: 17px;
  color: #8082A5;
  font-weight: 500;
  text-transform: uppercase;
}

.about-area .first_col {
  position: relative;
}

.about-area .first_col::before {
  position: absolute;
  right: 60px;
  bottom: 0;
  top: 15%;
  width: 2px;
  height: 150px;
  content: "";
  background: #EA4C0F;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area .first_col::before {
    position: absolute;
    right: 15px;
    bottom: 0;
    top: 15%;
    width: 2px;
    height: 150px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area .first_col::before {
    position: absolute;
    right: 70px;
    bottom: 0;
    top: 15%;
    width: 2px;
    height: 150px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .about-area .first_col::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .about-area .first_col::before {
    display: none;
  }
}

.about-area-style2 {
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area-style2 .timer_area .col-timer {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .about-area-style2 .timer_area .col-timer {
    width: 50%;
    margin-bottom: 15px;
  }
}

.about-area-style2 .timer_area .col-timer div {
  background: #01054B;
  border-radius: 4px;
  padding: 30px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area-style2 .timer_area .col-timer div {
    padding: 20px 0;
  }
}

@media (max-width: 767px) {
  .about-area-style2 .timer_area .col-timer div {
    padding: 20px 0;
  }
}

.about-area-style2 .timer_area .col-timer span {
  display: block;
  font-size: 30px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area-style2 .timer_area .col-timer span {
    font-size: 20px;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    color: #fff;
  }
}

@media (max-width: 767px) {
  .about-area-style2 .timer_area .col-timer span {
    font-size: 20px;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    color: #fff;
  }
}

.about-area-style2 .timer_area .col-timer #days {
  font-size: 80px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  color: #fff;
  background: #5996FE;
  position: relative;
}

.about-area-style2 .timer_area .col-timer #days::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15%;
  border-radius: 2px;
  width: 100%;
  height: 4px;
  content: "";
  background: #5996FE;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area-style2 .timer_area .col-timer #days {
    font-size: 55px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area-style2 .timer_area .col-timer #days {
    font-size: 50px;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .about-area-style2 .timer_area .col-timer #days {
    font-size: 40px;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
  }
}

.about-area-style2 .timer_area .col-timer #hours {
  font-size: 80px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  color: #fff;
  background: #01394B;
  position: relative;
}

.about-area-style2 .timer_area .col-timer #hours::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15%;
  border-radius: 2px;
  width: 100%;
  height: 4px;
  content: "";
  background: #01394B;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area-style2 .timer_area .col-timer #hours {
    font-size: 55px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area-style2 .timer_area .col-timer #hours {
    font-size: 50px;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .about-area-style2 .timer_area .col-timer #hours {
    font-size: 40px;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
  }
}

.about-area-style2 .timer_area .col-timer #minutes {
  font-size: 80px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  color: #fff;
  background: #014B28;
  position: relative;
}

.about-area-style2 .timer_area .col-timer #minutes::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15%;
  border-radius: 2px;
  width: 100%;
  height: 4px;
  content: "";
  background: #014B28;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area-style2 .timer_area .col-timer #minutes {
    font-size: 55px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area-style2 .timer_area .col-timer #minutes {
    font-size: 50px;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .about-area-style2 .timer_area .col-timer #minutes {
    font-size: 40px;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
  }
}

.about-area-style2 .about_info {
  position: relative;
}

.about-area-style2 .about_info img.male1 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 12;
}

@media (max-width: 767px) {
  .about-area-style2 .about_info img.male1 {
    position: static;
    right: 0;
    top: 0;
    z-index: 12;
    left: 0;
    margin: 0px auto;
    text-align: center;
    display: block;
  }
}

.about-area-style2 .about_info img.male2 {
  position: absolute;
  bottom: -90px;
  left: 0;
  right: 0;
  margin: 0px auto;
  z-index: 12;
}

@media (max-width: 767px) {
  .about-area-style2 .about_info img.male2 {
    position: static;
    right: 0;
    top: 0;
    z-index: 12;
    left: 0;
    margin: 0px auto;
    text-align: center;
    display: block;
    bottom: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area-style2 .about_info {
    margin-bottom: 150px;
  }
}

@media (max-width: 767px) {
  .about-area-style2 .about_info {
    margin-bottom: 50px;
  }
}

.about-area-style2 .speakers_info h5 {
  text-transform: uppercase;
  font-size: 30px;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .about-area-style2 .speakers_info h5 {
    font-size: 25px;
  }
}

.about-area-style2 .speakers_info span {
  font-size: 17px;
  color: #8082A5;
  font-weight: 500;
  text-transform: uppercase;
}

.about-area-style2 .first_col {
  position: relative;
}

.about-area-style2 .first_col::before {
  position: absolute;
  right: 60px;
  bottom: 0;
  top: 15%;
  width: 2px;
  height: 150px;
  content: "";
  background: #EA4C0F;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area-style2 .first_col::before {
    position: absolute;
    right: 15px;
    bottom: 0;
    top: 15%;
    width: 2px;
    height: 150px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area-style2 .first_col::before {
    position: absolute;
    right: 70px;
    bottom: 0;
    top: 15%;
    width: 2px;
    height: 150px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .about-area-style2 .first_col::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .about-area-style2 .first_col::before {
    display: none;
  }
}

.are_you_ready {
  position: relative;
  height: 485px;
  background: url(https://pmcc2023.com/assets/images/normal/ready.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .are_you_ready {
    height: auto;
    margin-top: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .are_you_ready {
    height: auto;
  }
}

@media (max-width: 767px) {
  .are_you_ready {
    height: auto;
    margin-top: 0px;
  }
}

.are_you_ready::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #01054B;
  opacity: 0.8;
}

.are_you_ready .section-title h3 {
  color: #fff;
}

.are_you_ready .section-title p {
  color: #fff;
}

.are_you_ready .ticket_btn, .are_you_ready .section-title {
  position: relative;
}

.are_you_ready2 {
  position: relative;
  height: 485px;
  background: url(https://pmcc2023.com/assets/images/normal/ready.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .are_you_ready2 {
    height: auto;
    margin-top: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .are_you_ready2 {
    height: auto;
  }
}

@media (max-width: 767px) {
  .are_you_ready2 {
    height: auto;
    margin-top: 0px;
  }
}

.are_you_ready2::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #154FAE;
  opacity: 0.8;
}

.are_you_ready2 .section-title h3 {
  color: #fff;
}

.are_you_ready2 .section-title p {
  color: #fff;
}

.are_you_ready2 .ticket_btn, .are_you_ready2 .section-title {
  position: relative;
}

/*===========================
  05 About Inner page  css 
===========================*/
.header_breadcrumb {
  position: relative;
  z-index: 5;
  overflow: hidden;
  height: 530px;
  background: url(https://pmcc2023.com/assets/images/normal/bg_2.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media only screen and (min-width: 1400px) {
  .header_breadcrumb {
    height: 530px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header_breadcrumb {
    height: 450px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_breadcrumb {
    height: auto;
  }
}

@media (max-width: 767px) {
  .header_breadcrumb {
    height: auto;
  }
}

.header_breadcrumb::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #01054B;
  opacity: 0.8;
}

.header_breadcrumb .breadcrumb_list {
  position: relative;
  z-index: 1;
}

.header_breadcrumb .breadcrumb_list h1 {
  color: #fff;
  font-size: 75px;
  /*text-transform: uppercase;*/
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header_breadcrumb .breadcrumb_list h1 {
    font-size: 65px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header_breadcrumb .breadcrumb_list h1 {
    font-size: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_breadcrumb .breadcrumb_list h1 {
    font-size: 45px;
  }
}

@media (max-width: 767px) {
  .header_breadcrumb .breadcrumb_list h1 {
    font-size: 24px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header_breadcrumb .breadcrumb_list h1 {
    font-size: 30px;
  }
}

.header_breadcrumb .breadcrumb_list h1 span {
  color: #EA4C0F;
}

.header_breadcrumb .breadcrumb_list nav ol.breadcrumb li {
  color: #fff;
  text-transform: uppercase;
}

.header_breadcrumb .breadcrumb_list nav ol.breadcrumb li::before {
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_breadcrumb .breadcrumb_list nav ol.breadcrumb li {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .header_breadcrumb .breadcrumb_list nav ol.breadcrumb li {
    font-size: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header_breadcrumb .breadcrumb_list nav ol.breadcrumb li {
    font-size: 15px;
  }
}

.header_breadcrumb .breadcrumb_list nav ol.breadcrumb li.active {
  color: #EA4C0F;
}

.header_breadcrumb .breadcrumb_list nav ol.breadcrumb li a {
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.header_breadcrumb .breadcrumb_list nav ol.breadcrumb li a:hover {
  color: #EA4C0F;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.header_breadcrumb .breadcrumb_img {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_breadcrumb .breadcrumb_img {
    padding-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .header_breadcrumb .breadcrumb_img {
    padding-bottom: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header_breadcrumb .breadcrumb_img {
    padding-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_breadcrumb .breadcrumb_img img {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .header_breadcrumb .breadcrumb_img img {
    width: 50%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header_breadcrumb .breadcrumb_img img {
    width: 50%;
  }
}

.about_creative_speakers .speaker_item {
  position: relative;
  background: #fff;
  overflow: hidden;
  padding: 10px 10px 30px 10px;
  border-radius: 245px 245px 8px 8px;
  box-shadow: 0 0 50px 0 rgba(88, 88, 88, 0.16);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_creative_speakers .speaker_item {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .about_creative_speakers .speaker_item {
    margin-bottom: 20px;
  }
}

.about_creative_speakers .speaker_item img {
  width: 100%;
  margin: 0px auto;
  display: block;
}

.about_creative_speakers .speaker_item h5 {
  font-size: 30px;
  font-weight: 700;
  color: #01054B;
  text-transform: uppercase;
  padding: 20px 0;
  padding-top: 30px;
}

.about_creative_speakers .speaker_item span {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
}

.about_creative_speakers .speaker_item .speaker_overlay {
  position: absolute;
  left: 0;
  bottom: -320px;
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  flex-direction: column;
  background: #01054B;
  box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  transition: bottom 0.5s;
  transition-delay: 0.65s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_creative_speakers .speaker_item .speaker_overlay {
    bottom: -375px;
    
  }
}

@media (max-width: 767px) {
  .about_creative_speakers .speaker_item .speaker_overlay {
    bottom: -375px;
  }
}

.about_creative_speakers .speaker_item .speaker_overlay .contentBx h5 {
  color: #fff;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase !important;
  line-height: 1.1em;
  transition: 0.5s;
  transition-delay: 0.6s;
  opacity: 0;
  transform: translateY(-20px);
}

.about_creative_speakers .speaker_item:hover .speaker_overlay .contentBx h5 {
  opacity: 1;
  transform: translateY(0);
}

.about_creative_speakers .speaker_item .speaker_overlay .contentBx span {
  line-height: 1.1em;
  transition: 0.5s;
  transition-delay: 0.6s;
  opacity: 0;
  transform: translateY(-25px);
}

.about_creative_speakers .speaker_item:hover .speaker_overlay .contentBx span {
  opacity: 1;
  transform: translateY(0);
  color: #ccc;
}

.about_creative_speakers .speaker_item .speaker_overlay .contentBx span {
  margin-bottom: 20px;
}

.about_creative_speakers .speaker_item .speaker_overlay .contentBx h5 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  text-transform: initial;
  color: #fff;
}

.about_creative_speakers .speaker_item .speaker_overlay .sci {
  position: relative;
  bottom: 10px;
  display: flex;
}

.about_creative_speakers .speaker_item .speaker_overlay .sci li {
  list-style: none;
  margin: 0 10px;
  transform: translateY(40px);
  transition: 0.5s;
  opacity: 0;
  transition-delay: calc(0.2s * var(--i));
}

.about_creative_speakers .speaker_item:hover .speaker_overlay {
  bottom: 0;
  transition-delay: 0s;
}

.about_creative_speakers .speaker_item:hover .speaker_overlay .sci li {
  transform: translateY(0);
  opacity: 1;
}

.about_creative_speakers .speaker_item .speaker_overlay .sci li a {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.about_creative_speakers .speaker_item .speaker_overlay .sci li a:hover {
  color: #EA4C0F;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.about_creative_speakers .speaker_item .speaker_overlay .sci li a {
  color: #fff;
  font-size: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_join_area .join_event_info {
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .about_join_area .join_event_info {
    padding-top: 30px;
  }
}

/*===========================
  06    Speakers css 
===========================*/
.creative_speakers {
  position: relative;
}

.creative_speakers::before {
  content: "";
  /*background: #01054B;*/
  width: 743px;
  height: 200px;
  position: absolute;
  right: 0%;
  top: 16%;
  z-index: -1;
}

@media only screen and (min-width: 1400px) {
  .creative_speakers::before {
    width: 743px;
    height: 200px;
    position: absolute;
    right: 0%;
    top: 16%;
    z-index: -1;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .creative_speakers::before {
    width: 520px;
    height: 200px;
    position: absolute;
    right: 0%;
    top: 16%;
    z-index: -1;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .creative_speakers::before {
    display: none;
  }
}

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

@media only screen and (min-width: 320px) and (max-width: 568px) {
  .creative_speakers::before {
    top: 8%;
  }
}

@media only screen and (min-width: 375px) and (max-width: 667px) {
  .creative_speakers::before {
    top: 6%;
  }
}

@media only screen and (min-width: 414px) and (max-width: 736px) {
  .creative_speakers::before {
    top: 5%;
  }
}

.creative_speakers .tab-nabar-buttons ul.nav-pills li.nav-item button.nav-link {
  width: 180px;
  height: 60px;
  color: #fff;
  background: #34376F;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .creative_speakers .tab-nabar-buttons ul.nav-pills li.nav-item button.nav-link {
    width: 140px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 568px) {
  .creative_speakers .tab-nabar-buttons ul.nav-pills li.nav-item button.nav-link {
    width: 120px;
  }
}

@media only screen and (min-width: 375px) and (max-width: 667px) {
  .creative_speakers .tab-nabar-buttons ul.nav-pills li.nav-item button.nav-link {
    width: 120px;
  }
}

@media only screen and (min-width: 414px) and (max-width: 736px) {
  .creative_speakers .tab-nabar-buttons ul.nav-pills li.nav-item button.nav-link {
    width: 120px;
  }
}

.creative_speakers .tab-nabar-buttons ul.nav-pills li.nav-item button.nav-link.active {
  color: #fff;
  background-color: #EA4C0F;
}

.creative_speakers .tab-content .speaker_item {
  position: relative;
  background: #fff;
  overflow: hidden;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 0 50px 0 rgba(88, 88, 88, 0.16);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .creative_speakers .tab-content .speaker_item {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .creative_speakers .tab-content .speaker_item {
    margin-bottom: 20px;
  }
}

.creative_speakers .tab-content .speaker_item img {
  width: 100%;
  margin: 0px auto;
  display: block;
}

.creative_speakers .tab-content .speaker_item h5 {
  font-size: 30px;
  font-weight: 700;
  color: #01054B;
  text-transform: uppercase;
  padding: 20px 0;
  padding-top: 30px;
}

.creative_speakers .tab-content .speaker_item span {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
}

.creative_speakers .tab-content .speaker_item .speaker_overlay {
  position: absolute;
  left: 0;
  bottom: -320px;
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  flex-direction: column;
  background: #01054B;
  box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  transition: bottom 0.5s;
  transition-delay: 0.65s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .creative_speakers .tab-content .speaker_item .speaker_overlay {
    bottom: -375px;
  }
}

@media (max-width: 767px) {
  .creative_speakers .tab-content .speaker_item .speaker_overlay {
    bottom: -375px;
  }
}

.creative_speakers .tab-content .speaker_item .speaker_overlay .contentBx h5 {
  color: #fff;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase !important;
  line-height: 1.1em;
  transition: 0.5s;
  transition-delay: 0.6s;
  opacity: 0;
  transform: translateY(-20px);
}

.creative_speakers .tab-content .speaker_item:hover .speaker_overlay .contentBx h5 {
  opacity: 1;
  transform: translateY(0);
}

.creative_speakers .tab-content .speaker_item .speaker_overlay .contentBx span {
  line-height: 1.1em;
  transition: 0.5s;
  transition-delay: 0.6s;
  opacity: 0;
  transform: translateY(-25px);
}

.creative_speakers .tab-content .speaker_item:hover .speaker_overlay .contentBx span {
  opacity: 1;
  transform: translateY(0);
}

.creative_speakers .tab-content .speaker_item .speaker_overlay .contentBx span {
  margin-bottom: 20px;
}

.creative_speakers .tab-content .speaker_item .speaker_overlay .contentBx h5 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  text-transform: initial;
  color: #fff;
}

.creative_speakers .tab-content .speaker_item .speaker_overlay .sci {
  position: relative;
  bottom: 10px;
  display: flex;
}

.creative_speakers .tab-content .speaker_item .speaker_overlay .sci li {
  list-style: none;
  margin: 0 10px;
  transform: translateY(40px);
  transition: 0.5s;
  opacity: 0;
  transition-delay: calc(0.2s * var(--i));
}

.creative_speakers .tab-content .speaker_item:hover .speaker_overlay {
  bottom: 0;
  transition-delay: 0s;
}

.creative_speakers .tab-content .speaker_item:hover .speaker_overlay .sci li {
  transform: translateY(0);
  opacity: 1;
}

.creative_speakers .tab-content .speaker_item .speaker_overlay .sci li a {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.creative_speakers .tab-content .speaker_item .speaker_overlay .sci li a:hover {
  color: #EA4C0F;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.creative_speakers .tab-content .speaker_item .speaker_overlay .sci li a {
  color: #fff;
  font-size: 24px;
}

.all_creative_speakers .speaker_item {
  position: relative;
  background: #fff;
  overflow: hidden;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 0 50px 0 rgba(88, 88, 88, 0.16);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .all_creative_speakers .speaker_item {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .all_creative_speakers .speaker_item {
    margin-bottom: 20px;
  }
}

.all_creative_speakers .speaker_item img {
  width: 100%;
  margin: 0px auto;
  display: block;
}

.all_creative_speakers .speaker_item h5 {
  font-size: 30px;
  font-weight: 700;
  color: #01054B;
  text-transform: uppercase;
  padding: 20px 0;
  padding-top: 30px;
}

.all_creative_speakers .speaker_item span {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
}

.all_creative_speakers .speaker_item .speaker_overlay {
  position: absolute;
  left: 0;
  bottom: -320px;
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  flex-direction: column;
  background: #01054B;
  box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  transition: bottom 0.5s;
  transition-delay: 0.65s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .all_creative_speakers .speaker_item .speaker_overlay {
    bottom: -375px;
  }
}

@media (max-width: 767px) {
  .all_creative_speakers .speaker_item .speaker_overlay {
    bottom: -375px;
  }
}

.all_creative_speakers .speaker_item .speaker_overlay .contentBx h5 {
  color: #fff;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase !important;
  line-height: 1.1em;
  transition: 0.5s;
  transition-delay: 0.6s;
  opacity: 0;
  transform: translateY(-20px);
}

.all_creative_speakers .speaker_item:hover .speaker_overlay .contentBx h5 {
  opacity: 1;
  transform: translateY(0);
}

.all_creative_speakers .speaker_item .speaker_overlay .contentBx span {
  line-height: 1.1em;
  transition: 0.5s;
  transition-delay: 0.6s;
  opacity: 0;
  transform: translateY(-25px);
}

.all_creative_speakers .speaker_item:hover .speaker_overlay .contentBx span {
  opacity: 1;
  transform: translateY(0);
}

.all_creative_speakers .speaker_item .speaker_overlay .contentBx span {
  margin-bottom: 20px;
}

.all_creative_speakers .speaker_item .speaker_overlay .contentBx h5 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  text-transform: initial;
  color: #fff;
}

.all_creative_speakers .speaker_item .speaker_overlay .sci {
  position: relative;
  bottom: 10px;
  display: flex;
}

.all_creative_speakers .speaker_item .speaker_overlay .sci li {
  list-style: none;
  margin: 0 10px;
  transform: translateY(40px);
  transition: 0.5s;
  opacity: 0;
  transition-delay: calc(0.2s * var(--i));
}

.all_creative_speakers .speaker_item:hover .speaker_overlay {
  bottom: 0;
  transition-delay: 0s;
}

.all_creative_speakers .speaker_item:hover .speaker_overlay .sci li {
  transform: translateY(0);
  opacity: 1;
}

.all_creative_speakers .speaker_item .speaker_overlay .sci li a {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.all_creative_speakers .speaker_item .speaker_overlay .sci li a:hover {
  color: #EA4C0F;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.all_creative_speakers .speaker_item .speaker_overlay .sci li a {
  color: #fff;
  font-size: 24px;
}

.creative_speakers_style2 {
  position: relative;
}

.creative_speakers_style2::before {
  content: "";
  background: #154FAE;
  width: 743px;
  height: 200px;
  position: absolute;
  right: 0%;
  top: 16%;
  z-index: -1;
}

@media only screen and (min-width: 1400px) {
  .creative_speakers_style2::before {
    width: 743px;
    height: 200px;
    position: absolute;
    right: 0%;
    top: 16%;
    z-index: -1;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .creative_speakers_style2::before {
    width: 520px;
    height: 200px;
    position: absolute;
    right: 0%;
    top: 16%;
    z-index: -1;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .creative_speakers_style2::before {
    display: none;
  }
}

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

@media only screen and (min-width: 320px) and (max-width: 568px) {
  .creative_speakers_style2::before {
    top: 8%;
  }
}

@media only screen and (min-width: 375px) and (max-width: 667px) {
  .creative_speakers_style2::before {
    top: 6%;
  }
}

@media only screen and (min-width: 414px) and (max-width: 736px) {
  .creative_speakers_style2::before {
    top: 5%;
  }
}

.creative_speakers_style2 .tab-nabar-buttons ul.nav-pills li.nav-item button.nav-link {
  width: 180px;
  height: 60px;
  color: #fff;
  background: #4471BD;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .creative_speakers_style2 .tab-nabar-buttons ul.nav-pills li.nav-item button.nav-link {
    width: 140px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 568px) {
  .creative_speakers_style2 .tab-nabar-buttons ul.nav-pills li.nav-item button.nav-link {
    width: 120px;
  }
}

@media only screen and (min-width: 375px) and (max-width: 667px) {
  .creative_speakers_style2 .tab-nabar-buttons ul.nav-pills li.nav-item button.nav-link {
    width: 120px;
  }
}

@media only screen and (min-width: 414px) and (max-width: 736px) {
  .creative_speakers_style2 .tab-nabar-buttons ul.nav-pills li.nav-item button.nav-link {
    width: 120px;
  }
}

.creative_speakers_style2 .tab-nabar-buttons ul.nav-pills li.nav-item button.nav-link.active {
  color: #fff;
  background-color: #EA4C0F;
}

.creative_speakers_style2 .tab-content .speaker_item {
  position: relative;
  background: #fff;
  overflow: hidden;
  padding: 10px 10px 30px 10px;
  border-radius: 245px 245px 8px 8px;
  box-shadow: 0 0 50px 0 rgba(88, 88, 88, 0.16);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .creative_speakers_style2 .tab-content .speaker_item {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .creative_speakers_style2 .tab-content .speaker_item {
    margin-bottom: 20px;
  }
}

.creative_speakers_style2 .tab-content .speaker_item img {
  width: 100%;
  margin: 0px auto;
  display: block;
}

.creative_speakers_style2 .tab-content .speaker_item h5 {
  font-size: 30px;
  font-weight: 700;
  color: #01054B;
  text-transform: uppercase;
  padding: 20px 0;
  padding-top: 30px;
}

.creative_speakers_style2 .tab-content .speaker_item span {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
}

.creative_speakers_style2 .tab-content .speaker_item .speaker_overlay {
  position: absolute;
  left: 0;
  bottom: -320px;
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  flex-direction: column;
  background: #024CC8;
  box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  transition: bottom 0.5s;
  transition-delay: 0.65s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .creative_speakers_style2 .tab-content .speaker_item .speaker_overlay {
    bottom: -375px;
  }
}

@media (max-width: 767px) {
  .creative_speakers_style2 .tab-content .speaker_item .speaker_overlay {
    bottom: -375px;
  }
}

.creative_speakers_style2 .tab-content .speaker_item .speaker_overlay .contentBx h5 {
  color: #fff;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase !important;
  line-height: 1.1em;
  transition: 0.5s;
  transition-delay: 0.6s;
  opacity: 0;
  transform: translateY(-20px);
}

.creative_speakers_style2 .tab-content .speaker_item:hover .speaker_overlay .contentBx h5 {
  opacity: 1;
  transform: translateY(0);
}

.creative_speakers_style2 .tab-content .speaker_item .speaker_overlay .contentBx span {
  line-height: 1.1em;
  transition: 0.5s;
  transition-delay: 0.6s;
  opacity: 0;
  transform: translateY(-25px);
}

.creative_speakers_style2 .tab-content .speaker_item:hover .speaker_overlay .contentBx span {
  opacity: 1;
  transform: translateY(0);
  color: #ccc;
}

.creative_speakers_style2 .tab-content .speaker_item .speaker_overlay .contentBx span {
  margin-bottom: 20px;
}

.creative_speakers_style2 .tab-content .speaker_item .speaker_overlay .contentBx h5 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  text-transform: initial;
  color: #fff;
}

.creative_speakers_style2 .tab-content .speaker_item .speaker_overlay .sci {
  position: relative;
  bottom: 10px;
  display: flex;
}

.creative_speakers_style2 .tab-content .speaker_item .speaker_overlay .sci li {
  list-style: none;
  margin: 0 10px;
  transform: translateY(40px);
  transition: 0.5s;
  opacity: 0;
  transition-delay: calc(0.2s * var(--i));
}

.creative_speakers_style2 .tab-content .speaker_item:hover .speaker_overlay {
  bottom: 0;
  transition-delay: 0s;
}

.creative_speakers_style2 .tab-content .speaker_item:hover .speaker_overlay .sci li {
  transform: translateY(0);
  opacity: 1;
}

.creative_speakers_style2 .tab-content .speaker_item .speaker_overlay .sci li a {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.creative_speakers_style2 .tab-content .speaker_item .speaker_overlay .sci li a:hover {
  color: #EA4C0F;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.creative_speakers_style2 .tab-content .speaker_item .speaker_overlay .sci li a {
  color: #fff;
  font-size: 24px;
}

/*===========================
   07   Event css 
===========================*/
.event_schedules {
  position: relative;
}

.event_schedules::before {
  content: "";
  background: #01054B;
  width: 100%;
  height: 389px;
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .event_schedules::before {
    width: 100%;
    height: 389px;
    position: absolute;
    left: 0%;
    top: 0%;
    z-index: -1;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event_schedules::before {
    width: 100%;
    height: 389px;
    position: absolute;
    left: 0%;
    top: 0%;
    z-index: -1;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .event_schedules::before {
    width: 100%;
    height: 389px;
    position: absolute;
    left: 0%;
    top: 0%;
    z-index: -1;
  }
}

@media (max-width: 767px) {
  .event_schedules::before {
    width: 100%;
    height: 200px;
    position: absolute;
    left: 0%;
    top: 0;
    z-index: -1;
  }
}

.event_schedules .tab-details h5 {
  color: #fff;
  font-size: 30px;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  padding-top: 30px;
  padding-bottom: 30px;
}

.event_schedules .tab-nabar-buttons .nav-tabs {
  border-bottom: 0px solid #dee2e6;
}

.event_schedules .tab-nabar-buttons ul.nav-pills li.nav-item {
  width: 33.3%;
  background: #34376F;
  height: 80px;
}

.event_schedules .tab-nabar-buttons ul.nav-pills li.nav-item button.nav-link {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
  line-height: 26px;
  border-radius: 0px;
  padding-top: 15px;
}

@media (max-width: 767px) {
  .event_schedules .tab-nabar-buttons ul.nav-pills li.nav-item button.nav-link {
    font-size: 25px;
    padding-left: 0;
    padding-right: 0;
  }
}

.event_schedules .tab-nabar-buttons ul.nav-pills li.nav-item button.nav-link span {
  font-size: 17px;
  font-family: "Roboto", sans-serif;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event_schedules .tab-nabar-buttons ul.nav-pills li.nav-item button.nav-link span {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .event_schedules .tab-nabar-buttons ul.nav-pills li.nav-item button.nav-link span {
    font-size: 14px;
  }
}

.event_schedules .tab-nabar-buttons ul.nav-pills li.nav-item button.nav-link.active {
  color: #fff;
  background-color: #EA4C0F;
  height: 80px;
  border-radius: 0px;
}

.event_schedules .tab-content {
  margin-top: 30px;
}

.event_schedules .tab-content .event_single_item {
  background: #fff;
  padding: 33px 40px 33px 39px;
  border-radius: 8px;
  box-shadow: 0 0 50px 0 rgba(88, 88, 88, 0.16);
  margin-right: 0px !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event_schedules .tab-content .event_single_item {
    padding: 20px 30px 20px 30px;
  }
}

@media (max-width: 767px) {
  .event_schedules .tab-content .event_single_item {
    padding: 20px 30px 20px 30px;
  }
}

.event_schedules .tab-content .event_single_item .date_e h4 {
  font-size: 80px;
  font-weight: 700;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .event_schedules .tab-content .event_single_item .date_e h4 {
    font-size: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event_schedules .tab-content .event_single_item .date_e h4 {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .event_schedules .tab-content .event_single_item .date_e h4 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event_schedules .tab-content .event_single_item .date_e {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .event_schedules .tab-content .event_single_item .date_e {
    margin-bottom: 15px;
  }
}

.event_schedules .tab-content .event_single_item .month_e h5 {
  font-size: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .event_schedules .tab-content .event_single_item .month_e h5 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event_schedules .tab-content .event_single_item .month_e h5 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .event_schedules .tab-content .event_single_item .month_e h5 {
    font-size: 20px;
  }
}

.event_schedules .tab-content .event_single_item .month_e span {
  font-size: 17px;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event_schedules .tab-content .event_single_item .month_e {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .event_schedules .tab-content .event_single_item .month_e {
    margin-bottom: 15px;
  }
}

.event_schedules .tab-content .event_single_item .month_info {
  position: relative;
}

.event_schedules .tab-content .event_single_item .month_info::before {
  position: absolute;
  left: -10%;
  top: 0;
  bottom: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #ddd;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event_schedules .tab-content .event_single_item .month_info::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .event_schedules .tab-content .event_single_item .month_info::before {
    display: none;
  }
}

.event_schedules .tab-content .event_single_item .month_info h4 {
  font-size: 30px;
  text-transform: uppercase;
  padding-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event_schedules .tab-content .event_single_item .month_info h4 {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .event_schedules .tab-content .event_single_item .month_info h4 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event_schedules .tab-content .event_single_item .month_info {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .event_schedules .tab-content .event_single_item .month_info {
    margin-bottom: 15px;
  }
}

.event_schedules_style2 {
  position: relative;
}

.event_schedules_style2 .single_events {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background-color: #fff;
  padding: 20px 20px 30px;
  border-radius: 5px;
  box-shadow: 0 0 50px 0 #dddddd;
}

.event_schedules_style2 .single_events .event_thumb {
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}

.event_schedules_style2 .single_events .event_thumb img {
  display: block;
  border-radius: 4px;
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.event_schedules_style2 .single_events .event_thumb::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 9;
}

.event_schedules_style2 .single_events .event_single_info {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.event_schedules_style2 .single_events .event_single_info .media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 25px;
}

.event_schedules_style2 .single_events .event_single_info .media span {
  background-color: #FCF0EB;
  color: #01054B;
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  line-height: 20px;
  padding: 10px 15px;
  border-radius: 4px;
  margin-right: 25px;
  border: 1px solid #e6b099;
}

.event_schedules_style2 .single_events .event_single_info .media .media-body {
  -ms-flex: 1;
  flex: 1;
}

.event_schedules_style2 .single_events .event_single_info .media .media-body h5 {
  font-size: 30px;
  font-weight: 700;
  color: #024CC8;
  padding-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .event_schedules_style2 .single_events .event_single_info .media .media-body h5 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event_schedules_style2 .single_events .event_single_info .media .media-body h5 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .event_schedules_style2 .single_events .event_single_info .media .media-body h5 {
    font-size: 18px;
  }
}

.event_schedules_style2 .single_events .event_single_info .media .media-body p {
  padding-bottom: 25px;
}

.event_schedules_style2 .single_events .event_single_info .media .media-body .date_info ul {
  margin: 0px;
  padding: 0px;
}

.event_schedules_style2 .single_events .event_single_info .media .media-body .date_info ul li {
  list-style: none;
  display: inline-block;
  font-size: 10px;
  padding-right: 15px;
}

.event_schedules_style2 .single_events .event_single_info .media .media-body .date_info ul li i {
  color: #024CC8;
  font-size: 18px;
}

.event_schedules_style2 .single_events .read_more {
  margin-top: 25px;
}

.event_schedules_style2 .single_events .read_more a {
  box-shadow: 0 0 50px 0 #dddddd;
}

.event_schedules_style2 .single_events .main-btn-inline-event {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(0) translateZ(0);
  transform: perspective(0) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-property: #024CC8;
  transition-property: #024CC8;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  color: #fff;
  background: #024CC8;
  border-radius: 4px;
}

.event_schedules_style2 .single_events .main-btn-inline-event::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #EA4C0F;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 4px;
}

.event_schedules_style2 .single_events:hover .event_thumb img {
  -webkit-transform: scale(1.2) rotate(-7deg);
  -moz-transform: scale(1.2) rotate(-7deg);
  -ms-transform: scale(1.2) rotate(-7deg);
  -o-transform: scale(1.2) rotate(-7deg);
  transform: scale(1.2) rotate(-7deg);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.event_schedules_style2 .single_events:hover .event_thumb::before {
  opacity: 1;
}

.event_schedules_style2 .single_events:hover .media .media-body h5 {
  color: #EA4C0F;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.event_schedules_style2 .single_events:hover .read_more .main-btn-inline-event::before {
  -webkit-transform: scaleX(1);
  color: #fff !important;
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.event_schedules_style2 .single_events:hover .read_more .main-btn-inline-event::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.event_schedules_style2 .single_events:hover .read_more .main-btn-inline-event:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event_schedules_style2 .single_events {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .event_schedules_style2 .single_events {
    margin-bottom: 20px;
  }
}

.event_schedules_single {
  position: relative;
}

.event_schedules_single .single_events {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background-color: #fff;
  padding: 20px 20px 30px;
  border-radius: 5px;
  box-shadow: 0 0 50px 0 #dddddd;
}

.event_schedules_single .single_events .event_thumb {
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  position: relative;
}

.event_schedules_single .single_events .event_thumb img {
  display: block;
  border-radius: 4px;
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.event_schedules_single .single_events .event_thumb::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 9;
}

.event_schedules_single .single_events .event_thumb span.event-coast {
  position: absolute;
  left: 5%;
  top: 5%;
  z-index: 55;
  background: #fff;
  border-radius: 3px;
  padding: 8px 10px;
  font-weight: 600;
  color: #01054B;
}

.event_schedules_single .single_events .event_single_info {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.event_schedules_single .single_events .event_single_info .media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 25px;
}

.event_schedules_single .single_events .event_single_info .media span {
  background-color: #FCF0EB;
  color: #01054B;
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  line-height: 20px;
  padding: 10px 15px;
  border-radius: 4px;
  margin-right: 25px;
  border: 1px solid #e6b099;
}

.event_schedules_single .single_events .event_single_info .media .media-body {
  -ms-flex: 1;
  flex: 1;
}

.event_schedules_single .single_events .event_single_info .media .media-body h5 {
  font-size: 30px;
  font-weight: 700;
  color: #EA4C0F;
  padding-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .event_schedules_single .single_events .event_single_info .media .media-body h5 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event_schedules_single .single_events .event_single_info .media .media-body h5 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .event_schedules_single .single_events .event_single_info .media .media-body h5 {
    font-size: 18px;
  }
}

.event_schedules_single .single_events .event_single_info .media .media-body p {
  padding-bottom: 25px;
}

.event_schedules_single .single_events .event_single_info .media .media-body .date_info ul {
  margin: 0px;
  padding: 0px;
}

.event_schedules_single .single_events .event_single_info .media .media-body .date_info ul li {
  list-style: none;
  display: inline-block;
  font-size: 10px;
  padding-right: 15px;
}

.event_schedules_single .single_events .event_single_info .media .media-body .date_info ul li i {
  color: #EA4C0F;
  font-size: 18px;
}

.event_schedules_single .single_events .read_more {
  margin-top: 25px;
}

.event_schedules_single .single_events .read_more a {
  box-shadow: 0 0 50px 0 #dddddd;
}

.event_schedules_single .single_events .main-btn-inline-event {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(0) translateZ(0);
  transform: perspective(0) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-property: #EA4C0F;
  transition-property: #EA4C0F;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  color: #fff;
  background: #EA4C0F;
  border-radius: 4px;
}

.event_schedules_single .single_events .main-btn-inline-event::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #01054B;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 4px;
}

.event_schedules_single .single_events:hover .event_thumb img {
  -webkit-transform: scale(1.2) rotate(-7deg);
  -moz-transform: scale(1.2) rotate(-7deg);
  -ms-transform: scale(1.2) rotate(-7deg);
  -o-transform: scale(1.2) rotate(-7deg);
  transform: scale(1.2) rotate(-7deg);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.event_schedules_single .single_events:hover .event_thumb::before {
  opacity: 1;
}

.event_schedules_single .single_events:hover .media .media-body h5 {
  color: #01054B;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.event_schedules_single .single_events:hover .read_more .main-btn-inline-event::before {
  -webkit-transform: scaleX(1);
  color: #fff !important;
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.event_schedules_single .single_events:hover .read_more .main-btn-inline-event::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.event_schedules_single .single_events:hover .read_more .main-btn-inline-event:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event_schedules_single .single_events {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .event_schedules_single .single_events {
    margin-bottom: 20px;
  }
}

/*===========================
   08 OUR VENUE LOCATION  css 
===========================*/
.our_venue_single .card {
  border: 0px solid rgba(0, 0, 0, 0.125);
}

.our_venue_single .single_venue {
  background: #fff;
  padding: 33px 40px 33px 39px;
  border-radius: 8px;
  box-shadow: 0 0 50px 0 rgba(88, 88, 88, 0.16);
  margin-right: 0px !important;
}

.our_venue_single .single_venue figure {
  margin: 0px;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  position: relative;
}

.our_venue_single .single_venue figure img {
  display: block;
  border-radius: 4px;
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.our_venue_single .single_venue figure::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 9;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .our_venue_single .single_venue {
    padding: 20px 20px 20px 20px;
  }
  .our_venue_single .single_venue .col-md-7 {
    width: 30%;
  }
  .our_venue_single .single_venue .col-md-5 {
    width: 70%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our_venue_single .single_venue {
    padding: 20px 20px 20px 20px;
  }
  .our_venue_single .single_venue .col-md-7 {
    width: 30%;
  }
  .our_venue_single .single_venue .col-md-5 {
    width: 70%;
  }
}

.our_venue_single .single_venue h5 {
  font-size: 25px;
  padding-bottom: 15px;
  text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .our_venue_single .single_venue h5 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our_venue_single .single_venue h5 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .our_venue_single .single_venue h5 {
    font-size: 20px;
  }
}

.our_venue_single .single_venue ul li {
  font-size: 12px;
  line-height: 28px;
}

.our_venue_single .single_venue ul li i {
  color: #EA4C0F;
  font-size: 16px;
}

.our_venue_single .single_venue .read_more a {
  width: 150px;
  height: 40px;
  display: block;
  font-weight: 400;
  padding: 9px 20px;
  font-size: 14px;
}

.our_venue_single .single_venue .main-btn-inline {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(0) translateZ(0);
  transform: perspective(0) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-property: #EA4C0F;
  transition-property: #EA4C0F;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  color: #fff;
  background: #EA4C0F;
  border-radius: 4px;
}

.our_venue_single .single_venue .main-btn-inline::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #01054B;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 4px;
}

.our_venue_single .single_venue:hover .venue_thumb img {
  -webkit-transform: scale(1.2) rotate(-7deg);
  -moz-transform: scale(1.2) rotate(-7deg);
  -ms-transform: scale(1.2) rotate(-7deg);
  -o-transform: scale(1.2) rotate(-7deg);
  transform: scale(1.2) rotate(-7deg);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.our_venue_single .single_venue:hover .venue_thumb::before {
  opacity: 1;
}

.our_venue_single .single_venue:hover .read_more .main-btn-inline::before {
  -webkit-transform: scaleX(1);
  color: #fff !important;
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.our_venue_single .single_venue:hover .read_more .main-btn-inline::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.our_venue_single .single_venue:hover .read_more .main-btn-inline:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/*===========================
  09 OUR PRICING SECTION  css 
===========================*/
.pricing_area {
  position: relative;
  height: auto;
  background: url(https://pmcc2023.com/assets/images/normal/header_bg_covid19.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing_area {
    height: auto;
  }
}

@media (max-width: 767px) {
  .pricing_area {
    height: auto;
  }
}

.pricing_area::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #01054B;
  opacity: 0.8;
}

.pricing_area .section-title h3 {
  color: #fff;
}

.pricing_area .section-title p {
  color: #fff;
}

.pricing_area .ticket_btn, .pricing_area .section-title {
  position: relative;
}

.pricing_area .pricing_row {
  position: relative;
  z-index: 1;
}

.pricing_area .pricing_row .single-table {
  overflow: hidden;
  padding: 40px 0;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing_area .pricing_row .single-table {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing_area .pricing_row .single-table {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .pricing_area .pricing_row .single-table {
    margin-bottom: 20px;
  }
}

.pricing_area .pricing_row .single-table::before {
  position: absolute;
  content: "";
  left: 7px;
  right: 0;
  top: -238px;
  /*height: 400px;*/
  /*width: 400px;*/
  border-radius: 80px;
  /*background: #EA4C0F;*/
  z-index: -1;
  /* Safari */
  -webkit-transform: rotate(315deg);
  /* Firefox */
  -moz-transform: rotate(315deg);
  /* IE */
  -ms-transform: rotate(315deg);
  /* Opera */
  -o-transform: rotate(315deg);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing_area .pricing_row .single-table::before {
    left: 0;
    right: 0;
    top: -270px;
    height: 424px;
    width: 350px;
    /* Safari */
    -webkit-transform: rotate(45deg);
    /* Firefox */
    -moz-transform: rotate(45deg);
    /* IE */
    -ms-transform: rotate(45deg);
    /* Opera */
    -o-transform: rotate(45deg);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing_area .pricing_row .single-table::before {
    left: -8px;
    right: 0px;
    top: -220px;
    height: 350px;
    width: 350px;
    /* Safari */
    -webkit-transform: rotate(45deg);
    /* Firefox */
    -moz-transform: rotate(45deg);
    /* IE */
    -ms-transform: rotate(45deg);
    /* Opera */
    -o-transform: rotate(45deg);
  }
}

@media (max-width: 767px) {
  .pricing_area .pricing_row .single-table::before {
    left: 0px;
    right: 0;
    top: -322px;
    height: 460px;
    width: 460px;
    text-align: center;
    margin: 0px auto;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
  }
}

@media only screen and (min-width: 320px) and (max-width: 568px) {
  .pricing_area .pricing_row .single-table::before {
    left: -75px;
    right: 0;
    top: -322px;
    height: 460px;
    width: 460px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
  }
}

@media only screen and (min-width: 375px) and (max-width: 667px) {
  .pricing_area .pricing_row .single-table::before {
    left: -55px;
    right: 0;
    top: -322px;
    height: 460px;
    width: 460px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
  }
}

@media only screen and (min-width: 414px) and (max-width: 736px) {
  .pricing_area .pricing_row .single-table::before {
    left: -32px;
    right: 0;
    top: -322px;
    height: 460px;
    width: 460px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
  }
}

.pricing_area .pricing_row .single-table::after {
  box-shadow: 0 5px 50px 0 rgba(60, 59, 59, 0.16);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: absolute;
  content: "";
  left: 7px;
  right: 0;
  top: -238px;
  /*height: 400px;*/
  /*width: 400px;*/
  border-radius: 80px;
  /*background: #01054B;*/
  z-index: -1;
  opacity: 0;
  z-index: -1;
  /* Safari */
  -webkit-transform: rotate(315deg);
  /* Firefox */
  -moz-transform: rotate(315deg);
  /* IE */
  -ms-transform: rotate(315deg);
  /* Opera */
  -o-transform: rotate(315deg);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing_area .pricing_row .single-table::after {
    left: -50px;
    right: 0;
    top: -267px;
    height: 400px;
    width: 400px;
    /* Safari */
    -webkit-transform: rotate(45deg);
    /* Firefox */
    -moz-transform: rotate(45deg);
    /* IE */
    -ms-transform: rotate(45deg);
    /* Opera */
    -o-transform: rotate(45deg);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing_area .pricing_row .single-table::after {
    left: -8px;
    right: 0;
    top: -220px;
    height: 350px;
    width: 350px;
    /* Safari */
    -webkit-transform: rotate(45deg);
    /* Firefox */
    -moz-transform: rotate(45deg);
    /* IE */
    -ms-transform: rotate(45deg);
    /* Opera */
    -o-transform: rotate(45deg);
  }
}

@media (max-width: 767px) {
  .pricing_area .pricing_row .single-table::after {
    left: 0px;
    right: 0;
    top: -322px;
    height: 460px;
    width: 460px;
    margin: 0px auto;
    text-align: center;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
  }
}

@media only screen and (min-width: 320px) and (max-width: 568px) {
  .pricing_area .pricing_row .single-table::after {
    left: -75px;
    right: 0;
    top: -322px;
    height: 460px;
    width: 460px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
  }
}

@media only screen and (min-width: 375px) and (max-width: 667px) {
  .pricing_area .pricing_row .single-table::after {
    left: -55px;
    right: 0;
    top: -322px;
    height: 460px;
    width: 460px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
  }
}

@media only screen and (min-width: 414px) and (max-width: 736px) {
  .pricing_area .pricing_row .single-table::after {
    left: -32px;
    right: 0;
    top: -322px;
    height: 460px;
    width: 460px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
  }
}

.pricing_area .pricing_row .single-table:hover::after {
  opacity: .8;
  visibility: visible;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.pricing_area .pricing_row .single-table .table-head h4.title {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.pricing_area .pricing_row .single-table .table-head .price {
  padding: 40px 0;
  padding-bottom: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing_area .pricing_row .single-table .table-head .price {
    padding: 30px 0;
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing_area .pricing_row .single-table .table-head .price {
    padding: 30px 0;
    padding-bottom: 40px;
  }
}

.pricing_area .pricing_row .single-table .table-head .price p {
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing_area .pricing_row .single-table .table-head .price p {
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing_area .pricing_row .single-table .table-head .price p {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .pricing_area .pricing_row .single-table .table-head .price p {
    font-size: 30px;
  }
}

.pricing_area .pricing_row .single-table ul.table-list {
  margin: 20px 0;
}

.pricing_area .pricing_row .single-table ul.table-list li {
  line-height: 2.35;
  font-size: 17px;
}

.pricing_area .pricing_row .single-table .main-btn-inline {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(0) translateZ(0);
  transform: perspective(0) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-property: #EA4C0F;
  transition-property: #EA4C0F;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  color: #fff;
  background: #EA4C0F;
  border-radius: 4px;
}

.pricing_area .pricing_row .single-table .main-btn-inline::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #01054B;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 4px;
}

.pricing_area .pricing_row .single-table:hover {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.pricing_area .pricing_row .single-table:hover .table-head h4.title {
  color: #fff;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.pricing_area .pricing_row .single-table:hover .table-head p {
  color: #fff;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.pricing_area .pricing_row .single-table:hover .main-btn-inline::before {
  -webkit-transform: scaleX(1);
  color: #fff !important;
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.pricing_area .pricing_row .single-table:hover .main-btn-inline::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.pricing_area .pricing_row .single-table:hover .main-btn-inline:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.pricing_area_style2 {
  position: relative;
  height: auto;
  background: url(https://pmcc2023.com/assets/images/normal/pricing_bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing_area_style2 {
    height: auto;
  }
}

@media (max-width: 767px) {
  .pricing_area_style2 {
    height: auto;
  }
}

.pricing_area_style2::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #154FAE;
  opacity: 0.8;
}

.pricing_area_style2 .section-title h3 {
  color: #fff;
}

.pricing_area_style2 .section-title p {
  color: #fff;
}

.pricing_area_style2 .ticket_btn, .pricing_area_style2 .section-title {
  position: relative;
}

.pricing_area_style2 .pricing_row {
  position: relative;
  z-index: 1;
}

.pricing_area_style2 .pricing_row .single-table {
  overflow: hidden;
  padding: 40px 0;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing_area_style2 .pricing_row .single-table {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing_area_style2 .pricing_row .single-table {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .pricing_area_style2 .pricing_row .single-table {
    margin-bottom: 20px;
  }
}

.pricing_area_style2 .pricing_row .single-table::before {
  position: absolute;
  content: "";
  left: 7px;
  right: 0;
  top: -238px;
  height: 400px;
  width: 400px;
  border-radius: 80px;
  background: #024CC8;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  /* Safari */
  -webkit-transform: rotate(315deg);
  /* Firefox */
  -moz-transform: rotate(315deg);
  /* IE */
  -ms-transform: rotate(315deg);
  /* Opera */
  -o-transform: rotate(315deg);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing_area_style2 .pricing_row .single-table::before {
    left: 0;
    right: 0;
    top: -270px;
    height: 424px;
    width: 350px;
    /* Safari */
    -webkit-transform: rotate(45deg);
    /* Firefox */
    -moz-transform: rotate(45deg);
    /* IE */
    -ms-transform: rotate(45deg);
    /* Opera */
    -o-transform: rotate(45deg);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing_area_style2 .pricing_row .single-table::before {
    left: -8px;
    right: 0px;
    top: -220px;
    height: 350px;
    width: 350px;
    /* Safari */
    -webkit-transform: rotate(45deg);
    /* Firefox */
    -moz-transform: rotate(45deg);
    /* IE */
    -ms-transform: rotate(45deg);
    /* Opera */
    -o-transform: rotate(45deg);
  }
}

@media (max-width: 767px) {
  .pricing_area_style2 .pricing_row .single-table::before {
    left: 0px;
    right: 0;
    top: -322px;
    height: 460px;
    width: 460px;
    text-align: center;
    margin: 0px auto;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
  }
}

@media only screen and (min-width: 320px) and (max-width: 568px) {
  .pricing_area_style2 .pricing_row .single-table::before {
    left: -75px;
    right: 0;
    top: -322px;
    height: 460px;
    width: 460px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
  }
}

@media only screen and (min-width: 375px) and (max-width: 667px) {
  .pricing_area_style2 .pricing_row .single-table::before {
    left: -55px;
    right: 0;
    top: -322px;
    height: 460px;
    width: 460px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
  }
}

@media only screen and (min-width: 414px) and (max-width: 736px) {
  .pricing_area_style2 .pricing_row .single-table::before {
    left: -32px;
    right: 0;
    top: -322px;
    height: 460px;
    width: 460px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
  }
}

.pricing_area_style2 .pricing_row .single-table::after {
  box-shadow: 0 5px 50px 0 rgba(60, 59, 59, 0.16);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: absolute;
  content: "";
  left: 7px;
  right: 0;
  top: -238px;
  height: 400px;
  width: 400px;
  border-radius: 80px;
  background: #EA4C0F;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  z-index: -1;
  /* Safari */
  -webkit-transform: rotate(315deg);
  /* Firefox */
  -moz-transform: rotate(315deg);
  /* IE */
  -ms-transform: rotate(315deg);
  /* Opera */
  -o-transform: rotate(315deg);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing_area_style2 .pricing_row .single-table::after {
    left: -50px;
    right: 0;
    top: -267px;
    height: 400px;
    width: 400px;
    /* Safari */
    -webkit-transform: rotate(45deg);
    /* Firefox */
    -moz-transform: rotate(45deg);
    /* IE */
    -ms-transform: rotate(45deg);
    /* Opera */
    -o-transform: rotate(45deg);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing_area_style2 .pricing_row .single-table::after {
    left: -8px;
    right: 0;
    top: -220px;
    height: 350px;
    width: 350px;
    /* Safari */
    -webkit-transform: rotate(45deg);
    /* Firefox */
    -moz-transform: rotate(45deg);
    /* IE */
    -ms-transform: rotate(45deg);
    /* Opera */
    -o-transform: rotate(45deg);
  }
}

@media (max-width: 767px) {
  .pricing_area_style2 .pricing_row .single-table::after {
    left: 0px;
    right: 0;
    top: -322px;
    height: 460px;
    width: 460px;
    margin: 0px auto;
    text-align: center;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
  }
}

@media only screen and (min-width: 320px) and (max-width: 568px) {
  .pricing_area_style2 .pricing_row .single-table::after {
    left: -75px;
    right: 0;
    top: -322px;
    height: 460px;
    width: 460px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
  }
}

@media only screen and (min-width: 375px) and (max-width: 667px) {
  .pricing_area_style2 .pricing_row .single-table::after {
    left: -55px;
    right: 0;
    top: -322px;
    height: 460px;
    width: 460px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
  }
}

@media only screen and (min-width: 414px) and (max-width: 736px) {
  .pricing_area_style2 .pricing_row .single-table::after {
    left: -32px;
    right: 0;
    top: -322px;
    height: 460px;
    width: 460px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
  }
}

.pricing_area_style2 .pricing_row .single-table:hover::after {
  opacity: .8;
  visibility: visible;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.pricing_area_style2 .pricing_row .single-table .table-head h4.title {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.pricing_area_style2 .pricing_row .single-table .table-head .price {
  padding: 40px 0;
  padding-bottom: 60px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing_area_style2 .pricing_row .single-table .table-head .price {
    padding: 30px 0;
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing_area_style2 .pricing_row .single-table .table-head .price {
    padding: 30px 0;
    padding-bottom: 40px;
  }
}

.pricing_area_style2 .pricing_row .single-table .table-head .price p {
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing_area_style2 .pricing_row .single-table .table-head .price p {
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing_area_style2 .pricing_row .single-table .table-head .price p {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .pricing_area_style2 .pricing_row .single-table .table-head .price p {
    font-size: 30px;
  }
}

.pricing_area_style2 .pricing_row .single-table ul.table-list {
  margin: 20px 0;
}

.pricing_area_style2 .pricing_row .single-table ul.table-list li {
  line-height: 2.35;
  font-size: 17px;
}

.pricing_area_style2 .pricing_row .single-table .main-btn-inline-price {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(0) translateZ(0);
  transform: perspective(0) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-property: #024CC8;
  transition-property: #024CC8;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  color: #fff;
  background: #024CC8;
  border-radius: 4px;
}

.pricing_area_style2 .pricing_row .single-table .main-btn-inline-price::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #EA4C0F;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 4px;
}

.pricing_area_style2 .pricing_row .single-table:hover {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.pricing_area_style2 .pricing_row .single-table:hover .table-head h4.title {
  color: #fff;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.pricing_area_style2 .pricing_row .single-table:hover .table-head p {
  color: #fff;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.pricing_area_style2 .pricing_row .single-table:hover .main-btn-inline-price::before {
  -webkit-transform: scaleX(1);
  color: #fff !important;
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.pricing_area_style2 .pricing_row .single-table:hover .main-btn-inline-price::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.pricing_area_style2 .pricing_row .single-table:hover .main-btn-inline-price:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.pricing_area_inner {
  position: relative;
  height: auto;
  background: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing_area_inner {
    height: auto;
  }
}

@media (max-width: 767px) {
  .pricing_area_inner {
    height: auto;
  }
}

.pricing_area_inner .section-title h3 {
  color: #01054B;
}

.pricing_area_inner .section-title p {
  color: #01054B;
}

.pricing_area_inner .ticket_btn, .pricing_area_inner .section-title {
  position: relative;
}

.pricing_area_inner .pricing_row {
  position: relative;
  z-index: 1;
}

.pricing_area_inner .pricing_row .single-table {
  overflow: hidden;
  padding: 40px 0;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 50px 0 rgba(88, 88, 88, 0.16);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing_area_inner .pricing_row .single-table {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing_area_inner .pricing_row .single-table {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .pricing_area_inner .pricing_row .single-table {
    margin-bottom: 20px;
  }
}

.pricing_area_inner .pricing_row .single-table::before {
  position: absolute;
  content: "";
  left: 7px;
  right: 0;
  top: -238px;
  height: 400px;
  width: 400px;
  border-radius: 80px;
  background: #EA4C0F;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  /* Safari */
  -webkit-transform: rotate(315deg);
  /* Firefox */
  -moz-transform: rotate(315deg);
  /* IE */
  -ms-transform: rotate(315deg);
  /* Opera */
  -o-transform: rotate(315deg);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing_area_inner .pricing_row .single-table::before {
    left: 0;
    right: 0;
    top: -270px;
    height: 424px;
    width: 350px;
    /* Safari */
    -webkit-transform: rotate(45deg);
    /* Firefox */
    -moz-transform: rotate(45deg);
    /* IE */
    -ms-transform: rotate(45deg);
    /* Opera */
    -o-transform: rotate(45deg);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing_area_inner .pricing_row .single-table::before {
    left: -8px;
    right: 0px;
    top: -220px;
    height: 350px;
    width: 350px;
    /* Safari */
    -webkit-transform: rotate(45deg);
    /* Firefox */
    -moz-transform: rotate(45deg);
    /* IE */
    -ms-transform: rotate(45deg);
    /* Opera */
    -o-transform: rotate(45deg);
  }
}

@media (max-width: 767px) {
  .pricing_area_inner .pricing_row .single-table::before {
    left: 0px;
    right: 0;
    top: -322px;
    height: 460px;
    width: 460px;
    text-align: center;
    margin: 0px auto;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
  }
}

@media only screen and (min-width: 320px) and (max-width: 568px) {
  .pricing_area_inner .pricing_row .single-table::before {
    left: -75px;
    right: 0;
    top: -322px;
    height: 460px;
    width: 460px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
  }
}

@media only screen and (min-width: 375px) and (max-width: 667px) {
  .pricing_area_inner .pricing_row .single-table::before {
    left: -55px;
    right: 0;
    top: -322px;
    height: 460px;
    width: 460px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
  }
}

@media only screen and (min-width: 414px) and (max-width: 736px) {
  .pricing_area_inner .pricing_row .single-table::before {
    left: -32px;
    right: 0;
    top: -322px;
    height: 460px;
    width: 460px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
  }
}

.pricing_area_inner .pricing_row .single-table::after {
  box-shadow: 0 5px 50px 0 rgba(60, 59, 59, 0.16);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: absolute;
  content: "";
  left: 7px;
  right: 0;
  top: -238px;
  height: 400px;
  width: 400px;
  border-radius: 80px;
  background: #024CC8;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  z-index: -1;
  /* Safari */
  -webkit-transform: rotate(315deg);
  /* Firefox */
  -moz-transform: rotate(315deg);
  /* IE */
  -ms-transform: rotate(315deg);
  /* Opera */
  -o-transform: rotate(315deg);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing_area_inner .pricing_row .single-table::after {
    left: -50px;
    right: 0;
    top: -267px;
    height: 400px;
    width: 400px;
    /* Safari */
    -webkit-transform: rotate(45deg);
    /* Firefox */
    -moz-transform: rotate(45deg);
    /* IE */
    -ms-transform: rotate(45deg);
    /* Opera */
    -o-transform: rotate(45deg);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing_area_inner .pricing_row .single-table::after {
    left: -8px;
    right: 0;
    top: -220px;
    height: 350px;
    width: 350px;
    /* Safari */
    -webkit-transform: rotate(45deg);
    /* Firefox */
    -moz-transform: rotate(45deg);
    /* IE */
    -ms-transform: rotate(45deg);
    /* Opera */
    -o-transform: rotate(45deg);
  }
}

@media (max-width: 767px) {
  .pricing_area_inner .pricing_row .single-table::after {
    left: 0px;
    right: 0;
    top: -322px;
    height: 460px;
    width: 460px;
    margin: 0px auto;
    text-align: center;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
  }
}

@media only screen and (min-width: 320px) and (max-width: 568px) {
  .pricing_area_inner .pricing_row .single-table::after {
    left: -75px;
    right: 0;
    top: -322px;
    height: 460px;
    width: 460px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
  }
}

@media only screen and (min-width: 375px) and (max-width: 667px) {
  .pricing_area_inner .pricing_row .single-table::after {
    left: -55px;
    right: 0;
    top: -322px;
    height: 460px;
    width: 460px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
  }
}

@media only screen and (min-width: 414px) and (max-width: 736px) {
  .pricing_area_inner .pricing_row .single-table::after {
    left: -32px;
    right: 0;
    top: -322px;
    height: 460px;
    width: 460px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
  }
}

.pricing_area_inner .pricing_row .single-table:hover::after {
  opacity: .8;
  visibility: visible;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.pricing_area_inner .pricing_row .single-table .table-head h4.title {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.pricing_area_inner .pricing_row .single-table .table-head .price {
  padding: 40px 0;
  padding-bottom: 60px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing_area_inner .pricing_row .single-table .table-head .price {
    padding: 30px 0;
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing_area_inner .pricing_row .single-table .table-head .price {
    padding: 30px 0;
    padding-bottom: 40px;
  }
}

.pricing_area_inner .pricing_row .single-table .table-head .price p {
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing_area_inner .pricing_row .single-table .table-head .price p {
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing_area_inner .pricing_row .single-table .table-head .price p {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .pricing_area_inner .pricing_row .single-table .table-head .price p {
    font-size: 30px;
  }
}

.pricing_area_inner .pricing_row .single-table ul.table-list {
  margin: 20px 0;
}

.pricing_area_inner .pricing_row .single-table ul.table-list li {
  line-height: 2.35;
  font-size: 17px;
}

.pricing_area_inner .pricing_row .single-table .main-btn-inline {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(0) translateZ(0);
  transform: perspective(0) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-property: #01054B;
  transition-property: #01054B;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  color: #fff;
  background: #01054B;
  border-radius: 4px;
}

.pricing_area_inner .pricing_row .single-table .main-btn-inline::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #EA4C0F;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 4px;
}

.pricing_area_inner .pricing_row .single-table:hover {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.pricing_area_inner .pricing_row .single-table:hover .table-head h4.title {
  color: #fff;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.pricing_area_inner .pricing_row .single-table:hover .table-head p {
  color: #fff;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.pricing_area_inner .pricing_row .single-table:hover .main-btn-inline::before {
  -webkit-transform: scaleX(1);
  color: #fff !important;
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.pricing_area_inner .pricing_row .single-table:hover .main-btn-inline::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.pricing_area_inner .pricing_row .single-table:hover .main-btn-inline:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/*===========================
  10  Our Sponsor  css 
===========================*/
.our-sponsor-area .col-sponsor {
  flex: 0 0 auto;
  width: 20%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-sponsor-area .col-sponsor {
    flex: 0 0 auto;
    width: 20%;
  }
}

@media (max-width: 767px) {
  .our-sponsor-area .col-sponsor {
    flex: 0 0 auto;
    width: 50%;
    margin: 10px 0px;
  }
}

/*===========================
        11.BLOG css 
===========================*/
.post-event-area .blog-card {
  background: #fff;
  padding: 0 0 30px;
  border-radius: 5px;
  box-shadow: 0 0 50px 0 #dddddd;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.post-event-area .blog-card .blog-image {
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 4px;
}

.post-event-area .blog-card .blog-image img {
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.post-event-area .blog-card .blog-image .post-date {
  position: absolute;
  left: 10%;
  top: 10%;
  background: #EA4C0F;
  width: 82px;
  text-align: center;
  border-radius: 200px;
  padding: 12px;
  height: 82px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 20px;
  z-index: 12;
}

.post-event-area .blog-card .blog-image::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 9;
}

.post-event-area .blog-card .blog-content {
  padding: 40px;
  padding-bottom: 0;
}

.post-event-area .blog-card .blog-content h5.blog-title {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #01054B;
  padding-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .post-event-area .blog-card .blog-content h5.blog-title {
    font-size: 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .post-event-area .blog-card .blog-content h5.blog-title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .post-event-area .blog-card .blog-content h5.blog-title {
    font-size: 20px;
  }
}

.post-event-area .blog-card .blog-content h5.blog-title a {
  color: #01054B;
}

.post-event-area .blog-card .blog-content p {
  padding-bottom: 30px;
}

.post-event-area .blog-card .main-btn-inline {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(0) translateZ(0);
  transform: perspective(0) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-property: #EA4C0F;
  transition-property: #EA4C0F;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  color: #fff;
  background: #EA4C0F;
  border-radius: 4px;
}

.post-event-area .blog-card .main-btn-inline::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #01054B;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 4px;
}

.post-event-area .blog-card:hover {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.post-event-area .blog-card:hover .blog-image img {
  -webkit-transform: scale(1.2) rotate(-7deg);
  -moz-transform: scale(1.2) rotate(-7deg);
  -ms-transform: scale(1.2) rotate(-7deg);
  -o-transform: scale(1.2) rotate(-7deg);
  transform: scale(1.2) rotate(-7deg);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.post-event-area .blog-card:hover .blog-image::before {
  opacity: 1;
}

.post-event-area .blog-card:hover .main-btn-inline::before {
  -webkit-transform: scaleX(1);
  color: #fff !important;
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.post-event-area .blog-card:hover .main-btn-inline::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.post-event-area .blog-card:hover .main-btn-inline:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.blog_pagination nav ul.pagination li.page-item.active a.page-link {
  background: #EA4C0F;
  border-color: #EA4C0F;
  color: #fff;
}

.blog_pagination nav ul.pagination li.page-item {
  border-color: #01054B;
}

.blog_pagination nav ul.pagination li.page-item a.page-link {
  border-color: #01054B;
  color: #01054B;
  border-radius: 30px;
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 36px;
  font-weight: 600;
  font-size: 18px;
  margin: 0px 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.blog_pagination nav ul.pagination li.page-item a.page-link:hover {
  color: #fff;
  background: #01054B;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  border-color: #01054B;
}

.post-event-area2 .blog-card {
  background: #fff;
  padding: 0 0 30px;
  border-radius: 5px;
  box-shadow: 0 0 50px 0 #dddddd;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.post-event-area2 .blog-card .blog-image {
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 4px;
}

.post-event-area2 .blog-card .blog-image img {
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.post-event-area2 .blog-card .blog-image .post-date {
  position: absolute;
  left: 10%;
  top: 10%;
  background: #024CC8;
  width: 82px;
  text-align: center;
  border-radius: 200px;
  padding: 12px;
  height: 82px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 20px;
  z-index: 12;
}

.post-event-area2 .blog-card .blog-image::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 9;
}

.post-event-area2 .blog-card .blog-content {
  padding: 40px;
  padding-bottom: 0;
}

.post-event-area2 .blog-card .blog-content h5.blog-title {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #01054B;
  padding-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .post-event-area2 .blog-card .blog-content h5.blog-title {
    font-size: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .post-event-area2 .blog-card .blog-content h5.blog-title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .post-event-area2 .blog-card .blog-content h5.blog-title {
    font-size: 20px;
  }
}

.post-event-area2 .blog-card .blog-content h5.blog-title a {
  color: #01054B;
}

.post-event-area2 .blog-card .blog-content p {
  padding-bottom: 30px;
}

.post-event-area2 .blog-card .main-btn-inline {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(0) translateZ(0);
  transform: perspective(0) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-property: #024CC8;
  transition-property: #024CC8;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  color: #fff;
  background: #024CC8;
  border-radius: 4px;
}

.post-event-area2 .blog-card .main-btn-inline::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #EA4C0F;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 4px;
}

.post-event-area2 .blog-card:hover {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.post-event-area2 .blog-card:hover .blog-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.post-event-area2 .blog-card:hover .blog-image::before {
  opacity: 1;
}

.post-event-area2 .blog-card:hover .main-btn-inline::before {
  -webkit-transform: scaleX(1);
  color: #fff !important;
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.post-event-area2 .blog-card:hover .main-btn-inline::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.post-event-area2 .blog-card:hover .main-btn-inline:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/*===========================
    12  Single post css 
===========================*/
.single-post-details .text-area .hits-area .date a {
  margin: 0 15px;
  font-weight: 600;
  color: #01054B;
}

.single-post-details .text-area .hits-area .date a i {
  color: #EA4C0F;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-post-details .text-area h1.title {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .single-post-details .text-area h1.title {
    font-size: 25px;
  }
}

.single-post-details .post-thumb img {
  width: 100%;
}

.single-post-details .blog-comment {
  background: #fff;
  padding: 0 30px;
  margin-top: 30px;
  overflow: hidden;
}

.single-post-details .blog-comment h4 {
  font-size: 24px;
  margin-bottom: 30px;
}

.single-post-details .blog-comment .comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
}

.single-post-details .blog-comment .comment-list .the-comment {
  border-bottom: 1px solid #e7e6e6;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.single-post-details .blog-comment .comment-list .children {
  padding-left: 40px;
}

.single-post-details .blog-comment .avatar {
  float: left;
  margin-right: 15px;
  padding: 5px;
  border-radius: 3px;
  background: #fff;
  border: 1px dashed #EA4C0F;
}

.single-post-details .blog-comment .comment-author {
  margin-bottom: 10px;
}

.single-post-details .blog-comment .meta {
  margin-bottom: 10px;
  color: #8082A5;
}

.single-post-details .post-meta {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
}

.single-post-details .post-meta ul li {
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
}

.single-post-details .post-meta ul li i {
  margin-right: 5px;
}

.single-post-details .post-meta ul li a {
  color: #fff;
}

.single-post-details .post-meta ul li a:hover {
  color: #01054B;
}

.single-post-details .comment-reply-link {
  color: #01054B;
}

.single-post-details .form-control {
  width: 100%;
  margin-bottom: 20px;
  padding: 15px 30px;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid transparent;
  background: #f8f8f8;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single-post-details input.form-control {
  height: 55px;
}

.single-post-details .btn-common {
  background-color: #ff704f;
  position: relative;
  z-index: 1;
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
  width: 160px;
  height: 50px;
  padding: 14px 15px;
}

.single-post-details .form-control:focus {
  border: 1px solid #EA4C0F;
  outline: none;
  box-shadow: none;
}

.single-post-details .btn.disabled,
.single-post-details .btn:disabled {
  opacity: 1;
}

.single-post-details textarea {
  border-radius: 4px !important;
}

.single-post-details .text-danger {
  font-size: 14px;
  margin-top: 10px;
}

.single-post-details .list-unstyled li {
  color: #EA4C0F;
}

/*===========================
       13.FOOTER css 
===========================*/
.footer-area {
  position: relative;
  background: #01054B url(https://pmcc2023.com/assets/images/normal/metting-bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media only screen and (min-width: 1400px) {
  .footer-area {
    height: auto;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area {
    height: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area {
    height: auto;
  }
}

@media (max-width: 767px) {
  .footer-area {
    height: auto;
  }
}

.footer-area::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #01054B;
  opacity: 0.8;
}

.footer-area .subscribe_row .footer-subscribe-title h4 {
  text-transform: uppercase;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area .subscribe_row .footer-subscribe-title h4 {
    font-size: 20px;
    font-weight: 600;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .subscribe_row .footer-subscribe-title h4 {
    font-size: 20px;
    font-weight: 600;
  }
}

@media (max-width: 767px) {
  .footer-area .subscribe_row .footer-subscribe-title h4 {
    font-size: 20px;
    font-weight: 600;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .subscribe_row .footer-subscribe-title {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .footer-area .subscribe_row .footer-subscribe-title {
    margin-bottom: 15px;
  }
}

.footer-area .subscribe_row .subscribe-form {
  position: relative;
}

.footer-area .subscribe_row .subscribe-form input[type=email] {
  height: 60px;
  -webkit-border-radius: 5px;
  border-radius: 4px;
  padding: 15px 20px;
  background: #F3F3F3;
  border: 0px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border: 1px solid transparent;
}

.footer-area .subscribe_row .subscribe-form input[type=email]:focus {
  border: 1px solid #EA4C0F;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.footer-area .subscribe_row .subscribe-form button[type=submit] {
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
}

.footer-area .subscribe_row .subscribe-form .main-btn-inline-subscribe {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(0) translateZ(0);
  transform: perspective(0) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-property: #EA4C0F;
  transition-property: #EA4C0F;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  color: #fff;
  background: #EA4C0F;
  border-radius: 4px;
}

.footer-area .subscribe_row .subscribe-form .main-btn-inline-subscribe::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #01054B;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 4px;
}

.footer-area .subscribe_row:hover {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.footer-area .subscribe_row:hover .main-btn-inline-subscribe::before {
  -webkit-transform: scaleX(1);
  color: #fff !important;
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.footer-area .subscribe_row:hover .main-btn-inline-subscribe::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.footer-area .subscribe_row:hover .main-btn-inline-subscribe:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.footer-area .footer-title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-area .footer-widget {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area .footer-widget .container .row .col-lg-4, .footer-area .footer-widget .container .row .col-lg-2 {
    width: 50%;
  }
}

.footer-area .footer-address .single-address {
  margin-top: 25px;
}

.footer-area .footer-address .single-address .address-icon i {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  font-size: 17px;
  background-color: #EA4C0F;
  color: #fff;
}

.footer-area .footer-address .single-address .address-content {
  padding-left: 15px;
}

.footer-area .footer-address .single-address .address-content .text {
  color: #fff;
}

.footer-area .footer-link ul {
  padding-top: 7px;
}

.footer-area .footer-link ul li {
  padding-top: 10px;
  line-height: 30px;
}

.footer-area .footer-link ul li a {
  font-size: 17px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.footer-area .footer-link ul li a:hover {
  color: #EA4C0F;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  padding-left: 5px;
}

.footer-area .footer-instagram .instagram_img {
  overflow: hidden;
}

.footer-area .footer-instagram .instagram_img ul li {
  float: left;
  margin: 0px 0px 12px 12px;
  border-radius: 3px;
  padding: 0;
}

.footer-area .footer-instagram .instagram_img ul li a {
  display: block;
  width: 100%;
  position: relative;
}

.footer-area .footer-instagram .instagram_img ul li a img {
  width: 120px;
  border-radius: 3px;
  height: 120px;
}

.footer-area .footer-instagram .instagram_img ul li a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #EA4C0F;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
  border-radius: 3px;
}

.footer-area .footer-instagram .instagram_img ul li a i {
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 18px;
  color: #fff;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
}

.footer-area .footer-instagram .instagram_img ul li a:hover::before {
  opacity: .8;
  visibility: visible;
}

.footer-area .footer-instagram .instagram_img ul li a:hover i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.footer-area .footer-copyright {
  background-color: #34376F;
}

.footer-area .copyright-section {
  position: relative;
  z-index: 1;
}

.footer-area .copyright .text {
  font-size: 17px;
  color: #fff;
}

.footer-area .copyright .text a {
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.footer-area .copyright .text a:hover {
  color: #EA4C0F;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.footer-area .footer-bottom .social-icons ul li {
  display: inline-block;
}

.footer-area .footer-bottom .social-icons ul li a {
  color: #fff;
  padding-left: 25px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .footer-bottom .social-icons ul li a {
    padding-left: 10px;
  }
}

@media (max-width: 767px) {
  .footer-area .footer-bottom .social-icons ul li a {
    padding-left: 10px;
  }
}

.footer-area .footer-bottom .social-icons ul li a:hover {
  color: #EA4C0F;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.footer-area2 {
  position: relative;
  background: #024CC8 url(https://pmcc2023.com/assets/images/normal/metting-bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media only screen and (min-width: 1400px) {
  .footer-area2 {
    height: auto;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area2 {
    height: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area2 {
    height: auto;
  }
}

@media (max-width: 767px) {
  .footer-area2 {
    height: auto;
  }
}

.footer-area2::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #024CC8;
  opacity: 0.8;
}

.footer-area2 .subscribe_row .footer-subscribe-title h4 {
  text-transform: uppercase;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area2 .subscribe_row .footer-subscribe-title h4 {
    font-size: 20px;
    font-weight: 600;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area2 .subscribe_row .footer-subscribe-title h4 {
    font-size: 20px;
    font-weight: 600;
  }
}

@media (max-width: 767px) {
  .footer-area2 .subscribe_row .footer-subscribe-title h4 {
    font-size: 20px;
    font-weight: 600;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area2 .subscribe_row .footer-subscribe-title {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .footer-area2 .subscribe_row .footer-subscribe-title {
    margin-bottom: 15px;
  }
}

.footer-area2 .subscribe_row .subscribe-form {
  position: relative;
}

.footer-area2 .subscribe_row .subscribe-form input[type=email] {
  height: 60px;
  -webkit-border-radius: 5px;
  border-radius: 4px;
  padding: 15px 20px;
  background: #F3F3F3;
  border: 0px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border: 1px solid transparent;
}

.footer-area2 .subscribe_row .subscribe-form input[type=email]:focus {
  border: 1px solid #024CC8;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.footer-area2 .subscribe_row .subscribe-form button[type=submit] {
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
}

.footer-area2 .subscribe_row .subscribe-form .main-btn-inline-subscribe {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(0) translateZ(0);
  transform: perspective(0) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-property: #024CC8;
  transition-property: #024CC8;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  color: #fff;
  background: #024CC8;
  border-radius: 4px;
}

.footer-area2 .subscribe_row .subscribe-form .main-btn-inline-subscribe::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #EA4C0F;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 4px;
}

.footer-area2 .subscribe_row:hover {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.footer-area2 .subscribe_row:hover .main-btn-inline-subscribe::before {
  -webkit-transform: scaleX(1);
  color: #fff !important;
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.footer-area2 .subscribe_row:hover .main-btn-inline-subscribe::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.footer-area2 .subscribe_row:hover .main-btn-inline-subscribe:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.footer-area2 .footer-title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-area2 .footer-widget {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area2 .footer-widget .container .row .col-lg-4, .footer-area2 .footer-widget .container .row .col-lg-2 {
    width: 50%;
  }
}

.footer-area2 .footer-address .single-address {
  margin-top: 25px;
}

.footer-area2 .footer-address .single-address .address-icon i {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  font-size: 17px;
  background-color: #024CC8;
  color: #fff;
}

.footer-area2 .footer-address .single-address .address-content {
  padding-left: 15px;
}

.footer-area2 .footer-address .single-address .address-content .text {
  color: #fff;
}

.footer-area2 .footer-link ul {
  padding-top: 7px;
}

.footer-area2 .footer-link ul li {
  padding-top: 10px;
  line-height: 30px;
}

.footer-area2 .footer-link ul li a {
  font-size: 17px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.footer-area2 .footer-link ul li a:hover {
  color: #EA4C0F;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  padding-left: 5px;
}

.footer-area2 .footer-instagram .instagram_img {
  overflow: hidden;
}

.footer-area2 .footer-instagram .instagram_img ul li {
  float: left;
  margin: 0px 0px 12px 12px;
  border-radius: 3px;
  padding: 0;
}

.footer-area2 .footer-instagram .instagram_img ul li a {
  display: block;
  width: 100%;
  position: relative;
}

.footer-area2 .footer-instagram .instagram_img ul li a img {
  width: 120px;
  border-radius: 3px;
  height: 120px;
}

.footer-area2 .footer-instagram .instagram_img ul li a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #01054B;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
  border-radius: 3px;
}

.footer-area2 .footer-instagram .instagram_img ul li a i {
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 18px;
  color: #fff;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
}

.footer-area2 .footer-instagram .instagram_img ul li a:hover::before {
  opacity: .8;
  visibility: visible;
}

.footer-area2 .footer-instagram .instagram_img ul li a:hover i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.footer-area2 .footer-copyright {
  background-color: #34376F;
}

.footer-area2 .copyright-section {
  position: relative;
  z-index: 1;
}

.footer-area2 .copyright .text {
  font-size: 17px;
  color: #fff;
}

.footer-area2 .copyright .text a {
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.footer-area2 .copyright .text a:hover {
  color: #EA4C0F;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.footer-area2 .footer-bottom .social-icons ul li {
  display: inline-block;
}

.footer-area2 .footer-bottom .social-icons ul li a {
  color: #fff;
  padding-left: 25px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area2 .footer-bottom .social-icons ul li a {
    padding-left: 10px;
  }
}

@media (max-width: 767px) {
  .footer-area2 .footer-bottom .social-icons ul li a {
    padding-left: 10px;
  }
}

.footer-area2 .footer-bottom .social-icons ul li a:hover {
  color: #EA4C0F;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

/*===== BACK TO TOP =====*/
.back-to-top {
  font-size: 20px;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #EA4C0F;
  text-align: center;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: none;
}

.back-to-top:hover {
  color: #fff;
  background-color: #01054B;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.back-to2 {
  background-color: #01054B;
}

/*===== Footer 2 =====*/
.footer-widget-2 {
  background-color: #ddd;
}

.footer-widget-2 .footer-about {
  padding-right: 95px;
}

.footer-widget-2 .footer-about p {
  margin-top: 15px;
  font-size: 16px;
}

.footer-widget-2 .footer-link-wrapper .footer-link .link li a {
  font-size: 16px;
}

.footer-copyright-2 {
  padding-bottom: 15px;
}

.footer-copyright-2 .copyright-social .copyright {
  margin-top: 15px;
}

.footer-copyright-2 .copyright-social .copyright p {
  color: #8082A5;
}

.footer-copyright-2 .copyright-social .social {
  margin-top: 15px;
}

.footer-copyright-2 .copyright-social .social li {
  display: inline-block;
}

.footer-copyright-2 .copyright-social .social li + li {
  margin-left: 8px;
}

.footer-copyright-2 .copyright-social .social li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #ddd;
  border-radius: 50px;
  font-size: 18px;
  color: #8082A5;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.footer-copyright-2 .copyright-social .social li a:hover {
  background-color: #EA4C0F;
  color: #fff;
}

/*===========================
     14.CONTACt PAGE css 
===========================*/
.contact_area {
  background-color: #fff;
}

p.form-message.success, p.form-message.error {
  font-size: 16px;
  color: #333;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}

p.form-message.success.form-message.error, p.form-message.error.form-message.error {
  color: #f00;
}

.single-form {
  margin-top: 30px;
}

.single-form input,
.single-form textarea {
  width: 100%;
  height: 50px;
  border-radius: 50px;
  padding: 0 25px;
  background-color: #fff;
  border: 1px solid #EEEFFB;
  font-size: 16px;
  color: #8082A5;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single-form input:focus,
.single-form textarea:focus {
  border-color: #EA4C0F;
}

.single-form textarea {
  border-radius: 25px;
  padding-top: 15px;
  resize: none;
  height: 210px;
}

.single-form .main-btn {
  border-radius: 50px;
  text-transform: uppercase;
  overflow: hidden;
}

.contact_area {
  position: relative;
  z-index: 12;
}

.contact_area .contact_row .single_form textarea,
.contact_area .contact_row .single_form input {
  width: 100%;
  height: 55px;
  border: 1px solid #EEEFFB;
  border-radius: 5px;
  padding: 0 25px;
  color: #01054B;
  font-size: 16px;
  background: #f8f8f8;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.contact_area .contact_row .single_form textarea {
  height: 150px;
  padding-top: 15px;
  resize: none;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.contact_area .contact_row .single_form input:focus, .contact_area .contact_row .single_form textarea:focus {
  border: 1px solid #EA4C0F;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

/*----------------------------------------*/
/* 15 Modal css
/*----------------------------------------*/
.register_mymodal {
  z-index: 9999999;
  background: #01054B;
  /* Mobile Layout: 320px. */
  /* Wide Mobile Layout: 480px. */
}

.register_mymodal select.form-control:focus, .register_mymodal input[type="email"].input-active, .register_mymodal input[type="email"]:focus, .register_mymodal input[type="text"].input-active, .register_mymodal input[type="text"]:focus, .register_mymodal textarea.input-active, .register_mymodal textarea:focus, .register_mymodal input[type="password"].input-active, .register_mymodal input[type="password"]:focus, .register_mymodal input[type="number"].input-active, .register_mymodal input[type="number"]:focus {
  background-position: 0 0;
  box-shadow: none;
  outline: 0;
  border: 1px solid #EA4C0F;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.register_mymodal input[type="email"], .register_mymodal input[type="text"], .register_mymodal textarea, .register_mymodal input[type="password"], .register_mymodal input[type="number"], .register_mymodal .form-control {
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
  width: 100%;
  display: block;
  border: 1px solid #DDD;
  border-radius: 4px;
  padding: 8px;
  will-change: background-position;
  transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  background-position: -1920px 0;
  background-size: 100%;
  background-repeat: no-repeat;
  color: #666;
  font-size: 14px;
  font-weight: 100;
}

.register_mymodal .btn:focus, .register_mymodal .btn-primary.focus, .register_mymodal .btn-primary:focus {
  outline: none;
}

.register_mymodal .btn-primary:not(:disabled):not(.disabled).active:focus, .register_mymodal .btn-primary:not(:disabled):not(.disabled):active:focus, .register_mymodal .show &gt; .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.5);
}

.register_mymodal .btn-primary:not(:disabled):not(.disabled).active, .register_mymodal .btn-primary:not(:disabled):not(.disabled):active, .register_mymodal .show &gt; .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #18ba60;
  border-color: #18ba60;
}

.register_mymodal button.default-submit-btn {
  background-color: #18ba60;
  border: none;
  text-align: center;
  display: block;
  margin: 0px auto;
  font-size: 14px;
  padding: 10px 25px 10px 25px;
  border-radius: 25px;
  text-transform: uppercase;
}

.register_mymodal button.default-submit-btn:hover {
  background-color: #0d9548;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.register_mymodal .btn-primary.focus, .register_mymodal .btn-primary:focus {
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.5);
}

.register_mymodal .btn.focus, .register_mymodal .btn:focus {
  /* outline: 0; */
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.25);
}

.register_mymodal .modal-social-platforms {
  position: relative;
  background-color: #18ba60;
  padding: 20px;
  color: #fff;
  border-radius: 0px 0px 4px 4px;
}

.register_mymodal .modal-social-platforms::before {
  position: absolute;
  z-index: 222;
  content: "OR";
  width: 33px;
  height: 33px;
  top: -15px;
  left: 0;
  right: 0;
  text-align: center;
  display: block;
  margin: 0px auto;
  background-color: #fff;
  color: #18ba60;
  border-radius: 60px;
  font-size: 14px;
  padding-top: 4px;
  font-weight: 600;
  -webkit-box-shadow: 0px 2px 15px 1px rgba(156, 147, 147, 0.65);
  -moz-box-shadow: 0px 2px 15px 1px rgba(156, 147, 147, 0.65);
  box-shadow: 0px 2px 15px 1px rgba(156, 147, 147, 0.65);
  -webkit-transition: all 0.55s ease;
  -o-transition: all 0.55s ease;
  transition: all 0.55s ease;
}

.register_mymodal .check-box label a {
  /*color: #01054B;*/
  color: #000000;
}

@media only screen and (max-width: 767px) {
  .register_mymodal .modal-dialog {
    width: 100%;
    margin: 80px auto;
  }
  .register_mymodal .no-padding {
    padding-left: 15px;
    padding-right: 15px;
  }
  .register_mymodal .already-account p {
    text-align: center;
  }
  .register_mymodal .popup-nav ul.navbar-nav li.nav-item a {
    padding: 12px 20px 12px 20px;
  }
  .register_mymodal header#top-header nav {
    background-color: #18ba60 !important;
    padding: 15px;
    margin-top: 0;
  }
  .register_mymodal .center-title h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 35px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .register_mymodal .modal-dialog {
    width: 100%;
    margin: 80px auto;
  }
  .register_mymodal .no-padding {
    padding-left: 15px;
    padding-right: 15px;
  }
  .register_mymodal .already-account p {
    text-align: center;
  }
  .register_mymodal .popup-nav ul.navbar-nav li.nav-item a {
    padding: 12px 20px 12px 20px;
  }
  .register_mymodal header#top-header nav {
    background-color: #18ba60 !important;
    padding: 15px;
    margin-top: 0;
  }
  .register_mymodal .center-title h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 35px;
  }
}</pre></body></html>