/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Quicksand', sans-serif;
  color: #444444;
}

a {
  color: #5a5af3;
}

a:hover {
  color: #2a2af0;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  /* font-family: "Raleway", sans-serif; */
  font-family: 'Quicksand', sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #5a5af3;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #7272f5;
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
  background: #fff;
  box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}

#header.header-scrolled, #header.header-inner-pages {
  padding: 12px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  /* font-family: "Quicksand", sans-serif; */
}

#header .logo a {
  color: #5a5af3;
}

#header .logo img {
  max-height: 130px;
    position: absolute;
    top: 0px;
    background: #fff;
    padding-bottom: 5px;
    box-shadow: 0px 10px 10px -10px rgb(17 17 17 / 28%);
	border-bottom-left-radius: 65px;
    border-bottom-right-radius: 65px;
}
#header.header-scrolled .logo img {
	max-height: 100px;
	transition:0.5s;
}

@media (max-width: 992px) {
  #header {
    padding: 12px 0;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #434175;
  transition: 0.3s;
  font-size: 15px;
  font-family: "Quicksand", sans-serif;
  text-transform: uppercase;
    font-weight: 600;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #e91e63;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
      padding: 10px 20px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #434175;
    letter-spacing: 0.5px;	
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #5a5af3;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Get Startet Button */
.wishlistbtn {
  color: #fff;
  border-radius: 50px;
     padding: 7px 15px 8px 15px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 13px;
    display: inline-block;
	background:#e91e63;
    /* border: 2px solid #5a5af3; */
    text-transform: uppercase;
    font-weight: 600;
    margin-right: -170px;
}

.wishlistbtn:hover {
  background: #1f3a93;
  color: #fff;
}

.signbtn {
	padding: 7px 15px 8px 15px;
	    border-radius: 50px;
    background: #e91e63;
    font-weight: 600;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 13px;
    text-transform: uppercase;
    border: 0;
	color:#fff;
	cursor:pointer;
	outline:0 !important;
}
.signbtn:hover {
  background: #1f3a93;
  color: #fff;
}
.sendbtn {
	padding: 7px 15px 8px 15px;
	    border-radius: 50px;
    background: #1f3a93;
    font-weight: 600;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    text-transform: uppercase;
    border: 0;
	color:#fff;
	cursor:pointer;
}
.sendbtn:hover {
  background: #e91e63;
  color: #fff;
}
.sent-message {
	font-size: 14px;
    color: #00843f;
    font-weight: 600;
}
.price {
	display:none;
}

@media (max-width: 768px) {
	
	
#header .logo img {
    max-height: 85px;
}

  .get-started-btn {
    margin: 0 48px 0 0;
    padding: 6px 18px;
  }
  .mobile-wishlist {
	font-size: 32px;
    margin-left: 135px;
	color: #e91e63;
	margin-top:-10px;
}
.mobile-wishlist:hover {
	color: #1f3a93;
}
.signbtn {
	margin-right:40px;
	margin-top:-10px;
}
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #434175;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #434175;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}


.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #5a5af3;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(48, 47, 84, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: white;
  border-bottom: 2px solid white;
}

#hero .container {
  padding-top: 80px;
}

#hero h1 {
  margin: 0;
  font-size: 44px;
  font-weight: 500;
  line-height: 56px;
  color: #434175;
  font-family: "Quicksand", sans-serif;
}

#hero h2 {
  margin: 10px 0 0 0;
  font-size: 20px;
}

#hero ul {
  margin-top: 15px;
  list-style: none;
  padding: 0;
}

#hero ul li {
  padding: 10px 0 0 28px;
  position: relative;
      color: #222;
    font-weight: 500;
}

#hero ul i {
  left: 0;
  top: 7px;
  position: absolute;
  font-size: 20px;
  color: #5a5af3;
}

#hero .btn-get-started, #hero .btn-get-quote {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 8px 30px 9px 30px;
  margin-bottom: 15px;
  border-radius: 3px;
  transition: 0.5s;
  border-radius: 50px;
}

#hero .btn-get-started {
  /* background: #5a5af3; */
  background: #1f3a93;
/* background: linear-gradient(30deg, rgba(18,191,200,1) 0%, rgba(111,208,144,1) 35%, rgba(206,226,88,1) 70%, rgba(255,235,59,1) 100%); */
  color: #fff;
  border: 2px solid #1f3a93; 
  margin-right: 10px;
}

#hero .btn-get-started:hover {
  /* background: #7272f5;
  border-color: #7272f5; */
  background: #e81f63;
   border: 2px solid #e81f63; 
/* background: linear-gradient(230deg, rgba(18,191,200,1) 0%, rgba(111,208,144,1) 35%, rgba(206,226,88,1) 70%, rgba(255,235,59,1) 100%); */
}

#hero .btn-get-quote {
  color: #1f3a93;
  border: 2px solid #1f3a93; 
}

#hero .btn-get-quote:hover {
  /* background: #5a5af3; */
  background: #e81f63;
   border: 2px solid #e81f63; 
/* background: linear-gradient(30deg, rgba(18,191,200,1) 0%, rgba(111,208,144,1) 35%, rgba(206,226,88,1) 70%, rgba(255,235,59,1) 100%); */
  color: #fff;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 991px) {
  #hero .hero-img {
    text-align: center;
  }
  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
	#hero {
    width: 100%;
    height: 130vh !important;
}
  #hero h1 {
       font-size: 22px;
    line-height: 25px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero {
    text-align: center;
  }
  #hero ul {
    text-align: left;
    font-size: 14px;
  }
  #hero .hero-img img {
    width: 80%;
  }
  #hero .btn-get-started, #hero .btn-get-quote {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 14px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #eef4f4;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #434175;
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #5a5af3;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.wishlistimg {
	/* width:150px; */
}
.wishlist .product-image {
	padding-top:15px;
}
.wishlist .title {
	font-size:20px;
	font-weight:600;
	margin-top:10px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wishlist p {
	margin-bottom:0px;
}
.removebtn {
	outline:none;
	border:none;
	background: #e91e63;
    color: #fff;
    padding: 8px 10px;
    margin-top: 8px;
    margin-bottom: 15px;
    font-size: 14px;
	display:block;
	width:100%;
	text-align:center;
	cursor:pointer;
	text-transform:uppercase;
	outline:none;
}
.removebtn:hover {
	transition:0.5s all;
	background:#1f3a93;
}
.wishbtn {
	outline:none;
	border:none;
	background: #e91e63;
    color: #fff;
    padding: 8px 25px;
    margin-top: 8px;
    margin-bottom: 15px;
    font-size: 14px;
	display:block;
	text-align:center;
	cursor:pointer;
	text-transform:uppercase;
	outline:none;
}
.wishbtn:hover {
	transition:0.5s all;
	background:#1f3a93;
}

.border1 {
	border:1px solid #f5f5f5;
}

.about .content h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 20px;
  color: #434175;
}

.about .content h3 {
  font-weight: 500;
  line-height: 32px;
  font-size: 20px;
}
.about .content p {
	 font-size: 18px;
}
.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 10px 0 0 28px;
  position: relative;
      font-size: 18px;
}

.about .content ul i {
  left: 0;
  top: 7px;
  position: absolute;
  font-size: 20px;
  color: #5a5af3;
}

.about .content p:last-child {
  margin-bottom: 0;
}
.morebtn {
	text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    float: right;
    background: #e91e63;
    padding: 5px 10px;
    border-radius: 50px;
	font-size:12px;
}
.morebtn:hover {
	transition:0.5s all;
	background:#1f3a93;
	color:#fff;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
  padding-top: 0;
}

.why-us .box {
  padding: 30px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
}

.why-us .box span {
  display: block;
  font-size: 60px;
  font-weight: 700;
  color: #74d18d;
  text-shadow: 0px 0px 4px #ffeb3b;
}

.why-us .box h4 {
      font-size: 30px;
    font-weight: 800;
    padding: 0;
    margin: 15px 0;
    color: #434175;
    text-transform: uppercase;
    letter-spacing: 2px;
	    text-shadow: 0px 0px 4px #00bcd4;
}

.why-us .box p {
  color: #212121;
    font-size: 16px;
  margin: 0;
  padding: 0;
  font-weight:500;
}
.toybg {
	background: linear-gradient(30deg, rgba(18,191,200,1) 0%, rgba(111,208,144,1) 35%, rgba(206,226,88,1) 70%, rgba(255,235,59,1) 100%);
	background:url(../img/toybg.png);
}
.bookbg {
	background: linear-gradient(30deg, rgba(18,191,200,1) 0%, rgba(111,208,144,1) 35%, rgba(206,226,88,1) 70%, rgba(255,235,59,1) 100%);
	background:url(../img/bookbg.png);
}

.why-us .box:hover {
  /* background: #5a5af3; */
  background: rgb(18,191,200);
background: linear-gradient(30deg, rgba(18,191,200,0.7) 0%, rgba(111,208,144,0.7) 35%, rgba(206,226,88,0.7) 70%, rgba(255,235,59,0.7) 100%);
  padding: 30px 30px 30px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}

.why-us .box:hover span, .why-us .box:hover h4, .why-us .box:hover p {
  color: #fff;
}

/*****************/

.toyservice p {
	margin-bottom:0px;
}

.toyservice .product-grid{
    background: #fff;
    font-family: 'Jost', sans-serif;
    border: 1px solid #e5e5e5;
    border-radius: 22px;
}
.toyservice .product-grid .product-image{
    padding: 10px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.toyservice .product-grid .product-image a.image{ display: block; }
.toyservice .product-grid .product-image a.image:before{
    content: '';
    /* background-color: #e52d53; */
	background: linear-gradient(30deg, rgba(18,191,200,1) 0%, rgba(111,208,144,1) 35%, rgba(206,226,88,1) 70%, rgba(255,235,59,1) 100%);
    width: 100%;
    height: 50%;
    border-radius: 20px;
    opacity: .7;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all ease .35s;
}
.toyservice .product-grid:hover .product-image a.image:before{
    opacity: 1;
    height: 100%;
	
}
.toyservice .product-grid .product-image img{
    width: 100%;
    height: 225px;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    transform: scale(.85);
    transition: all 0.5s ease 0s;
}
.toyservice .product-grid:hover .product-image img{ transform: scale(1); }
.toyservice .product-grid .product-like-icon{
    color: #9ad876;
    font-size: 18px;
    line-height: 18px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
    transition: all 0.3s ease 0s;
	 background: #fff;
    box-shadow: 0px 0px 20px #c4c5cb;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
}
.toyservice .product-grid:hover .product-like-icon{
    color: #1f3a93;
    top: 20px;
    right: 20px;
    transition-delay: 0.2s;
}
.toyservice .product-grid .product-like-icon:hover{ 
    color: #e91e63;
    background: #fff;
    box-shadow: 0px 0px 20px #c4c5cb;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
}

.toyservice .product-grid .product-content{
    padding: 20px 10px;
    position: relative;
}
.toyservice .product-grid .rating{
    color: #999;
    font-size: 12px;
    padding: 0;
    margin: 0 0 7px;
    list-style: none;
}
.toyservice .product-grid .rating li.fas{ color: #e52d53; }
.toyservice .product-grid .title{
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.toyservice .product-grid .title a{
    color: #000;
    transition: all 0.3s ease 0s;
}
.toyservice .product-grid .title a:hover{ color: #e52d53; }
.toyservice .product-grid .price{
    color: #e52d53;
    font-size: 18px;
    font-weight: 800;
}
.toyservice .product-grid .add-to-cart{
    color: #333;
    background: #e52d53;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 16px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    transition: all 0.3s ease 0s;
}
.toyservice .product-grid .add-to-cart:hover{ color: #fff; }
@media screen and (max-width: 990px){
    .toyservice .product-grid{ margin: 0 0 30px; }
}
/*****************/



/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  padding: 15px 20px 15px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}

.services .icon-box .icon i {
  font-size: 36px;
  transition: 0.5s;
  position: relative;
}

.services .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}

.services .icon-box .icon svg path {
  transition: 0.5s;
  fill: #f5f5f5;
}

.services .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
}

.services .icon-box h4 a {
  color: #434175;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
      line-height: 30px;
    font-size: 16px;
    margin-bottom: 0;
	text-align:justify;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}

.services .iconbox-blue i {
  color: #47aeff;
}

.services .iconbox-blue:hover .icon i {
  color: #fff;
}

.services .iconbox-blue:hover .icon path {
  fill: #47aeff;
}

.services .iconbox-orange i {
  color: #ffa76e;
}

.services .iconbox-orange:hover .icon i {
  color: #fff;
}

.services .iconbox-orange:hover .icon path {
  fill: #ffa76e;
}

.services .iconbox-pink i {
  color: #e80368;
}

.services .iconbox-pink:hover .icon i {
  color: #fff;
}

.services .iconbox-pink:hover .icon path {
  fill: #e80368;
}

.services .iconbox-teal i {
  color: #11dbcf;
}

.services .iconbox-teal:hover .icon i {
  color: #fff;
}

.services .iconbox-teal:hover .icon path {
  fill: #11dbcf;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.product-detail .image {
    border: 10px solid rgb(129 211 134 / 32%);
    padding: 12px;
}

.faq {
  padding: 20px 0;
}

.faq .faq-list {
  padding: 0 0px;
  list-style: none;
}

.faq .faq-list li {
  padding: 0 0 20px 25px;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: #5a5af3;
  font-size: 18px;
      font-weight: 600;
    color: #222;
}

.faq .faq-list i {
  font-size: 18px;
  position: absolute;
  left: -25px;
  top: 6px;
}

.faq .faq-list p {
  margin-bottom: 20px;
  font-size: 15px;
}

.faq .faq-list a.collapse {
  color: #5a5af3;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #5a5af3;
}

.faq .faq-list a.collapsed i::before {
  content: "\eab2" !important;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  background: #fff;
}

.contact .info-box i {
  font-size: 32px;
  color: #5a5af3;
  border-radius: 50%;
  padding: 8px;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  background: #fff;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 5px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #5a5af3;
}

.contact .php-email-form input {
  padding: 20px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #5a5af3;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #7272f5;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 30px 0;
    background: linear-gradient(30deg, rgba(18,191,200,1) 0%, rgba(111,208,144,1) 35%, rgba(206,226,88,1) 70%, rgba(255,235,59,1) 100%);
    min-height: 40px;
    margin-top: 82px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
  color: #434175;
  text-transform:uppercase;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #565396;
  content: "/";
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 60px;
  }
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #5a5af3 !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0 0 0 0;
}

@media (max-width: 768px) {
  .portfolio-details .portfolio-description h2 {
    width: 100%;
  }
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #ffffff;
  font-size: 14px;
  /* background: #fff8b4; */
  background: linear-gradient(30deg, rgba(18,191,200,1) 0%, rgba(111,208,144,1) 35%, rgba(206,226,88,1) 70%, rgba(255,235,59,1) 100%);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  /* background: #fffbd1; */
  border-bottom: 1px solid #ddd;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
  color: #fff;
    font-weight: 500;
}

#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  color: #1f3a93;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
      color: #ffffff;
    font-weight: 500;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #434175;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #5a5af3;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #5a5af3;
}

#footer .footer-newsletter {
  font-size: 15px;
  color: #fff;
    font-weight: 500;
}

#footer .footer-newsletter h4 {
     font-size: 20px;
    font-weight: 800;
    color: #1f3a93;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #b9b9fa;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
  outline:none;
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  /* background: #5a5af3; */
  background: #00bcd4;
/* background: linear-gradient(30deg, rgba(18,191,200,1) 0%, rgba(111,208,144,1) 35%, rgba(206,226,88,1) 70%, rgba(255,235,59,1) 100%); */
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  /* background: #7272f5; */
  background: rgb(18,191,200);
background: linear-gradient(230deg, rgba(18,191,200,1) 0%, rgba(111,208,144,1) 35%, rgba(206,226,88,1) 70%, rgba(255,235,59,1) 100%);
transition:0.5s;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
      transition: 0.3s;
    color: #1f3a93;
    font-weight: 600;
}
#footer .credits a:hover {
	color:#ffeb3b;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #deddec;
  color: #434175;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #5a5af3;
  color: #fff;
  text-decoration: none;
}



/***************/
/* .bookservice .product-grid{
    font-family: 'Poppins', sans-serif;
    text-align: center;
}
.bookservice .product-grid .product-image{
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-out 0s;
}
.bookservice .product-grid:hover .product-image{ box-shadow: 0 5px 21px rgba(0,0,0,0.3); }
.bookservice .product-grid .product-image a.image{ display: block; }
.bookservice .product-grid .product-image .pic-1{
    backface-visibility: hidden;
    transition: all 0.4s ease 0s;
}
.bookservice .product-grid .product-image:hover .pic-1{
    opacity: 0;
    transform: translateX(-50%);
}
.bookservice .product-grid .product-image .pic-2{
    width: 100%;
    height: 100%;
    transform: translateY(50%);
    backface-visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.4s ease 0s;
}
.bookservice .product-grid .product-image:hover .pic-2{
    opacity: 1;
    transform: translateY(0);
}
.bookservice .product-grid .product-image img{
    width: 100%;
    height: auto;
}
.bookservice .product-grid .product-links{
    background: rgba(27,161,0,0.5);
    width: 100%;
    padding: 5px 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.3s ease 0s;
}
.bookservice .product-grid:hover .product-links{ opacity: 1; }
.bookservice .product-grid .product-links li{
    margin: 0 2px;
    display: inline-block;
    opacity: 0;
    transition: all 0.4s ease-out 0s;
}
.bookservice .product-grid .product-links li:nth-child(1){ transform: translateX(-90px) rotate(360deg); }
.bookservice .product-grid .product-links li:nth-child(2){ transform: translateX(90px) rotate(360deg); }
.bookservice .product-grid:hover .product-links li{
    opacity: 1;
    transform: translateX(0) rotate(0);
}
.bookservice .product-grid .product-links li a{
    color: #1ba100;
    background: #fff;
    font-size: 18px;
    line-height: 50px;
    height: 50px;
    width: 50px;
    border-radius: 100px;
    display: block;
    transition: all 0.5s ease-out 0s;
}
.bookservice .product-grid .product-links li a:hover{
    color: #333;
    background: #FFF669;
}
.bookservice .product-grid .product-content{ padding: 20px 12px 0; }
.bookservice .product-grid .category{
    font-size: 13px;
    text-transform: capitalize;
    display: block;
    margin: 0 0 7px;
}
.bookservice .product-grid .category a{
    color: #1CA102;
    opacity: 0.6;
    transition: all 0.3s ease;
}
.bookservice .product-grid .category a:hover{ opacity: 1; }
.bookservice .product-grid .title{
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    text-transform: capitalize;
    margin: 0 0 6px;
}
.bookservice .product-grid .title a{
    color: #333;
    transition: all 0.3s ease;
}
.bookservice .product-grid .title a:hover{ color: #1CA102; }
.bookservice .product-grid .price{
    color: #1CA102;
    font-size: 18px;
    font-weight: 600;
}
.bookservice .product-grid .price span{
    color: #333;
    font-size: 15px;
    text-decoration: line-through;
    margin-right: 3px;
}
@media screen and (max-width:990px){
    .bookservice .product-grid{ margin: 0 0 30px; }
} */