/**** Custom Scss ****/
.elementor-519 .elementor-element.elementor-element-2e99877a .elementor-button,
.wpcf7-submit {
  background-color: #f7a800 !important;
  transition: all 0.2s ease; }
  .elementor-519 .elementor-element.elementor-element-2e99877a .elementor-button:hover,
  .wpcf7-submit:hover {
    background-color: #93A396  !important;
    border-color: #93A396 !important; }

/******  FILTER BLOCK STYLING VANUIT ELEMENTOR *************/
li.elementor-portfolio__filter.elementor-active {
  color: #019bb4;
  background: #333333; }

.elementor-2221 .elementor-element.elementor-element-a134cdc .elementor-portfolio__filter:not(:first-child) {
  margin-left: calc(20px/2); }

.elementor-2221 .elementor-element.elementor-element-a134cdc .elementor-portfolio__filters {
  margin-bottom: 40px;
  margin-top: 40px; }

@media (min-width: 992px) {
  .navbar a.navbar-brand {
    float: none;
    max-width: 132px;
    position: absolute;
    top: 5px; } }
@media (max-width: 991px) {
  .navbar a.navbar-brand {
    max-width: 80px;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 5px 0px 5px 0px; }

  button.navbar-toggler {
    right: 0px;
    text-align: revert;
    position: absolute;
    top: 10px;
    z-index: 9;
    border: none; }

  ul.navbar-nav {
    max-height: none;
    height: 100vh; }

  .navbar-collapse {
    margin-left: -15px;
    position: fixed;
    top: 0px;
    width: 100%;
    right: -10px; } }
/* HAMBURGER */
#nav-icon2 {
  z-index: 9;
  width: 40px;
  height: 40px;
  position: absolute;
  margin-top: 25px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  right: -15px;
  top: 0px;
  border: none; }

#nav-icon2 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: #f7a800;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0; }

#nav-icon2 span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px; }

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0px; }

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 10px; }

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 20px; }

#nav-icon2.open span:nth-child(1), #nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#nav-icon2.open span:nth-child(2), #nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#nav-icon2.open span:nth-child(1) {
  left: 3px;
  top: 5px; }

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 3px);
  top: 5px; }

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0; }

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0; }

#nav-icon2.open span:nth-child(5) {
  left: 3px;
  top: 19px; }

#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 3px);
  top: 19px; }

/*-------------------------------------------------
 =  Table of Css

 1.Import google fonts & basic style of template
 2.Header
 3.Isotope filtering
 4.Kenburn slider basic
 5.General
 6.testimonial section
 7.Team Sections
 8.services page
 9.collapse section
 10.career section
 11.Pricing section
 12.portfolio section
 13.video section
 14.clients section
 15.feature section
 16.News section
 17.Sidebar
 18.Subscribe section
 19.Statistic sections
 20.About sections
 21.Single Post
 22.Single Project
 23.Contact
 24.Footer
 25.Responsive part
-------------------------------------------------*/
/*------------------------------------------------- */
/* =  General
 *------------------------------------------------- */
#container {
  overflow: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out; }

#container.active {
  opacity: 1; }

.preloader {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 4px;
  margin-top: -2px;
  margin-left: -18px;
  -webkit-backface-visibility: hidden;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out; }

.preloader img {
  -webkit-backface-visibility: hidden; }

/*------------------------------------------------- */
/* =  Header
 *------------------------------------------------- */
a:hover {
  text-decoration: none; }

header {
  padding: 0 40px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 999999; }

.header img {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out; }

.header img.original-logo, .header.active .custom-logo {
  visibility: hidden;
  opacity: 0;
  display: none; }

.header.active .original-logo {
  visibility: visible;
  opacity: 1;
  display: inline-block; }

.navbar {
  padding: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  border-bottom: none;
  width: 100%;
  z-index: 999999;
  background: transparent !important; }

.navbar a.navbar-brand {
  float: none; }

.navbar a.navbar-brand img {
  margin-bottom: 5px; }

header.active {
  background: #6228b1 !important; }

.navbar-nav {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out; }

.navbar-nav > li > a {
  display: inline-block;
  color: #fff !important;
  font-size: 16px;
  font-weight: bold !important;
  font-family: "Catamaran", sans-serif;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 30px 10px 30px !important;
  margin: 0 7px -1px;
  position: relative;
  border-bottom: 1px solid transparent; }

.navbar-nav > li > a i {
  font-size: 11px;
  margin-left: 10px; }

.navbar-nav > li:last-child > a {
  padding-right: 0 !important;
  margin-right: 0; }

.navbar-nav > li > a.active,
.navbar-nav > li > a:hover {
  color: #f7a800 !important;
  border-bottom: 1px solid #f7a800;
  text-decoration: none; }

.navbar-nav li.drop-link {
  position: relative; }

.navbar-nav.active > li > a {
  opacity: 0;
  visibility: hidden; }

.navbar-collapse {
  position: relative; }

.dropdown {
  position: absolute;
  border-top: 2px solid #4885ff;
  top: 100%;
  left: 0;
  background: #fff;
  width: 200px;
  visibility: hidden;
  opacity: 0;
  margin-top: 10px;
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out; }

.dropdown > li {
  position: relative;
  display: block;
  border-bottom: 1px solid #e3e1f3; }

.dropdown > li a {
  display: block;
  padding: 15px 20px;
  color: #6c7a89;
  font-size: 15px;
  font-weight: 400;
  font-family: "Poppins", sans-serif; }

.dropdown > li > a:hover {
  background: #f2f4f8;
  color: #4885ff; }

.dropdown > li .dropdown.level2 {
  top: -2px;
  left: 100%;
  border-left: 1px solid #292929; }

li:hover > .dropdown {
  visibility: visible;
  opacity: 1;
  margin-top: -1px; }

.dropdown .dropdown {
  right: 100%;
  left: auto;
  top: 0; }

/*------------------------------------------------- */
/* =  Sidebar */
/*------------------------------------------------- */
.sidebar {
  padding-left: 30px; }

.sidebar .widget {
  margin-bottom: 40px; }

.sidebar .widget > h2 {
  padding-bottom: 10px;
  margin-bottom: 12px;
  border-bottom: 1px solid #eeeeee; }

.search-widget input[type="search"] {
  margin: 0;
  padding: 10px 20px;
  border: 1px solid #d7d7d7;
  width: 100%;
  outline: none;
  color: #666;
  font-size: 15px;
  padding-right: 48px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out; }

.search-form {
  position: relative; }

.search-widget button {
  background: transparent;
  border: none;
  float: right;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -ms-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  margin-right: 14px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  height: 43px;
  background: #f7a800;
  padding: 0 15px;
  position: absolute;
  top: 0;
  margin: 0;
  color: #fff;
  right: 0; }

.search-widget button i {
  color: #fff;
  font-size: 16px; }

.sidebar .text-widget p {
  font-family: "Hind", sans-serif;
  margin-bottom: 0; }

.sidebar .category-widget ul li {
  display: block;
  margin-bottom: 5px; }

.sidebar .category-widget ul li a {
  color: #666666;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 300; }

.sidebar .category-widget ul li a span {
  color: #cccccc; }

.sidebar .category-widget ul li a:before {
  float: left;
  content: '\f112';
  font-family: 'LineAwesome';
  font-size: 12px;
  margin-right: 15px;
  margin-top: 2px; }

.sidebar .category-widget ul li a:hover {
  color: #4885ff;
  text-decoration: underline !important; }

.sidebar .category-widget ul li:last-child {
  margin-bottom: 0; }

.sidebar .popular-widget ul.popular-list {
  padding-top: 6px; }

.sidebar .popular-widget ul.popular-list li {
  list-style: none;
  overflow-y: hidden;
  margin-bottom: 20px; }

.sidebar .popular-widget ul.popular-list li img {
  float: left;
  border-radius: 3px;
  max-width: 70px; }

.sidebar .popular-widget ul.popular-list li .side-content {
  margin-left: 90px;
  padding-top: 4px; }

.sidebar .popular-widget ul.popular-list li .side-content h2 {
  font-size: 18px;
  line-height: 20px;
  font-weight: normal;
  color: #666;
  font-family: Hind;
  margin-bottom: 0px; }

.sidebar .popular-widget ul.popular-list li .side-content h2 a {
  color: #666; }

.sidebar .popular-widget ul.popular-list li .side-content h2 a:hover {
  color: #6228b1; }

.sidebar .popular-widget ul.popular-list li .side-content span {
  display: inline-block;
  margin: 0;
  font-size: 16px;
  color: #ccc;
  font-size: 15px;
  font-family: "Hind", sans-serif;
  font-weight: normal; }

.sidebar .popular-widget ul.popular-list li:last-child {
  margin-bottom: 0; }

.sidebar .tags-widget ul.tags-list {
  padding-top: 6px; }

.sidebar .tags-widget ul.tags-list li {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 5px; }

.sidebar .tags-widget ul.tags-list li a {
  color: #999999;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  padding: 4px 8px;
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px; }

.sidebar .tags-widget ul.tags-list li a:hover {
  color: #666666;
  background: #f6f6f7; }

.sidebar .advertise-widget {
  text-align: center; }

.sidebar .advertise-widget img {
  max-width: 100%;
  height: auto; }

.sidebar .advertise-widget span {
  display: inline-block;
  color: #999999;
  font-family: "Hind", sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 3px; }

/*------------------------------------------------- */
/* =  Single Post */
/*------------------------------------------------- */
section.page-banner-section {
  padding: 150px 0 50px;
  /*
   * Set a counter and get the length of the image path.
   */
  /*
   * Loop ver the image path and figure out the
   * position of the dot where the extension begins.
   */
  /*
   * If we were able to figure out where the extension is,
   * slice the path into a base and an extension. Use that to
   * calculate urls for different density environments. Set
   * values for different environments.
   */
  /*
     * Set a base background for 1x environments.
     */
  background-color: #000;
  background-image: url("/wp-content/uploads/2020/08/hands-cover.jpg");
  background-position: center center !important;
  background-size: cover !important;
  text-align: center;
  /*
     * Create an @2x-ish media query.
     */
  /*
     * Create media queries for all environments that the user has
     * provided images for.
     */
  /*
   * If anything went wrong trying to separate the file from its
   * extension, set a background value without doing anything to it.
   */ }

section.page-banner-section .page-banner-box {
  padding: 140px 0 90px; }

.single-post section.page-banner-section h1.heading1 {
  color: #ffffff;
  margin-bottom: 0px;
  font-size: 44px; }

.page-banner-section h1.heading1 {
  color: #fff; }

section.page-banner-section p {
  margin-bottom: 0;
  font-size: 18px;
  color: #e2edff; }

.blog-section {
  padding-top: 40px;
  padding-bottom: 40px; }

.single-post h2 {
  margin-bottom: 20px; }

.single-post .heading1, .blog-box .blog-post h2.heading2 {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 34px; }

.single-post p {
  margin-bottom: 20px;
  line-height: 30px; }

.single-post p.auth-paragraph, .blog-box .blog-post .auth-paragraph {
  font-family: "Hind", sans-serif;
  font-weight: normal;
  font-size: 15px;
  color: #757575;
  margin-bottom: 5px; }

p.auth-paragraph a {
  color: #757575; }

p.auth-paragraph a:hover {
  color: #6228b1; }

a {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  border-bottom: 1px solid transparent; }

a:hover {
  text-decoration: none; }

.blog-box .blog-post h2 a:hover, .single-post__tags a:hover {
  color: #6228b1; }

.single-post__image {
  width: 100%;
  height: auto;
  margin-bottom: 1.5rem;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px; }

.single-post__list-item {
  display: inline-block;
  margin-right: 0.25rem;
  color: #666666;
  font-size: 0.875rem;
  font-weight: 300; }

.single-post__list-item i {
  color: #ccc; }

.single-post__list-item a {
  color: #666666; }

.single-post__list-item a:hover {
  color: #4885ff; }

.single-post__quote {
  padding: 1rem 0;
  color: #333333;
  font-size: 1.125rem;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  padding-left: 90px;
  position: relative; }

.single-post__quote:before {
  content: '\f2cd';
  color: #4885ff;
  font-size: 2.125rem;
  display: inline-block;
  font-family: 'LineAwesome';
  position: absolute;
  font-style: normal;
  top: 1.875rem;
  left: 1rem; }

.single-post__tags {
  font-size: 16px;
  margin: 16px 0; }

.single-post__tags i {
  color: #ccc; }

.single-post__tags a {
  color: #757575; }

select, input[type="text"]:placeholder, input[type="email"]:placeholder, input[type="password"]:placeholder, input[type="search"]:placeholder, input[type="number"]:placeholder, input[type="url"]:placeholder, textarea:placeholder {
  color: #999; }

.single-post__share-list {
  margin: 1rem 0 2rem;
  text-align: right;
  color: #666666; }

.single-post__share-list i {
  color: #ccc; }

.single-post__share-list a {
  font-size: 0.9375rem;
  margin-left: 0.5rem; }

.single-post__share-list a.twitter i {
  color: #5ab4d6; }

.single-post__share-list a.facebook i {
  color: #5252d4; }

.single-post__share-list a.pinterest i {
  color: #d74040; }

.single-post__share-list a:hover {
  opacity: 0.7; }

@media (max-width: 767px) {
  .single-post__share-list {
    text-align: left; } }
.other-posts {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  display: flex;
  position: relative; }

.other-posts__prev, .other-posts__next {
  display: flex;
  width: 50%;
  align-items: center;
  padding: 0.5rem 0; }

.other-posts__prev {
  border-right: 1px solid #ebebeb; }

.other-posts__prev i, .other-posts__next i {
  font-size: 20px;
  color: #333;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out; }

.other-posts__prev:hover i, .other-posts__next:hover i, .other-posts__prev:hover h2, .other-posts__next:hover h2 {
  color: #6228b1; }

.other-posts__next {
  text-align: right;
  flex-direction: row-reverse; }

.other-posts__prev i {
  margin-right: 1rem; }

.other-posts__next i {
  margin-left: 1rem; }

.other-posts__desc {
  margin-bottom: 0;
  font-size: 16px;
  color: #999; }

.single-post .other-posts h2 {
  font-size: 18px; }

.other-posts__title {
  margin-bottom: 0; }

.heading2 {
  font-size: 19px;
  font-family: 'Poppins';
  font-weight: 600; }

.news-box .news-post {
  margin-bottom: 30px; }

.comment-area-box {
  margin-bottom: 30px; }

.comment-area-box > ul {
  padding: 0px; }

.comment-area-box > ul li.comment, .comment-area-box > ul li.pingback {
  list-style: none;
  padding: 20px;
  border: 1px solid #eee;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 5px;
  margin-bottom: 20px; }

.comment-area-box > ul li.comment .comment-box, .comment-area-box > ul li.pingback .comment-box {
  overflow: hidden; }

.comment-area-box > ul li.comment .comment-box img, .comment-area-box > ul li.pingback .comment-box img {
  max-width: 40px;
  float: left;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }

.comment-area-box > ul li.comment .comment-box .comment-content, .comment-area-box > ul li.pingback .comment-box .comment-content {
  margin-left: 70px; }

.comment-area-box > ul li.comment .comment-box .comment-content h4, .comment-area-box > ul li.pingback .comment-box .comment-content h4 {
  color: #333333;
  font-size: 17px;
  font-family: "Hind", sans-serif;
  font-weight: 500;
  margin-bottom: 10px; }

.comment-area-box > ul li.comment .comment-box .comment-content h4 a, .comment-area-box > ul li.pingback .comment-box .comment-content h4 a {
  color: #333333;
  font-size: 15px; }

.comment-area-box > ul li .comment-box .comment-content span, .comment-area-box > ul li .comment-box .comment-content a.comment-reply-link {
  font-size: 14px;
  color: #999999;
  font-family: "Hind", sans-serif;
  display: inline-block;
  font-weight: normal;
  margin: 0 0 16px; }

.comment-area-box > ul li .comment-box .comment-content span i, .comment-area-box > ul li .comment-box .comment-content a.comment-reply-link i {
  color: #999999;
  margin-right: 8px; }

.comment-area-box > ul li .comment-box .comment-content a.comment-reply-link, .comment-area-box > ul li .comment-box .comment-content span.date-comm {
  float: right;
  margin-left: 10px;
  color: #999;
  font-weight: normal;
  font-size: 14px;
  font-family: "Hind", sans-serif; }

.comment-area-box > ul li .comment-box .comment-content a:hover, .comment-area-box > ul li .comment-box .comment-content h4 a {
  color: #6228b1; }

.comment-area-box > ul li .comment-box .comment-content p {
  margin-bottom: 0px; }

.contact-form {
  padding: 1.875rem;
  background: #f6f6f7;
  margin-bottom: 1.875rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }

.contact-form__input-text, .contact-form__textarea {
  display: block;
  width: 100%;
  padding: 0.625rem 1.25rem;
  color: #999999;
  font-size: 0.9375rem;
  font-weight: 300;
  background: #ffffff;
  outline: none;
  border: 1px solid #dddddd;
  margin: 0 0 1.875rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.02);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.02);
  -o-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.02);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out; }

.contact-form__input-text:hover, .contact-form__textarea:hover {
  border-color: #4885ff; }

.contact-form__textarea {
  height: 6.25rem; }

.contact-form__submit {
  padding: 0.625rem 3rem;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  border: none;
  background: #4885ff;
  font-family: "Poppins", sans-serif;
  outline: none;
  margin: 0;
  cursor: pointer;
  -webkit-border-radius: 1.75rem;
  -moz-border-radius: 1.75rem;
  -ms-border-radius: 1.75rem;
  border-radius: 1.75rem;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out; }

.contact-form__submit:hover {
  background: #4885ff;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1); }

#msg {
  padding: 0.75rem 1.5rem;
  margin-top: 0.625rem; }

/*------------------------------------------------- */
/* =  Blog Archive */
/*------------------------------------------------- */
.blog-box .blog-post {
  border: 1px solid #e2e6f5;
  -o-border: 1px solid #e2e6f5;
  -moz-border: 1px solid #e2e6f5;
  -webkit-border: 1px solid #e2e6f5;
  margin-bottom: 40px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px; }

section.blog-section .blog-box .blog-post {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out; }

section.blog-section .blog-box .blog-post:hover {
  box-shadow: 0 8px 20px rgba(87, 37, 156, 0.2); }

.blog-box .blog-post > img {
  border-radius: 5px 5px 0px 0px;
  -o-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px; }

.blog-box .blog-post .post-content {
  padding: 40px 40px 24px 40px; }

.text-btn {
  color: #57259c;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  border-bottom: 1px solid transparent; }

.text-btn:hover {
  color: #f7a800;
  border-bottom: 1px solid #f7a800; }

/*------------------------------------------------- */
/* =  Single Project */
/*------------------------------------------------- */
section.single-project-section {
  padding: 50px 0;
  background: #ffffff; }

section.single-project-section img {
  width: 100%;
  margin-bottom: 30px; }

section.single-project-section .single-content .project-content {
  margin-bottom: 30px; }

section.single-project-section .single-content .project-content h2 {
  margin-bottom: 5px; }

section.single-project-section .single-content .project-content p {
  color: #999999;
  margin-bottom: 30px; }

section.single-project-section .single-content .project-content ul.social-icons {
  margin-bottom: 30px; }

section.single-project-section .single-content .project-content ul.social-icons li {
  display: inline-block;
  margin: 0 4px; }

section.single-project-section .single-content .project-content ul.social-icons li a {
  color: #999999;
  font-size: 16px; }

section.single-project-section .single-content .project-content ul.social-icons li a:hover {
  color: #4885ff; }

section.single-project-section .single-content .project-content ul.detail-list {
  margin-bottom: 40px; }

section.single-project-section .single-content .project-content ul.detail-list li {
  display: block;
  margin-bottom: 5px; }

section.single-project-section .single-content .project-content ul.detail-list li span {
  color: #333333; }

section.similar-projects-section {
  padding: 0 0 70px;
  background: #fff; }

section.similar-projects-section .container > h2 {
  padding-top: 30px;
  border-top: 1px solid #ebebeb;
  margin-bottom: 30px; }

section.similar-projects-section .similar-projects-box {
  margin-left: -15px;
  margin-right: -15px; }

section.similar-projects-section .similar-projects-box .item {
  margin: 0 15px; }

section.similar-projects-section .similar-projects-box .project-post img {
  width: 100%;
  height: auto; }

section.similar-projects-section .similar-projects-box .project-post .project-content {
  text-align: center;
  padding: 15px 0;
  position: relative;
  z-index: 3; }

section.similar-projects-section .similar-projects-box .project-post .project-content h2 {
  font-size: 17px;
  margin-bottom: -3px; }

section.similar-projects-section .similar-projects-box .project-post .project-content h2 a {
  color: #333333; }

section.similar-projects-section .similar-projects-box .project-post .project-content h2 a:hover {
  color: #4885ff; }

section.similar-projects-section .similar-projects-box .project-post .project-content ul.project-tags li {
  display: inline-block; }

section.similar-projects-section .similar-projects-box .project-post .project-content ul.project-tags li a {
  color: #999999;
  font-family: "Hind", sans-serif;
  font-weight: 300;
  font-size: 16px; }

section.similar-projects-section .similar-projects-box .project-post .project-content ul.project-tags li a:hover {
  text-decoration: underline !important; }

section.similar-projects-section .similar-projects-box .owl-controls {
  z-index: 999;
  position: relative;
  position: absolute;
  top: 0;
  right: 15px;
  margin-top: -60px; }

section.similar-projects-section .similar-projects-box .owl-pagination {
  display: none; }

section.similar-projects-section .similar-projects-box .owl-buttons {
  display: block; }

section.similar-projects-section .similar-projects-box .owl-buttons div {
  background: transparent;
  margin: 0;
  padding: 0;
  color: #aaaaaa;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out; }

section.similar-projects-section .similar-projects-box .owl-buttons div:hover {
  color: #333333; }

section.similar-projects-section .similar-projects-box .owl-buttons div.owl-prev {
  margin-right: 10px; }

section.similar-projects-section .similar-projects-box .owl-buttons div.owl-prev:before {
  content: '\f120';
  font-family: 'LineAwesome';
  font-size: 20px; }

section.similar-projects-section .similar-projects-box .owl-buttons div.owl-next:before {
  content: '\f121';
  font-family: 'LineAwesome';
  font-size: 20px; }

/*------------------------------------------------- */
/* =  Contact */
/*------------------------------------------------- */
#map {
  width: 100%;
  height: 480px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden; }

section.contact-section {
  padding: 70px 0; }

section.contact-section .contact-info {
  margin-bottom: 50px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb; }

section.contact-section .contact-info .info-post {
  margin-bottom: 50px; }

section.contact-section .contact-info .info-post span {
  display: inline-block;
  float: left;
  width: 60px;
  height: 60px;
  border: 1px solid rgba(71, 133, 255, 0.7);
  line-height: 58px;
  color: #4885ff;
  font-size: 26px;
  text-align: center;
  margin: 10px 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: relative; }

section.contact-section .contact-info .info-post span i {
  position: relative;
  z-index: 2; }

section.contact-section .contact-info .info-post span:after {
  content: '';
  top: -10px;
  left: -10px;
  bottom: -10px;
  right: -10px;
  position: absolute;
  border: 1px solid #4885ff;
  opacity: 0.3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }

section.contact-section .contact-info .info-post span:hover {
  background: #4885ff;
  color: #fff; }

section.contact-section .contact-info .info-post span:hover:after {
  background: #4885ff;
  animation-name: bordermove;
  animation-duration: 0.8s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running; }

@keyframes bordermove {
  0% {
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px; }
  100% {
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px; } }
section.contact-section .contact-info .info-post .info-content {
  margin-left: 100px; }

section.contact-section .contact-info .info-post .info-content h2 {
  margin-bottom: 5px; }

section.contact-section .title-section {
  margin-bottom: 30px;
  margin-top: 10px; }

section.contact-section .title-section span {
  margin-bottom: 0; }

section.contact-section #contact-form {
  margin: 0;
  text-align: center; }

section.contact-section #contact-form input[type="text"],
section.contact-section #contact-form textarea {
  width: 100%;
  padding: 10px 20px;
  background: transparent;
  color: #999999;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  outline: none;
  border: 1px solid #ebebeb;
  margin: 0 0 30px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px; }

section.contact-section #contact-form input[type="text"]:focus,
section.contact-section #contact-form textarea:focus {
  border: 1px solid #4885ff; }

section.contact-section #contact-form textarea {
  height: 120px;
  margin-bottom: 30px; }

section.contact-section #contact-form input[type="submit"] {
  padding: 0.625rem 3rem;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  border: none;
  background: #4885ff;
  font-family: "Poppins", sans-serif;
  outline: none;
  margin: 0;
  cursor: pointer;
  -webkit-border-radius: 1.75rem;
  -moz-border-radius: 1.75rem;
  -ms-border-radius: 1.75rem;
  border-radius: 1.75rem;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out; }

section.contact-section #contact-form input[type="submit"]:hover {
  background: #4885ff;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1); }

/*------------------------------------------------- */
/* =  portfolio section */
/*------------------------------------------------- */
section.portfolio-section .title-section {
  margin-bottom: 35px; }

section.portfolio-section ul.filter {
  margin-bottom: 20px;
  text-align: center; }

section.portfolio-section ul.filter li {
  display: inline-block;
  margin: 0;
  margin: 0 15px; }

section.portfolio-section ul.filter li a {
  color: #999999;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  border-bottom: 1px solid transparent; }

section.portfolio-section ul.filter li a:hover,
section.portfolio-section ul.filter li a.active {
  color: #f7a800;
  border-bottom: 1px solid #f7a800; }

section.portfolio-section .portfolio-box.iso-call {
  margin-left: -15px;
  margin-right: -15px; }

section.portfolio-section .portfolio-box.iso-call .project-post {
  margin: 0;
  width: 33.333%; }

section.portfolio-section .portfolio-box.iso-call.no-paddings {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 50px; }

section.portfolio-section .portfolio-box.iso-call.no-paddings .project-post {
  margin: 0;
  padding: 0;
  width: 33.3333%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px; }

section.portfolio-section .portfolio-box.iso-call.no-paddings .project-post .project-gal {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px; }

section.portfolio-section .portfolio-box.iso-call.no-paddings .project-post img {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px; }

section.portfolio-section .portfolio-box.iso-call.no-paddings .project-post .hover-box {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

section.portfolio-section .portfolio-box.iso-call.no-paddings .project-post:hover .hover-box {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

section.portfolio-section .portfolio-box {
  overflow: hidden;
  margin-bottom: 30px; }

section.portfolio-section .portfolio-box .project-post {
  padding: 15px;
  float: left;
  width: 25%;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden; }

section.portfolio-section .portfolio-box .project-post .project-gal {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden; }

section.portfolio-section .portfolio-box .project-post img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out; }

section.portfolio-section .portfolio-box .project-post .hover-box {
  position: absolute;
  top: 25px;
  left: 25px;
  bottom: 25px;
  right: 25px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }

section.portfolio-section .portfolio-box .project-post .hover-box a.zoom {
  color: #fff;
  font-size: 20px;
  margin-bottom: 45px; }

section.portfolio-section .portfolio-box .project-post .hover-box a.zoom:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1); }

section.portfolio-section .portfolio-box .project-post .hover-box h2 {
  font-size: 18px;
  margin-bottom: -3px; }

section.portfolio-section .portfolio-box .project-post .hover-box h2 a {
  color: #fff; }

section.portfolio-section .portfolio-box .project-post .hover-box h2 a:hover {
  text-decoration: underline !important; }

section.portfolio-section .portfolio-box .project-post .hover-box ul.project-tags li {
  display: inline-block; }

section.portfolio-section .portfolio-box .project-post .hover-box ul.project-tags li a {
  color: #dfdede;
  font-family: "Hind", sans-serif;
  font-weight: 300;
  font-size: 16px; }

section.portfolio-section .portfolio-box .project-post .hover-box ul.project-tags li a:hover {
  text-decoration: underline !important; }

section.portfolio-section .portfolio-box .project-post:hover {
  overflow: hidden !important; }

section.portfolio-section .portfolio-box .project-post:hover img {
  animation-name: imagemove;
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running; }

@keyframes imagemove {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); }
  100% {
    -webkit-transform: rotate(5deg) scale(1.1);
    -moz-transform: rotate(5deg) scale(1.1);
    -ms-transform: rotate(5deg) scale(1.1);
    -o-transform: rotate(5deg) scale(1.1);
    transform: rotate(5deg) scale(1.1); } }
section.portfolio-section .portfolio-box .project-post:hover .hover-box {
  opacity: 1;
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px; }

section.portfolio-section .portfolio-box .project-post:hover .hover-box a.zoom {
  margin-bottom: 5px; }

section.portfolio-section.second-style {
  padding: 90px 0 0;
  background: #333333; }

section.portfolio-section.second-style .title-section {
  text-align: left;
  margin-bottom: 60px; }

section.portfolio-section.second-style .button-holder {
  text-align: right;
  padding-top: 40px; }

section.portfolio-section.second-style .portfolio-box {
  margin-bottom: 0; }

section.portfolio-section.second-style .portfolio-box .project-post {
  width: 20%;
  padding: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px; }

section.portfolio-section.second-style .portfolio-box .project-post .project-gal {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px; }

section.portfolio-section.second-style .portfolio-box .project-post .project-gal img {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px; }

section.portfolio-section.second-style .portfolio-box .project-post:hover .hover-box {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px; }

section.portfolio-section.portfolio-page {
  background: #fff;
  padding: 50px 0 70px; }

section.portfolio-section.msn-style {
  background: #fff;
  padding: 100px 0 0;
  position: relative; }

section.portfolio-section.msn-style .title-section {
  margin-bottom: 60px; }

section.portfolio-section.msn-style .portfolio-box.iso-call {
  margin-bottom: 0; }

section.portfolio-section.msn-style .portfolio-box.iso-call .project-post {
  width: 20%; }

section.portfolio-section.msn-style .portfolio-box.iso-call .project-post.snd-size {
  width: 40%; }

section.portfolio-section.msn-style:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 10px;
  border-top: 1px solid #e3e3e3;
  -ms-transform: matrix(1, -0.06, 0, 1, 0, 0);
  -webkit-transform: matrix(1, -0.06, 0, 1, 0, 0);
  transform: matrix(1, -0.06, 0, 1, 0, 0); }

section.portfolio-section.metro-style {
  background: #333333;
  padding: 50px 0 0 1px;
  position: relative; }

section.portfolio-section.metro-style .portfolio-box.iso-call {
  margin-bottom: 0; }

section.portfolio-section.metro-style .portfolio-box.iso-call .project-post {
  width: 20%;
  padding: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px; }

section.portfolio-section.metro-style .portfolio-box.iso-call .project-post .project-gal {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px; }

section.portfolio-section.metro-style .portfolio-box.iso-call .project-post .project-gal img {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px; }

section.portfolio-section.metro-style .portfolio-box.iso-call .project-post:hover .hover-box {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px; }

section.portfolio-section.metro-style .portfolio-box.iso-call .project-post.snd-size {
  width: 40%; }

section.portfolio-section.metro-style .center-button {
  padding: 50px 0 80px;
  background: #ffffff; }

section.portfolio-section.metro-style ul.filter {
  margin-bottom: 40px; }

/*------------------------------------------------- */
/* =  Single Project */
/*------------------------------------------------- */
section.single-project-section {
  padding: 50px 0;
  background: #ffffff; }

section.single-project-section img {
  width: 100%;
  margin-bottom: 30px; }

section.single-project-section .single-content .project-content {
  margin-bottom: 30px; }

section.single-project-section .single-content .project-content h2 {
  margin-bottom: 5px; }

section.single-project-section .single-content .project-content p {
  color: #999999;
  margin-bottom: 30px; }

section.single-project-section .single-content .project-content ul.social-icons {
  margin-bottom: 30px; }

section.single-project-section .single-content .project-content ul.social-icons li {
  display: inline-block;
  margin: 0 4px; }

section.single-project-section .single-content .project-content ul.social-icons li a {
  color: #999999;
  font-size: 16px; }

section.single-project-section .single-content .project-content ul.social-icons li a:hover {
  color: #4885ff; }

section.single-project-section .single-content .project-content ul.detail-list {
  margin-bottom: 40px; }

section.single-project-section .single-content .project-content ul.detail-list li {
  display: block;
  margin-bottom: 5px; }

section.single-project-section .single-content .project-content ul.detail-list li span {
  color: #333333; }

section.similar-projects-section {
  padding: 0 0 70px;
  background: #fff; }

section.similar-projects-section .container > h2 {
  padding-top: 30px;
  border-top: 1px solid #ebebeb;
  margin-bottom: 30px; }

section.similar-projects-section .similar-projects-box {
  margin-left: -15px;
  margin-right: -15px; }

section.similar-projects-section .similar-projects-box .item {
  margin: 0 15px; }

section.similar-projects-section .similar-projects-box .project-post img {
  width: 100%;
  height: auto; }

section.similar-projects-section .similar-projects-box .project-post .project-content {
  text-align: center;
  padding: 15px 0;
  position: relative;
  z-index: 3; }

section.similar-projects-section .similar-projects-box .project-post .project-content h2 {
  font-size: 17px;
  margin-bottom: -3px; }

section.similar-projects-section .similar-projects-box .project-post .project-content h2 a {
  color: #333333; }

section.similar-projects-section .similar-projects-box .project-post .project-content h2 a:hover {
  color: #4885ff; }

section.similar-projects-section .similar-projects-box .project-post .project-content ul.project-tags li {
  display: inline-block; }

section.similar-projects-section .similar-projects-box .project-post .project-content ul.project-tags li a {
  color: #999999;
  font-family: "Hind", sans-serif;
  font-weight: 300;
  font-size: 16px; }

section.similar-projects-section .similar-projects-box .project-post .project-content ul.project-tags li a:hover {
  text-decoration: underline !important; }

section.similar-projects-section .similar-projects-box .owl-controls {
  z-index: 999;
  position: relative;
  position: absolute;
  top: 0;
  right: 15px;
  margin-top: -60px; }

section.similar-projects-section .similar-projects-box .owl-pagination {
  display: none; }

section.similar-projects-section .similar-projects-box .owl-buttons {
  display: block; }

section.similar-projects-section .similar-projects-box .owl-buttons div {
  background: transparent;
  margin: 0;
  padding: 0;
  color: #aaaaaa;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out; }

section.similar-projects-section .similar-projects-box .owl-buttons div:hover {
  color: #333333; }

section.similar-projects-section .similar-projects-box .owl-buttons div.owl-prev {
  margin-right: 10px; }

section.similar-projects-section .similar-projects-box .owl-buttons div.owl-prev:before {
  content: '\f120';
  font-family: 'LineAwesome';
  font-size: 20px; }

section.similar-projects-section .similar-projects-box .owl-buttons div.owl-next:before {
  content: '\f121';
  font-family: 'LineAwesome';
  font-size: 20px; }

.project-tags, section.single-project-section .single-content .project-content ul.social-icons {
  padding: 0; }

.project-tags li {
  margin: 5px 0;
  color: #ccc; }

.center-button {
  text-align: center; }

/*------------------------------------------------- */
/* =  Footer */
/*------------------------------------------------- */
footer {
  background-color: #333333;
  background-image: url(http://demo.qkthemes.net/silion-wp/wp-content/uploads/2020/02/bg4.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain; }

footer .up-footer {
  color: #999999;
  font-family: "Hind", Sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  padding-top: 80px;
  padding-bottom: 0px; }

footer .up-footer span {
  color: #ccc; }

footer .up-footer .footer-widget {
  margin-bottom: 30px; }

footer .up-footer .footer-widget h2 {
  color: #FFFFFF;
  font-family: "Poppins", Sans-serif;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.1px;
  margin-bottom: 15px; }

footer .up-footer .footer-widget p {
  margin-bottom: 10px; }

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

footer .up-footer .footer-widget p i {
  margin-right: 4px; }

footer .up-footer .footer-widget ul.social-list li,
footer .up-footer .footer-widget ul.quick-list li {
  font-family: "Hind", Sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px; }

footer .up-footer .footer-widget ul.social-list li a,
footer .up-footer .footer-widget ul.quick-list li a {
  color: #999;
  margin-bottom: 0; }

footer .up-footer .footer-widget ul.social-list li a:hover,
footer .up-footer .footer-widget ul.quick-list li a:hover {
  color: #fff; }

footer .up-footer .footer-widget ul.social-list li {
  display: inline-block;
  margin-right: 3px; }

footer .up-footer .footer-widget ul.social-list li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%; }

footer .up-footer .footer-widget ul.social-list li a:hover {
  background: #6128B0; }

footer .up-footer .footer-widget ul.social-list li a:hover i {
  color: #fff; }

footer .up-footer .footer-widget ul.social-list li i {
  color: #999; }

footer .up-footer .footer-widget ul.recent-posts li {
  display: block;
  margin-bottom: 12px;
  padding-left: 18px;
  position: relative; }

footer .up-footer .footer-widget ul.recent-posts li h2 {
  font-size: 15px;
  color: #666666;
  font-weight: 400;
  margin-bottom: -2px;
  line-height: 20px; }

footer .up-footer .footer-widget ul.recent-posts li h2 a {
  color: #666666; }

footer .up-footer .footer-widget ul.recent-posts li h2 a:hover {
  color: #4885ff;
  text-decoration: underline !important; }

footer .up-footer .footer-widget ul.recent-posts li span {
  display: inline-block;
  margin: 0;
  color: #aab6bb;
  font-size: 14px;
  font-family: "Hind", sans-serif;
  font-weight: 300; }

footer .up-footer .footer-widget ul.recent-posts li:before {
  content: '\f112';
  font-family: 'LineAwesome';
  font-size: 10px;
  color: #aab6bb;
  margin-right: 10px;
  position: absolute;
  top: 3px;
  left: 0px; }

footer .up-footer .social-widget h3 {
  margin-bottom: 25px; }

footer .up-footer ul.social-network-list li {
  display: inline-block;
  margin-right: 6px; }

footer .up-footer ul.social-network-list li a {
  width: 40px;
  height: 40px;
  background: #f7f7f7;
  font-size: 15px;
  text-align: center;
  line-height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }

footer .up-footer ul.social-network-list li a.facebook {
  color: #7073e5; }

footer .up-footer ul.social-network-list li a.facebook:hover {
  color: #fff;
  background: #7073e5; }

footer .up-footer ul.social-network-list li a.google {
  color: #e6545f; }

footer .up-footer ul.social-network-list li a.google:hover {
  color: #fff;
  background: #e6545f; }

footer .up-footer ul.social-network-list li a.instagram {
  color: #e654b8; }

footer .up-footer ul.social-network-list li a.instagram:hover {
  color: #fff;
  background: #e654b8; }

footer .up-footer ul.social-network-list li a.twitter {
  color: #63bde3; }

footer .up-footer ul.social-network-list li a.twitter:hover {
  color: #fff;
  background: #63bde3; }

footer p.copyright-line {
  text-align: center;
  padding: 25px 0 20px;
  color: #666666;
  font-family: "Hind", Sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  border-top: 1px solid #444444;
  margin: 0; }

footer.white-back-border {
  background: #fff;
  position: relative; }

footer.white-back-border:after {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 180px;
  border-top: 1px solid #ededed;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }

/*-------------------------------------------------*/
/* =  Responsive Part
/*-------------------------------------------------*/
@media (max-width: 1199px) {
  section.page-banner-section h1 {
    font-size: 30px;
    line-height: 40px; }

  #map {
    height: 400px; }

  section.feature-section2 .feature-box {
    margin-top: 60px; }

  section.portfolio-section.second-style .portfolio-box .project-post {
    width: 33.333%; }

  section.portfolio-section .portfolio-box.iso-call .project-post,
  section.portfolio-section.msn-style .portfolio-box.iso-call .project-post,
  section.team-section.second-style .team-box .team-post,
  section.portfolio-section.metro-style .portfolio-box.iso-call .project-post {
    width: 33.33333%; }

  section.portfolio-section.msn-style .portfolio-box.iso-call .project-post.snd-size,
  section.portfolio-section.metro-style .portfolio-box.iso-call .project-post.snd-size {
    width: 66.66666%; }

  section.blog-section .blog-box .blog-post {
    width: 289px; }

  section.services-section.grey-background .strategy-box {
    margin-top: 0;
    padding-top: 100px; } }
@media (max-width: 991px) {
  .navbar-brand {
    padding: 25px 30px 20px; }

  .navbar-toggler {
    margin-right: 15px !important; }

  header {
    padding: 0; }

  .navbar-nav {
    background: #222222;
    padding: 15px;
    max-width: 100%;
    max-height: 300px;
    overflow-y: scroll; }

  .navbar-nav > li > a {
    padding: 6px 0 !important;
    border: none !important;
    margin: 0; }

  .dropdown {
    opacity: 1;
    visibility: visible;
    background: transparent;
    border: none;
    position: static;
    padding-left: 20px;
    margin-top: -5px !important;
    top: initial;
    left: initial; }

  .dropdown li {
    border: none; }

  .dropdown li a {
    background: transparent !important;
    padding: 6px 0;
    color: #fff; }

  .navbar a.open-close-menu {
    display: none; }

  .navbar-nav > li > a:hover,
  .navbar-nav > li > a.active {
    color: #4885ff !important; }

  section.clients-section .clients-box ul.client-list li {
    width: 33.333333%; }

  section.portfolio-section .portfolio-box .project-post {
    width: 50%; }

  section.portfolio-section.msn-style .portfolio-box.iso-call .project-post,
  section.team-section.second-style .team-box .team-post,
  section.portfolio-section.metro-style .portfolio-box.iso-call .project-post {
    width: 50%; }

  section.portfolio-section.msn-style .portfolio-box.iso-call .project-post.snd-size,
  section.portfolio-section.metro-style .portfolio-box.iso-call .project-post.snd-size {
    width: 100%; }

  section.contact-section #contact-form {
    margin-bottom: 20px; }

  #map {
    height: 300px; }

  section.about-section .about-box .image-box {
    padding-left: 0; }

  section.services-section .services-box .services-post {
    margin-bottom: 50px; }

  section.services-section .services-box .services-post .services-content h2, section.services-section .services-box .services-post .services-content a {
    color: #fff; }

  section.services-section .services-box .services-post .services-content p {
    color: #cccccc; }

  section.services-section {
    margin-bottom: 0; }

  section.testimonial-section .testimonial-box {
    border-top: none;
    padding-top: 0; }

  section.about-section2 .about-box {
    padding: 0; }

  section.about-section2 .about-box .article-box {
    margin-bottom: 40px;
    padding: 0; }

  section.about-section2 .about-box:after {
    display: none; }

  section.about-section2 .video-box .hover-video a {
    margin: 0 30px; }

  section.portfolio-section.second-style .portfolio-box .project-post,
  section.portfolio-section .portfolio-box.iso-call.no-paddings .project-post {
    width: 50%; }

  section.portfolio-section .portfolio-box.iso-call .project-post {
    width: 50%; }

  section.blog-section .blog-box .blog-post {
    width: 210px; }

  .sidebar {
    padding-left: 0; }

  section.blog-section .center-button {
    margin-bottom: 50px; }

  section.services-section.grey-background .strategy-post {
    margin-bottom: 70px; }

  section.services-section.grey-background {
    padding-bottom: 0; }

  section.services-section.grey-background .services-box {
    padding-bottom: 0; }

  section.services-section.grey-background .services-box .services-post {
    margin-bottom: 40px; }

  section.services-section.grey-background .services-box .services-post .services-content h2 {
    color: #333333; }

  section.services-section.grey-background .services-box .services-post .services-content p {
    color: #999999; }

  section.services-section.grey-background .services-box .services-post .services-content a {
    color: #4885ff; }

  section.collapse-section div.image-holder img {
    margin-bottom: 50px; }

  section.services-block-section .block-post .image-block {
    float: none !important;
    width: 100%; }

  section.services-block-section .block-post .block-content {
    position: relative;
    top: initial;
    left: initial;
    right: initial;
    bottom: initial;
    padding: 70px 0; } }
.error-404-section {
  padding: 12.5rem 0;
  text-align: center;
  background-color: #6228b1;
  background: #6228b1 url(../images/404-error.jpg) center center no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.error-404-section h1 {
  font-size: 44px;
  color: #fff;
  line-height: 70px; }

.error-404-section h2 {
  font-size: 24px;
  font-weight: 400;
  color: #dbe4fa; }

.error-404-section p {
  color: #dbe4fa; }

.inner-error {
  max-width: 700px;
  margin: 0 auto;
  font-weight: 300; }

/******
*CUSTOM STYLE
*******/
.news-box .news-post .auth-paragraph {
  margin-bottom: 10px; }

.news-box .news-post img {
  margin-bottom: 20px; }

.testimonial-post span {
  font-size: 16px;
  color: #f7a800; }

.testimonial-post h3 {
  margin-bottom: -8px; }

.owl-buttons {
  display: none; }

.owl-theme .owl-controls {
  margin-top: 30px; }

@media (max-width: 991px) {
  .btn-default {
    display: none; }

  .navbar-nav {
    padding: 30px; }

  .navbar-nav > li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

  .navbar-nav > li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }

  .dropdown li a {
    position: relative;
    padding-left: 25px; }

  .dropdown li a:before {
    content: '->';
    color: #f7a800;
    font-size: 13px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 10px; } }
.sidebar .widget > h2 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative; }

.sidebar .widget > h2:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 32px;
  height: 1px;
  background: #f7a800; }

.widget_archive ul li, .widget_categories ul li, .widget_meta ul li, .widget_pages ul li, .widget_nav_menu ul li {
  margin-bottom: 5px; }

.widget_recent_entries ul li:before, .widget_recent_comments ul li:before, .widget_archive ul li:before, .widget_categories ul li:before, .widget_meta ul li:before, .widget_pages ul li:before, .widget_nav_menu ul li:before, .product-categories li:before, .widget_featured_posts ul li:before {
  color: #f7a800; }

.widget_recent_entries ul li a, .widget_recent_comments ul li a, .widget_archive ul li a, .widget_categories ul li a, .widget_meta ul li a, .widget_pages ul li a, .widget_rss ul li a, .widget_nav_menu ul li a, .product-categories li a, .widget_featured_posts ul li a {
  font-size: 17px; }

.widget_categories ul li span {
  color: #a1a1a1;
  font-weight: 400 !important;
  font-family: 'Hind'; }

.sidebar .popular-widget ul.popular-list li .side-content h2 {
  margin-bottom: 2px;
  line-height: 26px; }

.sidebar .popular-widget ul.popular-list li .side-content span {
  color: #f7a800;
  font-size: 14px; }

.sidebar .popular-widget ul.popular-list li .side-content {
  padding-top: 0; }

.tagcloud a, .tag-list li a {
  display: inline-block;
  color: #6228b1;
  line-height: 24px;
  font-size: 15px !important;
  font-family: "Hind", sans-serif;
  font-weight: 400;
  padding: 6px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 3px;
  background: #f2f7ff; }

.single-post p.auth-paragraph, .blog-box .blog-post .auth-paragraph {
  margin-bottom: 10px; }

.single-post__tags {
  color: #333;
  font-size: 15px;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #e7e7e7; }

.single-post__tags span, .single-post p.auth-paragraph span, .blog-box .blog-post .auth-paragraph span {
  display: inline-block;
  margin-right: 10px; }

.single-post__tags:before {
  content: '\f02c';
  font-family: 'FontAwesome';
  color: #f7a800;
  margin-right: 10px;
  font-size: 14px; }

.single-content input[type="text"], .single-content input[type="email"], .single-content input[type="password"], .single-content input[type="search"], .single-content input[type="number"], .single-content input[type="url"], .single-content textarea {
  border: 1px solid #d7d7d7;
  padding: 8px 20px;
  margin-bottom: 10px;
  border-radius: 3px; }

.post-content a.text-btn {
  font-size: 16px;
  font-family: "Hind", sans-serif; }

.pagination-box {
  margin-bottom: 40px; }

footer .up-footer .footer-widget img {
  margin-bottom: -15px; }

footer .up-footer .footer-widget p {
  margin-bottom: 16px;
  font-weight: 300; }

footer .up-footer .footer-widget ul.quick-list li:before {
  content: '\f105';
  font-family: 'FontAwesome';
  margin-right: 15px;
  font-size: 15px;
  color: #f7a800; }

.footer-widget ul.quick-list li a {
  font-weight: 300;
  color: #aaaaaa; }

@media (max-width: 767px) {
  .ban-line-section.second-style h2 span {
    display: block;
    margin-right: 0;
    margin-bottom: 15px; }

  section.clients-section .clients-box ul.clients-list li {
    width: 33.3333333%; }

  .tparrows {
    display: none !important; }

  #home-section .tp-caption.Concept-Title {
    letter-spacing: 0px !important; }

  ul.depth {
    padding-left: 0; }

  section.services-section2 .services-box .services-post {
    padding: 30px; }

  #map {
    height: 200px; }

  h1 {
    font-size: 34px; }

  section.services-section .services-title .button-holder {
    text-align: left; }

  section.video-section .video-box a.video-link {
    margin-left: -50px; }

  section.video-section .video-box a.video-link span {
    display: none; }

  section.video-section .video-box a.video-link i {
    margin-right: 0; }

  section.subscribe-section form input[type="text"] {
    width: 250px; }

  section.about-section2 .video-box .hover-video h2 {
    display: none; }

  section.what-we-do .image-back-holder {
    display: none; }

  section.portfolio-section .portfolio-box.iso-call .project-post,
  section.portfolio-section .portfolio-box.iso-call.no-paddings .project-post,
  section.portfolio-section.msn-style .portfolio-box.iso-call .project-post,
  section.portfolio-section.metro-style .portfolio-box.iso-call .project-post {
    width: 100%; }

  section.blog-section .blog-box {
    margin: 0; }

  section.blog-section .blog-box .blog-post {
    width: 100%;
    margin: 0 0 30px; }

  .other-posts {
    display: block; }

  .other-posts__prev, .other-posts__next {
    display: flex;
    width: 100%;
    text-align: left; } }
@media (max-width: 640px) {
  section.portfolio-section .portfolio-box .project-post,
  section.team-section.second-style .team-box .team-post {
    width: 100%; }

  section.subscribe-section form input[type="text"] {
    width: 100%;
    margin-bottom: 10px;
    -webkit-border-top-right-radius: 28px;
    -moz-border-top-right-radius: 28px;
    -o-border-top-right-radius: 28px;
    border-top-right-radius: 28px;
    -webkit-border-bottom-right-radius: 28px;
    -moz-border-bottom-right-radius: 28px;
    -o-border-bottom-right-radius: 28px;
    border-bottom-right-radius: 28px; }

  section.subscribe-section form button {
    width: 100%;
    -webkit-border-top-left-radius: 28px;
    -moz-border-top-left-radius: 28px;
    -o-border-top-left-radius: 28px;
    border-top-left-radius: 28px;
    -webkit-border-bottom-left-radius: 28px;
    -moz-border-bottom-left-radius: 28px;
    -o-border-bottom-left-radius: 28px;
    border-bottom-left-radius: 28px;
    margin-bottom: 30px; }

  section.portfolio-section.second-style .portfolio-box .project-post {
    width: 100%; }

  section.about-section.without-background .image-box-holder {
    padding-left: 0;
    text-align: center; }

  section.about-section.without-background .image-box-holder img {
    margin-bottom: 30px; }

  section.about-section.without-background .image-box-holder img.top-image {
    position: relative;
    top: initial;
    left: initial; } }
@media (max-width: 500px) {
  section.clients-section .clients-box ul.client-list li {
    width: 50%; } }
#site-header {
  display: none; }

blockquote footer {
  background: inherit; }

header {
  background: rgba(0, 0, 0, 0.7) !important; }

@media (min-width: 1200px) {
  .container {
    max-width: 1400px !important; } }

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