@charset "UTF-8";
/*
--------------------------
	Css Indexing
--------------------------
	Table of Css Content
	------- *** -------

--------------------------
** @typography
--------------------------
** Global style
--------------------------
** Preloader
--------------------------
** breadcrumb-area
--------------------------
** Normalize
--------------------------
** Main Menu Area Start
--------------------------
** Hero Area Start
--------------------------
** About Area Start
--------------------------
** We are best Area Start
--------------------------
** Feature Area Start
--------------------------
** Video Area Start
--------------------------
** Deal Of the Week Start
--------------------------
** Pricing Area Start
--------------------------
** Testimonial Area Start
--------------------------
** FAQ Area Start
--------------------------
** Contact Area Start
--------------------------
** Footer Area Start
--------------------------
** Index-2 Area Start
--------------------------




*/
/*-----------------
    @Typography
-----------------*/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900|Poppins:400,500,600,700");
/*---------------------------
** Global stylecurve
---------------------------*/
.mybtn1 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  color: #fff;
  border: 0px;
  cursor: pointer;
  background: rgba(173,120,43,0.2);
  transition: 0.3s;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.mybtn1::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 490%;
  width: 180%;
  background: #0250c5;
  transform: translateX(-120%) translateY(-25%) rotate(45deg);
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0.2s;
}
.mybtn1::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 490%;
  width: 180%;
  background: #d43f8d;
  transform: translateX(-140%) translateY(-25%) rotate(45deg);
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
  z-index: 2;
}
.mybtn1:hover {
  color: #fff;
}
.mybtn1:hover::after {
  transform: translateX(-41%) translateY(-25%) rotate(45deg);
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.mybtn1:hover::before {
  transform: translateX(-50%) translateY(-25%) rotate(45deg);
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0.2s;
}
.mybtn1 span {
  position: inherit;
  z-index: 9;
}

.mybtn2 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  color: #fff;
  border: 0px;
  cursor: pointer;
  background: rgba(212, 63, 141, 0.2);
  color: #000;
  transition: 0.3s;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.mybtn2::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 490%;
  width: 180%;
  background: #0250c5;
  transform: translateX(-120%) translateY(-25%) rotate(45deg);
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0.2s;
}
.mybtn2::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 490%;
  width: 180%;
  background: #d43f8d;
  transform: translateX(-140%) translateY(-25%) rotate(45deg);
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
  z-index: 2;
}
.mybtn2:hover span {
  color: #fff !important;
}
.mybtn2:hover::after {
  transform: translateX(-41%) translateY(-25%) rotate(45deg);
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.mybtn2:hover::before {
  transform: translateX(-50%) translateY(-25%) rotate(45deg);
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0.2s;
}
.mybtn2 span {
  position: inherit;
  z-index: 9;
}

.mybtn3 {
  padding: 10px 30px;
  background: #fff;
  border-radius: 4px;
  font-size: 16px;
  display: inline-block;
  border: 1px solid transparent;
  position: relative;
  text-transform: uppercase;
  z-index: 3;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.4s;
  cursor: pointer;
  outline: none !important;
  overflow: hidden;
}

.mybtn3 span {
  position: relative;
  font-weight: 500;
  z-index: 6;
  transition-delay: 0s;
}

.mybtn3:before,
.mybtn3:after {
  content: "";
  width: 0;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  transition: width 0.4s;
  z-index: 1;
  opacity: 0.4;
}

.mybtn3:after {
  transition-delay: 0s;
  background: #fff;
  opacity: 1;
}

.mybtn3:hover:before,
.mybtn3:hover:after {
  width: 100%;
}

.mybtn3:hover:after {
  transition-delay: 0.2s;
}

.mybtn3:hover span {
  transition-delay: 0.2s;
}

.mybtn-bg {
  background: #EA384D;
  border-color: #EA384D;
  color: #fff;
}

.mybtn-bg span {
  color: #fff;
}

.mybtn-bg:hover span {
  color: #EA384D;
}

.mybtn-light {
  background: #fff;
}

.mybtn-light:before,
.mybtn-light:after {
  background: #EA384D;
}

.mybtn-light:hover span {
  color: #fff !important;
}

.mybtn-light span {
  color: #EA384D;
}

.mybtn-bord {
  background: transparent;
  border: 1px solid #EA384D;
}

.mybtn-bord:before,
.mybtn-bord:after {
  background: #EA384D;
}

.mybtn-bord:hover {
  border-color: #EA384D;
}

.mybtn-bord:hover span {
  color: #fff;
}
@keyframes shapeani1 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes shapeani2 {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes shapeani3 {
  0% {
    transform: translateY(15px);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(15px);
  }
}
@keyframes b-shadow {
  0% {
    box-shadow: 0px 0px 0px 20px rgba(59, 38, 219, 0.1), 0px 0px 0px 40px rgba(59, 38, 219, 0.1), 0px 0px 0px 60px rgba(59, 38, 219, 0.1), 0px 0px 0px 80px rgba(59, 38, 219, 0.1), 0px 0px 0px 100px rgba(59, 38, 219, 0.1);
  }
  50% {
    box-shadow: 0px 0px 0px 50px rgba(59, 38, 219, 0.1), 0px 0px 0px 75px rgba(59, 38, 219, 0.1), 0px 0px 0px 100px rgba(59, 38, 219, 0.1), 0px 0px 0px 125px rgba(59, 38, 219, 0.1), 0px 0px 0px 150px rgba(59, 38, 219, 0.1);
  }
  100% {
    box-shadow: 0px 0px 0px 20px rgba(59, 38, 219, 0.1), 0px 0px 0px 40px rgba(59, 38, 219, 0.1), 0px 0px 0px 60px rgba(59, 38, 219, 0.1), 0px 0px 0px 80px rgba(59, 38, 219, 0.1), 0px 0px 0px 100px rgba(59, 38, 219, 0.1);
  }
}
.owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
}

.mix {
  display: none;
}

.remove-col-padding {
  padding: 0;
}

.navbar-light .navbar-toggler {
  border: 0px;
}
.navbar-light .navbar-toggler:focus {
  outline: 0px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.4rem;
  padding-left: 0.4rem;
}

.bottomtotop i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  font-size: 14px;
  text-align: center;
background: rgb(238,183,28);
background: linear-gradient(254deg, rgba(238,183,28,1) 0%, rgba(246,198,90,1) 49%, rgba(240,189,0,1) 100%);
  border-radius: 50%;
  color: #001232;
  cursor: pointer;
  transform: rotate(-90deg);
  bottom: 15px;
  right: 15px;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.2);
  z-index: 999;
  transition: all linear 0.3s;
}

.br-10 {
  border-radius: 10px;
}

.section-title {
  text-align: center;
  margin-bottom: 56px;
}
.section-title.extra .title {
  margin-bottom: 24px;
}
.section-title.white .subtitle {
  color: #fff;
}
.section-title.white .title {
  color: #fff;
}
.section-title.white p {
  color: rgba(173,120,43,0.7);
}
.section-title .title {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 13px;
  color: #242424;
  font-weight: 700;
  text-transform: capitalize;
}
.section-title .title span {
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-title p {
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  margin: 0 auto;
}
.section-title.darkbg .title {
  color: #fff;
}
.section-title.darkbg .title span {
  color: #fff;
}
.section-title.darkbg p {
  color: rgba(173,120,43,0.95);
}

.background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #F7F8FC;
  z-index: -9999;
}

.input-field {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border-radius: 3px;
  color: #555;
  margin-bottom: 20px;
}
.input-field::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #555;
}
.input-field:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #555;
}
.input-field::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #555;
}
.input-field:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #555;
}
.input-field.borderd {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.input-field.borderd:focus {
  border: 1px solid #d43f8d;
}
.input-field.textarea {
  min-height: 140px;
  padding: 15px 20px;
  resize: none;
}
.input-field.error {
  border: 1px solid #0250c5;
}
.input-field.error::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #0250c5;
}
.input-field.error:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #0250c5;
}
.input-field.error::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #0250c5;
}
.input-field.error:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #0250c5;
}
.input-field.error:focus {
  border-color: #0250c5;
}

.video-play-btn {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 72px;
  text-align: center;
  font-size: 26px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.video-play-btn:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: rgba(173,120,43,0.8);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  z-index: -1;
}
.video-play-btn i {
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-name: text-color;
  animation-direction: alternate;
  animation-timing-function: ease-out;
  position: inherit;
  z-index: 9;
}

.feature-circle-inner {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
}
.feature-circle-inner:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  z-index: -9;
}
.feature-circle-inner i {
  font-size: 12px;
  font-weight: 900;
  color: #0250c5;
}

.discount-circle-inner {
  display: inline-block;
  width: 100px;
  height: 100px;
  text-align: center;
  background-color: #d43f8d;
  border-radius: 50%;
  position: relative;
}
.discount-circle-inner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 3px dashed #fff;
  animation: shapeani2 12s linear infinite;
}
.discount-circle-inner:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 120px;
  height: 120px;
  background: white;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  z-index: -1;
}

.email-success {
  display: block;
  width: 100%;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}
/*-------------------------
    Preloader Css
---------------------------*/
.preloader-inner {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
  justify-content: center;
}
.preloader-inner .cancel-preloader {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.preloader-inner .cancel-preloader a {
  background-color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  color: #0250c5;
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 30px;
  display: block;
  transition: all 0.3s ease-in;
}
.preloader-inner .cancel-preloader a:hover {
  background-color: #00aeff;
  color: #fff;
}

.cube-folding {
  width: 50px;
  height: 50px;
  display: inline-block;
  transform: rotate(45deg);
  font-size: 0;
}

.cube-folding span {
  position: relative;
  width: 25px;
  height: 25px;
  transform: scale(1.1);
  display: inline-block;
}

.cube-folding span::before {
  content: "";
  background-color: white;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 25px;
  height: 25px;
  transform-origin: 100% 100%;
  animation: folding 2.5s infinite linear both;
}

.cube-folding .leaf2 {
  transform: rotateZ(90deg) scale(1.1);
}

.cube-folding .leaf2::before {
  animation-delay: 0.3s;
  background-color: #f2f2f2;
}

.cube-folding .leaf3 {
  transform: rotateZ(270deg) scale(1.1);
}

.cube-folding .leaf3::before {
  animation-delay: 0.9s;
  background-color: #f2f2f2;
}

.cube-folding .leaf4 {
  transform: rotateZ(180deg) scale(1.1);
}

.cube-folding .leaf4::before {
  animation-delay: 0.6s;
  background-color: #e6e6e6;
}
@keyframes folding {
  0%, 10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
.cube-wrapper {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -50px;
  margin-left: -50px;
  width: 100px;
  height: 100px;
  text-align: center;
}

.cube-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
  width: 90px;
  height: 6px;
  background-color: rgba(0, 0, 0, 0.1);
  filter: blur(2px);
  border-radius: 100%;
  z-index: 1;
  animation: shadow 0.5s ease infinite alternate;
}

.cube-wrapper .loading {
  font-size: 16px;
  letter-spacing: 0.1em;
  display: block;
  color: white;
  position: relative;
  top: 25px;
  z-index: 2;
  animation: text 0.5s ease infinite alternate;
  text-transform: uppercase;
}
@keyframes text {
  100% {
    top: 35px;
  }
}
@keyframes shadow {
  100% {
    bottom: -18px;
    width: 100px;
  }
}
.navigation.innerpage {
  background: #fff;
  border-bottom: 0px;
}

/* Breadcrumb Area Start */
.breadcrumb-area {
  padding: 177px 0px 117px;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
}
.breadcrumb-area .title {
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  margin-bottom: 11px;
  color: #fff;
}
.breadcrumb-area .title.extra-padding {
  margin-bottom: 24px;
}
.breadcrumb-area .breadcrumb-list {
  margin: 0px;
  padding: 0px;
}
.breadcrumb-area .breadcrumb-list li {
  display: inline-block;
}
.breadcrumb-area .breadcrumb-list li span {
  margin: 0px 7px;
  color: #fff;
}
.breadcrumb-area .breadcrumb-list li a {
  font-size: 16px;
  transition: all 0.3s ease-in;
  color: #fff;
}
.breadcrumb-area .breadcrumb-list li a:hover {
  color: #f1f1f1;
}
.breadcrumb-area .breadcrumb-list li a.active {
  color: #f1f1f1;
}

.curve {
  position: absolute;
  z-index: 7;
}
.curve.curve-bottom {
  left: 0;
  bottom: -1px;
  width: 100%;
}
.curve.curve-bottom:after, .curve.curve-bottom:before {
  bottom: 0;
}
.curve.curve-top {
  left: 0;
  top: -1px;
  width: 100%;
}
.curve.curve-top:after, .curve.curve-top:before {
  top: 0;
  border-top: 80px solid #fff;
  border-bottom: 0;
}
.curve.curve-top:after {
  border-left: 70vw solid transparent;
}
.curve.curve-top:before {
  border-right: 30vw solid transparent;
}
.curve:after, .curve:before {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 80px solid #fff;
  position: absolute;
}
.curve:after {
  right: 0;
  border-left: 30vw solid transparent;
}
.curve:before {
  left: 0;
  border-right: 70vw solid transparent;
}

.google_map_wrapper {
  border: 10px solid #fff;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.08);
}

/*====================
** Normalize
====================*/
html {
  font-family: "Roboto", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  margin: 0;
  color: #555;
  overflow-x: hidden;
}

h1 {
  font-size: 60px;
  line-height: 1.0833333333;
}

h2 {
  font-size: 52px;
  line-height: 1.4444444444;
}

h3 {
  font-size: 26px;
  line-height: 1.0833333333;
}

h4 {
  font-size: 22px;
  line-height: 1.2380952381;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #242424;
  font-family: "Poppins", sans-serif;
}

p {
  font-size: 16px;
  color: #555;
  line-height: 1.625;
  -webkit-hyphens: auto;
  hyphens: auto;
}

a {
  color: #242424;
  text-decoration: none;
}

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

a i {
  padding: 0 2px;
}

img {
  max-width: 100%;
}

li {
  list-style: none;
}

ul {
  padding-left: 0px;
}

/*input and button type focus outline disable*/
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
select:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #ddd;
}

/**
 * 5.0 - Alignments
 */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}

/*---------------------------
** Main Menu  Area Start
---------------------------*/
.navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  border-bottom: 1px solid rgba(173,120,43,0.2);
}
.navigation.stiky-nav {
  background: #fff;
  border-bottom: 0px;
  border-bottom: 0px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
}
.navigation.stiky-nav .navbar .navbar-brand img {
  filter: unset;
}
.navigation.stiky-nav .navbar #mainmenu ul .nav-item .nav-link {
  color: #242424;
}
.navigation.stiky-nav .navbar #mainmenu ul .nav-item .nav-link::before {
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
}
.navigation.stiky-nav .navbar #mainmenu ul .nav-item .nav-link:hover::before, .navigation.stiky-nav .navbar #mainmenu ul .nav-item .nav-link.active::before {
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
}
.navigation .navbar {
  padding: 0px 0px 0px;
}
.navigation .navbar .navbar-brand {
  font-size: 30px;
  line-height: 50px;
  font-weight: 700;
  padding: 0px;
  margin-top: -2px;
  text-transform: uppercase;
  color: #242424;
}
.navigation .navbar .navbar-brand img {
  max-width: 170px;
  filter: brightness(0) invert(1);
}
.navigation .navbar #mainmenu ul .nav-item .nav-link {
  color: #fff;
  position: relative;
  padding: 25px 10px 25px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}
.navigation .navbar #mainmenu ul .nav-item .nav-link::before {
  position: absolute;
  content: " ";
  width: 3px;
  height: 3px;
  left: 50%;
  border-radius: 50px;
  bottom: 0;
  opacity: 0;
  transform: translateX(-50%);
  background: #fff;
  transition: 0.5s;
}
.navigation .navbar #mainmenu ul .nav-item .nav-link:hover::before, .navigation .navbar #mainmenu ul .nav-item .nav-link.active::before {
  position: absolute;
  content: " ";
  width: 70%;
  height: 3px;
  left: 50%;
  transform: translate(-50%);
  bottom: 0px;
  opacity: 1;
  background: #fff;
}
.navigation .navbar #mainmenu ul .nav-item.dropdown:hover .dropdown-menu {
  display: block;
  padding: 0px;
  margin-top: 0px;
  border: 0px;
  border-radius: 0px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.06);
}
.navigation .navbar #mainmenu ul .nav-item.dropdown:hover .dropdown-menu .dropdown-item {
  background: #fff;
  padding: 8px 15px;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in;
}
.navigation .navbar #mainmenu ul .nav-item.dropdown:hover .dropdown-menu .dropdown-item i {
  font-size: 13px;
  margin-right: 4px;
}
.navigation .navbar #mainmenu ul .nav-item.dropdown:hover .dropdown-menu .dropdown-item:hover {
  background: #d43f8d;
  color: #fff;
}
.navigation .navbar #mainmenu ul .nav-item.dropdown:hover .dropdown-menu .dropdown-item:last-child {
  border-bottom: 0px;
}

/*---------------------------
** Main Menu Area End
---------------------------*/
/*-----------------------------
** Hero Area Start
------------------------------*/
.hero-area {
  position: relative;
  padding: 365px 0px 291px;
  background: url(../images/heroarea.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-area .bgimg {
  position: absolute;
  bottom: 0%;
  width: auto;
}
.hero-area .left-content .content .title {
  font-size: 56px;
  line-height: 66px;
  color: #fff;
  font-weight: 700;
}
.hero-area .left-content .content .subtitle {
  font-size: 18px;
  line-height: 28px;
  color: #ffff;
  margin-top: 26px;
}
.hero-area .left-content .content .links {
  margin-top: 42px;
  padding-right: 15px;
}
.hero-area .left-content .content .links a {
  margin-left: 0px;
}
.hero-area .right-img {
  text-align: center;
  position: relative;
}
.hero-area .right-img .discount-circle {
  position: absolute;
  left: 80px;
  top: -30px;
  z-index: 96;
}
.hero-area .right-img .discount-circle .discount-circle-inner {
  text-align: center;
}
.hero-area .right-img .discount-circle .discount-circle-inner .price {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  line-height: 30px;
  text-align: center;
}
.hero-area .right-img .discount-circle .discount-circle-inner .price span {
  display: block;
  margin-top: 0px;
  font-size: 20px;
  line-height: 20px;
}
.hero-area .right-img .img {
  position: absolute;
  top: -95px;
  left: 100px;
  max-width: 380px;
  width: auto;
  animation: shapeani3 5s linear infinite;
}

/*---------------------------
** About Area Start
---------------------------*/
.about {
  padding: 80px 0;
  position: relative;
}
.about .left-shape2 {
  position: absolute;
  bottom: 0px;
  left: -20px;
  top: 200px;
  z-index: -9;
}
.about .box {
  text-align: center;
  background: #F7F9FF;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in;
}
.about .box::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0px;
  height: 4px;
  width: 0%;
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
  transition: all 0.3s ease-in;
}
.about .box .inner-box {
  width: 100%;
  position: relative;
  z-index: 99;
  padding: 27px 25px 35px;
  transition: 0.3s ease-in;
}
.about .box .inner-box .icon {
  font-size: 55px;
}
.about .box .inner-box .icon i {
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in;
}
.about .box .inner-box .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color: #242424;
  margin: 9px 0px 22px;
  transition: all 0.3s ease-in;
}
.about .box .inner-box .text {
  margin-bottom: 0px;
  transition: all 0.3s ease-in;
}
.about .box:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0px 20px 20px 2px rgba(0, 0, 0, 0.1);
}
.about .box:hover::after {
  width: 100%;
}

/*---------------------------
** We are best Area Start
---------------------------*/
.whaybest {
  position: relative;
  padding: 110px 0px 83px;
  background: #F7F9FF;
}
.whaybest .row-one {
  margin-bottom: 55px;
}
.whaybest .info .info-title {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  color: #242424;
  margin-bottom: 23px;
  display: block;
}
.whaybest .info .info-title span {
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.whaybest .about-img {
  text-align: center;
  padding: 0px 90px;
  align-self: center;
}
.whaybest .about-img img {
  animation: shapeani3 5s linear infinite;
}
.whaybest .feature-list {
  padding-left: 0px;
  margin-top: 59px;
  display: flex;
  flex-wrap: wrap;
}
.whaybest .feature-list li {
  max-width: 50%;
  flex: 50%;
  padding-left: 15px;
  padding-right: 15px;
  list-style: none;
  cursor: pointer;
  margin-bottom: 8px;
}
.whaybest .feature-list li:last-child {
  margin-bottom: 0px;
}
.whaybest .feature-list li .icon {
  margin-bottom: 14px;
}
.whaybest .feature-list li .icon i {
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 55px;
  line-height: 65px;
}
.whaybest .feature-list li .content {
  flex: 1;
}
.whaybest .feature-list li .content h4 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 5px;
}
.whaybest .feature-list li .content p {
  font-size: 16px;
  line-height: 26px;
}
.whaybest .feature-list li:hover .icon::after {
  border-color: #d43f8d;
  animation: shapeani2 10s linear infinite;
}

/*---------------------------
** Feature Area Start
---------------------------*/
.feature {
  padding: 110px 0px 95px;
  position: relative;
}
.feature .section-title {
  margin-bottom: 47px;
}
.feature .left-feature .feature-box .icon {
  margin-left: 20px;
}
.feature .left-feature .feature-box .details {
  text-align: right;
}
.feature .right-feature .center-feature {
  text-align: center;
  justify-content: center;
}
.feature .right-feature .feature-box .icon {
  margin-right: 20px;
}
.feature .right-feature .feature-box .details {
  text-align: left;
}
.feature .feature-box {
  margin-bottom: 30px;
  background: #fff;
  display: flex;
  transition: all 0.3s ease-in;
  position: relative;
}
.feature .feature-box .icon-area {
  display: flex;
}
.feature .feature-box .icon-area .icon {
  align-self: center;
}
.feature .feature-box .icon {
  width: 70px;
  height: 70px;
  margin-right: 20px;
  text-align: center;
  line-height: 70px;
  font-size: 55px;
  border-radius: 50%;
  position: relative;
}
.feature .feature-box .icon i {
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.feature .feature-box .details {
  flex: 1;
}
.feature .feature-box .details .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color: #242424;
  margin: 26px 0px 19px;
}
.feature .feature-box .details .text {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 8px;
}
.feature .feature-box .feature-circle {
  opacity: 0;
  transition: all 0.3s ease-in;
  z-index: 95;
}
.feature .feature-box:hover .feature-circle {
  opacity: 1;
}
.feature .feature-box1 .feature-circle {
  position: absolute;
  right: -90px;
  top: 170px;
}
.feature .feature-box2 .feature-circle {
  position: absolute;
  right: -90px;
  top: 80px;
}
.feature .feature-box3 .feature-circle {
  position: absolute;
  right: -90px;
  top: -5px;
}
.feature .feature-box4 .feature-circle {
  position: absolute;
  left: -120px;
  right: auto;
  top: 110px;
}
.feature .feature-box5 .feature-circle {
  position: absolute;
  left: -100px;
  top: 80px;
}
.feature .feature-box6 .feature-circle {
  position: absolute;
  left: -130px;
  top: 50px;
}

/*---------------------------
** Video Area Start
---------------------------*/
.video {
  padding: 110px 0px 90px;
  background: #F7F9FF;
  position: relative;
}
.video .right-shape2 {
  position: absolute;
  right: 0px;
  top: 0px;
}
.video .section-title .title {
  margin-bottom: 24px;
}
.video .video-wrapper {
  position: relative;
}
.video .video-wrapper .video-box {
  position: relative;
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
  padding: 243px 0px;
  z-index: 99;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.video .video-wrapper .video-box::after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  background-color: #f9f9f9;
  background-image: url(../images/video.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 0;
  z-index: -1;
}
.video .video-wrapper .video-box .overly {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
  opacity: 0.5;
}
.video .video-wrapper .video-box .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video .fun-box .inner-content {
  padding: 40px 20px 30px;
  background: #fff;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.06);
}
.video .fun-box .inner-content .icon {
  font-size: 45px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  display: inline-block;
  position: relative;
}
.video .fun-box .inner-content .icon::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px dashed #ffff;
  animation: shapeani2 10s linear infinite;
}
.video .fun-box .inner-content .categori {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-top: 25px;
}
.video .fun-box .inner-content1 {
  background: #0250c5;
}
.video .fun-box .inner-content1 .icon i {
  color: #fff;
}
.video .fun-box .inner-content1 .categori {
  color: #fff;
}
.video .fun-box .inner-content4 {
  background: #d43f8d;
}
.video .fun-box .inner-content4 .icon i {
  color: #fff;
}
.video .fun-box .inner-content4 .categori {
  color: #fff;
}
.video .fun-box .inner-content2 {
  margin-top: 30px;
}
.video .fun-box .inner-content2 .icon i {
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.video .fun-box .inner-content2 .icon::after {
  border: 1px dashed #0250c5;
}
.video .fun-box .inner-content3 {
  margin-top: -30px;
}
.video .fun-box .inner-content3 .icon i {
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.video .fun-box .inner-content3 .icon::after {
  border: 1px dashed #d43f8d;
}

/*---------------------------
** Deal Of the Week Start
---------------------------*/
.dealofweek {
  padding: 110px 0px 120px;
  background: #F7F9FF;
  position: relative;
}
.dealofweek .deal-slider-area {
  background: #fff;
  border-radius: 3px;
  padding: 40px 40px 40px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.06);
}
.dealofweek .deal-slider-area .content .left-area {
  text-align: center;
  padding: 0px 50px;
}
.dealofweek .deal-slider-area .content .right-area {
  align-self: center;
}
.dealofweek .deal-slider-area .content .right-area .stars {
  padding-left: 0px;
  margin-bottom: 5px;
}
.dealofweek .deal-slider-area .content .right-area .stars li {
  display: inline-block;
  font-size: 14px;
  color: #f9bd22;
}
.dealofweek .deal-slider-area .content .right-area .name {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 9px;
  font-weight: 600;
}
.dealofweek .deal-slider-area .content .right-area .description {
  margin-bottom: 16px;
}
.dealofweek .deal-slider-area .content .right-area .price {
  margin-top: 25px;
}
.dealofweek .deal-slider-area .content .right-area .price p span {
  font-size: 30px;
  line-height: 30px;
  font-weight: 900;
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
}
.dealofweek .deal-slider-area .content .right-area .price del {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  margin-left: 10px;
  color: #555;
}
.dealofweek .deal-slider-area .content .right-area .links {
  display: inline-block;
  margin-top: 30px;
}
.dealofweek .deal-slider-area .content .right-area .links .mybtn1 {
  background: rgba(212, 63, 141, 0.2);
  color: #000;
  transition: all 0.3s linear;
}
.dealofweek .deal-slider-area .content .right-area .links .mybtn1:hover {
  color: #fff;
}
.dealofweek .deal-slider-area .content .right-area .deal-counter {
  margin-top: 10px;
}
.dealofweek .deal-slider-area .content .right-area .deal-counter span {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  padding: 8px 20px;
  border-radius: 3px;
  display: inline-block;
  margin-right: 10px;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: #242424;
}
.dealofweek .deal-slider-area .content .right-area .deal-counter span:last-child {
  margin-right: 0px;
}
.dealofweek .deal-slider-area .content .right-area .deal-counter span small {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #555;
}

/*-----------------------------
** Pricing Area Start
------------------------------*/
.pricing {
  padding: 110px 0px 120px;
  position: relative;
}
.pricing .product-slider .item .single-product {
  background: rgba(2, 80, 197, 0.05);
  text-align: center;
}
.pricing .product-slider .item .single-product .img {
  text-align: center;
  background: rgba(212, 63, 141, 0.2);
  padding: 30px 30px 24px;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pricing .product-slider .item .single-product .img .links {
  display: inline-block;
  position: absolute;
  top: 101%;
  left: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in;
  opacity: 0;
}
.pricing .product-slider .item .single-product .img .links .mybtn1 {
  background: rgba(173,120,43,0.8);
  color: #000;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s linear;
}
.pricing .product-slider .item .single-product .img .links .mybtn1:hover {
  color: #fff;
}
.pricing .product-slider .item .single-product .content {
  padding: 25px 27px;
}
.pricing .product-slider .item .single-product .content .stars {
  padding-left: 0px;
  margin-bottom: 10px;
}
.pricing .product-slider .item .single-product .content .stars li {
  display: inline-block;
  font-size: 14px;
  color: #56eb00;
}
.pricing .product-slider .item .single-product .content .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 0px;
}
.pricing .product-slider .item .single-product .content .price {
  margin-bottom: 0px;
}
.pricing .product-slider .item .single-product .content .price .new-price {
  display: inline-block;
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 7px;
  letter-spacing: -1px;
  margin-bottom: 5px;
}
.pricing .product-slider .item .single-product .content .price small {
  font-size: 18px;
  font-weight: 700;
  color: #888;
  display: inline-block;
}
.pricing .product-slider .item .single-product:hover .img .links {
  top: 0px;
  opacity: 1;
}
.pricing .product-slider .owl-controls {
  display: block;
  text-align: center;
  margin-top: 40px;
}
.pricing .product-slider .owl-controls .owl-nav {
  display: inline-block;
}
.pricing .product-slider .owl-controls .owl-nav div {
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 41px;
  text-align: center;
  margin: 0px 5px;
  border-radius: 50%;
  font-size: 22px;
  transition: all 0.3s ease-in;
  background: rgba(2, 80, 197, 0.05);
  color: #242424;
}
.pricing .product-slider .owl-controls .owl-nav div:hover {
  background: #0250c5;
  color: #fff;
}

/*-----------------------------
** Pricing Area Start
------------------------------*/
/*---------------------------
** Testimonial Area Start
---------------------------*/
.testimonial-area {
  padding: 110px 0px 120px;
  position: relative;
  background: #F7F9FF;
}
.testimonial-area .section-title {
  margin-bottom: 50px;
}
.testimonial-area .testimonial-img {
  position: relative;
}
.testimonial-area .testimonial-img img {
  position: absolute;
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
}
.testimonial-area .testimonial-img .img1 {
  width: 60px;
  height: 60px;
  top: 67px;
  left: -110px;
  animation: shapeani1 3.1s linear infinite;
}
.testimonial-area .testimonial-img .img2 {
  width: 75px;
  height: 75px;
  top: 160px;
  left: -200px;
  animation: shapeani1 3.5s linear infinite;
}
.testimonial-area .testimonial-img .img3 {
  width: 60px;
  height: 60px;
  top: 270px;
  left: -110px;
  animation: shapeani1 3.2s linear infinite;
}
.testimonial-area .testimonial-img .img4 {
  width: 60px;
  height: 60px;
  top: 67px;
  right: -110px;
  animation: shapeani1 3.2s linear infinite;
}
.testimonial-area .testimonial-img .img5 {
  width: 75px;
  height: 75px;
  top: 160px;
  right: -200px;
  animation: shapeani1 3.5s linear infinite;
}
.testimonial-area .testimonial-img .img6 {
  width: 60px;
  height: 60px;
  top: 270px;
  right: -110px;
  animation: shapeani1 3.1s linear infinite;
}
.testimonial-area .testimonial-slider .owl-stage-outer {
  overflow: hidden;
}
.testimonial-area .testimonial-slider .client {
  margin: 65px 30px 65px;
  padding: 85px 30px 27px;
  text-align: center;
  position: relative;
  background: #fff;
  box-shadow: 0px 0px 28px 2px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease-in;
}
.testimonial-area .testimonial-slider .client .client-image {
  position: absolute;
  width: 120px;
  height: 120px;
  padding: 15px;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 16px;
}
.testimonial-area .testimonial-slider .client .client-image::after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
  transform: rotate(85deg);
}
.testimonial-area .testimonial-slider .client .client-image img {
  width: 100%;
  border-radius: 50%;
}
.testimonial-area .testimonial-slider .client .client-say {
  margin-bottom: 19px;
}
.testimonial-area .testimonial-slider .client .client-name {
  color: #242424;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.testimonial-area .testimonial-slider .client .client-name a {
  color: #242424;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-transform: capitalize;
}
.testimonial-area .testimonial-slider .client .designation {
  color: #555;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0px;
}
.testimonial-area .testimonial-slider .owl-controls {
  display: block;
  text-align: center;
  margin-top: -24px;
  position: relative;
  z-index: 91;
}
.testimonial-area .testimonial-slider .owl-controls .owl-nav {
  display: inline-block;
}
.testimonial-area .testimonial-slider .owl-controls .owl-nav div {
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 41px;
  text-align: center;
  margin: 0px 5px;
  border-radius: 50%;
  font-size: 22px;
  transition: all 0.3s ease-in;
  background: rgba(2, 80, 197, 0.07);
  color: #242424;
}
.testimonial-area .testimonial-slider .owl-controls .owl-nav div:hover {
  background: #0250c5;
  color: #fff;
}

/*---------------------------
** Testimonial Area End
---------------------------*/
/*-----------------------------
** FAQ Area Start
------------------------------*/
.faq {
  padding: 110px 0px 100px;
  position: relative;
  background: #F7F9FF;
}
.faq .right-shape {
  position: absolute;
  right: 0;
  top: 350px;
}
.faq .accordion .panel {
  margin-bottom: 20px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.1);
  position: relative;
}
.faq .accordion .panel::after {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  height: 100%;
  width: 4px;
 background: #cca86a; /* Old browsers */
  background: -moz-linear-gradient(left,  #cca86a 0%, #fce7b8 50%, #cca86a 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #cca86a 0%,#fce7b8 50%,#cca86a 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #cca86a 0%,#fce7b8 50%,#cca86a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cca86a', endColorstr='#cca86a',GradientType=1 ); /* IE6-9 */
}
.faq .accordion .panel .panel-body {
  padding: 4px 20px 7px;
}
.faq .accordion .panel-title {
  display: block;
  width: 100%;
  background: #fff;
  padding: 15px 40px 15px 20px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px;
  color: #242424;
  position: relative;
  border-radius: 3px;
  cursor: pointer;
}
.faq .accordion .panel-title::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 100%;
  border-radius: 3px 0px 0px 3px;
  right: 0;
  top: 0;
  text-align: center;
}
.faq .accordion .panel-title::before {
  position: absolute;
  font-family: FontAwesome;
 content: "\f107";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  text-align: center;
  z-index: 1;
  font-size: 12px;
  transition: 0.3s ease-in;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  line-height: 22px;
  border-radius: 50%;
  color: #555;
  margin-right: 10px;
}
.faq .accordion .panel-title[aria-expanded=true]::before {
  font-family: FontAwesome;
 content: "\f106";
}
.faq .faq-img {
  align-self: center;
}

/*-----------------------------
** Contact Area Start
------------------------------*/
.contact {
  padding: 110px 0px 90px;
  position: relative;
}
.contact .info-box {
  background: #fff;
  margin-bottom: 30px;
  padding: 30px 30px 22px;
  position: relative;
  cursor: pointer;
  text-align: center;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.08);
}
.contact .info-box .left {
  margin-bottom: 25px;
}
.contact .info-box .left .icon {
  font-size: 30px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  display: inline-block;
  position: relative;
}
.contact .info-box .left .icon::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px dashed #f3c121;
  animation: shapeani2 10s linear infinite;
}
.contact .info-box .left .icon i {
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contact .info-box .right {
  text-align: center;
}
.contact .info-box .right .content p {
  margin-bottom: 0px;
}
.contact .info-box:hover .left .icon::after {
  border: 1px dashed #fff;
}
.contact .contact-form-wrapper {
  background: #fff;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.08);
  padding: 40px 25px 40px;
  transition: 0.3s ease-in;
}
.contact .contact-form-wrapper .section-title {
  margin-bottom: 48px;
}
.contact .contact-form-wrapper #contact-form textarea {
  margin-bottom: 9px;
}
.contact .contact-form-wrapper #contact-form .mybtn1 {
  margin-top: 7px;
  background: rgba(212, 63, 141, 0.2);
  color: #000;
  transition: 0.3s;
}
.contact .contact-form-wrapper #contact-form .mybtn1:hover {
  color: #fff;
}
.contact .google_map_wrapper {
  padding: 0px !important;
}
.contact .google_map_wrapper iframe {
  width: 100% !important;
  height: 405px !important;
  margin: 0px;
  padding: 0px;
}

/*-----------------------------
** Contact Area End
------------------------------*/
.compare-section {
  padding: 90px 0px 90px;
}
.compare-section .mybtn1 {
  width: 120px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  background: rgba(212, 63, 141, 0.2);
  color: #000;
  transition: all 0.3s linear;
}
.compare-section .mybtn1:hover {
  color: #fff !important;
}
.compare-section .compare-table th,
.compare-section .compare-table td {
  font-size: 14px;
  vertical-align: middle;
}
.compare-section .compare-table .price {
  font-size: 24px;
  font-weight: 700;
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.compare-section .compare-table thead .product-image {
  padding: 30px 15px;
}
.compare-section .compare-table thead .product-title {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0px;
  color: #242424;
}
.compare-section .compare-table thead .product-subtitle {
  font-size: 14px;
  font-weight: normal;
  color: #555;
  line-height: 24px;
  margin-bottom: 0px;
}
.compare-section .compare-table tbody th {
  width: 150px;
  color: #242424;
}
.compare-section .compare-table tfoot td {
  vertical-align: middle;
}
.compare-section .compare-table tfoot td a {
  display: block;
  margin: 0 auto;
}

.subscribe-section {
  padding: 94px 0px 100px;
  background: url("../images/map.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.subscribe-section .newsletter-form-area {
  position: relative;
  text-align: center;
}
.subscribe-section .newsletter-form-area input {
  width: 100%;
  height: 60px;
  border-radius: 50px;
  border: 1px solid rgba(212, 63, 141, 0.1);
  padding: 0px 30px;
  background: none;
  color: #242424;
  background: #fff;
  box-shadow: 0px 0px 28px 2px rgba(0, 0, 0, 0.1);
}
.subscribe-section .newsletter-form-area button {
  position: absolute;
  top: 5px;
  right: 5px;
  width: auto;
  height: 50px;
  border-radius: 50px;
  border: 0px;
  color: #fff;
  font-size: 16px;
  padding: 0px 25px;
  background-image: linear-gradient(55deg, #0250c5 0%, #d43f8d 100%);
  transition: all 0.3s ease-in;
}
.subscribe-section .newsletter-form-area button c span {
  margin-right: 5px;
}
.subscribe-section .newsletter-form-area button:hover {
  background-image: linear-gradient(55deg, #d43f8d 0%, #0250c5);
}
.subscribe-section .newsletter-form-area button:focus {
  outline: 0px;
}

/* -----------------------------
 Footer Area Start
------------------------------*/

.footer .copy-bg {
  padding: 20px 0px 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);

}
.footer .copy-bg p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0px;
}
.footer .copy-bg a {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0px;
  transition: 0.3s ease-in;
}
.footer .copy-bg a:hover {
  color: #0250c5;
}



body{ background:#070415;font-family: 'Poppins', sans-serif;}
.video-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

header{ position:relative;}

.button_container {
  position: fixed;
  top: 5%;
  right: 2%;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
  z-index:999;
}
.button_container:hover {
  opacity: .7;
}
.button_container.active .top {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
          transform: translateY(11px) translateX(0) rotate(45deg);
  background: #c8b558;
}
.button_container.active .middle {
  opacity: 0;
  background: #c8b558;
}
.button_container.active .bottom {
  -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
          transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #c8b558;
}
.button_container span {
  background: #c8b558;
  border: none;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 11px;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}

.overlay {
  position: fixed;
  background: #373e46;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .35s, visibility .35s, height .35s;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
  z-index:99;
}
.overlay.open {
  opacity:1;
  visibility: visible;
  height: 100%;
}
.overlay.open li {
  -webkit-animation: fadeInRight .5s ease forwards;
          animation: fadeInRight .5s ease forwards;
  -webkit-animation-delay: .35s;
          animation-delay: .35s;
}
.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}
.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: .45s;
          animation-delay: .45s;
}
.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: .50s;
          animation-delay: .50s;
}
.overlay nav {
  position: relative;
  height: 70%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 50px;

  font-weight: 400;
  text-align: right;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 40px 0 0;
  display: inline-block;
  position: relative;
  height: 100%;
}
.overlay ul li {
  display: block;

  position: relative;
  opacity: 0;
}
.overlay ul li a {
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  color: #fff;
    font-size: 2rem;
    position: relative;
    font-weight:600;
}
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%;
}
.overlay ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 3px;
  background: #FFF;
  -webkit-transition: .35s;
  transition: .35s;
}
.button_container.active .bottom , .button_container.active .top{ width:100%;}
span.top{        width: 20px;}
span.bottom{   width: 12px;}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
section,footer{ position:relative;}
.about{ position:relative;}
.dark.dotted-bg{background: linear-gradient(90deg,rgb(52,0,83) 38px,rgba(206,163,130,0) 1%) 50%,linear-gradient(rgb(52,0,83) 38px,rgba(206,163,130,0) 1%) 50%,rgba(206,163,130, 0.2);
    background-size: 40px 40px;}
	.dark.dotted-bg1{background: linear-gradient(90deg,rgb(169,4,83) 38px,rgba(206,163,130,0) 1%) 50%,linear-gradient(rgb(169,4,83) 38px,rgba(206,163,130,0) 1%) 50%,rgba(206,163,130, 0.2);
    background-size: 40px 40px;}
.dotted-bg,.dotted-bg1{
	
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,rgb(245, 247, 250) 38px,rgba(0, 0, 0, 0) 1%) 50%,linear-gradient(rgb(245, 247, 250) 38px,rgba(0, 0, 0, 0) 1%) 50%,rgba(0,0,0,.1);
    background-size: 40px 40px;
}


.curve.curve-top:after, .curve.curve-top:before {
    border-top: 80px solid #2f0b37;
}

section{ padding:80px 0;}
/**.info-boxs{ box-shadow: -1px 0 0 1px rgba(255, 203, 82, 0.75), -1px -1px 0 1px rgba(255, 170, 70, 0.25), -1px 1px 0 1px rgba(255, 170, 70, 0.25), 0 -1px 0 1px rgba(255, 136, 57, 0.5), 0 1px 0 1px rgba(255, 136, 57, 0.5), 1px -1px 0 1px rgba(255, 103, 44, 0.25), 1px 1px 0 1px rgba(255, 103, 44, 0.25), 1px 0 0 1px rgba(255, 69, 31, 0.75);padding:20px;}**/
.info-boxs.box1{border-right:1px solid #cfbd62; height:200px;}
.info-boxs.box1 ul{padding-bottom:14px;}
.info-boxs.box1 ul li.title{ color:#cfbd62; text-transform:uppercase; font-weight:bold;}
.info-box1{ box-shadow: -1px 0 0 1px rgba(189, 159, 66, 0.75), -1px -1px 0 1px rgba(200,176,86, 0.25), -1px 1px 0 1px rgba(200,176,86, 0.25), 0 -1px 0 1px rgba(213, 192, 102, 0.5), 0 1px 0 1px rgba(213, 192, 102, 0.5), 1px -1px 0 1px rgba(255, 103, 44, 0.25), 1px 1px 0 1px rgba(255, 103, 44, 0.25), 1px 0 0 1px rgba(189, 159, 66, 0.75);padding:20px; height:450px;}
h2.title{
  display: inline;
  font-family:arial;
  font-size: 60px;
  color: #cca86a;
  position: relative;
  margin: 0 auto;
background-image: linear-gradient(to right top, #e5d67f, #dfd078, #dac970, #d4c369, #cfbd62, #cfbd62, #cfbd62, #cfbd62, #d4c369, #dac970, #dfd078, #e5d67f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom:40px;
  display:block;
}




.nav-pills-custom .nav-link {
    color: #fff;
    background:#ee7a2a;
    position: relative;
	font-size:24px;
	text-align:center;
	font-weight:bold;
}
.nav-pills-custom .nav-link.active {
    color: #FFF;
    background: #d61e14;
}


/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
        content: '';
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid  #d61e14;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        opacity: 0;
    }
}

.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}



#v-pills-tabContent {
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
    padding: 50px 0;
}

.wgl_module_team.team-col_4 .team-item {
    width: 25%;
}
.wgl_module_team .team-item {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
}

#genesisexpo_team_5fbfc05e70243 .team-item_content {
    background: #13111f;
}

.wgl_module_team .team-item_content {
    position: relative;
    z-index: 1;
    padding: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    background: #fff;
}

.wgl_module_team.anim_grayscale .team-image {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.wgl_module_team .team-image {
    width: 100%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    z-index: 1;
    position: relative;
}


.wgl_module_team .team-item_info {
    margin-top: -30px;
    position: relative;
    z-index: 1;
}
.team-item_content {
    position: relative;
    z-index: 1;
    padding: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;

}
 .team-item {
    width: 25%;
	float:left;
}

.team-info_icons {
    background: #070415;
	    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    color: #909aa3;
    background: #f3f3f3;
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 9px 0;
	
}
.team-item_info {
    margin-top: -30px;
    position: relative;
    z-index: 1;
	text-align:center;
}
 .team-item img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;max-width:100%;
}


.team-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    margin-top: 12px;
}

body {
    color: #dbe2fb;
    background: #340053;
}


.longEnough {
  max-height: 350px;
  width:100%;
  overflow: auto;
}
.info-box1 ol li {
    background: url(../images/gradient-bullet.png) no-repeat center left;
    margin-top: 0;
    padding: 0 0 0 20px;
}
.info-box1 ol li.head{ color:#cfbd62; font-weight:bold; background:none;}

.spk-detail{ text-align:center;}
.spk-detail h3{ color:#c8b559; font-weight:bold; font-size:22px; margin:0; padding:0;}
.spk-detail p{ padding:0; margin:0;}
.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index:9999;
}

/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: #340053;
  font-size:16px;
      background: #ebc735;
    background: -moz-linear-gradient(top, #ebc735 0%, #ffe871 17%, #ba7d1d 72%, #ce9d28 100%);
    background: -webkit-linear-gradient(top, #ebc735 0%, #ffe871 17%, #ba7d1d 72%, #ce9d28 100%);
    background: linear-gradient(to bottom, #ebc735 0%, #ffe871 17%, #ba7d1d 72%, #ce9d28 100%);
	margin-bottom:3px;
}


.faq .accordion .panel::after{ display:none;}
.faq .accordion .panel {
    background: #9e8755!important;
	color:#271030!important;
	box-shadow:0!important;
}
.faq .accordion .panel p{	color:#271030!important;}

.faq .accordion .panel-title{ background:#9e8755!important;color:#271030!important;}

.contact h4,.contact li.title{font-weight:bold; color:#cfbd62}

.feature {
    padding: 110px 0px 95px;
    position: relative;
    background: #250c33;
}


.ss-style-doublediagonal {
    z-index: 1;
    padding-top: 6em;
    background: #2072a7;
}
section {
    position: relative;
    padding: 10em 10%;
    background: #2980b9;
    color: #fff;
    text-align: center;
}



section {
  position: relative;
  padding: 10em 10%;
  background: #2980b9;
  color: #fff;
  text-align: center;
}

section h2 {
  margin: 0;
  padding: 0;
  font-size: 2.8em;
  font-weight: 400;
}

section p {
  color: rgba(0, 0, 0, .3);
  font-size: 1.3em;
  line-height: 1.5;
}

.text:first-child {
  text-align: right;
}

.text:nth-child(2) {
  text-align: left;
}

.col-2 .column {
  width: 49%;
}

.col-3 .column {
  padding: 0 1%;
  width: 33%;
  text-align: center;
}

.col-3 .column p {
  padding: 1.4em;
}

.column {
  display: inline-block;
  vertical-align: top;
}

.icon {
  display: block;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
  text-align: center;
  font-size: 8em;
  line-height: 2em;
  margin: 0 auto;
}

section.color h2 {
  color: #fff;
}

.color {
  background: #3498db;
}



section{ position:relative; overflow:hidden;}
.overlay{background: rgb(57,3,87);
    background: linear-gradient(90deg, rgba(57,3,87,1) 0%, rgba(39,11,55,1) 60%, rgba(193,71,37,1) 92%, rgba(188,3,71,1) 100%);
}

ol,ul{margin:0;padding:0;}
ol li{text-align:left;}

footer{background: #8f0246;}
.category-box{ border:1px solid #cfbd62; width:23%; font-size:16px; height:60px; list-style:decimal inside; justify-content:center; align-items:center;margin:5px; padding:5px;text-align:center;}

.about{position:relative;padding:100px 0; background:url(../images/about.jpg) no-repeat left top; background-size:cover;}
.categories{position:relative;padding:100px 0; background:url(../images/category.png) no-repeat left top; background-size:cover; background-attachment:fixed;}
.left-sq{ position:absolute; top:0;left:-30px; transform:rotate(130deg); opacity:0.5;}
.right-sq{ position:absolute; bottom:0;right:-30px; transform:rotate(200deg); opacity:0.5;}

.ss-style-doublediagonal.odd.rules{ background:url(../images/rules.png) no-repeat left top; background-size:cover;}
.nav-tabs {
    border-bottom: 1px solid #c8b558;
}
.partners{ background:url(../images/category.png) no-repeat left top; background-attachment:fixed;}
.tab-content{    border: 1px solid #c8b558;padding:20px;}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #340053;
    background-color: #c2a858;
    border-color: #c2a858;
}
.nav-tabs .nav-link{ color:#c2a858;}
.contact ul li a{ color:#fff;}
.tab-pane ul li{ text-align:left; padding:0 0 20px 0;}
.contact{ background:url(../images/contact.png) no-repeat left top; background-size:cover;color:#fff;}
.jury{ background:url(../images/contact.png) no-repeat left top; background-size:cover;color:#fff; }

.tab-content {
    border: 0;
    padding: 20px;
    background: #0d0715;
}



	.tab-content p{ color:#fff;    font-size: 17px; text-align:left;}
	
	.tab-content ul li ol li {
    background: none;
    list-style-type: devanagari;
    padding: 0;
    margin: 0 0 0 20px;
}

.sponsor-category-title h4{ font-weight:bold; text-align:center; color:#c8b559; margin:0 auto; display:block;
}
.brand-logo.items-5, .brand-logo.items-4 {
    float: none;
    width: 25%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    min-height: 100px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 10px;
    border: 2px solid #c8b559;
    margin: 15px auto 0 auto;
}
.categories h5{ color:#cfbd62;padding:20px 0 10px 0;}
@media (min-width:0px) and (max-width:1024px){
	.category-box{ width:100%;}
	.info-boxs.box1 {
    border-bottom: 1px solid #cfbd62;
	border-right:0;
    height: auto;
	padding:20px 0;
}
.brand-logo.items-5, .brand-logo.items-4{ width:100%;}
}

table.table.table-striped {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: #fff!important;
    color: #0d0715!important;
}


.advertise-btn{
	  width:170px;
    padding: 10px 16px;
    position:fixed;
  
    bottom:20px;
    z-index: 99;
    right:40px;
   background: #c38e42;
    color:#3f0068;
    font-weight: bold;
    font-size: 17px;
    border-radius:55px;
    text-align:center;
   
}
.advertise-btn:hover{  color:#3f0068;}
.button-collapse{ color:#333;}
.pulse {
    overflow: visible;
  }

.pulse::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: inherit;
    border-radius: inherit;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    z-index: -1;
}
@-webkit-keyframes pulse-animation {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}
@keyframes pulse-animation {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

.jury p{color:#fff;margin:0;padding:0;font-size:15px;}
.jury p.spname{color:#c38c22;font-weight:bold; font-size:22px;}
.jury .col-md-4{margin:0 0 20px 0;}
.spkprofile{position:relative;}
.land-img {
    position: absolute;
    left: 27px;
    bottom: 0;
    right: 24px;
    font-size: 20px;
    background: #c38c22;
    width: 29px;
    height: 29px;
    text-align: center;
    margin: 0 auto;
}
#page {
    position: relative;
    word-wrap: break-word;
    overflow: hidden;
    background-image: url(http://demo2.themelexus.com/witalk/wp-content/themes/witalk/assets/images/grid.svg);
    background-attachment: fixed;
    background-position: left 20px top;
    background-repeat: repeat-y;
    background-size: calc(100% - 40px);
}