/*-----------------------------------------------------------------------------------


-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------

== Table Of Content

    |--- BASE

        |- typography
        |- helper classes

    |--- SHORTCODES

        |- extra
        |- overlay
        |- section-heading
        |- buttons
        |- navbar
        |- sliders
        |- intro
        |- feature-box
        |- clients
        |- counter
        |- portfolio
        |- process
        |- progress-bar
        |- tabs
        |- team
        |- testimonials
        |- blog
        |- contact-form
        |- footers

    |--- BASE

        |- responsive
	


---------------------------------------------------------------- */
/* ====================== [ Start Typography   110e21 0e0d13  ] ====================== */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  list-style: none;
}

body {
  color: #222733;
  line-height: 1.5;
  font-weight: 400;
  overflow-x: hidden !important;
  font-family: 'Poppins', sans-serif;
}

body.bg-gr {
  background: #0a131a;
  color: #fff;
}

body.bg-gr .nav-scroll {
  background: #121a21;
}

body.bg-gr .bg-gray {
  background: #121a21;
}

body.bg-gr h1, body.bg-gr h2, body.bg-gr h3, body.bg-gr h4, body.bg-gr h5, body.bg-gr h6 {
  font-weight: 500;
}

body.bg-gr p {
  color: #a3a3a3;
}

body.bg-gr .gr-text {
  color: #75dab4;
  background: -webkit-gradient(linear, left top, right top, color-stop(1.59%, #e7a28f), color-stop(50%, #fbddb0), color-stop(98.41%, #fbfefd));
  background: -webkit-linear-gradient(left, #e7a28f 1.59%, #fbddb0 50%, #fbfefd 98.41%);
  background: -o-linear-gradient(left, #e7a28f 1.59%, #fbddb0 50%, #fbfefd 98.41%);
  background: linear-gradient(90deg, #e7a28f 1.59%, #fbddb0 50%, #fbfefd 98.41%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

body.bg-gr .blog-grid .item:after {
  background: #121a21;
}

body.d3-dark {
  background: #000;
  color: #fff;
}

body.d3-dark .nav-scroll {
  background: #111;
}

body.d3-dark .bg-gray {
  background-color: rgba(255, 255, 255, 0.03);
}
.top-header{
  background-color:rgb(246 207 148 / 64%);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 9;
}
.top-header ul{
  margin: 0px;
}
.top-header ul li{
  float: left;
  margin-right: 20px;
}
.top-header ul li a{
  color: #fff;
  padding: 7px 0px;
  font-size: 14px;
}
body.d3-dark p {
  color: #a7ada6;
}

body.d3-dark .gr-text {
  color: #75dab4;
  background: -webkit-linear-gradient(70deg, #2ed47c 0, #e8bf47 100%);
  background: -o-linear-gradient(70deg, #2ed47c 0, #e8bf47 100%);
  background: linear-gradient(20deg, #2ed47c 0, #e8bf47 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

span, a, a:hover {
  display: inline-block;
  color: inherit;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: 1.4;
  font-weight: 700;
}

p {
  color: #000;
 
  line-height: 2;
  margin: 0;
    text-align: justify;
}

a, span {
  display: inline-block;
}

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

.container {
  max-width: 1170px;
}

/*.custom-font {*/
/*  font-family: 'Barlow Condensed', sans-serif;*/
/*}*/

.gr-text {
  color: #75dab4;
  background: -webkit-gradient(linear, left top, right top, from(#556fff), color-stop(#e05fc4), to(#ff798e));
  background: -webkit-linear-gradient(left, #556fff, #e05fc4, #ff798e);
  background: -o-linear-gradient(left, #556fff, #e05fc4, #ff798e);
  background: linear-gradient(to right, #556fff, #e05fc4, #ff798e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.borders {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1170px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  z-index: -1;
}

.borders:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 33.33333333%;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.bg-dark {
  background: linear-gradient(45deg, #e31e24, #ffc46b);
}
.bg-dark1 {
  background-image: url(../../images/bg-2.jpg);
  background-size: cover;
  position: relative;
}
.bg-dark1::before{
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
/*  background-color: rgb(0 0 0 / 92%);*/
  content: '';
}
footer p{
  color: #fff !important;
    font-size: 18px;
}
.bg-dark .borders {
  z-index: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.bg-dark .borders:after {
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}

/* ====================== [ End Typography  ] ====================== */
/* ====================== [ Start Helper Classes  ] ====================== */
.o-hidden {
  overflow: hidden;
}

.position-re {
  position: relative;
}

.ontop {
  position: relative;
  z-index: 7;
}

.full-over {
  position: absolute !important;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.full-width {
  width: 100% !important;
}

.main-color {
  color: #75dab4 !important;
}

.bg-gray {
  background-color: #f8f4f3;
}

.bg-gray .primery-shadow {
  -webkit-box-shadow: 0px 4px 30px -4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 30px -4px rgba(0, 0, 0, 0.2);
}

.bg-dark {
  background: linear-gradient(45deg, #e31e24, #ffc46b);
  color: #fff;
}

.bg-dark .primery-shadow {
  -webkit-box-shadow: 0px 4px 40px -4px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 4px 40px -4px rgba(255, 255, 255, 0.2);
}

.bg-color {
  background-color: #75dab4 !important;
}

.bg-color .primery-shadow {
  -webkit-box-shadow: 0px 4px 40px -4px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 4px 40px -4px rgba(255, 255, 255, 0.2);
}

.sub-bg {
  background: #121212;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-center {
  background-position: center center;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-repeat {
  background-size: auto;
  background-repeat: repeat;
}

.section-padding {
    padding: 30px 0;
    background-image: url(../../images/bg-new.jpg);
}
.section-padding-bg {
    padding: 30px 0;
    background-image: url(../../images/bg.jpg);
}
.section-padding-1{
       padding: 30px 0;
    background-image: url(../../images/bg-final.jpg);
}
.section-ptb {
  padding: 80px 0;
}

.cmd-padding {
  padding: 0 10px;
}

.csm-padding {
  padding: 0 5px;
}

.head-pt {
  padding: 80px 0 0;
}

.head-pb {
  padding: 0 0 80px;
}

.rounded {
  border-radius: 5px;
}

.circle {
  border-radius: 50%;
}

.unlist {
  list-style: none;
}

.undecro:hover {
  text-decoration: none;
}

.inline {
  display: inline-block;
}

.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.primery-shadow {
  -webkit-box-shadow: 0px 8px 30px -4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 30px -4px rgba(0, 0, 0, 0.1);
}

.padding5 {
  padding-right: 5%;
  padding-left: 5%;
}

/*-------------------------------------------------------
					 text color
-------------------------------------------------------*/
.text-white {
  color: #FFF;
}

.text-black {
  color: #000;
}

.text-extra-light-gray {
  color: #b7b7b7;
}

/*-------------------------------------------------------
					font-weight
-------------------------------------------------------*/
.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

/*-------------------------------------------------------
					 font-size
-------------------------------------------------------*/
.fz-10 {
  font-size: 10px !important;
}

.fz-12 {
  font-size: 12px !important;
}

.fz-14 {
  font-size: 14px !important;
}

.fz-15 {
  font-size: 15px !important;
}

.fz-16 {
  font-size: 16px !important;
}

.fz-18 {
  font-size: 18px !important;
}

.fz-20 {
  font-size: 20px !important;
}

.fz-22 {
  font-size: 22px !important;
}

.fz-25 {
  font-size: 25px !important;
}

.fz-30 {
  font-size: 30px !important;
}

.fz-40 {
  font-size: 40px !important;
}

.fz-50 {
  font-size: 50px !important;
}

/*-------------------------------------------------------
					line-height
-------------------------------------------------------*/
.line-height-10 {
  line-height: 10px;
}

.line-height-13 {
  line-height: 13px;
}

.line-height-18 {
  line-height: 18px;
}

.line-height-20 {
  line-height: 20px;
}

.line-height-24 {
  line-height: 24px;
}

.line-height-22 {
  line-height: 22px;
}

.line-height-26 {
  line-height: 26px;
}

.line-height-28 {
  line-height: 28px;
}

.line-height-30 {
  line-height: 30px;
}

.line-height-35 {
  line-height: 35px;
}

.line-height-40 {
  line-height: 40px;
}

.line-height-45 {
  line-height: 45px;
}

.line-height-50 {
  line-height: 50px;
}

.line-height-55 {
  line-height: 55px;
}

.line-height-60 {
  line-height: 60px;
}

.line-height-65 {
  line-height: 65px;
}

.line-height-70 {
  line-height: 70px;
}

.line-height-75 {
  line-height: 75px;
}

.line-height-80 {
  line-height: 80px;
}

.line-height-85 {
  line-height: 85px;
}

.line-height-90 {
  line-height: 90px;
}

.line-height-95 {
  line-height: 95px;
}

.line-height-100 {
  line-height: 100px;
}

.line-height-110 {
  line-height: 110px;
}

.line-height-120 {
  line-height: 120px;
}

/*-------------------------------------------------------
					text-transform
-------------------------------------------------------*/
.text-u {
  text-transform: uppercase !important;
}

.text-l {
  text-transform: lowercase !important;
}

.text-c {
  text-transform: capitalize !important;
}

.text-non {
  text-transform: none !important;
}

.text-i {
  font-style: italic;
}

/*-------------------------------------------------------
					 letter-spacing
-------------------------------------------------------*/
.ls0 {
  letter-spacing: 0px !important;
}

.ls1 {
  letter-spacing: 1px !important;
}

.ls2 {
  letter-spacing: 2px !important;
}

.ls3 {
  letter-spacing: 3px !important;
}

.ls4 {
  letter-spacing: 4px !important;
}

.ls5 {
  letter-spacing: 5px !important;
}

.ls10 {
  letter-spacing: 10px !important;
}

/*-------------------------------------------------------
			 margin-top  (0/100) +5
-------------------------------------------------------*/
.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-62 {
  margin-top: 62px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

/*-------------------------------------------------------
			 margin-bottom  (0/100) +5
-------------------------------------------------------*/
.mb-0 {
  margin-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-------------------------------------------------------
			padding-top  (0/100) +5
-------------------------------------------------------*/
.pt-0 {
  padding-top: 0 !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

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

/*-------------------------------------------------------
		 padding-bottom  (0/100) +5
-------------------------------------------------------*/
.pb-0 {
  padding-bottom: 0 !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

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

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

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

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

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

.no-padding {
  padding: 0 !important;
}

/* ====================== [ End Helper Classes  ] ====================== */
/* ====================== [ Start Preloader ] ====================== */
.pace {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99999999999999;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 400px;
  border: 0px;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  display:none !important;
}

.pace .pace-progress {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  max-width: 300px;
  position: fixed;
  z-index: 99999999999999;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: #fff;
}

.pace.pace-inactive {
  width: 100vw;
  opacity: 0;
}

.pace.pace-inactive .pace-progress {
  max-width: 100vw;
}

#preloader {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  z-index: 9999999;
}

#preloader:after, #preloader:before {
  content: '';
  position: fixed;
  left: 0;
  height: 50%;
  width: 100%;
  background: #eb0029;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

#preloader:before {
  top: 0;
}

#preloader:after {
  bottom: 0;
}

#preloader.isdone {
  visibility: hidden;
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

#preloader.isdone:after, #preloader.isdone:before {
  height: 0;
  -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
  -o-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
  transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.loading-text {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 10px;
  position: absolute;
  top: calc(50% - 30px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #75dab4;

  z-index: 9999;
}

.loading-text.isdone {
  top: 50%;
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
}

/* ====================== [ End Preloader ] ====================== */
/* ====================== [ Start Text Animation & Images ] ====================== */
.splitting.animated .char {
  -webkit-animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}

.splitting .whitespace {
  width: 13px;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.splitting.txt.animated .char {
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(10ms * var(--char-index));
  animation-delay: calc(10ms * var(--char-index));
}

.splitting.txt .whitespace {
  width: 5px;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.imago {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

.imago.animated {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

/* ====================== [ End Text Animation & Images ] ====================== */
/* ====================== [ Start Cursor Style ] ====================== */
/*body {*/
/*  cursor: none;*/
/*}*/

/*.mouse-cursor {*/
/*  position: fixed;*/
/*  left: 0;*/
/*  top: 0;*/
/*  pointer-events: none;*/
/*  border-radius: 50%;*/
/*  -webkit-transform: translateZ(0);*/
/*  transform: translateZ(0);*/
/*  visibility: hidden;*/
/*}*/

/*.cursor-inner {*/
/*  margin-left: 2px;*/
/*  margin-top: 2px;*/
/*  width: 6px;*/
/*  height: 6px;*/
/*  z-index: 10000001;*/
/*  background-color: #75dab4;*/
/*  -webkit-transition: width .3s ease-in-out,*/
/* height .3s ease-in-out,*/
/* margin .3s ease-in-out,*/
/* opacity .3s ease-in-out;*/
/*  -o-transition: width .3s ease-in-out,*/
/* height .3s ease-in-out,*/
/* margin .3s ease-in-out,*/
/* opacity .3s ease-in-out;*/
/*  transition: width .3s ease-in-out,*/
/* height .3s ease-in-out,*/
/* margin .3s ease-in-out,*/
/* opacity .3s ease-in-out;*/
/*}*/

/*.cursor-inner.cursor-hover {*/
/*  margin-left: -40px;*/
/*  margin-top: -40px;*/
/*  width: 80px;*/
/*  height: 80px;*/
/*  background-color: #75dab4;*/
/*  opacity: .3;*/
/*}*/

/*.cursor-outer {*/
/*  margin-left: -15px;*/
/*  margin-top: -15px;*/
/*  width: 40px;*/
/*  height: 40px;*/
/*  border: 1px solid #75dab4;*/
/*  -webkit-box-sizing: border-box;*/
/*  box-sizing: border-box;*/
/*  z-index: 10000000;*/
/*  opacity: .5;*/
/*  -webkit-transition: all .08s ease-out;*/
/*  -o-transition: all .08s ease-out;*/
/*  transition: all .08s ease-out;*/
/*}*/

/*.cursor-outer.cursor-hover {*/
/*  opacity: 0;*/
/*}*/

/* ====================== [ End Cursor Style ] ====================== */
/* ====================== [ Start progress-wrap ] ====================== */
.progress-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  content: '\f077';
  text-align: center;
  line-height: 44px;
  font-size: 13px;
  font-weight: 900;
  color: #75dab4;
  left: 0;
  top: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #75dab4;
  stroke-width: 4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

/* ====================== [ End progress-wrap ] ====================== */
/* ====================== [ Start Overlay ] ====================== */
[data-overlay-dark],
[data-overlay-light] {
  position: relative;
}

[data-overlay-dark] .container,
[data-overlay-light] .container {
  position: relative;
  z-index: 2;
}

[data-overlay-dark]:before,
[data-overlay-light]:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

[data-overlay-dark]:before {
  background: #02121d;
}

[data-overlay-light]:before {
  background: #fff;
}

[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark span,
.bg-color h1,
.bg-color h2,
.bg-color h3,
.bg-color h4,
.bg-color h5,
.bg-color h6,
.bg-color span {
  color: #f27401;
}

[data-overlay-dark] p,
.bg-dark p,
.bg-color p {
  color: #dad6d6;
}

[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
  opacity: 0;
}

[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
  opacity: .1;
}

[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
  opacity: .2;
}

[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
  opacity: .3;
}

[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
  opacity: .4;
}

[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
  opacity: .5;
}

[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
  opacity: .6;
}

[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
  opacity: .7;
}

[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
  opacity: .8;
}

[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before,
[data-overlay-color="9"]:before {
  opacity: .9;
}

[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
  opacity: 1;
}

/* ====================== [ End Overlay ] ====================== */
/* ====================== [ Start Heading ] ====================== */
.main-header {
  position: relative;
  margin-bottom: 15px;
}

.main-header h6 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  position: relative;
    color: #000;
}


.main-header h3 {
    font-weight: 700;
    font-size: 34px;
    text-transform: capitalize;
}
.text-eng{
    color: #ff5e20;
}

.main-header ul li{
    list-style: square;
    text-align: left;
    padding: 5px 10px;
}

/* ====================== [ End Heading ] ====================== */
/* ====================== [  Start Button Style ] ====================== */
.btn-curve {
  background: transparent;
  padding: 12px 35px;
  border: 1px solid #1e1e1e;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.btn-curve:focus {
  outline: none;
}

.btn-curve:hover {
  outline: none;
}

.btn-curve:hover:after {
  bottom: -30px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.btn-curve:hover span {
  color: #fff;
}

.btn-curve:after {
  content: '';
  position: absolute;
  top: -30px;
  left: -30px;
  right: -30px;
  bottom: 130%;
  background: #1e1e1e;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
}

.btn-curve span {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  z-index: 2;
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
}

.btn-curve.btn-lit {
  border-color: #ed2d3c;
  color: #ed2d3c;
}
.btn-curve.btn-lit:hover{
  background-color: #ed2d3c;
  color: #fff;
}
.btn-curve.btn-lit:hover span {
  color: #fff;
  
}
.product-box h6 {
  font-size: 20px;
  color: #000;
  width: auto;
  text-align: center;
  text-decoration: none;
  display: -webkit-flexbox;
  -webkit-box-pack: center;
  -webkit-flex-pack: center;
}
.product-box .offer {
  min-height: 70px;
    padding: 7px 0px;
  color: #444;
  text-align: center;
  display: inline-block;
  width: 100%;
  margin: 10px 0;
  font-size: 13px;
}
.product-box img {
  width: 90%;
  margin: 0 auto;
  position: relative;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 13px 8px #bbb;

}
.product-image-p{
  min-width: 218px;
  min-height: 218px;
  margin: 0 auto;
  position: relative;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 13px 8px #bbb;
  max-width: 218px;
  max-height: 218px;
}
.product-box {
  width: 100%;
  border: 1px solid #dfdbdb;
  padding: 5px 10px 20px;
  min-height: 400px;
  position: relative;
  background-color: #fff;
  height: 100%;
}
.btn-curve.btn-lit:after {
  background: #ed2d3c;
}

.btn-curve.btn-blc {
  background: #1e1e1e;
}

.btn-curve.btn-blc:after {
  background: #fff;
}

.btn-curve.btn-blc span {
  color: #fff;
}

.btn-curve.btn-blc:hover span {
  color: #1e1e1e;
}

.btn-curve.btn-color {
  background: #75dab4;
  border-color: #75dab4;
}

.btn-curve.btn-color:after {
  background: #fff;
}

.btn-curve.btn-color span {
  color: #0c0f16;
}

.btn-curve.btn-color:hover span {
  color: #75dab4;
}

.btn-curve.btn-lg {
  padding: 14px 40px;
}

.btn-curve.btn-lg span {
  font-size: 14px;
}

.btn-curve.btn-wit {
  background: #fff;
  border-color: #fff;
}

.btn-curve.btn-wit:after {
  background: #090909;
}

.btn-curve.btn-wit span {
  color: #1e1e1e;
}

.btn-curve.btn-wit:hover span {
  color: #fff;
}

.btn-curve.btn-radius {
  border-radius: 30px;
}

.simple-btn {
  position: relative;
  padding: 7px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 13px;
  font-weight: 300;
}

.simple-btn:after {
  content: '';
  width: 45%;
  height: 100%;
  background: rgba(255, 255, 255, 0.05);
  position: absolute;
  left: 0;
  top: 0;
}

.simple-btn.right:after {
  left: auto;
  right: 0;
}

/* ====================== [ End Button Style ] ====================== */
/* ====================== [ Start navbar ] ====================== */
.navbar {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    background: rgb(255 255 255 / 70%);
    border-bottom: 2px solid transparent;
    z-index: 999;
    min-height: 80px;
}
.navbar .icon-bar {
  color: #fff;
}

.navbar .navbar-nav .nav-link {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  padding: 15px 0;
  margin: 10px 10px;
  /*font-family: 'sans-serif';*/
}

.navbar .navbar-nav .dropdown-menu {
  padding: 10px 0;
  border: 0;
  -webkit-box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
}

/*.navbar .navbar-nav*/
.dropdown-item {
  font-size: 14px;
  padding: 10px 20px;
  opacity: .9;
}

/*.navbar .navbar-nav */
.dropdown-item:hover {
  /*background: transparent;*/
  background: #ED2D3C;
  color: #fff !important;
}

.navbar .dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  color: #000;
  background: #fff;
  min-width: 185px;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.navbar .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.navbar .dropdown-menu .dropdown-item {
  color: #000;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  padding: 10px 25px;
  position: relative;
  font-weight:700;
}

.navbar .dropdown-menu .dropdown-item:after {
  content: '';
  width: 0px;
  height: 1px;
  background: #75dab4;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.navbar .dropdown-menu .dropdown-item:hover {
  padding-left: 30px;
}

.navbar .dropdown-menu .dropdown-item:hover:after {
  width: 10px;
}

.navbar .search {
  color: #fff;
  padding-left: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar .search .icon {
  cursor: pointer;
}

.navbar .search .search-form {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(37, 37, 49, 0.98);
  display: none;
}

.navbar .search .search-form form {
  width: 600px;
  position: absolute;
  left: calc(50% - 300px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.navbar .search .search-form form input {
  padding: 15px 0;
  font-size: 80px;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  background: transparent;
  border: 0;
  border-bottom: 2px solid #75dab4;
}

.navbar .search .search-form .close {
  position: absolute;
  top: 20%;
  right: 20%;
  color: #fff;
  font-size: 60px;
  opacity: 1;
  cursor: pointer;
}

.navbar .logo {
  width: 80px;
}

.nav-scroll {
  background: rgb(246 207 148);
  border-color: rgb(246 207 148);
  padding: 0;
  position: fixed;
  top: -80px;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: translateY(80px);
  -ms-transform: translateY(80px);
  transform: translateY(80px);
}

.topnav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  padding: 30px 0;
  color: #fff;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.topnav .container,
.topnav .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.topnav .container-fluid {
  padding: 0 50px;
}

.topnav .logo {
  width: 50px;
}

.topnav .menu-icon {
  margin-left: auto;
  cursor: pointer;
}

.topnav .menu-icon:hover .text .char {
  -webkit-animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}

.topnav .menu-icon .text {
  font-size: 13px;
  font-weight: 500;
  padding-left: 15px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.topnav .menu-icon .text:after {
  content: 'close';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-left: 15px;
  opacity: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
}

.topnav .menu-icon .text .word {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-transition-delay: .6s;
  -o-transition-delay: .6s;
  transition-delay: .6s;
}

.topnav .menu-icon .text.open .word {
  opacity: 0;
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
}

.topnav .menu-icon .text.open:after {
  opacity: 1;
  -webkit-transition-delay: .6s;
  -o-transition-delay: .6s;
  transition-delay: .6s;
}

.topnav .menu-icon .icon {
  display: table-cell;
}

.topnav .menu-icon .icon i {
  display: block;
  width: 20px;
  height: 3px;
  background: #fff;
  margin: 4px 0;
}

.topnav.dark .menu-icon {
  color: #000;
}

.topnav.dark .menu-icon .icon i {
  background: #000;
}

.topnav.dark.navlit .menu-icon {
  color: #fff;
}

.topnav.dark.navlit .menu-icon .icon i {
  background: #fff;
}

.hamenu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  background: #11141b;
  padding: 120px 30px 30px;
  overflow: hidden;
  z-index: 9999;
  -webkit-transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
  -o-transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
  transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
}

.hamenu.open .menu-links .main-menu > li .link {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.hamenu.open .cont-info:after {
  height: 100vh;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.hamenu.open .cont-info .item {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.hamenu .menu-links {
  color: #fff;
  margin-top: 30px;
}

.hamenu .menu-links .o-hidden {
  display: inline-block;
}

.hamenu .menu-links .main-menu {
  position: relative;
  z-index: 2;
}

.hamenu .menu-links .main-menu.gosub > li {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: .2s !important;
  -o-transition-delay: .2s !important;
  transition-delay: .2s !important;
}

.hamenu .menu-links .main-menu.gosub > li .link {
  -webkit-transform: translateY(45px) !important;
  -ms-transform: translateY(45px) !important;
  transform: translateY(45px) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  -webkit-transition-delay: .2s !important;
  -o-transition-delay: .2s !important;
  transition-delay: .2s !important;
}

.hamenu .menu-links .main-menu.gosub .sub-menu.sub-open {
  z-index: 3 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.hamenu .menu-links .main-menu > li {
  font-size: 30px;
  font-weight: 600;
  padding: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.hamenu .menu-links .main-menu > li span.nm {
  opacity: .8;
  font-size: 11px;
  margin-right: 10px;
}

.hamenu .menu-links .main-menu > li .link {
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
  cursor: pointer;
}

.hamenu .menu-links .main-menu > li .link i {
  font-size: 15px;
  margin-left: 5px;
}

.hamenu .menu-links .main-menu .sub-menu {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}

.hamenu .menu-links .main-menu .sub-menu.sub-open {
  z-index: 3;
}

.hamenu .menu-links .main-menu .sub-menu.sub-open li .sub-link {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.hamenu .menu-links .main-menu .sub-menu li {
  color: #eee;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 8px 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.hamenu .menu-links .main-menu .sub-menu li:hover {
  color: #fff;
}

.hamenu .menu-links .main-menu .sub-menu li .sub-link {
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.hamenu .menu-links .main-menu .sub-menu li .sub-link.back {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
}

.hamenu .menu-links .main-menu .sub-menu li .sub-link.back i {
  margin-left: 10px;
}

.hamenu .menu-links .main-menu .sub-menu li .sub-link em {
  font-size: 13px;
  font-weight: 300;
  margin-left: 10px;
}

.hamenu .cont-info {
  color: #fff;
  margin-top: 50px;
  position: relative;
}

.hamenu .cont-info:after {
  content: '';
  width: 1px;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: -40px;
  top: -170px;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.hamenu .cont-info .item {
  margin-bottom: 30px;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  opacity: 0;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.hamenu .cont-info .item:last-of-type {
  margin-bottom: 0;
}

.hamenu .cont-info .item h6 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

/* ====================== [ End navbar ] ====================== */
/* ====================== [ Start Slider ] ====================== */
.ui-slider {
  height: 100vh;
}

.ui-slider.ui-main.fixed-slider {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.ui-slider.ui-main .swiper-slide-active {
  z-index: 3;
}

.ui-slider.ui-main .parallax-slider {
  position: relative;
}

.ui-slider.ui-main .parallax-slider:after {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0.1)));
  background: -webkit-linear-gradient(bottom, #fff, rgba(255, 255, 255, 0.1));
  background: -o-linear-gradient(bottom, #fff, rgba(255, 255, 255, 0.1));
  background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0.1));
  width: 140px;
  height: 140vh;
  top: -20%;
  right: 20%;
  z-index: 2;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
  opacity: .2;
  display: none;
}

.ui-slider.ui-main .parallax-slider:before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0.1)));
  background: -webkit-linear-gradient(top, #fff, rgba(255, 255, 255, 0.1));
  background: -o-linear-gradient(top, #fff, rgba(255, 255, 255, 0.1));
  background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0.1));
  width: 140px;
  height: 140vh;
  top: -20%;
  right: 5%;
  z-index: 2;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
  opacity: .2;
  display: none;
}

.ui-slider.ui-main .parallax-slider .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  padding-bottom: 50px;
}

.ui-slider.ui-main .parallax-slider .swiper-slide .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
}

.ui-slider.ui-main .parallax-slider .swiper-slide-active .caption h1 {
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.ui-slider.ui-main .parallax-slider .swiper-slide-active .caption h1 .char {
  -webkit-animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(60ms * var(--char-index));
  animation-delay: calc(60ms * var(--char-index));
}

.ui-slider.ui-main .parallax-slider .swiper-slide-active .caption .thin,
.ui-slider.ui-main .parallax-slider .swiper-slide-active .caption .btn-curve,
.ui-slider.ui-main .parallax-slider .swiper-slide-active .caption p {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.ui-slider.ui-main .parallax-slider .caption .thin {
  color: #75dab4;
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 8px;
  margin-bottom: 5px;
  opacity: 0;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);   
  transform: translateY(-20px);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-transition-delay: .8s;
  -o-transition-delay: .8s;
  transition-delay: .8s;
}

.ui-slider.ui-main .parallax-slider .caption .thin span {
  color: #75dab4;
}

.ui-slider.ui-main .parallax-slider .caption h1 {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 4px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .5s,
 visibility .5s;
  -o-transition: opacity .5s,
 visibility .5s;
  transition: opacity .5s,
 visibility .5s;
    text-align: center;
}

.ui-slider.ui-main .parallax-slider .caption p {
  color: #eee;
  margin-top: 15px;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-transition-delay: .8s;
  -o-transition-delay: .8s;
  transition-delay: .8s;
}

.ui-slider.ui-main .parallax-slider .caption .btn-curve {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
  border: 2px solid;
  line-height: 2;
}

.ui-slider.ui-main .parallax-slider .caption .btn-curve span {
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
}

.ui-slider.ui-main .parallax-slider .caption .btn-curve:hover span {
  color: #0c0f16;
}

.ui-slider.ui-main .parallax-slider .caption.dig h1 {
  font-weight: 800;
  font-size: 80px;
  text-transform: uppercase;
}

.ui-slider.ui-main .parallax-slider .caption.dig h1 .tline {
  margin-left: 80px;
}

.ui-slider.ui-main .parallax-slider .caption.dig h1 .whitespace {
  width: 20px;
}

.ui-slider.ui-main .setone {
  position: absolute;
  bottom: 8%;
  right: 40px;
  z-index: 8;
}

.ui-slider.ui-main .setone .swiper-nav-ctrl {
  color: #ccc;
  font-size: 13px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  margin: 5px 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: static;
}

.ui-slider.ui-main .setone .swiper-nav-ctrl:after {
  display: none;
}

.ui-slider.ui-main .setone.setwo {
  position: static;
}

.ui-slider.ui-main .setone.setwo .swiper-nav-ctrl {
  border-radius: 50%;
}

.ui-slider.ui-main .setone.setwo .next-ctrl {
  position: absolute;
  top: 50%;
  right: 30px;
}

.ui-slider.ui-main .setone.setwo .prev-ctrl {
  position: absolute;
  top: 50%;
  left: 30px;
}

.ui-slider.ui-main .txt-botm {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  z-index: 8;
}

.ui-slider.ui-main .txt-botm .swiper-nav-ctrl {
  position: absolute;
  width: auto;
  height: auto;
  margin-top: auto;
  top: auto;
  bottom: 0;
}

.ui-slider.ui-main .txt-botm .swiper-nav-ctrl i {
  color: #ccc;
  font-size: 13px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin: 0;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.ui-slider.ui-main .txt-botm .swiper-nav-ctrl span {
  font-weight: 500;
  font-size: 12px;
  color: #fff;
}

.ui-slider.ui-main .txt-botm .swiper-nav-ctrl:after {
  display: none;
}

.ui-slider.ui-main .txt-botm .swiper-nav-ctrl.swiper-button-next {
  right: 40px;
}

.ui-slider.ui-main .txt-botm .swiper-nav-ctrl.swiper-button-next i {
  margin-left: 10px;
}

.ui-slider.ui-main .txt-botm .swiper-nav-ctrl.swiper-button-prev {
  left: 40px;
}

.ui-slider.ui-main .txt-botm .swiper-nav-ctrl.swiper-button-prev i {
  margin-right: 10px;
}

.ui-slider.ui-main .txt-botm .swiper-nav-ctrl:hover i {
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.ui-slider.ui-main .swiper-pagination-fraction.top {
  position: absolute;
  right: 15%;
  left: auto;
  bottom: auto;
  top: 20%;
  width: auto;
  color: #fff;
  font-size: 40px;
  font-weight: 500;
}

.ui-slider.ui-main .swiper-pagination-fraction.top .swiper-pagination-current {
  font-size: 60px;
  font-weight: 700;
  position: relative;
  color: transparent;
  -webkit-text-stroke: .5px #fff;
}

.ui-slider.ui-main .swiper-pagination-fraction.top .swiper-pagination-current:after {
  content: '/';
  color: #fff;
  position: relative;
  margin: 0 10px;
  font-size: 12px;
  font-weight: 100;
}

.ui-slider.ui-main .swiper-pagination-fraction.top.botm {
  top: auto;
  bottom: 40px;
  right: 40px;
}

.ui-slider.ui-main .swiper-pagination-fraction.steps {
  position: absolute;
  width: 100px;
  color: #fff;
  font-size: 15px;
  bottom: 40px;
  left: calc(50% - 50px);
  right: auto;
  top: auto;
  text-align: left;
}

.ui-slider.ui-main .swiper-pagination-fraction.steps:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 15%;
  width: 70%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}

.ui-slider.ui-main .swiper-pagination-fraction.steps .swiper-pagination-total {
  float: right;
}

.ui-slider.ui-main .social-icon {
  position: absolute;
  left: 40px;
  bottom: 40px;
  z-index: 8;
}

.ui-slider.ui-main .social-icon a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: #fff;
  font-size: 13px;
}

.ui-slider.in-box {
  width: calc(100% - 60px);
  height: calc(100vh - 80px);
  margin-left: 30px;
  margin-top: 80px;
}

.ui-slider.in-box .caption h1 {
  font-size: 60px;
}

.ui-slider.in-box .caption p {
  font-size: 22px;
  line-height: 1.7;
  color: #d8d5d5;
}

.ui-slider.in-box .caption .vid {
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  margin: 30px 0 0 0;
  display: inline-block;
  position: relative;
}

.ui-slider.in-box .caption .vid:after {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background: #fff;
  border-radius: 50%;
  opacity: .1;
}

.ui-slider.in-box .caption .vid span {
  font-size: 20px;
  color: #333;
}

.ui-half .half-sec {
  padding: 0;
  height: 100vh;
}

.ui-half .cont {
  padding: 0 120px;
}

.ui-half .cont h1 {
  font-size: 52px;
  font-weight: 500;
  margin-bottom: 10px;
}

.ui-half .img {
  height: 100%;
}

.ui-header {
  height: 100vh;
  position: relative;
}

.ui-header .cont .text {
  background-image: url(../agency-3/img/01.jpg);
  background-repeat: repeat;
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-font-smoothing: antialiased;
  font-size: 30vw;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: .8;
}

.page-header .cont {
  padding: 150px 0 90px;
}

.page-header .cont h4 {
  line-height: 1.6;
}

.page-header .cont h4 .stroke {
  font-weight: 900;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 1);
  color: transparent;
  padding-left: 15px;
}
.page-header {
  background-size: 100%;
  background-repeat: no-repeat;
}
.page-header .img-wrapper {
  position: relative;
  min-height: 70vh;
}

.page-header .img-wrapper .title {
  position: absolute;
  top: 0;
  right: 0px;
  width: 100%;
  text-align: right;
  -webkit-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  transform: translateY(-55%);
  z-index: 3;
}

.page-header  .title h3 {
  font-size: 50px;
  font-weight: 900;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
}

.page-header .img-wrapper .map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-header.proj-det .img-wrapper {
  min-height: 80vh;
}

.page-header.blg .cont {
  padding: 170px 0;
}

.page-header.blg .cont h2 {
  line-height: 1.6;
  margin-bottom: 10px;
}

.page-header.blg .cont .info a {
  margin: 0 10px;
  font-size: 13px;

    
  color: #aaa;
}

.works-header {
  min-height: 80vh;
}

.works-header.hfixd {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.works-header .capt h4 {
  font-weight: 200;
  font-size: 24px;
  line-height: 1.8;
}

.works-header .capt h2 {
  font-size: 60px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.works-header .capt h2 span {
  display: block;
  font-size: 20px;
  font-weight: 300;
  text-transform: capitalize;
  color: #75dab4;
}

.works-header .capt .bactxt {
  font-size: 30vw;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
}

.main-content {
  background: #fff;
  position: relative;
  z-index: 3;
}

/* ====================== [ End Slider ] ====================== */
/* ====================== [ Start showcase ] ====================== */
/* ====================== [ end showcase ] ====================== */
/* ====================== [ Start Intro ] ====================== */
.intro .sm-title {
  font-size: 12px;
  margin-bottom: 10px;
}

.intro h4 {
  font-weight: 500;
  font-size: 28px;
  margin-bottom: 50px;
}

.intro .feat .item .img {
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
}

.intro .feat .item .img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.intro .feat .item h5 {
  font-size: 20px;
  margin-bottom: 10px;
}

.ui-intro .sm-title {
  color: #ccc;
  font-size: 12px;
  margin-bottom: 10px;
}

.ui-intro h4 {
  font-weight: 800;
  font-size: 35px;
  margin-bottom: 10px;
}

.ui-intro p {
  margin-top: 10px;
}

.ui-intro .img {
  width: 140%;
  position: relative;
}

.ui-intro .img:after {
  content: '';
  position: absolute;
  top: -120px;
  bottom: -120px;
  left: -100px;
  width: 400px;
  background-color: rgba(255, 255, 255, 0.03);
  z-index: -1;
}

.ui-intro .img img {
  width: 100%;
  border-radius: 15px;
}

.ui-intro.vers .img {
  margin-left: -40%;
}

.ui-intro.vers .img:after {
  right: -100px;
  left: auto;
}

/* ====================== [ End Intro ] ====================== */
/* ====================== [ Start services ] ====================== */
.cls-services .item {
  position: relative;

  position: relative;

  background: #f6cf94;
  text-align: center;
  padding: 20px
}
.cls-services h5 a{
  color: #ed2d3c;
  font-size: 20px;

    
}
.readmore, .buynow {
  color: #ed2d3c;
  border: 1px solid #ed2d3c;
  height: 42px;
  text-align: center;
  line-height: 39px;
  width: 155px;
  display: block;
  margin: 0 auto;
  margin-top: 25px;
}
.readmore:hover, .buynow:hover{
  background-color: #ed2d3c;
  color: #fff;
}
.buynow {
  color: #ed2d3c;
  border: 1px solid #ed2d3c;
  height: 42px;
  text-align: center;
  line-height: 39px;
  width: 155px;
  display: block;
  margin: 0 auto;
  margin-top: 15px;
}
.buynow:hover{
  background-color: #ed2d3c;
  color: #fff;
  float: none;
  width: 155px;
  display: block;
  margin: 0 auto;
  margin-top: 15px;

    
}
.product-box h5 {
  text-align: center;
  font-size: 18px;
  color: #222;
  padding-top: 20px;
  height: 49px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  
    
}
.product-box h6{
  font-size: 17px;
  font-weight: 400;
}
.strike-price {
  padding: 0 5px;
  text-decoration: line-through;
  font-size: 14px;
  line-height: 25px;
  color: #999;
  width: 40%;
  text-align: right;
  
    
}
.cls-services h5{
  font-size: 20px;
 
    
  margin-bottom: 15px;
}
.testimonials p{
  color: #fff;
}
.testimonials .item h6{
  color: #fff;
}
.cls-services .item .letr-bg {
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-20%);
  -ms-transform: translateY(-50%) translateX(-20%);
  transform: translateY(-50%) translateX(-20%);
  z-index: -1;
  opacity: .03;
  width: 100%;
  color: #ed2d3c;
}

.cls-services .item .numb {
  margin-bottom: 15px;
}

.cls-services .item h6 {
  margin-bottom: 15px;
}

.services .swiper-slide {
  padding: 0 15px;
}

.services .item {
  background: #121a21;
  border-radius: 20px;
  height: 100%;
  padding: 50px;
}

.services .item .icon {
  font-size: 40px;
  margin-bottom: 30px;
}

.services .item h6 {
  margin-bottom: 15px;
}

.services .item a {
  font-size: 12px;
  opacity: .8;
  margin-top: 50px;
}

.ui-services {
  background-color: rgba(255, 255, 255, 0.01);
}

.ui-services .item {
  position: relative;
}

.ui-services .item .letr-bg {
  color: #75dab4;
  font-size: 200px;
  font-weight: 800;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-20%);
  -ms-transform: translateY(-50%) translateX(-20%);
  transform: translateY(-50%) translateX(-20%);
  z-index: -1;
  opacity: .02;
}

.ui-services .item .icon {
  font-size: 40px;
  margin-bottom: 25px;
}

.ui-services .item h6 {
  margin-bottom: 15px;
}

.min-area .img {
  padding: 120px 0 120px 80px;
  position: relative;
  z-index: 3;
}

.min-area .img:after {
  content: '';
  position: absolute;
  top: 0;
  right: 120px;
  bottom: 0;
  left: -300px;
  background-color: #ed2d3c;
  background-image:url(../img/pattern.png);
  z-index: -1;
}

.min-area .content {
  padding-left: 40px;
}

.min-area .content h4 {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.min-area .content ul {
  margin: 0;
}

.min-area .content ul li {
  margin-top: 25px;
  padding-left: 25px;
  position: relative;
}

.min-area .content ul li:after {
  content: '';
  width: 10px;
  height: 10px;
  border: 1px solid #999;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 2px;
}

.min-area .content ul.feat li {
  padding: 0 0 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.min-area .content ul.feat li:last-of-type {
  padding: 0;
  border: 0;
}

.min-area .content ul.feat li:after {
  display: none;
}

.min-area .content ul.feat li h6 {
  font-weight: 500;
  margin-bottom: 5px;
}

.min-area .content ul.feat li h6 span {
  color: #ff8d2d;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 13px;
  border: 1px solid #ff8d2d;
  border-radius: 50%;
  margin-right: 10px;
}

.min-area .content ul.feat li p {
  font-size: 13px;
  padding-left: 45px;
}

/* ====================== [ End services ] ====================== */
/* ====================== [ Start brands ] ====================== */
.clients .box {
  border-top: 1px solid rgba(0, 0, 0, 0.03);
  border-left: 1px solid rgba(0, 0, 0, 0.03);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.clients .item {
  width: 100%;
  padding: 50px 15px;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.03);
}

.clients .item img {
  max-width: 80px;
}

.clients.light .box {
  border-top: 1px solid rgba(255, 255, 255, 0.03);
}

.clients.light .box:first-of-type {
  border-top: 0;
}

.clients.light .item {
  border-right: 1px solid rgba(255, 255, 255, 0.03);
}

.clients.light .item:last-of-type {
  border-right: 0;
}

.clients.light .item .img img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.clients-ui .item {
  padding: 0;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.03);
  border-right: 0;
}

.clients-ui .item:last-of-type {
  border-right: 1px solid rgba(255, 255, 255, 0.03);
}

.clients-ui .item .img {
  padding: 40px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

.clients-ui .item .img img {
  width: 80px;
  -webkit-filter: invert(1);
  filter: invert(1);
}

.clients-ui .item .img:last-of-type {
  border: 0;
}

.clients-ui .item .exp {
  width: 100%;
}

.clients-ui .item .exp h2 {
  font-size: 9vw;
  line-height: 1;
}

/* ====================== [ End brands ] ====================== */
/* ====================== [ Start Work ] ====================== */
.works.mason {
  position: relative;
}

.works.mason .dark-botm {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  z-index: -1;
}

.works.mason .gallery-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.works.mason .gallery-img .items {
  width: 20%;
  padding: 0 15px;
  margin-top: 30px;
}

.works.mason .gallery-img .single-item {
  width: 100%;
  margin: 15px 0;
  position: relative;
}

.works.mason .gallery-img .single-item .info {
  position: absolute;
  opacity: 0;
}

.works-crs {
  position: relative;
}

.works-crs:after {
  content: '';
  width: 30%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #121a21;
  z-index: -1;
}

.works-crs .swiper-container {
  width: 130%;
}

.works-crs .swiper-slide {
  padding-right: 30px;
}

.works-crs .item .img {
  width: 100%;
  height: 380px;
  overflow: hidden;
}

.works-crs .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.works-crs .item .cont {
  margin-top: 15px;
}

.works-crs .item .cont h6 {
  font-weight: 600;
  margin-bottom: 5px;
}

.works-crs .item .cont span {
  color: #999;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 13px;
}

.works-crs .item .cont span a {
  margin: 0 5px;
}

.ui-works {
  position: relative;
}

.ui-works .filtering {
  margin-bottom: 30px;
}

.ui-works .filtering .filter {
  padding: 15px;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 30px;
  display: inline-block;
}

.ui-works .filtering span {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 20px;
  cursor: pointer;
  position: relative;
}

.ui-works .filtering span.active {
  color: #75dab4;
}

.ui-works .filtering span:after {
  content: '';
  width: 7px;
  height: 7px;
  background: #75dab4;
  border-radius: 50%;
  position: absolute;
  right: -24px;
  top: 40%;
}

.ui-works .filtering span:last-of-type:after {
  display: none;
}

.ui-works .filtering.smplx .filter {
  padding: 0;
  background: transparent;
  border-radius: 0;
  display: inline-block;
}

.ui-works .filtering.smplx span {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 20px;
  cursor: pointer;
  position: relative;
}

.ui-works .filtering.smplx span.active {
  color: #75dab4;
}

.ui-works .filtering.smplx span:after {
  content: '';
  width: 7px;
  height: 7px;
  background: #75dab4;
  border-radius: 50%;
  position: absolute;
  right: -24px;
  top: 40%;
}

.ui-works .filtering.smplx span:last-of-type:after {
  display: none;
}

.ui-works .gallery .items {
  padding: 0 10px;
  margin: 30px 0;
}

.ui-works .gallery .items .item-img {
  overflow: hidden;
  position: relative;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.ui-works .gallery .items .item-img > a {
  display: block;
}

.ui-works .gallery .items .item-img:hover {
  -webkit-clip-path: inset(5px 10px);
  clip-path: inset(5px 10px);
}

.ui-works .gallery .items .item-img:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.ui-works .gallery .items .item-img:hover .cont {
  opacity: 1;
}

.ui-works .gallery .items .item-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.ui-works .gallery .items .item-img .cont {
  position: absolute;
  bottom: 15px;
  left: 0;
  text-align: left;
  padding-left: 30px;
  opacity: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.ui-works .gallery .items .item-img .cont span {
  color: #eee;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
}

.ui-works .gallery .items .item-img .cont span a {
  margin: 0 10px 0 0;
}

.ui-works .gallery .items .cont {
  margin-top: 30px;
  text-align: center;
}

.ui-works .gallery .items .cont h6 {
  font-weight: 600;
  margin-bottom: 5px;
}

.ui-works .gallery .items .cont span {
  color: #999;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 13px;
}

.ui-works .gallery .items .cont span a {
  margin: 0 5px;
}

.ui-works .gallery .bords .item-img {
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.03);
}

.ui-works .gallery .bords .cont {
  border: 1px solid rgba(255, 255, 255, 0.03);
  margin-top: 0;
  border-top: 0;
  padding: 10px;
}

.portfolio {
  position: relative;
}

.portfolio .filtering .filter {
  padding: 15px;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 30px;
  display: inline-block;
}

.portfolio .filtering span {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 20px;
  cursor: pointer;
  position: relative;
}

.portfolio .filtering span.active {
  color: #75dab4;
}

.portfolio .filtering span:after {
  content: '';
  width: 7px;
  height: 7px;
  background: #75dab4;
  border-radius: 50%;
  position: absolute;
  right: -24px;
  top: 40%;
}

.portfolio .filtering span:last-of-type:after {
  display: none;
}

.portfolio .filtering.smplx .filter {
  padding: 0;
  background: transparent;
  border-radius: 0;
  display: inline-block;
}

.portfolio .filtering.smplx span {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 20px;
  cursor: pointer;
  position: relative;
}

.portfolio .filtering.smplx span.active {
  color: #75dab4;
}

.portfolio .filtering.smplx span:after {
  content: '';
  width: 7px;
  height: 7px;
  background: #75dab4;
  border-radius: 50%;
  position: absolute;
  right: -24px;
  top: 40%;
}

.portfolio .filtering.smplx span:last-of-type:after {
  display: none;
}

.portfolio .gallery .items {
  padding: 0 50px;
  margin: 50px 0;
}

.portfolio .gallery .items.lg-mr {
  margin-top: 100px;
}

.portfolio .gallery .items .item-img {
  overflow: hidden;
  position: relative;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.portfolio .gallery .items .item-img > a {
  display: block;
}

.portfolio .gallery .items .item-img:hover {
  -webkit-clip-path: inset(5px 10px);
  clip-path: inset(5px 10px);
}

.portfolio .gallery .items .item-img:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.portfolio .gallery .items .item-img:hover .cont {
  opacity: 1;
}

.portfolio .gallery .items .item-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.portfolio .gallery .items .item-img .cont {
  position: absolute;
  bottom: 15px;
  left: 0;
  text-align: left;
  padding-left: 30px;
  opacity: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.portfolio .gallery .items .item-img .cont span {
  color: #eee;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  
    
}

.portfolio .gallery .items .item-img .cont span a {
  margin: 0 10px 0 0;
}

.portfolio .gallery .items .cont {
  margin-top: 30px;
  text-align: center;
}

.portfolio .gallery .items .cont h6 {
  font-weight: 600;
  margin-bottom: 5px;
}

.portfolio .gallery .items .cont span {
  color: #999;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 13px;

}

.portfolio .gallery .items .cont span a {
  margin: 0 5px;
}

.portfolio .gallery .bords .item-img {
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.03);
}

.portfolio .gallery .bords .cont {
  border: 1px solid rgba(255, 255, 255, 0.03);
  margin-top: 0;
  border-top: 0;
  padding: 10px;
}

.div-tooltip-tit {
  display: none;
  position: absolute;
  background-color: #110e21;
  color: #fff;
  padding: 0 10px;
  height: 45px;
  line-height: 45px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 99999;
}

.div-tooltip-sub {
  display: none;
  position: absolute;
  background-color: #fff;
  padding: 10px;
  color: #111;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 99999;
}

/* ====================== [ End Work ] ====================== */
/* ====================== [ Start Blocks  ] ====================== */
.ui-block {
  position: relative;
}

.ui-block .cont {
  padding-left: 10%;
  padding-right: 5%;
  min-height: 70vh;
}

.ui-block .cont h3 {
  font-size: 40px;
}

.ui-block .cont .btn-curve {
  z-index: 9;
}

.ui-block .shadows {
  left: 25%;
}

.shadows {
  position: absolute;
  width: 320px;
  height: 100%;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
  opacity: .3;
}

.shadows .shadow {
  position: absolute;
  width: 47px;
  height: 100%;
}

.shadows .sh-left {
  right: 100%;
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
}

.shadows .sh-right {
  left: 100%;
}

.promo-carousel {
  padding-bottom: 0;
  overflow: hidden;
}

.promo-carousel .item-wrap {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  width: 400%;
  position: relative;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.promo-carousel .item-wrap .items {
  color: #eee;
  font-size: 10vw;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 100px;
}

@media (min-width: 768px) {
  .promo-carousel .item-wrap .promo-carousel .item-wrap {
    width: 200%;
  }
}

/* ====================== [ End Blocks  ] ====================== */
/* ====================== [ Start Process ] ====================== */
/* ====================== [ End Process ] ====================== */
/* ====================== [ Start Pricing ] ====================== */
.pricing .item {
  text-align: center;
  padding: 50px 0;
}

.pricing .item.active {
  background: #0f0f0f;
  position: relative;
}

.pricing .item.active:after {
  content: '';
  position: absolute;
  top: 15px;
  left: 15px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.05);
  z-index: -1;
}

.pricing .item.active .order a {
  background: -webkit-linear-gradient(70deg, #2ed47c 0, #e8bf47 100%);
  background: -o-linear-gradient(70deg, #2ed47c 0, #e8bf47 100%);
  background: linear-gradient(20deg, #2ed47c 0, #e8bf47 100%);
}

.pricing .item .title h5 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 25px;
}

.pricing .item .amount h2 {
  font-weight: 600;
  line-height: 1;
}

.pricing .item .amount h2 span {
  font-size: 20px;
}

.pricing .item .amount h6 {
  margin-top: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
}

.pricing .item .cont {
  padding: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  margin: 40px 0;
}

.pricing .item .cont ul {
  margin: 0;
}

.pricing .item .cont ul li {
  margin: 25px 0;
}

.pricing .item .order a {
  padding: 15px 40px;
  background: #fff;
  color: #000;
  border-radius: 30px;
}

/* ====================== [ End Pricing ] ====================== */
/* ====================== [ Start progress bar ] ====================== */
.skills-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.skills-circle .item {
  margin-right: 60px;
}

.skills-circle .skill {
  position: relative;
}

.skills-circle .skill span {
  height: 110px;
  width: 110px;
  line-height: 110px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 0%;
  left: 0%;
  font-size: 20px;
  font-weight: 300;
}

.skills-circle .skill h6 {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
  margin-top: 20px;
}

/* ====================== [ End progress bar ] ====================== */
/* ====================== [ Start tabs & list ] ====================== */
/* ====================== [ Start tabs & list ] ====================== */
/* ====================== [ Start Team ] ====================== */
.team .container-fluid {
  padding: 0 50px;
}

.team .item {
  padding-left: 2px;
  padding-right: 2px;
  margin-bottom: 4px;
  position: relative;
}

.team .item .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 30px;
  opacity: 0;
  color: #fff;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  visibility: hidden;
  z-index: 4;
}

.team .item .info h6 {
  font-weight: 500;
  margin-bottom: 10px;
}

.team .item .info p {
  color: #eee;
  font-size: 13px;
  margin-bottom: 10px;
}

.team .item .info .social a {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  line-height: 40px;
  font-size: 12px;
  text-align: center;
}

.team .item:after, .team .item:before {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  pointer-events: none;
}

.team .item:hover .info, .team .item:hover:after, .team .item:hover:before {
  opacity: 1;
  visibility: visible;
}

.team .item.square:after {
  content: '';
  position: absolute;
  top: calc(50% - 17vw);
  left: calc(50% - 17vw);
  width: 34vw;
  height: 34vw;
  background: #121212;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  border: 2px solid #75dab4;
  z-index: 2;
}

.team .item.triangle:after {
  content: '';
  position: absolute;
  top: 5%;
  left: -80%;
  width: 0;
  height: 0;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
  border-left: 30vw solid transparent;
  border-right: 30vw solid transparent;
  border-top: 40vw solid #121212;
  z-index: 2;
}

.team .item.triangle:before {
  content: '';
  position: absolute;
  top: 5%;
  left: -80%;
  width: 0;
  height: 0;
  -webkit-transform: rotate(20deg) scale(1.01);
  -ms-transform: rotate(20deg) scale(1.01);
  transform: rotate(20deg) scale(1.01);
  border-left: 30vw solid transparent;
  border-right: 30vw solid transparent;
  border-top: 40vw solid #75dab4;
  z-index: 2;
}

.team .item.circle:after {
  content: '';
  position: absolute;
  top: calc(50% - 20vw);
  left: calc(50% - 20vw);
  width: 40vw;
  height: 40vw;
  background: #121212;
  border-radius: 50%;
  border: 2px solid #75dab4;
  z-index: 2;
}

.team .item.octagon .shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 36vw;
  height: 18vw;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #000;
  z-index: 6;
}

.team .item.octagon .shape:before {
  content: "";
  position: absolute;
  top: -18vw;
  left: 0;
  width: 0;
  height: 0;
  border-left: 18vw solid transparent;
  border-right: 18vw solid transparent;
  border-bottom: 18vw solid #000;
  z-index: 6;
}

.team .item.octagon .shape:after {
  content: "";
  position: absolute;
  bottom: -18vw;
  left: 0;
  width: 0;
  height: 0;
  border-left: 18vw solid transparent;
  border-right: 18vw solid transparent;
  border-top: 18vw solid #000;
  z-index: 6;
}

.team .join {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.team .join .icon {
  width: 200px;
  height: 200px;
  border: 1px solid #eee;
  border-radius: 50%;
  text-align: center;
  line-height: 200px;
}

.team .join .icon img {
  width: 100px;
  opacity: .1;
}

.team .join .link-go {
  line-height: 200px;
  margin-left: 30px;
}

.team .join .link-go a {
  text-decoration: underline;
}

.team-ui .container-fluid {
  padding: 0 80px;
}

.team-ui .item {
  position: relative;
  padding: 0 25px;
}

.team-ui .item .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 15%;
  padding-right: 30px;
  opacity: 0;
  color: #fff;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  visibility: hidden;
  z-index: 4;
}

.team-ui .item .info h6 {
  font-weight: 500;
  margin-bottom: 10px;
}

.team-ui .item .info p {
  color: #eee;
  font-size: 13px;
  margin-bottom: 10px;
}

.team-ui .item .info .social a {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  line-height: 40px;
  font-size: 12px;
  text-align: center;
}

.team-ui .item:after, .team-ui .item:before {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  pointer-events: none;
}

.team-ui .item:hover .info, .team-ui .item:hover:after, .team-ui .item:hover:before {
  opacity: 1;
  visibility: visible;
}

.team-ui .item.square:after {
  content: '';
  position: absolute;
  top: calc(50% - 17vw);
  left: calc(50% - 17vw);
  width: 34vw;
  height: 34vw;
  background: #121a21;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  border: 2px solid #75dab4;
  z-index: 2;
}

.team-ui .item.triangle:after {
  content: '';
  position: absolute;
  top: 5%;
  left: -70%;
  width: 0;
  height: 0;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
  border-left: 30vw solid transparent;
  border-right: 30vw solid transparent;
  border-top: 40vw solid #121a21;
  z-index: 2;
}

.team-ui .item.triangle:before {
  content: '';
  position: absolute;
  top: 5%;
  left: -70%;
  width: 0;
  height: 0;
  -webkit-transform: rotate(20deg) scale(1.01);
  -ms-transform: rotate(20deg) scale(1.01);
  transform: rotate(20deg) scale(1.01);
  border-left: 30vw solid transparent;
  border-right: 30vw solid transparent;
  border-top: 40vw solid #75dab4;
  z-index: 2;
}

.team-ui .item.circle:after {
  content: '';
  position: absolute;
  top: calc(50% - 20vw);
  left: calc(50% - 20vw);
  width: 40vw;
  height: 40vw;
  background: #121a21;
  border-radius: 50%;
  border: 2px solid #75dab4;
  z-index: 2;
}

.team-ui .join {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.team-ui .join .icon {
  width: 200px;
  height: 200px;
  border: 1px solid #eee;
  border-radius: 50%;
  text-align: center;
  line-height: 200px;
}

.team-ui .join .icon img {
  width: 100px;
  opacity: .1;
}

.team-ui .join .link-go {
  line-height: 200px;
  margin-left: 30px;
}

.team-ui .join .link-go a {
  text-decoration: underline;
}

.team-crs {
  position: relative;
}

.team-crs .team-container {
  width: 140%;
  position: relative;
}

.team-crs .team-container:after {
  content: '';
  position: absolute;
  top: -120px;
  bottom: -120px;
  right: 0;
  width: 80%;
  background: #1a1e25;
  z-index: -1;
}

.team-crs .item {
  padding: 0 15px;
}

.team-crs .item .info {
  padding: 15px;
  background: #11141b;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.team-crs .item .info h5 {
  font-size: 18px;
  margin-bottom: 2px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.team-crs .item .info span {
  color: #999;
  font-size: 14px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.team-crs .item .info .social {
  position: absolute;
  bottom: -300px;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px 5px 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.team-crs .item .info .social a {
  font-size: 13px;
  margin: 0 8px;
  color: #75dab4;
}

.team-crs .item:hover .info h5, .team-crs .item:hover .info span {
  opacity: 0;
}

.team-crs .item:hover .info .social {
  bottom: 0;
  opacity: 1;
}

.team-crs .navs .prev, .team-crs .navs .next {
  color: #ccc;
  font-size: 13px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: static;
}

.team-crs .slick-dots {
  bottom: -40px;
}

.team-crs .slick-dots li.slick-active button {
  background: #75dab4;
}

.team-crs .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: .8;
}

.team-crs .slick-dots li button:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 4px;
  line-height: 1;
  background: #75dab4;
  opacity: 1;
}

/* ====================== [ End Team ] ====================== */
/* ====================== [ Start Testimonials ] ====================== */
.testimonials .item {
  position: relative;
}

.testimonials .item .text-bg {
  position: absolute;
  bottom: -30px;
  right: 0;
  font-size: 9vw;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.05);
  line-height: 1;
  z-index: -1;
}

.testimonials .item p {
  font-size: 24px;
}

.testimonials .item h6 {
  position: relative;
  padding-left: 50px;
  font-weight: 500;
  margin-top: 15px;
}

.testimonials .item h6:after {
  content: '';
  width: 40px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
}

.testimonials .quote-icon {
  width: 165px;
  height: 165px;
  text-align: center;
  line-height: 165px;
  border-radius: 50%;
  /* border: 1px solid #fff; */
}
.form-inline ul {
  margin: 0px;
  padding: 0px;
}
.form-inline ul li{
  display: inline-block;
  color: #fff;
  padding: 0px 5px;
}
.form-inline ul li a{
  padding: 6px 15px;
    background: #ff8d2d;
    border-radius: 5px;
}
.testimonials .quote-icon img {
  width: 50px;
  margin: auto;
}

.testimonials .controls .float-right {
  float: right;
}

.testimonials .controls span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #eee;
  display: block;
  margin: 15px 0;
}

.stauts-testim {
  position: relative;
  padding-bottom: 60px;
  padding-top: 80px;
}

.stauts-testim:after {
  content: '';
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  height: 80px;
  background: rgba(255, 255, 255, 0.03);
  z-index: -1;
}

.stauts-testim .img-stauts {
  position: absolute;
  top: 0;
  height: 100%;
  left: 100px;
  right: 100px;
  border-radius: 30px;
  overflow: hidden;
}

.stauts-testim .img-stauts:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(43, 47, 53, 0.7)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(43, 47, 53, 0.7) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(43, 47, 53, 0.7) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(43, 47, 53, 0.7) 100%);
  background-repeat: repeat-x;
}

.stauts-testim .img-stauts .stauts {
  position: absolute;
  bottom: 0;
  left: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}

.stauts-testim .img-stauts .stauts .item {
  padding: 30px 40px;
  min-width: 200px;
  background: #121212;
  margin-right: 30px;
}

.stauts-testim .img-stauts .stauts .item:last-of-type {
  background: #fff;
  color: #121212;
}

.stauts-testim .img-stauts .stauts .item h4 span {
  font-size: 20px;
  margin-left: 2px;
}

.stauts-testim .img-stauts .stauts .item h6 {
  font-size: 15px;
  margin-top: 5px;
}

.stauts-testim .testimonials-gr {
  position: relative;
  /* background: -webkit-linear-gradient(70deg, #2ed47c 0, #e8bf47 100%);
  background: -o-linear-gradient(70deg, #2ed47c 0, #e8bf47 100%);
  background: linear-gradient(20deg, #2ed47c 0, #e8bf47 100%); */
  border-radius: 30px;
  padding: 50px 0px;
  width: 100%;
}

.stauts-testim .testimonials-gr .head-box h6 {
  color: #0c0f16;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 10px;
}

.stauts-testim .testimonials-gr .head-box h4 {
  color: #0c0f16;
  margin-bottom: 40px;
}

.stauts-testim .testimonials-gr .item p {
  color: #333;
  font-size: 17px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.stauts-testim .testimonials-gr .item .info .img {
  display: block;
  text-align: center;
}

.stauts-testim .testimonials-gr .item .info .img .img-box {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}

.stauts-testim .testimonials-gr .item .info .cont {
  display: block;
  text-align: center;
}

.stauts-testim .testimonials-gr .item .info .cont .author-name {
  color: #0c0f16;
  font-size: 16px;
  margin-bottom: 5px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.stauts-testim .testimonials-gr .item .info .cont .author-details {
  color: #0c0f16;
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
}

.stauts-testim .testimonials-gr .slick-dots {
  text-align: center;
}

.stauts-testim .testimonials-gr .slick-dots li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 1px solid #0c0f16;
}

.stauts-testim .testimonials-gr .slick-dots li.slick-active {
  background: #0c0f16;
}

.stauts-testim .testimonials-gr .slick-dots li button {
  display: none;
}

.block-sec .video-box .img {
  position: relative;
}

.block-sec .video-box .img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #121212;
  opacity: .4;
}

.block-sec .vid-area .vid-icon .vid {
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  position: relative;
}

.block-sec .vid-area .vid-icon .vid:after {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background: #fff;
  border-radius: 50%;
  opacity: .1;
}

.block-sec .vid-area .vid-icon .vid span {
  font-size: 30px;
  color: #75dab4;
}

.block-sec .vid-area .cont {
  margin-top: 40px;
}

.block-sec .vid-area .cont h6 {
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 15px;
}

.block-sec .vid-area .cont h3 {
  font-size: 45px;
  font-weight: 700;
}

.block-sec .testim-box {
  position: relative;
  background: rgb(255 255 255 / 83%);
  padding: 80px 40px;
  margin-bottom: -40px;
}

.block-sec .testim-box .head-box h6 {
  color: #0c0f16;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 10px;
}

.block-sec .testim-box .head-box h4 {
  color: #0c0f16;
  margin-bottom: 40px;
}

.block-sec .testim-box .item p {
  color: #333;
  font-size: 17px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.block-sec .testim-box .item .info .img {
  display: table-cell;
  vertical-align: middle;
}

.block-sec .testim-box .item .info .img .img-box {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}

.block-sec .testim-box .item .info .cont {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
}

.block-sec .testim-box .item .info .cont .author-name {
  color: #0c0f16;
  font-size: 16px;
  margin-bottom: 5px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.block-sec .testim-box .item .info .cont .author-details {
  color: #0c0f16;
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
}

.block-sec .testim-box .slick-dots {
  text-align: right;
}

.block-sec .testim-box .slick-dots li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 1px solid #0c0f16;
}

.block-sec .testim-box .slick-dots li.slick-active {
  background: #0c0f16;
}

.block-sec .testim-box .slick-dots li button {
  display: none;
}

.block-sec .showreel .video-box {
  margin-top: 200px;
  position: relative;
  margin-bottom: -100px;
  z-index: 2;
}

.block-sec .showreel .video-box:after, .block-sec .showreel .video-box:before {
  content: '';
  position: absolute;
  width: 20%;
  height: 100%;
  top: 0;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  opacity: .2;
  z-index: 3;
}

.block-sec .showreel .video-box:after {
  left: 20%;
}

.block-sec .showreel .video-box:before {
  right: 20%;
}

.block-sec .showreel .video-box .tit-text {
  position: absolute;
  top: -100px;
  width: 100%;
  text-align: center;
  z-index: -1;
}

.block-sec .showreel .video-box .tit-text h3 {
  font-size: 100px;
  font-weight: 700;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
}

.block-sec .showreel .video-box .vid {
  width: 140px;
  height: 140px;
  line-height: 140px;
  text-align: center;
  font-size: 20px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid #fff;
  position: absolute;
  top: calc(50% - 70px);
  left: calc(50% - 70px);
  z-index: 4;
}

.block-sec .showreel .video-box .img {
  -webkit-box-shadow: 0px 10px 30px -5px rgba(52, 60, 70, 0.5);
  box-shadow: 0px 10px 30px -5px rgba(52, 60, 70, 0.5);
  border-radius: 5px;
  overflow: hidden;
}

/* ====================== [ End Testimonials ] ====================== */
/* ====================== [ Start Blog ] ====================== */
.blog .cr-post .item {
  padding: 50px 0;
  border-top: 1px solid #eee;
}

.blog .cr-post .item .date {
  position: relative;
  font-size: 13px;
  text-align: center;
  color: #777;
  padding-top: 20px;
}

.blog .cr-post .item .date span {
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  font-size: 50px;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 1px #ccc;
  z-index: -1;
}

.blog .cr-post .item .tags {
  text-align: center;
}

.blog .cr-post .item .tags a {
  color: #777;
  font-size: 13px;
}

.cls-blog .item {
  -webkit-box-shadow: 0 20px 55px #eee;
  box-shadow: 0 20px 55px #eee;
}

.cls-blog .item .img {
  position: relative;
  height: 300px;
}

.cls-blog .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.cls-blog .item .img .tag {
  padding: 5px 15px;
  font-size: 11px;
  font-weight: 400;
  position: absolute;
  top: 15px;
  left: 15px;
  border-radius: 10px;
  background: #121212;
  color: #fff;
}

.cls-blog .item .cont {
  background: #fff;
  padding: 30px;
}

.cls-blog .item .cont h6 {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.cls-blog .item .cont h6 span {
  font-size: 11px;
  font-weight: 500;
  float: right;
  color: #999;
}

.cls-blog .item .cont h5 {
  font-size: 17px;
  font-weight: 600;
  margin-top: 15px;
}

.cls-blog .item .cont .more {
  margin-top: 30px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.dp-dates {
    width: 100%;   
    float: left;
    background-color: #770401;
    margin-top: 12px;
}
.dp-dates-head {
    color: #ffb432;
    padding: 20px 42px 15px 35px;
    font-size: 30px;
}
.dp-dates ul {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
}
.dp-dates ul li {
    padding: 11px 42px;
    border-top: #9d2d01 1px solid;
    color: #fff;
    font-size: 15px;
}
.dp-links {
    width: 32%;
    display: inline-block;
}

.blog-grid .item {
  padding: 50px 30px;
  position: relative;
  border-radius: 15px;
}

.blog-grid .item:hover:after {
  opacity: .3;
}

.blog-grid .item.active:after {
  opacity: .3;
}

.blog-grid .item:after {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: #111;
  border-radius: 15px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.blog-grid .item .cont {
  position: relative;
  z-index: 2;
}

.blog-grid .item .date {
  margin-bottom: 50px;
}

.blog-grid .item .date span {
  font-size: 11px;
  padding: 5px 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.blog-grid .item .date span i {
  font-style: normal;
}

.blog-grid .item .info {
  margin-bottom: 15px;
  font-size: 12px;
}

.blog-grid .item .info a {
  margin-right: 15px;
}

.blog-grid .item h6 {
  font-weight: 600;
}

.blog-grid .item .btn-more {
  margin-top: 40px;
}

.blog-grid .item .btn-more a {
  font-size: 12px;
  letter-spacing: 2px;
}

.awards .cr-post .item {
  padding: 50px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.03);
}

.awards .cr-post .item .date {
  position: relative;
  font-size: 13px;
  text-align: center;
  color: #777;
  padding-top: 20px;
}

.awards .cr-post .item .date span {
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  font-size: 50px;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 1px #ccc;
  z-index: -1;
}

.awards .cr-post .item .title h5 {
  font-weight: 500;
}

.awards .cr-post .item .tags {
  text-align: center;
}

.awards .cr-post .item .tags a {
  color: #777;
  font-size: 13px;
}

.blog-pg .posts .item .img {
  position: relative;
}

.blog-pg .posts .item .content {
  padding-top: 25px;
}

.blog-pg .posts .item .content .date {
  margin-right: 15px;
  text-transform: uppercase;
  font-size: 12px;
}

.blog-pg .posts .item .content .date .num {
  font-size: 12px;
}

.blog-pg .posts .item .content .tags {
  margin-bottom: 10px;
  display: inline-block;
}

.blog-pg .posts .item .content .tags a {
  font-size: 12px;
  font-weight: 500;
  color: #75dab4;
  padding-right: 20px;
  position: relative;
}

.blog-pg .posts .item .content .tags a:after {
  content: '';
  width: 8px;
  height: 1px;
  background: #eee;
  position: absolute;
  right: 4px;
  top: 50%;
}

.blog-pg .posts .item .content .tags a:last-of-type {
  padding-right: 0;
}

.blog-pg .posts .item .content .tags a:last-of-type:after {
  display: none;
}

.blog-pg .posts .item .content h4 {
  line-height: 1.6;
  margin-bottom: 5px;
}

.blog-pg .posts .pagination {
  margin: 80px auto 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
}

.blog-pg .posts .pagination span {
  text-align: center;
  margin: 0 2px;
}

.blog-pg .posts .pagination span a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #eee;
  font-size: 18px;
}

.blog-pg .posts .pagination span.active a {
  border-color: #75dab4;
  color: #75dab4;
}

.blog-pg.single .post .main-img .simpleParallax {
  height: 70vh;
  max-height: 600px;
}

.blog-pg.single .post .main-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.blog-pg.single .post .content p {
  font-size: 16px;
  font-family: inherit;
  margin: 30px 0;
}

.blog-pg.single .post .content ul li {
  margin: 10px 0;
}

.blog-pg.single .post .content ul li span {
  margin-right: 10px;
  font-weight: 500;
  font-size: 13px;
}

.blog-pg.single .post .content .quotes {
  background: #151921;
  padding: 30px;
  margin: 30px 0;
}

.blog-pg.single .post .content .quotes p {
  font-size: 18px;
  font-style: italic;
}

.blog-pg.single .post .content .spacial p {
  font-size: 18px;
  font-weight: 500;
}

.blog-pg.single .post .content .share-info {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-pg.single .post .content .share-info .social a {
  font-size: 13px;
  margin-right: 20px;
}

.blog-pg.single .post .content .share-info .tags {
  margin-left: auto;
}

.blog-pg.single .post .content .share-info .tags a {
  font-size: 12px;
  margin: 0 10px;
}

.blog-pg.single .post .author {
  padding: 30px;
  margin-top: 40px;
  background: #121a21;
}

.blog-pg.single .post .author .author-img {
  display: table-cell;
  vertical-align: middle;
  width: 140px;
}

.blog-pg.single .post .author .info {
  display: table-cell;
  padding-left: 40px;
}

.blog-pg.single .post .author .info h6 {
  margin-bottom: 10px;
  font-size: 15px;
}

.blog-pg.single .post .author .info h6 span {
  text-transform: uppercase;
  margin-right: 10px;
}

.blog-pg.single .post .author .info p {
  padding: 0;
  margin: 0;
}

.blog-pg.single .post .author .info .social {
  margin-top: 15px;
  font-size: 13px;
}

.blog-pg.single .post .author .info .social a {
  margin-right: 15px;
}

.blog-pg.single .pagination {
  margin-top: 80px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-pg.single .pagination span {
  width: 100%;
  padding: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 1px;
}

.blog-pg.single .pagination .icon {
  border: 0;
  width: 70px;
}

.blog-pg.single .comments-area {
  margin-top: 80px;
}

.blog-pg.single .comments-area .item {
  padding: 30px 0;
  margin: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.blog-pg.single .comments-area .item.relped {
  margin-left: 100px;
}

.blog-pg.single .comments-area .item .comment-img {
  display: table-cell;
  width: 80px;
}

.blog-pg.single .comments-area .item .info {
  display: table-cell;
  vertical-align: middle;
  padding-left: 40px;
  position: relative;
}

.blog-pg.single .comments-area .item .info h6 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

.blog-pg.single .comments-area .item .info h6 span {
  display: block;
  color: #75dab4;
  font-size: 12px;
  font-weight: 400;
  margin-top: 5px;
}

.blog-pg.single .comments-area .item .info p {
  line-height: 1.5;
  margin-top: 15px;
}

.blog-pg.single .comments-area .item .info .replay {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 13px;
}

.blog-pg.single .comments-area .item .info .replay i {
  margin-left: 5px;
}

.blog-pg.single .comment-form {
  margin-top: 80px;
}

.blog-pg.single .comment-form form {
  margin-top: 50px;
}

.blog-pg.single .comment-form form input, .blog-pg.single .comment-form form textarea {
  color: #fff;
  width: 100%;
  padding: 17px;
  background: #121a21;
  border: 0;
}

.blog-pg.single .comment-form form textarea {
  height: 140px;
}

.blog-pg.single .comment-form form button {
  cursor: pointer;
}

.next-project {
  position: relative;
  padding: 80px 0;
  margin-top: 90px;
  background: #fafafa;
  z-index: 2;
  overflow: hidden;
}

.next-project:before {
  display: none;
}

.next-project:after {
  content: '';
  height: 0;
  width: 100%;
  position: absolute;
  bottom: auto;
  right: 0;
  top: 0;
  -webkit-transition: height 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -o-transition: height 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: height 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: #f5f5f5;
  z-index: -1;
}

.next-project:hover:after {
  height: 100%;
  bottom: 0;
  top: auto;
}

.next-project .content {
  width: 100%;
}

.next-project .content h2 {
  font-size: 90px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 20px;
}

.next-project .content p {
  font-size: 18px;
  color: #555;
}

/* ====================== [ End Blog ] ====================== */
/* ====================== [ Start Call To Action  ] ====================== */
.video {
  position: relative;
}

.video:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(43, 47, 53, 0.7)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(43, 47, 53, 0.7) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(43, 47, 53, 0.7) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(43, 47, 53, 0.7) 100%);
  background-repeat: repeat-x;
}

.video .vid {
  position: absolute;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  text-align: center;
  z-index: 8;
}

.video .vid .vid-butn {
  width: 100%;
}

.video .vid .vid-butn:hover .icon {
  color: #fff;
}

.video .vid .vid-butn:hover .icon:before {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.video .vid .vid-butn .icon {
  color: #212529;
  width: 100px;
  height: 100px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  line-height: 100px;
  text-align: center;
  font-size: 17px;
  position: relative;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.video .vid .vid-butn .icon:after {
  content: '';
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 5px;
  left: 5px;
  border: 1px solid #eee;
  border-radius: 50%;
  z-index: -1;
}

.video .vid .vid-butn .icon:before {
  content: '';
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 5px;
  left: 5px;
  background: #fff;
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
  -o-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
  transition: all 0.5s cubic-bezier(1, 0, 0, 1);
}

.video .container {
  position: relative;
  height: 80vh;
  padding: 80px 0;
  z-index: 2;
}

.video .container .stauts {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.video .container .stauts .item {
  padding: 30px 40px;
  min-width: 200px;
  background: #121a21;
  margin-right: 30px;
}

.video .container .stauts .item:last-of-type {
  background: #fff;
  color: #121a21;
}

.video .container .stauts .item h4 span {
  font-size: 20px;
  margin-left: 2px;
}

.video .container .stauts .item h6 {
  font-size: 15px;
  margin-top: 5px;
}

.call-action .content h6 {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 30px;
}

.call-action .content h6 span {
  color: #fff;
}
.call-action .btn-curve.btn-lit {
  border-color: #fff;
  color: #fff;
}
.call-action:hover .btn-curve.btn-lit, .call-action .btn-curve.btn-lit:hover{
  background-color: #fff;
  color: #eb0029;
}
.call-action .call-action .btn-curve:hover span{
  color: #eb0029;
} 
.call-action  .btn-curve:after{
  background-color: #fff;
}
.call-action .content h2 {
  font-weight: 800;
  font-size: 4vw;
  line-height: 1.2;
  margin-bottom: 10px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
}

.call-action .content h2 span {
  color: transparent;
}

.call-action .content h2 b {
  font-weight: 800;
}

.call-action .content h2 b span {
  color: #fff;
  -webkit-text-stroke-width: 0;
}

.call-action .content h3 {
  color: #75dab4;
}

.call-action .content h3 a {
  text-decoration: underline;
}

.call-action .btn-curve {
  border: 2px solid;
  line-height: 2;
}

.call-action .btn-curve span {
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
}

.call-action .btn-curve:hover span {
  color: #eb0029;
}

.call-action .tlink {
  margin-left: auto;
  border-bottom: 1px solid #eee;
}

.call-action.next {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.call-action.next:after {
  display: none;
}

.call-action.next:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: #0a0a0a;
  opacity: 1;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.call-action.next .content h2 {
  font-size: 5vw;
  font-weight: 700;
}

.call-action.next .content h2 b {
  font-weight: 700;
}

.call-action.next .nxt-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
  background-size: cover;
  background-position: center;
  z-index: -1;
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
}

.call-action.next:hover:before {
  opacity: .9;
}

.call-action.next:hover .nxt-img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 10s linear;
  -o-transition: all 10s linear;
  transition: all 10s linear;
}

/* ====================== [ End Call To Action  ] ====================== */
/* ====================== [ Start Numbers & Counter  ] ====================== */
/* ====================== [ End Numbers & Counter  ] ====================== */
/* ====================== [ Start Accordion ] ====================== */
/* ====================== [ End Accordion ] ====================== */
/* ====================== [ Start contact ] ====================== */
.contact .form input, .contact .form textarea {
  color: #000;
  width: 100%;
  color: #000;
  width: 100%;
  padding: 15px 15px;
  background: #ececec;
  border: 0;
  border-bottom: 1px solid transparent;
}




.contact .form textarea {
  padding: 15px;
  min-height: 140px;
  border: 1px solid transparent;
  margin-top: 30px;
  background: #ececec;
}

/*.contact .cont-info h3 {*/
/*  font-size: 18px;*/
/*  font-weight: 400;*/
/*  text-transform: uppercase;*/
/*  letter-spacing: 4px;*/
/*  margin-bottom: 10px;*/
/*}*/

.contact .cont-info .item h5 {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin: 10px 0;
}

.contact .cont-info .item h6 {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 1.7;
}

.contact .cont-info .social a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #ed2d3c;
  border-radius: 50%;
  margin-right: 5px;
  font-size: 14px;
  color: #fff;
}

.map {
  width: 100%;
  height: 60vh;
}

/* ====================== [ End contact ] ====================== */
/* ====================== [ Start Footer ] ====================== */
footer {
  background: #0f0f0f;
  color: #fff;
  padding: 15px 0;
}

footer .item .title h5 {
  margin-bottom: 30px;
}


footer .item li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

footer .item li:last-of-type {
  margin-bottom: 0;
}

footer .item li h6 {
  font-size: 14px;
  font-weight: 600;
}

footer .item li .icon {
  font-size: 18px;
    line-height: 2;
    
  
}

footer .item li .img {
  width: 150px;
  
}

footer .item li .sm-post p {
  font-size: 13px;
}

footer .item li .sm-post .date {
  font-size: 12px;
  color: #75dab4;
}

footer .item li .subscribe {
  width: 100%;
  position: relative;
}

footer .item li .subscribe input {
  width: 100%;
  padding: 15px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: transparent;
  color: #fff;
  font-size: 13px;
}

footer .item li .subscribe .subs {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: #75dab4;
  color: #000;
}

footer .item .logo {
  margin-bottom: 25px;
}

footer .item .logo img {
  width: 60px;
}

footer .item .social a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 1);
  font-size: 25px;
  margin-right: 10px;
}

footer .item .copy-right {
  margin-top: 30px;
}

footer .item .copy-right p {
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 3px;
}

footer .item .copy-right p a {
  color: #75dab4;
}

/* ====================== [ End Footer ] ====================== */
/* ====================== [ Start Responsive ] ====================== */
@media screen and (max-width: 991px) {
  .bg-img {
    background-position: center !important;
  }
  .md-mb10 {
    margin-bottom: 10px;
  }
  .md-mb20 {
    margin-bottom: 20px;
  }
  .md-mb30 {
    margin-bottom: 30px;
  }
  .md-mb40 {
    margin-bottom: 40px;
  }
  .md-mb50 {
    margin-bottom: 50px;
  }
  .md-mb60 {
    margin-bottom: 60px;
  }
  .md-mb70 {
    margin-bottom: 70px;
  }
  .md-mb80 {
    margin-bottom: 80px;
  }
  .md-pb10 {
    padding-bottom: 10px;
  }
  .md-pb20 {
    padding-bottom: 20px;
  }
  .md-pb30 {
    padding-bottom: 30px;
  }
  .md-pb40 {
    padding-bottom: 40px;
  }
  .md-pb50 {
    padding-bottom: 50px;
  }
  .md-pb60 {
    padding-bottom: 60px;
  }
  .md-pb70 {
    padding-bottom: 70px;
  }
  .md-pb80 {
    padding-bottom: 80px;
  }
  .order2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .container {
    max-width: 720px;
  }
  .navbar {
    min-height: 60px;
  }
  .navbar .navbar-collapse {
    max-height: 395px;
    overflow: auto;
    background: #f3b154;
    text-align: center;
    padding: 10px 15px;
  }
  .navbar .nav-link {
    margin: 10px auto !important;
  }
  .navbar .logo {
    margin-left: 15px;
    width: 50px;
  }
  .nav-scroll .navbar-collapse .nav-link,
  .light .navbar-collapse .nav-link {
    color: #fff !important;
  }
  .nav-scroll .navbar-collapse .active,
  .light .navbar-collapse .active {
    color: #75dab4 !important;
  }
  .navbar .search {
    border: 0;
    padding: 0;
    margin-top: 30px;
  }
  .navbar .search .search-form {
    display: block;
    position: static;
    height: auto;
  }
  .navbar .search .search-form form {
    position: static;
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .navbar .search .search-form form input {
    padding: 15px;
    width: 100%;
    font-size: 14px;
  }
  .navbar .search .icon,
  .navbar .search .search-form .close {
    display: none;
  }
  .navbar-nav .dropdown-menu {
    opacity: 1;
    visibility: visible;
    display: none;
    background: #0c0f16;
    text-align: center;
    color: #eee;
  }
  .navbar-nav .dropdown-menu .dropdown-item {
    color: #eee;
  }
  .navbar-nav .dropdown-menu.show {
    display: block;
  }
  .navbar .navbar-nav .nav-link {
    padding: 0;
  }
  .navbar .navbar-nav .nav-link:hover {
    color: #75dab4;
  }
  .slider .parallax-slider .caption.dig {
    text-align: center;
  }
  .slider .parallax-slider .caption.dig h1 {
    font-size: 60px;
  }
  .slider .parallax-slider .caption.dig h1 .tline {
    margin-left: 0;
  }
  .slider .parallax-slider .caption h1 {
    font-size: 50px;
    letter-spacing: 1px;
  }
  .slider .parallax-slider .caption h1 br {
    display: none;
  }
  .ui-header .cont .text {
    font-size: 80vw;
  }
  .team .navs {
    position: absolute;
    top: 60px;
    right: 0;
    margin-top: 0 !important;
  }
  .team {
    position: relative;
  }
  .min-area .content,
  .min-area .img {
    padding: 120px 0;
  }
  .next-prog .box .caption h1,
  .next-prog .box .copy-cap h1 {
    font-size: 40px;
  }
  .ui-intro .img {
    width: 100%;
  }
  .ui-intro.vers .img {
    margin-left: 0;
  }
  .stauts-testim .img-stauts {
    display: none;
  }
  .works.mason .gallery-img .items {
    width: 50%;
    float: left;
  }
  .works.mason .gallery-img {
    display: block;
    overflow: hidden;
    padding-bottom: 120px;
  }
  .works.mason .dark-botm {
    display: none;
  }
  .testimonials .quote-icon {
    margin-bottom: 30px;
    width: 160px;
    height: 160px;
    line-height: 160px;
  }
  .team .item.circle:after,
  .team .item.triangle:before,
  .team .item.triangle:after,
  .team .item.square:after {
    display: none;
  }
  .team .item .img {
    position: relative;
  }
  .team .item .img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0c0f16;
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
  }
  .team .item:hover .img:after {
    opacity: .7;
  }
}

@media screen and (max-width: 767px) {
    video{
        width: 100%;
    }
  .sm-mb10 {
    margin-bottom: 10px;
  }
  .sm-mb20 {
    margin-bottom: 20px;
  }
  .sm-mb30 {
    margin-bottom: 30px;
  }
  .sm-mb40 {
    margin-bottom: 40px;
  }
  .sm-mb50 {
    margin-bottom: 50px;
  }
  .sm-mb60 {
    margin-bottom: 60px;
  }
  .sm-mb70 {
    margin-bottom: 70px;
  }
  .sm-mb80 {
    margin-bottom: 80px;
  }
  .sm-pb10 {
    padding-bottom: 10px;
  }
  .sm-pb20 {
    padding-bottom: 20px;
  }
  .sm-pb30 {
    padding-bottom: 30px;
  }
  .sm-pb40 {
    padding-bottom: 40px;
  }
  .sm-pb50 {
    padding-bottom: 50px;
  }
  .sm-pb60 {
    padding-bottom: 60px;
  }
  .sm-pb70 {
    padding-bottom: 70px;
  }
  .sm-pb80 {
    padding-bottom: 80px;
  }
  .container {
    max-width: 540px;
  }
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
  .progress-wrap {
    right: 15px;
    bottom: 15px;
  }
  .navbar .logo {
    width: 40px;
  }
  .hamenu .menu-links .main-menu > li {
    font-size: 24px;
  }
  .hamenu .menu-links .main-menu .sub-menu li {
    font-size: 18px;
  }
  .topnav .container-fluid {
    padding: 0 30px;
  }
  .topnav .logo {
    width: 40px;
  }
  .btn-curve {
    padding: 8px 15px;
  }
  .btn-curve span {
    font-size: 15px;
    letter-spacing: 1px;
  }
  .slider .parallax-slider .caption h1 {
    font-size: 40px;
  }
  .slider .parallax-slider .caption h1 br {
    display: none;
  }
  .slider .parallax-slider .swiper-slide-active .caption h1 {
    font-size: 30px;
  }
  .slider .social-icon {
    display: none;
  }
  .slider .setone.setwo .prev-ctrl {
    left: 15px;
    bottom: 15px;
    top: auto;
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
  .slider .setone.setwo .next-ctrl {
    left: 70px;
    bottom: 15px;
    top: auto;
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
  .slider .swiper-pagination-fraction.top.botm {
    right: 15px;
    bottom: 15px;
  }
  .slider .swiper-pagination-fraction.top .swiper-pagination-current {
    font-size: 40px;
  }
  .slider .parallax-slider .caption.dig h1 {
    font-size: 40px;
  }
  .works-header .capt h2 {
    font-size: 40px;
  }
  .slider.fixed-slider,
  .works-header.hfixd {
    position: static;
  }
  .main-content {
    margin-top: 0 !important;
  }
  .sec-head h3 {
    font-size: 45px;
  }
  .sec-head h6 {
    font-size: 15px;
    letter-spacing: 5px;
  }
  .skills-circle {
    padding-bottom: 0 !important;
  }
  .skills-circle .item {
    margin-bottom: 50px;
  }
  .team .navs {
    top: 20px;
  }
  .block-sec .vid-area .cont h3 {
    font-size: 34px;
  }
  .call-action .content h2 {
    font-size: 7vw;
  }
  .portfolio .filtering span {
    margin: 5px 15px;
  }
  .team-crv .img-box .img.sizxl,
  .team-crv .img-box .img.sizmd,
  .team-crv .img-box .img.sizsm {
    width: 100%;
  }
  .team-crv .img-box .img.sizmd {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 480px) {
  .hamenu .cont-info {
    display: none;
  }
  .hamenu .menu-links .main-menu > li {
    font-size: 20px;
    padding: 7px;
  }
  .hamenu .menu-links .main-menu .sub-menu li {
    font-size: 16px;
  }
  .topnav .container-fluid {
    padding: 0 15px;
  }
  .pages-header .cont .path {
    font-size: 15px;
  }
  .pages-header .cont .path span {
    margin: 0 10px;
  }
  .slider-bus .caption h1 {
    font-size: 50px;
  }
  .slider .swiper-pagination-fraction.steps {
    bottom: 60px;
  }
  .circle-slide .swiper-slide .bg-img {
    height: 280px !important;
    width: 280px !important;
  }
  .showcase-carus.circle-slide .caption h1,
  .showcase-carus.circle-slide .copy-cap h1 {
    font-size: 40px;
  }
  .works-header .capt h2 {
    font-size: 30px;
    letter-spacing: 1px;
  }
  .sec-head h3 {
    font-size: 35px;
  }
  .about .blc-img .skills-circle {
    display: block;
    padding-bottom: 30px !important;
  }
  .about .blc-img .skills-circle .item {
    width: 100%;
  }
  .about .blc-img .skills-circle .item:last-of-type {
    margin-left: 0;
  }
  .portfolio .gallery .items {
    padding: 0 15px;
    margin: 0 0 50px;
  }
  .portfolio .gallery .items.lg-mr {
    margin-top: 50px;
  }
  .portfolio .filtering.smplx span {
    margin: 5px 15px;
  }
  .block-sec .vid-area .cont h3 {
    font-size: 28px;
  }
  .blog-curs .item {
    display: block;
  }
  .blog-curs .item .bimg {
    width: 100%;
  }
  .blog-curs .item .bimg .img {
    min-width: 220px;
  }
  .blog-curs .item .cont {
    width: 100%;
    padding: 30px 20px;
  }
  .next-prog .box .bg-img {
    width: 240px;
    height: 240px;
  }
  .next-prog .box .caption h1,
  .next-prog .box .copy-cap h1 {
    font-size: 20px;
    font-weight: 600;
  }
  .next-prog .box .caption h1 .stroke,
  .next-prog .box .copy-cap h1 .stroke {
    display: inline-block;
    color: #fff;
    -webkit-text-stroke: 0px #fff;
  }
}

/* ====================== [ End Responsive ] ====================== */
.product-crs-main .controls span, .puja-main .controls span, .puja-main1 .controls span  {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ed2d3c;
  display: block;
  color: #ed2d3c;
  margin: 15px 0;
  font-size: 30px;
}

.container{
  position: relative;
}
.float-right-po{
  width: 100%;
  position: absolute;
  left: 0px;
  top:55%;
}
.puja-main .float-right-po{
  top:40%
}
.puja-main1 .float-right-po{
  top:10%
}
.product-crs-main .controls span.prev, .puja-main .controls span.prev, .puja-main1 .controls span.prev {
  float: left;
  margin-left: -40px;
}
.product-crs-main .controls span.next, .puja-main .controls span.next, .puja-main1 .controls span.next {
  float: right;
  margin-right: -40px;
}
.product-crs-main .slick-slide {
  margin: 0 10px;
}
.puja-main .media-body {
  text-align: left;
}
.puja-main1 .media-body {
  text-align: left;
}
.testimonials figure{
  max-width: 148px;
  margin: 0 auto;
  display: block;
}
.testimonials figure img{
  width: 100%;
}


/* ====================== [ Events ] ====================== */
.events_main{
  background-color: #f5f5f5;
}
.event_main_box{
  display: flex;
  background-color: #fff;
  margin-top: 50px;
  margin-bottom: 50px;
}
.event_box_left{
  width: 40%;
}
.event_box_right{
  width: 60%;
  padding: 20px;
}
.event_box_right h4{
  font-size:22px;
}
.event_box_right .far {
    font-family: Font Awesome\ 5 Free;
    color: #ed2d3c;
    padding-right: 5px;
}
.event_box_right span{
  padding-right: 20px;
  padding-top: 20px;
}
.address .fas{
  color: #ed2d3c;
  padding-top: 10px;
}
.event_box_right p {
    padding-top: 13px;
    line-height: 25px;
}
.event_box_right .btn-danger {
    color: #fff;
    background-color: #f0515d;
    border-color: #f26671;
    margin-top: 20px;
    border-radius: 0px;
}

.events_right .calendar_modern .calendar {
  margin: auto;
  width: 233px;
  height: 290px;
}
.events_right .calendar_modern .calendar .nav {
  height: 0;
  position: relative;
}
.events_right .calendar_modern .calendar .nav i, .calendar_modern .calendar .nav b {
  display: block;
  font-style: normal;
  position: absolute;
  cursor: pointer;
  width: 30px;
  height: 30px;
  z-index: 100;
  top: 0;
}
.events_right .calendar_modern .calendar .nav i {
  left: 0;
  border-right: 1px solid #ffffff;
  background: url(http://cs4399.userapi.com/u49225742/docs/58f03726ea27/lft.png) no-repeat center center transparent;
}
.events_right .calendar_modern .calendar .nav b {
  right: 0;
  border-left: 1px solid #ffffff;
  background: url(http://cs4399.userapi.com/u49225742/docs/5fd2e9dd3a9f/rgt.png) no-repeat center center transparent; 
}
.events_right .calendar_modern .calendar .month .header {
    /* height: 30px; */
    position: relative;
  
    
    color: white;
    line-height: 30px;
    font-weight: bold;
    font-size: 1.4em;
    text-align: center;
    background: #f0515d;
    border-radius: 3px;
    padding: 10px;
}
.events_right .calendar_modern .calendar .month .body {
  background: #e4e4e4;
}
.events_right .calendar_modern .calendar .month .body .day_names {
  height: 25px;
}
.events_right .calendar_modern .calendar .month .body .day_names i {
    
    
    display: block;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-style: normal;
    float: left;
    width: 33px;
    font-size: 15px;
    font-weight: bold;
}
.events_right .calendar_modern .calendar .month .body .days i, .calendar_modern .calendar .month .body .days b, .calendar_modern .calendar .month .body .days s, .calendar_modern .calendar .month .body .days a {
 
    
  display: block;
  float: left;
  width: 33px;
  height: 33px;
  color: #8d8d8d;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 34px;
  text-align: center;
  font-style: normal;
  background: #e4e4e4;
  text-decoration: none;
  /* table like borders */
  border-right: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  /* table like borders */
  font-size: 16px;
}
.events_right .calendar_modern .calendar .month .body .days i.weekend, .calendar_modern .calendar .month .body .days b.weekend, .calendar_modern .calendar .month .body .days s.weekend, .calendar_modern .calendar .month .body .days a.weekend {
  color: #444;
  background: InactiveCaption;
}
.events_right .calendar_modern .calendar .month .body .days i:nth-child(7n + 1), .calendar_modern .calendar .month .body .days b:nth-child(7n + 1), .calendar_modern .calendar .month .body .days s:nth-child(7n + 1), .calendar_modern .calendar .month .body .days a:nth-child(7n + 1) {
  border-left: 1px solid #aaaaaa;
}
.events_right .calendar_modern .calendar .month .body .days i:nth-child(n+1):nth-child(-n+7), .calendar_modern .calendar .month .body .days b:nth-child(n+1):nth-child(-n+7), .calendar_modern .calendar .month .body .days s:nth-child(n+1):nth-child(-n+7), .calendar_modern .calendar .month .body .days a:nth-child(n+1):nth-child(-n+7) {
  border-top: 1px solid #aaaaaa;
}
.events_right .calendar_modern .calendar .month .body .days i:nth-child(n+1):nth-child(-n+7).empty, .calendar_modern .calendar .month .body .days b:nth-child(n+1):nth-child(-n+7).empty, .calendar_modern .calendar .month .body .days s:nth-child(n+1):nth-child(-n+7).empty, .calendar_modern .calendar .month .body .days a:nth-child(n+1):nth-child(-n+7).empty {
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #aaaaaa;
}
.events_right .calendar_modern .calendar .month .body .days s:nth-child(7n + 1) {
  border-left: 1px solid #d5d5d5;
}
.events_right .calendar_modern .calendar .month .body .days a {
  color: #372f2d;
  background: #d1d1d1;
  text-shadow: 1px 1px 0px white;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #dadada), color-stop(100%, #cfcfcf));
  background-image: -webkit-linear-gradient(bottom, #dadada, #cfcfcf);
  background-image: -moz-linear-gradient(bottom, #dadada, #cfcfcf);
  background-image: -o-linear-gradient(bottom, #dadada, #cfcfcf);
  background-image: linear-gradient(bottom, #dadada, #cfcfcf);
}
.events_right .calendar_modern .calendar .month .body .days a.today {
    color: white;
    text-shadow: 1px 1px 2px #ed2d3a;
    -webkit-box-shadow: 0 0 18px teal inset;
    -moz-box-shadow: 0 0 18px teal inset;
    box-shadow: 0 0 18px #ef2c3c inset;
}
.events_right .calendar_modern .calendar .month .body .days a.selected {
    color: white;
    text-shadow: 1px 1px 2px #e40f7e;
    -webkit-box-shadow: 0 0 18px #000066 inset;
    -moz-box-shadow: 0 0 18px #000066 inset;
    box-shadow: 0 0 18px #ef2c3c inset;
}
.events_right .calendar_modern .calendar .month .body .days a:hover {
  color: white;
  -webkit-transition-property: text-shadow;
  -moz-transition-property: text-shadow;
  -o-transition-property: text-shadow;
  transition-property: text-shadow;
  -webkit-transition-property: box-shadow;
  -moz-transition-property: box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  text-shadow: 1px 1px 2px green;
  -webkit-box-shadow: 0 0 18px #006600 inset;
  -moz-box-shadow: 0 0 18px #006600 inset;
  box-shadow: 0 0 18px #006600 inset;
}
.events_right .calendar_modern .calendar .month .body .days b, .calendar_modern .calendar .month .body .days i, .calendar_modern .calendar .month .body .days s {
  color: #ccc;
}
.events_right .calendar_modern .calendar .month .body .days b, .calendar_modern .calendar .month .body .days s {
  background: #eee;
  border-color: #d5d5d5;
}
.events_right .calendar_modern .calendar .month .body .days b {
  border-top: 1px solid #d5d5d5 !important;
  border-bottom: 1px solid #aaaaaa !important;
}
.events_right .calendar_modern .calendar .month .body .days b:first-child {
  border-left: 1px solid #d5d5d5 !important;
}
.events_right .calendar_modern .calendar .month .body .days b:last-of-type{
  border-right: 1px solid #aaaaaa !important;
}
.up-evnts {
    background-color: #fff;
    width: 88%;
    margin: auto;
}
.events_right{
  padding-top: 50px;
}
.up-evnts h3{
      font-size: 21px;
    padding: 20px;
}

.up-evnts-main{
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}
.up_evnts_left{
  border:2px solid #f0515d;
  width: 30%;
}
.up_evnts_left h3 {
    font-size: 22px;
    text-align: center;
    padding: 0px;
    padding-top: 10px;
}

.up_evnts_left h4 {
    font-size: 12px;
    text-align: center;
    padding-bottom: 10px;
  }
  .up_evnts_right{
    width: 70%;
  }

.up_evnts_right h3 {
    font-size: 12px;
    padding: 0px;
    padding-left: 10px;
}
.up_evnts_right p{
  font-size: 11px;
    padding-left: 10px;
}





.paigination_main .pag-link {
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
}
.paigination_main .pag-link.disabled > span,
.paigination_main .pag-link.current > span,
.paigination_main .pag-link > a{
    display: block;
    border-radius: 50%;
    font-size: 16px;
    line-height: 1.42857;
    margin-right: 5px;
    padding: 10px 17px;
    position: relative;
    text-decoration: none;
    border: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.paigination_main .pag-link:active > a,
.paigination_main .pag-link:hover > a,
.paigination_main .pag-link:focus > a,
.paigination_main .pag-link.current > span{
    font-size: 24px;
    font-weight: bold;
    padding: 10px 20px;
}
.paigination_main .pag-link > a{
    background-color: #f1858d;
    color: #fff;
    cursor: pointer;
}
.paigination_main .pag-link.disabled > span,
.paigination_main .pag-link.current > span{
    background-color: #f0515d;
    color: #fff;
    cursor: inherit;
}
.paigination_main .pag-link:active > a,
.paigination_main .pag-link:hover > a,
.paigination_main .pag-link:focus > a {
    background-color: #ec217c !important;
    border-color: #ec217c;
    color: #fff;
}

.paigination_main .text-center {
    text-align: center!important;
    display: block;
    margin: auto;
    padding-bottom: 50px;
}
.register_modal h2 {
    font-size: 22px;
    text-align: center;
    margin-top: -33px;
    padding-bottom: 10px;
}
.register_modal  .modal-header {
    border-bottom: none;
}

.register_modal .modal-header .close {
    font-size: 40px;
    color: #f0515d;
}
.register_modal  hr {
    padding-bottom: 20px;
}
.register_modal  .btn-primary {
    color: #fff;
    background-color: #f26671;
    border-color: #f26671;
    margin-bottom: 20px;
    margin-right: 20px;
    border-radius: 0px;
}
.register_modal  p {
    color: #6d6d6d;
    font-size: 13px;
    margin: 0;
    line-height: 20px;
}

.agree{
  padding-top: 20px;
  padding-bottom: 20px;
}
.register_modal   input[type=checkbox], input[type=radio] {
    width: 12px;
    height: 12px;
}
.agree span{
  font-size: 13px;
}
.register_modal .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
    border: 2px solid #f26671;
    border-radius: 0px;
}

/*===================login==================*/
.login_main .user_card {
      height: 400px;
      width: 350px;
      margin-top: auto;
      margin-bottom: auto;
      background: #ff8d2d;
      position: relative;
      display: flex;
      justify-content: center;
      flex-direction: column;
      padding: 10px;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      border-radius: 5px;

    }
   .login_main   .brand_logo_container {
      position: absolute;
      height: 170px;
      width: 170px;
      top: -75px;
      border-radius: 50%;
      background: #ed2d3c;
      padding: 10px;
      text-align: center;
    }
.login_main  .brand_logo {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    border: 2px solid white;
    padding: 20px;
}
   .login_main   .form_container {
      margin-top: 100px;
    }
    .login_main  .login_btn {
      width: 100%;
      background: #ed2d3c !important;
      color: white !important;
    }
    .login_main  .login_btn:focus {
      box-shadow: none !important;
      outline: 0px !important;
    }
    .login_main  .login_container {
      padding: 0 2rem;
    }
    .login_main  .input-group-text {
      background: #ed2d3c  !important;
      color: white !important;
      border: 0 !important;
      border-radius: 0.25rem 0 0 0.25rem !important;
    }
   .login_main   .input_user,
    .login_main  .input_pass:focus {
      box-shadow: none !important;
      outline: 0px !important;
    }
    .login_main  .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
      background-color: #c0392b !important;
    }
    .login_main  {
      background-color: #ed2d3c;
      padding-top: 280px;
      padding-bottom: 100px;
    }

    .login_main  .ml-2, .mx-2 {
    margin-left: .5rem!important;
    color: #ad010f;
}
.d-flex a{
  color: #ad010f;
}
.login_main .user_card_2 {
    height: 500px;
    width: 450px;
    margin-top: auto;
    margin-bottom: auto;
    background: #ff8d2d;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    -webkit-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 0px;
    padding: 20px;
}
.login_main .btn-primary {
    color: #fff;
    background-color: #ed2d3c;
    border-color: #ed2d3c;
    width: 163px;
    border-radius: 0px;
    display: block;
    margin: auto;
    padding: 8px;
}






/*=================puja-hopping===================*/

.puja-hopping .c_review {
    margin-bottom: 0
}

.puja-hopping .c_review li {
    margin-bottom: 16px;
    padding-bottom: 13px;
    border-bottom: 1px solid #e8e8e8
}

.puja-hopping .c_review li:last-child {
    margin: 0;
    border: none
}

.puja-hopping .c_review .avatar {
    float: left;
    width: 80px
}

.puja-hopping .c_review .comment-action {
    float: left;
    width: calc(100% - 80px)
}

.puja-hopping .c_review .comment-action .c_name {
    margin: 0
}

.puja-hopping .c_review .comment-action p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 95%;
    display: block
}

.puja-hopping .product_item:hover .cp_img {
    top: -10px
}

.puja-hopping .product_item:hover .cp_img img {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22)
}

.puja-hopping .product_item:hover .cp_img .hover {
    display: block
}

.puja-hopping .product_item .cp_img {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -khtml-transform: translate(-50%);
    width: 100%;
    padding: 15px;
    transition: all 0.2s ease-in-out
}

.puja-hopping .product_item .cp_img img {
    transition: all 0.2s ease-in-out;
    border-radius: 6px
}

.puja-hopping .product_item .cp_img .hover {
    display: none;
    text-align: center;
    margin-top: 10px
}

.puja-hopping .product_item .product_details {
    padding-top: 110%;
    text-align: center
}

.puja-hopping .product_item .product_details h5 {
    margin-bottom: 5px
}

.puja-hopping .product_item .product_details h5 a {
    font-size: 16px;
    color: #444
}

.puja-hopping .product_item .product_details h5 a:hover {
    text-decoration: none
}

.puja-hopping .product_item .product_details .product_price {
    margin: 0
}

.puja-hopping .product_item .product_details .product_price li {
    display: inline-block;
    padding: 0 10px
}

.puja-hopping .product_item .product_details .product_price .new_price {
    font-weight: 600;
    color: #ff4136
}

.puja-hopping .product_item_list table tr td {
    vertical-align: middle
}

.puja-hopping .product_item_list table tr td h5 {
    font-size: 15px;
    margin: 0
}

.puja-hopping .product_item_list table tr td .btn {
    box-shadow: none !important
}

.puja-hopping .product-order-list table tr th:last-child {
    width: 145px
}

.puja-hopping .preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.puja-hopping .preview .preview-pic {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.puja-hopping .preview .preview-thumbnail.nav-tabs {
    margin-top: 15px;
    font-size: 0
}

.puja-hopping .preview .preview-thumbnail.nav-tabs li {
    width: 20%;
    display: inline-block
}

.puja-hopping .preview .preview-thumbnail.nav-tabs li nav-link img {
    max-width: 100%;
    display: block
}

.puja-hopping .preview .preview-thumbnail.nav-tabs li a {
    padding: 0;
    margin: 2px;
    border-radius: 0 !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important
}

.puja-hopping .preview .preview-thumbnail.nav-tabs li:last-of-type {
    margin-right: 0
}

.puja-hopping .preview .tab-content {
    overflow: hidden
}

.puja-hopping .preview .tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
    animation-name: opacity;
    -webkit-animation-duration: .3s;
    animation-duration: .3s
}

.puja-hopping .details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.puja-hopping .details .rating .stars {
    display: inline-block
}

.puja-hopping .details .sizes .size {
    margin-right: 10px
}

.puja-hopping .details .sizes .size:first-of-type {
    margin-left: 40px
}

.puja-hopping .details .colors .color {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    height: 2em;
    width: 2em;
    border-radius: 2px
}

.puja-hopping .details .colors .color:first-of-type {
    margin-left: 20px
}

.puja-hopping .details .colors .not-available {
    text-align: center;
    line-height: 2em
}

.puja-hopping .details .colors .not-available:before {
    
    
    content: "\f136";
    color: #fff
}

@media screen and (max-width: 996px) {
    .puja-hopping .preview {
        margin-bottom: 20px
    }
}

@-webkit-keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.puja-hopping .cart-page .cart-table tr th:last-child {
    width: 145px
}

.puja-hopping .cart-table .quantity-grp {
    width: 120px
}

.puja-hopping .cart-table .quantity-grp .input-group {
    margin-bottom: 0
}

.puja-hopping .cart-table .quantity-grp .input-group-addon {
    padding: 0 !important;
    text-align: center;
    background-color: #1ab1e3
}

.puja-hopping .cart-table .quantity-grp .input-group-addon a {
    display: block;
    padding: 8px 10px 10px;
    color: #fff
}

.puja-hopping .cart-table .quantity-grp .input-group-addon a i {
    vertical-align: middle
}

.puja-hopping .cart-table .quantity-grp .form-control {
    background-color: #fff
}

.puja-hopping .cart-table .quantity-grp .form-control+.input-group-addon {
    background-color: #1ab1e3
}

.puja-hopping .ec-checkout .wizard .content .form-group .btn-group.bootstrap-select.form-control {
    padding: 0
}

.puja-hopping .ec-checkout .wizard .content .form-group .btn-group.bootstrap-select.form-control .btn-round.btn-simple {
    padding-top: 12px;
    padding-bottom: 12px
}

.puja-hopping .ec-checkout .wizard .content ul.card-type {
    font-size: 0
}

.puja-hopping .ec-checkout .wizard .content ul.card-type li {
    display: inline-block;
    margin-right: 10px
}

.puja-hopping .card {
    background: #fff;
    margin-bottom: 30px;
    transition: .5s;
    border: 0;
    border-radius: .55rem;
    position: relative;
    width: 100%;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
}

.puja-hopping .card .body {
    font-size: 14px;
    color: #424242;
    padding: 20px;
    font-weight: 400;
}
.puja-hopping{
  padding-top: 50px;
  padding-bottom: 50px;
}
.list-unstyled span{
      border: 1px solid;
    padding: 7px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 13px;
}
.old_price span{
  background-color: #444;
  color: #fff;
}
.new_price span{
  background-color: #ff4136;
  color: #fff;
}
.product_details h5:before {
  content: url(../img/c-2.png);
  padding-right: 10px;
}
.product_details h5:after {
  content: url(../img/c-2.png);
  padding-left: 10px;
}
.paigination_main .text-center {
    text-align: center!important;
    display: block;
    margin: auto;
    padding-bottom: 50px;
}
.paigination_main_2 {
  display: block;
  margin: auto;
  padding-bottom: 0px !important; 
}

.map_modal .modal-dialog {
    max-width: 900px;
}
.map_modal  .close {
    font-size: 2.5rem;
}
.main-header-2 {
    position: relative;
    margin-bottom: 80px;
    display: block;
    margin: auto;
}
.puja_gallery{
  padding-top: 70px;
  padding-bottom: 70px;
}

.gallery_main{
  padding-top: 70px;
  padding-bottom: 70px;
}
.gallery_main span{
  text-transform: uppercase;
    display: block;
    color: #ff1949;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;

}
.gallery_main h2{
    width: 100%;
    text-align: center;
    color: #000;
    font-weight: bold;
}
.gallery_main p{
  width: 70%;
  display:block;
  margin: auto;
  text-align: center;
  padding-top: 5px;
  font-size: 17px;
}

.gallery_main .btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

.gallery_main #image-gallery .modal-footer{
  display: block;
}

.gallery_main .thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}
.gallery_main .gallery_box{
  padding-top: 20px;
}
.gallery_main .modal-lg, .modal-xl {
    max-width: 1000px !important;
}
.gallery_main .img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: 270px;
    object-fit: cover;
}
 .gallery_main .close{
  font-size: 40px !important;
  }
.video-box .col-md-4{
padding-bottom: 30px;
}
.video-box{
  padding-top: 30px;
  padding-bottom: 50px;
}




.our-video-gallery  .section-header h1 {
  font: 400 32px "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #fff;
}


.our-video-gallery .video-gallery .gallery-item {
    position: relative;
    width: 100%;
    height: 300px;
    background: #000;
    cursor: pointer;
    overflow: initial;
}

.our-video-gallery .video-gallery .gallery-item img {
    position: relative;
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
    opacity: .5;
    /* transition: opacity .35s, transform .35s; */
    transition: all 350ms ease-in-out;
    transform: initial;
    /* backface-visibility: hidden; */
}

.our-video-gallery  .north-cascades-img {
  object-position: 50% 30%;
}

.our-video-gallery  .video-gallery .gallery-item .gallery-item-caption {
  padding: 32px;
  font-size: 1em;
  color: #fff;
  text-transform: uppercase;
}

.our-video-gallery  .video-gallery .gallery-item .gallery-item-caption,
.our-video-gallery  .video-gallery .gallery-item .gallery-item-caption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.our-video-gallery .video-gallery .gallery-item h2 {

    overflow: hidden;
    padding: 12px 0;
    font-size: 21px;
    padding-top: 50px;
    font-weight: bold;
    text-align: left;
}

.our-video-gallery  .video-gallery .gallery-item h2,
.our-video-gallery  .video-gallery .gallery-item p {
  position: relative;
  margin: 0;
  z-index: 1;
  pointer-events: none;
}
.our-video-gallery .video-gallery .gallery-item p {
    letter-spacing: 1px;
    font-size: 12px;
    padding: 12px 0;
    opacity: 0;
    transition: opacity 0.35s, transform 0.35s;
    transform: translate3d(10%, 0, 0);
    color: #fff;
}



.our-video-gallery  .video-gallery .gallery-item:hover img {
  opacity: 0.3;
  transform: translate3d(0, 0, 0);
}

.our-video-gallery  .video-gallery .gallery-item .gallery-item-caption {
  text-align: left;
}

.our-video-gallery  .video-gallery .gallery-item h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15%;
  height: 1px;
  background: #fff;
  transition: transform 0.3s;
  transform: translate3d(-100%, 0, 0);
}

.our-video-gallery  .video-gallery .gallery-item:hover h2::after {
  transform: translate3d(0, 0, 0);
}

.our-video-gallery  .video-gallery .gallery-item:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.video-box .fa {
    font-weight: 900;
    text-align: center;
    display: block;
    padding-top: 70px;
    font-size: 45px;
}
/*================INDEX===============*/
.login-all-main .modal-header {
      border-bottom: none;
}
.login-all-main img {
    width: 20%;
    display: block;
    margin: auto;
    margin-top: -35px;
}
.login-all-main .modal-dialog {
    max-width: 435px;
}
.form-body{
  width: 70%;
  display: block;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
.form-body .checkbox{
  text-align: center;
}

.login-all-main  .modal-header .close {
    font-size: 35px;
    color: #ed2d3c;
}
.form-body .btn-primary {
    color: #fff;
    background-color: #ed2d3c;
    border-color: #ed2d3c;
    display: block;
    margin: auto;
    width: 170px;
    border-radius: 0px;
    font-size: 17px;
    margin-top: 20px;
}
.form-body p{
  text-align: center;
}
.form-body a{
  color: #ed2d3c;
}
.form-body .form-control {
    display: block;
    width: 100%;
    padding: 9px .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 0px;
}
.login-all-main .modal.show .modal-dialog {

    border: 2px solid #ed2d3c;
}



.signup-all-main .modal-header {
      border-bottom: none;
}
.signup-all-main  img {
    width: 20%;
    display: block;
    margin: auto;
    margin-top: -35px;
}
.signup-all-main .modal-dialog {
    max-width: 600px;
}
.signup-all-main  .modal-header .close {
    font-size: 35px;
    color: #ed2d3c;
}
.signup-all-main  .modal.show .modal-dialog {

    border: 2px solid #ed2d3c;
}
.form-body-2{
  width: 85%;
  display: block;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
.custom-card{
  box-shadow: 0 20px 16px 0 rgb(0 0 0 / 20%);
}
.cls-blog.cls-live-puja .item .img {
  position: relative;
  height: 200px;
}
.cls-blog.cls-live-puja .item{
  box-shadow: none;
  border:1px solid #ddd;
}
.box-puja-side{
  box-shadow: 0 3px 10px 0 rgb(0 0 0 / 9%);
    padding: 10px;
    background-color: #fff;
}
.bg-theme{
  background-color: #ed2d3c;
  color: #fff;
  font-size: 20px;
  border-radius: 20px;
  padding: 0px 10px;
  font-size: 15px;
}
.cls-live-puja .item {
  margin: 15px 0px;
}
.box-puja-side .cls-live-puja .item {
  margin-top: 15px;
  margin-bottom: 0px;
}
.bg-theme-green{
  background-color: #009400;
  color: #fff;
  font-size: 20px;
  border-radius: 20px;
  padding: 0px 10px;
  font-size: 15px;
}
.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 40px;
  height: 40px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 40px;
  height: 40px;
  background: #fa183d;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#fa183d, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 18px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  top: 9px;
  left: 9px;
}

@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.5);
    opacity: 0;
  }
}



.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.80);
  opacity: 0;
  transition: all ease 500ms;
}

.video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
}

.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}

.video-overlay-close:hover {
  color: #fa183d;
}

.video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  /* width: 90%; */
  /* height: auto; */
  box-shadow: 0 0 15px rgba(0,0,0,0.75);
}
.overlay-white{
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  content: '';
}
/* .overlay-white::after{
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.75);
  content: '';
} */
.logo-vendor{
  width: 50%;
  position: relative;
  float: right;
  max-height: 30px;
  z-index: 9;

}
.logo-vendor img{
  box-shadow: none;
  border-radius: 0px;
  max-height: 30px;
  width: auto;
  float: right;
}
.puja-sp img {
    height:130px;
  max-width:200px;
  width: 100%;
  margin:0 auto;
  display: block;
}
.vendor-crs-main .vendor-box figure{
  width: 90%;
  margin: 0 auto;
  position: relative;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  min-width: 210px;
  min-height: 210px;
  box-shadow: 0 13px 8px #bbb;
}
.vendor-crs-main .vendor-box {
  width: 100%;
    border: 1px solid #dfdbdb;
    padding: 5px 10px 20px;
  margin-bottom: 30px;
    position: relative;
    background-color: #fff;

}
.vendor-crs-main .vendor-box  h5 {
  text-align: center;
  font-size: 18px;
  color: #222;
  padding-top: 20px;
  height: 49px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

    
}
.vendor-crs-main .product-box{
  min-height: 400px;
  height: 95%;
  margin-bottom: 30px;
}
.c-nav {
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
  background-color: rgb(249 244 237 / 15%);
}
.c-nav h4 {
  border-top: 1px dotted #ef2c3c;
  border-bottom: 1px dotted #ef2c3c;
  padding: 10px;
  color: #ef2c3c;
  font-size: 20px;
}
.c-nav .nav-link.active {
  background-color: #ef2c3c;
  color: #fff !important;
  border-radius: 0px;
}
.row-custom img{
  max-width: 150px;
}
.row-custom td{
  font-size: 14px;
}
.row-custom td span{
  color: #111;
}
.account-main .btn-primary {
  background: #ef2c3c;
  color: #fff;
  border-radius: 0;
  border:1px solid #ef2c3c;
}
.account-main{
  padding: 50px 0px;
}


.tablist.active{
  color: #fff !important;
  background-color: #ef2c3c !important;
  border-color: #ef2c3c !important;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .product-crs-main .controls span.prev, .puja-main .controls span.prev, .puja-main1 .controls span.prev{
    margin: 0;
  }
  .product-crs-main .controls span.next, .puja-main .controls span.next, .puja-main1 .controls span.next{
    margin: 0px;
  }
  html, body{
    overflow-x: hidden;
  }
  .navbar .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding: 15px 0px;
    margin: 10px 5px;
 
      
}
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .product-crs-main .controls span.prev, .puja-main .controls span.prev, .puja-main1 .controls span.prev{
    margin: 0;
  }
  .product-crs-main .controls span.next, .puja-main .controls span.next, .puja-main1 .controls span.next{
    margin: 0px;
  }
  .embed-container{
    margin-top: 30px;
  }
  footer .col-lg-4{
    text-align: center;
  }
  footer li {
    text-align: center;
    display: block !important;
    margin-bottom: 5px;
}
footer .item li .icon {
  margin-right: 0px;
}
}
@media only screen and (min-width:640px) and (max-width:767px) {
  .blog-pg iframe{
    max-height: 280px;
  }
  .blog-pg .mb-80{
    margin-bottom: 20px !important;
  }
}
@media only screen and (min-width:480px) and (max-width:639px) {
  .blog-pg iframe{
    max-height: 250px;
  }
  .blog-pg .mb-80{
    margin-bottom: 20px !important;
  }
}
@media only screen and (min-width:220px) and (max-width:479px) {
  .blog-pg iframe{
    max-height: 180px;
  }
  .blog-pg .mb-80{
    margin-bottom: 20px !important;
  }
}
@media only screen and (min-width:220px) and (max-width:767px) {
    .main-header {
  position: relative;
  margin-bottom: 15px;
  margin-top: 25px;
}
    .main-header h3 {
  font-weight: 700;
  font-size: 21px;
  text-transform: capitalize;
}
  .form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
  .ui-slider.ui-main .parallax-slider .swiper-slide-active .caption h1{
    font-size: 30px;
  }
  .media {
    display: flex;
    -webkit-box-align: center;
    align-items: flex-start;
    text-align: center;
}
  footer li{
    text-align: center;
    display: block !important;
    margin-bottom: 5px;
  }
  footer .item .logo{
    padding-left: 0px !important;
  }
  footer .item li .icon{
    margin-right: 0px;
  }
  footer .col-lg-4 .item{
    margin:7px 0px !important;
  }
.float-right-po, .puja-main .float-right-po, .puja-main1 .float-right-po{
  max-width:100% ;
 overflow-x: hidden;
}
.block-sec .testim-box{
  margin: 20px 0px;
}
.page-header {
  background-color: #ef4132;
    background-size: cover;
    background-position: right;
}


.page-header .title h3 {
  font-size: 23px;
  font-weight: 700;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
}
.pace.pace-inactive{
  width: 100%;
}
.product-crs-main .controls span.prev, .puja-main .controls span.prev, .puja-main1 .controls span.prev{
  margin: 0px;
}
.product-crs-main .controls span.next, .puja-main .controls span.next, .puja-main1 .controls span.next{
  margin: 0px;
}
section{
  overflow-x: hidden;
}
.position-re {
  position: relative;
  overflow-x: hidden;
}
footer .container{
  text-align: center;
}
.page-header  h4 {
  font-size: 16px;
}
.page-header .cont {
  padding: 107px 0 24px;
}
}

.shopping-cart.dark{
  background-color: #f6f6f6;
}

.shopping-cart .content{
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
  background-color: white;
  padding: 50px 0px;
}

.shopping-cart .block-heading{
    padding-top: 50px;
    margin-bottom: 40px;
    text-align: center;
}

.shopping-cart .block-heading p{
  text-align: center;
  max-width: 420px;
  margin: auto;
  opacity:0.7;
}

.shopping-cart .dark .block-heading p{
  opacity:0.8;
}

.shopping-cart .block-heading h1,
.shopping-cart .block-heading h2,
.shopping-cart .block-heading h3 {
  margin-bottom:1.2rem;
  color: #3b99e0;
}

.shopping-cart .items{
  margin: auto;
}

.shopping-cart .items .product{
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.shopping-cart .items .product .info{
  padding-top: 0px;
  text-align: center;
}

.shopping-cart .items .product .info .product-name{
  font-weight: 600;
}

.shopping-cart .items .product .info .product-name .product-info{
  font-size: 14px;
  margin-top: 15px;
}

.shopping-cart .items .product .info .product-name .product-info .value{
  font-weight: 400;
}

.shopping-cart .items .product .info .quantity .quantity-input{
    margin: auto;
    width: 80px;
}

.shopping-cart .items .product .info .price{
  margin-top: 15px;
    font-weight: bold;
    font-size: 22px;
 }

.shopping-cart .summary{
  border-top: 2px solid #ef2c3c;
    background-color: #f7fbff;
    height: 100%;
    padding: 30px;
}

.shopping-cart .summary h3{
  text-align: center;
  font-size: 1.3em;
  font-weight: 600;
  padding-top: 20px;
  padding-bottom: 20px;
}

.shopping-cart .summary .summary-item:not(:last-of-type){
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.shopping-cart .summary .text{
  font-size: 1em;
  font-weight: 600;
}

.shopping-cart .summary .price{
  font-size: 1em;
  float: right;
}

.shopping-cart .summary button{
  margin-top: 20px;
  background: #ef2c3c;
    border: 1px solid #ef2c3c;
}

@media (min-width: 768px) {
  .shopping-cart .items .product .info {
    padding-top: 25px;
    text-align: left; 
  }

  .shopping-cart .items .product .info .price {
    font-weight: bold;
    font-size: 22px;
    top: 17px; 
  }

  .shopping-cart .items .product .info .quantity {
    text-align: center; 
  }
  .shopping-cart .items .product .info .quantity .quantity-input {
    padding: 4px 10px;
    text-align: center; 
  }
}
.top-header .social-icon{
  float: right;
}
.top-header .social-icon li{
  float: left;
  color: #fff;
}
.top-header .social-icon  a{
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
}
.shopping-cart.dark{
	background-color: #f6f6f6;
}

.shopping-cart .content{
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
	background-color: white;
  padding: 50px 0px;
}
 #customers-testimonials .item {
    text-align: center;
    padding: 20px;
    margin-bottom: 50px;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
     border-radius: 15px;
}
#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 90px;
    margin: 0 auto 17px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span, #customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #4280bd;
    transform: translate3d(0px, -50%, 0px) scale(0.6);
}
#customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    outline: none;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #fff;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
    border-radius: 100%;
}
.bg-white-image{
    background-image: url(../../images/bg1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
    

.shopping-cart .block-heading{
    padding-top: 50px;
    margin-bottom: 40px;
    text-align: center;
}

.shopping-cart .block-heading p{
	text-align: center;
	max-width: 420px;
	margin: auto;
	opacity:0.7;
}

.shopping-cart .dark .block-heading p{
	opacity:0.8;
}

.shopping-cart .block-heading h1,
.shopping-cart .block-heading h2,
.shopping-cart .block-heading h3 {
	margin-bottom:1.2rem;
	color: #3b99e0;
}

.shopping-cart .items{
	margin: auto;
}

.shopping-cart .items .product{
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.shopping-cart .items .product .info{
	padding-top: 0px;
	text-align: center;
}

.shopping-cart .items .product .info .product-name{
	font-weight: 600;
}

.shopping-cart .items .product .info .product-name .product-info{
	font-size: 14px;
	margin-top: 15px;
}

.shopping-cart .items .product .info .product-name .product-info .value{
	font-weight: 400;
}

.shopping-cart .items .product .info .quantity .quantity-input{
    margin: auto;
    width: 80px;
}

.shopping-cart .items .product .info .price{
	margin-top: 15px;
    font-weight: bold;
    font-size: 22px;
 }

.shopping-cart .summary{
	border-top: 2px solid #ef2c3c;
    background-color: #f7fbff;
    height: 100%;
    padding: 30px;
}

.shopping-cart .summary h3{
	text-align: center;
	font-size: 1.3em;
	font-weight: 600;
	padding-top: 20px;
	padding-bottom: 20px;
}

.shopping-cart .summary .summary-item:not(:last-of-type){
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.shopping-cart .summary .text{
	font-size: 1em;
	font-weight: 600;
}

.shopping-cart .summary .price{
	font-size: 1em;
	float: right;
}

.shopping-cart .summary button{
	margin-top: 20px;
  background: #ef2c3c;
    border: 1px solid #ef2c3c;
}

@media (min-width: 768px) {
	.shopping-cart .items .product .info {
		padding-top: 25px;
		text-align: left; 
	}

	.shopping-cart .items .product .info .price {
		font-weight: bold;
		font-size: 22px;
		top: 17px; 
	}

	.shopping-cart .items .product .info .quantity {
		text-align: center; 
	}
	.shopping-cart .items .product .info .quantity .quantity-input {
		padding: 4px 10px;
		text-align: center; 
	}
}
.top-header .social-icon{
  float: right;
}
.top-header .social-icon li{
  float: left;
  color: #fff;
}
.top-header .social-icon  a{
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
}
.cart a{
  background-color: transparent !important;
  position: relative;
}
.cart a span{
  position: absolute;
    top: -5px;
    right: -4px;
    background-color: #fbce029e;
    font-size: 14px;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 50%;
    line-height: 24px;
    color: #fff;
}
.text_uup {
    color: #eb6627;
    text-align: center;
}
.remove-btn{
  margin: auto;
}

.share-button .rounded-box{
  display: none;
}
.embed-container {
  --video--width: 1296;
  --video--height: 740;

  position: relative;
  padding-bottom: calc(var(--video--height) / var(--video--width) * 100%); /* 41.66666667% */
  overflow: hidden;
  max-width: 100%;
 
}


.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec-title .title{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #00aeef;
  font-weight: 500;
  margin-bottom: 15px;
}

.sec-title h2{
  position: relative;
  display: block;
  font-size:20px;
  line-height: 1.28em;
  color: #222222;
  font-weight: 600;
  padding-bottom:18px;
}

.sec-title h2:before{
  position:absolute;
  content:'';
  left:0px;
  bottom:0px;
  width:50px;
  height:3px;
  background-color:#d1d2d6;
}

.sec-title .text{
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
  margin-top: 35px;
}

.sec-title.light h2{
  color: #ffffff;
}

.sec-title.text-center h2:before{
  left:50%;
  margin-left: -25px;
}


.list-style-one{
  position:relative;
}

.list-style-one li{
  position:relative;
  font-size:16px;
  line-height:26px;
  color: #222222;
  font-weight:400;
  padding-left:35px;
  margin-bottom: 12px;
}

.list-style-one li:before {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    font-size: 18px;
    padding: 0px;
    color: #ff2222;
    font-weight: 600;
    -moz-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1.6;
    font-family: "Font Awesome 5 Free";
}

.list-style-one li a:hover{
  color: #44bce2;
}

.btn-style-one{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 30px;
  color: #ffffff;
  padding: 10px 30px;
  font-weight: 600;
  overflow: hidden;
  letter-spacing: 0.02em;
  background-color: #00aeef;
}
.offer-letter{
    padding: 5px 7px;
}
.btn-style-one:hover{
  background-color: #0794c9;
  color: #ffffff;
}
.about-section{
  position: relative;
  padding: 120px 0 70px;
    background-image: url(../../images/bg1.jpg)
}
.about-section-about {
    position: relative;
    padding: 5px 0 4px;
    background-image: url(../../images/bg1.jpg);
}
.about-section .sec-title{
  margin-bottom: 15px;
}

.about-section .content-column{
  position: relative;
  margin-bottom: 50px;
}

.about-section .content-column .inner-column{
  position: relative;
 
}

.about-section .text{
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
    text-align: justify;
}

.about-section .list-style-one{
  margin-bottom: 45px;
}

.about-section .btn-box{
  position: relative;
}

.about-section .btn-box a{
  padding: 15px 50px;
}

.about-section .image-column{
  position: relative;
}

.about-section .image-column .text-layer{
    position: absolute;
    right: -110px;
    top: 50%;
    font-size: 325px;
    line-height: 1em;
    color: #ffffff;
    margin-top: -175px;
    font-weight: 500;
}

.about-section .image-column .inner-column{
  position: relative;
  padding-left: 80px;
  padding-bottom: 0px;
}
.about-section .image-column .inner-column .author-desc{
    position: absolute;
    bottom: 16px;
    z-index: 1;
    background: orange;
    padding: 10px 15px;
    left: 96px;
    width: calc(100% - 152px);
    border-radius: 50px;
}
.about-section .image-column .inner-column .author-desc h2{
    font-size: 21px;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
  margin: 0;
}
.about-section .image-column .inner-column .author-desc span{
    font-size: 16px;
    letter-spacing: 6px;
    text-align: center;
    color: #fff;
  display: block;
  font-weight: 400;
}
.about-section .image-column .inner-column:before{
    content: '';
    position: absolute;
    width: calc(50% + 80px);
    height: calc(100% + 160px);
    top: -80px;
    left: -3px;
    background: transparent;
    z-index: 0;
    border: 44px solid #fbc795;
}

.about-section .image-column .image-1{
  position: relative;
}
.about-section .image-column .image-2{
  position: absolute;
  left: 0;
  bottom: 0;
}

.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img{
  box-shadow: 0 30px 50px rgba(8,13,62,.15);
      border-radius: 46px;
}

.about-section .image-column .video-link{
  position: absolute;
  left: 70px;
  top: 170px;
}

.about-section .image-column .video-link .link{
  position: relative;
  display: block;
  font-size: 22px;
  color: #191e34;
  font-weight: 400;
  text-align: center;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 30px 50px rgba(8,13,62,.15);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.about-section .image-column .video-link .link:hover{
  background-color: #191e34;
  color: #fff
}
.cardBox-1 {
  width:100%;
  height: 358px;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 10px 0px,
    rgba(0, 0, 0, 0.5) 0px 2px 25px 0px;
}
.card-1 {
  position: absolute;
  width: 95%;
  height: 95%;
  background-image: url(../../images/background.jpg); 
    background-repeat: no-repeat;
    background-size: cover;
  border-radius: 20px;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: #ffffff;
  overflow: hidden;
  padding: 20px;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 60px -12px inset,
    rgba(0, 0, 0, 0.5) 0px 18px 36px -18px inset;
}
.card-1 h2, .pause_hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  font-weight: 800;
  pointer-events: none;
    color: #f54031;
 
    
}


.pause_hover {
  top: 75%;
}

.card-1 .content-1 h3 {
  font-size: 3rem;
  padding-bottom: 10px;
}
.card-1 .content-1 p {
  font-size: 1rem;
  
    text-align: center;
}
.card-1 .content-1 {
  transform: translateY(100%);
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.card-1:hover .content-1 {
  transform: translateY(0);
  opacity: 1;
}

.card-1:hover h2, 
.card-1:hover .pause_hover {
  opacity: 0;
}

.cardBox-1::before {
  content: "";
  position: absolute;
  width: 40%;
  height: 150%;
  background: #40E0D0;
background: -webkit-linear-gradient(to right, #FF0080, #FF8C00, #40E0D0);
background: linear-gradient(to right, #f49712, #FF8C00, #eb6121);
  animation: glowing01 5s linear infinite;
  transform-origin: center;
  animation: glowing 10s linear infinite;
}

@keyframes glowing {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
   
.sticky-container {
    padding: 0px;
    margin: 0px;
    position: fixed;
    right: -91px;
    top: 130px;
    width: 135px;
    z-index: 999;
}
.sticky li {
    list-style-type: none;
    background-color: #f49712;
    color: #efefef;
    height: 43px;
    padding: 0px;
    margin: 0px 0px 1px 0px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    /* filter: url(data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix'values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale); */
}
.sticky li img {
    float: left;
    margin: 5px 5px;
    margin-right: 10px;
    width: 32px;
}
.sticky li p {
    float: left;
    padding: 0px;
    margin: 0px;
    text-transform: uppercase;
    line-height: 43px;
    color: #fff;
    font-size: 12px;
} 
.sticky li:hover {
    margin-left: -115px;
}




.filter1 {
  text-align: center;
  max-width: 1150px;
  margin: auto;
}



.btn {
  padding: 10px 20px;
  margin: 5px 4px 4px 0;
  display: inline-block;
  color: #003;
  background: #eee;
  border: 1px solid #f44336;
  transition: all 0.4s;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
}
.btn:hover,.btn-active {
  background: #f44336;
  color: #fff;
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}



.gallery1 img:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
.cardBox-1 {
  width:100%;
  height: 380px;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 10px 0px,
    rgba(0, 0, 0, 0.5) 0px 2px 25px 0px;
}
    .btn {
  padding: 10px 20px;
  margin: 5px 4px 4px 0;
  display: inline-block;
  color: #003;
  background: #eee;
    background-color: rgb(238, 238, 238);
  border: 1px solid #f44336;
    border-top-color: rgb(244, 67, 54);
    border-right-color: rgb(244, 67, 54);
    border-bottom-color: rgb(244, 67, 54);
    border-left-color: rgb(244, 67, 54);
  transition: all 0.4s;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
       
}
    .portfolio-menu ul li {
  display: inline-block;
  margin: 2px 3px;
  list-style: none;
  padding: 10px 15px;
  cursor: pointer;
  -webkit-transition: all 05s ease;
  -moz-transition: all 05s ease;
  -ms-transition: all 05s ease;
  -o-transition: all 05s ease;
  transition: all .5s ease;
}
}

    