/*--------------------------------
     =====Table Of Contents====

1.  General Styles 
2.  Mixins CSS
3.  Back To Top Button CSS
4.  Preloader CSS
5.  Button & Link CSS
6.  Section Title & Overlay & Shape CSS
7.  Social Link CSS
8.  Pagination CSS
9.  Sidebar CSS
     - Search Box Widget
     - Tag list Widget
     - Category Widget
     - Filter Search Widget
     - New Arrival Product Widget
     - Popular Post Widget
10. Sign In CSS
11. FAQ Terms & Conditions
----------------------------------*/

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  color: #666666;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #03041C;
  line-height: 1.4;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

a {
  color: #666666;
  transition: all ease 0.5s;
  text-decoration: none;
}
a:hover {
  color: #EE0034;
}

p {
  font-size: 16px;
  color: #666666;
  margin-bottom: 15px;
  font-weight: 400;
  line-height: 1.8;
}
p:last-child {
  margin-bottom: 0;
}

.container-fluid {
  max-width: 1520px;
}
.container-fluid.style2 {
  max-width: 1720px;
}
.container-fluid.style3 {
  max-width: 1620px;
}

.container.style1 {
  max-width: 1430px;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pl-0 {
  padding-left: 0;
}

.pr-0 {
  padding-right: 0;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-75 {
  padding-bottom: 75px;
}

.mb-5 {
  margin-bottom: 2.5rem !important;
}

.mb-7 {
  margin-bottom: 25px !important;
}

.mb-4 {
  margin-bottom: 25px;
}

.pb-50 {
  padding-bottom: 50px;
}

img {
  max-width: 100%;
  height: auto;
}

.default-btn {
  padding: 10px 20px;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  display: inline-block;
  z-index: 1;
  border-radius: 50px;
  transition: all ease 0.5s;
  position: relative;
  background-color: #EE0034;
}
.default-btn:hover {
  background-color: #0554F2;
  color: #ffffff;
}
.default-btn.style2 {
  background-color: transparent;
  border: solid 1px #0554F2;
  color: #03041C;
}
.default-btn.style2:hover {
  background-color: #0554F2;
  border-color: transparent;
  color: #ffffff;
}
.default-btn.style3 {
  background-color: transparent;
  border: solid 1px #EE0034;
  color: #03041C;
}
.default-btn.style3:hover {
  background-color: #EE0034;
  border-color: transparent;
  color: #ffffff;
}

.single-section .title {
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 15px;
  color: #EE0034;
}
.single-section h2 {
  font-weight: 700;
  font-size: 38px;
  line-height: 1.3;
  margin-bottom: 0;
}

.section-title {
  text-align: center;
  max-width: 815px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 38px;
}
.section-title .title {
  font-weight: 500;
  font-size: 16px;
  color: #EE0034;
  display: inline-block;
  margin-bottom: 10px;
}
.section-title h2 {
  font-weight: 700;
  font-size: 40px;
}
.section-title p {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}

/*
Top Header Warp  Style
======================================================*/
.top-header-warp {
  background: #00458d;
  padding-top: 14px;
  padding-bottom: 14px;
}

.inner-top-header {
  max-width: 1230px;
  margin-left: auto;
}
.inner-top-header.style2 {
  max-width: 1420px;
}
.inner-top-header .header-contact ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.inner-top-header .header-contact ul li {
  display: inline-block;
  position: relative;
  padding-right: 28px;
  padding-left: 25px;
  color: #DFDFDF;
  font-size: 14px;
}
.inner-top-header .header-contact ul li:last-child {
  padding-right: 0;
}
.inner-top-header .header-contact ul li i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
}
.inner-top-header .header-contact ul li .flaticon-send-mail {
  font-size: 20px !important;
  top: -2px !important;
}
.inner-top-header .header-contact ul li a {
  color: #DFDFDF;
  font-size: 14px;
}
.inner-top-header .header-login ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.inner-top-header .header-login ul li {
  display: inline-block;
  font-size: 14px;
  position: relative;
  padding-right: 5px;
  padding-left: 5px;
}
.inner-top-header .header-login ul li a {
  color: #DFDFDF;
  font-size: 14px;
}
.inner-top-header .header-login ul li:last-child {
  padding-right: 0;
}
.inner-top-header .header-login ul li:last-child::before {
  content: "";
  position: absolute;
  left: -3px;
  top: 4px;
  bottom: 4px;
  transform: rotate(16deg);
  width: 1px;
  background-color: #DFDFDF;
}
.inner-top-header .header-login ul li:first-child {
  padding-left: 0;
  padding-right: 0;
}
.inner-top-header .header-login ul li img {
  position: relative;
  top: -1px;
}

/*
Hero Warp  Style
======================================================*/
.hero-warp {
  background-image: url(../images/hero/hero1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 255px;
  padding-bottom: 350px;
}

.hero-content {
  text-align: center;
  max-width: 860px;
  margin: auto;
}
.hero-content h1 {
  font-weight: 700;
  letter-spacing: -1.9px;
  font-size: 96px;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 10px;
}
.hero-content p {
  color: #ffffff;
  padding-right: 30px;
  padding-left: 30px;
  line-height: 1.8;
}
.hero-content .hero-btn {
  margin-top: 30px;
}
.hero-content .hero-btn .default-btn {
  border: solid 1px #EE0034;
}
.hero-content .hero-btn .default-btn:hover {
  border-color: #0554F2;
}
.hero-content .hero-btn .default-btn.style2 {
  background-color: transparent;
  border: 1px solid #0554F2;
  margin-left: 20px;
  color: #ffffff;
}
.hero-content .hero-btn .default-btn.style2:hover {
  background-color: #0554F2;
}

/*
Search Event Warp  Style
======================================================*/
.input-search-event {
  box-shadow: 0px 10px 40px rgba(3, 4, 28, 0.05);
  background-color: #ffffff;
  padding: 75px 80px 80px 80px;
  text-align: center;
  position: relative;
  margin-top: -95px;
}
.input-search-event .form-control {
  height: 55px;
  border: 1px solid rgba(5, 84, 242, 0.2);
  border-radius: 5px;
  background-color: #ffffff;
  font-weight: 300;
  font-size: 14px;
  transition: all ease 0.5s;
  padding-left: 20px;
  color: #666666 !important;
}
.input-search-event .form-control::-moz-placeholder {
  color: #666666;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.input-search-event .form-control::placeholder {
  color: #666666;
  transition: all ease 0.5s;
}
.input-search-event .form-control:focus {
  box-shadow: unset;
  border-color: #EE0034;
}
.input-search-event .form-control:focus::-moz-placeholder {
  color: transparent;
}
.input-search-event .form-control:focus::placeholder {
  color: transparent;
}
.input-search-event .default-btn {
  border: none;
  border-radius: 5px !important;
  width: 100%;
  background-color: #0554F2;
  padding: 17px 35px;
}
.input-search-event .default-btn:hover {
  background-color: #EE0034;
}
.input-search-event h3 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 30px;
}

/*
About Warp  Style
======================================================*/
.about-image {
  position: relative;
  text-align: center;
  padding-left: 50px;
}
.about-image .about2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.about-image .about3 {
  position: absolute;
  left: -60px;
  bottom: -10px;
  border-radius: 50%;
  width: 225px;
  height: 225px;
}

.about-content {
  padding-right: 50px;
}
.about-content h2 {
  margin-bottom: 15px;
}
.about-content .about-counter {
  margin-top: 50px;
}
.about-content .count-box {
  margin-bottom: 25px;
}
.about-content .count-box .icon {
  height: 100px;
  width: 100px;
  font-size: 45px;
  color: #EE0034;
  line-height: 110px;
  border-radius: 50%;
  text-align: center;
  transition: all ease 0.5s;
  margin-right: 20px;
  background: rgba(5, 84, 242, 0.05);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about-content .count-box .icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 0;
  width: 100%;
  z-index: -1;
  border-radius: 50%;
  opacity: 0;
  transition: all ease 0.5s;
  background-color: #EE0034;
}
.about-content .count-box .content h2 {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 10px;
}
.about-content .count-box .content p {
  margin-bottom: 0;
}
.about-content .count-box:hover .icon {
  color: #ffffff;
}
.about-content .count-box:hover .icon::before {
  opacity: 1;
  height: 100%;
}
.about-content .default-btn {
  margin-top: 20px;
}

.col-lg-4:nth-child(2) .count-box {
  margin-left: 20px;
}

/*
About Warp  Style
======================================================*/
.prevention-warp {
  background: linear-gradient(0deg, #F7F9FF, #F7F9FF), rgba(5, 84, 242, 0.03);
  position: relative;
  z-index: 1;
}

.prevention-widget {
  margin-bottom: 25px;
}
.prevention-widget .prevent-content-warp {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}
.prevention-widget .prevent-content-warp::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  top: 0;
  height: 2px;
  width: 0%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.5s;
  background-color: #EE0034;
}
.prevention-widget .prevent-content-warp:hover::before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.prevention-widget .content {
  max-width: 500px;
  padding: 30px 0 30px 30px;
  position: relative;
}
.prevention-widget .content::before {
  content: "";
  position: absolute;
  top: 30px;
  bottom: 30px;
  right: -110px;
  width: 1px;
  background: rgba(3, 4, 28, 0.1);
}
.prevention-widget .content .title2 {
  font-weight: 400;
  font-size: 14px;
  color: #EE0034;
  display: inline-block;
  margin-bottom: 10px;
}
.prevention-widget .content h3 {
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 20px;
}
.prevention-widget .content ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.prevention-widget .content ul li {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  padding-right: 30px;
  margin-bottom: 20px;
}
.prevention-widget .content ul li img {
  position: absolute;
  left: 0;
  top: 1px;
}
.prevention-widget .content .prize {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #0554F2;
}
.prevention-widget .prevent-btn {
  text-align: center;
}
.prevention-widget .prevent-btn .style3 {
  margin-bottom: 40px;
}
.prevention-widget .prevent-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.prevention-widget .prevent-image.bg1 {
  background-image: url(../images/prevention/prevention1.jpg);
}
.prevention-widget .prevent-image.bg2 {
  background-image: url(../images/prevention/prevention2.jpg);
}
.prevention-widget .prevent-image.bg3 {
  background-image: url(../images/prevention/prevention3.jpg);
}
.prevention-widget .prevent-image.bg4 {
  background-image: url(../images/prevention/prevention4.jpg);
}
.prevention-widget .prevent-image.bg5 {
  background-image: url(../images/prevention/prevention5.jpg);
}
.prevention-widget .prevent-image.bg6 {
  background-image: url(../images/prevention/prevention6.jpg);
}

.prevention-view {
  margin-top: 40px;
  margin-bottom: 25px;
}

/*
Provide Warp  Style
======================================================*/
.provide-box {
  padding-bottom: 90px;
  padding-top: 90px;
  text-align: center;
}
.provide-box .icon {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  text-align: center;
  font-size: 45px;
  margin-left: auto;
  margin-right: auto;
  line-height: 110px;
  margin-bottom: 20px;
  background: rgba(5, 84, 242, 0.05);
  position: relative;
  overflow: hidden;
  transition: all ease 0.5s;
}
.provide-box .icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  bottom: 0;
  right: 0;
  height: 0;
  width: 100%;
  transition: all ease 0.5s;
}
.provide-box .content h3 {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 0;
}
.provide-box:hover .icon::before {
  height: 100%;
}
.provide-box.style1 .icon {
  color: #EE0034;
}
.provide-box.style1 .icon::before {
  background-color: #EE0034;
}
.provide-box.style1 .content h3 {
  color: #0554F2;
}
.provide-box.style1:hover .icon {
  color: #ffffff;
}
.provide-box.style2 .icon {
  color: #03041C;
}
.provide-box.style2 .icon::before {
  background-color: #EE0034;
}
.provide-box.style2 .content h3 {
  color: #03041C;
}
.provide-box.style2:hover .icon {
  color: #ffffff;
}
.provide-box.style3 .icon {
  color: #0554F2;
}
.provide-box.style3 .icon::before {
  background-color: #0554F2;
}
.provide-box.style3 .content h3 {
  color: #EE0034;
}
.provide-box.style3:hover .icon {
  color: #ffffff;
}
.provide-box.style4 .icon {
  color: #EE0034;
}
.provide-box.style4 .icon::before {
  background-color: #EE0034;
}
.provide-box.style4 .content h3 {
  color: #0554F2;
}
.provide-box.style4:hover .icon {
  color: #ffffff;
}

.provide-warp {
  position: relative;
  z-index: 1;
}
.provide-warp .provide-shape1 {
  position: absolute;
  left: 15%;
  top: 39%;
  z-index: -1;
}
.provide-warp .provide-shape2 {
  position: absolute;
  left: 32%;
  top: 39%;
  z-index: -1;
}
.provide-warp .provide-shape3 {
  position: absolute;
  right: 31%;
  top: 39%;
  z-index: -1;
}
.provide-warp .provide-shape4 {
  position: absolute;
  right: 14%;
  top: 39%;
  z-index: -1;
}

/*
Speaker Warp  Style
======================================================*/
.speaker-slider-warp {
  position: relative;
}
.speaker-slider-warp .swiper-btn {
  display: flex;
}
.speaker-slider-warp .swiper-btn .swiper-button-next,
.speaker-slider-warp .swiper-btn .swiper-button-prev {
  top: -105px;
  right: 14px !important;
}
.speaker-slider-warp .swiper-btn .swiper-button-next::after,
.speaker-slider-warp .swiper-btn .swiper-button-prev::after {
  display: none;
}
.speaker-slider-warp .swiper-btn .swiper-button-next::before,
.speaker-slider-warp .swiper-btn .swiper-button-prev::before {
  position: absolute;
  width: 55px;
  display: block;
  height: 55px;
  line-height: 55px;
  color: #03041C;
  text-align: center;
  font-size: 14px;
  font-weight: 100;
  transition: all ease 0.5s;
  border: 1px solid rgba(5, 84, 242, 0.15);
  border-radius: 5px;
}
.speaker-slider-warp .swiper-btn .swiper-button-next:hover::before,
.speaker-slider-warp .swiper-btn .swiper-button-prev:hover::before {
  background-color: #EE0034;
  color: #ffffff;
}
.speaker-slider-warp .swiper-btn .swiper-button-next {
  left: auto;
  right: 0;
}
.speaker-slider-warp .swiper-btn .swiper-button-next:before {
  font-family: flaticon_mycollection !important;
  content: "\f110";
}
.speaker-slider-warp .swiper-btn .swiper-button-prev {
  left: auto;
  right: 90px !important;
}
.speaker-slider-warp .swiper-btn .swiper-button-prev:before {
  font-family: flaticon_mycollection !important;
  content: "\f11e";
}

.section-warp {
  margin-bottom: 40px;
}
.section-warp .single-section {
  max-width: 765px;
}
.section-warp .single-section h2 {
  margin-bottom: 20px;
  letter-spacing: -0.6px;
}

.team-box {
  position: relative;
  margin-bottom: 25px;
}
.team-box .content-warp {
  position: relative;
  padding-top: 25px;
  transition: all ease 0.5s;
  padding-bottom: 25px;
}
.team-box .content-warp .social-list {
  position: absolute;
  right: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.5s;
  bottom: 30px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.team-box .content-warp .social-list li {
  position: relative;
  margin-bottom: 10px;
}
.team-box .content-warp .social-list li:last-child {
  margin-bottom: 0;
}
.team-box .content-warp .social-list li a {
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  display: block;
  line-height: 42px;
  font-size: 20px;
  color: #ffffff;
  background-color: #0554F2;
}
.team-box .content-warp .content h4 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
}
.team-box:hover .content-warp {
  box-shadow: 0px 10px 40px rgba(3, 4, 28, 0.05);
  padding-left: 25px;
}
.team-box:hover .content-warp .social-list {
  opacity: 1;
  visibility: visible;
}

/*
Schedule Warp  Style
======================================================*/
.schedule-warp {
  background: linear-gradient(0deg, #F7F9FF, #F7F9FF), rgba(5, 84, 242, 0.03);
}
.schedule-warp .schedule-btn {
  margin-top: 50px;
  position: relative;
}
.schedule-warp .schedule-btn::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(5, 84, 242, 0.1);
}

.slb-widget {
  position: relative;
}
.slb-widget::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(5, 84, 242, 0.1);
}
.slb-widget .schedule-list {
  max-width: 200px;
}
.slb-widget .schedule-list .nav-tabs {
  display: block !important;
  border: none;
}
.slb-widget .schedule-list .nav-tabs .nav-item {
  margin-bottom: 25px;
}
.slb-widget .schedule-list .nav-tabs .nav-item .nav-tab-link {
  position: relative;
}
.slb-widget .schedule-list .nav-tabs .nav-item .nav-tab-link .goal-button {
  padding: 14px 25px;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  background: rgba(5, 84, 242, 0.05);
  border-radius: 50px;
  color: #03041C;
}
.slb-widget .schedule-list .nav-tabs .nav-item .nav-tab-link.active .goal-button {
  background-color: #EE0034;
  color: #ffffff;
}
.slb-widget .schedule-list .default-btn {
  width: 100%;
}

.date-list {
  display: flex;
  max-width: 180px;
  list-style: none;
  margin-bottom: 30px;
  background: rgba(5, 84, 242, 0.05);
  padding: 20px 20px 20px 40px;
  margin-left: 30px;
  position: relative;
}
.date-list:hover li .icon {
  background-color: #EE0034;
  color: #ffffff;
}
.date-list li {
  display: inline-block;
}
.date-list li .icon {
  width: 55px;
  height: 55px;
  color: #EE0034;
  position: absolute;
  left: -30px;
  line-height: 55px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid rgba(5, 84, 242, 0.15);
  text-align: center;
  transition: all ease 0.5s;
}
.date-list li .content h4 {
  font-weight: 600;
  font-size: 16px;
  font-family: "Poppins";
}
.date-list li .content p {
  font-size: 14px;
}
.date-list.last-date {
  margin-bottom: 0;
}

.image-widget {
  margin-bottom: 50px;
  padding-right: 36px;
  position: relative;
  margin-left: -25px;
}
.image-widget::before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  right: -100%;
  height: 1px;
  background: rgba(5, 84, 242, 0.1);
}
.image-widget::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 1px;
  background: rgba(5, 84, 242, 0.1);
}
.image-widget .image-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}
.image-widget .image-list li {
  position: relative;
  display: inline-block;
}
.image-widget .image-list li:last-child {
  margin-left: -30px;
}
.image-widget .image-list li:last-child img {
  width: 110px;
  height: 110px;
}
.image-widget .image-list li img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.image-widget h4 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
}
.image-widget .direction {
  font-weight: 500;
  color: #0554F2;
  font-size: 14px;
  text-decoration-line: underline;
}
.image-widget .direction:hover {
  color: #EE0034;
}
.image-widget.last-widget {
  margin-bottom: 0;
}
.image-widget.last-widget::before {
  display: none;
}

.mazie-content {
  margin-bottom: 40px;
  position: relative;
}
.mazie-content .global {
  margin-bottom: 30px;
}
.mazie-content .global h5 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 8px;
}
.mazie-content .global p {
  margin-bottom: 0;
}
.mazie-content.last-mazie {
  margin-bottom: 0;
  padding-top: 40px;
}
.mazie-content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.mazie-content ul li {
  margin-bottom: 15px;
  font-size: 14px;
  margin-right: -10px;
}
.mazie-content ul li:last-child {
  margin-bottom: 0;
}
.mazie-content ul li h6 {
  font-weight: 500;
  font-size: 14px;
  font-family: "Poppins";
}

/*
Testimonial Warp  Style
======================================================*/
.testimonial-slider-warp {
  position: relative;
}
.testimonial-slider-warp .swiper-btn {
  display: flex;
}
.testimonial-slider-warp .swiper-btn .swiper-button-next,
.testimonial-slider-warp .swiper-btn .swiper-button-prev {
  top: auto;
  bottom: 20px;
  right: 14px !important;
}
.testimonial-slider-warp .swiper-btn .swiper-button-next::after,
.testimonial-slider-warp .swiper-btn .swiper-button-prev::after {
  display: none;
}
.testimonial-slider-warp .swiper-btn .swiper-button-next::before,
.testimonial-slider-warp .swiper-btn .swiper-button-prev::before {
  position: absolute;
  width: 55px;
  display: block;
  height: 55px;
  line-height: 55px;
  color: #03041C;
  text-align: center;
  font-size: 14px;
  font-weight: 100;
  transition: all ease 0.5s;
  border: 1px solid rgba(5, 84, 242, 0.15);
  border-radius: 5px;
}
.testimonial-slider-warp .swiper-btn .swiper-button-next:hover::before,
.testimonial-slider-warp .swiper-btn .swiper-button-prev:hover::before {
  background-color: #EE0034;
  color: #ffffff;
}
.testimonial-slider-warp .swiper-btn .swiper-button-next {
  left: auto;
  right: 0;
}
.testimonial-slider-warp .swiper-btn .swiper-button-next:before {
  font-family: flaticon_mycollection !important;
  content: "\f110";
}
.testimonial-slider-warp .swiper-btn .swiper-button-prev {
  left: auto;
  right: 90px !important;
}
.testimonial-slider-warp .swiper-btn .swiper-button-prev:before {
  font-family: flaticon_mycollection !important;
  content: "\f11e";
}

.testimonial-box {
  padding-left: 90px;
  padding-right: 10px;
}
.testimonial-box h6 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}
.testimonial-box p {
  font-weight: 400;
  font-size: 20px;
  line-height: 38px;
}
.testimonial-box .client-self {
  margin-top: 30px;
}
.testimonial-box .client-self img {
  width: 88px;
  height: 88px;
}
.testimonial-box .client-self .content {
  padding-left: 20px;
}
.testimonial-box .client-self .content h5 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 0;
}
.testimonial-box .client-self .content p {
  font-size: 16px;
}

.testimonial-image {
  background: rgba(5, 84, 242, 0.03);
  padding-left: 50px;
  padding-bottom: 50px;
  margin-right: -30px;
}

.testimonial-warp {
  position: relative;
  z-index: 1;
}
.testimonial-warp .testimonial-shape1 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  pointer-events: none;
}

/*
Ticket Warp  Style
======================================================*/
.ticket-content {
  padding-right: 70px;
}
.ticket-content .pricing-ticket {
  margin-bottom: 25px;
  padding: 30px;
  justify-content: space-between;
  background: rgba(5, 84, 242, 0.03);
}
.ticket-content .pricing-ticket:hover .prize .icon {
  color: #ffffff;
}
.ticket-content .pricing-ticket:hover .prize .icon::before {
  height: 100%;
  opacity: 1;
}
.ticket-content .pricing-ticket .prize h1 {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 53px;
}
.ticket-content .pricing-ticket .prize .icon {
  height: 66px;
  width: 66px;
  border-radius: 50%;
  color: #EE0034;
  line-height: 75px;
  font-size: 30px;
  text-align: center;
  transition: all ease 0.5s;
  background: rgba(5, 84, 242, 0.05);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ticket-content .pricing-ticket .prize .icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 0;
  width: 100%;
  z-index: -1;
  border-radius: 50%;
  opacity: 0;
  transition: all ease 0.5s;
  background-color: #EE0034;
}
.ticket-content .pricing-ticket .content h5 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 2px;
}
.ticket-content .pricing-ticket .content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.ticket-content .pricing-ticket .content ul li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 22px;
}
.ticket-content .pricing-ticket .content ul li i {
  position: absolute;
  left: 0;
  top: 2px;
  color: #0554F2;
}
.ticket-content .pricing-ticket .pricing-btn {
  text-align: center;
}
.ticket-content .pricing-ticket .pricing-btn .default-btn {
  margin-bottom: 55px;
}
.ticket-content .pricing-ticket .pricing-btn h6 {
  font-weight: 700;
  font-size: 18px;
  color: #0554F2;
}
.ticket-content h2 {
  margin-bottom: 12px;
}
.ticket-content .first-ticket {
  margin-top: 30px;
}

.ticket-form {
  background-color: #0554F2;
  padding: 44px 50px;
  margin-left: -20px;
}
.ticket-form h3 {
  font-weight: 700;
  font-size: 26px;
  color: #ffffff;
  margin-bottom: 20px;
}
.ticket-form .form-control {
  height: 55px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  border: none;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 25px;
  padding-left: 20px;
  color: #ffffff;
}
.ticket-form .form-control::-moz-placeholder {
  color: #ffffff;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.ticket-form .form-control::placeholder {
  color: #ffffff;
  transition: all ease 0.5s;
}
.ticket-form .form-control:focus {
  box-shadow: unset;
}
.ticket-form .form-control:focus::-moz-placeholder {
  color: transparent;
}
.ticket-form .form-control:focus::placeholder {
  color: transparent;
}
.ticket-form textarea {
  height: 155px !important;
  padding-top: 12px;
}
.ticket-form .form-tab .nav-pills {
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
.ticket-form .form-tab .nav-pills .nav-link {
  background: transparent;
  font-weight: 600;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  color: #fff;
  border: 0;
  padding: 5px 20px;
  transition: all ease 0.5s;
  border-radius: 0;
  border-bottom: solid 2px transparent !important;
}
.ticket-form .form-tab .nav-pills .nav-link.active {
  border-bottom: solid 2px #EE0034 !important;
}
.ticket-form .form-tab .nav-pills .nav-item {
  padding-right: 10px;
}
.ticket-form .vanue {
  margin-top: 30px;
}
.ticket-form .vanue h4 {
  font-size: 18px;
  color: #ffffff;
}
.ticket-form .vanue ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.ticket-form .vanue ul li {
  margin-bottom: 20px;
}
.ticket-form .vanue ul li:last-child {
  margin-bottom: 0;
}
.ticket-form .vanue ul li .venue-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ticket-form .vanue ul li .venue-list h2 {
  font-size: 20px;
  color: #ffffff;
  padding-right: 15px;
  margin-bottom: 0;
}
.ticket-form .vanue ul li .venue-list p {
  color: #ffffff;
}
.ticket-form .vanue ul li .venue-list .default-btn.style3 {
  color: #ffffff;
  border-color: #ffffff;
}
.ticket-form .vanue ul li .venue-list .default-btn.style3:hover {
  border-color: #EE0034;
}
.ticket-form .time ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.ticket-form .time ul li {
  margin-bottom: 15px;
  position: relative;
  color: #ffffff;
}
.ticket-form .time ul li:last-child {
  margin-bottom: 0;
}
.ticket-form .time ul li span {
  position: absolute;
  right: 0;
}
.ticket-form .get-there p {
  font-weight: 500;
  font-size: 16px;
  color: #F9F9F9;
}
.ticket-form .get-there h5 {
  font-weight: 500;
  font-size: 16px;
  color: #F9F9F9;
  margin-bottom: 12px;
}
.ticket-form .get-there ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.ticket-form .get-there ul li {
  position: relative;
  color: #FFFFFF;
  font-weight: 400;
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-bottom: 12px;
}
.ticket-form .get-there ul li:last-child {
  margin-bottom: 0;
}
.ticket-form .get-there ul li a {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 14px;
}
.ticket-form .get-there ul li h6 {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 0;
  padding-right: 4px;
}

/*
Blog Warp  Style
======================================================*/
.blog-card {
  margin-bottom: 25px;
}
.blog-card .content {
  background: #F7FAFF;
  margin-left: 50px;
  position: relative;
  margin-top: -100px;
  padding: 28px 35px 35px 35px;
}
.blog-card .content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}
.blog-card .content ul li {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.blog-card .content ul li .scf-link {
  font-weight: 500;
  font-size: 16px;
  color: #0554F2;
  text-decoration: underline;
}
.blog-card .content ul li p {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.blog-card .content h3 {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.blog-card .content h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: -35px;
  height: 1px;
  background-color: rgba(5, 84, 242, 0.1);
}
.blog-card .content h3 a {
  color: #03041C;
}
.blog-card .content h3 a:hover {
  color: #EE0034;
}
.blog-card .content .explore {
  font-weight: 500;
  font-size: 14px;
  text-decoration-line: underline;
  color: #03041C;
}
.blog-card .content .explore:hover {
  color: #EE0034;
}
.blog-card .content .details p {
  font-size: 14px;
}
.blog-card .content .details img {
  padding-right: 4px;
}

/*
Both Warp  Style
======================================================*/
.both-area {
  position: relative;
  z-index: 1;
  background: #03041C;
}
.both-area .footer-shape1 {
  position: absolute;
  right: 0;
  z-index: -1;
  bottom: 0;
}
.both-area .copyright-warp {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
}
.both-area .copyright-warp .content p {
  line-height: 1;
  color: #C7C7C7;
  margin-bottom: 0;
}
.both-area .copyright-warp .content p a {
  color: #EE0034;
}

.footer-widget {
  margin-bottom: 25px;
}
.footer-widget .footer-logo img {
  margin-bottom: 20px;
  display: inline-block;
}
.footer-widget p {
  color: #C7C7C7;
}
.footer-widget .social-list {
  list-style: none;
  padding-left: 0;
  margin-top: 25px;
  margin-bottom: 0;
}
.footer-widget .social-list li {
  display: inline-block;
  padding-right: 10px;
}
.footer-widget .social-list li a {
  width: 40px;
  height: 40px;
  text-align: center;
  display: inline-block;
  line-height: 42px;
  color: #ffffff;
  font-size: 20px;
  border-radius: 50%;
  background-color: #0554F2;
}
.footer-widget h3 {
  font-weight: 700;
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 20px;
}
.footer-widget .footer-link {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.footer-widget .footer-link li {
  margin-bottom: 11px;
}
.footer-widget .footer-link li a {
  color: #C7C7C7;
}
.footer-widget .footer-link li a:hover {
  font-weight: 500;
  font-size: 14px;
  color: #EE0034;
  text-decoration: underline;
}
.footer-widget .footer-link li:last-child {
  margin-bottom: 0;
}
.footer-widget .footer-blog .image {
  width: 100px;
  height: 100px;
}
.footer-widget .footer-blog .content {
  padding-left: 25px;
}
.footer-widget .footer-blog .content h5 {
  font-weight: 700;
  font-size: 15px;
}
.footer-widget .footer-blog .content h5 a {
  color: #DBDBDB;
}
.footer-widget .footer-blog .content h5 a:hover {
  color: #EE0034;
}
.footer-widget .footer-blog .content span {
  color: #C7C7C7;
}
.footer-widget .footer-blog .content span i {
  color: #EE0034;
}

.col-lg-3:nth-child(1) .footer-widget {
  margin-right: -30px;
}
.col-lg-3:nth-child(2) .footer-widget {
  margin-left: 105px;
}
.col-lg-3:nth-child(3) .footer-widget {
  margin-left: 10px;
}
.col-lg-3:nth-child(4) .footer-widget {
  margin-left: -30px;
}

/*
Hero Warp  Style
======================================================*/
.hero-warp2-style {
  background-image: url(../images/hero/banner21.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 240px;
  padding-bottom: 240px;
}
.hero-warp2-style .hero-shape1 {
  position: absolute;
  top: 0;
  right: 100px;
}

.hero-style2-content {
  max-width: 825px;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
.hero-style2-content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 15px;
}
.hero-style2-content ul li {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  padding-right: 30px;
}
.hero-style2-content ul li:last-child {
  padding-right: 0;
}
.hero-style2-content ul li img {
  position: absolute;
  left: 0;
  top: 1px;
}
.hero-style2-content h1 {
  font-size: 60px;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: 800;
}
.hero-style2-content .hero-btn {
  margin-top: 35px;
}
.hero-style2-content .hero-btn .style2 {
  margin-left: 20px;
}

/*
Solution Warp  Style
======================================================*/
.solution-content {
  padding-right: 70px;
}
.solution-content h2 {
  margin-bottom: 15px;
}
.solution-content .default-btn {
  margin-top: 20px;
}

.solution-warp {
  background: #FBF4EA;
  padding-bottom: 275px;
}

.solution-box {
  align-items: flex-start;
}
.solution-box .icon {
  width: 88px;
  height: 88px;
  text-align: center;
  font-size: 45px;
  line-height: 100px;
  border-radius: 50%;
  background-color: #ffffff;
}
.solution-box .content {
  padding-left: 25px;
}
.solution-box .content h5 {
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 20px;
}

/*
Inner Value Warp  Style
======================================================*/
.inner-value-warp {
  padding: 50px;
  background: linear-gradient(0deg, #F7F9FF, #F7F9FF), rgba(5, 84, 242, 0.05);
}
.inner-value-warp .card-tab {
  display: block !important;
  border: none !important;
}
.inner-value-warp .card-tab .nav-link {
  border: none !important;
  padding: 0;
}
.inner-value-warp .card-tab .nav-link.active .value-box .default-btn {
  background-color: #EE0034;
  border-color: transparent;
  color: #ffffff;
}
.inner-value-warp .card-tab .value-box {
  padding: 35px 42px 40px 42px;
  background-color: #ffffff;
}
.inner-value-warp .card-tab .value-box .title {
  font-weight: 600;
  color: #0554F2;
  margin-bottom: 12px;
  display: block;
}
.inner-value-warp .card-tab .value-box h1 {
  font-size: 40px;
  margin-bottom: 10px;
}
.inner-value-warp .card-tab .value-box p {
  margin-bottom: 25px;
}
.inner-value-warp .card-tab .value-box .default-btn {
  padding: 15px 28px;
}
.inner-value-warp .card-tab .value-box .default-btn:hover {
  background-color: #EE0034;
}
.inner-value-warp .value-tab {
  width: 312px;
  height: 60px;
  background: rgba(5, 84, 242, 0.1);
  border-radius: 50px;
  border: none !important;
  padding: 5px;
}
.inner-value-warp .value-tab .value-btn {
  padding: 15px 43px;
  font-weight: 500;
  font-size: 14px;
  border: none;
  transition: all ease 0.5s;
  border-radius: 50px;
}
.inner-value-warp .value-tab .value-btn.active {
  border-color: transparent;
  padding: 14px 43px;
  font-weight: 500;
  transition: all ease 0.5s;
  font-size: 14px;
  border-radius: 50px;
}
.inner-value-warp .value-tab .nav-item:last-child .value-btn {
  margin-left: 15px;
}
.inner-value-warp .value-tab .nav-item:last-child .value-btn.active {
  margin-left: 28px;
}
.inner-value-warp .list-tab-content {
  margin-top: 30px;
  background-color: #ffffff;
  padding: 50px;
}
.inner-value-warp .list-tab-content .great-list ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inner-value-warp .list-tab-content .great-list ul:last-child {
  margin-bottom: 0;
}
.inner-value-warp .list-tab-content .great-list ul li {
  display: inline-block;
  position: relative;
}
.inner-value-warp .list-tab-content .great-list ul li:first-child {
  padding-left: 25px;
  font-weight: 300;
  color: #03041C;
  width: 300px;
}
.inner-value-warp .list-tab-content .great-list ul li:first-child i {
  position: absolute;
  left: 0;
  top: 2px;
  color: #EE0034;
}
.inner-value-warp .list-tab-content .great-list ul li .icon {
  height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 50%;
  line-height: 48px;
  background: rgba(5, 84, 242, 0.03);
}
.inner-value-warp .list-tab-content .great-list ul li .icon .flaticon-close {
  font-size: 18px;
  color: #0554F2;
}
.inner-value-warp .list-tab-content .great-list ul li .icon .flaticon-double-tick {
  color: #EE0034;
}

/*
Conference Warp  Style
======================================================*/
.inner-conference {
  padding: 75px 75px 50px 75px;
  position: relative;
  margin-top: -200px;
  z-index: 1;
  background-color: #ffffff;
  box-shadow: 0px 10px 40px rgba(3, 4, 28, 0.05);
}
.inner-conference .conference-shape1 {
  position: absolute;
  top: 0;
  left: 20px;
  z-index: -1;
}
.inner-conference .date-piker {
  text-align: center;
  margin-bottom: 25px;
  position: relative;
}
.inner-conference .date-piker::before {
  content: "";
  position: absolute;
  top: 45px;
  right: -15px;
  bottom: 0;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #03041C;
}
.inner-conference .date-piker::after {
  content: "";
  position: absolute;
  top: 25px;
  right: -15px;
  bottom: 0;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #03041C;
}
.inner-conference .date-piker h1 {
  font-size: 50px;
  margin-bottom: 5px;
}
.inner-conference .date-piker.style1 h1 {
  color: #EE0034;
}
.inner-conference .date-piker.style3 h1 {
  color: #0554F2;
}
.inner-conference .date-piker.style4 h1 {
  color: #EE0034;
}

.col-lg-3:nth-child(4) .date-piker::before {
  display: none;
}
.col-lg-3:nth-child(4) .date-piker::after {
  display: none;
}

/*
Rental  Warp  Style
======================================================*/
.skill-bar {
  margin-top: 25px;
  margin-bottom: 40px;
}
.skill-bar .bar {
  margin: 22px 0;
}
.skill-bar .bar:first-child {
  margin-top: 0;
}
.skill-bar .bar:last-child {
  margin-bottom: 0px;
}
.skill-bar .bar .info {
  margin-bottom: 8px;
}
.skill-bar .bar .info span {
  font-weight: 500;
  font-size: 16px;
  color: #03041C;
}
.skill-bar .bar .progress-line {
  position: relative;
  height: 8px;
  border-radius: 10px;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  background: #E8E8E8;
  animation: animate 1s cubic-bezier(1, 0, 0.5, 1) forwards;
}
.skill-bar .bar .progress-line span {
  height: 8px;
  width: 80%;
  border-radius: 10px;
  background: #0554F2;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  animation: animate 1s 1s cubic-bezier(1, 0, 0.5, 1) forwards;
  margin-bottom: 0;
}
.skill-bar .bar .progress-line span::after {
  position: absolute;
  right: -11px;
  top: -26px;
  font-weight: 400;
  font-size: 16px;
  padding: 1px 8px;
  opacity: 0;
  animation: showText2 0.5s 1.5s linear forwards;
}
.skill-bar .bar .html span {
  background: linear-gradient(90deg, #0554F2 0%, #FA590E 100%);
}
.skill-bar .bar .html span::after {
  content: "81%";
}
.skill-bar .bar .java span {
  background: linear-gradient(90deg, #0554F2 0%, #FA590E 100%);
}
.skill-bar .bar .java span::after {
  content: "91%";
}
.skill-bar .bar .python span {
  background: linear-gradient(90deg, #FA590E 0%, #0554F2 100%);
}
.skill-bar .bar .python span::after {
  content: "61%";
}
.skill-bar .bar .html span {
  width: 81%;
}
.skill-bar .bar .java span {
  width: 91%;
}
.skill-bar .bar .python span {
  width: 61%;
}

@keyframes animate {
  100% {
    transform: scaleX(1);
  }
}
@keyframes showText2 {
  100% {
    opacity: 1;
  }
}
.rental-content {
  padding-right: 75px;
}
.rental-content h2 {
  margin-bottom: 18px;
}
.rental-content h5 {
  font-weight: 600;
  font-size: 18px;
  font-family: "Poppins";
  margin-bottom: 16px;
  color: #0554F2;
}

.rental-image {
  padding-left: 20px;
  position: relative;
  z-index: 1;
}
.rental-image::before {
  content: "";
  position: absolute;
  top: 40px;
  z-index: -1;
  bottom: 40px;
  left: 0;
  right: 0;
  background: rgba(5, 84, 242, 0.1);
}

.inner-rental-warp {
  border-bottom: solid 1px #FBF4EA;
}

/*
Conference  Warp  Style
======================================================*/
.conference-widget .date-list {
  margin-left: 65px;
  margin-right: auto;
  background: rgba(5, 84, 242, 0.03);
}
.conference-widget .conference-content {
  margin-left: -60px;
  margin-bottom: 60px;
  position: relative;
}
.conference-widget .conference-content.style2 {
  margin-bottom: 0;
}
.conference-widget .conference-content.style2::before {
  display: none;
}
.conference-widget .conference-content::before {
  content: "";
  position: absolute;
  bottom: -29px;
  left: 40px;
  right: 0;
  height: 1px;
  background: rgba(5, 84, 242, 0.1);
}
.conference-widget .conference-content .man-time {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
}
.conference-widget .conference-content .man-time::before {
  content: "";
  position: absolute;
  right: 13px;
  bottom: -17px;
  top: 0;
  width: 1px;
  background: rgba(5, 84, 242, 0.1);
}
.conference-widget .conference-content .man-time span {
  font-weight: 600;
  font-size: 16px;
  color: #0554F2;
  display: inline-block;
  margin-bottom: 35px;
}
.conference-widget .conference-content .man-time ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.conference-widget .conference-content .man-time ul li {
  position: relative;
}
.conference-widget .conference-content .man-time ul li:last-child {
  margin-top: -10px;
}
.conference-widget .conference-content .man-content {
  padding-left: 20px;
}
.conference-widget .conference-content .man-content h4 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 12px;
}
.conference-widget .conference-content .name-details {
  margin-top: 20px;
}
.conference-widget .conference-content .name-details .name {
  padding-right: 60px;
  position: relative;
}
.conference-widget .conference-content .name-details .name::before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 22px;
  width: 1px;
  background: rgba(5, 84, 242, 0.1);
}
.conference-widget .conference-content .name-details .name h5 {
  font-weight: 700;
  font-size: 15px;
}
.conference-widget .conference-content .location-tag {
  font-size: 14px;
}
.conference-widget .conference-content .location-tag img {
  padding-right: 8px;
  position: relative;
  top: -1px;
}
.conference-widget .conference-image {
  margin-right: -15px;
}

/*
Craft  Warp  Style
======================================================*/
.team-card {
  position: relative;
  margin-bottom: 25px;
  z-index: 1;
}
.team-card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  right: 0;
  transition: all ease 0.5s;
  height: 58%;
  width: 100%;
  background: rgba(5, 84, 242, 0.03);
}
.team-card .image {
  position: relative;
  padding-right: 60px;
}
.team-card .image .social-list {
  position: absolute;
  right: 40px;
  transition: all ease 0.5s;
  bottom: 0;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.team-card .image .social-list li {
  margin-bottom: 0;
  padding: 2px 15px;
  text-align: center;
  background-color: #ffffff;
  opacity: 0;
  transition: all ease 0.5s;
  visibility: hidden;
}
.team-card .image .social-list li:first-child {
  padding-top: 5px;
}
.team-card .image .social-list li:last-child {
  margin-bottom: 0;
  padding: 8px 12px;
  background-color: #EE0034;
  color: #ffffff;
  text-align: center;
  opacity: 1;
  visibility: visible;
}
.team-card .image .social-list li a {
  color: #03041C;
  font-size: 20px;
}
.team-card .image .social-list li a:hover {
  color: #EE0034;
}
.team-card .image .social-list li .icon {
  font-size: 18px;
}
.team-card:hover .image .social-list li {
  opacity: 1;
  visibility: visible;
}
.team-card:hover::before {
  background-color: #ffffff;
  box-shadow: 0px 10px 40px rgba(3, 4, 28, 0.05);
}
.team-card .content {
  padding: 25px 30px;
}
.team-card .content h4 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 8px;
}

.craft-slider-warp {
  position: relative;
}
.craft-slider-warp .swiper-btn {
  display: flex;
}
.craft-slider-warp .swiper-btn .swiper-button-next,
.craft-slider-warp .swiper-btn .swiper-button-prev {
  top: -120px;
  bottom: auto;
  right: 14px !important;
}
.craft-slider-warp .swiper-btn .swiper-button-next::after,
.craft-slider-warp .swiper-btn .swiper-button-prev::after {
  display: none;
}
.craft-slider-warp .swiper-btn .swiper-button-next::before,
.craft-slider-warp .swiper-btn .swiper-button-prev::before {
  position: absolute;
  width: 55px;
  display: block;
  height: 55px;
  line-height: 55px;
  color: #03041C;
  text-align: center;
  font-size: 14px;
  font-weight: 100;
  transition: all ease 0.5s;
  border: 1px solid rgba(5, 84, 242, 0.15);
  border-radius: 5px;
}
.craft-slider-warp .swiper-btn .swiper-button-next:hover::before,
.craft-slider-warp .swiper-btn .swiper-button-prev:hover::before {
  background-color: #EE0034;
  color: #ffffff;
}
.craft-slider-warp .swiper-btn .swiper-button-next {
  left: auto;
  right: 0;
}
.craft-slider-warp .swiper-btn .swiper-button-next:before {
  font-family: flaticon_mycollection !important;
  content: "\f110";
}
.craft-slider-warp .swiper-btn .swiper-button-prev {
  left: auto;
  right: 90px !important;
}
.craft-slider-warp .swiper-btn .swiper-button-prev:before {
  font-family: flaticon_mycollection !important;
  content: "\f11e";
}

/*
Client  Warp  Style
======================================================*/
.client-slider-warp {
  position: relative;
}
.client-slider-warp .swiper-pagination {
  bottom: -20px !important;
  left: -25px;
}
.client-slider-warp .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  transition: all ease 0.5s;
  opacity: 1 !important;
  background: rgba(5, 84, 242, 0.15);
}
.client-slider-warp .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1 !important;
  background: #EE0034;
}

.client-box {
  text-align: center;
  padding-right: 30px;
  margin-bottom: 50px;
}
.client-box .image {
  width: 88px;
  height: 88px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  position: relative;
}
.client-box .image .client1 {
  border-radius: 50%;
}
.client-box .image .icon {
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  position: absolute;
  top: 0;
  left: -20px;
  border-radius: 50%;
  background: #B4CCFB;
}
.client-box .content p {
  font-size: 20px;
  margin-bottom: 30px;
}
.client-box .content h5 {
  font-weight: 400;
  font-size: 16px;
  font-family: "Poppins";
}

.client-image {
  padding-left: 40px;
}

/*
Funfact  Warp  Style
======================================================*/
.inner-funfact-warp {
  padding: 80px;
  background: #efefef;
  position: relative;
  margin-bottom: -130px;
  z-index: 3;
}
.inner-funfact-warp .funfact-shape1 {
  position: absolute;
  left: 50px;
  top: 0;
  z-index: -1;
  pointer-events: none;
}

.funfact-box:hover .icon::before {
  height: 100%;
  opacity: 1;
}
.funfact-box.style1:hover .icon {
  color: #ffffff;
}
.funfact-box.style2:hover .icon {
  color: #ffffff;
}
.funfact-box.style3:hover .icon {
  color: #ffffff;
}
.funfact-box.style4:hover .icon {
  color: #ffffff;
}
.funfact-box .icon {
  width: 100px;
  height: 100px;
  font-size: 45px;
  line-height: 105px;
  text-align: center;
  border-radius: 50%;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  transition: all ease 0.5s;
  z-index: 1;
}
.funfact-box .icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  right: 0;
  height: 0;
  width: 100%;
  opacity: 0;
  transition: all ease 0.5s;
}
.funfact-box .content {
  padding-left: 25px;
}
.funfact-box .content h3 {
  font-size: 40px;
  margin-bottom: 8px;
}
.funfact-box.style1 .icon {
  color: #EE0034;
}
.funfact-box.style1 .icon::before {
  background-color: #EE0034;
}
.funfact-box.style1 .content h3 {
  color: #0554F2;
}
.funfact-box.style2 {
  margin-left: 15px;
}
.funfact-box.style2 .icon {
  color: #03041C;
}
.funfact-box.style2 .icon::before {
  background-color: #03041C;
}
.funfact-box.style2 .content h3 {
  color: #03041C;
}
.funfact-box.style3 {
  margin-left: 15px;
}
.funfact-box.style3 .icon {
  color: #0554F2;
}
.funfact-box.style3 .icon::before {
  background-color: #0554F2;
}
.funfact-box.style3 .content h3 {
  color: #EE0034;
}
.funfact-box.style4 {
  margin-left: 15px;
}
.funfact-box.style4 .icon {
  color: #EE0034;
}
.funfact-box.style4 .icon::before {
  background-color: #EE0034;
}
.funfact-box.style4 .content h3 {
  color: #0554F2;
}

/*
Video  Warp  Style
======================================================*/
.video-warp {
  background-image: url(../images/bg3.jpg);
  -background-position: center center;
  -background-repeat: no-repeat;
  -background-size: cover;
  position: relative;
  z-index: 1;
  padding-top: 280px;
  padding-bottom: 150px;
}
.video-warp::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgb(221 221 221 / 50%);

}

.video-content {
  max-width: 700px;
}
.video-content h2 {
  font-weight: 700;
  font-size: 50px;
  color: #fff;
  text-shadow: 2px 2px BLACK;
}

.future-video {
  position: relative;
  text-align: center;
}
.future-video .video-btn {
  width: 70px;
  height: 70px;
  text-align: center;
  position: relative;
  color: #EE0034;
  display: inline-block;
  font-size: 40px;
  line-height: 72px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #ffffff;
  transition: all ease 0.5s;
}
.future-video .video-btn:hover {
  background-color: #EE0034;
  color: #ffffff;
}
.future-video .video-btn::before {
  content: "";
  position: absolute;
  top: -8px;
  bottom: -8px;
  left: -8px;
  display: inline-block;
  right: -8px;
  border: solid 1px #ffffff;
  border-radius: 50%;
  transition: all ease 0.5s;
  animation: ripple 5s linear infinite;
}
.future-video .video-btn::after {
  content: "";
  position: absolute;
  top: -15px;
  bottom: -15px;
  left: -15px;
  display: inline-block;
  right: -15px;
  border: solid 1px #ffffff;
  border-radius: 50%;
  transition: all ease 0.5s;
  animation: ripple 5s linear infinite;
}

@keyframes ripple {
  0% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.5);
    opacity: 0.6;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
/*
Latest  Warp  Style
======================================================*/
.latest-card {
  margin-bottom: 25px;
}
.latest-card .latest-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
.latest-card .latest-image.bg-1 {
  background-image: url(../images/blogs/blog-style1.jpg);
}
.latest-card .latest-image.bg-2 {
  background-image: url(../images/blogs/blog-style2.jpg);
}
.latest-card .content {
  padding: 32px 35px 32px 35px;
  background: rgba(5, 84, 242, 0.05);
}
.latest-card .content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}
.latest-card .content ul li {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.latest-card .content ul li .scf-link {
  font-weight: 500;
  font-size: 16px;
  color: #0554F2;
  text-decoration: underline;
}
.latest-card .content ul li p {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.latest-card .content h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
  position: relative;
}
.latest-card .content h3 a {
  color: #03041C;
}
.latest-card .content .explore {
  font-weight: 500;
  font-size: 14px;
  text-decoration-line: underline;
  color: #03041C;
}
.latest-card .content .latest-tag {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.latest-card .content .latest-tag::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: -35px;
  height: 1px;
  background-color: rgba(5, 84, 242, 0.1);
}
.latest-card .content .details p {
  font-size: 14px;
}
.latest-card .content .details img {
  padding-right: 4px;
}

/*
Planner  Warp  Style
======================================================*/
.inner-planner {
  background: #FBF4EA;
  padding: 70px 80px 80px 80px;
}
.inner-planner .planner-content .default-btn {
  margin-top: 25px;
}
.inner-planner .single-section {
  padding-right: 50px;
}

.planner-warp {
  position: relative;
  z-index: 1;
}
.planner-warp::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 30%;
  background: #03041C;
}

/*
Hero Style3  Warp  Style
======================================================*/
.hero-form .form-warp {
  background: rgba(17, 17, 17, 0.7);
  border: 1.3px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  max-width: 420px;
  margin-left: auto;
  padding: 35px 40px 40px 40px;
}
.hero-form .form-warp h3 {
  font-size: 25px;
  color: #ffffff;
  margin-bottom: 20px;
}
.hero-form .form-warp .form-control {
  height: 55px;
  font-weight: 300;
  font-size: 14px;
  padding-left: 20px;
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 20px;
}
.hero-form .form-warp .form-control:focus {
  box-shadow: unset;
}
.hero-form .form-warp .form-control:focus::-moz-placeholder {
  color: transparent;
}
.hero-form .form-warp .form-control:focus::placeholder {
  color: transparent;
}
.hero-form .form-warp .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.hero-form .form-warp .form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
  transition: all ease 0.5s;
}
.hero-form .form-warp option {
  color: #000000;
}
.hero-form .form-warp .hero-register {
  width: 100%;
  height: 55px;
  font-weight: 500;
  font-size: 14px;
  border: none;
  text-align: center;
  background-color: #ffffff;
}
.hero-form .form-warp .form-select {
  background-image: url(../images/svg/arrow.svg);
  background-position: right 0.95rem center;
  background-size: 14px 13px;
}

.hero-style3-warp {
  background-image: url(../images/hero/hero3.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 210px;
  padding-bottom: 210px;
}

.hero-style3-content .title {
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
  margin-bottom: 12px;
  color: #EE0034;
}
.hero-style3-content h1 {
  font-size: 90px;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 12px;
}
.hero-style3-content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 35px;
}
.hero-style3-content ul li {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  padding-right: 30px;
  font-weight: 400;
  color: #EDEDED;
}
.hero-style3-content ul li img {
  position: absolute;
  left: 0;
  top: 0;
}
.hero-style3-content .hero-btn .default-btn.style2 {
  color: #ffffff;
  margin-left: 20px;
}

/*
Innovators  Warp  Style
======================================================*/
.innovators-box {
  margin-bottom: 25px;
  background: #ffffff;
  transition: all ease 0.5s;
  text-align: center;
  padding: 40px 65px 35px 65px;
  border: 1px solid rgba(5, 84, 242, 0.1);
}
.innovators-box:hover {
  box-shadow: 0px 10px 40px rgba(3, 4, 28, 0.05);
  border-color: transparent;
}
.innovators-box:hover .icon {
  color: #ffffff;
}
.innovators-box:hover .icon::before {
  height: 100%;
  opacity: 1;
  visibility: visible;
}
.innovators-box .icon {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
  margin-left: auto;
  margin-right: auto;
  font-size: 45px;
  background: rgba(5, 84, 242, 0.05);
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all ease 0.5s;
}
.innovators-box .icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  height: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  transition: all ease 0.5s;
  background-color: #EE0034;
}
.innovators-box h3 {
  font-size: 26px;
  margin-bottom: 12px;
}

/*
Quality  Warp  Style
======================================================*/
.inner-quality-warp {
  position: relative;
  border-top: solid 1px rgba(5, 84, 242, 0.1);
}

.quality-content {
  margin-right: 22px;
}
.quality-content h2 {
  margin-bottom: 25px;
}
.quality-content .quality-item {
  margin-bottom: 35px;
}
.quality-content .quality-item .icon {
  width: 80px;
  height: 80px;
  color: #0554F2;
  font-size: 36px;
  line-height: 80px;
  line-height: 92px;
  border-radius: 50%;
  text-align: center;
  background: rgba(5, 84, 242, 0.1);
}
.quality-content .quality-item .content {
  padding-left: 20px;
}
.quality-content .quality-item .content h4 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}

.quality-image .satisfied-warp {
  max-width: 740px;
  margin-left: auto;
  margin-right: 20px;
}
.quality-image .satisfied-warp p {
  margin-bottom: 30px;
}
.quality-image .satisfied-counter {
  margin-right: 85px;
  padding: 30px 40px;
  z-index: 2;
  position: relative;
  margin-bottom: -95px;
  background-color: #0554F2;
}
.quality-image .satisfied-counter .satisfied-box .icon {
  width: 91px;
  height: 91px;
  color: #EE0034;
  font-size: 45px;
  line-height: 95px;
  text-align: center;
  border-radius: 50%;
  background-color: #ffffff;
}
.quality-image .satisfied-counter .satisfied-box .content {
  padding-left: 20px;
}
.quality-image .satisfied-counter .satisfied-box .content h2 {
  font-size: 40px;
  margin-bottom: 8px;
  color: #ffffff;
}
.quality-image .satisfied-counter .satisfied-box .content span {
  color: #EDEDED;
}

.col-lg-6:nth-child(2) .satisfied-box {
  margin-left: 30px;
}

/*
Sponsor  Warp  Style
======================================================*/
.sponsor-widget {
  text-align: center;
}
.sponsor-widget h4 {
  font-size: 30px;
  margin-bottom: 30px;
}
.sponsor-widget .logo {
  margin-bottom: 60px;
}
.sponsor-widget .logo img {
  opacity: 75%;
  transition: all ease 0.5s;
}
.sponsor-widget .logo img:hover {
  opacity: 100%;
}

.sponsors-warp {
  padding-bottom: 40px;
  background: #fff;
}

/*
Exclusive  Warp  Style
======================================================*/
.exclusive-box {
  margin-bottom: 25px;
  padding: 36px;
  background-color: #ffffff;
  border: 1px solid rgba(5, 84, 242, 0.1);
  position: relative;
}
.exclusive-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 0;
  width: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  background: rgba(5, 84, 242, 0.05);
}
.exclusive-box:hover {
  border-color: transparent;
}
.exclusive-box:hover::before {
  height: 100%;
  opacity: 1;
}
.exclusive-box .prize-btn {
  margin-bottom: 35px;
}
.exclusive-box .prize-btn span {
  font-weight: 700;
  font-size: 18px;
  color: #0554F2;
}
.exclusive-box .image {
  margin-bottom: 25px;
}
.exclusive-box .content {
  text-align: center;
}
.exclusive-box .content span {
  font-size: 14px;
  color: #EE0034;
  margin-bottom: 12px;
  display: inline-block;
}
.exclusive-box .content h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.inner-exclusive-warp {
  border-bottom: solid 1px rgba(5, 84, 242, 0.1);
}

/*
Creative  Warp  Style
======================================================*/
.creative-slider-warp {
  margin-left: 70px;
  position: relative;
}
.creative-slider-warp .swiper-btn {
  display: flex;
  justify-content: left;
  position: absolute;
  left: -54%;
  bottom: 120px;
}
.creative-slider-warp .swiper-btn .swiper-button-next,
.creative-slider-warp .swiper-btn .swiper-button-prev {
  bottom: 0;
  position: relative;
  top: auto;
}
.creative-slider-warp .swiper-btn .swiper-button-next::after,
.creative-slider-warp .swiper-btn .swiper-button-prev::after {
  display: none;
}
.creative-slider-warp .swiper-btn .swiper-button-next::before,
.creative-slider-warp .swiper-btn .swiper-button-prev::before {
  position: absolute;
  width: 55px;
  display: block;
  height: 55px;
  line-height: 55px;
  color: #03041C;
  text-align: center;
  font-size: 14px;
  font-weight: 100;
  transition: all ease 0.5s;
  border: 1px solid rgba(5, 84, 242, 0.15);
  border-radius: 5px;
}
.creative-slider-warp .swiper-btn .swiper-button-next:hover::before,
.creative-slider-warp .swiper-btn .swiper-button-prev:hover::before {
  background-color: #EE0034;
  color: #ffffff;
}
.creative-slider-warp .swiper-btn .swiper-button-next {
  left: auto;
  right: -8px;
}
.creative-slider-warp .swiper-btn .swiper-button-next:before {
  font-family: flaticon_mycollection !important;
  content: "\f110";
}
.creative-slider-warp .swiper-btn .swiper-button-prev {
  left: auto;
  right: 90px !important;
}
.creative-slider-warp .swiper-btn .swiper-button-prev:before {
  font-family: flaticon_mycollection !important;
  content: "\f11e";
}

.creative-content {
  margin-right: -50px;
  margin-bottom: 80px;
}

/*
Leading  Warp  Style
======================================================*/
.leading-warp {
  background: linear-gradient(0deg, #F7F9FF, #F7F9FF), rgba(5, 84, 242, 0.03);
}

.leading-item {
  justify-content: center;
  margin-bottom: 30px;
  position: relative;
}
.leading-item::before {
  content: "";
  position: absolute;
  left: 277px;
  bottom: -14px;
  right: 0;
  height: 1px;
  background: rgba(5, 84, 242, 0.1);
}
.leading-item:last-child {
  margin-bottom: 0;
}
.leading-item .date-list {
  width: 212px;
  margin-bottom: 0;
}
.leading-item .week {
  width: 232px;
  padding-left: 55px;
  padding-right: 55px;
}
.leading-item .week p {
  margin-bottom: 8px;
}
.leading-item .week span {
  font-weight: 600;
  font-size: 16px;
  color: #0554F2;
}
.leading-item .content-tag {
  width: 390px;
}
.leading-item .content-tag h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.leading-item .count {
  width: 150px;
  padding-left: 40px;
  padding-right: 35px;
  position: relative;
}
.leading-item .count::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  background: rgba(5, 84, 242, 0.1);
}
.leading-item .count::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background: rgba(5, 84, 242, 0.1);
}
.leading-item .count p {
  margin-bottom: 8px;
}
.leading-item .count span {
  font-weight: 600;
  color: #0554F2;
}
.leading-item .downtown {
  width: 350px;
  margin-left: 20px;
}
.leading-item .downtown .dt1 {
  font-weight: 500;
  font-size: 14px;
  color: #03041C;
}
.leading-item .downtown .dt2 {
  font-size: 14px;
  padding-left: 25px;
}
.leading-item .downtown p {
  margin-bottom: 0;
  margin-top: 15px;
  font-size: 14px;
}

/*
Teach  Warp  Style
======================================================*/
.teach-content h2 {
  margin-bottom: 15px;
}
.teach-content .about-counter {
  margin-top: 50px;
}
.teach-content .count-box {
  margin-bottom: 25px;
}
.teach-content .count-box .icon {
  height: 100px;
  width: 100px;
  font-size: 45px;
  color: #EE0034;
  line-height: 110px;
  border-radius: 50%;
  text-align: center;
  margin-right: 20px;
  background: rgba(5, 84, 242, 0.05);
}
.teach-content .count-box .content h2 {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 10px;
}
.teach-content .count-box .content p {
  margin-bottom: 0;
}

.col-lg-4:nth-child(2) .count-box {
  margin-left: 50px;
}

.teach-image {
  padding-right: 70px;
}
.teach-image .image-content {
  position: relative;
}
.teach-image .image-content .teach-event-shape1 {
  position: absolute;
  bottom: 0;
  left: -40px;
}
.teach-image .image-content .content {
  padding: 64px 50px;
  text-align: center;
}
.teach-image .image-content .content h2 {
  font-size: 50px;
  color: #EE0034;
  margin-bottom: 0;
}

/*
Modal  Warp  Style
======================================================*/
.modal-search {
  position: relative;
  display: inline-block;
}

.open-button {
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.overlay-content {
  position: relative;
  top: 40px;
  left: auto;
  right: 50%;
  width: 406px;
  transform: translate(-90%, 29%);
  text-align: center;
}
.overlay-content .form-control {
  padding-left: 20px;
  height: 55px;
  font-size: 17px;
  width: 100%;
  transition: all ease 0.5s;
  border: 1px solid rgba(5, 84, 242, 0.2);
  background: #ffffff;
}
.overlay-content .form-control:focus {
  box-shadow: unset;
  border-color: #EE0034;
}
.overlay-content .form-control:focus::-moz-placeholder {
  color: transparent;
}
.overlay-content .form-control:focus::placeholder {
  color: transparent;
}
.overlay-content .form-control::-moz-placeholder {
  color: #666666;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.overlay-content .form-control::placeholder {
  color: #666666;
  transition: all ease 0.5s;
}
.overlay-content .default-btn {
  position: absolute;
  right: 0;
  padding: 8px 20px;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  font-size: 17px;
  border: none;
  cursor: pointer;
}
.overlay-content .default-btn i {
  color: #ffffff !important;
}

.closebtn {
  position: absolute;
  top: 0;
  border: none;
  right: -6px;
  line-height: 45px;
  font-size: 34px;
  background: #fff;
  cursor: pointer;
  color: #EE0034;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
}

/*
Inner Event  Warp  Style
======================================================*/
.event-border {
  border: 1px solid rgba(5, 84, 242, 0.15);
  transition: all ease 0.5s;
}
.event-border:hover {
  border-color: transparent;
  box-shadow: 0px 10px 40px rgba(3, 4, 28, 0.03);
}

.inner-hero-warp {
  position: relative;
  padding-top: 130px;
  padding-bottom: 130px;
  text-align: center;
  background: #FBF4EA;
}
.inner-hero-warp .inner-shape1 {
  position: absolute;
  top: 60px;
  left: 15%;
  pointer-events: none;
}
.inner-hero-warp .inner-shape2 {
  position: absolute;
  bottom: 60px;
  pointer-events: none;
  right: 14%;
}
.inner-hero-warp .inner-shape3 {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  margin-left: auto;
  margin-right: auto;
}
.inner-hero-warp ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.inner-hero-warp ul li {
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
  font-weight: 500;
  color: #EE0034;
}
.inner-hero-warp ul li::before {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 3px;
  right: -3px;
  width: 1px;
  transform: rotate(23deg);
  background-color: #03041C;
}
.inner-hero-warp ul li:last-child {
  padding-right: 0;
}
.inner-hero-warp ul li:last-child::before {
  display: none;
}
.inner-hero-warp ul li:first-child {
  padding-left: 0;
}
.inner-hero-warp ul li a {
  color: #03041C;
}
.inner-hero-warp h2 {
  font-weight: 900;
  font-size: 40px;
  margin-bottom: 20px;
}

/*
Inner Team  Warp  Style
======================================================*/
.all-pagination {
  margin-top: 50px;
}
.all-pagination .pagination {
  justify-content: center;
}
.all-pagination .pagination li {
  padding-right: 5px;
  padding-left: 5px;
}
.all-pagination .pagination li:last-child {
  padding-right: 0;
}
.all-pagination .pagination li:last-child .page-link i {
  position: relative;
  left: 1px;
  font-size: 16px;
  top: -1px;
}
.all-pagination .pagination li .page-link {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #EBEBEB;
  text-align: center;
  line-height: 34px;
  border: none;
  color: #1E026B;
  transition: all ease 0.5s;
  font-weight: 600;
  font-size: 13px;
}
.all-pagination .pagination li .page-link:hover {
  background-color: #EE0034;
  color: #ffffff;
}
.all-pagination .pagination li .page-link:hover i {
  color: #ffffff;
}
.all-pagination .pagination li .page-link.active {
  background-color: #EE0034;
  color: #ffffff;
}
.all-pagination .pagination li .page-link.active i {
  color: #ffffff;
}
.all-pagination .pagination li .page-link:focus {
  box-shadow: unset;
}

/*
Event Details  Warp  Style
======================================================*/
.event-details-content .details-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 15px;
}
.event-details-content .details-list li {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  padding-right: 50px;
}
.event-details-content .details-list li img {
  position: absolute;
  left: 0;
  top: 1px;
}
.event-details-content h3 {
  font-size: 40px;
  margin-bottom: 20px;
}
.event-details-content .image {
  margin-bottom: 40px;
}
.event-details-content .media {
  margin-bottom: 40px;
}
.event-details-content .media h4 {
  font-size: 26px;
  margin-bottom: 10px;
}
.event-details-content .media .style-tag {
  margin-top: 20px;
  padding: 10px 0 10px 30px;
  border-left: solid 3px rgba(5, 84, 242, 0.15);
}
.event-details-content .media .style-tag p {
  font-size: 20px;
}
.event-details-content .guide {
  margin-bottom: 40px;
}
.event-details-content .guide h4 {
  font-size: 26px;
  margin-bottom: 10px;
}
.event-details-content .connecting {
  margin-bottom: 50px;
}
.event-details-content .connecting h4 {
  font-size: 26px;
  margin-bottom: 10px;
}
.event-details-content .connecting ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 20px;
}
.event-details-content .connecting ul li {
  margin-bottom: 12px;
}
.event-details-content .connecting ul li:last-child {
  margin-bottom: 0;
}
.event-details-content .future {
  margin-bottom: 50px;
}
.event-details-content .future h4 {
  font-size: 26px;
  margin-bottom: 10px;
}
.event-details-content .future ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 20px;
}
.event-details-content .future ul li {
  margin-bottom: 12px;
}
.event-details-content .future ul li:last-child {
  margin-bottom: 0;
}
.event-details-content .easier {
  margin-bottom: 50px;
}
.event-details-content .easier h4 {
  font-size: 26px;
  margin-bottom: 12px;
}
.event-details-content .mission {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: solid 1px rgba(5, 84, 242, 0.1);
}
.event-details-content .mission h4 {
  font-size: 26px;
  margin-bottom: 12px;
}
.event-details-content .event-details-btn .default-btn.style3 {
  margin-right: 20px;
}

/*
Main About  Warp  Style
======================================================*/
.community-content.style2 {
  padding-right: 60px;
}
.community-content.style3 {
  padding-left: 60px;
}
.community-content h3 {
  font-size: 40px;
  margin-bottom: 10px;
}
.community-content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.community-content ul li {
  margin-bottom: 12px;
}
.community-content ul li:last-child {
  margin-bottom: 0;
}

.community-image {
  position: relative;
  z-index: 1;
}
.community-image.style3 {
  margin-left: 10px;
  padding-right: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.community-image.style3::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 140px;
  right: 0;
  z-index: -1;
  bottom: -50px;
  background: rgba(5, 84, 242, 0.1);
}
.community-image.style2 {
  margin-right: 10px;
  padding-left: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.community-image.style2::before {
  content: "";
  position: absolute;
  top: -50px;
  right: 140px;
  left: 0;
  z-index: -1;
  bottom: -50px;
  background: rgba(5, 84, 242, 0.1);
}

.inner-funfact-warp.main-about {
  margin-bottom: 0;
}

.sponsor-widget.style2 {
  margin-top: -100px;
  position: relative;
  z-index: 2;
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 40px;
  background: linear-gradient(0deg, #F7F9FF, #F7F9FF), rgba(5, 84, 242, 0.03);
}

.sponsors-warp.style2 {
  padding-bottom: 0;
  background: #ffffff !important;
}

.inner-hero-warp.sponsor {
  padding-bottom: 230px;
}

/*
Preloader  Warp  Style
======================================================*/
.preloader-area {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background-color: #0554F2;
}

.loader {
  width: 70px;
  height: 70px;
  top: 50%;
  transform: rotateX("angle");
  border: 2px solid #FFF;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 0;
  background: #FF3D00;
  width: 3px;
  height: 24px;
  transform: translateX(-50%);
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*
Venue  Warp  Style
======================================================*/
.venue-image {
  position: relative;
  z-index: 1;
  margin-right: 70px;
  padding-left: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.venue-image::before {
  content: "";
  position: absolute;
  top: -50px;
  right: 240px;
  left: 0;
  z-index: -1;
  bottom: -50px;
  background: rgba(5, 84, 242, 0.1);
}

.venue-content .form-tab {
  max-width: 450px;
  margin-top: 30px;
}
.venue-content .form-tab .nav-pills {
  border-bottom: solid 1px rgba(102, 102, 102, 0.1);
  max-width: 400px;
}
.venue-content .form-tab .nav-pills .nav-link {
  background: transparent;
  font-weight: 600;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  color: #03041C;
  border: 0;
  padding: 5px 20px;
  transition: all ease 0.5s;
  border-radius: 0;
  border-bottom: solid 2px transparent !important;
}
.venue-content .form-tab .nav-pills .nav-link.active {
  border-bottom: solid 2px #EE0034 !important;
}
.venue-content .form-tab .nav-pills .nav-item {
  padding-right: 10px;
}
.venue-content .vanue {
  margin-top: 30px;
}
.venue-content .vanue h4 {
  font-size: 18px;
  color: #ffffff;
}
.venue-content .vanue ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.venue-content .vanue ul li {
  margin-bottom: 20px;
}
.venue-content .vanue ul li:last-child {
  margin-bottom: 0;
}
.venue-content .vanue ul li .venue-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.venue-content .vanue ul li .venue-list h2 {
  font-size: 20px;
  color: #03041C;
  padding-right: 15px;
  margin-bottom: 0;
}
.venue-content .vanue ul li .venue-list p {
  color: #666666;
}
.venue-content .vanue ul li .venue-list .default-btn.style3 {
  color: #03041C;
  border-color: #ffffff;
}
.venue-content .vanue ul li .venue-list .default-btn.style3:hover {
  border-color: #EE0034;
}
.venue-content .time ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.venue-content .time ul li {
  margin-bottom: 15px;
  position: relative;
  color: #03041C;
}
.venue-content .time ul li:last-child {
  margin-bottom: 0;
}
.venue-content .time ul li span {
  position: absolute;
  right: 0;
}
.venue-content .get-there p {
  font-weight: 500;
  font-size: 16px;
  color: #03041C;
}
.venue-content .get-there h5 {
  font-weight: 500;
  font-size: 16px;
  color: #03041C;
  margin-bottom: 12px;
}
.venue-content .get-there ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.venue-content .get-there ul li {
  position: relative;
  color: #03041C;
  font-weight: 400;
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-bottom: 12px;
}
.venue-content .get-there ul li:last-child {
  margin-bottom: 0;
}
.venue-content .get-there ul li a {
  color: #03041C;
  font-weight: 400;
  font-size: 14px;
}
.venue-content .get-there ul li h6 {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 14px;
  color: #03041C;
  margin-bottom: 0;
  padding-right: 4px;
}
.venue-content h2 {
  margin-bottom: 12px;
}

.inner-map iframe {
  width: 100%;
  height: 570px;
  display: block;
}

/*
Event Gallery  Warp  Style
======================================================*/
.event-gallery .image {
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}
.event-gallery .image .icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 70px;
  color: #ffffff;
  line-height: 70px;
  font-size: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.5s;
  text-align: center;
  background-color: #EE0034;
}
.event-gallery .image .icon:hover {
  background-color: #0554F2;
}
.event-gallery .image::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  height: 0%;
  width: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  visibility: hidden;
  background: rgba(3, 4, 28, 0.5);
}
.event-gallery .image:hover::before {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.event-gallery .image:hover .icon {
  opacity: 1;
  visibility: visible;
}

/*
My Account  Warp  Style
======================================================*/
.inner-registration-widget {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}

.registration-form {
  padding-top: 40px;
  padding-bottom: 45px;
  padding-left: 50px;
  padding-right: 50px;
  background-color: #ffffff;
  box-shadow: 0px 10px 40px rgba(3, 4, 28, 0.05);
}
.registration-form h4 {
  font-size: 25px;
  margin-bottom: 25px;
}
.registration-form .form-control {
  height: 55px;
  padding-left: 20px;
  margin-bottom: 15px;
  background-color: #ffffff;
  border: 1px solid rgba(5, 84, 242, 0.15);
  border-radius: 5px;
  font-weight: 300;
  font-size: 14px;
  transition: all ease 0.5s;
  color: #666666;
}
.registration-form .form-control:focus {
  box-shadow: unset;
}
.registration-form .form-control:focus::-moz-placeholder {
  color: transparent;
}
.registration-form .form-control:focus::placeholder {
  color: transparent;
}
.registration-form .form-control::-moz-placeholder {
  color: #666666;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.registration-form .form-control::placeholder {
  color: #666666;
  transition: all ease 0.5s;
}
.registration-form .form-control.password {
  position: relative;
}
.registration-form .form-control.password::before {
  content: "\ecb7";
  font-family: remixicon !important;
  position: absolute;
  top: 20px;
  z-index: 1;
  right: 20px;
}
.registration-form .default-btn {
  border-radius: 5px;
  width: 100%;
  text-align: center;
  border: none;
  background-color: #0554F2;
}
.registration-form .default-btn:hover {
  background-color: #EE0034;
}
.registration-form ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}
.registration-form ul li {
  display: inline-block;
  padding-right: 12px;
}
.registration-form ul li:last-child {
  padding-right: 0;
}
.registration-form ul li a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid rgba(5, 84, 242, 0.2);
  border-radius: 5px;
  display: inline-block;
  text-align: center;
}
.registration-form .forgot {
  margin-bottom: 20px;
  display: inline-block;
  text-decoration-line: underline;
}

.inner-account-widget {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}
.inner-account-widget .nav-pills {
  max-width: 205px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px !important;
  justify-content: center;
  border-bottom: solid 1px rgba(102, 102, 102, 0.1);
}
.inner-account-widget .nav-pills .nav-link {
  font-weight: 700;
  font-size: 18px;
  color: #03041C;
  border-radius: 0;
  transition: all ease 0.5s;
}
.inner-account-widget .nav-pills .nav-link.active {
  background-color: transparent;
  color: #03041C;
  border-bottom: solid 2px #EE0034;
}

/*
Speaker Details  Warp  Style
======================================================*/
.inner-speaker-details {
  background: #F7F9FF;
  padding-top: 50px;
  padding-bottom: 25px;
  padding-left: 50px;
  padding-right: 50px;
}

.details-warp {
  padding-right: 50px;
  text-align: center;
  margin-bottom: 25px;
}
.details-warp .team-details1 {
  border-radius: 50%;
  margin-bottom: 20px;
}
.details-warp h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.details-information {
  margin-bottom: 25px;
  position: relative;
}
.details-information::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 80px;
  width: 1px;
  background: rgba(5, 84, 242, 0.15);
}
.details-information h4 {
  font-weight: 600;
  font-family: "Poppins";
  font-size: 22px;
  margin-bottom: 30px;
}
.details-information ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.details-information ul li {
  position: relative;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 12px;
  color: #03041C;
}
.details-information ul li:last-child {
  margin-bottom: 0;
}
.details-information ul li span {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.details-information ul li a {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}

.admission {
  position: relative;
  margin-bottom: 25px;
  margin-left: -30px;
}
.admission::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: -60px;
  right: 30px;
  width: 1px;
  background: rgba(5, 84, 242, 0.15);
}
.admission h4 {
  font-weight: 600;
  font-family: "Poppins";
  font-size: 22px;
  margin-bottom: 30px;
}
.admission ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.admission ul li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 20px;
}
.admission ul li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: #666666;
}
.admission ul li:last-child {
  margin-bottom: 0;
}

.social-details {
  margin-top: 40px;
  text-align: end;
  margin-bottom: 25px;
}
.social-details .social-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.social-details .social-list li {
  margin-bottom: 0;
  padding: 4px 15px;
  display: inline-block;
  text-align: center;
  background: rgba(5, 84, 242, 0.08);
  transition: all ease 0.5s;
}
.social-details .social-list li:first-child {
  padding-top: 8px;
}
.social-details .social-list li:last-child {
  margin-bottom: 0;
  background-color: #EE0034;
  color: #ffffff;
  padding-top: 8px;
  padding-bottom: 8px;
}
.social-details .social-list li a {
  color: #03041C;
  font-size: 20px;
}
.social-details .social-list li a:hover {
  color: #EE0034;
}
.social-details .social-list li .icon {
  font-size: 20px;
}

.speaker-card-warp h4 {
  font-size: 30px;
  margin-bottom: 35px;
  margin-right: -20px;
}
.speaker-card-warp .speaker-card {
  margin-bottom: 25px;
  padding-top: 30px;
  padding-bottom: 35px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  background: rgba(5, 84, 242, 0.05);
}
.speaker-card-warp .speaker-card h5 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
}
.speaker-card-warp .speaker-card .date {
  margin-bottom: 20px;
}
.speaker-card-warp .speaker-card p {
  font-size: 14px;
}
.speaker-card-warp .speaker-card p span {
  font-weight: 500;
  font-size: 14px;
  color: #03041C;
  padding-right: 10px;
}
.speaker-card-warp .speaker-card p.last-child {
  margin-bottom: 0;
  margin-top: -10px;
}
.speaker-card-warp .speaker-card .tag {
  position: absolute;
  width: 90px;
  text-align: center;
  top: 8px;
  right: 8px;
  height: 90px;
  background: #ffffff;
  border-radius: 0px 0px 0px 70px;
}
.speaker-card-warp .speaker-card .tag h1 {
  color: transparent;
  -webkit-text-stroke: 1px rgba(238, 0, 52, 0.15);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: 40px;
  position: relative;
  top: 15px;
}

.speaker-form {
  padding-top: 40px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
  margin-left: 50px;
  box-shadow: 0px 10px 40px rgba(3, 4, 28, 0.05);
}
.speaker-form h3 {
  font-size: 30px;
  margin-bottom: 30px;
}
.speaker-form .form-control {
  height: 55px;
  color: #666666;
  border: 1px solid rgba(5, 84, 242, 0.15);
  border-radius: 5px;
  margin-bottom: 25px;
  transition: all ease 0.5s;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 300;
}
.speaker-form .form-control:focus {
  box-shadow: unset;
}
.speaker-form .form-control:focus::-moz-placeholder {
  color: transparent;
}
.speaker-form .form-control:focus::placeholder {
  color: transparent;
}
.speaker-form .form-control::-moz-placeholder {
  color: #666666;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.speaker-form .form-control::placeholder {
  color: #666666;
  transition: all ease 0.5s;
}
.speaker-form textarea {
  height: 155px !important;
  padding-top: 12px;
}
.speaker-form .default-btn {
  border: none;
  background-color: #0554F2;
  border-radius: 5px;
}
.speaker-form .default-btn:hover {
  background-color: #EE0034;
}

.color-style1 {
  background: #ffffff !important;
}

.color-style2 {
  background: #F7F9FF;
}

.main-blog-card {
  margin-bottom: 25px;
}
.main-blog-card .content {
  padding-top: 40px;
  padding-bottom: 35px;
  padding-left: 40px;
  padding-right: 40px;
  transition: all ease 0.5s;
  background-color: #ffffff;
  border: 1px solid rgba(5, 84, 242, 0.1);
}
.main-blog-card .content .mb-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}
.main-blog-card .content .mb-list li {
  position: relative;
  display: inline-block;
  padding-right: 40px;
  font-size: 14px;
  color: #0554F2;
}
.main-blog-card .content .mb-list li::before {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 3px;
  width: 1px;
  right: 16px;
  background: rgba(5, 84, 242, 0.1);
}
.main-blog-card .content .mb-list li a {
  font-size: 14px;
  color: #0554F2;
}
.main-blog-card .content .mb-list li:first-child {
  padding-right: 6px;
}
.main-blog-card .content .mb-list li:last-child {
  padding-right: 0;
}
.main-blog-card .content h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.main-blog-card .content h3 a {
  color: #03041C;
}
.main-blog-card .content h3 a:hover {
  color: #EE0034;
}
.main-blog-card:hover .content {
  border-color: transparent;
  box-shadow: 0px 10px 40px rgba(3, 4, 28, 0.05);
}

.main-blog-pagination .all-pagination {
  margin-top: 30px;
}

.blog-big-widget .frist-image {
  margin-bottom: 25px;
}
.blog-big-widget .mb-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}
.blog-big-widget .mb-list li {
  position: relative;
  display: inline-block;
  padding-right: 40px;
  font-size: 14px;
  color: #0554F2;
}
.blog-big-widget .mb-list li::before {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 3px;
  width: 1px;
  right: 16px;
  background: rgba(5, 84, 242, 0.1);
}
.blog-big-widget .mb-list li a {
  font-size: 14px;
  color: #0554F2;
}
.blog-big-widget .mb-list li:first-child {
  padding-right: 6px;
}
.blog-big-widget .mb-list li:last-child {
  padding-right: 0;
}
.blog-big-widget h2 {
  font-size: 38px;
  margin-bottom: 14px;
}
.blog-big-widget .reliable {
  margin-top: 40px;
  margin-bottom: 25px;
}
.blog-big-widget .reliable h2 {
  font-size: 38px;
  margin-bottom: 14px;
}
.blog-big-widget .details-image {
  margin-bottom: 50px;
}
.blog-big-widget .details-image .image {
  margin-bottom: 25px;
}
.blog-big-widget .details-image p {
  margin-top: 10px;
}
.blog-big-widget .share {
  margin-bottom: 35px;
  padding-bottom: 50px;
  border-bottom: solid 1px rgba(5, 84, 242, 0.1);
}
.blog-big-widget .share h3 {
  font-size: 24px;
  margin-bottom: 0;
}
.blog-big-widget .share .social-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.blog-big-widget .share .social-list li {
  display: inline-block;
  padding-right: 5px;
}
.blog-big-widget .share .social-list li a {
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 20px;
  line-height: 40px;
  color: #ffffff;
  transition: all ease 0.5s;
  background-color: #0554F2;
}
.blog-big-widget .share .social-list li a:hover {
  background-color: #EE0034;
}
.blog-big-widget .reply-form h2 {
  font-size: 38px;
  margin-bottom: 10px;
}
.blog-big-widget .reply-form p {
  margin-bottom: 20px;
}
.blog-big-widget .reply-form .form-control {
  height: 55px;
  border: 1px solid rgba(5, 84, 242, 0.15);
  border-radius: 5px;
  padding-left: 20px;
  margin-bottom: 24px;
  transition: all ease 0.5s;
}
.blog-big-widget .reply-form .form-control:focus {
  box-shadow: unset;
}
.blog-big-widget .reply-form .form-control:focus::-moz-placeholder {
  color: transparent;
}
.blog-big-widget .reply-form .form-control:focus::placeholder {
  color: transparent;
}
.blog-big-widget .reply-form .form-control::-moz-placeholder {
  color: #666666;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.blog-big-widget .reply-form .form-control::placeholder {
  color: #666666;
  transition: all ease 0.5s;
}
.blog-big-widget .reply-form textarea {
  height: 155px !important;
  padding-top: 12px;
}
.blog-big-widget .reply-form .form-check {
  margin-bottom: 25px;
}
.blog-big-widget .reply-form .form-check .form-check-input {
  border: 1px solid rgba(5, 84, 242, 0.1);
  height: 20px;
  width: 20px;
  border-radius: 0;
  position: relative;
  margin-right: 5px;
  top: -3px;
}
.blog-big-widget .reply-form .default-btn {
  border: none;
  border-radius: 5px !important;
  background-color: #0554F2;
}
.blog-big-widget .reply-form .default-btn:hover {
  background-color: #EE0034;
}

.blog-small-widget {
  padding-left: 20px;
}
.blog-small-widget .all-boxes {
  padding-top: 35px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  background: rgba(5, 84, 242, 0.03);
}
.blog-small-widget .all-boxes h3 {
  font-size: 24px;
  margin-bottom: 15px;
}
.blog-small-widget .search-box {
  margin-bottom: 50px;
}
.blog-small-widget .search-box .input-box {
  position: relative;
}
.blog-small-widget .search-box .input-box .form-control {
  height: 60px;
  border: none;
  font-weight: 300;
  font-size: 14px;
  color: #666666;
  padding-left: 20px;
  background: rgba(5, 84, 242, 0.05);
}
.blog-small-widget .search-box .input-box .form-control:focus {
  box-shadow: unset;
}
.blog-small-widget .search-box .input-box .form-control:focus::-moz-placeholder {
  color: transparent;
}
.blog-small-widget .search-box .input-box .form-control:focus::placeholder {
  color: transparent;
}
.blog-small-widget .search-box .input-box .form-control::-moz-placeholder {
  color: #666666;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.blog-small-widget .search-box .input-box .form-control::placeholder {
  color: #666666;
  transition: all ease 0.5s;
}
.blog-small-widget .search-box .input-box button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  bottom: 0;
  color: #ffffff;
  padding: 21px 22px;
  background-color: #0554F2;
  text-align: center;
}
.blog-small-widget .recent-post {
  margin-bottom: 50px;
}
.blog-small-widget .recent-post .blog-post {
  overflow: hidden;
  margin-bottom: 40px;
  align-items: center;
}
.blog-small-widget .recent-post .blog-post:last-child {
  margin-bottom: 0;
}
.blog-small-widget .recent-post .blog-post .thumb {
  width: 100px;
  height: 100px;
  margin-right: 20px;
  position: relative;
  display: inline-block;
}
.blog-small-widget .recent-post .blog-post .thumb .full-image {
  width: 100px;
  height: 100px;
  display: inline-block;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.blog-small-widget .recent-post .blog-post .thumb .full-image.bg-1 {
  background-image: url("../images/blogs/blog-details4.jpg");
}
.blog-small-widget .recent-post .blog-post .thumb .full-image.bg-2 {
  background-image: url("../images/blogs/blog-details5.jpg");
}
.blog-small-widget .recent-post .blog-post .thumb .full-image.bg-3 {
  background-image: url("../images/blogs/blog-details6.jpg");
}
.blog-small-widget .recent-post .blog-post .post-content p {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 15px;
  color: #0554F2;
}
.blog-small-widget .recent-post .blog-post .post-content h5 {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 0;
}
.blog-small-widget .recent-post .blog-post .post-content h5 a {
  color: #03041C;
  transition: all ease 0.5s;
}
.blog-small-widget .recent-post .blog-post .post-content h5 a:hover {
  color: #EE0034;
}
.blog-small-widget .recent-post .blog-post.last-blog {
  margin-bottom: 0px;
}
.blog-small-widget .categories {
  margin-bottom: 50px;
}
.blog-small-widget .categories ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.blog-small-widget .categories ul li {
  position: relative;
  margin-bottom: 15px;
  background-color: #ffffff;
  transition: all ease 0.5s;
  border: solid 1px #ffffff;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 20px;
  padding-right: 20px;
}
.blog-small-widget .categories ul li:hover {
  border-color: rgba(238, 0, 52, 0.15);
}
.blog-small-widget .categories ul li:last-child {
  margin-bottom: 0;
}
.blog-small-widget .categories ul li span {
  position: absolute;
  right: 20px;
  top: 18px;
  font-weight: 500;
  font-size: 14px;
  color: #03041C;
}
.blog-small-widget .categories ul li a {
  font-weight: 500;
  font-size: 14px;
  color: #03041C;
}
.blog-small-widget .tags a {
  font-weight: 300;
  font-size: 14px;
  display: inline-block;
  padding: 14px 18px;
  margin-bottom: 8px;
  margin-right: 5px;
  border: solid 1px #ffffff;
  background-color: #ffffff;
}
.blog-small-widget .tags a:hover {
  border-color: rgba(238, 0, 52, 0.15);
}

.contact-card-warp {
  padding-right: 155px;
}
.contact-card-warp h3 {
  font-size: 30px;
  margin-bottom: 15px;
}
.contact-card-warp p {
  margin-bottom: 30px;
}
.contact-card-warp .contact-card {
  display: flex;
  padding: 30px 30px 30px 60px;
  max-width: 340px;
  margin-left: 30px;
  margin-bottom: 25px;
  position: relative;
  box-shadow: 0px 10px 40px rgba(3, 4, 28, 0.05);
}
.contact-card-warp .contact-card .icon {
  left: -30px;
  width: 60px;
  position: absolute;
  height: 60px;
  top: 50%;
  transform: translateY(-29px);
  line-height: 60px;
  text-align: center;
  background-color: #EE0034;
}
.contact-card-warp .contact-card .content p {
  font-weight: 400;
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
}
.contact-card-warp .contact-card .content span {
  font-weight: 500;
  font-size: 16px;
  color: #03041C;
}
.contact-card-warp .contact-card .content a {
  color: #03041C;
  font-weight: 500;
  font-size: 16px;
}
.contact-card-warp .share {
  display: flex;
  align-items: center;
  margin-top: 45px;
}
.contact-card-warp .share h3 {
  font-size: 24px;
  margin-bottom: 0;
  margin-right: 30px;
}
.contact-card-warp .share .social-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.contact-card-warp .share .social-list li {
  display: inline-block;
  padding-right: 5px;
}
.contact-card-warp .share .social-list li a {
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 20px;
  line-height: 40px;
  color: #ffffff;
  transition: all ease 0.5s;
  background-color: #0554F2;
}

.contact-form {
  margin-left: -50px;
  padding-top: 44px;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
  background-color: #ffffff;
  box-shadow: 0px 10px 40px rgba(3, 4, 28, 0.05);
}
.contact-form h3 {
  font-size: 25px;
  margin-bottom: 15px;
}
.contact-form .form-control {
  height: 55px;
  padding-left: 20px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid rgba(5, 84, 242, 0.15);
  border-radius: 5px;
  transition: all ease 0.5s;
}
.contact-form .form-control:focus {
  box-shadow: unset;
}
.contact-form .form-control:focus::-moz-placeholder {
  color: transparent;
}
.contact-form .form-control:focus::placeholder {
  color: transparent;
}
.contact-form .form-control::-moz-placeholder {
  color: #666666;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.contact-form .form-control::placeholder {
  color: #666666;
  transition: all ease 0.5s;
}
.contact-form textarea {
  height: 155px !important;
  padding-top: 12px;
}
.contact-form .default-btn {
  border: none;
  border-radius: 5px;
  background-color: #0554F2;
}

/*
404 Error Page Style
=======================================================*/
.error-area {
  text-align: center;
  position: relative;
  z-index: 1;
}
.error-area .d-table {
  width: 100%;
  height: 100%;
}
.error-area .d-table .d-table-cell {
  vertical-align: middle;
}
.error-area .error-content-wrap {
  z-index: 1;
  position: relative;
}
.error-area .error-content-wrap h3 {
  margin: 30px 0 0;
  position: relative;
  color: #03041C;
}
.error-area .error-content-wrap p {
  margin: 20px 0 20px;
  font-size: 19px;
}
.error-area .error-content-wrap .default-btn.two {
  font-size: 16px;
  padding: 12px 40px;
}
.error-area .error-content-wrap .default-btn:hover {
  color: #EE0034;
}

/*
Terms & Conditions Area Style
=======================================================*/
.terms-conditions .title {
  margin-bottom: 30px;
  text-align: center;
}
.terms-conditions .title span {
  color: #EE0034;
  display: block;
  margin-bottom: 10px;
}
.terms-conditions .title h2 {
  font-size: 36px;
  color: #03041C;
  font-weight: 900;
}
.terms-conditions img {
  margin-bottom: 30px;
}
.terms-conditions .conditions-content {
  margin-bottom: 30px;
}
.terms-conditions .conditions-content h3 {
  margin-bottom: 15px;
  color: #03041C;
}
.terms-conditions .conditions-content p {
  margin-bottom: 10px;
  color: #555555;
}
.terms-conditions .conditions-content ul {
  margin-bottom: 15px;
  padding-left: 0;
  list-style-type: none;
  margin-top: 15px;
}
.terms-conditions .conditions-content ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  color: #555555;
}
.terms-conditions .conditions-content ul li:last-child {
  margin-bottom: 0;
}
.terms-conditions .conditions-content ul li i {
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 20px;
  color: #EE0034;
}
.terms-conditions .conditions-content h3 {
  margin-bottom: 15px;
  font-weight: 700;
  color: #03041C;
}
.terms-conditions .conditions-content p {
  margin-bottom: 10px;
  color: #555555;
}

/*
Privacy Policy Area Style
=======================================================*/
.privacy-policy-wrap .title {
  margin-bottom: 30px;
  text-align: center;
}
.privacy-policy-wrap .title h2 {
  font-size: 36px;
  font-weight: 900;
  color: #03041C;
  font: 30px;
}
.privacy-policy-wrap img {
  margin-bottom: 30px;
}
.privacy-policy-wrap .privacy-content {
  margin-bottom: 30px;
}
.privacy-policy-wrap .privacy-content h3 {
  margin-bottom: 15px;
  font-weight: 700;
  color: #03041C;
  font-size: 26px;
}
.privacy-policy-wrap .privacy-content p {
  margin-bottom: 10px;
  color: #555555;
}
.privacy-policy-wrap .privacy-content ul {
  margin-left: 0;
  margin-bottom: 15px;
  list-style-type: none;
  padding-left: 0;
  margin-top: 15px;
}
.privacy-policy-wrap .privacy-content li {
  position: relative;
  padding-left: 25px;
  color: #555555;
  margin-bottom: 10px;
}
.privacy-policy-wrap .privacy-content li:last-child {
  margin-bottom: 0;
}
.privacy-policy-wrap .privacy-content li i {
  position: absolute;
  left: 0;
  top: 1px;
  color: #EE0034;
  font-size: 20px;
}

.inner-map iframe {
  width: 100%;
  height: 570px;
  display: block;
}/*# sourceMappingURL=style.css.map */