/* 

====================
  Table of Contents 
====================

1. Variables
2. Common Styles
3. General Style
4. Header
5. Hero Area
6. Intro Section
7. About Section
8. Skill Section 
9. Portfolio Section 
10. Service Section
11. Features Section
12. Testimonial Section
13. Blog Section
14. Partner Section
15. Contact Section
16. Site Footer
17. Libraries
18. Media Queries

 */
.brandtalk_logo{
    background-color: #fff;
    padding: 10px 0px;
    border-radius: 10px;
    text-align: center;
}



.nav {
  transition: all 0.5s ease;
  font-size: 14px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  width: 100%;
  z-index: 100;
  position: absolute;
  justify-content: center;
  /* bottom: 0; */
  left: 0;
  letter-spacing: 1px;
  line-height: 100px;
  -webkit-transition-property: background-color, box-shadow, line-height, height;
  transition-property: background-color, box-shadow, line-height, height;
  -webkit-transition-timing-function: cubic-bezier(0.78, 0.13, 0.15, 0.86);
  transition-timing-function: cubic-bezier(0.78, 0.13, 0.15, 0.86);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.nav .brand {
  /* padding: 15px 60px; */
  /* line-height: 30px; */
  line-height: 100px;
  padding-left: 60px;
  padding-right: 60px;
  display: inline-block;
  float: left;
  font-size: 20px;
  font-family: "Pacifico", cursive;
  -webkit-transition-property: background-color, box-shadow, line-height, height;
  transition-property: background-color, box-shadow, line-height, height;
  -webkit-transition-timing-function: cubic-bezier(0.78, 0.13, 0.15, 0.86);
  transition-timing-function: cubic-bezier(0.78, 0.13, 0.15, 0.86);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  /* padding-right: 60px; */
}
.nav .brand a {
  color: #e33b00;
  text-decoration: none;
}
.nav ul {
  margin: 0;
  text-transform: uppercase;
}
.nav ul li {
  text-align: center;
  display: inline-block;
  list-style: none;
  padding: 15px 15px;
  cursor: pointer;
  line-height: 30px;
}
.nav ul li:hover a {
  font-weight: bold;
}
.nav ul li a {
  color: #eee;
  text-decoration: none;
}

.sticky {
  position: fixed !important;
  top: 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  /* box-shadow: 0 4px 5px -2px rgba(0,0,0,0.22), 0 2px 1px -1px rgba(0,0,0,0.05); */
  background-color: #fff;
  line-height: 30px;
}
.sticky .brand {
  line-height: 60px;
}
.sticky ul li a {
  color: #ffffff;
}
.sticky ul li:hover a {
  color: #e33b00;
}

.pattern-overlay {
  background: rgba(0, 0, 0, 0.3)
    url("http://codemydesign.ru/CMDSpace/image/css/images/overlay.png") repeat;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 0;
}

.menu {
  display: none;
}

@media (max-width: 600px) {
  .sticky .menu {
    top: 0;
  }
  .sticky .menu .hamburger {
    background: #6e7982;
  }
  .sticky .menu .hamburger::before,
  .sticky .menu .hamburger::after {
    background: #6e7982;
  }

  .open.sticky .hamburger {
    background: transparent;
  }

  .open .hamburger {
    background-color: transparent;
  }
  .open .hamburger::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .open .hamburger::after {
    -webkit-transform: rotate(-45deg) translate(2px, -2px);
    -ms-transform: rotate(-45deg) translate(2px, -2px);
    transform: rotate(-45deg) translate(2px, -2px);
  }

  .menu {
    display: block;
    outline: none;
    position: relative;
    line-height: 60px;
    float: left;
    left: 20px;
    top: 20px;
    width: 60px;
    height: 60px;
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    opacity: 0.7;
    -webkit-transition: opacity 150ms;
    transition: opacity 150ms;
    z-index: 11;
  }
  .menu:hover {
    opacity: 1;
  }

  .hamburger,
  .hamburger::after,
  .hamburger::before {
    margin: 0 auto;
    display: block;
    width: 24px;
    height: 3px;
    line-height: 0;
    -webkit-transition: all 150ms;
    transition: all 150ms;
  }

  .hamburger::before {
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
  }

  .hamburger::after {
    content: "";
    -webkit-transform: rotate(-45deg) translate(2px, -2px);
    -ms-transform: rotate(-45deg) translate(2px, -2px);
    transform: rotate(-45deg) translate(2px, -2px);
    background: #fff;
  }

  .hamburger {
    background: #fff;
  }
  .hamburger::after {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }
  .hamburger::before {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  /*.collapse nav{
    -webkit-transform:translateY(-100%);
    -ms-transform:translateY(-100%);
    transform:translateY(-100%);
  }*/
  .navbar {
    -webkit-transition: -webkit-transform 150ms;
    transition: transform 150ms;
    display: block;
  }

  ul.navbar {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    /* transform: translateY(-200%); */
    padding-left: 0;
    background-color: #000;
    width: 100%;
  }
  ul.navbar li {
    line-height: calc((22vh - 60px) / 6);
    display: block;
  }

  .open .navbar {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .nav .brand {
    display: block;
    text-align: center;
    float: none;
  }

  .sticky .brand {
    background-color: white;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  }

  #nav {
    height: 100%;
    justify-content: left;
    /* left: 0; */
  }
  #nav.open {
    height: auto;
    min-height: 100%;
  }
  #nav.sticky {
    height: 60px;
  }
  #nav .open.sticky {
    height: auto;
  }
}

/* video {
  position: absolute;
  top: 0%;
  left: 0%;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  z-index: 1;
  background-size: cover;
}  */


.main-content .home-video {
  position: absolute;
  top: 0%;
  left: 0%;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  z-index: 1;
  background-size: cover;
}


.main-content  .inner-video {
  position: absolute;
  top: 0%;
  left: 0%;
  min-width: 100%;
  width: 100%;
  height: 80vh;
  object-fit: cover;
  z-index: 1;
  background-size: cover;
}


/*================================
<--  Consen Nav Menu Area Css -->
==================================*/
.consen_nav_manu {
  background: transparent;
  transition: 0.5s;
  z-index: 2;
  position: relative;
  padding: 0px;
  margin-bottom: -100px;
}

.consen_nav_manu.transparent_menu {
  background: transparent;
  margin-bottom: -87px;
  position: relative;
}

.sticky {
  left: 0;
  margin: auto;
  position: fixed !important;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  background: #000 !important;
  transition: 0.5s;
  z-index: 9;
}

/* consen Menu Css*/
nav.consen_menu {
  text-align: center;
}

.consen_menu ul {
  list-style: none;
  display: inline-block;
}

.consen_menu > ul > li {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.consen_menu > ul > li > a {
  display: block;
  margin: 30px 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  font-family: "Fira Sans";
  font-weight: 500;
}

nav.consen_menu span {
  font-size: 13px;
  padding-left: 6px;
  font-family: FontAwesome;
  opacity: 0.5;
}

.consen_menu > ul > li > a:hover {
  color: #d23e32;
}

/*menu button*/
.header-button {
  display: inline-block;
}

.header-button a {
  padding: 10px 35px;
  color: #fff;
  background: #000000;
  border-radius: 30px;
  display: inline-block;
  font-family: "Fira Sans";
  position: relative;
  z-index: 1;
  transition: 0.5s;
  border: 2px solid #fff;
}

.header-button a:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px;
  background: #d23e32;
  transform: scale(0);
  transition: 0.5s;
}

.header-button a:hover:before {
  transform: scale(1);
}

/*consen nav menu style two*/
.style-two.consen_nav_manu {
  background: transparent;
  transition: 0.5s;
  z-index: 2;
  position: relative;
  margin-bottom: -110px;
}

.style-two.sticky {
  background: transparent !important;
  box-shadow: none;
}

.row.header-bg {
  background: #fff;
  border-radius: 5px;
  height: 110px;
  padding: 0 18px;
  box-shadow: 0 2px 5px -2px rgb(0 0 0 / 10%);
  z-index: 1;
}

.style-two nav.consen_menu {
  text-align: left;
}

.style-two .consen_menu > ul > li > a {
  color: #232323;
}

.style-two .header-button {
  padding-left: 18px;
}

.style-two .consen_menu > ul > li > a:hover {
  color: #d23e32;
}

/* Style Three */
.consen_nav_manu.style-three {
  margin-bottom: 0;
}
.consen_nav_manu.style-three.sticky {
  background: #fff !important;
}
/*** Sub Menu Style ***/
.consen_menu ul .sub-menu {
  position: absolute;
  left: 0;
  top: 130%;
  width: 217px;
  text-align: left;
  background: #fff;
  margin: 0;
  z-index: 1;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
  visibility: hidden;
  border-top: 2px solid #d23e32;
  opacity: 0;
}

.consen_menu ul li:hover > .sub-menu {
  visibility: visible;
  top: 100%;
  opacity: 1;
}

.consen_menu ul .sub-menu li {
  position: relative;
}

.consen_menu ul .sub-menu li a {
  display: block;
  padding: 12px 20px;
  margin: 0;
  line-height: 1.3;
  letter-spacing: normal;
  font-size: 16px;
  font-family: "Fira Sans";
  font-weight: 400;
  text-transform: capitalize;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  visibility: inherit !important;
  color: #211e3b !important;
}

.consen_menu ul .sub-menu li:hover > a,
.consen_menu ul .sub-menu .sub-menu li:hover > a,
.consen_menu ul .sub-menu .sub-menu .sub-menu li:hover > a,
.consen_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover > a {
  background: #d23e32;
  color: #fff !important;
}

/* sub menu 2 */
.consen_menu ul .sub-menu .sub-menu {
  left: 100%;
  top: 130%;
  opacity: 0;
  visibility: hidden;
}

.consen_menu ul .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 0%;
}

/* sub menu 3 */
.consen_menu ul .sub-menu .sub-menu li {
  position: relative;
}

.consen_menu ul .sub-menu .sub-menu .sub-menu {
  right: 100%;
  left: auto;
  top: 130%;
  opacity: 0;
  visibility: hidden;
}

.consen_menu ul .sub-menu .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 0%;
}

ul.sub-menu li a span {
  background: #d23e32;
  padding: 5px 10px;
  color: #fff;
  opacity: 1;
  font-family: "Fira Sans";
  border-radius: 2px;
  margin-left: 5px;
  transition: 0.5s;
}

ul.sub-menu li:hover a span {
  background: rgba(255, 255, 255, 0.2);
}

/* sub menu 4 */
.consen_menu ul .sub-menu .sub-menu .sub-menu li {
  position: relative;
}

.consen_menu ul .sub-menu .sub-menu .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 0%;
}

.consen_menu li a:hover:before {
  width: 101%;
}

.consen_nav_manu.sticky .logo_img {
  display: none;
}

.main_sticky {
  display: none;
}

.consen_nav_manu.sticky .main_sticky {
  display: inherit;
}

.sticky .consen_menu li a {
  color: #fff;
}

.consen_nav_manu.sticky a.dtbtn {
  color: #fff;
  background: #f16722;
  border: 2px solid #f16722;
}

.consen_nav_manu.sticky a.dtbtn:hover {
  color: #43baff;
}

.mobile-menu.mean-container {
  overflow: hidden;
}

/*Sub menu style three*/
.consen_nav_manu.style-three .consen_menu > ul > li > a {
  color: #232323;
  font-weight: 500;
}
.consen_nav_manu.style-three .header-button a {
  border-radius: 0;
  border: 1px solid #d23e32;
}
.consen_nav_manu.style-three .header-button a:before {
  border-radius: 0;
}
.consen_nav_manu.style-three .header-button a:hover {
  border: 1px solid #10102e;
}

/***********************************************************
  1. Variables 
************************************************************/
/* brand colors */
/***********************************************************
  2. Common Styles 
************************************************************/
.section-title {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 20px;
}
.section-title h2 {
  position: relative;
  display: inline-block;
  line-height: 1;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.section-title h2:before,
.section-title h2:after {
  content: "";
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom-color: #d23e32;
  position: absolute;
  top: 2.5px;
}
.section-title h2:before {
  border-left-color: #d23e32;
  right: -30px;
}
.section-title h2:after {
  border-right-color: #d23e32;
  left: -30px;
}
.section-title.dark h2 {
  color: #fff;
}
.section-title.dark .lead {
  color: #bdb9cb;
}
.block-title {
  font-size: 48px;
  margin-bottom: 30px;
}
.block-title span {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  color: #d23e32;
}
.lead {
  color: #948daa;
}
.lead.dark {
  color: #b0aac0;
}
.btn-main {
  padding: 15px 25px;
  background: #d23e32;
  color: #fff;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}
.btn-main:hover {
  background: #1f1f1f;
  color: #fff;
  text-decoration: none;
}
.btn-ghost {
  padding: 13px 40px;
  background: transparent;
  color: #fff;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  border: 2px solid #d23e32;
}
.btn-ghost:hover {
  background: #d23e32;
  color: #fff;
}
.btn-text {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}
/*navbar fixed styling */
.fixed-top {
  background: #222;
  z-index: 1001 !important;
}
.fixed-top .navbar-brand img {
  width: 108px;
}
/* Keyframe animations */
@keyframes anim-rotate {
  0% {
    transform: rotate(-30deg);
  }
  50% {
    transform: rotate(-45deg);
  }
  100% {
    transform: rotate(-30deg);
  }
}
@keyframes anim-updown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}
.elem-updown {
  animation: anim-updown 5s infinite;
}
@keyframes anim-move {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0);
  }
}
.elem-move {
  animation: anim-move 5s infinite;
}
@keyframes anim-rotate-full {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.elem-rotate-full {
  animation: anim-rotate-full 12s infinite;
}
@keyframes anim-zoom {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
.elem-zoom {
  animation: anim-zoom 5s infinite;
}
/***********************************************************
  3. General Style 
************************************************************/
body {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #615978;
}
body.dark-mode {
  background: #222;
}
a {
  color: #d23e32;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  color: #f23402;
}
p:last-of-type {
  margin-bottom: 0;
}
ul {
  padding-left: 0;
}
li {
  list-style: none;
}
.section-block {
  padding-top: 70px;
  padding-bottom: 60px !important;
}
.section-block .row > div {
  /*  margin-bottom: 40px; */
}
/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: #222;
}
/* Dark Mode Styling */
.dark-mode h1,
.dark-mode h2,
.dark-mode h3,
.dark-mode h4,
.dark-mode h5,
.dark-mode h6 {
  color: #fff;
}
.dark-mode p {
  color: #ffffff;
}
.dark-mode .modal .modal-content {
  background: #2f2f2f;
}
.dark-mode .modal .meta-wrapper {
  background: #414141;
  color: #b0aac0;
}
.dark-mode .modal .meta-wrapper .meta-value {
  color: #fff;
}
/***********************************************************
  4. Header
************************************************************/
.site-header {
  position: absolute;
  width: 100%;
  z-index: 1001;
}
.site-header .navbar {
  padding-top: 24px;
  padding-bottom: 24px;
  z-index: 1;
  transition: 0.3s;
}
.site-header .navbar.fixed-top {
  padding-top: 12px;
  padding-bottom: 12px;
}
.site-header .nav-item .nav-link {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.site-header .nav-item .active {
  color: #d23e32;
}
.site-header a {
  color: #fff;
  text-transform: capitalize;
}
.site-header a:hover,
.site-header a:focus {
  color: #d23e32;
}
.site-header .navbar-brand {
  width: 160px;
}
/* Dark Mode Styling */
.dark-mode .site-header .navbar {
  background: #151515 !important;
}
/***********************************************************
  5. Hero Area
************************************************************/
.hero-area {
  /* background-color: #333; */
  /* background: url(../image/home-bg.jpg) no-repeat center center; */
  background-size: cover;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 100vh;
}
.hero-area:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: -1;
}
.hero-area .hero-content {
  min-height: 100vh;
  position: relative;
  z-index: 10;
}
.hero-area .hero-content > .row {
  width: 100%;
}
.hero-area .hero-head {
  color: #fff;
  font-size: 40px;
}
.hero-area .hero-head small {
  font-size: 24px;
  margin-bottom: 12px;
  display: block;
}
.hero-area .hero-head strong {
  color: #d23e32;
}
.hero-area .content-block p {
  font-size: 24px;
}
.hero-area .image-block {
  text-align: right;
  overflow: hidden;
}
.hero-area .image-wrapper {
  position: relative;
  transform-style: preserve-3d;
}
.hero-area .image-wrapper:after {
  content: "";
  width: 440px;
  height: 228px;
  position: absolute;
  top: 120px;
  right: -0px;
  background: #d23e32;
  transform: rotate(-35deg);
  z-index: -1;
  animation: anim-rotate 8s infinite;
  border-radius: 50px;
}
.hero-area .image-wrapper img {
  width: 80%;
  margin-left: auto;
  margin-right: 0;
}
.hero-area .hero-facts li {
  background: #fff;
  position: absolute;
  display: inline-block;
  padding: 18px 24px;
  text-align: left;
  box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  top: 400px !important;
}
.hero-area .hero-facts li p,
.hero-area .hero-facts li h4 {
  display: inline-block;
}
.hero-area .hero-facts li p {
  font-size: 45px;
  color: #959595;
  /* font-weight: bold; */
  line-height: 17px;
  font-size: 13px !important;
}
.hero-area .hero-facts li p span {
  font-size: 60%;
  position: relative;
  top: -15px;
}
.hero-area .hero-facts li h4 {
  margin-bottom: 0;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.4;
  position: relative;
}
.hero-area .hero-facts li:first-child {
  left: 33%;
  top: 60px;
}
.hero-area .hero-facts li:nth-child(2) {
  right: -60px;
  bottom: 0px;
}
.hero-area .link-group {
  margin-top: 20px;
}
.hero-area .hero-social {
  display: inline-block;
}
.hero-area .hero-social .list-inline-item {
  margin-right: 24px;
}
.hero-area .hero-social a {
  font-size: 24px;
  color: #fff;
  transition: 0.3s;
}
.hero-area .hero-social a:hover {
  color: #d23e32;
}
.hero-area .de-hero-1 {
  left: 8%;
  top: 22%;
}
.hero-area .de-hero-2 {
  right: 7%;
  top: 20%;
  position: absolute;
}
.hero-area .de-hero-3 {
  right: 5%;
  bottom: 12%;
  position: absolute;
}
.hero-area .de-hero-4 {
  left: 48%;
  top: 30%;
  position: absolute;
}
.hero-area .de-hero-5 {
  left: 10%;
  bottom: 18%;
  position: absolute;
}
.hero-area .btn-main {
  margin-right: 30px;
}
.hero-area .btn-text:hover {
  color: #fff;
}
.has-sidebar .hero-area .de-hero-1 {
  left: 4%;
}
.has-sidebar .hero-area .de-hero-2 {
  right: 5%;
}
.has-sidebar .hero-area .de-hero-4 {
  left: 44%;
}
.has-sidebar .hero-area .de-hero-5 {
  left: 6%;
}
/* Dark Mode Styling */
.dark-mode .hero-area .hero-facts li {
  background: #2f2f2f;
  width: 250px;
  margin: 0px auto;
}



.hero-area-inner {
  /* background-color: #333; */
  /* background: url(../image/home-bg.jpg) no-repeat center center; */
  background-size: cover;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 80vh;
}
.hero-area-inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: -1;
}


.hero-area-inner .hero-content {
  min-height: 80vh;
  position: relative;
  z-index: 10;
}
.hero-area-inner .hero-content > .row {
  width: 100%;
}

.hero-area-inner .link-group {
  margin-top: 20px;
}
.hero-area-inner .hero-social {
  display: inline-block;
}
.hero-area-inner .hero-social .list-inline-item {
  margin-right: 24px;
}
.hero-area-inner .hero-social a {
  font-size: 24px;
  color: #fff;
  transition: 0.3s;
}
.hero-area-inner .hero-social a:hover {
  color: #d23e32;
}
.hero-area-inner .btn-main {
    margin-right: 30px;
}

.hero-area-inner:after {
  content: "";
  position: absolute;
  background-image: linear-gradient(355deg, #000000 5%, #00000047 113%);
  /* transform: skew(325deg, 0deg); */
  width: 100%;
  height: 100%;
  top: 0px;
  /* border-radius: 90%; */
  left: 0px;
  z-index: 1;
}

@media (max-width: 767px) {
	.hero-area-inner {
        text-align: center;
    }
    .hero-area-inner .btn-main {
        margin-right: 0;
        margin-bottom: 30px;
        display: inline-block;
    }
}




/***********************************************************
  6. Intro Section  
************************************************************/
.intro-section {
  position: relative;
}
.intro-section .item-wrapper {
  border: 1px solid #e0e0e0;
  padding: 25px;
  border-radius: 12px;
  position: relative;
  background: #fff;
  transition: 0.3s;
}
.intro-section .item-wrapper:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #d23e32;
  transition: 0.3s;
  z-index: -1;
  border-radius: 12px;
}
.intro-section .item-wrapper:hover {
  box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.1);
  border-color: #fff;
}
.intro-section .item-wrapper:hover:after {
  transform: rotate(-10deg);
}
.intro-section .icon-box {
  font-size: 48px;
  color: #d23e32;
}
.intro-section h3 {
  font-size: 28px;
  margin-bottom: 18px;
}
.intro-section .de-intro-1 {
  position: absolute;
  left: 5%;
  top: 10%;
}
/* Dark Mode Styling */
.dark-mode .intro-section .item-wrapper {
  background: #2f2f2f;
  border: none;
}
/***********************************************************
  7. About Section 
************************************************************/
.about-section {
  padding-bottom: 0px;
  background: #f2f5fb;
  position: relative;
  overflow: hidden;
}
.about-section .img-wrapper {
  position: relative;
  text-align: center;
}
.about-section .img-wrapper:before,
.about-section .img-wrapper:after {
  position: absolute;
  content: "";
}
.about-section .img-wrapper:before {
  width: 60px;
  height: 60px;
  border-radius: 7px;
  border: 5px solid #d23e32;
  left: 30px;
  top: 190px;
}
.about-section .img-wrapper:after {
  width: 36px;
  height: 36px;
  background: #d23e32;
  left: 332px;
  /*  bottom: -90px;*/
  border-radius: 4px;
}
.about-section .about-img-2 {
  position: absolute;
  left: 180px;
  bottom: -160px;
}
.about-section .content-block h2 {
  font-size: 48px;
}
.about-section .content-block h2 span {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  color: #d23e32;
}
.about-section .content-block h2 strong {
  display: block;
  font-size: 30px;
  margin-top: 24px;
}
.about-section .personal-details {
  margin-top: 36px;
  margin-bottom: 36px;
}
.about-section .personal-details > div {
  margin-bottom: 0;
}
.about-section .personal-info li {
  margin-bottom: 18px;
}
.about-section .personal-info h4 {
  font-size: 16px;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.about-section .de-about-1 {
  position: absolute;
  right: 10%;
  top: -8%;
}
.about-section .de-about-2 {
  position: absolute;
  left: 5%;
  bottom: -3%;
  z-index: 2;
}
.has-sidebar .about-section .de-about-1 {
  right: 3%;
}
.has-sidebar .about-section .de-about-2 {
  left: 4%;
}
/* Dark Mode Styling */
.dark-mode .about-section {
  background: #2a2a2a;
}
/***********************************************************
  8. Skill Sections
************************************************************/
.skill-section {
  background-color: #333;
  background: url("https://storage.googleapis.com/e4mevents/pitch-brand-talk-2025/images/devider.png")
    no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.skill-section:after {
  content: "";
  /*  position: absolute;*/
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: -1;
}
.skill-section h2 {
  color: #fff;
  font-size: 48px;
  margin-bottom: 36px;
}
.skill-section h2 span {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  color: #d23e32;
}
.skill-section .lead {
  color: #bdb9cb;
}
.skill-section .content-block {
  padding-right: 72px;
}
.skill-section .progress-block {
  margin-top: 30px;
}
.skill-section .progress-block h4 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 12px;
}
.skill-section .progress-wrapper {
  margin-bottom: 24px;
  position: relative;
}
.skill-section .progress {
  height: 0.5rem;
  position: relative;
}
.skill-section .progress-bar {
  background-color: #d23e32;
}
.skill-section .progress-value {
  position: absolute;
  right: 0;
  top: 2px;
  color: #d23e32;
  font-size: 16px;
}
.progress-bar {
  transition-duration: 3s;
}
/***********************************************************
  9. Portfolio Section
************************************************************/
.portfolio-section {
  padding-bottom: 100px;
  position: relative;
  /* portfolio detials styling */
}
.portfolio-section .row > div {
  margin-bottom: 24px;
}
.portfolio-section .filter-button-group {
  text-align: center;
  margin-bottom: 48px;
}
.portfolio-section .filter-button-group button {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background: transparent;
  padding: 6px 12px;
  color: #615978;
  font-size: 16px;
  transition: 0.3s;
}
.portfolio-section .filter-button-group button:hover {
  border-color: #d23e32;
}
.portfolio-section .filter-button-group .active {
  background: #d23e32;
  color: #fff;
  border-color: #d23e32;
}
.portfolio-section .box {
  background-color: #774691;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.portfolio-section .box:before,
.portfolio-section .box:after {
  content: "";
  background: #d23e32;
  height: 50%;
  width: 100%;
  opacity: 0.8;
  position: absolute;
  top: -50%;
  left: 0;
  z-index: 1;
  transition: all 0.3s ease-in 0s;
}
.portfolio-section .box:after {
  top: auto;
  bottom: -50%;
}
.portfolio-section .box img {
  width: 100%;
  height: auto;
}
.portfolio-section .box .box-content {
  color: #fff;
  text-align: center;
  width: 100%;
  opacity: 0;
  position: absolute;
  bottom: 40%;
  left: 0;
  z-index: 2;
  transition: all 0.3s ease-out 0.1s;
  padding: 36px;
}
.portfolio-section .box .title {
  font-size: 21px;
  line-height: 1.3;
  color: #fff;
  text-transform: capitalize;
  margin: 0;
}
.portfolio-section .box .category {
  color: #fff;
  opacity: 0.8;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  font-weight: bold;
  margin-bottom: 6px;
}
.portfolio-section .box .icon-box {
  padding: 0;
  margin: 0;
  opacity: 0;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 70%;
  z-index: 2;
  transition: all 0.3s ease-out 0.1s;
}
.portfolio-section .box .icon-box a {
  width: 48px;
  height: 48px;
  line-height: 49px;
  background: rgba(255, 255, 255, 0.6);
  display: block;
  text-align: center;
  border-radius: 50%;
  transition: 0.3s;
  color: #222;
}
.portfolio-section .box .icon-box a:hover {
  background: #ffffff;
  color: #d23e32;
}
.portfolio-section .box:hover:before {
  top: 0;
}
.portfolio-section .box:hover:after {
  bottom: 0;
}
.portfolio-section .box:hover .box-content {
  opacity: 1;
  bottom: 0;
}
.portfolio-section .box:hover .icon-box {
  opacity: 1;
  top: 50%;
}
.portfolio-section .box .icon li {
  margin: 0 3px;
  display: inline-block;
}
.portfolio-section .box .icon li a {
  color: #444;
  background-color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 36px;
  height: 35px;
  width: 35px;
  border-radius: 10px;
  display: block;
  transition: all 0.3s ease 0s;
}
.portfolio-section .box .icon li a:hover {
  color: #fff;
  background: #12c2e9;
}
.portfolio-section .btn-close {
  position: absolute;
  right: 54px;
  top: 54px;
  background: #d23e32;
  color: #fff;
  text-align: center;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  transition: 0.3s;
}
.portfolio-section .item-content > div {
  margin-bottom: 0;
}
.portfolio-section .content-wrapper {
  padding: 30px 12px 24px 0;
}
.portfolio-section .content-wrapper .item-title {
  font-size: 36px;
  margin-bottom: 24px;
}
.portfolio-section .modal-body {
  padding: 36px 36px 12px;
}
.portfolio-section .modal-body img {
  border-radius: 12px;
}
.portfolio-section .meta-wrapper {
  background: #f6f6f6;
  padding: 30px;
  margin-top: 42px;
  border-radius: 8px;
}
.portfolio-section .item-meta {
  font-size: 16px;
}
.portfolio-section .item-meta li {
  margin-bottom: 18px;
}
.portfolio-section .item-meta li span {
  font-weight: bold;
  color: #222;
  margin-left: 8px;
}
.portfolio-section .de-portfolio-1,
.portfolio-section .de-portfolio-2 {
  position: absolute;
}
.portfolio-section .de-portfolio-1 {
  left: 5%;
  top: 10%;
}
.portfolio-section .de-portfolio-2 {
  right: 5%;
  bottom: -2%;
  z-index: 1;
}
/* Dark Mode Styling */
.dark-mode .filter-button-group button {
  color: #b0aac0;
  border: 1px solid #606060;
}
/***********************************************************
  10. Service Section
************************************************************/
.service-section {
  background-color: #333;
  position: relative;
  padding-bottom: 100px;
}
.service-section .row > div {
  margin-bottom: 24px;
}
.service-section p {
  color: #b0aac0;
  transition: 0.3s;
}
.service-section h3 {
  color: #fff;
  margin-bottom: 30px;
  transition: 0.3s;
}
.service-section .icon-box {
  font-size: 36px;
  color: #d23e32;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  width: 96px;
  height: 96px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  position: relative;
}
.service-section .icon-box i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.service-section .content-wrapper {
  border: 1px solid #474747;
  padding: 60px 48px;
  text-align: center;
  border-radius: 10px;
  transition: 0.4s;
  background: #000000;
}
.service-section .content-wrapper:hover {
  background: #fff;
}
.service-section .content-wrapper:hover .icon-box {
  background: #d23e32;
  color: #fff;
}
.service-section .content-wrapper:hover h3 {
  color: #222;
}
.service-section .content-wrapper:hover p {
  color: #615978;
}
.service-section .de-service-1,
.service-section .de-service-2,
.service-section .de-service-3 {
  position: absolute;
}
.service-section .de-service-1 {
  left: 5%;
  top: 12%;
}
.service-section .de-service-2 {
  right: 5%;
  top: 48%;
}
.service-section .de-service-3 {
  left: 5%;
  bottom: -2%;
}
.has-sidebar .service-section .de-service-1 {
  left: 3%;
}
.has-sidebar .service-section .de-service-2 {
  right: 2%;
}
.has-sidebar .service-section .de-service-3 {
  left: 3%;
}
/* Dark Mode Styling */
.dark-mode .service-section {
  background: #2a2a2a;
}
.dark-mode .service-section .content-wrapper:hover {
  background: #151515;
}
.dark-mode .service-section .content-wrapper:hover h3 {
  color: #fff;
}
.dark-mode .service-section .content-wrapper:hover p {
  color: #b0aac0;
}
/***********************************************************
  11. Features Section
************************************************************/
.features-section h3 {
  margin-bottom: 48px;
}
.features-section h4 {
  font-size: 21px;
  margin-bottom: 12px;
}
.features-section h4 span {
  font-family: "Open Sans", sans-serif;
  color: #615978;
  font-size: 70%;
  float: right;
}
.features-section h5 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.features-section .content-block {
  padding-left: 120px;
}
.features-section .features-list {
  margin-top: 36px;
  margin-bottom: 0;
}
.features-section li {
  margin-bottom: 36px;
}
.features-section li:last-child {
  margin-bottom: 0;
}
.features-section li:last-child .icon-box:after {
  content: none;
}
.features-section .icon-block {
  margin-right: 24px;
}
.features-section .icon-box {
  width: 60px;
  height: 60px;
  background: #d23e32;
  color: #fff;
  font-size: 24px;
  text-align: center;
  border-radius: 50%;
  line-height: 60px;
  position: relative;
}
/***********************************************************
  12. Testimonial Section
************************************************************/
.agenda-section {
  background-color: #333;
  background: url("../image/testimonial-bg.jpg") no-repeat center center;
  background-size: cover;
  padding-bottom: 107px;
  position: relative;
  z-index: 1;
}
.agenda-section:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
}
.agenda-section .item-wrapper {
  background: #fff;
  padding: 60px 48px 48px;
  position: relative;
  margin-top: 36px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(176, 18, 6, 0.1);
}
.agenda-section .item-wrapper:after {
  content: "";
  width: 90%;
  height: 90%;
  position: absolute;
  left: 5%;
  bottom: -18px;
  background: #fff;
  border-radius: 10px;
  z-index: -1;
}
.agenda-section .item-wrapper p {
  font-style: italic;
  margin-bottom: 30px;
}
.agenda-section .item-wrapper h4 {
  font-size: 21px;
}
.agenda-section .item-wrapper h4 span {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: #948daa;
}
.agenda-section .quote-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #d23e32;
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 72px;
}
.agenda-section .quote-icon img {
  width: 24px;
}
.agenda-section .quote-author {
  text-align: left;
}
.agenda-section .quote-author .image-block {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 18px;
}
.agenda-section .quote-author h4 {
  margin-bottom: 0;
}
/* Dark Mode Styling */
.dark-mode .agenda-section .item-wrapper {
  background: #2f2f2f;
}
.dark-mode .agenda-section .item-wrapper:after {
  background: #272727;
}
/***********************************************************
  13. Blog Section
************************************************************/
.blog-section {
  padding-bottom: 36px;
  position: relative;
  /* Blog details styling */
}
.blog-section h3 {
  margin-bottom: 0;
  line-height: 1.3;
}
.blog-section h3 a {
  text-transform: initial;
}
.blog-section .post-meta {
  margin-bottom: 6px;
}
.blog-section .post-meta li {
  display: inline-block;
  margin-right: 12px;
  font-size: 16px;
  color: #948daa;
}
.blog-section .post-meta li a {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  text-transform: initial;
  transition: 0.3s;
}
.blog-section .post-meta li a:hover {
  color: #d23e32;
}
.blog-section .content-wrapper {
  position: relative;
}
.blog-section .image-wrapper {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.blog-section .image-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}
.blog-section .post-content {
  position: absolute;
  left: 30px;
  bottom: 30px;
  right: 30px;
  z-index: 1;
}
.blog-section .large-post .post-content {
  left: 48px;
  bottom: 48px;
  right: 48px;
}
.blog-section .large-post .post-content h3 {
  font-size: 30px;
}
.blog-section .large-post .post-content h3 a {
  color: #fff;
  transition: 0.3s;
}
.blog-section .large-post .post-content h3 a:hover {
  color: #d23e32;
}
.blog-section .large-post .post-meta li {
  color: #fff;
}
.blog-section .large-post .content-wrapper:hover .image-wrapper:after {
  background: rgba(0, 0, 0, 0.5);
}
.blog-section .post-group .row > div {
  margin-bottom: 24px;
}
.blog-section .post-group .post-content {
  top: 30px;
}
.blog-section .post-group .post-content .post-meta {
  position: absolute;
  height: 100%;
  bottom: 0;
  margin-bottom: 0;
  width: 100%;
}
.blog-section .post-group .post-content .post-meta a {
  color: #948daa;
}
.blog-section .post-group .post-content .post-cat {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.blog-section .post-group .post-content .post-date {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.blog-section .post-group h3 {
  font-size: 21px;
  margin-top: 30px;
  z-index: 2;
  position: relative;
}
.blog-section .post-group h3 a {
  color: #222;
  text-transform: initial;
  transition: 0.3s;
}
.blog-section .post-group h3 a:hover {
  color: #d23e32;
}
.blog-section .post-group .content-wrapper {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
}
.blog-section .post-group .content-wrapper:hover .image-wrapper {
  opacity: 1;
}
.blog-section .post-group .content-wrapper:hover .image-wrapper:after {
  background: rgba(0, 0, 0, 0.5);
}
.blog-section .post-group .content-wrapper:hover h3 {
  color: #fff;
}
.blog-section .post-group .content-wrapper:hover h3 a {
  color: #fff;
}
.blog-section .post-group .content-wrapper:hover h3 a:hover {
  color: #d23e32;
}
.blog-section .post-group .content-wrapper:hover .post-meta li {
  color: #fff;
}
.blog-section .post-group .content-wrapper:hover .post-meta li a {
  color: #fff;
}
.blog-section .post-group .content-wrapper:hover .post-meta li a:hover {
  color: #d23e32;
}
.blog-section .post-group .image-wrapper {
  opacity: 0;
  transition: 0.3s;
}
.blog-section .btn-close {
  position: absolute;
  right: 54px;
  top: 54px;
  background: #d23e32;
  color: #fff;
  text-align: center;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  transition: 0.3s;
}
.blog-section .blog-content > div {
  margin-bottom: 48px;
}
.blog-section .modal .content-wrapper {
  border: none;
}
.blog-section .modal-body {
  padding: 36px 36px 12px;
}
.blog-section .modal-body img {
  border-radius: 12px;
}
.blog-section .blog-title {
  font-size: 36px;
  margin-top: 12px;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.4;
}
.blog-section .blog-meta {
  font-size: 16px;
  margin-bottom: 30px;
  color: #948daa;
}
.blog-section .blog-meta a {
  color: #948daa;
  transition: 0.3s;
}
.blog-section .blog-meta a:hover {
  color: #d23e32;
}
.blog-section .blog-meta li {
  margin-right: 24px;
}
.blog-section .blog-meta li i {
  margin-right: 6px;
}
.blog-section .blog-meta li:last-child {
  margin-right: 0;
}
.blog-section .post-footer {
  margin-top: 48px;
}
.blog-section .post-footer > div {
  margin-bottom: 0;
}
.blog-section .post-footer h4 {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
  margin-right: 12px;
}
.blog-section .post-footer ul {
  margin: 0;
}
.blog-section .post-footer ul a {
  font-size: 16px;
}
.blog-section .post-footer .blog-tags a {
  color: #948daa;
  transition: 0.3s;
}
.blog-section .post-footer .blog-tags a:hover {
  color: #d23e32;
}
.blog-section .post-footer .blog-share a {
  font-size: 24px;
}
.blog-section .post-footer .blog-share a.facebook-share {
  color: #1877f2;
}
.blog-section .post-footer .blog-share a.twitter-share {
  color: #1da1f2;
}
.blog-section .post-footer .blog-share a.linkedin-share {
  color: #0077b5;
}
.blog-section .de-blog-1,
.blog-section .de-blog-2 {
  position: absolute;
}
.blog-section .de-blog-1 {
  left: 5%;
  top: 15%;
}
.blog-section .de-blog-2 {
  right: 10%;
  bottom: 10%;
}
.has-sidebar .blog-section .de-blog-1 {
  left: 3%;
}
.has-sidebar .blog-section .de-blog-2 {
  right: 4%;
}
/* Dark Mode Styling */
.dark-mode .blog-section .post-group h3 a {
  color: #fff;
}
.dark-mode .blog-section .content-wrapper {
  border: 1px solid #474747;
}
.dark-mode .blog-section .modal .content-wrapper {
  border: none;
}
/***********************************************************
  14. Partner Section  
************************************************************/
.partner-section {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #333;
}
.partner-section .image-wrapper {
  text-align: center;
}
/***********************************************************
  15. Contact Section
************************************************************/
.contact-section {
  padding-bottom: 60px;
  position: relative;
  /* contact form message */
}
.contact-section .icon-box {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #d23e32;
  line-height: 40px;
  text-align: center;
  color: #fff;
  margin-right: 10px;
  font-size: 18px;
}
.contact-section a {
  font-family: "Open Sans", sans-serif;
  color: #615978;
  text-transform: initial;
  transition: 0.3s;
}
.contact-section a:hover {
  color: #d23e32;
}
.contact-section address {
  margin-bottom: 0;
}
.contact-section h3 {
  font-size: 36px;
  margin-bottom: 48px;
}
.contact-section .map-wrapper {
  min-height: 396px;
  background: #f9f9f9;
  margin-right: 90px;
  border-radius: 10px;
}
.contact-section form > div {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.contact-section input,
.contact-section textarea {
  border-radius: 4px !important;
}
.contact-section textarea {
  min-height: 183px;
}
.contact-section .form-control {
  padding: 12px 18px;
}
.contact-section .form-control:focus {
  border-color: #fea68f;
  box-shadow: none;
}
.contact-section button {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}
.contact-section .form-message p {
  font-size: 14px;
}
.contact-section .form-message p.error,
.contact-section .form-message p.success {
  margin-bottom: 12px;
}
.contact-section .form-message p.success {
  color: #00b300;
}
.contact-section .form-message p.error {
  color: #ff3333;
}
.contact-section .de-contact-1,
.contact-section .de-contact-2 {
  position: absolute;
}
.contact-section .de-contact-1 {
  right: 7%;
  top: 12%;
}
.contact-section .de-contact-2 {
  left: 4%;
  bottom: -2%;
  z-index: 2;
}
.has-sidebar .contact-section .de-contact-2 {
  left: 2%;
}
/***********************************************************
  16. Site Footer 
************************************************************/
.site-footer {
  background-color: #333;
  background: #000000;
  background-size: cover;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  z-index: 1;
}
.site-footer:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: -1;
}
.site-footer .container {
  position: relative;
}
.site-footer h3 {
  color: #fff;
  font-size: 21px;
  margin-bottom: 30px;
}
.site-footer p {
  color: #b0aac0;
}
.site-footer input {
  padding-left: 24px;
  padding-right: 24px;
}
.site-footer input:focus {
  border-color: #d23e32;
  box-shadow: none;
}
.site-footer .footer-brand {
  margin-bottom: 36px;
  display: inline-block;
}
.site-footer .footer-brand img {
  width: 148px;
}
.site-footer .footer-social {
  margin-top: 48px;
}
.site-footer .footer-social li {
  margin-right: 24px;
}
.site-footer .footer-social li:last-child {
  margin-right: 0;
}
.site-footer .footer-social a {
  color: #fff;
  transition: 0.3s;
  font-size: 24px;
  display: inline-block;
}
.site-footer .footer-social a:hover {
  color: #d23e32;
  transform: translateY(-5px);
}
.site-footer .back-to-top {
  position: absolute;
  top: -120px;
  right: var(--bs-gutter-x, 0.75rem);
}
.site-footer .back-to-top a {
  width: 60px;
  height: 60px;
  background: #d23e32;
  text-align: center;
  line-height: 60px;
  font-size: 24px;
  color: #fff;
  transition: 0.3s;
  border-radius: 50%;
  display: inline-block;
}
.site-footer .footer-bottom {
}
.site-footer .footer-bottom p {
  font-size: 15px;
  color: #818181;
}
.site-footer .footer-bottom ul {
  margin-bottom: 0;
}
.site-footer .footer-bottom ul a {
  font-family: "Open Sans", sans-serif;
  color: #818181;
  text-transform: capitalize;
  font-size: 15px;
}
/***********************************************************
  17. Libraries
************************************************************/
/* PRE LOADER */
.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #222;
  z-index: 10000;
}
.dots .dot {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: 0 10px 0 10px;
  border-radius: 50%;
  background: #fff;
  -webkit-animation: dot-dot-dot 1.4s linear infinite;
  animation: dot-dot-dot 1.4s linear infinite;
}
.dots .dot:nth-child(2) {
  animation-delay: 0.2s;
}
.dots .dot:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes dot-dot-dot {
  0%,
  60%,
  100% {
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
  }
  30% {
    -webkit-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    transform: translateY(-25px);
  }
}
/* swiper */
.swiper {
  width: 100%;
  height: 420px;
}
.swiper .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 0.5;
  width: 8px;
  height: 8px;
}
.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #d23e32;
  opacity: 1;
}
.partnerCarousel {
  overflow: hidden;
  width: 100%;
}
/***********************************************************
  18. Media Queries 
************************************************************/
/* max-width: 1599px and min-width:992px */
@media (max-width: 1599px) and (min-width: 992px) {
  .hero-area .hero-head {
    font-size: 36px;
  }
}
/* max-width: 1599px and min-width:1200px */
@media (max-width: 1599px) and (min-width: 1200px) {
  .has-sidebar .hero-area .image-wrapper img {
    margin-right: 60px;
  }
  .has-sidebar .hero-area .image-wrapper p img {
    background-color: #fff;
    padding: 5px;
    border-radius: 3px;
  }
  .has-sidebar .hero-area .image-wrapper:after {
    right: 50px;
  }
  .has-sidebar .hero-area .hero-facts li:nth-child(2) {
    right: 0px;
  }
  .hero-area .image-wrapper:after {
    width: 380px;
    height: 300px;
    top: 60px;
    right: -10px;
  }
  .hero-area .image-wrapper img {
    width: 66%;
  }
  .hero-area .hero-facts li {
    padding: 5px 11px 11px 11px;
  }
  .hero-area .hero-facts li:first-child {
    right: -34px;
  }
  .hero-area .hero-facts li:nth-child(2) {
    right: -90px;
    width: 240px;
  }
  .hero-area .hero-facts li p {
    font-size: 15px;
    width: 100%;
  }
  .hero-area .hero-facts li h4 {
    font-size: 15px;
    width: 100%;
  }
  .about-section .img-wrapper:before {
    left: 24px;
  }
  .service-section .content-wrapper {
    padding: 48px 36px;
  }
  .agenda-section .swiper {
    height: 480px;
  }
}
/* Max-width: 1599px and Min-width: 1400px */
@media (max-width: 1599px) and (min-width: 1400px) {
  .hero-area .de-hero-1 {
    left: 1%;
    top: 16%;
  }
  .hero-area .de-hero-2 {
    right: 3%;
  }
  .hero-area .de-hero-3 {
    right: 2%;
  }
  .hero-area .de-hero-5 {
    bottom: 12%;
  }
}
/* Max-width: 1399px */
@media (max-width: 1599px) {
  .has-sidebar .design-elements {
    display: none;
  }
  .service-section .de-service-1,
  .service-section .de-service-2 {
    display: none;
  }
  .blog-section .de-blog-2 {
    bottom: 5%;
  }
  .contact-section .de-contact-1 {
    top: 12%;
  }
}
/* Max-width: 1399px and Min-width: 1200px */
@media (max-width: 1399px) and (min-width: 1200px) {
  .hero-area .hero-content > .row {
    margin-top: 72px;
  }
  .hero-area .de-hero-1 {
    left: 3%;
    top: 20%;
    width: 75%;
    border-radius: 8px;
  }
  .hero-area .de-hero-2 {
    right: 3%;
  }
  .hero-area .de-hero-3 {
    right: 2%;
  }
  .hero-area .de-hero-5 {
    left: 1%;
    bottom: 8%;
  }
}
/* max-width: 1199px */
@media (max-width: 1199px) {
  .btn-main {
    padding: 12px 30px;
  }
  .btn-ghost {
    padding: 10px 28px;
  }
  .section-title {
    width: 80%;
  }
  .design-elements {
    display: none;
  }
  .site-header .navbar-toggler {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0.25rem;
  }
  .site-header .navbar-toggler:focus {
    box-shadow: none;
  }
  .site-header .navbar-toggler-icon {
    line-height: 1.5em;
  }
  .site-header .nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e0e0e0;
  }
  .site-header .navbar-collapse {
    background: #fff;
  }
  .site-header .nav-item:last-child .nav-link {
    border-bottom: none;
  }
  .hero-area {
    text-align: center;
  }
  .hero-area .content-block {
    margin-bottom: 120px;
  }
  .hero-area .hero-head {
    font-size: 60px;
  }
  .hero-area .image-wrapper {
    text-align: center;
    margin-top: 160px;
    margin-bottom: 72px;
  }
  .hero-area .image-wrapper:after {
    width: 460px;
    top: 72px;
    right: 102px;
  }
  .hero-area .image-wrapper img {
    width: 60%;
  }
  .hero-area .hero-facts li {
    padding: 14px 16px;
  }
  .hero-area .hero-facts li:first-child {
    left: 80px;
  }
  .hero-area .hero-facts li:nth-child(2) {
    right: 85px;
  }
  .hero-area .hero-facts li h4 {
    font-size: 14px;
  }
  .hero-area .hero-facts li p {
    font-size: 36px;
  }
  .hero-area .de-hero-4 {
    left: 18%;
    top: 48%;
  }
  .about-section .content-block {
    margin-top: 72px;
  }
  .about-section .content-block h2 {
    font-size: 48px;
  }
  .about-section .content-block h2 span {
    margin-bottom: 12px;
  }
  .about-section .content-block h2 strong {
    font-size: 24px;
  }
  .about-section .img-wrapper {
    text-align: left;
  }
  .about-section .img-wrapper:before {
    left: 430px;
    top: 84px;
  }
  .about-section .img-wrapper:after {
    left: 240px;
    bottom: -72px;
  }
  .about-section .about-img-2 {
    bottom: -96px;
    left: 312px;
  }
  .skill-section .content-block {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
  .skill-section h2 span {
    margin-bottom: 12px;
  }
  .portfolio-section .meta-wrapper {
    margin-top: 12px;
    margin-bottom: 30px;
  }
  .features-section .image-wrapper {
    text-align: center;
  }
  .features-section .image-wrapper img {
    width: 60%;
  }
  .features-section .content-block {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  .features-section h4 span {
    display: block;
    margin-top: 12px;
    float: none;
  }
  .features-section .icon-box:after {
    content: none;
  }
  .blog-section .large-post .post-content h3 {
    font-size: 24px;
  }
  .blog-section .large-post img {
    width: 100%;
  }
  .blog-section .post-group h3 {
    font-size: 18px;
  }
  .contact-section .icon-box {
    flex-shrink: 0;
  }
  .contact-section .map-wrapper {
    margin-right: 0;
  }
  .site-footer .social-block li {
    margin-right: 15px;
  }
}
/* creating vertical navbar @min-width: 1200px; */
@media (min-width: 1200px) {
  .has-sidebar .main-content {
    /*   width: calc(100%-248px);
    margin-left: 248px; */
  }
  .has-sidebar .site-header .navbar .container,
  .has-sidebar .site-header .navbar-expand-xl .navbar-collapse,
  .has-sidebar .site-header .navbar-expand-xl .navbar-nav {
    flex-direction: column;
    align-items: flex-start;
  }
  .has-sidebar .site-header .navbar {
    width: 248px;
    height: 100vh;
    align-items: flex-start;
    background: #1d1d1d;
    position: fixed;
  }
  .has-sidebar .site-header .navbar-brand {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  .has-sidebar .site-header .collapse {
    width: 100%;
  }
  .has-sidebar .site-header .navbar-nav {
    margin-left: 0 !important;
    width: 100%;
  }
  .has-sidebar .site-header .sidenav-photo {
    margin-left: 1.2rem;
    margin-right: 1.2rem;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 12px;
    border: 3px solid #d23e32;
    width: 184px;
  }
  .has-sidebar .site-header .nav-item {
    display: block;
    width: 100%;
  }
  .has-sidebar .site-header .nav-item:first-child .nav-link {
    /*    border-top: 1px dotted rgba(255, 255, 255, 0.2);*/
  }
  .has-sidebar .site-header .nav-link {
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
  }
}
/* max-width 1599px and min-width 1200px */
@media (max-width: 1599px) and (min-width: 1200px) {
  .has-sidebar .site-header .navbar {
    width: 190px;
  }
  .has-sidebar .site-header .sidenav-photo {
    width: 120px;
    margin-top: 24px;
  }
  .has-sidebar .site-header .nav-link {
    font-size: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
  }
  .has-sidebar .main-content {
    /* margin-left: 190px; */
  }
  .has-sidebar .about-section .img-wrapper:before {
    left: 0px;
    top: 210px;
  }
}
/* max-width: 1199px and min-width:992px */
@media (max-width: 1199px) and (min-width: 992px) {
  .blog-section .post-group h3 {
    line-height: 1.2;
    margin-top: 24px;
  }
}
/* max-width: 991px and min-width:768px */
@media (max-width: 991px) and (min-width: 768px) {
  .agenda-section .swiper {
    height: 360px;
  }
  .blog-section .row .large-post {
    margin-bottom: 24px;
  }
  .blog-section .post-footer > div.blog-tags {
    margin-bottom: 18px;
  }
  .blog-section .modal .blog-title {
    font-size: 30px;
  }
  .site-footer .row > div {
    margin-bottom: 48px;
  }
  .site-footer .row > div:last-child {
    margin-bottom: 0;
  }
}
/* max-width: 767px */
@media (max-width: 767px) {
  .btn-main,
  .btn-ghost,
  .bt-text {
    font-size: 16px;
  }
  .block-title {
    font-size: 36px;
  }
  .fixed-top .navbar-brand img {
    width: 96px;
  }
  .hero-area .btn-main {
    margin-right: 0;
    margin-bottom: 30px;
    display: inline-block;
  }
  .hero-area .hero-social {
    display: block;
  }
  .hero-area .hero-social li:last-child {
    margin-right: 0;
  }
  .hero-area .hero-social a {
    font-size: 21px;
  }
  .hero-area .hero-facts li:first-child {
    left: 0;
    top: 48px;
  }
  .hero-area .hero-facts li:nth-child(2) {
    right: 0;
    bottom: 48px;
  }
  .hero-area .image-wrapper:after {
    width: 430px;
    height: 300px;
    top: 72px;
    right: 36px;
  }
  .hero-area .image-wrapper img {
    width: 80%;
  }
  .hero-area .hero-head {
    font-size: 28px;
  }
  .hero-area .hero-head small {
    font-size: 21px;
    margin-bottom: 12px;
  }
  .hero-area .content-block p {
    font-size: 18px;
  }
  .hero-area .design-elements {
    display: none;
  }
  .intro-section .row > div {
    margin-bottom: 36px;
  }
  .intro-section .design-elements {
    display: none;
  }
  .about-section .design-elements {
    display: none;
  }
  .facts-section .row > div {
    margin-bottom: 36px;
  }
  .skill-section {
    padding-top: 80px;
    padding-bottom: 20px;
  }
  .skill-section .row > div {
    margin-bottom: 36px;
  }
  .skill-section h2 {
    font-size: 30px;
  }
  .skill-section .content-block {
    margin-bottom: 36px;
  }
  .portfolio-section .content-wrapper {
    padding-top: 24px;
  }
  .portfolio-section .content-wrapper .item-title {
    font-size: 30px;
  }
  .portfolio-section .design-elements {
    display: none;
  }
  .portfolio-section .modal-body {
    padding: 18px 18px 6px;
  }
  .portfolio-section .meta-wrapper {
    margin-top: 0;
    margin-bottom: 12px;
  }
  .portfolio-section .btn-close {
    right: 30px;
    top: 30px;
  }
  .service-section .design-elements {
    display: none;
  }
  .features-section .image-wrapper img {
    width: 80%;
    position: relative;
    left: -20px;
  }
  .agenda-section {
    padding-top: 80px;
    padding-bottom: 70px;
  }
  .agenda-section .swiper {
    height: 440px;
  }
  .agenda-section .swiper-pagination {
    bottom: 0;
  }
  .blog-section .row .large-post {
    margin-bottom: 24px;
  }
  .blog-section .row .large-post .post-content {
    left: 30px;
    right: 30px;
    bottom: 30px;
  }
  .blog-section .row .large-post .post-content h3 {
    font-size: 21px;
  }
  .blog-section .post-meta li {
    font-size: 14px;
  }
  .blog-section .modal .blog-title {
    font-size: 24px;
    text-align: left;
    margin-bottom: 18px;
  }
  .blog-section .modal .blog-content > div {
    margin-bottom: 24px;
  }
  .blog-section .modal .blog-meta {
    margin-bottom: 18px;
  }
  .blog-section .modal .blog-meta li {
    margin-bottom: 6px;
  }
  .blog-section .modal .btn-close {
    top: 24px;
    right: 24px;
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
  .blog-section .post-footer > div.blog-tags {
    margin-bottom: 18px;
  }
  .blog-section .post-footer > div.blog-tags h4 {
    margin-bottom: 6px;
  }
  .blog-section .design-elements {
    display: none;
  }
  .contact-section .contact-options > div {
    margin-bottom: 30px;
  }
  .contact-section form > div {
    margin-top: 0;
  }
  .contact-section form > div:first-child {
    margin-bottom: 0;
  }
  .contact-section .design-elements {
    display: none;
  }
  .site-footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .site-footer .btn-main {
    padding-left: 21px;
    padding-right: 21px;
  }
  .site-footer input {
    padding-left: 12px;
    padding-right: 12px;
  }
  .site-footer .row > div {
    margin-bottom: 48px;
  }
  .site-footer .footer-bottom {
    margin-top: 0;
    text-align: center;
  }
  .site-footer .footer-bottom > div {
    margin-bottom: 24px;
  }
  .site-footer .footer-bottom > div:last-child {
    margin-bottom: 0;
  }
}
/* max-width: 576px */
@media (max-width: 576px) {
  section,
  .site-footer {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-title {
    width: 90%;
    margin-bottom: 48px;
  }
  .lead {
    font-size: 1.1rem;
  }
  .site-header .navbar-brand {
    width: 108px;
  }
  .hero-area .image-wrapper {
    margin-top: 136px;
    margin-bottom: 36px;
  }
  .hero-area .image-wrapper:after {
    width: 66%;
    right: 54px;
    top: 2px;
  }
  .hero-area .content-block {
    margin-bottom: 10px;
    margin-top: 90px;
  }
  .hero-area .hero-facts {
    /*    display: none;*/
  }
  .hero-area .link-group {
    margin-top: 36px;
  }
  .intro-section {
    padding-top: 80px;
    padding-bottom: 20px;
  }
  .intro-section .item-wrapper {
    padding: 30px;
  }
  .intro-section .content-wrapper {
    margin-left: 0;
  }
  .intro-section .icon-box {
    float: none;
  }
  .facts-section {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .facts-section .icon-box {
    font-size: 36px;
  }
  .facts-section .number-data {
    font-size: 36px;
  }
  .about-section {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .about-section .content-block {
    margin-top: 48px;
  }
  .about-section .content-block h2 {
    font-size: 36px;
  }
  .about-section .content-block h2 span {
    margin-bottom: 8px;
  }
  .about-section .img-wrapper:before,
  .about-section .img-wrapper:after {
    display: none;
  }
  .about-section .about-img-2 {
    left: auto;
    right: 0;
    width: 120px;
  }
  .portfolio-section {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .portfolio-section .filter-button-group button {
    margin-bottom: 6px;
  }
  .service-section {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .service-section .content-wrapper {
    padding: 36px 24px;
    text-align: left;
  }
  .service-section .content-wrapper h3 {
    margin-bottom: 24px;
  }
  .service-section .icon-box {
    width: 84px;
    height: 84px;
    margin-left: 0;
  }
  .features-section {
    padding-top: 80px;
    padding-bottom: 20px;
  }
  .features-section .image-wrapper img {
    width: 90%;
    left: -10px;
  }
  .agenda-section .swiper {
    height: 420px;
  }
  .agenda-section .item-wrapper {
    padding: 54px 36px 42px;
  }
  .blog-section {
    padding-top: 80px;
    padding-bottom: 0;
  }
  .blog-section .modal-body {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 24px;
  }
  .blog-section .modal .btn-close {
    right: 36px;
    top: 36px;
  }
  .partner-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .contact-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .contact-section .row .form-block {
    margin-bottom: 0;
  }
  .site-footer .footer-brand img {
    width: 130px;
  }
  .site-footer .back-to-top {
    top: -90px;
  }
  .site-footer .footer-social a {
    font-size: 21px;
  }
}
/* max-width: 360px */
@media (max-width: 360px) {
  .block-title {
    font-size: 30px;
  }
  .section-title h2 {
    font-size: 16px;
  }
  .section-title h2:before,
  .section-title h2:after {
    display: none;
  }
  .hero-area .hero-head {
    font-size: 36px;
  }
  .hero-area .hero-head small {
    font-size: 18px;
  }
  .hero-area .image-wrapper:after {
    display: none;
  }
  .about-section .content-block h2 {
    font-size: 30px;
  }
  .about-section .content-block h2 strong {
    font-size: 21px;
  }
  .skill-section .progress-block h4 {
    font-size: 14px;
  }
  .service-section .content-wrapper {
    padding: 24px;
  }
  .agenda-section .quote-author {
    text-align: center;
  }
  .agenda-section .quote-author .image-block {
    display: none;
  }
  .agenda-section .item-wrapper {
    padding: 42px 24px 30px;
  }
  .agenda-section .item-wrapper h4 {
    font-size: 18px;
  }
  .agenda-section .item-wrapper p {
    margin-bottom: 24px;
  }
  .blog-section .row .large-post .post-content {
    left: 21px;
    right: 21px;
    bottom: 21px;
  }
  .blog-section .post-group .post-content {
    top: 21px;
    left: 21px;
    right: 21px;
    bottom: 21px;
  }
  .blog-section .row .large-post .post-content h3 {
    font-size: 18px;
  }
}

/*.hero-area:after {
    content: '';
    position: absolute;
    top: -30vw;
    left: -30vw;
    width: 80vw;
    height: 80vw;
    background: -o-radial-gradient(circle, #ff3700 0%, transparent 66%);
    background: radial-gradient(circle, #ff3700 0%, transparent 66%);
    opacity: 0.5;
    z-index: 2;
}*/

.hero-area:after {
  content: "";
  position: absolute;
  background-image: linear-gradient(355deg, #000000 5%, #00000047 113%);
  /* transform: skew(325deg, 0deg); */
  width: 100%;
  height: 100%;
  top: 0px;
  /* border-radius: 90%; */
  left: 0px;
  z-index: 1;
}
.hero-facts {
  position: relative;
  z-index: 999;
}

#news-slider {
  margin-top: 80px;
}
.post-slide {
  background: #fff;
  margin: 20px 15px 20px;
  border-radius: 15px;
  padding-top: 1px;
  box-shadow: 0px 14px 22px -9px #bbcbd8;
}
.post-slide .post-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: -12px 15px 8px 15px;
  margin-left: -10px;
}
.post-slide .post-img img {
  width: 100%;
  height: auto;
  transform: scale(1, 1);
  transition: transform 0.2s linear;
}
.post-slide:hover .post-img img {
  transform: scale(1.1, 1.1);
}
.post-slide .over-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: linear-gradient(
    -45deg,
    rgba(6, 190, 244, 0.75) 0%,
    rgba(45, 112, 253, 0.6) 100%
  );
  transition: all 0.5s linear;
}
.post-slide:hover .over-layer {
  opacity: 1;
  text-decoration: none;
}
.post-slide .over-layer i {
  position: relative;
  top: 45%;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 25px;
}
.post-slide .post-content {
  background: #fff;
  padding: 2px 20px 40px;
  border-radius: 15px;
}
.post-slide .post-title a {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover {
  text-decoration: none;
  color: #3498db;
}
.post-slide .post-description {
  line-height: 24px;
  color: #808080;
  margin-bottom: 25px;
}
.post-slide .post-date {
  color: #a9a9a9;
  font-size: 14px;
}
.post-slide .post-date i {
  font-size: 20px;
  margin-right: 8px;
  color: #cfdace;
}
.post-slide .read-more {
  padding: 7px 20px;
  float: right;
  font-size: 12px;
  background: #2196f3;
  color: #ffffff;
  box-shadow: 0px 10px 20px -10px #1376c5;
  border-radius: 25px;
  text-transform: uppercase;
}
.post-slide .read-more:hover {
  background: #3498db;
  text-decoration: none;
  color: #fff;
}
.owl-controls .owl-buttons {
  text-align: center;
  margin-top: 20px;
}
.owl-controls .owl-buttons .owl-prev {
  background: #fff;
  position: absolute;
  top: -13%;
  left: 15px;
  padding: 0 18px 0 15px;
  border-radius: 50px;
  box-shadow: 3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next {
  background: #fff;
  position: absolute;
  top: -13%;
  right: 15px;
  padding: 0 15px 0 18px;
  border-radius: 50px;
  box-shadow: -3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
  content: "\f104";
  font-family: FontAwesome;
  color: #333;
  font-size: 30px;
}
.owl-controls .owl-buttons .owl-next:after {
  content: "\f105";
}
@media only screen and (max-width: 1280px) {
  .post-slide .post-content {
    padding: 0px 15px 25px 15px;
  }
}

.s-img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}
.carousel-inner {
  overflow: initial;
  min-height: 560px;
}
* {
  scroll-behavior: smooth;
}
.s-name {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.desig {
  color: #7c7c7c;
  font-size: 16px;
  font-weight: bold;
}
.company-logo {
  background: #fff;
  border-radius: 8px;
  display: inline-block;
  padding: 5px;
}
#agenda {
  height: 70vh;
}
.email {
  font-size: 16px;
  color: #fff !important;
}
.email:hover {
  text-decoration: none;
}
.map-wrapper {
  display: none;
}
.yellow {
  color: #f0d60e;
}
.content-wrapper h4 {
  color: #cb3528 !important;
  font-size: 18px;
  margin: 0px;
}
.content-wrapper {
  border: solid 1px #343434;
  border-radius: 8px;
  padding: 15px;
}
.ps {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 22px;
  color: #d23e32;
}

@media (min-width: 1367px) and (max-width: 1920px) {
  .hero-area .hero-facts li:first-child {
    right: 0px;
    top: 330px !important;
    left: 15%;
  }
  .site-header .nav-item .nav-link {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  .has-sidebar .hero-area .de-hero-1 {
    left: 4%;
    width: 90%;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .hero-area {
    height: 150vh !important;
  }
  .hero-area .hero-facts li {
    top: 220px !important;
  }
  .carousel-item {
    top: -100px;
  }
}

#speakers {
}
#partners {
}

.site-footer .footer-bottom ul a:hover {
  text-decoration: none;
}
.opportu {
  font-size: 22px;
}
.opportu a {
  font-weight: bold;
}
.opportu a:hover {
  text-decoration: none;
  color: #fff;
}
.rs {
  color: #b0aac0 !important;
  font-size: 20px;
}
.input-group label {
  color: #b0aac0;
  font-size: 16px;
}
.subtitle {
  border-bottom: solid 3px #333;
  font-weight: 300;
  letter-spacing: 1px;
}
.form .form-control {
  display: block;
  width: 100%;
  min-height: calc(2em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #818181;
  background-color: #131313;
  background-clip: padding-box;
  border: 1px solid #303030;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 4px !important;
}
.required {
  color: #c50000;
}
.c-text {
  color: #979797;
  font-size: 15px;
}
.previous-box {
  background-color: #fff;
  padding: 15px;
  box-shadow: 0 0 5px;
  margin: 10px;
  border-radius: 10px;
  min-height: 350px;
  position: relative;
}
.previous-box a {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  width: 100%;
}
.previous-box a:hover {
  text-decoration: none;
}
.p-edition {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 70px;
  left: 0;
  width: 100%;
}
.d-fee {
  background: #c7c7c7;
  color: #000;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 4px;
  font-weight: bold;
}

.content-box p,
.content-box ul.list {
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 16px;
  line-height: 28px;
}
h2.subhead {
  color: #e34c40 !important;
  font-size: 18px;
  font-weight: 500;
  background: #000;
  display: inline-block;
  padding: 10px 15px 12px;
  position: relative;
}

h2.subhead::after {
  width: 30px;
  height: 30px;
  border-left: solid 32px #404040;
  border-bottom: solid 22px transparent;
  border-top: solid 21px transparent;
  content: "";
  position: absolute;
  right: -32px;
  top: 0px;
}
.small-head {
  color: #e34c40 !important;
}
.content-box h4 {
  font-size: 18px;
}
.sa {
  color: #ffc107;
  font-size: 15px;
  font-weight: bold;
}

.popuptext {
  background: #ffffff;

  display: inline-block;
  left: 50%;
  opacity: 0;
  padding: 15px;
  position: fixed;
  text-align: justify;
  top: 50%;
  visibility: hidden;
  z-index: 999;

  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

  -webkit-transition: opacity 0.5s, top 0.5s;
  -moz-transition: opacity 0.5s, top 0.5s;
  -ms-transition: opacity 0.5s, top 0.5s;
  -o-transition: opacity 0.5s, top 0.5s;
  transition: opacity 0.5s, top 0.5s;
}

.popuptext ul {
  margin: 20px;
  padding: 0px;
}

.popuptext ul li {
  margin-top: 10px;
}

.popuptext p {
  text-align: left;
  font-size: 13px;
  color: #000000;
}

.overlaypopup:target + .popuptext {
  opacity: 1;
  z-index: 10000;
  visibility: visible;
  border: dashed 1px #ec167f;
}
.close_2 {
  background-color: #42a0af;
  height: 30px;
  line-height: 24px;
  position: absolute;
  right: -9px;
  text-align: center;
  text-decoration: none;
  top: -12px;
  width: 30px;
  display: block;
  box-shadow: 0px 0px 10px black;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
.close_2:before {
  color: rgba(255, 255, 255, 0.9);
  content: "x";
  font-size: 20px;
  text-shadow: 0px 0px 9px #000;
}
.close_2:hover {
  background: #000;
}

.attend-point {
  padding: 0px;
  margin: 0px;
}
.attend-point ul {
  padding: 0px;
  margin: 0px;
}
.attend-point ul li {
  padding: 10px 15px;
  margin: 0px;
  list-style-type: none;
  font-size: 17px;
  color: #0d1842;
  border: solid 1px #ccc;
  margin-bottom: 10px;
}
.attend-point {
  padding: 0px;
  margin: 0px;
}
.video1 {
  display: inline-block;
  padding: 10px;
  width: 100%;
}
.mandet {
  color: #db0000;
}
.blue {
  color: #004995;
}
.light-blue {
  color: #6affbb;
}
.font-weight-blod {
  font-weight: bold;
}

.plan-a {
  background: #2a2a2a;
  border-radius: 8px;
  padding: 6px 15px;
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
}
.plan-b {
  background: #d23e32;
  border-radius: 8px;
  padding: 4px 10px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.p-title {
  font-size: 17px;
  font-weight: 600;
  background: #d23e32;
  padding: 10px;
  color: #fff;
  border-radius: 8px 8px 0px 0px;
}
.light-blue2 {
  background: #000000 !important;
}
.t-blue {
  color: #000000 !important;
}
.pl-3 {
  padding-left: 15px;
}
.p-list li {
  list-style-type: none !important;
}

#myform {
  text-align: center;
}
.add-btn {
}
.qty {
  width: 90px;
  height: 36px;
  line-height: 35px;
  text-align: center;
  margin: 0px;
  padding: 0px;
  top: -5px;
  position: relative;
  border: solid 1px #e3e3e3;
}
.qtyplus {
  width: 35px;
  height: 36px;
  font-size: 31px;
  line-height: 32px;
  background: #d23e32;
  color: #fff;
  border: none;
}
.qtyminus {
  width: 35px;
  height: 36px;
  font-size: 31px;
  line-height: 32px;
  background: #d23e32;
  color: #000;
  border: none;
}

.offer-title {
  font-size: 22px;
  background: #e43e34;
  font-weight: 700;
  color: #fff;
  text-align: center;
  border-radius: 40px 0px 0px 0px;
  padding: 10px 0px;
  text-transform: uppercase;
}
.offer-box {
  /* padding: 10px 20px 20px 20px; */
  /* min-height: 320px; */
  border: solid 1px #ccc;
  border-radius: 8px;
}
.offer-price {
  font-size: 22px;
  color: #e43e34;
  text-align: center;
  font-weight: bold;
  padding: 10px 0px;
  background: #e3e3e3;
}
.book-now {
  position: relative;
  bottom: -10px;
  width: 100%;
  text-align: center;
}
.book-now button {
  background: #fff;
  padding: 15px 45px 18px;
  color: #000;
  border-radius: 90px;
  font-weight: bold;
}
.book-now a:hover {
  text-decoration: none;
  background: #e03d33;
}
.regular-price {
  font-size: 18px;
  width: 100%;
  text-align: center;
  background: #f1f1f1;
  padding-bottom: 5px;
}
.price {
  font-size: 22px;
  line-height: 30px;
}
.offer-price span.cross-text {
  text-decoration: line-through;
  color: #a5a5a5;
}
.gst {
  font-size: 16px;
  font-weight: bold;
  color: #999999;
}
.save {
  color: #000000;
  background: #d6deff;
  padding: 6px 12px;
  border-radius: 5px;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500;
}
.rp {
  font-size: 32px;
  font-weight: 500;
  color: #999999;
}
.orange {
  color: #e43e34;
}
.offer-list ul li {
  list-style-type: circle;
  line-height: 30px;
  color: #d3d3d3;
  font-size: 16px;
}
.sub-head {
  background: #000 !important;
}

.main-button span {
  position: relative;
  z-index: 5;
  color: #ffffff;
}

.main-button {
  text-decoration: none;
  /*   background-image: linear-gradient(to right, #9a4516, #b73919, #ec2420, #be2425, #8c272a);
             border: 2px dotted white; */
  color: aliceblue;
  padding: 0px;
  position: relative;
}
.main-button::after {
  position: absolute;
  content: "";
  bottom: -7px;
  top: -7px;
  left: -7px;
  right: -7px;
  background-color: transparent;
  border-radius: 10px;
  border: 4px solid #fff;
  margin: 0px;
  opacity: 1;
  transform-origin: center;
  animation: anim 1200ms linear infinite;
}
.main-button::before {
  position: absolute;
  content: "";
  bottom: -7px;
  top: -7px;
  left: -7px;
  right: -7px;
  background-color: transparent;
  border-radius: 10px;
  border: 4px solid #fff;
  margin: 0px;
  opacity: 0.8;
  transform-origin: center;
  animation: anim 1200ms linear 400ms infinite;
}

@keyframes anim {
  from {
    margin: 0px;
    opacity: 1;
  }

  to {
    margin: -15px;
    opacity: 0;
  }
}