/*
Template Name: Digico - Creative Agency HTML5 Template 
Description: Digico - Creative Agency HTML5 Template 
Version: 1.0
*
 *-----------------CSS INDEX----------------
 * #-Button
 * #-Header
 * #-Hero Area
 * #-Shap Animation
 * #-About Area
 * #-Services Area
 * #-Testimonial
 * #-Portfolio
 * #-Pricing Plane
 * #-Blog
 * #-Footer
 * #-Drak Home
 * #-Hero Slider
 * #-Blog Details
 * #-Mobile Menu
 * #-Preeloader
*/

@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&amp;display=swap");
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Quicksand", sans-serif;
  font-weight: normal;
  font-style: normal;
}

a,
button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

*::-moz-selection {
  background: #970549;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #970549;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #970549;
  color: #fff;
  text-shadow: none;
}

*::-moz-placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #404040;
  font-weight: 700;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  transition: 0.4s;
  -webkit-transition: all 0.4s ease-in-out;
}

a:hover {
  text-decoration: none;
  color: #970549;
}

button:focus {
  outline: none;
}

input:focus {
  outline: none;
}

textarea:focus {
  outline: none;
}

p {
  color: #828181;
}

img {
  max-width: 100%;
}

.section-bg {
  background-color: rgb(249, 251, 254);
}

.section-padding {
  padding: 110px 0px;
}

/*Scroll Area*/

.scroll-area {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  display: none;
}

.scroll-area i {
  width: 50px;
  height: 50px;
  background-color: #970549;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #fff;
  font-size: 25px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease;
}

/*
 * #-Button
*/

.button-1 {
  color: #545454;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 17px;
  padding: 16px 36px;
  display: inline-block;
  border-style: solid;
  border-width: 2px;
  border-color: rgb(230, 233, 245);
  border-radius: 4px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}

.button-1:hover {
  color: #fff;
  background: #970549;
  border-color: #970549;
}

.button-2 {
  display: inline-block;
  padding: 10px 40px;
  border-style: solid;
  border-width: 2px;
  border-color: #970549;
  border-radius: 4px;
  background-color: #970549;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-transform: capitalize;
  z-index: 11;
  position: relative;
}

.button-2:hover {
  color: #fff;
  background: #970549;
  border-color: #970549;
}

/*
 * #-Header
*/

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9;
}

.header-right {
  float: right;
  padding-left: 15px;
}

.menu {
  text-align: right;
}

.menu li {
  display: inline-block;
  position: relative;
}

.menu ul li a {
  display: inline-block;
  color: #545454;
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 500;
  padding: 18px 25px;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease;
}

.menu ul li a span {
  position: absolute;
  top: 8px;
  right: 23px;
  font-size: 12px;
}

.menu ul li ul li a::after {
  content: "";
  clear: both;
  display: block;
  position: absolute;
  width: 0;
  height: 1px;
  background: #fff;
  bottom: 32px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.menu ul li ul li:hover > a::after {
  width: 100%;
}

.menu ul li > ul {
  position: absolute;
  width: 250px;
  text-align: left;
  background: #fff;
  color: #000;
  border-radius: 4px;
  box-shadow: 0 11px 28px 0 rgba(4, 73, 89, 0.03);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  top: 130px;
  left: 0px;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0px;
  border: 1px solid #e6eeef;
  z-index: 999;
}

.menu ul li > ul::after {
  content: "";
  clear: both;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: #fff;
  left: 20px;
  top: -10px;
  transform: rotate(45deg);
  border-left: 1px solid #e6eeef;
  border-top: 1px solid #e6eeef;
}

.menu ul li:hover > ul {
  opacity: 1;
  visibility: visible;
  top: 62px;
  z-index: 999;
}

.menu ul li > ul > li {
  width: 100%;
}

.menu ul li > ul > li > a {
  color: #545454;
  font-weight: 400;
  padding: 9px 10px;
  display: inline-block;
  font-size: 13px;
}

.menu ul li > ul > li:hover > a {
  color: #970549;
}

.menu ul li > ul > li > a::after {
  content: "";
  background: #970549;
  bottom: 7px;
}

.menu ul li > ul li > ul {
  left: 100%;
}

.menu ul li > ul li:hover > ul {
  top: 0px;
}

.menu ul li > ul li > ul::after {
  width: 0px;
  height: 0px;
  border: none;
}

/*
 * #-Shap Animation
*/

/* heartbeat */

.heartbeat {
  animation: heartbeat 1.5s infinite alternate;
}

@-webkit-keyframes heartbeat {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

/* rotateme */

.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 15s;
  animation-duration: 12s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

/*
 * #-Hero Area
*/

.hero-area {
  position: relative;
  overflow: hidden;
}

.hero-caption h2 {
  color: #404040;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.2;
}

.hero-caption h2 span {
  color: #970549;
}

.hero-caption p {
  font-size: 16px;
  line-height: 1.75;
  color: #828181;
}

.hero-shap img {
  position: absolute;
}

.hero-shap img:nth-child(1) {
  top: 75px;
  left: 40%;
}

.hero-shap img:nth-child(2) {
  bottom: 42px;
  left: 42%;
  animation-name: bounce-1;
  animation-timing-function: linear;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  margin: 0 auto 0 auto;
  transform-origin: bottom;
}

@keyframes bounce-1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0);
  }
}

.hero-slider-full .owl-nav {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -55px;
}

.hero-slider-full-nav {
  font-size: 40px;
  line-height: 1;
}

.hero-slider-full-nav:hover {
  color: #970549;
}

.hero-slider-full .owl-dots .owl-dot {
  background: transparent;
  border: 0;
  height: 38px;
  width: 38px;
  transition: 0.4s;
  position: relative;
  cursor: pointer;
  margin-right: 10px;
}

.hero-slider-full .owl-dots .owl-dot:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url("../img/count.png");
  background-repeat: no-repeat;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}

.hero-slider-full .owl-dots .owl-dot:before {
  counter-increment: dots;
  content: counter(dots);
}

.hero-slider-full .owl-dots .owl-dot.active:after {
  visibility: visible;
  opacity: 1;
}

.hero-slider-full .owl-dots {
  position: absolute;
  bottom: -8.2%;
  right: 4%;
  counter-reset: dots;
}

/*
 * Client Logo
*/

.client-logo-single img {
  width: auto !important;
  margin: 0 auto;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

/*
 * #-About Area
*/

.about-area {
  position: relative;
}

.about-area::after {
  content: "";
  clear: both;
  display: block;
  position: absolute;
  width: 60%;
  height: 75%;
  background: url(../img/b3.png);
  top: 0%;
  background-repeat: no-repeat;
  background-position: right;
  right: 0;
  z-index: -1;
}

.about-area .row {
  width: 100%;
}

.about-top h2 {
  font-size: 35px;
  color: #404040;
  font-weight: 700;
  line-height: 1.486;
  margin-bottom: 50px;
}

.about-top h2 span {
  color: #b75cff;
}

.about-top p {
  font-size: 18px;
  line-height: 1.667;
  font-weight: 500;
}

.about-img {
  padding-left: 11%;
  box-sizing: border-box;
}

.about-content h4 {
  font-size: 18px;
  color: #970549;
  line-height: 2.889;
  font-weight: 700;
}

.about-content h2 {
  font-size: 35px;
  color: rgb(64, 64, 64);
  line-height: 1.486;
  font-weight: 700;
  margin-bottom: 30px;
}

.about-content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  margin-bottom: 25px;
}

.about-content a {
  margin-top: 10px;
}

/*
 * About Shap
*/

.about-shap img {
  position: absolute;
}

.about-shap img.about-shap1 {
  top: 9%;
  left: 11%;
}

.about-shap img.about-shap2 {
  right: 10%;
  top: 30%;
}

.about-shap img.about-shap3 {
  left: 0;
  bottom: 39%;
}

.about-shap img.about-shap4 {
  right: 10%;
  bottom: 7%;
}

.about-shap img.about-shap5 {
  left: 15%;
  top: 27%;
}

.about-shap img.about-shap6 {
  bottom: 12%;
  right: 26%;
}

.about-shap img.about-shap7 {
  top: 45%;
  right: 20%;
}

/*
 * Section Title
*/

.section-headding h4 {
  font-size: 18px;
  line-height: 2.889;
  color: #970549;
  font-weight: 700;
}

.section-headding h2 {
  font-size: 35px;
  line-height: 1.371;
  font-weight: 700;
  margin-bottom: 20px;
}

.section-headding p {
  font-size: 16px;
  color: rgb(130, 129, 129);
  line-height: 1.75;
  font-weight: 500;
}

/*
 * #-Services Area
*/

.services-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.services-item {
  text-align: center;
  padding: 50px 30px;
  /* background: #fff; */
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: 1px solid #111;
}

.services-item .icon {
  width: 80px;
  height: 80px;
  background: #970549;
  margin: 0 auto;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: #fff;
  border-radius: 7px;
  position: relative;
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease;
}

.services-item .icon::after {
  content: "";
  clear: both;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  top: 0;
  left: 0;
  transform: scale(1.1);
  border-radius: 7px;
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease;
}

.services-item:hover .icon {
  background: #970549;
}

.services-item:hover .icon::after {
  border-color: #970549;
}

.services-item p {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
  margin-bottom: 25px;
}

.services-item h2 {
  font-size: 22px;
  font-weight: 700;
  color: rgb(64, 64, 64);
  margin-bottom: 20px;
}

.services-item .icon i {
  transform: rotate(-45deg);
}

.services-item h2 a {
  color: rgb(255 255 255);
}

.services-item h2 a:hover {
  color: #970549;
}

.services-item a.link {
  color: #970549;
  font-weight: 500;
  line-height: 1.75;
  position: relative;
  display: inline-block;
  padding: 2px 0px;
  font-size: 16px;
}

.services-item a.link::after {
  content: "";
  clear: both;
  display: block;
  position: absolute;
  width: 65%;
  height: 3px;
  background-color: #970549;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease;
  bottom: 0px;
  left: 0;
}

.services-item a.link:hover::after {
  width: 100%;
}

.services-shap img {
  position: absolute;
}

.services-shap img.ser-shap1 {
  left: 6%;
  top: 13%;
}

.services-shap img.ser-shap2 {
  right: 0;
  bottom: 15%;
}

.services-slider-item .thumbnail {
  width: 100%;
  overflow: hidden;
  height: 100%;
  position: relative;
  z-index: 1;
}

.services-slider-item {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.services-slider-item .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  text-align: center;
  background: #970549db;
  color: #fff;
  padding: 0px 30px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  transform: scale(1.2);
  opacity: 0;
  visibility: hidden;
}

.services-slider-item:hover .content {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}

.services-slider-item .cotnent-full i {
  font-size: 40px;
  margin-bottom: 10px;
  display: block;
}

.services-slider-item .cotnent-full h3 {
  text-transform: uppercase;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 5px;
}

.services-slider-item .cotnent-full p {
  color: #fff;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 10px;
}

.services-slider-item .cotnent-full a {
  display: inline-block;
}

.services-slider-item .cotnent-full a i {
  line-height: 1;
  font-size: 18px;
  padding: 0px;
  margin: 0;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #fff;
  color: #333;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease;
}

.services-slider-item .cotnent-full a i:hover {
  background: #970549;
  color: #fff;
  box-shadow: 0px 0px 8px 0px #eee;
}

.services-slider-item .cotnent-full h3 a {
  color: #fff;
}

.service-slider .owl-dots {
  margin-top: 20px;
}

.service-slider .owl-dots .owl-dot {
  margin: 0 6px;
  border: 0;
  background: none;
  cursor: pointer;
}

.service-slider .owl-dots .owl-dot span {
  display: block;
  border-radius: 50%;
  background-color: #333;
  width: 8px;
  height: 8px;
  position: relative;
  transition: all 0.3s ease;
}

.service-slider .owl-dots .owl-dot span::after {
  position: absolute;
  content: "";
  top: -5px;
  left: -5px;
  border: 1px solid #970549;
  border-radius: 50%;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  transform: scale(0);
  transition: all 0.3s ease;
}

.service-slider .owl-dots .owl-dot.active span {
  background: #970549;
}

.service-slider .owl-dots .owl-dot.active span::after {
  transform: scale(1);
}

/*
 * #-Testimonial
*/

.testimonial-area {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.testimonial-item {
  border: 1px solid #eee;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
}

.testimonial-item .bottom {
  position: relative;
  padding-left: 100px;
  height: 90px;
  width: 100%;
}

.testimonial-item .bottom h3 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
  display: inline-block;
  width: 100%;
}

.testimonial-item .bottom img {
  width: 80px !important;
  position: absolute;
  left: 0;
  height: 80px;
  border-radius: 50%;
  border: 2px solid #970549;
}

.testimonial-item .top {
  width: 100%;
  margin-bottom: 15px;
}

.testimonial-item .top .left {
  float: left;
  font-size: 36px;
  color: #73626282;
}

.testimonial-item .top .ratting {
  float: right;
  margin-top: 9px;
  font-size: 16px;
  color: #970549;
}

.testimonial-item .content {
  overflow: hidden;
  width: 100%;
  margin-bottom: 25px;
}

.testimonial-item .content p {
  font-style: italic;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
}

/*
 * #-Portfolio
*/

.latest-projects {
  position: relative;
}

.l-p-shap img {
  position: absolute;
}

.l-p-shap img.shap1 {
  left: 10%;
  top: 10%;
}

.l-p-shap img.shap2 {
  top: 14%;
  right: 5%;
}

.portfolio-item {
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgb(34, 34, 34, 0.12);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease;
  z-index: 9;
  position: relative;
}

.portfolio-item:hover {
  background: #970549;
}

.portfolio-item .thumbnail {
  width: 100%;
  overflow: hidden;
}

.portfolio-item .thumbnail img {
  width: 100%;
  -webkit-transition: all.4s ease-in-out;
  transition: all 0.6s ease;
}

.portfolio-item:hover .thumbnail img {
  transform: scale(1.13);
}

.portfolio-item .content {
  padding: 20px 35px;
  position: relative;
}

.portfolio-item .content h2 {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.portfolio-item .content h2 a {
  color: #404040;
}

.portfolio-item .content span {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease;
  font-size: 14px;
  font-weight: 500;
  color: rgb(130, 129, 129);
  line-height: 2;
}

.portfolio-item .content a.link {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease;
  font-size: 20px;
  color: #404040;
  float: right;
}

.portfolio-item:hover .content h2 a {
  color: #fff;
}

.portfolio-item:hover .content span {
  color: #fff;
}

.portfolio-item:hover .content a {
  color: #fff;
}

/*
 * #-Pricing Plane
*/

.pricing-plane.mt---100 {
  margin-top: -125px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #fff;
  padding-top: 235px;
}

.pricing-plane {
  position: relative;
}

.pricing-plane::after {
  content: "";
  clear: both;
  display: block;
  position: absolute;
  width: 74%;
  height: 30%;
  top: 17%;
  left: 0;
  background: url("../img/b8.png");
  z-index: -1;
}

.p-c-shap img {
  position: absolute;
}

.p-c-shap img.shap1 {
  top: 10%;
  right: 5%;
}

.p-c-shap img.shap2 {
  top: 37%;
  right: 3%;
}

.p-c-shap img.shap3 {
  right: 8%;
  bottom: 12%;
}

.p-c-shap img.shap4 {
  bottom: 24%;
  left: 3%;
}

.p-c-shap img.shap5 {
  top: 25%;
  left: 10%;
}

.p-c-shap img.shap6 {
  top: 12%;
  right: 7%;
}

.p-c-shap img.shap7 {
  right: 8%;
  top: 50%;
}

.p-c-shap img.shap8 {
  bottom: 4%;
  right: 19%;
}

.pricing-item {
  position: relative;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-sizing: border-box;
  box-shadow: 0px 0px 11px 0px rgba(34, 34, 34, 0.07);
  border-bottom: 6px solid #970549;
}

.pricing-slider-full .pricing-item {
  width: 90%;
  margin: 10px auto;
}

.pricing-item::after {
  content: "";
  clear: both;
  display: block;
  position: absolute;
  width: 100%;
  height: 67px;
  background: url("../img/pricingb.html");
}

.pricing-item .content {
  border-bottom: 3px solid #eee;
  border-bottom-right-radius: 38%;
  padding-left: 35px;
  padding-top: 35px;
  padding-bottom: 30px;
}

.pricing-item .bottom {
  padding-left: 35px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.pricing-item .content a {
  border-radius: 3px;
  background-color: #970549;
  width: 40px;
  height: 40px;
  position: absolute;
  font-size: 28px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 20px;
  right: 20px;
}

.pricing-item .content h4 {
  font-weight: 700;
  font-size: 18px;
  color: #970549;
  line-height: 2.889;
}

.pricing-item .content h2 {
  font-weight: 700;
  font-size: 35px;
  line-height: 1.371;
  margin-bottom: 20px;
}

.pricing-item .content h2 small {
  font-weight: 500;
  font-size: 16px;
}

.pricing-item .content ul li {
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  color: #828181;
}

.pricing-item .bottom p {
  color: #393c40;
  font-weight: 500;
  font-size: 15px;
}

.pricing-item .bottom p b {
  color: #ff3600;
}

.pricing-slider-full.owl-carousel {
  position: inherit;
}

.pricing-plane .row {
  position: relative;
}

.pricing-slider-full .owl-nav {
  position: absolute;
  left: 5px;
  bottom: 85px;
}

.pricing-slider-full-nav {
  color: #393c40;
  border-style: solid;
  border-width: 2px;
  border-color: rgb(191, 203, 243);
  border-radius: 10px;
  width: 74px;
  height: 32px;
  display: flex;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  margin: 0px 10px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.pricing-slider-full-nav:hover {
  color: #fff;
  border-color: #970549;
  background: #970549;
}

/*
 * #-Blog
*/

.news-area {
  position: relative;
  z-index: 1;
}

.news-shap img {
  position: absolute;
}

.news-shap img.n-shap1 {
  top: 25%;
  left: 3%;
}

.news-shap img.n-shap2 {
  top: 17%;
  left: 20%;
}

.news-shap img.n-shap3 {
  top: 33%;
  left: 13%;
}

.news-shap img.n-shap4 {
  top: 25%;
  right: 11%;
}

.news-shap img.n-shap5 {
  bottom: 15%;
  right: 2%;
}

.news-shap img.n-shap6 {
  right: 4%;
  top: 30%;
}

.news-shap img.n-shap7 {
  right: 4.5%;
  top: 50%;
}

.blog-item {
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgb(34, 34, 34, 0.13);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease;
}

.blog-item:hover {
  transform: translateY(-10px);
}

.blog-item .thumbnail {
  height: 100%;
}

.blog-item .thumbnail img {
  width: 100%;
  height: 100%;
}

.blog-item .content {
  padding: 0px 25px;
}

.blog-item .content span {
  font-weight: 700;
  font-size: 18px;
  color: #970549;
  line-height: 2.889;
}

.blog-item .content h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.455;
}

.blog-item .content h3 a {
  color: rgb(64, 64, 64);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease;
  font-weight: 700;
}

.blog-item .content h3:hover a {
  color: #970549;
}

.blog-item .content p {
  font-weight: 500;
  font-size: 16px;
  color: rgb(130, 129, 129);
  line-height: 1.75;
  margin: 15px 0px;
}

.blog-item .content a.read_more {
  color: #970549;
  font-weight: 500;
  line-height: 1.75;
  position: relative;
  display: inline-block;
  padding: 2px 0px;
  font-size: 16px;
}

.blog-item .content a.read_more::after {
  content: "";
  clear: both;
  display: block;
  position: absolute;
  width: 65%;
  height: 3px;
  background-color: #970549;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease;
  bottom: 0px;
  left: 0;
}

.blog-item .content a.read_more:hover::after {
  width: 100%;
}

/*
 * #-Footer
*/

.footer {
  position: relative;
}

.footer-widgets .logo {
  margin-bottom: 30px;
}

.logo {
  /* position: relative; */
  /* bottom: 20px; */
}

.footer-widgets h3 {
  margin-bottom: 25px;
  font-size: 20px;
  color: rgb(64, 64, 64);
  line-height: 1.85;
  position: relative;
  padding-bottom: 5px;
}

.footer-widgets h3::after {
  content: "";
  clear: both;
  display: block;
  position: absolute;
  width: 40px;
  height: 3px;
  background: #970549;
  bottom: 0;
  left: 0;
}

.footer-widgets ul li a {
  font-size: 16px;
  font-weight: 500;
  color: rgb(130, 129, 129);
  line-height: 2.25;
  display: inline-block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease;
}

.footer-widgets ul li a:hover {
  color: #970549;
}

.footer-widgets p {
  font-weight: 500;
  font-size: 16px;
  color: rgb(130, 129, 129);
  line-height: 1.75;
}

.footer-widgets .footer-social span {
  margin: 0px 5px;
  display: inline-block;
}

.footer-widgets .footer-social span a {
  display: flex;
  width: 40px;
  height: 40px;
  background-color: rgb(230, 236, 252);
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease;
  font-size: 14px;
  justify-content: center;
  align-items: center;
  color: #545454;
}

.footer-widgets .footer-social span a:hover {
  background: #970549;
  color: #fff;
}

.news-content-fo p {
  margin-bottom: 15px;
  font-size: 16px;
}

.news-content-fo p:nth-child(1) {
  padding-bottom: 15px;
  border-bottom: 1px solid rgb(233, 237, 242);
}

.footer-widgets .form {
  margin-top: 10px;
  position: relative;
  width: 100%;
}

.footer-widgets .form input {
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgb(34, 34, 34, 0.12);
  height: 60px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease;
  border: none;
  width: 100%;
  padding: 0px 20px;
  font-weight: 500;
  color: #828181;
  font-size: 16px;
  padding-right: 72px;
}

.footer-widgets .form input::-moz-placeholder {
  font-weight: 500;
  color: #828181;
  font-size: 16px;
}

.footer-widgets .form input::placeholder {
  font-weight: 500;
  color: #828181;
  font-size: 16px;
}

.footer-widgets .form button {
  position: absolute;
  border: none;
  color: #fff;
  font-size: 20px;
  right: 0px;
  cursor: pointer;
  background: #970549;
  height: 100%;
  top: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 0px 18px;
}

.footer-get-in a {
  color: #fff;
}

.footer-get-in .single {
  margin-bottom: 20px;
}

.footer-get-in .single:last-child {
  padding-bottom: 0px;
}

.footer-get-in .single .icon {
  float: left;
  margin-right: 12px;
  font-size: 26px;
}

.footer-get-in .single .con {
  overflow: hidden;
}

.footer-get-in .single .con h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.footer-bottom {
  border-top: 2px solid rgba(44, 87, 228, 0.09);
}

.copy-right-text p {
  color: #828181;
  font-size: 16px;
  font-weight: 500;
}

.copy-right-text p a {
  color: #970549;
}

.sticky-header {
  padding: 0;
}

.header-top {
  background: #0e263c;
  color: #fff;
  padding: 15px 0px;
}

.top-left-info span {
  font-size: 15px;
  font-weight: 600;
  padding-right: 15px;
}

.top-left-info span:last-child {
  padding: 0px;
}

.header-top-right-info .mail {
  text-align: right;
}

.header-top-right-info .mail span {
  font-size: 15px;
  font-weight: 600;
  padding-right: 20px;
}

.header-top-right-info .social {
  float: right;
  border-left: 2px solid #505e52;
  padding-left: 10px;
}

.header-top-right-info .social ul li {
  display: inline-block;
  padding: 0px 7px;
}

.header-top-right-info .social ul li a {
  color: #fff;
}

/*
 * #-Hero Slider
*/

.hero-slider-item {
  position: relative;
}

.hero-slider-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 48%;
  height: 100%;
  background-image: url("../img/slider1.png");
  background-size: cover !important;
  background-position: top;
  z-index: 2;
}

.hero-slider-item.slider-item2::after {
  background-image: url("../img/slider2.png");
}

.hero-slider-caption {
  padding: 170px 0px;
}

.hero-slider-caption h4 {
  font-size: 26px;
  font-weight: 700;
  color: #970549;
  text-transform: capitalize;
  line-height: 1.2;
  text-decoration: underline;
  margin-bottom: 12px;
}

.hero-slider-caption h2 {
  text-transform: uppercase;
  font-size: 50px;
  line-height: 1.1;
  margin-bottom: 12px;
  color: #333;
}

.hero-slider-caption p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 30px;
}

/*Animation*/

.active .hero-slider-item h2,
.active .hero-slider-item h4,
.active .hero-slider-item a,
.active .hero-slider-item p {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.active .hero-slider-item h2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.active .hero-slider-item p {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.3s;
}

.active .hero-slider-item a {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.pricing-plane-area .row {
  position: relative;
}

/*
 * Brreadcrumb
*/

.breadcrumb-area {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(/img/breadcrumb.png);
  padding-top: 160px;
  padding-bottom: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  z-index: 1;
  position: relative;
}

.breadcrumb-area::after {
  content: "";
  clear: both;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.about-vedio-btn span a {
  display: none !important;
}

.counter-vedio-btn-full span a {
  display: none !important;
}

.breadcrumb-content h2 {
  font-weight: 700;
  font-size: 38px;
  color: #000;
  line-height: 1.579;
  margin-bottom: 10px;
}

.breadcrumb-content h2 span {
  color: #970549;
}

.breadcrumb-content ul li {
  display: inline-block;
  font-size: 18px;
  color: #970549;
  line-height: 1.556;
  padding: 0px 15px;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
}

.breadcrumb-content ul li a {
  color: #000;
}

.breadcrumb-content ul li:first-child {
  position: relative;
}

.breadcrumb-content ul li:first-child::after {
  content: "-";
  clear: both;
  display: block;
  position: absolute;
  height: 1px;
  top: 1px;
  color: #333;
  right: -5px;
  font-weight: 700;
}

.about-vedio-btn a {
  border-radius: 50%;
  background-color: #970549;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
  margin: 0 auto;
  box-shadow: 0 0 10px #970549;
  animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px #970549;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgb(44, 87, 228, 0);
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 #970549;
    box-shadow: 0 0 0 0 #970549;
  }
  70% {
    -moz-box-shadow: 0 0 0 10px #970549;
    box-shadow: 0 0 0 10px #970549;
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgb(44, 87, 228, 0);
    box-shadow: 0 0 0 0 rgb(44, 87, 228, 0);
  }
}

.counter-vedio-btn-full a {
  border-radius: 50%;
  background-color: #970549;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
  margin: 0 auto;
  box-shadow: 0 0 10px #970549;
  animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px #970549;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgb(44, 87, 228, 0);
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 #970549;
    box-shadow: 0 0 0 0 #970549;
  }
  70% {
    -moz-box-shadow: 0 0 0 20px #970549;
    box-shadow: 0 0 0 10px #970549;
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgb(44, 87, 228, 0);
    box-shadow: 0 0 0 0 rgb(44, 87, 228, 0);
  }
}

.about-vedio {
  padding-top: 300px;
  padding-bottom: 300px;
  background-repeat: no-repeat;
  background-position: center center;
}

.about-content p:last-child {
  margin-bottom: 0px;
}

/*
 * Team
*/

.team-item {
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
  overflow: hidden;
}

.team-item:hover {
  box-shadow: 0px 0px 10px 0px #eee;
}

.team-social-icon {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}

.team-item:hover .team-social-icon {
  height: 100%;
}

.team-social-icon ul li {
  display: inline-block;
  float: left;
  border-right: 1px solid #b5b2b2;
}

.team-social-icon ul li:last-child {
  border: none;
}

.team-social-icon ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background: #970549;
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.team-social-icon ul li a:hover {
  transform: translateY(-5px);
}

.team-item .thumbnail {
  width: 100%;
  overflow: hidden;
}

.team-item .thumbnail img {
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease;
}

.team-item .content {
  padding: 25px 0px;
}

.team-item .content h4 {
  font-weight: 700;
  font-size: 22px;
  color: rgb(64, 64, 64);
  line-height: 2.364;
}

.team-item .content p {
  font-weight: 500;
  font-size: 16px;
  color: rgb(130, 129, 129);
  line-height: 1.75;
}

.team-slider .owl-dots {
  margin-top: 20px;
}

.team-slider .owl-dots .owl-dot {
  margin: 0 6px;
  border: 0;
  background: none;
  cursor: pointer;
}

.team-slider .owl-dots .owl-dot span {
  display: block;
  border-radius: 50%;
  background-color: #333;
  width: 8px;
  height: 8px;
  position: relative;
  transition: all 0.3s ease;
}

.team-slider .owl-dots .owl-dot span::after {
  position: absolute;
  content: "";
  top: -5px;
  left: -5px;
  border: 1px solid #970549;
  border-radius: 50%;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  transform: scale(0);
  transition: all 0.3s ease;
}

.team-slider .owl-dots .owl-dot.active span::after {
  transform: scale(1);
}

.team-slider .owl-dots .owl-dot.active span {
  background: #970549;
}

.team-slider .owl-dots {
  text-align: center;
}

.get-connected {
  background: #970549;
  color: #fff;
}

.button-2.s-white-bg {
  background: #fff;
  color: #404040;
  border-color: #fff;
}

.get-connected h2 {
  font-size: 35px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  line-height: 1.429;
}

.services-details-content h4 {
  font-weight: 700;
  font-size: 18px;
  color: #970549;
  line-height: 2.889;
}

.services-details-content h2 {
  font-weight: 700;
  font-size: 35px;
  color: rgb(64, 64, 64);
  line-height: 1.486;
}

.services-details-content p {
  font-weight: 500;
  font-size: 16px;
  color: rgb(130, 129, 129);
  line-height: 1.75;
  margin-top: 30px;
}

/*
 * Pagination
*/

.blog-pagination ul li {
  display: inline-block;
  margin: 0px 8px;
}

.blog-pagination ul li a {
  display: flex;
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 5px 0px rgb(34, 34, 34, 0.12);
  width: 55px;
  height: 55px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease;
  color: #8c8b8b;
  font-weight: 500;
  font-size: 17px;
  justify-content: center;
  align-items: center;
}

.blog-pagination ul li a:hover {
  color: #fff;
  background: #970549;
}

.blog-pagination ul li span {
  display: flex;
  border-radius: 4px;
  background-color: #970549;
  box-shadow: 0px 0px 5px 0px rgb(34, 34, 34, 0.12);
  width: 55px;
  height: 55px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease;
  color: #fff;
  font-weight: 500;
  font-size: 17px;
  justify-content: center;
  align-items: center;
}

/*
 * Widgets
*/

.widgets-single h2 {
  font-weight: 700;
  font-size: 25px;
  color: rgb(64, 64, 64);
  line-height: 2.08;
  margin-bottom: 10px;
}

.widgets-single ul li {
  display: block;
  margin-bottom: 7px;
}

.widgets-single ul li a {
  display: inline-block;
  width: 100%;
  border-radius: 3px;
  background-color: rgb(236, 236, 236);
  padding: 20px 30px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease;
  color: #545454;
  font-weight: 500;
}

.widgets-single ul li a:hover {
  background: #970549;
  color: #fff;
}

.widgets-single .thumbnail {
  position: relative;
  width: 100%;
  height: 100%;
}

.widgets-single .thumbnail::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  top: 50%;
  bottom: 50%;
  left: 0;
  right: 0;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}

.widgets-single .thumbnail::after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  bottom: 0;
  left: 50%;
  right: 50%;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}

.widgets-single .thumbnail:hover::before {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.widgets-single .thumbnail:hover::after {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@media (min-width: 767px) {
  .blog-details {
    padding: 0px 20px;
  }
}

/*
 * #-Blog Details
*/

.blog-details .date span {
  font-weight: 700;
  font-size: 18px;
  color: #970549;
  line-height: 2.889;
}

.blog-details h2 {
  font-weight: 700;
  font-size: 35px;
  color: rgb(64, 64, 64);
  line-height: 1.486;
  margin-bottom: 30px;
}

.blog-details p {
  font-weight: 500;
  margin-bottom: 30px;
  font-size: 16px;
  color: rgb(130, 129, 129);
  line-height: 1.75;
}

.blog-details-cotent img {
  width: 100%;
}

.blog-tags span {
  font-size: 16px;
}

.blog-tags span b {
  font-weight: 700;
  color: #404040;
}

.blog-tags span a {
  font-size: 16px;
  color: #828181;
  font-weight: 500;
}

.blog-tags span a:hover {
  color: #970549;
}

.blog-share span {
  font-size: 16px;
}

.blog-share span b {
  font-weight: 700;
  color: #404040;
}

.blog-share span a {
  font-size: 16px;
  color: #828181;
  font-weight: 500;
}

.blog-share span a:hover {
  color: #970549;
}

.text-right {
  text-align: right;
}

.cooment-list h3,
.comment-form h3 {
  font-weight: 700;
  margin-bottom: 40px;
  font-size: 30px;
  color: rgb(64, 64, 64);
  line-height: 0.933;
}

.cooment-list ul li {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-left: 110px;
}

.cooment-list ul li img {
  position: absolute;
  left: 0;
  width: 90px;
}

.cooment-list ul li p {
  margin-bottom: 20px;
  font-size: 16px;
  color: rgb(130, 129, 129);
  font-weight: 500;
  line-height: 1.75;
}

.cooment-list ul li h4 {
  font-weight: 700;
  font-size: 18px;
  color: rgb(64, 64, 64);
  line-height: 1.556;
}

.cooment-list ul li h4 a {
  color: rgb(64, 64, 64);
}

.cooment-list ul li span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.75;
  color: rgb(130, 129, 129);
}

.cooment-list ul li .coment-content {
  position: relative;
}

.cooment-list ul li a.reply {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-weight: 700;
  line-height: 1.556;
  font-size: 18px;
  color: #970549;
}

.comment-form input {
  width: 100%;
  margin-bottom: 30px;
  padding: 15px 30px;
  border-radius: 4px;
  background-color: rgb(236, 236, 236);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease;
  font-weight: 500;
  font-size: 17px;
  color: #545454;
  border: none;
  border: 1px solid #eee;
}

.comment-form textarea {
  width: 100%;
  margin-bottom: 30px;
  padding: 15px 30px;
  border-radius: 4px;
  background-color: rgb(236, 236, 236);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease;
  font-weight: 500;
  font-size: 17px;
  color: #545454;
  border: 1px solid #eee;
  height: 250px;
}

.comment-form input:focus {
  border-color: #970549;
}

.comment-form textarea:focus {
  border-color: #970549;
}

.comment-form input::-moz-placeholder {
  font-size: 18px;
  color: #545454;
  opacity: 1;
}

.comment-form input::placeholder {
  font-size: 18px;
  color: #545454;
  opacity: 1;
}

.comment-form textarea::-moz-placeholder {
  font-size: 18px;
  color: #545454;
  opacity: 1;
}

.comment-form textarea::placeholder {
  font-size: 18px;
  color: #545454;
  opacity: 1;
}

/*
 * Contact
*/

.contact-form input {
  width: 100%;
  padding: 15px 30px;
  border-radius: 4px;
  background-color: rgb(236, 236, 236);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease;
  font-weight: 500;
  font-size: 17px;
  color: #545454;
  border: none;
  border: 1px solid #eee;
}

.contact-form input:focus {
  border-color: #970549;
}

.contact-form textarea {
  width: 100%;
  padding: 15px 30px;
  border-radius: 4px;
  background-color: rgb(236, 236, 236);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease;
  font-weight: 500;
  font-size: 17px;
  color: #545454;
  border: none;
  border: 1px solid #eee;
  height: 250px;
}

.contact-form textarea:focus {
  border-color: #970549;
}

.contact-form input::-moz-placeholder {
  font-size: 18px;
  color: #545454;
  opacity: 1;
}

.contact-form input::placeholder {
  font-size: 18px;
  color: #545454;
  opacity: 1;
}

.contact-form textarea::-moz-placeholder {
  font-size: 18px;
  color: #545454;
  opacity: 1;
}

.contact-form textarea::placeholder {
  font-size: 18px;
  color: #545454;
  opacity: 1;
}

.contact-form h2 {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 30px;
  color: rgb(64, 64, 64);
  line-height: 1.486;
}

.contact-form h2 span {
  color: #970549;
}

.contact-info-box {
  text-align: center;
  border-radius: 4px;
  box-shadow: 0px 0px 14px 0px rgb(34, 34, 34, 0.1);
  padding: 60px 30px;
  border-bottom: 6px solid #970549;
  box-sizing: border-box;
}

.contact-info-box p {
  font-weight: 500;
  color: rgb(130, 129, 129);
  font-size: 16px;
  line-height: 1.75;
}

.contact-info-box h2 {
  font-weight: 700;
  font-size: 22px;
  color: rgb(64, 64, 64);
  line-height: 2.364;
  margin-bottom: 10px;
}

/*
 * #-Mobile Menu
*/

.off_canvars_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  cursor: crosshair;
  background: #232323;
  top: 0;
}

.off_canvars_overlay.active {
  opacity: 0.5;
  visibility: visible;
}

.offcanvas_menu {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offcanvas_menu {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .offcanvas_menu {
    display: block;
  }
}

.offcanvas_menu_wrapper {
  width: 290px;
  position: fixed;
  background: #fff;
  z-index: 999;
  top: 0;
  height: 100vh;
  transition: 0.5s;
  left: 0;
  margin-left: -300px;
  padding: 20px 0px 30px;
  overflow-y: auto;
}

.offcanvas_menu_wrapper.active {
  margin-left: 0;
}

.offcanvas_menu_wrapper .slinky-theme-default {
  background: inherit;
  min-height: 300px;
  overflow-y: auto;
}

.offcanvas_menu_wrapper .header_search_box {
  display: block;
}

.offcanvas_main_menu > li.menu-item-has-children.menu-open > span.menu-expand {
  transform: rotate(180deg);
}

.offcanvas_main_menu
  > li
  ul
  li.menu-item-has-children.menu-open
  span.menu-expand {
  transform: rotate(180deg);
}

.offcanvas_main_menu li {
  position: relative;
}

.offcanvas_main_menu li:last-child {
  margin: 0;
}

.offcanvas_main_menu li span.menu-expand {
  position: absolute;
  right: 10px;
}

.offcanvas_main_menu li a {
  font-size: 17px;
  font-weight: 500;
  text-transform: capitalize;
  display: block;
  padding: 0px 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ededed;
  color: #545454;
}

.offcanvas_main_menu li a:hover {
  color: #970549;
}

.offcanvas_main_menu li ul.sub-menu {
  padding-left: 20px;
}

.offcanvas_footer {
  margin-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

.offcanvas_footer span a {
  font-size: 14px;
}

.offcanvas_footer span a:hover {
  color: #ff4800;
}

.slinky-theme-default a:not(.back) {
  padding: 10px 0;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
}

.slinky-theme-default a:not(.back):hover {
  background: inherit;
  color: #ff4800;
}

.canvas_close {
  position: absolute;
  top: 10px;
  right: 13px;
}

.canvas_close a {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  width: 32px;
  height: 32px;
  display: block;
  text-align: center;
  line-height: 32px;
  border: 1px solid #ededed;
  border-radius: 50%;
  color: #333;
}

.mobile-logo {
  padding-left: 20px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .canvas_open {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .canvas_open {
    right: 20px;
    top: 27px;
    display: block;
    width: 36px;
  }
}

.canvas_open a {
  display: block;
  text-align: center;
}

.canvas_open a span {
  width: 30px;
  height: 3px;
  background: #000;
  display: block;
  margin: 6px 0px;
}

.canvas_open a span:nth-child(2) {
  width: 20px;
}

@media only screen and (max-width: 767px) {
  .canvas_open a {
    width: 36px;
    height: 34px;
    line-height: 33px;
    font-size: 27px;
  }
}

.canvas_open a:hover {
  color: #fe3737;
  border-color: #fe3737;
}

/*
 * Sticky
*/

.sticky-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-animation: sticky 1s;
  -moz-animation: sticky 1s;
  -o-animation: sticky 1s;
  animation: sticky 1s;
  -webkit-box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
  -moz-box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
  box-shadow: 2px 4px 8px rgba(140, 129, 129, 0.25);
  background: #fff;
}

@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

/*
 * #-Preeloader
*/

#loading {
  background-color: #970549;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  margin-top: 0px;
  top: 0px;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 20px;
  width: 100px;
  margin-top: -10px;
  margin-left: -50px;
}

.object {
  width: 20px;
  height: 20px;
  background-color: #fff;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  margin-right: 20px;
  margin-bottom: 20px;
  position: absolute;
}

#object_one {
  -webkit-animation: object 2s linear infinite;
  animation: object 2s linear infinite;
}

#object_two {
  -webkit-animation: object 2s linear infinite -0.4s;
  animation: object 2s linear infinite -0.4s;
}

#object_three {
  -webkit-animation: object 2s linear infinite -0.8s;
  animation: object 2s linear infinite -0.8s;
}

#object_four {
  -webkit-animation: object 2s linear infinite -1.2s;
  animation: object 2s linear infinite -1.2s;
}

#object_five {
  -webkit-animation: object 2s linear infinite -1.6s;
  animation: object 2s linear infinite -1.6s;
}

@-webkit-keyframes object {
  0% {
    left: 100px;
    top: 0;
  }
  80% {
    left: 0;
    top: 0;
  }
  85% {
    left: 0;
    top: -20px;
    width: 20px;
    height: 20px;
  }
  90% {
    width: 40px;
    height: 15px;
  }
  95% {
    left: 100px;
    top: -20px;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 100px;
    top: 0;
  }
}

@keyframes object {
  0% {
    left: 100px;
    top: 0;
  }
  80% {
    left: 0;
    top: 0;
  }
  85% {
    left: 0;
    top: -20px;
    width: 20px;
    height: 20px;
  }
  90% {
    width: 40px;
    height: 15px;
  }
  95% {
    left: 100px;
    top: -20px;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 100px;
    top: 0;
  }
}

.widgets-single .thumbnail img {
  width: 100%;
}

.button-2.s-white-bg:hover {
  background: #970549;
  color: #fff;
}

@media (min-width: 1600px) {
  .breadcrumb-area {
    padding-top: 200px;
    padding-bottom: 400px;
  }
}

.single-portfolio-slider .owl-dots {
  text-align: center;
  margin-top: 10px;
}

.single-portfolio-slider .owl-dots .owl-dot {
  margin: 0 6px;
  border: 0;
  background: none;
  cursor: pointer;
}

.single-portfolio-slider .owl-dots .owl-dot.active span::after {
  transform: scale(1);
}

.single-portfolio-slider .owl-dots .owl-dot span::after {
  position: absolute;
  content: "";
  top: -5px;
  left: -5px;
  border: 1px solid #970549;
  border-radius: 50%;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  transform: scale(0);
  transition: all 0.3s ease;
}

.single-portfolio-slider .owl-dots .owl-dot.active span {
  background: #970549;
}

.single-portfolio-slider .owl-dots .owl-dot span {
  display: block;
  border-radius: 50%;
  background-color: #333;
  width: 8px;
  height: 8px;
  position: relative;
  transition: all 0.3s ease;
}

.portfolio-details-content h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
}

.portfolio-details-content p {
  line-height: 30px;
  text-align: justify;
  margin-bottom: 20px;
}

.single-portfolio-slider .thumbnail {
  width: 100%;
  overflow: hidden;
}

.single-portfolio-slider .thumbnail::after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  bottom: 0;
  left: 50%;
  right: 50%;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}

.single-portfolio-slider .thumbnail::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  top: 50%;
  bottom: 50%;
  left: 0;
  right: 0;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}

.single-portfolio-slider .thumbnail img {
  width: 100%;
}

.single-portfolio-slider .thumbnail:hover::before {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.single-portfolio-slider .thumbnail:hover::after {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.img-overly {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.img-overly img {
  width: 100%;
}

.img-overly::after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.15);
  top: 0;
  bottom: 0;
  left: 50%;
  right: 50%;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}

.img-overly::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.15);
  top: 50%;
  bottom: 50%;
  left: 0;
  right: 0;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}

.img-overly:hover::before {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.img-overly:hover::after {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.next-prev a {
  color: #000;
  font-weight: 600;
}

.next-prev a:hover {
  color: #970549;
}

.portfolio-s-widgets {
  border-top: 5px solid #970549;
  box-shadow: 0px 0px 10px 0px #eee;
  border-radius: 5px;
  padding: 30px;
}

.portfolio-info-item-wrap .item {
  margin-bottom: 20px;
  width: 100%;
  overflow: hidden;
}

.portfolio-info-item-wrap .item:last-child {
  margin-bottom: 0px;
}

.portfolio-info-item-wrap .item .icon {
  float: left;
  margin-right: 12px;
  font-size: 24px;
}

.portfolio-info-item-wrap .item .con {
  overflow: hidden;
}

.portfolio-info-item-wrap .item .con h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 2px;
}

.portfolio-info-item-wrap .item .con .share {
  margin-top: 3px;
}

.portfolio-info-item-wrap .item .con .share span {
  margin: 0px 4px;
  display: inline-block;
}

.portfolio-info-item-wrap .item .con .share span a {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #970549;
  color: #fff;
  font-size: 14px;
}

.portfolio-info-item-wrap .item .con .share span b {
  font-size: 20px;
  font-weight: 700;
}

.portfolio-s-widgets.overly-bg {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center center;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  border: none;
  z-index: 1;
}

.portfolio-s-widgets.overly-bg::after {
  content: "";
  clear: both;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: -1;
}

.work-together p {
  color: #fff;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 10px;
}

.work-together h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

.work-together a {
  color: #fff;
  line-height: 30px;
  margin-bottom: 10px;
  display: inline-block;
}

.contact-map {
  height: 100%;
}

.contact-form {
  box-sizing: border-box;
  box-shadow: 0px 0px 10px 0px #5d5d5d;
  padding: 30px;
}

.contact-form h4 {
  font-size: 18px;
  color: #970549;
  line-height: 2.889;
  font-weight: 700;
}

.testimonial-slider-full .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.testimonial-slider-full .owl-dots .owl-dot {
  margin: 0 6px;
  border: 0;
  background: none;
  cursor: pointer;
}

.testimonial-slider-full .owl-dots .owl-dot span {
  display: block;
  border-radius: 50%;
  background-color: #333;
  width: 8px;
  height: 8px;
  position: relative;
  transition: all 0.3s ease;
}

.testimonial-slider-full .owl-dots .owl-dot.active span {
  background: #970549;
}

.testimonial-slider-full .owl-dots .owl-dot span::after {
  position: absolute;
  content: "";
  top: -5px;
  left: -5px;
  border: 1px solid #970549;
  border-radius: 50%;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  transform: scale(0);
  transition: all 0.3s ease;
}

.testimonial-slider-full .owl-dots .owl-dot.active span::after {
  transform: scale(1);
}

.blog-item-single {
  border: 1px solid #eee;
  box-sizing: border-box;
}

.blog-item-single .thumbanil {
  position: relative;
}

.blog-item-single .thumbanil .category {
  position: absolute;
  bottom: -18px;
  left: 20px;
}

.blog-item-single .thumbanil .category a {
  display: inline-block;
  background: #970549;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 5px;
}

.blog-item-single .content {
  padding: 25px 20px;
  padding-top: 35px;
}

.blog-item-single .content .meta {
  margin-bottom: 20px;
}

.blog-item-single .content .meta span {
  padding-right: 20px;
  font-size: 15px;
  color: #666;
}

.blog-item-single .content .meta span:last-child {
  padding-right: 0px;
}

.blog-item-single .content .meta span i {
  color: #970549;
}

.blog-item-single .content .meta span a {
  color: #666;
}

.blog-item-single .content .meta span a:hover {
  color: #970549;
}

.blog-item-single .content h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.blog-item-single .content h3 a {
  color: #333;
}

.blog-item-single .content h3 a:hover {
  color: #970549;
}

.blog-item-single .content p {
  margin-top: 20px;
  line-height: 28px;
}

/*
 * Counter
*/

.counter-vedio-btn {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 2;
  padding-top: 150px;
  padding-bottom: 150px;
  margin-bottom: -200px;
}

.counter-vedio-btn::after {
  content: "";
  clear: both;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
}

.counter-bottom {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding-top: 120px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}

.counter-bottom::after {
  content: "";
  clear: both;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: -1;
}

.counter-item {
  width: 100%;
}

.counter-item .counter-title {
  float: left;
  margin-right: 14px;
}

.counter-item .counter-title h2.counter {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}

.counter-item .counter-content {
  overflow: hidden;
}

.counter-item .counter-content p {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  text-transform: capitalize;
  line-height: 1.5;
}

/*
 * #-Drak Home
*/

.home-dark {
  background: #672ab4;
}

.home-dark .menu ul li a {
  color: #fff;
}

.home-dark .menu ul li > ul::after {
  background: #000;
  border-left: 1px solid #2f2929;
  border-top: 1px solid #2f2929;
}

.home-dark .menu ul li > ul {
  background: #000;
  border-color: #2f2929;
}

.home-dark .sticky-header.sticky {
  background: #b75cff;
}

.home-dark .hero-slider-full-nav {
  color: #fff;
}

.home-dark .hero-slider-full .owl-dots .owl-dot::before {
  color: #fff;
}

.home-dark .hero-slider-full .owl-dots .owl-dot.active::before {
  color: #000;
}

.home-dark .hero-slider-caption h2 {
  color: #fff;
}

.home-dark .hero-slider-caption p {
  color: #cecece;
}

.home-dark .section-bg {
  background: #111;
}

.home-dark .pricing-plane::after {
  width: 0%;
  height: 0%;
}

.home-dark .pricing-plane {
  background: #000;
}

.home-dark .about-top h2 {
  color: #fff;
}

.home-dark p,
.home-dark span {
  color: #ccc;
}

.home-dark h2,
.home-dark h1,
.home-dark h3,
.home-dark h4,
.home-dark h5,
.home-dark h6 {
  color: #fff;
}

.home-dark .portfolio-item {
  background-color: #111;
}

.pricing-item .content h2 {
  color: #333;
}

.home-dark .blog-item {
  background-color: #111;
}

.home-dark .blog-item .content h3 a {
  color: #fff;
}

.home-dark .testimonial-item {
  border: 1px solid #2d2c2c;
}

.home-dark .canvas_open a span {
  background: #fff;
}

.home-dark .offcanvas_menu_wrapper {
  background: #131313;
  border-right: 1px solid #222;
}

.home-dark .canvas_close a {
  color: #fff;
}

.home-dark .offcanvas_main_menu li a {
  border-bottom: 1px solid #222;
  color: #fff;
}

.about-img img,
.services-details-img img {
  animation-name: bounce-1;
  animation-timing-function: linear;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  margin: 0 auto 0 auto;
  transform-origin: bottom;
}

@keyframes bounce-1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0);
  }
}

.estro-services-area .row .col-lg-4.col-md-6 {
  padding: 0;
}

.home-dark .footer-get-in .single .icon {
  color: #ccc;
}

.home-dark .footer-widgets ul li a {
  color: #ccc;
}

.home-dark .footer-widgets ul li a:hover {
  color: #970549;
}

.home-dark .portfolio-item .content h2 a {
  color: #ccc;
}

.home-dark .hero-slider-caption h4 {
  color: #b75cff;
}

.logo a img {
  width: 100px;
  background-color: #fff;
  padding: 5px;
}

.about-content ul li {
  color: #ccc;
  margin-bottom: 5px;
}

.home-dark .hero-slider-caption ul li {
  color: #ccc;
  margin-bottom: 5px;
}

.elfsight-app-57984d96-5228-4a55-b42e-0fd823c110a7 {
  display: none;
}

.mobile-logo a img {
  width: 100px;
  background: #fff;
  padding: 1rem;
}

.header .footer-social a {
  background-color: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}

.header .footer-social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.header .footer-social a i {
  color: #970549;
}

@media (max-width: 992px) {
  .header .footer-social {
    display: none;
  }
}


#menu .footer-social {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding-left: 5px;
}

#menu .footer-social a {
    color: #fff;
}