/* CSS Index
-----------------------------------
1. Theme default css
2. Header
3. Hero
4. Archivement
5. Video
6. We Do
7. Movie
8. Team
9. Blog
10. Subscribe
11. footer
12. Contact
*/

/*.........<! 1. Theme default css !>.........*/
body {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow-x: hidden;
  font-style: normal;
  background: #fff;
  color: #243f4d;
  font-size: 16px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
}

img {
  height: auto;
}
button {
  transition: 0.3s;
}
.img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
  width: 100%;
}
img {
  transition: 0.3s;
}
.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

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;
}
button {
  cursor: pointer;
}
a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover,
.portfolio-cat a:hover {
  color: #f26522;
  text-decoration: none;
}
input:focus::placeholder {
  opacity: 0;
}
input:focus::-moz-placeholder {
  opacity: 0;
}
textarea:focus::placeholder {
  opacity: 0;
}
textarea:focus::-moz-placeholder {
  opacity: 0;
}
a,
button {
  color: #191919;
  outline: medium none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  font-style: normal;
  line-height: 1.2;
  font-family: "DM Sans", sans-serif;
  color: #333333;
  font-weight: 600;
  margin-bottom: 20px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 45px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0;
  padding: 0;
}
/*
p {
  font-size: 14px;
  font-weight: normal;
  line-height: 26px;
  color: #667286;
  margin-bottom: 15px;
}
*/
hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  color: #444;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  background: #d6b161;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

*::-moz-placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}

.theme-overlay {
  position: relative;
}

.theme-overlay::before {
  background: #1696e7 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}

.separator {
  border-top: 1px solid #f2f2f2;
}

.bs-btn {
  -moz-user-select: none;
  background: #f26522 none repeat scroll 0 0;
  border: medium none;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 0;
  padding: 15px 41px;
  text-align: center;
  text-transform: capitalize;
  touch-action: manipulation;
  transition: all 0.4s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
}
.bs-btn:hover,
.bs-btn:focus {
  background: #222;
  color: #fff;
}

#scrollUp {
  background: #f26522;
  height: 50px;
  width: 50px;
  right: 50px;
  bottom: 77px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  line-height: 50px;
}

#scrollUp:hover {
  background: #222222;
}

/* 2. Header */
.header-padding {
  padding: 35px 185px;
}

.header-transparrent {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
}

/* Main Menu */
.main-menu ul {
  margin: 0;
}
.main-menu nav ul > li {
  margin: 0 28.5px;
  display: inline-block;
  position: relative;
}
.h4main-menu nav ul > li {
  margin-right: 10px;
}
.main-menu nav ul > li:first-child {
  margin-left: 5px;
}
.main-menu nav ul li > a {
  font-size: 16px;
  color: #d2d2d2;
  font-weight: 700;
  line-height: 30px;
  padding: 25px 0;
  display: inline-block;
  position: relative;
}

.main-menu nav ul li:hover > a {
  color: #f26522;
  transition: 0.4s;
}

.main-menu.main-menu2 nav ul li:hover > a,
.main-menu.main-menu2 nav ul li.active > a {
  color: #ff2c40;
}
.main-menu nav ul li .submenu {
  position: absolute;
  left: 0;
  top: 110%;
  min-width: 250px;
  background: #fff;
  padding: 25px 0;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 4px 8px 0px rgba(200, 200, 200, 0.2);
  text-align: left;
  z-index: 2;
}
.main-menu nav ul li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.main-menu nav ul li .submenu li {
  display: block;
  margin: 0;
  margin-bottom: 20px;
}
.main-menu nav ul li .submenu li:last-child {
  margin-bottom: 0;
}
.main-menu nav ul li .submenu li a {
  display: block;
  padding: 0 25px;
  color: #666;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  background: none;
}
.main-menu nav ul li .submenu li:hover > a {
  color: #f26522;
}
.main-menu2 nav ul li .submenu li:hover > a {
  color: #ff2c40;
}

.main-menu nav ul li .submenu .submenu {
  left: 100%;
  top: 0;
}
.main-menu nav ul li.menu-last .submenu .submenu {
  left: auto;
  right: 100%;
}

/** css issues **/
.post-text a {
  color: #096bd8;
}
.post-text a:hover {
  color: #ededed;
}

.post-text p > a:hover {
  color: #696969;
}

.postbox__video img,
article.postbox .postbox__thumb img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
  height: auto;
  width: inherit;
}

.blog-details-text ul li a:hover {
  color: #f26522;
}
/* blog 2 */
.news-img img {
  width: 100%;
}
.news-box {
  padding: 0 30px;
  margin-top: -85px;
}
.news-box .news-box {
  background: #fff;
}
.news-box .news-text {
  background: #fff;
  position: relative;
  padding: 35px;
  box-shadow: 0px 10px 40px 0px rgba(0, 36, 107, 0.15);
  padding-top: 33px;
}
.news-box .news-text h4 a:hover {
  color: #ff4646;
}
.news-box .news-meta span a:hover {
  color: #ff4646;
}

.latest-news {
  position: relative;
}

.news__thumb img {
  width: 100%;
}
.postbox__thumb img {
  width: 100%;
}
.blog-inner-img img {
  width: 100%;
}
.news__caption h2 {
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 1.4;
}
.news__caption h2 a:hover {
  color: #f26522;
}

.news-link {
  font-size: 12px;
  color: #e4ecf3;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.news-link:hover {
  color: #ffffff;
}

.news-link i {
  transition: 0.3s;
  display: inline-block;
}

.news-link:hover i {
  transform: translateX(3px);
}

.news__thumb-2 img {
  width: 100%;
}

.news__caption-2 {
  padding: 33px;
}

.news__caption-2 h2 {
  font-size: 20px;
  margin-bottom: 15px;
}

.news__caption-2 h2 a:hover {
  color: #f26522;
}

.postbox__thumb {
  position: relative;
}

.postbox__thumb a img {
  max-width: 100%;
}
.post-meta span {
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
  color: #6f7172;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .post-meta span {
    margin-right: 10px;
  }
}

.post-meta span a:hover {
  color: #f26522;
}
.post-meta span i {
  color: #f26522;
  margin-right: 2px;
  position: relative;
  top: -1px;
}
.post-meta span a {
  color: #6f7172;
}
.postbox__text {
  background: #fff;
  padding: 32px;
}

.p-50 {
  padding: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .p-50 {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .p-50 {
    padding: 30px;
  }
}

.p-30 {
  padding: 30px;
}

.post-meta {
  margin-bottom: 20px;
}
.post-meta.mb-10 {
  margin-bottom: 10px;
}

.blog-title {
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 20px;
}

.blog-title a:hover {
  color: #f26522;
}

.read-more {
  text-transform: uppercase;
  font-weight: 500;
}
.read-more {
  color: #f26522;
  font-weight: 600;
}
.read-more:hover {
  color: #f26522;
}
.read-more:hover i {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
}

.read-more i {
  transition: 0.3s;
  display: inline-block;
}

.blog-title-sm {
  font-size: 20px;
  margin-bottom: 12px;
  line-height: 1.5;
}

.postbox__gallery .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  border: none;
  background: none;
  padding: 0;
  z-index: 9;
  -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;
  background: #ffffff;
  width: 60px;
  height: 60px;
  color: #6f7172;
  border-radius: 50%;
  font-size: 14px;
}

.postbox__gallery .slick-arrow:hover {
  background: #f26522;
  color: #ffffff;
}

.postbox__gallery .slick-arrow.slick-next {
  right: 30px;
  left: auto;
}

.postbox__video {
  position: relative;
}
.postbox__video img {
  max-width: 100%;
}
.video-btn {
  position: absolute;
  background: #ffffff;
  height: 80px;
  width: 80px;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  border-radius: 50%;
  line-height: 83px;
  color: #f26522;
  transform: translateY(-50%);
  font-size: 18px;
}

.video-btn:hover {
  background: #f26522;
  color: #ffffff;
}
.post-text blockquote {
  background: #f7f7fd;
  padding: 50px;
  position: relative;
  padding-left: 142px;
}
@media (max-width: 767px) {
  .post-text blockquote {
    padding: 30px;
  }
}
.post-text blockquote p {
  font-size: 19px;
  margin-bottom: 20px;
  color: #222;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  line-height: 1.3;
}
.post-text blockquote footer {
  font-size: 14px;
  letter-spacing: 1px;
  color: #f26522;
  font-weight: 600;
  text-transform: uppercase;
}
.wp-block-quote,
blockquote {
  margin: 20px 0;
  border-left: solid 5px #1876df;
  padding: 35px 25px !important;
  padding-left: 40px !important;
}

.post-text .wp-block-column blockquote p {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
}
.navigation-border {
  border-top: 2px solid #f7f7f7;
  overflow: hidden;
}

.navigation-border {
  border-top: 2px solid #f7f7f7;
  overflow: hidden;
}
.theme-navigation span {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
.theme-navigation span a {
  color: #666;
}

.theme-navigation span a:hover {
  color: #f26522;
}
.theme-navigation h4 {
  font-size: 20px;
  margin: 0;
}

.theme-navigation h4 a:hover {
  color: #f26522;
}
.b-0 {
  border: 0;
}

.widget .widget-title::before {
  content: "";
  width: 50px;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #f26522;
}

.about-me img {
  margin-bottom: 25px;
  border-radius: 50%;
}

.about-me h4 {
  font-size: 18px;
  letter-spacing: 1px;
}

.widget-social-icon a {
  display: inline-block;
  margin: 0 8px;
  color: #f26522;
}

.widget-social-icon a:hover {
  color: #f26522;
}
.banner-widget img {
  max-width: 100%;
}
.widget .recent-posts > li {
  overflow: hidden;
}
.widget .recent-posts > li:not(:last-child) {
  overflow: hidden;
  margin-bottom: 30px;
}

.widget-posts-image {
  float: left;
}
.widget-posts-image img {
  width: 100px;
  height: 100px;
  border-radius: 0;
  margin-right: 20px;
}
.widget-posts-body {
  overflow: hidden;
  padding-top: 8px;
}

.widget-posts-title {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.3;
}
.widget .widget-posts-title {
  color: #222;
}

.widget-posts-title a:hover {
  color: #a3bbc8;
}
.widget-posts-meta {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.4px;
  color: #7b8491;
  margin-bottom: 7px;
}
.widget-post-list .widget-posts-meta {
  margin: 0;
}

ul.cat li {
  border-top: 1px solid #eaedff;
  padding: 15px 0;
  overflow: hidden;
}

ul.cat li:first-child {
  border-top: 0;
  padding-top: 0;
}

ul.cat li:last-child {
  padding-bottom: 0;
}
ul.cat li a {
  display: block;
  color: #647589;
}

ul.cat li a:hover {
  color: #f26522;
}

.social-profile a {
  height: 50px;
  width: 50px;
  text-align: center;
  background: #062a4d;
  line-height: 50px;
  margin-right: 2px;
  display: inline-block;
  color: #ffffff;
  margin-bottom: 5px;
}

.social-profile a:hover {
  background: #f26522;
}

#Instafeed {
  margin: 0 -5px;
  overflow: hidden;
}

#Instafeed li {
  width: 33.33%;
  float: left;
  padding: 0 5px;
  margin-bottom: 10px;
}

#Instafeed li img {
  width: 100%;
}
.tagcolud a {
  display: inline-block;
  line-height: 1;
  padding: 12px 18px;
  background: #f5faff;
  margin-bottom: 8px;
  margin-right: 5px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  color: #5f5b5b;
  border-radius: 2px;
}

.tagcolud a:hover {
  background: #f26522;
  color: #ffffff;
}

.bg-none {
  background: none;
}

.blog-post-tag span {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 17px;
  font-family: "Poppins", sans-serif;
  color: #062a4d;
}

.blog-post-tag a {
  color: #646974;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border: 2px solid #eaedff;
  padding: 12px 24px;
  margin-right: 10px;
  transition: 0.3s;
  border-radius: 5px;
  margin-bottom: 10px;
}

.blog-post-tag a:hover {
  color: #fff;
  background: #f26522;
  border-color: #f26522;
}

.blog-post-tag a:last-child {
  margin-right: 0;
}

.blog-share-icon span {
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #062a4d;
  display: block;
  margin-bottom: 17px;
}

.blog-share-icon a {
  color: #6f7172;
  font-size: 18px;
  transition: 0.3s;
  margin-right: 22px;
}

.blog-share-icon a:hover {
  color: #f26522;
}

.blog-share-icon a:last-child {
  margin-right: 0;
}

.blog-details-border {
  border-top: 1px solid #eaedff;
  border-bottom: 1px solid #eaedff;
  padding-top: 33px;
  padding-bottom: 23px;
  margin-bottom: 42px;
}
.theme-author.author {
  background: #fff;
  padding: 0 60px 44px 60px;
  margin-top: 110px;
}
@media (max-width: 767px) {
  .theme-author.author {
    padding: 0 30px 44px 30px;
  }
}

.author-img {
  margin-bottom: 20px;
}
.author-img img {
  margin-top: -60px;
}
.author-text h3 {
  font-size: 24px;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.author-text p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 28px;
}

.author-icon {
  margin-top: 6px;
  margin-bottom: 25px;
}

.author-icon a {
  font-size: 14px;
  color: #9498b6;
  margin: 0 5px;
  transition: 0.3s;
}

.author-icon a:hover {
  color: #f26522;
}

/*author*/
.author-wrapper {
  background: #f7f7fd;
  padding: 37px 71px 35px 40px;
  overflow: hidden;
  border-left: 5px solid #1876df;
}
.author-img {
  margin-right: 0;
  margin-top: 0;
}
.author-img img {
  border-radius: 50%;
  border: 5px solid #fff;
}
.author-text {
  overflow: hidden;
}
.author-text > h4 {
  text-transform: capitalize;
}
.author-text > p {
  margin-bottom: 0;
}
.author-icon {
  margin-bottom: 15px;
}
.author-icon a:hover {
  color: #f26522;
}

.blog-coment-title h2 {
  font-size: 26px;
  margin-bottom: 0;
}

/*comments*/

.conatct-post-form {
  margin-bottom: 20px;
  padding: 50px 35px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.09);
}
.conatct-post-form label {
  font-weight: 600;
  color: #223645;
  font-family: "Poppins", sans-serif;
  margin-bottom: 12px;
  display: block;
}

@media (max-width: 767px) {
  .conatct-post-form {
    padding: 20px;
  }
}

.conatct-post-form input {
  height: 55px;
  margin-bottom: 20px;
  padding: 0 20px;
  width: 100%;
  font-size: 14px;
  color: #223645;
  border: 1px solid transparent;
  background: #eceff3;
  transition: 0.3s;
}
.conatct-post-form input:focus {
  background: #fff;
  border-color: #f26522;
}
.conatct-post-form textarea {
  height: 170px;
  margin-bottom: 20px;
  padding: 20px;
  width: 100%;
  color: #223645;
  font-size: 14px;
  border: 1px solid transparent;
  background: #eceff3;
  transition: 0.3s;
}
.conatct-post-form textarea:focus {
  background: #fff;
  border-color: #f26522;
}
#contacts-form input::-moz-placeholder {
  color: #a7a7c1;
  font-size: 14px;
}

#contacts-form input::placeholder {
  color: #a7a7c1;
  font-size: 14px;
}

#contacts-form textarea::-moz-placeholder {
  color: #a7a7c1;
  font-size: 14px;
}

#contacts-form textarea::placeholder {
  color: #a7a7c1;
  font-size: 14px;
}

/*comment-reply*/

.comment-form label {
  font-weight: 600;
  color: #223645;
  font-family: "Poppins", sans-serif;
  margin-bottom: 12px;
  display: block;
}

.comment-form textarea {
  height: 170px;
  margin-bottom: 20px;
  padding: 20px;
  width: 100%;
  color: #223645;
  font-size: 14px;
  border: 1px solid transparent;
  background: #eceff3;
  transition: 0.3s;
}

#commentform input::-moz-placeholder {
  color: #a7a7c1;
  font-size: 14px;
}

#commentform input::placeholder {
  color: #a7a7c1;
  font-size: 14px;
}

#commentform textarea::-moz-placeholder {
  color: #a7a7c1;
  font-size: 14px;
}

#commentform textarea::placeholder {
  color: #a7a7c1;
  font-size: 14px;
}

/* 25. Pagination  */
.basic-pagination ul {
  display: block;
}
.basic-pagination ul li {
  display: inline-block;
  margin: 0 5px;
}
@media (max-width: 767px) {
  .basic-pagination ul li {
    margin-bottom: 10px;
  }
}
.basic-pagination ul li a {
  height: 50px;
  width: 50px;
  line-height: 48px;
  background: #ffffff;
  color: #9990b8;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50%;
  margin: 0px;
  display: inline-block;
  text-align: center;
  font-family: "Poppins", sans-serif;
}
.basic-pagination ul li a:hover,
.basic-pagination ul li.active a {
  background: #ff5b5b;
  color: #ffffff;
  box-shadow: 0px 8px 16px 0px rgba(254, 69, 54, 0.3);
}
.basic-pagination-2 ul li a {
  background: #fff;
  color: #777382;
  border: 0;
  height: 50px;
  width: 50px;
  line-height: 48px;
}
.basic-pagination-2 ul li a:hover,
.basic-pagination-2 ul li.active a {
  background: #f26522;
  color: #ffffff;
  border-color: #f26522;
  box-shadow: 0px 8px 16px 0px rgba(254, 69, 54, 0.3);
}

/*next prev post*/
.blog-details-border {
  padding: 0;
  border: 0;
}
.project-details-content span {
  font-size: 13px;
  color: #8583b1;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.project-details-content span a {
  color: #8583b1;
}
.project-details-content span a:hover {
  color: #1876df;
}
.project-details-content h3 {
  margin-top: 8px;
  margin-bottom: 20px;
  line-height: 1.2;
  font-size: 22px;
}
.project-details-content h3 a:hover {
  color: #096bd8;
}
.page-area .post-comments-form {
  margin-bottom: 0;
  clear: both;
  padding-top: 0;
}
.glee-page-content ol,
.glee-page-content ul {
  padding-left: 22px;
}
/*blog pagination*/
.basic-pagination ul li span {
  height: 50px;
  width: 50px;
  line-height: 48px;
  background: #ffffff;
  color: #9990b8;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50%;
  margin: 0px;
  display: inline-block;
  text-align: center;
  font-family: "Poppins", sans-serif;
}
.basic-pagination-2 ul li span:hover,
.basic-pagination ul li span.current {
  background: #f26522;
  color: #ffffff;
  border-color: #f26522;
  box-shadow: 0px 8px 16px 0px rgba(254, 69, 54, 0.3);
}
.pagination ul > li > a,
.pagination ul .page-numbers.current,
.nav-links a,
.nav-links .page-numbers.current {
  background: #f6f4ff;
  font-size: 14px;
  color: #555;
  font-weight: 500;
  display: inline-block;
  padding: 16px 35px;
  border-radius: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span,
.pagination ul .page-numbers.current,
.nav-links a:hover,
.nav-links .page-numbers.current {
  color: #fff;
  background: #1876df;
  border-color: #1876df;
}

/*blog-post-tag*/
.blog-post-tag {
  background: #fff;
  padding: 0;
  padding-top: 0;
  width: 100%;
  overflow: hidden;
  padding-bottom: 0;
  padding-top: 30px;
}
.blog-post-tag > a {
  color: #222;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  border: 2px solid #e5e5e5;
  padding: 10px 24px;
  margin-right: 5px;
  transition: 0.3s;
  border-radius: 5px;
  margin-bottom: 5px;
  letter-spacing: 1px;
}
.blog-post-tag > a:hover {
  color: #fff;
}

/*blockquote*/
blockquote {
  position: relative;
  margin: 30px 0;
  margin-bottom: 25px;
  padding: 22px 25px;
}
.wp-block-quote,
blockquote {
  margin: 20px 0;
}
.wp-block-quote > p {
  font-size: 20px;
  margin-bottom: 0;
}

/**
*
* Sidebar widget css
*
*/
/**
* tags
*/
.sidebar-tad {
}
.sidebar-tad li {
  float: left;
  margin-bottom: 5px;
  margin-right: 5px;
}
.sidebar-tad li a,
.tagcloud a {
  background: #f5f5f5;
  color: #5f5b5b;
  display: inline-block;
  font-size: 12px !important;
  font-weight: 500;
  line-height: 1;
  padding: 12px 18px;
  margin-bottom: 8px;
  margin-right: 5px;
  text-transform: uppercase;
  border-radius: 2px;
  border: 0;
}
.sidebar-tad li a:hover,
.tagcloud a:hover {
  background: #f26522;
  color: #fff !important;
}
.blog-area .widget ul {
  padding: 0;
  margin: 0;
}
.blog-area .widget ul li ul {
  padding-left: 15px;
  padding-top: 15px;
}
.rssSummary {
  line-height: 27px;
}
.widget ul {
  margin: 0;
}
.widget ul li {
  border-bottom: 1px solid #eaeaea;
  color: #667286;
  margin: 0;
  overflow: hidden;
  padding: 15px 0;
  padding-top: 15px;
  position: relative;
  font-size: 14px;
}
.widget ul li a {
  color: #667286;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  text-transform: capitalize;
  transition: 0.3s;
  line-height: 1;
}
.widget ul li a.rsswidget {
  line-height: 1.3;
}
.widget .footer-post h5 a {
  font-size: 16px;
  line-height: 1.3;
}
.widget ul li:first-child {
  padding-top: 0;
}
.widget_recent_entries ul li a {
  line-height: 1.5;
}

/**
* image widget
*/

.widget_media_image img {
  width: 100%;
}

/**
* widget custom style for wp
*
*/
.widget {
  padding: 30px;
  background: #fff;
}
.widget li {
  border-bottom: 1px solid #f5f5f5;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.widget li:last-child {
  border: 0;
  margin: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.widget li a {
  color: #444;
  font-weight: 500;
  padding-left: 0;
}
.widget li a:hover {
  color: #f26522;
}
.widget li span {
  float: right;
}
li .blog-footer-meta span {
  float: none !important;
  font-size: 13px !important;
}
.widget_recent_comments li span,
.widget_recent_comments li span a {
  float: none;
  font-weight: 500;
  color: #223645;
}
.widget_rss ul li a.rsswidget {
  font-weight: 600;
}
.widget li span.post-date {
  float: none;
  margin-top: 7px;
  display: block;
  font-size: 13px;
}
.textwidget img {
  max-width: 100%;
}
/* calendar widget */
.wp-calendar-nav {
  display: flex;
  justify-content: space-between;
}
.widget_calendar {
  float: none;
}
#wp-calendar {
  width: 100%;
}
#wp-calendar caption {
  text-align: right;
  font-size: 15px;
  margin-top: 5px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
}
#wp-calendar thead {
  font-size: 14px;
}
#wp-calendar thead th {
  padding-bottom: 10px;
  text-align: center;
}
#wp-calendar tbody {
  color: #666;
}
#wp-calendar tbody td {
  background: #f7f7f7;
  border: 1px solid #fff;
  text-align: center;
  padding: 8px;
  transition: 0.3s;
}
#wp-calendar tbody td a {
  text-decoration: none;
}

#wp-calendar tbody td:hover,
#wp-calendar tbody td:hover a {
  background: #f26522;
  color: #fff;
}
#wp-calendar tbody .pad,
#wp-calendar tbody .pad:hover {
  background: none;
}
#wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
}
#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
}
.latest-comments ul li ul.children {
  padding-left: 70px;
}
.latest-comments ul li ul.children {
  padding-top: 0;
}
.no-results.not-found {
  background: #fff;
  padding: 41px 100px;
  text-align: center;
  border: 2px solid #f4f3fb;
}
.pageontent.blog-search-content p {
  margin-bottom: 20px;
}
.blog-search-title {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
}
.error-404-title {
  line-height: 1;
  font-size: 140px;
  font-weight: 700;
  margin-bottom: 35px;
}
.error-title {
  font-size: 42px;
  line-height: 1;
  margin-bottom: 30px;
}
.error-text {
  margin-bottom: 30px;
}
.error-btn-bh a:hover {
  background: #222;
  color: #fff;
}
.error-btn:hover {
  color: #7673ff;
}

.page-content.mb-40 {
  margin-bottom: 30px;
}
.page-header {
  background: #f7f7f7;
  margin-bottom: 30px;
  padding: 30px;
}
.page-header h1 {
  font-size: 26px;
  font-weight: 600;
  margin: 0;
}
.no-results.not-found .page-header {
  background: none;
  margin-bottom: 30px;
  padding: 0;
}
.navigation.posts-navigation .nav-next {
  float: right;
}
.navigation.posts-navigation .nav-previous {
  float: left;
}
.navigation.posts-navigation .nav-links {
  overflow: hidden;
}
.navigation.posts-navigation .nav-links a {
  text-transform: uppercase;
  background: #fff;
  border: 2px solid #f26522;
  color: #f26522;
}
.navigation.posts-navigation .nav-links a:hover {
  background: #f26522;
  color: #fff;
}
.navigation.posts-navigation {
  overflow: hidden;
  margin-bottom: 40px;
}

/*comment-form*/
.comment-form {
}
.comment-respond label {
  font-weight: 600;
  color: #223645;
  font-family: "Poppins", sans-serif;
  margin-bottom: 12px;
  display: block;
}

.comment-form textarea {
  height: 170px;
  margin-bottom: 20px;
  padding: 20px;
  width: 100%;
  color: #223645;
  font-size: 14px;
  border: 1px solid transparent;
  transition: 0.3s;
}
.comment-form .cm-form-btn {
  padding: 24px 55px;
  border-radius: 30px;
}
.comment-form input::-moz-placeholder {
  color: #223645;
  font-size: 14px;
  opacity: 1;
}
.comment-form input::placeholder {
  color: #223645;
  font-size: 14px;
  opacity: 1;
}
.comment-form textarea::-moz-placeholder {
  color: #223645;
  font-size: 14px;
  opacity: 1;
}
.comment-form textarea::placeholder {
  color: #223645;
  font-size: 14px;
  opacity: 1;
}

/*page title*/
.page-hedding h2 {
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  font-size: 60px;
  margin-bottom: 30px;
}
.breadcrumb-menu {
  padding: 0;
  margin: 0;
}
.breadcrumb-menu li {
  display: inline-block;
  padding: 0 15px;
  position: relative;
  line-height: 1;
  color: #cfcfcf;
}
.breadcrumb-menu li:last-child {
  padding-right: 0;
}
.breadcrumb-items a {
  color: #cfcfcf;
}
.breadcrumb-menu li::before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: -1px;
  top: 0px;
  color: #ddd;
}
.breadcrumb-menu li:first-child:before {
  display: none;
}

/*servie details*/
.sidebar-link h3 {
  font-size: 36px;
  font-weight: 700;
}
.servicee-sidebar {
  border: 2px solid #f4f3fb;
  padding: 30px;
}
.servicee-sidebar ul {
  margin-bottom: 0;
}
.servicee-sidebar ul li {
  border-bottom: 1px solid #eaeaea;
  color: #4c4c4c;
  margin: 0;
  overflow: hidden;
  padding: 15px 0;
  padding-top: 15px;
  position: relative;
}
.servicee-sidebar ul li a {
  color: #7886a0;
}
.servicee-sidebar ul li:last-child {
  border: 0;
  margin: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.servicee-sidebar ul li a:hover {
  color: #1876df;
}
.project-status ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  border-bottom: 1px solid #eaeaea;
  padding: 15px 0;
}
.project-status {
  background: #f4f9fc;
  padding: 30px;
}
.project-status ul li b {
  margin-right: 5px;
  display: inline-block;
  color: #28345d;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0;
}
.project-status ul li:last-child {
  border: 0;
  padding-bottom: 0;
}
.project-status ul li:first-child {
  padding-top: 0;
}

/*page table*/
.glee-page-content table {
  margin-bottom: 30px;
}
.glee-page-content table tbody td {
  text-align: center;
}
.glee-page-content table td {
  border-color: #ddd;
  padding: 12px 12px;
}
.glee-page-content th,
.glee-page-content td {
  font-weight: normal;
  text-align: left;
  border-width: 0 1px 1px 0;
}
.glee-page-content table,
.glee-page-content th,
.glee-page-content td {
  border: 1px solid #d1d1d1;
}
.glee-page-content table th {
  padding: 12px 12px;
  font-size: 15px;
  border-color: #ddd;
  text-align: center;
  font-weight: 600;
}
.glee-page-content ol li,
.glee-page-content ul li {
  margin-bottom: 7px;
}
.glee-page-content ol li ol,
.glee-page-content ul li ul {
  margin-top: 7px;
}

.blog-details-text table {
  margin-bottom: 30px;
}
.blog-details-text table tbody td {
  text-align: center;
}
.blog-details-text table td {
  border-color: #ddd;
  padding: 12px 12px;
}
.blog-details-text th,
.blog-details-text td {
  font-weight: normal;
  text-align: left;
  border-width: 0 1px 1px 0;
}
.blog-details-text table,
.blog-details-text th,
.blog-details-text td {
  border: 1px solid #d1d1d1;
}
.post-comments table th {
  padding: 12px 12px;
  font-size: 15px;
  border-color: #ddd;
  text-align: center;
  font-weight: 600;
}
.blog-details-wrapper table {
  margin-bottom: 30px;
  width: 100%;
}
.blog-details-wrapper table tbody td {
  text-align: center;
}
.blog-details-wrapper table td {
  border-color: #ddd;
  padding: 12px 12px;
}
.blog-details-wrapper th,
.blog-details-wrapper td {
  font-weight: normal;
  text-align: left;
  border-width: 0 1px 1px 0;
}
.blog-details-wrapper table,
.blog-details-wrapper th,
.blog-details-wrapper td {
  border: 1px solid #d1d1d1;
}
.blog-details-wrapper table th {
  padding: 12px 12px;
  font-size: 15px;
  border-color: #ddd;
  text-align: center;
  font-weight: 400;
}
#wp-calendar tbody td#today {
  background: #f26522;
  color: #fff;
}
#wp-calendar tbody td#today a {
  color: #fff;
}

.blog-padding {
  padding-right: 25px;
}
.post-text .wp-caption.aligncenter {
  margin-top: 40px;
}
.post-text .alignright.size-thumbnail {
  overflow: hidden;
  clear: both;
}

/*unit test*/
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 25px;
}
.blog-area > ul,
.blog-area > ol,
.blog-area ul,
.blog-area ol {
  padding-left: 25px;
}
.blog-details-text ol li,
.blog-details-text ul li {
  padding-top: 7px;
}
ul {
  list-style: disc;
}
.postbox.sticky {
  border: 2px solid #096bd8;
  position: static;
  padding: 0;
  z-index: 9;
}
.wp-block-button .wp-block-button__link {
  color: #fff !important;
}
.postbox.sticky .post-text,
.postbox.sticky .post-text p {
  margin-bottom: 0;
}
.blog-content h3 {
  margin-top: 20px;
  margin-bottom: 5px;
}
#wp-calendar #next a,
#wp-calendar #prev a {
  font-size: 13px;
  font-weight: 600;
}

.blog-content table {
  margin-bottom: 30px;
}
.blog-content table tbody td {
  text-align: center;
}
.blog-content table td {
  border-color: #ddd;
  padding: 12px 12px;
}
.blog-content th,
.blog-content td {
  font-weight: normal;
  text-align: left;
  border-width: 0 1px 1px 0;
}
.blog-content table,
.blog-content th,
.blog-content td {
  border: 1px solid #d1d1d1;
}
.blog-content table th {
  padding: 12px 12px;
  font-size: 15px;
  border-color: #ddd;
  text-align: center;
  font-weight: 600;
}
.tag-cloud-link {
  color: #444 !important;
}

.comments-text > p {
  margin-bottom: 15px;
}
.comments-text ul li,
.comments-text ol li {
  padding-top: 5px;
}
#wp-comment-cookies-consent {
  width: auto;
  display: inline-block;
  height: auto;
  margin-right: 20px;
}
.comment-form-cookies-consent label {
  display: inline-block;
}
.comment-form-cookies-consent {
  margin-left: 18px;
  display: none;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
  border: 1px solid #ddd;
  padding: 15px;
}
dd + dt {
  margin-top: 20px;
}

.page-links {
  width: 100%;
  clear: both;
  margin-bottom: 30px;
  margin-top: 20px;
}
.page-links > span.page-links-title {
  border: 0;
  color: inherit;
}
.page-links a,
.page-links > span {
  border: 2px solid #ddd;
  display: inline-block;
  min-width: 35px;
  text-align: center;
  margin-left: 2px;
  height: 33px;
  line-height: 30px;
  margin-right: 3px;
  color: #444;
}
.page-links > span {
  border: 2px solid #096bd8;
  color: #096bd8;
}
.page-links a:hover {
  border: 2px solid #096bd8;
  color: #096bd8;
}
/**
*
* removing visual composer default data
*/
.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0 !important;
}
.comments-text > ul,
.comments-text > ol {
  margin-bottom: 20px;
}
#recentcomments li a {
  line-height: 1.5;
}
.widget.widget_recent_comments ul li a {
  display: inline-block;
  line-height: 27px;
}
.widget.widget_recent_comments ul li .comment-author-link a {
  font-family: "cerebri_sansbold";
}
.tag-space {
  display: block;
  width: 100%;
  clear: both;
  margin-top: 20px;
}
.no-results.not-found .page-header {
  padding-top: 0;
  padding-bottom: 0;
}
.glee-search-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  border: 0;
  background: no-repeat;
  color: #444;
  border-left: 1px solid #ddd;
  height: 100%;
}
.glee-search-btn:hover {
  color: #2154cf;
}
.search-form2 .form-control {
  height: 50px;
  border-radius: inherit;
}
.search-form2 {
  position: relative;
}

.archive-description {
  margin-top: 15px;
}

/* 20. paginations */
.paginations {
}
.paginations ul li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}
.paginations ul li a,
.paginations ul li .page-numbers {
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease 0s;
  text-align: center;
  height: 60px;
  width: 60px;
  background: #fff;
  border-radius: 30px;
  padding: 0;
  line-height: 56px;
  display: inline-block;
  border: 2px solid #eaebec;
}
.paginations ul li:hover a,
.paginations ul li .current {
  background: #1876df;
  color: #fff;
  border-color: #1876df;
}
.paginations ul li:hover a:after,
.paginations ul li.active a:after {
  opacity: 1;
}
.paginations ul li:hover a:before,
.paginations ul li.active a:before {
  opacity: 1;
}
.paginations li .prev {
  text-transform: uppercase;
  font-weight: 700;
}
.paginations li .next {
  text-transform: uppercase;
  font-weight: 700;
}

/*footer */
.footer-area-bottom {
  padding: 15px 0;
}
.copy-right p {
  color: #999;
  margin: 0;
}

/*theme unit test css */
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

.logged-in .header-transparent {
  margin-top: 30px;
}
.admin-bar .sticky-header {
  top: 32px;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em !important;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em !important;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget select {
  max-width: 100%;
  height: 45px;
  width: 100%;
  border: 1px solid #ddd;
  padding: 0 10px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
  margin-top: 25px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
  font-size: 14px;
  font-style: italic;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 10px;
}

.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding-right: 5px !important;
  margin-bottom: 5px;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/**
* custom css
*
*/
.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color {
  background-color: #f7f7f7;
}
.wp-block-pullquote {
  border-top: 4px solid #a3bbc8;
  border-bottom: 4px solid #a3bbc8;
}
.wp-block-quote__citation,
.wp-block-quote cite,
.wp-block-quote footer {
  margin-top: 10px;
  display: block;
}
.logged-in-as a {
  color: #222;
}
.logged-in-as a:hover {
  color: #f26522;
}

/*new unit test*/
.wp-block-column:not(:first-child),
.wp-block-column:nth-child(2n) {
  margin-left: 10px;
}
.wp-block-column:not(:last-child) {
  margin-right: 10px;
}
.wp-block-column:nth-child(2n + 1) {
  margin-right: 10px;
}
.post-text > .alignwide {
  margin-left: 0;
  margin-right: 0;
  width: calc(100% + 20px);
  max-width: calc(100% + 20px);
}
.post-text p.has-large-font-size {
  font-size: 36px;
  line-height: 1.2;
}

.has-very-light-gray-color.has-very-light-gray-color {
  color: #fff;
  background: #f26522 !important;
}
.wp-block-archives select,
.wp-block-archives .postform {
  height: 50px;
  width: 200px;
  border: 1px solid #ddd;
  padding: 0 10px;
  margin-bottom: 20px;
}
.wp-block-categories .postform {
  height: 50px;
  width: 200px;
  border: 1px solid #ddd;
  padding: 0 10px;
  margin-bottom: 20px;
}
.wp-block-latest-comments {
  padding-left: 0 !important;
}
.wp-block-latest-posts.has-dates {
  padding-left: 0;
}
.wp-block-archives li a,
.wp-block-categories li a {
  color: #5e629c;
}
.wp-block-search__input {
  width: 100%;
  height: 50px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  padding: 0 15px;
}
.wp-block-cover {
  margin-bottom: 30px;
}
.wp-block-search .wp-block-search__button {
  margin-left: 0;
  background: #000;
  color: #fff;
  border: 0;
  padding: 12px 40px;
  margin-bottom: 14px;
}
.tag-cloud-link {
  border: 1px solid #ddd;
  font-size: 14px !important;
  padding: 10px 20px;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 9px;
}

.copyright__text p {
  margin: 0;
}

.glee-page-content figure.wp-caption.aligncenter {
  margin-top: 40px;
}
.glee-page-content .size-full.alignright {
  margin-bottom: 35px;
  margin-top: 20px;
  clear: both;
}
.admin-bar .header-sticky {
  margin-top: 32px;
}
.glee-page-content .post-comments-form {
  margin-top: 50px;
}
.glee-page-content .post-comments {
  margin-top: 40px;
}

.postbox.sticky {
  border: 2px solid #f26522;
}
.wp-block-quote,
blockquote {
  border-left: solid 5px #a3bbc8;
}
.page-links > span {
  border: 2px solid #f26522;
  color: #f26522;
}
.post-text a:hover {
  color: #f26522;
}

.post-text a {
  color: #f26522;
}

.page-links a:hover {
  border: 2px solid #f26522;
  color: #f26522;
}
.post-password-form input[type="submit"] {
  background-color: #f26522;
}
.postbox__text .blog-post-tag {
  padding-top: 40px;
}

.layout-wrapper .alignright.size-thumbnail {
  margin-bottom: 20px;
  clear: both;
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  width: calc((100% - 16px) / 2);
}
.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  margin: 0 16px 16px 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
  margin-right: 0;
}
.wp-block-gallery.columns-2.is-cropped li.blocks-gallery-item {
  width: calc((100% - 16px) / 2) !important;
}
.wp-block-search .wp-block-search__input {
  max-width: 100%;
}
.wp-block-button {
  margin-bottom: 15px;
}
.wp-block-cover-text {
  color: #fff !important;
}
.wp-block-cover-text a {
  color: #fff;
}
.wp-block-gallery .blocks-gallery-grid {
  padding-left: 0;
}
.blocks-gallery-caption {
  margin-bottom: 40px;
}
.wp-block-group.has-background {
  margin-bottom: 25px;
}
.is-style-outline .wp-block-button__link {
  border: 2px solid #222;
}
.is-style-outline .wp-block-button__link {
  background-color: transparent;
  border: 2px solid #222;
  color: #222 !important;
}

/*retina logo hide show*/
.retina-logo {
  display: none;
}
.retina-logo img {
  width: 107px;
}

/*--- preloader ---*/
.dark #preloader {
  background-color: #232323;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f7f7f7;
  z-index: 999999;
}

.preloader {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

.preloader span {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #f26522;
  -webkit-animation: preloader 1.3s linear infinite;
  animation: preloader 1.3s linear infinite;
}

.preloader span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}

/*--- end of preloader ---*/
.product-widget .widget-title {
  font-size: 16px;
}

/* product categories */

.widget_product_categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget_product_categories ul li {
  display: block;
  position: relative;
}

.widget_product_categories ul li a {
  display: inline-block;
  color: #243f4d;
  padding: 5px;
  background: transparent;
  border-radius: 10px;
}

.widget_product_categories ul li span {
  float: right;
  color: #b3b3b3;
}

.widget_product_categories ul li:hover > a {
  color: #fcd7b6;
}

.widget_product_categories ul li:hover > span {
  color: #fcd7b6;
}

.widget_product_categories ul li ul.children {
  padding-left: 15px;
  margin-bottom: 5px;
}

/* filter by price */

.ui-slider-range.ui-widget-header.ui-corner-all {
  background-color: #a3bbc8 !important;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 5px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background: #a3bbc8;
}

.price_label {
  font-size: 14px;
  color: #243f4d;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
  font-size: 14px;
  background: #a3bbc8;
  color: #fff;
}

.woocommerce .widget_price_filter .price_slider_amount .button:hover {
  background: #fcd7b6;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #fcd7b6;
}

/**
	search widget
 */

.widget_product_search form {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.widget_product_search form input {
  width: 100%;
  padding-left: 20px;
  padding-right: 75px;
  height: 50px;
  border: 2px solid #edf1f4;
  background: #fff;
  font-size: 18px;
  color: #565872;
}

.widget_product_search form input::-webkit-input-placeholder {
  color: #565872;
}

.widget_product_search form input:-moz-placeholder {
  color: #565872;
}

.widget_product_search form input::-moz-placeholder {
  color: #565872;
}

.widget_product_search form input:-ms-input-placeholder {
  color: #565872;
}

.widget_product_search form input:focus::-webkit-input-placeholder {
  color: transparent;
}

.widget_product_search form input:focus:-moz-placeholder {
  color: transparent;
}

.widget_product_search form input:focus::-moz-placeholder {
  color: transparent;
}

.widget_product_search form input:focus:-ms-input-placeholder {
  color: transparent;
}

.widget_product_search form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  font-size: 18px;
  color: #184c7d;
  background: #edf1f4;
  border: 0;
}

.widget_product_search form button:hover {
  color: #fff;
  background: #fcd7b6;
}

.woocommerce ul.product_list_widget li img {
  width: 80px;
  height: 80px;
}

/**
	search widget
 */

.woocommerce ul.product_list_widget li .product-title {
  display: inline-block;
  margin-top: 15px;
  width: calc(100% - 90px);
  text-transform: capitalize;
}

.woocommerce ul.product_list_widget li a {
  color: #243f4d;
  font-weight: 500;
}

.woocommerce ul.product_list_widget li {
  color: #a3bbc8;
  margin-bottom: 15px;
  padding: 0;
}

.woocommerce ul.product_list_widget li a:hover {
  color: #fcd7b6;
}

.woocommerce ul.product_list_widget li:last-child {
  margin-bottom: 0;
}

/* breadcrumb*/

.breadcrumb-area ul li.trail-end {
  color: #f26522;
}

/* product */
.product-wrap-3 .product-content h4 {
  margin-bottom: 0;
  text-transform: capitalize;
}

.product-content .rating {
  line-height: 1;
  margin-bottom: 10px;
}

.product-content .rating a {
  color: #243f4d;
  font-size: 10px;
}

.product-content .rating a:hover {
  color: #fcd7b6;
}

/* review form */

.review-form {
  background: #f7f7fd;
  padding: 30px;
  margin-bottom: 20px;
  padding-bottom: 35px;
}

.review-box > h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.rating-list {
  display: inline-block;
}

.your-rating > span {
  color: #414149;
  font-size: 16px;
}

.rating-list > a {
  color: #646464;
  font-size: 13px;
}

.review-form {
}

.review-form label {
  color: #243f4d;
  display: block;
  font-size: 16px;
  margin-bottom: 15px;
}

.review-form textarea {
  border: none;
  height: 150px;
  margin-bottom: 20px;
  padding: 30px;
  width: 100%;
  color: #a7a7c1;
  font-size: 14px;
  background: #fff;
}

.review-form input {
  border: none;
  height: 60px;
  margin-bottom: 20px;
  padding: 0 30px;
  width: 100%;
  font-size: 14px;
  color: #a7a7c1;
  background: #fff;
}

.comment-form #wp-comment-cookies-consent {
  width: auto;
  display: inline-block;
  height: auto;
  margin: 0;
}

.comment-form .comment-form-cookies-consent label {
  display: inline-block;
  margin-left: 11px;
  font-size: 14px;
}

.comment-reply-title h4 {
  margin-bottom: 10px;
}

.woocommerce p.stars a {
  color: #243f4d;
}

.woocommerce p.stars a:hover {
  color: #fab522;
}

/* product details*/

.product-action-box .add-to-cart {
  display: inline-block;
}

.woocommerce-grouped-product-list-item__quantity .quantity input {
  font-size: 14px;
  color: #333333;
  border: 1px solid #a3bbc8;
  text-align: center !important;
  height: 50px;
}

.woocommerce-grouped-product-list-item__quantity .quantity {
  margin-bottom: 20px;
  margin-right: 15px;
}

.woocommerce .woocommerce-ordering {
  margin-bottom: 0;
}

.footer-style-1 .footer-widget .widget-title {
  color: #1f2044;
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.blog-wrap-2 .blog-content .blog-meta span i,
.blog-wrap-2 .blog-content .blog-footer span i {
  margin-right: 5px;
}

.blog-single-wrap .blog-box-thumb .blog-box-meta .blog-meta-date span {
  font-size: 12px;
  color: #fff;
}

.blog-single-wrap .blog-box-thumb .blog-box-meta .blog-meta-date span i {
  margin-right: 5px;
}

.blog-comments .latest-comments .comments-box .comments-text .comment-reply-link {
  font-size: 14px;
  font-weight: 400;
  color: #516278;
}

.blog-comments .latest-comments .comments-box .comments-text .comment-reply-link i {
  margin-left: 5px;
}

.blog-comments .latest-comments .comments-box .comments-text .comment-reply-link:hover {
  color: #f26522;
}

.blog-box-wrap .blog-box-thumb.blog-box-audio audio,
.blog-single-wrap .blog-box-thumb.blog-box-audio audio {
  width: 100%;
}

.blog-box-wrap .blog-box-thumb.blog-box-audio audio:focus,
.blog-single-wrap .blog-box-thumb.blog-box-audio audio:focus {
  outline: none;
}

.blog-box-gallery-slider .swiper-button-prev {
  left: 30px;
  height: 60px;
  width: 60px;
  font-size: 16px;
  color: #6f7172;
  background: #fff;
  z-index: 99;
  border-radius: 50%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  transform: translateY(-50%);
  top: 50%;
  margin: 0;
}

.blog-box-gallery-slider .swiper-button-prev:hover {
  color: #fff;
  background: #fcd7b6;
}

.blog-box-gallery-slider .swiper-button-next {
  right: 30px;
  height: 60px;
  width: 60px;
  font-size: 16px;
  color: #6f7172;
  background: #fff;
  border-radius: 50%;
  z-index: 99;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  transform: translateY(-50%);
  top: 50%;
  margin: 0;
}

.blog-box-gallery-slider .swiper-button-next:hover {
  color: #fff;
  background: #fcd7b6;
}

.main-menu ul li ul.sub-menu li a:focus,
.main-menu ul li ul.sub-menu li a:hover,
.main-menu ul li ul.sub-menu li a:active {
  background: #fff;
}

.contact-form-wrap .btn {
  width: auto;
}

.blog-box-wrap .blog-box-details .read-more {
  background: #f26522;
  border-color: #f26522;
  color: #fff;
}

.blog-box-wrap .blog-box-details .read-more:hover {
  background: #333333;
  border-color: #333333;
}

.blog-box-wrap.sticky {
  border: 2px solid #edf1f4;
  padding: 30px;
}

.blog-details-text a {
  color: #f26522;
}

.blog-details-text a:hover {
  color: #184c7d;
}

.blog-single-wrap .blog-box-footer .blog-box-tag {
  text-align: left;
}

.blog-single-wrap .blog-box-footer .blog-box-tag a {
  color: #222;
  font-size: 13px;
  border: 1px solid #ebebeb;
  padding: 8px 15px;
  text-transform: capitalize;
  font-weight: 400;
  border-radius: 3px;
  margin-bottom: 5px;
}

.blog-single-wrap .blog-box-footer .blog-box-tag span {
  font-weight: 600;
}

.blog-single-wrap .blog-box-footer .blog-box-tag a:hover {
  background: #f26522;
  border-color: #f26522;
  color: #fff;
}

.theme-navigation span {
  font-weight: 400;
}

.theme-navigation h4 a {
  color: #243f4d;
}

.blog-single-wrap .blog-box-details .blog-box-title h3 {
  font-weight: 500;
}
.wp-block-calendar {
  margin-bottom: 35px;
}
p .size-full {
  margin-bottom: 25px;
}
.blog-single-wrap .wp-block-cover-image .wp-block-cover-image-text,
.blog-single-wrap .wp-block-cover .wp-block-cover-text,
.blog-single-wrap .wp-block-cover-image > h2 {
  font-size: 2em !important;
  line-height: 1.25 !important;
}

.blog-single-wrap .wp-block-cover-text a {
  color: #fff;
}

.blog-single-wrap .wp-block-cover-text a:hover {
  color: #fcd7b6;
}

.blog-box-wrap .blog-box-thumb a img {
  max-width: 100%;
}

.blog-single-wrap .has-large-font-size {
  font-size: 36px !important;
}

.blog-single-wrap blockquote {
  padding: 50px;
  position: relative;
  padding-left: 142px;
}

.blog-single-wrap .wp-block-pullquote.is-style-solid-color blockquote p {
  font-size: 32px !important;
}

.blog-single-wrap .has-medium-font-size {
  font-size: 20px !important;
}

.blog-single-wrap .has-small-font-size {
  font-size: 13px !important;
}

.blog-single-wrap .has-large-font-size {
  font-size: 36px !important;
  line-height: 1.2 !important;
}

.blog-single-wrap .has-very-light-gray-color.has-very-light-gray-color {
  color: #fff !important;
  background: #fcd7b6 !important;
}

.blog-single-wrap h1,
.blog-single-wrap h2,
.blog-single-wrap h3,
.blog-single-wrap h4,
.blog-single-wrap h5,
.blog-single-wrap h6 {
  margin-bottom: 0.5rem !important;
}

.blog-single-wrap label {
  color: #444;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

.blog-box-content {
  overflow: hidden;
}

.blog-box-wrap .blog-box-details .blog-box-title h3 a:hover {
  color: #f26522;
}

.blog-single-wrap .blog-box-thumb img {
  max-width: 100%;
}

.post-password-form input[type="submit"] {
  background-color: #f26522;
}

.post-password-form input[type="password"] {
  font-size: 1.2rem;
  line-height: 20px;
  padding: 12px 20px;
  border: 1px solid #ebebeb;
  width: 100%;
  border-radius: 0;
}

.post-password-form label {
  width: 100%;
}

.post-password-form input[type="submit"] {
  background-color: #a3bbc8;
  border: none;
  padding: 10px 40px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 600;
}

.post-password-form input[type="submit"]:hover {
  background-color: #f26522;
}

.comments-avatar {
  float: left;
}
ul.children {
  list-style: none;
}
.blog-comments .latest-comments .comments-box .comments-avatar img {
  margin-right: 20px;
}

.size-thumbnail {
  margin-bottom: 35px;
}

.comments-text {
  overflow: hidden;
}

.widget-wrap {
  padding: 25px;
  background: #fff;
  box-shadow: 0px 8px 16px 0px rgba(200, 183, 255, 0.2);
}

.widget-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget-wrap ul li {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #eaeaea;
}

.widget-wrap ul li:first-child {
  padding-top: 0;
}

.widget-wrap ul li:last-child {
  border: 0;
  margin: 0;
  padding-bottom: 0;
}

.widget-wrap ul li a {
  color: #243f4d;
  background: transparent;
  border-radius: 10px;
}

.widget-wrap ul li a i {
  float: right;
}

.widget-wrap ul li ul {
  padding-left: 15px;
  padding-top: 15px;
}

.widget-wrap select {
  max-width: 100%;
  height: 45px;
  width: 100%;
  border: 1px solid #ddd;
  padding: 0 10px;
}

.footer-widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-widget ul li {
  display: block;
  margin: 15px 0;
  border-bottom: 0;
  padding: 0;
}

.footer-widget ul li:first-child {
  margin-top: 0;
}

.footer-widget ul li:last-child {
  border: 0;
  margin: 0;
  padding-bottom: 0;
}

.footer-widget ul li a {
  color: #243f4d;
  background: transparent;
  border-radius: 10px;
  font-size: 15px;
}
.footer-widget ul li a:hover {
  color: #f26522;
}

.footer-widget ul li ul {
  padding-left: 15px;
  padding-top: 15px;
}

.footer-widget select {
  max-width: 100%;
  height: 45px;
  width: 100%;
  border: 1px solid #ddd;
  padding: 0 10px;
}

.comment-respond .comment-form {
  margin-bottom: 20px;
  padding: 40px 40px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.09);
  background: #fff;
}
.logged-in-as {
  line-height: 0;
}
.latest-comments ul .comment-respond .comment-form {
  margin-bottom: 40px;
}
.comments-author-name h5 a {
  color: #222;
}

.widget-post-list {
  margin-bottom: 0;
}

.widget-post-list:last-child {
  margin-bottom: 0;
}

.about-widget ul li {
  display: inline-block;
  color: #222222;
  font-size: 20px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 0;
}

.home_front_page .breadcrumbs {
  display: none;
}

.wp-block-quote.has-text-align-right {
  border-right: 5px solid #a3bbc8;
  border-left: 0 !important;
}

.blog-box-details blockquote cite {
  color: #40464d;
  text-transform: uppercase;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin-top: 10px;
  display: block;
}

.blog-box-details blockquote cite a:hover {
  color: #f26522;
}

.footer-style-3 .footer-top {
  border-top: 1px solid #f1f1f1;
}

.product-thumb .product-action a.added_to_cart {
  display: inline-block;
  position: absolute;
  width: 175px;
  line-height: 26px;
  padding: 13px 15px;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto !important;
  text-transform: uppercase;
  border-radius: 0 !important;
  font-weight: 500;
  font-size: 14px;
  z-index: 99;
  color: #fff;
  background: #a3bbc8;
  height: 50px;
  transform: translateY(-2px);
}

.product-thumb .product-action a.added_to_cart:hover {
  background: #333;
}

.woocommerce table.shop_table {
  border-radius: 0;
}

.woocommerce table.shop_table th {
  font-weight: 600;
  text-align: center;
  padding: 9px 12px;
  line-height: 1.5em;
  border: 1px solid #dee2e6;
  font-size: 15px;
  color: #003242;
}

.cart-table .table-bordered td,
.cart-table .table-bordered th {
  border: 1px solid #dee2e6;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 100px;
  box-shadow: none;
}

.cart-img {
  text-align: center;
}

.cart-img a {
  display: inline-block;
}

.woocommerce table.shop_table td.product-name a:hover {
  color: #f26522;
}

.woocommerce-cart table.cart td.product-price span {
  font-size: 18px;
  font-weight: 400;
  color: #222;
}

.woocommerce-cart table.cart td.product-quantity .quantity .qty {
  width: 100px;
  margin: 0 auto;
}

.update-btn {
  font-weight: 700;
  padding: 17px 44px;
  color: #fff;
  text-transform: capitalize;
  border-radius: 40px;
  font-size: 16px;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  background: #f26522;
}

.update-btn:hover {
  background: #333;
}

#coupon_code {
  height: 50px;
  width: 250px;
  border: 1px solid #ddd;
  padding: 10px 20px;
}

.coupon-left button {
  background: #ddd;
  border: 1px solid #ddd;
  color: #63636b;
  font-size: 14px;
  margin-left: 10px;
  padding: 10px 30px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  height: 50px;
}

.coupon-left button:hover {
  background: #f26522;
  color: #fff;
}

.woocommerce table.shop_table th {
  border-bottom: 0;
}

.brand-btn {
  font-weight: 700;
  padding: 17px 44px !important;
  color: #fff;
  text-transform: capitalize;
  border-radius: 40px;
  font-size: 14px !important;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  background: #f26522;
  font-weight: 500;
}

.brand-btn:hover {
  background: #333;
  opacity: 1;
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
  padding: 30px;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  padding: 30px;
}

button#place_order {
  background-color: #f26522;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  border-radius: 0;
  padding: 17px 30px;
  font-weight: 600;
  margin-left: auto;
  margin-top: 20px;
}

button#place_order:hover {
  background-color: #333;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
  height: 50px;
  border: 2px solid #eaedff;
  padding: 0 15px;
}

.woocommerce form .form-row {
  display: block;
}

.woocommerce form .form-row label {
  color: #333;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 45px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 2px solid #eaedff;
  border-radius: 0;
  height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 45px;
  position: absolute;
  top: 1px;
  right: 10px;
  width: 20px;
}

.select2-selection.select2-selection--single:focus {
  outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered:focus {
  outline: none;
}

.select2.select2-container.select2-container--default.select2-container--above.select2-container--focus {
  outline: none;
}

.select2.select2-container.select2-container--default.select2-container--above:focus {
  outline: none;
}

.select2.select2-container.select2-container--default.select2-container--above.select2-container--focus {
  outline: none;
}

.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
  box-sizing: border-box;
  width: 100%;
  height: 100px;
  padding: 20px;
}

.woocommerce table.woocommerce-checkout-review-order-table th {
  border: 0;
  text-align: left;
}

.product-thumb .yith-wcwl-add-to-wishlist {
  display: inline-block;
}

.product-thumb .yith-wcwl-add-to-wishlist a i {
  margin-right: 0;
}

.product-thumb .yith-wcwl-add-to-wishlist img.ajax-loading.tanzim_wi_loder {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.product-thumb .yith-wcwl-add-button {
  position: relative;
}

.product-thumb .size-thumbnail {
  margin-bottom: 0;
}

.yith-wcwl-icon.fa.fa-heart-o {
  display: none;
}

.product-thumb .yith-wcwl-add-to-wishlist {
  margin-top: 0;
}

.category-wrap-3.active {
  background: #11a8fd;
}

.category-wrap-3.active .content h4 {
  color: #fff;
}

.category-wrap-3.active .content p {
  color: #fff;
}

.category-wrap-3.active .content .read-more a {
  color: #fff;
}

.category-wrap-3.active .content .read-more a i {
  background: #fff;
  color: #11a8fd;
}

.header-style-3.header-style-5 .main-menu ul li ul.sub-menu {
  border-top: 2px solid #11a8fd;
}

.header-style-3.header-style-5 .main-menu ul li ul.sub-menu li a:hover {
  color: #11a8fd;
}

.header-style-3.header-style-5 .attr-menu-2 ul li a {
  color: #fff;
}

.header-style-3.header-style-5 .attr-menu-2 ul li a:hover span {
  color: #11a8fd;
}

.header-style-3.header-style-5 .attr-menu-2 {
  background: #11a8fd;
}

.header-style-3.header-style-5 .hamburger-menu a:hover {
  background: #11a8fd;
}

.header-style-3.header-style-5 .header-search a:hover {
  background: #11a8fd;
}

.footer-widget .about-info {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.footer-widget .info-icon {
  margin-right: 15px;
  color: #23a036;
  font-size: 24px;
  width: 30px;
}

.footer-widget .about-info .info-text {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.footer-widget .info-text h5 {
  margin-bottom: 10px;
  font-weight: 500;
  color: #222222;
  font-family: "Rubik", sans-serif;
}

.footer-widget .info-text p {
  margin-bottom: 0;
}

.footer-widget .about-logo {
  display: block;
  margin-bottom: 20px;
}

.footer-style-2 .footer-widget .info-icon {
  color: #f26522;
}

.footer-style-3 .footer-widget .info-icon {
  color: #a3bbc8;
}

.footer-style-4 .footer-widget .info-icon {
  color: #11a8fd;
}

.blog-single-wrap .blog-box-details .blog-box-content blockquote p {
  font-size: 23px;
  line-height: 1.3;
  color: #243f4d;
  font-weight: 500;
}

.woocommerce #review_form #respond textarea {
  box-sizing: border-box;
  width: 100%;
  background: #f6f6f6;
}
.woocommerce .review-form input {
  background: #f6f6f6;
}
.woocommerce .review-form {
  background: none;
  padding: 0;
}
.woocommerce .comment-reply-title h4 {
  margin-bottom: 25px;
}

.newsletter-form form .input-wrap {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

.newsletter-form form .input-wrap.email {
  position: relative;
}

.newsletter-form .mc4wp-form-fields {
  position: relative;
}

.main-menu ul li ul.sub-menu li .sub-menu {
  top: 0;
  left: 100%;
  box-shadow: 0 1px 5px 0 rgba(0, 3, 143, 0.1);
  visibility: hidden;
  opacity: 0;
}
.main-menu ul li.menu-last ul.sub-menu li ul.sub-menu {
  right: 100%;
  left: auto;
}
.main-menu ul li ul.sub-menu li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}

.main-menu ul li ul.sub-menu li a:after {
  display: none;
}
.logo img {
  width: 152px;
}
.shop-sidebar-pad {
  padding-left: 40px;
}
.about-thumb {
  padding-right: 25px;
}
ins {
  text-decoration: none;
}

.product-details td,
.product-details th {
  border-top: 1px solid #ededed;
  padding: 10px;
}
.product-details .woocommerce-grouped-product-list-item__price {
  padding-left: 20px;
}
.product-details .variations select {
  border: 1px solid #eaedff;
  height: 50px;
  padding: 0 15px;
  width: 100%;
}
.product-details .woocommerce-grouped-product-list-item__quantity .quantity {
  margin-bottom: 0;
}
.product-details .woocommerce-grouped-product-list-item__label label {
  margin: 0;
}
.product-details .product .input-text {
  width: 95px;
  border-radius: 45px;
  background: #fff;
  text-align: center;
  height: 50px;
}
#yith-wcwl-popup-message {
  font-weight: 500;
}
.product-details div.text {
  margin-bottom: 30px;
}
.variations label {
  color: #444;
}
.quantity {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 0;
  float: left;
}
.pro-commnets-text h4 span {
  font-size: 13px;
}
.woocommerce .quantity .qty {
  width: 100px;
  height: 59px;
  text-align: center;
  margin-right: 10px;
}
.pro-comments-img {
  float: left;
}
.pro-commnets-text {
  overflow: hidden;
  padding-left: 15px;
}
.pro-commnets-text h4 {
  font-size: 17px;
  margin-bottom: 4px;
}
.pro-commnets-text .rating {
  margin-bottom: 8px;
}
.pro-commnets-text .rating a {
  font-size: 13px;
  margin-right: 4px;
  color: #f26522;
}
.pro-filter {
  position: relative;
}
.pro-filter::before {
  content: "\f107";
  right: 15px;
  top: 15px;
  position: absolute;
  color: #758799;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
}
.pro-filter select {
  border: 2px solid #edf1f4;
  padding: 13px 30px;
  display: inline-block;
  font-size: 14px;
  appearance: none;
  -moz-appearance: none;
  width: auto;
  -webkit-appearance: none;
  color: #667286;
}

@media (min-width: 1400px) and (max-width: 1900px) {
  .header-info {
    margin-right: 30px;
  }
  .attr-menu {
    margin-right: 30px;
  }
  .attr-menu ul li {
    margin-right: 10px;
  }
}

@media (max-width: 991px) {
  .about-thumb {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .footer-style-3 .footer-menu ul li:before {
    margin: 0 10px;
  }
}

.woocommerce .star-rating {
  font-size: 12px;
  margin-top: 6px;
  margin-bottom: 5px;
}
.glee-page-content .blog-comment-form.mb-50 {
  margin-top: 70px;
  clear: both;
}
.glee-page-content .size-full.alignright {
  margin-bottom: 35px;
  margin-top: 20px;
  clear: both;
}
.glee-page-content ol,
.glee-page-content ul {
  padding-left: 25px;
}
.glee-page-content ol li,
.glee-page-content ul li {
  margin-bottom: 7px;
}

@media (min-width: 1500px) and (max-width: 1600px) {
  .attr-menu {
    padding: 0 16px;
  }
  .attr-menu ul li {
    margin-right: 8px;
  }
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: 100%;
  overflow: visible;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: 100%;
  overflow: visible;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  font-size: 14px;
  color: #fff;
  background-color: #ebe9eb;
  background: #f26522;
  padding: 15px 30px;
}
#ship-to-different-address label {
  color: #333;
}
.woocommerce ul#shipping_method li label {
  color: #333;
}
#order_review_heading {
  margin-top: 40px;
}
.wc_payment_method.payment_method_ppec_paypal label {
  color: #222;
}
.payment_box.payment_method_ppec_paypal p {
  color: #333;
}
.woocommerce-privacy-policy-text p {
  color: #333;
}

.yith-wcwl-add-to-wishlist {
  margin-top: 0px;
  display: inline-block;
}
.wishlist-title h2 {
  display: inline-block;
  padding: 5px;
  font-size: 28px;
  margin-bottom: 25px;
}
.woocommerce table.wishlist_table tbody td {
  padding: 16px 12px;
  border: 0;
}
.woocommerce #reviews #comment {
  height: 120px;
}
.glee-rating.mb-30 {
  margin-bottom: 5px;
}
.woocommerce table.wishlist_table thead th,
.woocommerce table.wishlist_table tbody td {
  border-color: #e7e7e7;
  border: 0;
}
.yith-wcwl-share {
  margin-bottom: 14px;
  text-align: center;
}
.woocommerce table.wishlist_table thead th {
  border-top: 0;
}
.woocommerce table.wishlist_table {
  font-size: 14px;
}
.woocommerce table.wishlist_table td {
  border-top: 0;
}
.yith-wcwl-add-to-wishlist .ajax-loading {
  display: none !important;
}
.add_to_wishlist i {
  margin: 0 !important;
}
.woocommerce table.wishlist_table {
  border: 0;
}
.woocommerce table.wishlist_table,
.woocommerce table.wishlist_table thead th,
.woocommerce table.wishlist_table tbody td {
  border: 0;
}
.woocommerce .glee-page-content table.wishlist_table th,
.woocommerce .glee-page-content table.wishlist_table td {
  border-bottom: 1px solid #eaedff;
  border-right: 1px solid #eaedff;
  text-align: center;
}
.woocommerce .glee-page-content table.wishlist_table {
  background: #ffffff;
  border-color: #eaedff;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}
.woocommerce table.wishlist_table tbody th,
.woocommerce table.wishlist_table tfoot td,
.woocommerce table.wishlist_table tfoot th {
  font-weight: 700;
  border-top: 0;
  border-left: 0;
}
.woocommerce table.wishlist_table .product-remove div {
  text-align: center !important;
}
.woocommerce table.wishlist_table .product-thumbnail {
  width: 108px !important;
}
.woocommerce table.wishlist_table .remove.remove_from_wishlist {
  display: inline-block !important;
}

.comment-form .comment-respond {
  margin-bottom: 35px;
}
