/***************************************************************************************************************
||||||||||||||||||||||||||||       MASTER STYLESHEET FOR Kieran             ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||||              TABLE OF CONTENT                  ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************
* 1. imported styles 
* 2. miscelnious styles 
* 3. header styles 
* 4. banner styles 
* 5. about styles 
* 6. services styles 
* 7. portfolio styles 
* 8. call to action styles 
* 9. resume styles 
* 10. fun fact styles 
* 11. my skills styles 
* 12. reviews styles 
* 13. blog styles 
* 14. contact styles 
* 15. footer styles 
* 16. inner banner styles 
* 17. sidebar styles 
****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/
/************************** 
* 1. imported styles 
***************************/
@import url(https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i);
@import url(https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i);
@import url(../assets/bootstrap/css/bootstrap.min.css);
@import url(../assets/font-awesome/css/font-awesome.min.css);
@import url(../assets/bootstrap-select/dist/css/bootstrap-select.min.css);
@import url(../assets/fn-icon/style.css);
@import url(../assets/owl.carousel-2/assets/owl.carousel.css);
@import url(../assets/owl.carousel-2/assets/owl.theme.default.min.css);
@import url(../assets/Magnific-Popup-master/dist/magnific-popup.css);
@import url(../assets/animate.min.css);
@import url(../assets/hover-min.css);
/************************** 
* 2. miscelnious styles 
***************************/
@media (min-width: 1200px) {
  .container {
    padding: 0;
  }
}
body {
  font-family: "Raleway";
  color: #888888;
  font-size: 20px;
  line-height: 24px;
}

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

.row{
  display: flex;
  flex-wrap: wrap;
  min-width: 100%;
}

.sec-pad {
  padding: 100px 0;
}

.p0 {
  padding: 0 !important;
}

.pb0 {
  padding-bottom: 0;
}

.gray-pattern {
  background: #f5f5f5 url(../img/pattern.png) center center repeat;
}

.thm-btn {
  display: inline-block;
  color: #fff;
  background: #9174ad;
  text-transform: uppercase;
  font-family: "Raleway";
  font-weight: 600;
  font-size: 22px;
  line-height: 16px;
  border: 2px solid #9174ad;
  border-radius: 30px;
  text-align: center;
  padding: 18px 48px;
  transition: all 0.4s ease;
}
.thm-btn.borderd, .thm-btn:hover {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
.thm-btn.borderd:hover {
  color: #fff;
  background: #9174ad;
  border-color: #9174ad;
}

.sec-title {
  margin-top: -5px;
  margin-bottom: 50px;
}
.sec-title h2, .sec-title p {
  margin: 0;
}
.sec-title h2 {
  font-size: 38px;
  font-family: "Raleway";
  color: #222222;
  line-height: 1em;
  font-weight: 600;
}
.sec-title p {
  color: #848484;
  margin-top: 15px;
}
.sec-title.text-center .line {
  margin-left: auto;
  margin-right: auto;
}
.sec-title .line {
  display: block;
  width: 50px;
  height: 2px;
  background: #7c4f9c;
  margin-top: 25px;
}

.scroll-to-top {
  position: fixed;
  bottom: 160px;
  right: 25px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  text-align: center;
  background: #9174ad;
  color: #fff;
  font-size: 25px;
  line-height: 60px;
  border-radius: 100%;
  cursor: pointer;
  display: none;
  box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
}
.scroll-to-top img{
  width: 36px;
  height: 36px;
}
.scroll-to-top.line{
  bottom: 93px;
}
.scroll-to-top.line .mobile{
  display: none;
}

@media(max-width: 600px){
  .scroll-to-top {
    right: 10px
  }
  .scroll-to-top.line .desktop{
    display: none;
  }
  .scroll-to-top.line .mobile{
    display: block;
  }
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/preloader.gif);
}

/************************** 
* 3. header styles 
***************************/
.header .navbar-brand{
  position: relative;
}
.header.slideIn .slideIn-logo{
  opacity: 100%;
}
.header .stricky-fixed-logo{
  opacity: 0%;
}
.header .header-navigation .navbar-collapse.collapse {
  padding: 0;
  text-align: right;
}

.header .header-navigation.navbar {
  background-color: transparent;
  position: relative;
  min-height: auto;
  margin-bottom: 0px;
  border: 0px solid transparent;
  border-radius: 0;
}

.header .header-navigation.navbar > .container .navbar-brand,
.header .header-navigation.navbar > .container-fluid .navbar-brand {
  margin: 0;
  float: left;
  height: auto;
  padding: 0;
  font-size: 20px;
  line-height: 47px;
}

.header .header-navigation.navbar > .container-fluid {
  padding-left: 70px;
  padding-right: 70px;
}

.header .header-navigation.navbar > .container .navbar-brand img,
.header .header-navigation.navbar > .container-fluid .navbar-brand img {
  display: inline;
}

.header .header-navigation.navbar .nav.navigation-box {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.header .header-navigation.navbar .nav > li {
  padding: 14px 0px;
  float: none;
  display: inline-block;
}

.header .header-navigation.navbar .nav > li + li {
  margin-left: 45px;
}

.header .header-navigation.navbar .nav > li > a {
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  color: #FFFFFF;
  padding: 0 0px;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}

.header .header-navigation.navbar .nav > li:hover > a {
  color: #9174ad;
}

.header .header-navigation.navbar .nav > li.current > a {
  color: #9174ad;
}

.header .header-navigation.navbar .navbar-nav > li > .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 200px;
  padding: 0px 0;
  text-align: left;
  list-style: none;
  background-color: #222;
  background-clip: padding-box;
  border-top: 4px solid #9174ad;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.header .header-navigation.navbar .navbar-nav > li > .sub-menu.right-align {
  left: auto;
  right: 0;
}

.header .header-navigation.navbar .navbar-nav > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}

.header .header-navigation.navbar .navbar-nav > li > .sub-menu li {
  display: block;
  position: relative;
}

.header .header-navigation.navbar .navbar-nav > li > .sub-menu li a {
  font-size: 20px;
  color: #FFFFFF;
  font-family: "Raleway", sans-serif;
  padding: 8px 0;
  display: block;
  padding-left: 20px;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
}

.header .header-navigation.navbar .navbar-nav > li > .sub-menu li + li {
  border-top: 1px dashed #282828;
}

.header .header-navigation.navbar .navbar-nav > li > .sub-menu li:hover > a {
  background: #9174ad;
  border-color: #9174ad;
  position: relative;
}

.header .header-navigation.navbar .navbar-nav > li > .sub-menu > li > .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 200px;
  padding: 0px 0;
  text-align: left;
  list-style: none;
  background-color: #161616;
  background-clip: padding-box;
  border-top: 4px solid #9174ad;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  top: 0;
  left: 100%;
  margin-top: 0px;
}

.header .header-navigation.navbar .navbar-nav > li > .sub-menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1025px) {
  .nav li a span.phone-only {
    display: none;
  }

  .nav li a .sub-nav-toggler {
    display: none;
  }
}
@media (max-width: 1024px) {
  .nav li a .sub-nav-toggler {
    display: inline-block;
  }
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding-top: 40px;
}

.header.stricky-fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  margin: 0;
  background: #222;
  padding: 0px 0;
}

.header.stricky-fixed .slideIn-logo{
  display: none !important;
  opacity: 0;
}
.header.stricky-fixed .stricky-fixed-logo{
  opacity: 100%;
}

.header.stricky-fixed .header-navigation.navbar .nav > li:hover > a {
  color: #9174ad;
}

.header.stricky-fixed .header-navigation.navbar .nav > li {
  padding: 20px 0;
}

.header.stricky-fixed .header-navigation.navbar > .container .navbar-brand, .header.stricky-fixed .header-navigation.navbar > .container-fluid .navbar-brand {
  position: relative;
  padding: 5px 0;
}

/************************** 
* 4. banner styles 
***************************/
.banner {
  background: #072235 url(../img/banner-bg.jpg) bottom right no-repeat;
  background-size: cover;
  position: relative;
}
.banner #particles-js {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.banner .container {
  max-width: 1050px;
}
.banner .banner-img-box {
  padding-top: 215px;
  padding-bottom: 145px;
  position: relative;
}
.banner .banner-img-box:before {
  content: "";
  width: 305px;
  height: 305px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 5px solid #A4AEB5;
  margin-left: -30%;
}
.banner .banner-img-box img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 0px 150px 70px #0d395a;
  position: relative;
}
.banner .banner-content {
  padding-left: 15px;
/*  padding-top: 340px;*/
  padding-top: 17.7083vw;
}
.banner .banner-content .title {
  margin: 0;
  color: #fff;
  font-family: "Raleway";
  font-weight: 600;
  font-size: 70px;
  line-height: 70px;
  position: relative;
}
.banner .banner-content .title:after {
  content: "";
  width: 100px;
  height: 6px;
  background: #9174ad;
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateX(-50%);
  display: block;
  border-radius: 10px;
}
.banner .banner-content .title .type-wrap {
  display: inline-block;
}
.banner .banner-content .title .typed-cursor {
  position: relative;
  bottom: 5px;
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.banner .banner-content p {
  color: #fff;
  font-size: 16px;
  margin-top: 25px;
}
.banner .banner-content .button-box {
  margin-top: 35px;
}
.banner .banner-content a.thm-btn + a.thm-btn {
  margin-left: 20px;
}

/************************** 
* 5. about styles 
***************************/
.about-area .about-content {
  margin-top: 40px;
  padding-top: 65px;
  padding-left: 60px;
  padding-bottom: 110px;
  background: transparent url(../img/about-content-bg.png) 0px 0px no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 9;
}
.about-area .about-content h3, .about-area .about-content p {
  margin: 0;
}
.about-area .about-content h3 {
  font-size: 28px;
  color: #222222;
  font-family: "Raleway";
  font-size: 28px;
  line-height: 1em;
}
.about-area .about-content p {
  color: #848484;
  margin-top: 30px;
}
.about-area .about-content ul.contact-info, .about-area .about-content ul.contact-info li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.about-area .about-content ul.contact-info {
  margin-top: 17px;
}
.about-area .about-content ul.contact-info li {
  font-size: 14px;
  line-height: 22px;
  color: #848484;
  font-family: "Montserrat";
}
.about-area .about-content ul.contact-info li + li {
  margin-top: 10px;
}
.about-area .about-content ul.contact-info li span {
  color: #222222;
  font-weight: 600;
}
.about-area .about-content .button-box {
  margin-top: 35px;
}
.about-area .about-content .button-box a.thm-btn:hover {
  background: #222;
  color: #9174ad;
  border-color: #222;
}
.about-area .about-content .button-box a.thm-btn + a.thm-btn {
  margin-left: 20px;
}
.about-area .about-content .button-box a.thm-btn.borderd {
  color: #222222;
  font-size: 14px;
  border-color: #E5E5E5;
}
.about-area .about-content .button-box a.thm-btn.borderd:hover {
  background: #E5E5E5;
  color: #9174ad;
}
.about-area p.about-text {
  margin: 0;
  color: #848484;
  margin-top: 75px;
}
.about-area .price-carousel .item{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-area .price-carousel .item .image{
  overflow: hidden;
  border-radius: 100%;
  width: clamp(190px, 15.625vw, 300px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-area .price-carousel .item .image img{
  width: 100%;
}
.about-area .price-carousel .item .price-wrapper{
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.about-area .price-carousel .item .price-wrapper .ntd{
  font-size: 30px;
  color: #9174ad;
  margin-right: 5px;
}
.about-area .price-carousel .item .price-wrapper .price{
  font-size: 40px;
  font-weight: 700;
  color: #9174ad;
}
.about-area .price-carousel .item .time{
  border-radius: 100px;
  padding: 7px 10px;
  font-size: 20px;
  border: 2px solid #9174ad;
  text-align: center;
  font-weight: 700;
  color: #9174ad;
  width: 140px;
  margin-top: 25px;
}
.about-area .price-carousel .item .title{
  font-size: 32px;
  margin-top: 30px;
}

/************************** 
* 6. services styles 
***************************/
.services-area .single-service {
  background: #fff;
  text-align: center;
  padding: 0 30px;
  padding-top: 55px;
  padding-bottom: 50px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.07);
  min-height: 271px;

  background: transparent;
  padding: 0;
  color: #9174ad;
  box-shadow: none;
  min-height: 150px;
}
.services-area .single-service:hover {
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.07);
  box-shadow: none;
}
.services-area .single-service:hover .icon-box {
  background: #9174ad;
  background: transparent;
}
.services-area .single-service:hover .icon-box i {
  color: #fff;
}
.services-area .single-service .icon-box {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.4s ease;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.07);

  width: 70px;
  height: 70px;
  box-shadow: none;
}
.services-area .single-service .icon-box i {
  color: #9174ad;
  font-size: 40px;
  line-height: 100px;
}
.services-area .single-service h3, .services-area .single-service p {
  margin: 0;
}
.services-area .single-service h3 {
  color: #222222;
  font-size: 20px;
  line-height: 1em;
  font-weight: 600;
  margin-top: 25px;
  transition: all 0.4s ease;
  cursor: pointer;

  color: #9174ad;
}
/*.services-area .single-service h3:hover {
  color: #9174ad;
}*/
.services-area .single-service p {
  color: #777777;
  margin-top: 20px;
}
.services-area .owl-controls{
  margin-top: 40px;
}

/************************** 
* 7. portfolio styles 
***************************/
.portfolio-area .portfolio-filter {
  margin-top: 70px;
}
.portfolio-area .portfolio-filter ul li + li span {
  margin-left: 15px;
}
.portfolio-area .portfolio-filter ul li.active span,
.portfolio-area .portfolio-filter ul li:hover span {
  color: #9174ad;
}
.portfolio-area .portfolio-filter ul li span {
  display: block;
  color: #222222;
  font-family: "Raleway";
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.4s ease;
}
.portfolio-area .single-portfolio {
  position: relative;
  margin-bottom: 30px;
}
.portfolio-area .single-portfolio img{
  width: auto;
}
.portfolio-area .single-portfolio:hover .overlay {
  opacity: 1;
}
.portfolio-area .single-portfolio .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.4s ease;
  background: rgba(0, 0, 0, 0.65);
}
.portfolio-area .single-portfolio .overlay .content {
  width: 100%;
  height: 100%;
}
.portfolio-area .single-portfolio .overlay .content .box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
.portfolio-area .single-portfolio .overlay .content .box h3, .portfolio-area .single-portfolio .overlay .content .box p {
  margin: 0;
  color: #fff;
}
.portfolio-area .single-portfolio .overlay .content .box h3 {
  font-family: "Raleway";
  font-weight: 500;
  font-size: 20px;
}
.portfolio-area .single-portfolio .overlay .content .box a.img-popup {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  margin-bottom: 10px;
}
.portfolio-area .single-portfolio .overlay .content .box a.img-popup:hover {
  background: #9174ad;
}
.portfolio-area .single-portfolio .overlay .content .box a.img-popup:hover i {
  color: #fff;
}
.portfolio-area .single-portfolio .overlay .content .box a.img-popup i {
  color: #9174ad;
  font-size: 22px;
  line-height: 65px;
}

.portfolio-carousel .single-portfolio{
  margin-top: 0;
  height: 240px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.portfolio-carousel .owl-item.active{
  opacity: .5;
}
.portfolio-carousel .owl-item.center{
  opacity: 1;
}
.price-carousel .item .image{
  border-radius: 100%;
  
}

/************************** 
* 8. call to action styles 
***************************/
.call-to-action {
  padding-top: 80px;
  padding-bottom: 85px;
  position: relative;
  background: #0d395a url(../img/cta-bg.jpg) center center no-repeat fixed;
  background-size: cover;
}
.call-to-action:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(13, 57, 90, 0.5);
}
.call-to-action .container {
  position: relative;
}
.call-to-action .container p {
  color: #fff;
  font-size: 20px;
  font-style: italic;
  margin: 0;
}
.call-to-action .container h2 {
  color: #fff;
  margin: 0;
  font-weight: bold;
  font-size: 44px;
  margin-top: 15px;
  margin-bottom: 40px;
}

/************************** 
* 9. resume styles 
***************************/
.resume-area .single-resume h3, .resume-area .single-resume p {
  margin: 0;
}
.resume-area .single-resume:last-child .education-info {
  padding-bottom: 0;
}
.resume-area .single-resume .education-name {
  background: #F5F5F5;
  padding-left: 40px;
  padding-top: 40px;
  padding-bottom: 30px;
}
.resume-area .single-resume .education-name h3 {
  color: #222222;
  font-size: 20px;
  font-weight: 500;
}
.resume-area .single-resume .education-name p {
  color: #9174ad;
  font-family: "Montserrat";
  margin-top: 10px;
}
.resume-area .single-resume .education-info {
  position: relative;
  border-left: 1px solid #F5F5F5;
  padding-left: 40px;
  padding-bottom: 40px;
}
.resume-area .single-resume .education-info:before {
  content: "";
  width: 11px;
  height: 11px;
  background: #9174ad;
  border-radius: 50%;
  position: absolute;
  top: 27%;
  left: -2px;
  transform: translateX(-27%);
}
.resume-area .single-resume .education-info .inner {
  background: #fff;
  padding-left: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.07);
}
.resume-area .single-resume .education-info .inner h3 {
  color: #222222;
  font-size: 20px;
  font-weight: 500;
}
.resume-area .single-resume .education-info .inner p {
  color: #777777;
}
.resume-area .single-resume .education-info .inner .line {
  display: block;
  width: 50px;
  height: 1px;
  background: #9174ad;
  margin-top: 10px;
  margin-bottom: 15px;
}

/************************** 
* 10. fun fact styles 
***************************/
.fun-fact-area {
  padding: 75px 0;
}
.fun-fact-area .single-fun-fact {
  position: relative;
  padding-left: 25px;
}
.fun-fact-area .single-fun-fact .icon-box {
  background: #9174ad;
  color: #fff;
  font-size: 27px;
  text-align: center;
  line-height: 50px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -25px;
}
.fun-fact-area .single-fun-fact .inner {
  position: relative;
  background: #fff;
  padding: 35px 0;
  padding-left: 55px;
}
.fun-fact-area .single-fun-fact .inner h3, .fun-fact-area .single-fun-fact .inner p {
  margin: 0;
}
.fun-fact-area .single-fun-fact .inner h3 {
  font-size: 50px;
  font-family: "Montserrat";
  color: #1D2025;
  font-weight: bold;
}
.fun-fact-area .single-fun-fact .inner p {
  color: #383838;
  font-family: "Montserrat";
  font-weight: 300;
  margin-top: 0px;
}

/************************** 
* 11. my skills styles 
***************************/
.my-skills-area .progress-box-wrapper {
  margin-top: 10px;
}
.my-skills-area .progress-box-wrapper .single-progress + .single-progress {
  margin-top: 32px;
}
.my-skills-area .progress-box-wrapper .single-progress p {
  margin-bottom: 7px;
  color: #222;
  font-weight: 500;
}
.my-skills-area .progress-box-wrapper .single-progress .progress-box {
  width: 100%;
  height: 16px;
  border: 1px solid #F5F5F5;
  position: relative;
  background: #F5F5F5;
}
.my-skills-area .progress-box-wrapper .single-progress .progress-box .inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #9174ad;
}
.my-skills-area .progress-box-wrapper .single-progress .progress-box .inner .percent {
  position: absolute;
  bottom: 100%;
  right: 0;
  margin-bottom: 7px;
  color: #222;
  font-family: "Montserrat";
  font-weight: 500;
}

/************************** 
* 12. reviews styles 
***************************/
.review-area.user{
  background: url('../img/bg-user2.jpg') center top no-repeat white;
}
.review-area .testimonial-carousel {
  background-color: transparent;
}
.review-area .testimonial-carousel .owl-nav {
  margin: 0;
  color: #E8CECF;
}
.review-area .testimonial-carousel .owl-nav [class*=owl-] {
  background-color: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -70px;
}
.review-area .testimonial-carousel .owl-nav [class*=owl-next] {
  right: -70px;
  left: auto;
}
.review-area .testimonial-carousel .single-testimonial {
  text-align: center;
  padding-top: 75px;

  padding: clamp(20px, 2.083vw, 40px) 20px;
  background: #9174ad;
  border-radius: 5px;
}
.review-area .testimonial-carousel .single-testimonial .inner {
  /*background: #fff;
  padding-bottom: 55px;*/
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
}
.review-area .testimonial-carousel .single-testimonial .icon-box {
  position: relative;
  width: 120px;
  height: 120px;
  background: white;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /*top: -75px;
  margin-bottom: -75px;*/
}
.review-area .testimonial-carousel .single-testimonial .icon-box img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}
.review-area .testimonial-carousel .single-testimonial h3 {
  color: white;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  margin-top: 25px;
}
.review-area .testimonial-carousel .single-testimonial p {
  font-size: 20px;
  line-height: 28px;
  color: white;
  margin: 0;
  margin-top: 40px;
}
.review-area .testimonial-carousel .single-testimonial span {
  display: block;
  color: #848484;
  font-size: 14px;
  font-style: italic;
  margin-top: 5px;
}

/************************** 
* 13. blog styles 
***************************/
a.single-blog-grid:hover .img-box:before, a.single-blog-grid:hover .img-box:after {
  opacity: 1;
}
.single-blog-grid .img-box {
  position: relative;
  cursor: pointer;
}
.single-blog-grid .link{
  display: inline-block;
    color: #9174ad;
    border: 2px solid #9174ad;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    border-radius: 30px;
    text-align: center;
    padding: 10px 48px;
    transition: all 0.4s ease;
}
.single-blog-grid a:hover .link{
  transition: all 0.4s ease;
  background: #9174ad;
  color: white;

}
.single-blog-grid figure.img-box{
  margin: 0;
}
.single-blog-grid .img-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: rgba(196, 144, 144, 0.8);
  transition: all 0.4s ease;
}
.single-blog-grid .img-box:after {
  content:"MORE";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.4s ease;
  color: white;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border: 1px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-blog-grid .img-box .date-box {
  width: 70px;
  height: 70px;
  background: #9174ad;
  color: #fff;
  font-family: "Raleway";
  font-size: 20px;
  line-height: 24px;
  position: absolute;
  top: 15px;
  left: 15px;
  text-align: center;
  z-index: 9;
  line-height: 1.3;
  font-weight: 600;
  padding-top: 10px;
}
.single-blog-grid .img-box .date-box .big-font{
  font-size: 20px;
}
.single-blog-grid .text-box {
  background: white;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.07);
  min-height: clamp(185px, 9.635416vw, 150px);
/*  text-align: center;*/
}
.single-blog-grid .text-box h3, .single-blog-grid .text-box p {
  margin: 0;
  font-size: 20px;
}
.single-blog-grid .text-box h3 {
  color: #222222;
  font-weight: 600;
  font-size: 20px;
  font-size: 22px;
  transition: all 0.4s ease;
  line-height: 1.4;
  margin-bottom: 10px;
}
a.single-blog-grid .text-box h3:hover {
  color: #9174ad;
}
.single-blog-grid .text-box .meta {
  margin-top: 5px;
  margin-bottom: 15px;
}
.single-blog-grid .text-box .meta a {
  display: inline-block;
  color: #848484;
  font-size: 14px;
  transition: all 0.4s ease;
}
a.single-blog-grid .text-box .meta a:hover {
  color: #9174ad;
}
.single-blog-grid .text-box .meta span.sep {
  display: inline-block;
  color: #848484;
  margin-left: 10px;
  margin-right: 10px;
}
.single-blog-grid .text-box p {
  margin-bottom: 10px;
}
.single-blog-grid .text-box a.read-more {
  color: #848484;
  transition: all 0.4s ease;
  font-weight: 600;
}
.single-blog-grid .text-box a.read-more i {
  font-size: 14px;
  margin-left: 7px;
}
a.single-blog-grid .text-box a.read-more:hover {
  color: #9174ad;
}

.blog-grid-page .single-blog-grid {
  margin-bottom: 30px;
}

.blog-sidebar-page .single-blog-grid {
  margin-bottom: 50px;
}

.blog-details-page .single-blog-grid .social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #D9D9D9;
  color: #848484;
  text-align: center;
  line-height: 38px;
  transition: all 0.4s ease;
}
.blog-details-page .single-blog-grid .social a + a {
  margin-left: 10px;
}
.blog-details-page .single-blog-grid .social a:hover {
  background: #9174ad;
  color: #fff;
  border-color: #9174ad;
}
.blog-details-page .comment-box, .blog-details-page .leave-comment-area {
  margin-top: 70px;
}
.blog-details-page .comment-box .title, .blog-details-page .leave-comment-area .title {
  margin-bottom: 30px;
}
.blog-details-page .comment-box .title h3, .blog-details-page .leave-comment-area .title h3 {
  color: #222222;
  font-size: 24px;
  line-height: 1em;
  margin: 0;
}
.blog-details-page .comment-box .single-comment + .single-comment {
  margin-top: 37px;
}
.blog-details-page .comment-box .single-comment .img-box, .blog-details-page .comment-box .single-comment .text-box {
  display: table-cell;
  vertical-align: top;
}
.blog-details-page .comment-box .single-comment .img-box {
  width: 85px;
}
.blog-details-page .comment-box .single-comment .text-box {
  padding-left: 25px;
}
.blog-details-page .comment-box .single-comment .text-box h3, .blog-details-page .comment-box .single-comment .text-box p {
  margin: 0;
}
.blog-details-page .comment-box .single-comment .text-box h3 {
  color: #222222;
  font-size: 20px;
  line-height: 1em;
  margin-bottom: 5px;
}
.blog-details-page .comment-box .single-comment .text-box span {
  font-size: 13px;
  line-height: 1em;
}
.blog-details-page .comment-box .single-comment .text-box p {
  font-size: 20px;
  line-height: 26px;
  margin-top: 15px;
}
.blog-details-page .leave-comment-area form label.error {
  display: none !important;
}
.blog-details-page .leave-comment-area form input, .blog-details-page .leave-comment-area form textarea {
  border: 1px solid #E5E5E5;
  outline: none;
  width: 100%;
  height: 50px;
  border-radius: 0px;
  padding-left: 20px;
  margin-bottom: 30px;
  display: block;
}
.blog-details-page .leave-comment-area form input.error, .blog-details-page .leave-comment-area form textarea.error {
  background: rgba(255, 0, 0, 0.3);
  border-color: rgba(255, 0, 0, 0.3);
}
.blog-details-page .leave-comment-area form textarea {
  height: 160px;
  padding-top: 10px;
}
.blog-details-page .leave-comment-area form button.thm-btn:hover {
  background: #222;
  border-color: #222;
}

.post-pagination {
  margin-top: 20px;
}
.post-pagination a {
  color: #222;
  font-size: 20px;
  transition: all 0.4s ease;
  font-weight: bold;
}
.post-pagination a + a {
  margin-left: 30px;
}
.post-pagination a.active, .post-pagination a:hover {
  color: #9174ad;
}

/************************** 
* 14. contact styles 
***************************/
.contact-area .contact-text h3, .contact-area .contact-text p {
  margin: 0;
}
.contact-area .contact-text h3 {
  margin: 0;
  color: #222222;
  font-size: 38px;
  font-weight: 600;
}
.contact-area .contact-text p {
  color: #222222;
  font-size: 20px;
  line-height: 28px;
  margin-top: 20px;
}
.contact-area .contact-text ul.contact-info, .contact-area .contact-text ul.contact-info li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-area .contact-text ul.contact-info {
  margin-top: 25px;
}
.contact-area .contact-text ul.contact-info li {
  position: relative;
  padding-left: 30px;
  font-size: 20px;
  color: #222222;
}
.contact-area .contact-text ul.contact-info li + li {
  margin-top: 10px;
}
.contact-area .contact-text ul.contact-info li i {
  color: #9174ad;
  font-size: 20px;
  position: absolute;
  top: 4px;
  left: 0;
}
.contact-area .contact-text ul.contact-info li i.fa-envelope {
  font-size: 16px;
}
.contact-area .contact-text .social {
  margin-top: 30px;
}
.contact-area .contact-text .social a {
  color: #848484;
  font-size: 14px;
  transition: all 0.4s ease;
}
.contact-area .contact-text .social a + a {
  margin-left: 15px;
}
.contact-area .contact-text .social a:hover {
  color: #9174ad;
}
.contact-area .contact-form {
  padding-left: 40px;
  margin-top: 60px;
}
.contact-area .contact-form input, .contact-area .contact-form textarea {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  border-bottom: 1px solid #DEDEDE;
  height: 35px;
  margin-bottom: 20px;
  color: #222;
  background-color: transparent;
}
.contact-area .contact-form input::-webkit-input-placeholder, .contact-area .contact-form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #222;
}
.contact-area .contact-form input::-moz-placeholder, .contact-area .contact-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #222;
}
.contact-area .contact-form input:-ms-input-placeholder, .contact-area .contact-form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #222;
}
.contact-area .contact-form input:-moz-placeholder, .contact-area .contact-form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #222;
}
.contact-area .contact-form input.error, .contact-area .contact-form textarea.error {
  color: red;
  border-bottom-color: red;
}
.contact-area .contact-form input.error::-webkit-input-placeholder, .contact-area .contact-form textarea.error::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: red;
}
.contact-area .contact-form input.error::-moz-placeholder, .contact-area .contact-form textarea.error::-moz-placeholder {
  /* Firefox 19+ */
  color: red;
}
.contact-area .contact-form input.error:-ms-input-placeholder, .contact-area .contact-form textarea.error:-ms-input-placeholder {
  /* IE 10+ */
  color: red;
}
.contact-area .contact-form input.error:-moz-placeholder, .contact-area .contact-form textarea.error:-moz-placeholder {
  /* Firefox 18- */
  color: red;
}
.contact-area .contact-form textarea {
  height: 80px;
}
.contact-area .contact-form label.error {
  display: none !important;
}
.contact-area .contact-form button.thm-btn {
  outline: none;
  margin-top: 10px;
}
.contact-area .contact-form button.thm-btn:hover {
  background: #222;
  border-color: #222;
}

.contact-area .content{
  display: flex;
}
.contact-area .content .left{
  width: 50%;
  object-fit: cover;
}
.contact-area .content .right{
  width: 50%;
  /*background: #F3E6E7;*/
  background: #f1edf4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(60px, 4.16vw, 80px) clamp(20px, 5.2083vw, 100px);
}
.contact-area .content .right .info{
  font-size: 24px;
}

/************************** 
* 15. footer styles 
***************************/
.footer {
  background: #fff;
  border-top: 1px solid #F5F5F5;
  padding: 23px 0;
}
.footer .copy-text {
  color: #848484;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 500;
}
.footer .footer-menu {
  margin-bottom: 0;
}
.footer .footer-menu li + li a {
  margin-left: 50px;
}
.footer .footer-menu li a {
  font-weight: 500;
  display: block;
  text-transform: uppercase;
  color: #848484;
  font-size: 14px;
  text-transform: uppercase;
  transition: all 0.4s ease;
}
.footer .footer-menu li a:hover {
  color: #9174ad;
}

/************************** 
* 16. inner banner styles 
***************************/
.inner-banner {
  background: #222 url(../img/inner-banner-bg.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 230px;
  padding-bottom: 150px;
}
.inner-banner h2, .inner-banner .title {
  margin: 0;
  color: #fff;
  font-size: 50px;
  font-weight: 600;
}
.inner-banner .breadcumb {
  margin-top: 20px;
}
.inner-banner .breadcumb ol{
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  justify-content: center;
}
.inner-banner .breadcumb ol li{
  list-style: none;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
}
.inner-banner .breadcumb ol li:not(:last-child)::before{
  content:"/";
  position: absolute;
  color: white;
  right: -20px;
  top: 0;
}
.inner-banner .breadcumb a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.inner-banner .breadcumb span.sep {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-left: 15px;
  margin-right: 15px;
}

/************************** 
* 17. sidebar styles 
***************************/
.sidebar.sidebar-right {
  padding-left: 20px;
}
.sidebar.sidebar-left {
  padding-right: 20px;
}
.sidebar .single-sidebar + .single-sidebar {
  margin-top: 50px;
}
.sidebar .single-sidebar .title {
  margin-bottom: 30px;
}
.sidebar .single-sidebar .title h3 {
  margin: 0;
  color: #222222;
  font-size: 24px;
  font-weight: 500;
}
.sidebar .single-sidebar.search-widget form {
  position: relative;
}
.sidebar .single-sidebar.search-widget input {
  width: 100%;
  height: 50px;
  border: 1px solid #E5E5E5;
  padding-left: 20px;
  outline: none;
}
.sidebar .single-sidebar.search-widget button {
  background: #9174ad;
  color: #fff;
  font-size: 20px;
  width: 80px;
  height: 50px;
  text-align: center;
  border: none;
  outline: none;
  position: absolute;
  top: 0;
  right: 0;
}
.sidebar .single-sidebar.category-widget ul.category-list, .sidebar .single-sidebar.category-widget ul.category-list li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar .single-sidebar.category-widget ul.category-list {
  margin-top: -10px;
}
.sidebar .single-sidebar.category-widget ul.category-list li + li {
  margin-top: 10px;
}
.sidebar .single-sidebar.category-widget ul.category-list li a {
  color: #777777;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.4s ease;
}
.sidebar .single-sidebar.category-widget ul.category-list li a:hover {
  color: #9174ad;
}
.sidebar .single-sidebar.archive-widget ul.archive-list, .sidebar .single-sidebar.archive-widget ul.archive-list li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar .single-sidebar.archive-widget ul.archive-list {
  margin-top: -10px;
}
.sidebar .single-sidebar.archive-widget ul.archive-list li + li {
  margin-top: 10px;
}
.sidebar .single-sidebar.archive-widget ul.archive-list li a {
  color: #777777;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.4s ease;
}
.sidebar .single-sidebar.archive-widget ul.archive-list li a:hover {
  color: #9174ad;
}
.sidebar .single-sidebar.latest-post-widget .single-latest-post + .single-latest-post {
  margin-top: 25px;
}
.sidebar .single-sidebar.latest-post-widget .single-latest-post:hover .img-box:before {
  opacity: 1;
}
.sidebar .single-sidebar.latest-post-widget .single-latest-post .img-box {
  position: relative;
  cursor: pointer;
  margin-bottom: 20px;
}
.sidebar .single-sidebar.latest-post-widget .single-latest-post .img-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.4s ease;
}
.sidebar .single-sidebar.latest-post-widget .single-latest-post h3, .sidebar .single-sidebar.latest-post-widget .single-latest-post p {
  margin: 0;
}
.sidebar .single-sidebar.latest-post-widget .single-latest-post h3 {
  color: #222222;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  transition: all 0.4s ease;
}
.sidebar .single-sidebar.latest-post-widget .single-latest-post h3:hover {
  color: #9174ad;
}
.sidebar .single-sidebar.latest-post-widget .single-latest-post p {
  color: #848484;
  font-size: 13px;
  margin-top: 10px;
}

/*# sourceMappingURL=style.css.map */

.text-box hr{
  border-color: #9174ad;
  width: 30px;
  margin: 15px 0;
}
.single-blog-grid{
  margin-bottom: 30px;
  display: block;
}
.single-blog-grid .text-box{
  transition: all 0.4s ease;
}
a.single-blog-grid:hover .text-box, a.single-blog-grid:hover .text-box h3{
  color: #9174ad; 
}
.product_i_page .title{
  letter-spacing: 4px;
}
.product_i_page .price{
  color: #9174ad;
  font-size: clamp(24px, 1.5625vw, 30px);
  font-weight: 700;
  margin-top: 20px;
}
.product_i_page .time{
  font-size: 20px;
}
.webeditor, .webeditor p{
  font-size: 20px;
  line-height: 1.5;
}
.webeditor h4{
  margin: 20px 0;
}
.webeditor ol li, .webeditor ul li{
  margin-bottom: 10px;
}
.webeditor .wrapper{
  padding: 20px clamp(15px, 2.083vw, 40px);
  background: url(../img/pattern.png) center center repeat;
}
.webeditor .wrapper p{
  font-size: 16px;
  color: #999;
  line-height: 1.4;
}
.webeditor hr{
  border-color: #ccc;
    width: 10%;
}
.webeditor img{
  max-width: 100%;
  margin: 20px 0;
}
.webeditor .process{
    background: url(../img/bg-user.jpg) center top no-repeat #F9F3F3;
    background-size: cover;
    padding: clamp(20px, 3.125vw, 60px);
}
.webeditor .process .title{
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
    color: #9174ad;
}
.webeditor .process .list{
  margin: 35px auto 0;
  width: 80%;
}
.webeditor .process .list li{
  margin-bottom: 40px;
  text-align: center;
  padding: 35px 50px 25px;
  font-size: 20px;
  border-radius: 10px;
  background: white;
  font-size: 20px;
  color: #8f8f8f;
  position: relative;
}
.webeditor .process .list li:last-child{
  margin-bottom: 0;
}
.webeditor .process .list .strong{
  font-size: 22px;
  display: block;
  margin-bottom: 8px;
  line-height: 1;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.webeditor .process .list .num{
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 22px;
  border-radius: 100%;
  margin-right: 5px;
  background: #9174ad;
  color: white;
  font-family: arial;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
}
@media(max-width: 767px){
  .webeditor .process .list{
    margin: 0 auto;
    width: 100%;
  }
  .webeditor .process .list li{
    padding: 35px 15px 30px;
  }
}
.news .single-blog-grid .text-box{
  min-height: clamp(140px, 10.416vw, 200px);
  font-size: 20px;
}
.article .text-box .title{
  font-size: 28px;
}
.article .text-box .webeditor, .article .text-box .webeditor p{
  color: #666;
}
.article .text-box .webeditor .strong,
.article .text-box .webeditor p .strong,
.service_i .webeditor,
.service_i .webeditor p{
  color: #333;
  font-size: 20px;
      font-weight: bold;
}
.service_i .img-box{
  margin-bottom: 30px;
}
.text-box .social{
  margin: 20px 0;
  display: flex;
}
.text-box .social li{
  list-style: none;
  margin-right: 10px;
  font-size: 24px;
}
.text-box .social li a{
  display: block;
  color: #666;
}
.text-box .social li a:hover{
  color: #9174ad;
}
.text-box .social li a img{
  width: 24px;
  height: 24px;
}

.faq .item{
    background: #F5F5F5;
    background: #f1edf4;
    padding: clamp(20px, 1.5625vw, 30px) clamp(20px, 2.60416vw, 50px);
    display: block;
    color: #222222;
    font-size: 22px;
    font-weight: 500;
    position: relative;
    transition: color 0.4s ease;
    margin-bottom: 10px;
}
.faq .item i{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: clamp(20px, 1.5625vw, 30px);
    font-size: 22px;
  }
.faq .item:hover{
  background: #9174ad;
  color: white;
  transition: color 0.4s ease;
}

.error .inner-banner{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 80px);
    padding: 0;
}

.error .inner-banner .title{
  font-size: clamp(100px, 10vw, 192px);
}
.error .inner-banner p{
  color: #555;
  font-size: 20px;
  margin-bottom: clamp(20px, 2vw, 40px);
}
.error .inner-banner .link{
  display: inline-block;
    color: #9174ad;
    border: 2px solid #9174ad;
    background: white;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    border-radius: 30px;
    text-align: center;
    padding: 10px 48px;
    transition: all 0.4s ease;
}
.error .inner-banner .link:hover{
    color: white;
    border: 2px solid #9174ad;
    background: #9174ad;
    transition: all 0.4s ease;
}