/* table of content - start
==================================================================================================== */
/* ==================================================
Project Name 	:  Buildox
File 			:  CSS Base
Version 		:  1.0.0
Last change 	:  10 February 2019
Author 			:  codeixer
Developer:		:  Rakibul Islam Dewan
================================================== */
/* table of content - end
==================================================================================================== */
/* global area - start
==================================================================================================== */
body {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  font-style: normal;
  color: #53585f;
  font-family: "Roboto", sans-serif;
  background-color: #ffffff;
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

::-moz-selection {
  color: #0d0e25;
  background-color: #f7c605; }

::selection {
  color: #0d0e25;
  background-color: #f7c605; }

.container {
  max-width: 1200px; }

a,
button {
  cursor: pointer;
  line-height: normal;
  display: inline-block;
  text-decoration: none;
  font-family: "Roboto", sans-serif; }
  a:hover,
  button:hover {
    text-decoration: none; }

button {
  margin: 0px;
  padding: 0px;
  border: none;
  background: none; }
  button:focus {
    outline: none; }

.bb-n {
  border-bottom: none !important; }

img {
  height: auto;
  max-width: 100%; }

.image-container {
  overflow: hidden;
  position: relative; }

.parallax-window {
  min-width: 100%;
  min-height: 100%;
  position: relative; }

h1, h2, h3, h4, h5, h6 {
  line-height: normal;
  font-weight: 700;
  color: #0d0e25;
  text-transform: capitalize;
  font-family: "Raleway", sans-serif; }

strong, span, small, label, i {
  margin: 0px;
  padding: 0px;
  line-height: normal;
  font-family: "Roboto", sans-serif; }

strong {
  font-weight: 700; }

.form-item {
  position: relative;
  margin-bottom: 30px; }
  .form-item input {
    width: 100%;
    border: none;
    height: 60px;
    padding: 0px 20px;
    padding-left: 70px;
    position: relative;
    color: #0d0e25;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-bottom: 2px solid #d2d4de; }
    .form-item input:focus {
      outline: none;
      border-color: #ff4d1c; }

.form-item-btn {
  top: 50%;
  left: 27px;
  font-size: 18px;
  position: absolute;
  color: #ff4d1c;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.form-textarea {
  position: relative;
  margin-bottom: 30px; }
  .form-textarea textarea {
    width: 100%;
    border: none;
    padding: 20px;
    min-height: 150px;
    padding-left: 70px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-bottom: 2px solid #d2d4de; }
    .form-textarea textarea:focus {
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      border-color: #ff4d1c; }
  .form-textarea .form-item-btn {
    top: 20px;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

:-moz-placeholder {
  font-weight: 500;
  text-transform: capitalize; }

::-moz-placeholder {
  font-weight: 500;
  text-transform: capitalize; }

:-ms-input-placeholder {
  font-weight: 500;
  text-transform: capitalize; }

::-webkit-input-placeholder {
  font-weight: 500;
  text-transform: capitalize; }

/* owl settings - start
================================================== */
.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 0px;
  margin-right: 12px;
  background: #c1c1ff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.owl-theme .owl-dots .owl-dot:last-child span {
  margin-right: 0px; }

.owl-theme .owl-dots .owl-dot:hover span {
  background: #f7c605; }

.owl-theme .owl-dots .owl-dot.active span {
  width: 28px;
  background: #f7c605; }

.owl-theme .owl-nav {
  margin: 0px; }
  .owl-theme .owl-nav .owl-next,
  .owl-theme .owl-nav .owl-prev {
    margin: 0px;
    width: 70px;
    height: 70px;
    overflow: hidden;
    position: relative;
    border-radius: 100%;
    background-color: transparent; }
    .owl-theme .owl-nav .owl-next span,
    .owl-theme .owl-nav .owl-prev span {
      color: transparent;
      background-color: transparent; }
    .owl-theme .owl-nav .owl-next:before,
    .owl-theme .owl-nav .owl-prev:before {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      font-size: 24px;
      font-weight: 900;
      line-height: 70px;
      text-align: center;
      position: absolute;
      color: #0d0e25;
      background-color: #ffffff;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      font-family: 'Font Awesome 5 Pro'; }
    .owl-theme .owl-nav .owl-next:hover:before,
    .owl-theme .owl-nav .owl-prev:hover:before {
      color: #0d0e25;
      background-color: #f7c605; }
  .owl-theme .owl-nav .owl-prev {
    margin-right: 5px; }
    .owl-theme .owl-nav .owl-prev:before {
      content: '\f060'; }
  .owl-theme .owl-nav .owl-next:before {
    content: '\f061'; }

/* owl settings - end
================================================== */
/* list style settings - start 
================================================== */
.ul-li > ul {
  margin: 0px;
  padding: 0px;
  display: table; }
  .ul-li > ul > li {
    float: left;
    list-style: none;
    display: inline-block; }

.ul-li-block {
  width: 100%;
  display: table; }
  .ul-li-block > ul {
    width: 100%;
    margin: 0px;
    padding: 0px;
    display: table; }
    .ul-li-block > ul > li {
      width: 100%;
      display: table;
      list-style: none; }

.ul-li-right > ul {
  margin: 0px;
  padding: 0px;
  float: right;
  display: table; }
  .ul-li-right > ul > li {
    float: left;
    list-style: none;
    display: inline-block; }

.ul-li-center > ul {
  padding: 0px;
  margin: 0 auto;
  display: table; }
  .ul-li-center > ul > li {
    float: left;
    list-style: none;
    display: inline-block; }

/* list style settings - end
================================================== */
/* social links - start
================================================== */
.social-links > ul > li {
  width: 40px;
  height: 40px;
  margin-right: 8px; }
  .social-links > ul > li:last-child {
    margin-right: 0px; }
  .social-links > ul > li > a {
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    font-size: 18px;
    overflow: hidden;
    line-height: 42px;
    text-align: center;
    position: relative;
    border-radius: 100%;
    color: #53585f;
    background-color: rgba(255, 255, 255, 0.1); }
    .social-links > ul > li > a:before {
      top: 0px;
      left: 0px;
      opacity: 0;
      right: 0px;
      bottom: 0px;
      z-index: -1;
      content: '';
      position: absolute;
      border-radius: 100%;
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5);
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      background-color: #f7c605; }
    .social-links > ul > li > a:hover {
      color: #0d0e25;
      background-color: transparent; }
      .social-links > ul > li > a:hover:before {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }

/* social links - end
================================================== */
/* post meta - start
================================================== */
.post-meta > ul > li {
  font-size: 14px;
  margin-right: 15px;
  color: #53585f;
  text-transform: capitalize; }
  .post-meta > ul > li > i {
    margin-right: 5px;
    color: #f7c605;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .post-meta > ul > li:last-child {
    margin-right: 0px; }
  .post-meta > ul > li > a {
    font-size: 14px;
    color: #53585f;
    text-transform: capitalize; }
    .post-meta > ul > li > a > i {
      margin-right: 5px;
      color: #f7c605;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .post-meta > ul > li > a:hover {
      color: #f7c605; }

/* post meta - end
================================================== */
/* item label - start
================================================== */
.item-label > ul {
  margin: 0px;
  padding: 0px; }
  .item-label > ul > li {
    display: table;
    font-size: 14px;
    list-style: none;
    padding: 3px 8px;
    color: #ffffff;
    position: relative;
    border-radius: 3px;
    text-align: center;
    margin-bottom: 12px;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom-right-radius: 0px; }
    .item-label > ul > li:after {
      right: 0;
      width: 0px;
      height: 0px;
      content: '';
      bottom: -8px;
      position: absolute;
      border-top: 8px solid transparent;
      border-left: 8px solid transparent;
      border-bottom: 8px solid transparent; }
  .item-label > ul .bg-default-black:after {
    border-right: 8px solid #0d0e25; }
  .item-label > ul .bg-default-past:after {
    border-right: 8px solid #0cff84; }
  .item-label > ul .bg-default-green:after {
    border-right: 8px solid #009326; }
  .item-label > ul .bg-default-yellow:after {
    border-right: 8px solid #f7c605; }
  .item-label > ul .bg-default-orange:after {
    border-right: 8px solid #ff4d1c; }
  .item-label > ul .bg-default-brinjal:after {
    border-right: 8px solid #9227ff; }
  .item-label > ul .bg-default-navyblue:after {
    border-right: 8px solid #0d0e25; }
  .item-label > ul .bg-default-lightblue:after {
    border-right: 8px solid #006cff; }

/* item label - end
================================================== */
/* rating star - start
================================================== */
.rating-star ul li {
  font-size: 12px;
  margin-right: 5px; }
  .rating-star ul li:last-child {
    margin-right: 0px; }

.rating-star ul .rated {
  color: #f2b01e; }

/* rating star - end
================================================== */
/* pagination - start
================================================== */
.pagination > ul > li {
  margin-right: 15px; }
  .pagination > ul > li:last-child {
    margin-right: 0px; }
  .pagination > ul > li > a {
    width: 70px;
    height: 70px;
    font-size: 18px;
    line-height: 74px;
    text-align: center;
    border-radius: 100%;
    font-weight: 700;
    color: #53585f;
    background-color: #f8f8f8; }
    .pagination > ul > li > a:hover {
      color: #ffffff;
      background-color: #ff4d1c;
      -webkit-box-shadow: 0px 3px 8px 1px rgba(255, 77, 28, 0.2);
      box-shadow: 0px 3px 8px 1px rgba(255, 77, 28, 0.2); }

.pagination > ul > .active > a {
  color: #ffffff;
  background-color: #ff4d1c;
  -webkit-box-shadow: 0px 3px 8px 1px rgba(255, 77, 28, 0.2);
  box-shadow: 0px 3px 8px 1px rgba(255, 77, 28, 0.2); }

/* pagination - end
================================================== */
/* padding - margin setting - start 
================================================== */
.sec-ptb-140 {
  padding: 140px 0px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-60 {
  margin-bottom: 60px; }

/* padding - margin setting - end
================================================== */
/* button style - start
================================================== */
.custom-btn .btn-bg {
  z-index: 1;
  width: auto;
  display: inline-block;
  height: 60px;
  font-size: 16px;
  overflow: hidden;
  padding: 0px 50px;
  line-height: 58px;
  word-spacing: 3px;
  text-align: center;
  position: relative;
  letter-spacing: 2px;
  border-radius: 30px;
  font-weight: 700;
  color: #0d0e25;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .custom-btn .btn-bg:before {
    left: -1%;
    top: -32%;
    z-index: -1;
    width: 102%;
    content: '';
    height: 176%;
    background: #fff;
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: skewY(-4deg) translateY(100%);
    -ms-transform: skewY(-4deg) translateY(100%);
    transform: skewY(-4deg) translateY(100%); }

.custom-btn:hover .bg-default {
  color: #53585f; }

.custom-btn:hover .bg-default-past {
  color: #0cff84; }

.custom-btn:hover .bg-default-green {
  color: #009326; }

.custom-btn:hover .bg-default-yellow {
  color: #f7c605; }

.custom-btn:hover .bg-default-orange {
  color: #ff4d1c; }

.custom-btn:hover .bg-default-black {
  color: #0d0e25; }

.custom-btn:hover .bg-default-brinjal {
  color: #9227ff; }

.custom-btn:hover .bg-default-navyblue {
  color: #0d0e25; }

.custom-btn:hover .bg-default-lightblue {
  color: #006cff; }

.custom-btn:hover .btn-bg:before {
  -webkit-transform: skewY(-4deg) translateZ(0);
  transform: skewY(-4deg) translateZ(0); }

.custom-btn .bg-default {
  border: 2px solid #53585f; }

.custom-btn .bg-default-past {
  border: 2px solid #0cff84; }

.custom-btn .bg-default-green {
  color: #ffffff;
  border: 2px solid #009326; }

.custom-btn .bg-default-yellow {
  border: 2px solid #f7c605; }

.custom-btn .bg-default-orange {
  color: #ffffff;
  border: 2px solid #ff4d1c; }

.custom-btn .bg-default-black {
  color: #ffffff;
  border: 2px solid #0d0e25; }

.custom-btn .bg-default-brinjal {
  color: #ffffff;
  border: 2px solid #9227ff; }

.custom-btn .bg-default-navyblue {
  color: #ffffff;
  border: 2px solid #0d0e25; }

.custom-btn .bg-default-lightblue {
  color: #ffffff;
  border: 2px solid #006cff; }

/* button style - end
================================================== */
/* title text - start
================================================== */
.section-title .sec-title-text {
  font-size: 60px;
  margin-bottom: 0px; }

.section-title .sec-subtitle-text {
  font-size: 16px;
  padding: 0px 80px;
  word-spacing: 4px;
  position: relative;
  letter-spacing: 2px;
  font-weight: 700;
  color: #ff4d1c;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase; }
  .section-title .sec-subtitle-text:after, .section-title .sec-subtitle-text:before {
    top: 50%;
    width: 60px;
    height: 8px;
    content: '';
    position: absolute;
    background-size: 100%;
    background-position: left;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-repeat: no-repeat; }
  .section-title .sec-subtitle-text:before {
    left: 0px;
    /* background-image: url(../images/line-design-1.png); */ }
  .section-title .sec-subtitle-text:after {
    right: 0px;
    /* background-image: url(../images/line-design-2.png); */ }

/* title text - end
================================================== */
/* plus effect - start
================================================== */
.plus-effect {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: rgba(247, 198, 5, 0.8); }
  .plus-effect:after, .plus-effect:before {
    top: 50%;
    left: 50%;
    content: "";
    position: absolute;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #0d0e25;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
  .plus-effect:before {
    height: 4px;
    width: 100px; }
  .plus-effect:after {
    width: 4px;
    height: 100px; }

/*
&:hover {
  .plus-effect {
    opacity: 1;
    &:before {width: 60px;}
    &:after {height: 60px;}
  }
}
*/
/* plus effect - end
================================================== */
/* back to top - start
================================================== */
.thetop {
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  position: absolute; }

.backtotop {
  right: 15px;
  width: 50px;
  height: 50px;
  z-index: 999;
  bottom: 60px;
  display: none;
  position: fixed;
  border-radius: 100%;
  background-color: #ff4d1c;
  -webkit-box-shadow: 0px 3px 30px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 30px 1px rgba(0, 0, 0, 0.3); }

.backtotop .scroll {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  color: #ffffff;
  font-size: 36px;
  line-height: 52px;
  text-align: center;
  position: relative; }

/* back to top - end
================================================== */
/* preloader - start
================================================== */
#preloader {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1005;
  position: fixed;
  overflow: visible;
  background: #ffffff url("../images/preloader.gif") no-repeat center center; }

/* preloader - end
================================================== */
/* custom colors - start
================================================== */
.color-default {
  color: #53585f; }

.color-default-black {
  color: #0d0e25; }

.color-default-past {
  color: #0cff84; }

.color-default-green {
  color: #009326; }

.color-default-yellow {
  color: #f7c605; }

.color-default-orange {
  color: #ff4d1c; }

.color-default-brinjal {
  color: #9227ff; }

.color-default-navyblue {
  color: #0d0e25; }

.color-default-lightblue {
  color: #006cff; }

.bg-default {
  background-color: #53585f; }

.bg-default-black {
  background-color: #0d0e25; }

.bg-default-past {
  background-color: #0cff84; }

.bg-default-green {
  background-color: #009326; }

.bg-default-yellow {
  background-color: #f7c605; }

.bg-default-orange {
  background-color: #ff4d1c; }

.bg-default-brinjal {
  background-color: #9227ff; }

.bg-default-navyblue {
  background-color: #0d0e25; }

.bg-default-lightblue {
  background-color: #006cff; }

.color-white {
  color: #ffffff; }

.color-black {
  color: #000000; }

.bg-rating-star {
  color: #f2b01e; }

.bg-white {
  background-color: #ffffff; }

.bg-black {
  background-color: #000000; }

.color-rating-star {
  background-color: #f2b01e; }

.color-deep-gray {
  color: #f0f0f0; }

.color-light-gray {
  color: #f7f7f7; }

.bg-deep-gray {
  background-color: #f0f0f0; }

.bg-light-gray {
  background-color: #f7f7f7; }

.color-twitter {
  color: #1da1f2; }

.color-youtube {
  color: #ff0000; }

.color-facebook {
  color: #3b5998; }

.color-linkedin {
  color: #007bb5; }

.color-pinterest {
  color: #bd081c; }

.color-google-plus {
  color: #db4437; }

.color-instagram-magenta {
  color: #c32aa3; }

.bg-twitter {
  background-color: #1da1f2; }

.bg-youtube {
  background-color: #ff0000; }

.bg-facebook {
  background-color: #3b5998; }

.bg-linkedin {
  background-color: #007bb5; }

.bg-pinterest {
  background-color: #bd081c; }

.bg-google-plus {
  background-color: #db4437; }

.bg-instagram-magenta {
  background-color: #c32aa3; }

/* custom colors - end
================================================== */
/* animation - start
================================================== */
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 77, 28, 0.3);
    box-shadow: 0px 0px 0px 0px rgba(255, 77, 28, 0.3); }
  50% {
    -webkit-box-shadow: 0px 0px 0px 50px rgba(255, 77, 28, 0);
    box-shadow: 0px 0px 0px 50px rgba(255, 77, 28, 0); }
  100% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 77, 28, 0);
    box-shadow: 0px 0px 0px 0px rgba(255, 77, 28, 0); } }

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 77, 28, 0.3);
    box-shadow: 0px 0px 0px 0px rgba(255, 77, 28, 0.3); }
  50% {
    -webkit-box-shadow: 0px 0px 0px 50px rgba(255, 77, 28, 0);
    box-shadow: 0px 0px 0px 50px rgba(255, 77, 28, 0); }
  100% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 77, 28, 0);
    box-shadow: 0px 0px 0px 0px rgba(255, 77, 28, 0); } }

@-webkit-keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 77, 28, 0.2);
    box-shadow: 0px 0px 0px 0px rgba(255, 77, 28, 0.2); }
  50% {
    -webkit-box-shadow: 0px 0px 0px 100px rgba(255, 77, 28, 0);
    box-shadow: 0px 0px 0px 100px rgba(255, 77, 28, 0); }
  100% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 77, 28, 0);
    box-shadow: 0px 0px 0px 0px rgba(255, 77, 28, 0); } }

@keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 77, 28, 0.2);
    box-shadow: 0px 0px 0px 0px rgba(255, 77, 28, 0.2); }
  50% {
    -webkit-box-shadow: 0px 0px 0px 100px rgba(255, 77, 28, 0);
    box-shadow: 0px 0px 0px 100px rgba(255, 77, 28, 0); }
  100% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 77, 28, 0);
    box-shadow: 0px 0px 0px 0px rgba(255, 77, 28, 0); } }

/* animation - end
================================================== */
/* transition - start
================================================== */
a,
button {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

/* transition - end
================================================== */
/* global area - end
==================================================================================================== */
/* header-section - start
==================================================================================================== */
.header-section {
  /* drop down menu - start
	================================================== */
  /* drop down menu - end
	================================================== */
  /* drop down menu ->> sub menu - start
	================================================== */
  /* drop down menu ->> sub menu - end
	================================================== */
  /* default-header - start
	================================================== */
  /* default-header - end
	================================================== */
  /* secondary-header - start
	================================================== */
  /* secondary-header - end
	================================================== */
  /* cart sidebar - start
	================================================== */
  /* cart sidebar - end
	================================================== */
  /* mobile menu - start
	================================================== */
  /* mobile menu - end
	================================================== */ }
  .header-section .main-menubar > ul > .menu-item-has-child {
    position: relative; }
    .header-section .main-menubar > ul > .menu-item-has-child > .sub-menu {
      top: 100%;
      left: 0px;
      z-index: 1;
      opacity: 0;
      margin: 0px;
      height: auto;
      min-width: 200px;
      padding: 20px 0px;
      position: absolute;
      visibility: hidden;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .header-section .main-menubar > ul > .menu-item-has-child > .sub-menu:before {
        top: 0px;
        left: 0px;
        content: '';
        z-index: -1;
        width: 100%;
        height: 100%;
        position: absolute;
        border-top-left-radius: 0px;
        background-color: #ffffff;
        -webkit-box-shadow: 0px 8px 16px 0px rgba(13, 14, 37, 0.12);
        box-shadow: 0px 8px 16px 0px rgba(13, 14, 37, 0.12); }
      .header-section .main-menubar > ul > .menu-item-has-child > .sub-menu > li {
        width: 100%;
        display: table;
        padding-left: 20px; }
        .header-section .main-menubar > ul > .menu-item-has-child > .sub-menu > li > a {
          width: 100%;
          height: 45px;
          font-size: 14px;
          padding: 0px 20px;
          line-height: 45px;
          position: relative;
          font-weight: 700;
          color: #53585f;
          text-transform: uppercase;
          font-weight: 500; }
          .header-section .main-menubar > ul > .menu-item-has-child > .sub-menu > li > a:before {
            top: 0px;
            left: 0px;
            bottom: 0px;
            width: 2px;
            content: '';
            height: 100%;
            position: absolute;
            background-color: #f4f2ff;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
        .header-section .main-menubar > ul > .menu-item-has-child > .sub-menu > li:hover > a {
          color: #ff4d1c; }
          .header-section .main-menubar > ul > .menu-item-has-child > .sub-menu > li:hover > a:before {
            background-color: #ff4d1c; }
      .header-section .main-menubar > ul > .menu-item-has-child > .sub-menu > .active > a {
        color: #ff4d1c; }
        .header-section .main-menubar > ul > .menu-item-has-child > .sub-menu > .active > a:before {
          background-color: #ff4d1c; }
    .header-section .main-menubar > ul > .menu-item-has-child:hover > .sub-menu {
      opacity: 1;
      visibility: visible; }
  .header-section .main-menubar > ul > .menu-item-has-child > .sub-menu > .menu-item-has-child {
    position: relative; }
    .header-section .main-menubar > ul > .menu-item-has-child > .sub-menu > .menu-item-has-child > .sub-menu {
      top: -43%;
      right: 100%;
      z-index: 1;
      opacity: 0;
      margin: 0px;
      height: auto;
      min-width: 200px;
      padding: 20px 0px;
      position: absolute;
      visibility: hidden;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .header-section .main-menubar > ul > .menu-item-has-child > .sub-menu > .menu-item-has-child > .sub-menu:before {
        top: 0px;
        left: 0px;
        content: '';
        z-index: -1;
        width: 100%;
        height: 100%;
        position: absolute;
        border-top-left-radius: 0px;
        background-color: #ffffff;
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1); }
      .header-section .main-menubar > ul > .menu-item-has-child > .sub-menu > .menu-item-has-child > .sub-menu > li {
        width: 100%;
        display: table;
        padding-left: 20px; }
        .header-section .main-menubar > ul > .menu-item-has-child > .sub-menu > .menu-item-has-child > .sub-menu > li > a {
          width: 100%;
          height: 45px;
          font-size: 14px;
          padding: 0px 20px;
          line-height: 45px;
          position: relative;
          font-weight: 700;
          color: #53585f;
          text-transform: uppercase;
          font-weight: 500; }
          .header-section .main-menubar > ul > .menu-item-has-child > .sub-menu > .menu-item-has-child > .sub-menu > li > a:before {
            top: 0px;
            left: 0px;
            bottom: 0px;
            width: 2px;
            content: '';
            height: 100%;
            position: absolute;
            background-color: #f4f2ff;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
        .header-section .main-menubar > ul > .menu-item-has-child > .sub-menu > .menu-item-has-child > .sub-menu > li:hover > a {
          color: #ff4d1c; }
          .header-section .main-menubar > ul > .menu-item-has-child > .sub-menu > .menu-item-has-child > .sub-menu > li:hover > a:before {
            background-color: #ff4d1c; }
      .header-section .main-menubar > ul > .menu-item-has-child > .sub-menu > .menu-item-has-child > .sub-menu > .active > a {
        color: #ff4d1c; }
        .header-section .main-menubar > ul > .menu-item-has-child > .sub-menu > .menu-item-has-child > .sub-menu > .active > a:before {
          background-color: #ff4d1c; }
    .header-section .main-menubar > ul > .menu-item-has-child > .sub-menu > .menu-item-has-child:hover > .sub-menu {
      opacity: 1;
      visibility: visible; }
  .header-section .default-header {
    /* header-top - start */
    /* header-top - end */
    /* header-bottom - start */
    /* header-bottom - end */ }
    .header-section .default-header .header-top {
      padding: 40px 0px;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .header-section .default-header .header-top .brand-logo {
        max-width: 220px; }
      .header-section .default-header .header-top .contact-info > ul > li {
        margin-right: 50px; }
        .header-section .default-header .header-top .contact-info > ul > li:last-child {
          margin-right: 0px; }
        .header-section .default-header .header-top .contact-info > ul > li .contact-item .icon {
          float: left;
          font-size: 24px;
          margin-right: 20px;
          color: #f7c605; }
        .header-section .default-header .header-top .contact-info > ul > li .contact-item .item-content {
          display: table; }
          .header-section .default-header .header-top .contact-info > ul > li .contact-item .item-content .title-text {
            font-size: 18px;
            margin-bottom: 8px !important;
            font-weight: 600;
            color: rgba(255, 255, 255, 0.6); }
          .header-section .default-header .header-top .contact-info > ul > li .contact-item .item-content .contact-text {
            font-size: 14px;
            color: #ffffff; }
        .header-section .default-header .header-top .contact-info > ul > li .quote-btn {
          margin: -4px 0px;
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex; }
          .header-section .default-header .header-top .contact-info > ul > li .quote-btn:hover .btn-bg {
            color: #009326; }
    .header-section .default-header .header-bottom .top-line {
      border-top: 2px solid rgba(255, 255, 255, 0.1); }
    .header-section .default-header .header-bottom .main-menubar .brand-logo {
      float: left;
      display: none;
      margin: 17px 0px;
      max-width: 200px; }
    .header-section .default-header .header-bottom .main-menubar > ul > li {
      padding: 20px 0px;
      position: relative; }
      .header-section .default-header .header-bottom .main-menubar > ul > li:before {
        top: -2px;
        left: 0px;
        right: 0px;
        width: 100%;
        height: 2px;
        opacity: 0;
        content: '';
        visibility: hidden;
        position: absolute;
        -webkit-transform: scaleX(0.5);
        -ms-transform: scaleX(0.5);
        transform: scaleX(0.5);
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color: #f7c605; }
      .header-section .default-header .header-bottom .main-menubar > ul > li > a {
        font-size: 16px;
        color: #ffffff;
        padding: 10px 20px;
        font-weight: 700;
        text-transform: uppercase; }
      .header-section .default-header .header-bottom .main-menubar > ul > li:hover:before {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1); }
      .header-section .default-header .header-bottom .main-menubar > ul > li:hover > a {
        color: #f7c605; }
    .header-section .default-header .header-bottom .main-menubar > ul > .active:before {
      opacity: 1;
      visibility: visible;
      -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1); }
    .header-section .default-header .header-bottom .main-menubar > ul > .active > a {
      color: #f7c605; }
    .header-section .default-header .header-bottom .btns-group {
      padding: 18px 0px; }
      .header-section .default-header .header-bottom .btns-group > ul > li {
        margin-right: 8px;
        position: relative;
        /* main-search-body - start */
        /* main-search-body - end */ }
        .header-section .default-header .header-bottom .btns-group > ul > li:last-child {
          margin-right: 0px; }
        .header-section .default-header .header-bottom .btns-group > ul > li > button {
          width: 45px;
          height: 45px;
          font-size: 20px;
          font-weight: 600;
          line-height: 45px;
          text-align: center;
          color: #ffffff;
          border-radius: 100%; }
        .header-section .default-header .header-bottom .btns-group > ul > li:hover > button {
          /* color: $default-navyblue; */
          /* background-color: $default-yellow; */ }
        .header-section .default-header .header-bottom .btns-group > ul > li .main-search-body {
          top: 50px;
          right: 0px;
          opacity: 0;
          width: 300px;
          padding: 10px;
          position: absolute;
          visibility: hidden;
          border-top-right-radius: 0px;
          background-color: #ffffff;
          -webkit-transition: all .1s ease-in-out;
          -o-transition: all .1s ease-in-out;
          transition: all .1s ease-in-out;
          -webkit-box-shadow: 0px 8px 16px 0px rgba(13, 14, 37, 0.12);
          box-shadow: 0px 8px 16px 0px rgba(13, 14, 37, 0.12); }
          .header-section .default-header .header-bottom .btns-group > ul > li .main-search-body .search-input {
            width: 100%;
            margin: 0px;
            height: 50px;
            padding: 0px 20px;
            border-radius: 5px;
            padding-right: 40px;
            border: 1px solid #f4f2ff;
            border-top-right-radius: 0px;
            background-color: #ffffff;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
            .header-section .default-header .header-bottom .btns-group > ul > li .main-search-body .search-input:focus {
              outline: none;
              border-color: #f7c605; }
        .header-section .default-header .header-bottom .btns-group > ul > li .main-search-body.search-open {
          opacity: 1;
          visibility: visible; }
      .header-section .default-header .header-bottom .btns-group > ul .action-btn.mobile-menu-btn {
        display: none; }
  .header-section .secondary-header {
    padding: 30px 0px;
    background-color: #ffffff;
    /* main-menubar - start */
    /* main-menubar - end */
    /* main-menubar - start */
    /* main-menubar - end */ }
    .header-section .secondary-header .brand-logo {
      width: 250px; }
    .header-section .secondary-header .mobile-menu-btn {
      width: 45px;
      height: 45px;
      display: none;
      font-size: 24px;
      line-height: 45px;
      text-align: center;
      border-radius: 100%;
      color: #0d0e25;
      background-color: #f7c605; }
    .header-section .secondary-header .main-menubar > ul > li {
      padding: 10px 0px;
      position: relative; }
      .header-section .secondary-header .main-menubar > ul > li:before {
        top: 0px;
        left: 0px;
        right: 0px;
        width: 100%;
        height: 2px;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        -webkit-transform: scaleX(0.5);
        -ms-transform: scaleX(0.5);
        transform: scaleX(0.5);
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color: #f7c605; }
      .header-section .secondary-header .main-menubar > ul > li > a {
        font-size: 16px;
        padding: 10px 17px;
        color: #53585f;
        font-weight: 600;
        text-transform: uppercase; }
      .header-section .secondary-header .main-menubar > ul > li:hover:before {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1); }
      .header-section .secondary-header .main-menubar > ul > li:hover > a {
        color: #f7c605; }
    .header-section .secondary-header .main-menubar > ul > .active:before {
      opacity: 1;
      visibility: visible;
      -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1); }
    .header-section .secondary-header .main-menubar > ul > .active > a {
      color: #f7c605; }
    .header-section .secondary-header .contact-info {
      height: 120px;
      padding: 30px 0px;
      margin: -30px 0px; }
      .header-section .secondary-header .contact-info .title-text {
        font-size: 18px;
        margin-bottom: 5px;
        display: block;
        color: #ffffff;
        font-weight: 600;
        text-transform: capitalize; }
      .header-section .secondary-header .contact-info .contact-number {
        width: 100%;
        font-size: 24px;
        color: #ffffff; }
  .header-section .cart-sidebar-wrapper {
    display: block;
    position: relative; }
    .header-section .cart-sidebar-wrapper #cart-sidebar {
      top: 0;
      bottom: 0;
      right: -370px;
      height: 100vh;
      z-index: 1000;
      position: fixed;
      min-width: 350px;
      max-width: 350px;
      overflow-y: scroll;
      padding-bottom: 100px;
      background-color: #ffffff;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .header-section .cart-sidebar-wrapper #cart-sidebar .mCustomScrollBox {
        overflow: visible !important; }
    .header-section .cart-sidebar-wrapper #cart-sidebar.active {
      right: 0px; }
    .header-section .cart-sidebar-wrapper .overlay {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      width: 100%;
      z-index: 999;
      height: 100vh;
      display: none;
      position: fixed;
      background: rgba(0, 0, 0, 0.8);
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .header-section .cart-sidebar-wrapper .overlay.active {
      opacity: 1;
      display: block; }
    .header-section .cart-sidebar-wrapper .close-btn {
      top: 0px;
      left: 0px;
      z-index: 1;
      width: 40px;
      height: 40px;
      font-size: 16px;
      cursor: pointer;
      line-height: 40px;
      border-radius: 0px;
      text-align: center;
      position: absolute;
      color: #ffffff;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      background-color: #0d0e25;
      border-bottom-right-radius: 20px; }
    .header-section .cart-sidebar-wrapper #cart-sidebar {
      padding: 140px 0px;
      -webkit-box-shadow: -3px 0px 6px 1px rgba(0, 0, 0, 0.1);
      box-shadow: -3px 0px 6px 1px rgba(0, 0, 0, 0.1); }
      .header-section .cart-sidebar-wrapper #cart-sidebar .mobile-menu {
        width: 100%;
        margin: 0px;
        padding: 0px; }
        .header-section .cart-sidebar-wrapper #cart-sidebar .mobile-menu > .menu-item {
          width: 100%;
          display: table;
          position: relative;
          border-bottom: 1px solid #f0f0f0; }
          .header-section .cart-sidebar-wrapper #cart-sidebar .mobile-menu > .menu-item:last-child {
            border-bottom: none; }
          .header-section .cart-sidebar-wrapper #cart-sidebar .mobile-menu > .menu-item > a {
            width: 100%;
            display: block;
            font-size: 18px;
            padding: 15px 30px; }
          .header-section .cart-sidebar-wrapper #cart-sidebar .mobile-menu > .menu-item:hover > a {
            color: #0d0e25;
            background-color: #f0f0f0; }
          .header-section .cart-sidebar-wrapper #cart-sidebar .mobile-menu > .menu-item > .sub-menu {
            z-index: 1;
            top: 100%;
            left: 0px;
            opacity: 0;
            margin: 0px;
            width: 100%;
            height: auto;
            padding: 15px;
            display: table;
            position: absolute;
            border-radius: 5px;
            visibility: hidden;
            border-top-left-radius: 0px;
            border-top-right-radius: 0px;
            background-color: #ffffff;
            -webkit-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
            -webkit-box-shadow: 0px 3px 15px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 3px 15px 1px rgba(0, 0, 0, 0.1); }
            .header-section .cart-sidebar-wrapper #cart-sidebar .mobile-menu > .menu-item > .sub-menu > .menu-item {
              width: 100%;
              display: table; }
              .header-section .cart-sidebar-wrapper #cart-sidebar .mobile-menu > .menu-item > .sub-menu > .menu-item > a {
                width: 100%;
                display: block;
                padding: 15px 30px; }
          .header-section .cart-sidebar-wrapper #cart-sidebar .mobile-menu > .menu-item:hover > .sub-menu {
            opacity: 1;
            visibility: visible; }
  .header-section #cart-sidebar::-webkit-scrollbar {
    width: 0px; }
  .header-section .mobile-menu-wrapper {
    display: block;
    position: relative; }
    .header-section .mobile-menu-wrapper #sidebar {
      top: 0;
      bottom: 0;
      left: -330px;
      height: 100vh;
      z-index: 1000;
      position: fixed;
      min-width: 300px;
      max-width: 300px;
      overflow-y: scroll;
      padding-bottom: 100px;
      background-color: #ffffff;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .header-section .mobile-menu-wrapper #sidebar .mCustomScrollBox {
        overflow: visible !important; }
    .header-section .mobile-menu-wrapper #sidebar.active {
      left: 0px; }
    .header-section .mobile-menu-wrapper .overlay {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      width: 100%;
      z-index: 999;
      height: 100vh;
      display: none;
      position: fixed;
      background: rgba(0, 0, 0, 0.8);
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .header-section .mobile-menu-wrapper .overlay.active {
      opacity: 1;
      display: block; }
    .header-section .mobile-menu-wrapper .close-btn {
      top: 0px;
      right: 0px;
      z-index: 1;
      width: 40px;
      height: 40px;
      font-size: 24px;
      cursor: pointer;
      line-height: 40px;
      border-radius: 0px;
      text-align: center;
      position: absolute;
      color: #ffffff;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      background-color: #0d0e25; }
    .header-section .mobile-menu-wrapper #sidebar {
      -webkit-box-shadow: 3px 0 9px 1px rgba(0, 0, 0, 0.1);
      box-shadow: 3px 0 9px 1px rgba(0, 0, 0, 0.1); }
      .header-section .mobile-menu-wrapper #sidebar .sidebar-title {
        padding: 15px 30px;
        border-bottom: 1px solid #f7f7f7; }
        .header-section .mobile-menu-wrapper #sidebar .sidebar-title h2 {
          margin: 0px;
          font-size: 18px; }
      .header-section .mobile-menu-wrapper #sidebar .brand-logo {
        padding: 100px 30px; }
      .header-section .mobile-menu-wrapper #sidebar .search-bar {
        padding: 0px 15px; }
      .header-section .mobile-menu-wrapper #sidebar .pages-list > ul > li > a {
        width: 100%;
        display: block;
        font-size: 14px;
        padding: 10px 30px;
        color: #53585f;
        text-transform: uppercase; }
        .header-section .mobile-menu-wrapper #sidebar .pages-list > ul > li > a .icon {
          width: 30px;
          height: 30px;
          font-size: 16px;
          line-height: 32px;
          margin-right: 5px;
          text-align: center;
          border-radius: 100%;
          color: #0d0e25;
          background-color: #f0f0f0;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
      .header-section .mobile-menu-wrapper #sidebar .pages-list > ul > li:hover > a {
        color: #0d0e25;
        background-color: #f7f7f7; }
        .header-section .mobile-menu-wrapper #sidebar .pages-list > ul > li:hover > a .icon {
          color: #ffffff;
          background-color: #0d0e25; }
      .header-section .mobile-menu-wrapper #sidebar .pages-list > ul > .active > a {
        color: #0d0e25;
        background-color: #f7f7f7; }
        .header-section .mobile-menu-wrapper #sidebar .pages-list > ul > .active > a .icon {
          color: #ffffff;
          background-color: #0d0e25; }
      .header-section .mobile-menu-wrapper #sidebar .pages-list > ul > .menu-item-has-child {
        position: relative; }
        .header-section .mobile-menu-wrapper #sidebar .pages-list > ul > .menu-item-has-child > a {
          width: 100%;
          display: block;
          font-size: 14px;
          position: relative; }
          .header-section .mobile-menu-wrapper #sidebar .pages-list > ul > .menu-item-has-child > a:after {
            top: 50%;
            right: 30px;
            font-size: 12px;
            font-weight: 900;
            content: '\f078';
            line-height: 0px;
            position: absolute;
            color: #0d0e25;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            font-family: "Font Awesome 5 Pro"; }
        .header-section .mobile-menu-wrapper #sidebar .pages-list > ul > .menu-item-has-child .sub-menu {
          background-color: #f7f7f7; }
          .header-section .mobile-menu-wrapper #sidebar .pages-list > ul > .menu-item-has-child .sub-menu > li {
            position: relative; }
            .header-section .mobile-menu-wrapper #sidebar .pages-list > ul > .menu-item-has-child .sub-menu > li:before {
              top: 50%;
              z-index: 1;
              left: 41px;
              width: 8px;
              height: 8px;
              content: '';
              position: absolute;
              border-radius: 100%;
              -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              transform: translateY(-50%);
              background-color: #f0f0f0;
              -webkit-transition: all 0.3s ease-in-out;
              -o-transition: all 0.3s ease-in-out;
              transition: all 0.3s ease-in-out;
              border: 1px solid #0d0e25; }
            .header-section .mobile-menu-wrapper #sidebar .pages-list > ul > .menu-item-has-child .sub-menu > li:after {
              top: 0px;
              width: 1px;
              bottom: 0px;
              content: '';
              left: 44.5px;
              height: 100%;
              position: absolute;
              background-color: #0d0e25; }
            .header-section .mobile-menu-wrapper #sidebar .pages-list > ul > .menu-item-has-child .sub-menu > li > a {
              width: 100%;
              display: block;
              font-size: 14px;
              padding: 10px 30px;
              padding-left: 70px;
              color: #53585f; }
            .header-section .mobile-menu-wrapper #sidebar .pages-list > ul > .menu-item-has-child .sub-menu > li:hover:before {
              background-color: #0d0e25; }
            .header-section .mobile-menu-wrapper #sidebar .pages-list > ul > .menu-item-has-child .sub-menu > li:hover > a {
              color: #0d0e25; }
          .header-section .mobile-menu-wrapper #sidebar .pages-list > ul > .menu-item-has-child .sub-menu > .active:before {
            background-color: #0d0e25; }
          .header-section .mobile-menu-wrapper #sidebar .pages-list > ul > .menu-item-has-child .sub-menu > .active > a {
            color: #0d0e25; }
      .header-section .mobile-menu-wrapper #sidebar .footer-area {
        padding: 30px; }
        .header-section .mobile-menu-wrapper #sidebar .footer-area .social-links ul li {
          width: 30px;
          height: 30px;
          margin-right: 5px; }
          .header-section .mobile-menu-wrapper #sidebar .footer-area .social-links ul li:last-child {
            margin-right: 0px; }
          .header-section .mobile-menu-wrapper #sidebar .footer-area .social-links ul li a {
            font-size: 14px;
            line-height: 32px; }
        .header-section .mobile-menu-wrapper #sidebar .footer-area .copyright-text .author-link {
          color: #f7c605;
          font-weight: 600;
          text-transform: uppercase; }
  .header-section #sidebar::-webkit-scrollbar {
    width: 0px; }

/* header-section - end
==================================================================================================== */
/* header effects - start
==================================================================================================== */
/* auto-hide - start
================================================== */
.auto-hide {
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  position: fixed;
  will-change: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s, -webkit-transform .5s; }

.auto-hide.is-hidden {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); }

/* auto-hide - end
================================================== */
/* sticky-header - start
================================================== */
.sticky-header {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  position: fixed;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .sticky-header:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    content: '';
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.sticky-header.stuck .header-top {
  opacity: 0;
  /* height: 0px; */
  /* display: none; */
  margin-top: -140px; }

.sticky-header.stuck .header-bottom .main-menubar .brand-logo {
  display: table; }

.sticky-header.stuck .header-bottom .main-menubar > ul {
  margin: 0 auto; }

.sticky-header.stuck:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  position: absolute;
  background-color: #0d0e25;
  -webkit-box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.1); }

/* sticky-header - end
================================================== */
/* header effects - end
==================================================================================================== */
/* footer section - start
==================================================================================================== */
/* footer-section - start */
.footer-section .item-title {
  padding-top: 32px;
  position: relative; }
  .footer-section .item-title:before {
    top: 0px;
    left: 0px;
    width: 60px;
    height: 8px;
    content: '';
    position: absolute;
    background-size: 100%;
    background-position: left;
    background-repeat: no-repeat;
    /* background-image: url(../images/line-design-1.png); */ }
  .footer-section .item-title .title-text {
    font-size: 24px;
    color: #ffffff; }

/* footer-section - end */
/* default-footer - start */
.footer-section {
  color: rgba(255, 255, 255, 0.5);
  background-color: #0d0e25;
  /* brand-logo - start */
  /* brand-logo end start */
  /* useful-links - start */
  /* useful-links - end */
  /* photo-gallery - start */
  /* photo-gallery - end */
  /* contact-info - start */
  /* contact-info - end */
  /* footer-bottom - start */
  /* footer-bottom - end */ }
  .footer-section .brand-link {
    width: 220px; }
  .footer-section .footer-top a.brand-link {
    width: 250px; }
  .footer-section .brand-logo {
    padding-right: 20px; }
    .footer-section .brand-logo p {
      font-size: 16px; }
    .footer-section .brand-logo .social-links > ul > li {
      width: 60px;
      height: 60px;
      margin-right: 16px; }
      .footer-section .brand-logo .social-links > ul > li:last-child {
        margin-right: 0px; }
      .footer-section .brand-logo .social-links > ul > li > a {
        line-height: 62px;
        color: rgba(255, 255, 255, 0.8); }
        .footer-section .brand-logo .social-links > ul > li > a:hover {
          color: #0d0e25; }
  .footer-section .useful-links > ul > li {
    margin-bottom: 10px; }
    .footer-section .useful-links > ul > li:last-child {
      margin-bottom: 0px; }
    .footer-section .useful-links > ul > li > a {
      position: relative;
      color: rgba(255, 255, 255, 0.5); }
      .footer-section .useful-links > ul > li > a:after, .footer-section .useful-links > ul > li > a:before {
        top: 50%;
        left: 0px;
        opacity: 0;
        font-size: 12px;
        content: '\f054';
        font-weight: 900;
        position: absolute;
        color: #f7c605;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        font-family: 'Font Awesome 5 Pro'; }
      .footer-section .useful-links > ul > li > a:hover {
        padding-left: 22px;
        color: #f7c605; }
        .footer-section .useful-links > ul > li > a:hover:before {
          opacity: 1;
          left: 5px; }
        .footer-section .useful-links > ul > li > a:hover:after {
          opacity: 1;
          left: 11px; }
  .footer-section .photo-gallery > ul {
    width: 100%;
    display: table;
    margin: 0px -5px; }
    .footer-section .photo-gallery > ul > li {
      padding: 5px;
      width: 33.333%; }
      .footer-section .photo-gallery > ul > li .image-container > img {
        width: 100%;
        display: block; }
      .footer-section .photo-gallery > ul > li .image-container .plus-effect:before {
        height: 2px;
        width: 50px; }
      .footer-section .photo-gallery > ul > li .image-container .plus-effect:after {
        width: 2px;
        height: 50px; }
      .footer-section .photo-gallery > ul > li:hover .image-container .plus-effect {
        opacity: 1; }
        .footer-section .photo-gallery > ul > li:hover .image-container .plus-effect:before {
          width: 30px; }
        .footer-section .photo-gallery > ul > li:hover .image-container .plus-effect:after {
          height: 30px; }
  .footer-section .contact-info > ul > li {
    margin-bottom: 30px; }
    .footer-section .contact-info > ul > li:last-child {
      margin-bottom: 0px; }
    .footer-section .contact-info > ul > li .contact-item .icon {
      float: left;
      font-size: 24px;
      margin-right: 20px;
      color: #f7c605; }
    .footer-section .contact-info > ul > li .contact-item .item-content {
      display: table; }
      .footer-section .contact-info > ul > li .contact-item .item-content .title-text {
        font-size: 18px;
        margin-bottom: 8px !important;
        color: rgba(255, 255, 255, 0.6); }
      .footer-section .contact-info > ul > li .contact-item .item-content .contact-text {
        font-size: 16px;
        color: #ffffff; }
  .footer-section .footer-bottom {
    padding: 30px 0px;
    background-color: #090a1e;
    color: rgba(255, 255, 255, 0.5); }
    .footer-section .footer-bottom .copyright-text > .author-link {
      font-weight: 700;
      color: #f7c605; }

/* default-footer - end */
/* secondary-footer - start */
.footer-section {
  /* news-feeds - start */
  /* news-feeds - end */ }
  .footer-section .secondary-footer .bg-image {
    background-repeat: no-repeat;
    background-position: center center; }
  .footer-section .secondary-footer .footer-top {
    padding-top: 80px;
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1); }
    .footer-section .secondary-footer .footer-top .social-links > ul > li {
      width: 60px;
      height: 60px;
      margin-right: 15px; }
      .footer-section .secondary-footer .footer-top .social-links > ul > li:last-child {
        margin-right: 0px; }
      .footer-section .secondary-footer .footer-top .social-links > ul > li > a {
        font-size: 24px;
        line-height: 64px; }
  .footer-section .secondary-footer .footer-middle {
    padding-bottom: 80px; }
  .footer-section .news-feeds ul li {
    margin-bottom: 20px; }
    .footer-section .news-feeds ul li:last-child {
      margin-bottom: 0px; }
    .footer-section .news-feeds ul li .image-container {
      float: left;
      width: 80px;
      height: auto;
      overflow: hidden; }
      .footer-section .news-feeds ul li .image-container img {
        width: 100%;
        display: block; }
    .footer-section .news-feeds ul li .item-content {
      display: table;
      padding-left: 15px; }
      .footer-section .news-feeds ul li .item-content .post-title {
        font-weight: 500;
        margin-bottom: 5px;
        color: rgba(255, 255, 255, 0.8);
        font-family: "Raleway", sans-serif; }
        .footer-section .news-feeds ul li .item-content .post-title:hover {
          color: #ff4d1c; }
      .footer-section .news-feeds ul li .item-content .post-date {
        font-size: 14px; }
        .footer-section .news-feeds ul li .item-content .post-date > i {
          color: #ff4d1c; }

/* secondary-footer - end */
/* footer section - end
==================================================================================================== */
/* breadcrumb-section - start
==================================================================================================== */
.breadcrumb-section {
  width: 100%;
  height: auto;
  position: relative; }
  .breadcrumb-section .parallax-window {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    position: absolute; }
    .breadcrumb-section .parallax-window .overlay {
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      position: absolute; }
  .breadcrumb-section .breadcrumb-content {
    z-index: 1;
    padding-top: 345px;
    position: relative;
    padding-bottom: 195px; }
    .breadcrumb-section .breadcrumb-content .breadcrumb-title .sub-title {
      font-size: 16px;
      word-spacing: 4px;
      letter-spacing: 2px;
      color: #f7c605;
      font-family: "Roboto", sans-serif;
      text-transform: uppercase; }
    .breadcrumb-section .breadcrumb-content .breadcrumb-title .big-title {
      font-size: 60px;
      color: #ffffff; }
    .breadcrumb-section .breadcrumb-content .breadcrumb-menu > ul > li {
      font-size: 16px;
      color: #ffffff;
      position: relative;
      margin-right: 20px;
      padding-right: 20px;
      font-weight: 700;
      text-transform: uppercase; }
      .breadcrumb-section .breadcrumb-content .breadcrumb-menu > ul > li:after {
        top: 50%;
        width: 2px;
        content: '';
        right: -1px;
        height: 20px;
        position: absolute;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: #53585f; }
      .breadcrumb-section .breadcrumb-content .breadcrumb-menu > ul > li:last-child {
        margin-right: 0px;
        padding-right: 0px; }
        .breadcrumb-section .breadcrumb-content .breadcrumb-menu > ul > li:last-child:after {
          display: none; }
      .breadcrumb-section .breadcrumb-content .breadcrumb-menu > ul > li > a {
        color: #53585f; }
        .breadcrumb-section .breadcrumb-content .breadcrumb-menu > ul > li > a:hover {
          color: #f7c605; }

/* breadcrumb-section - end
==================================================================================================== */
/* sidebar section - start
==================================================================================================== */
.sidebar-section {
  /* search-item - start */
  /* search-item - end */
  /* instagram-post - start */
  /* instagram-post - end */
  /* social-links - start */
  /* social-links - end */
  /* category-list - start */
  /* category-list - end */
  /* news-feeds - start */
  /* news-feeds - end */
  /* tag-list - start */
  /* tag-list - end */
  /* banner-item - start */
  /* banner-item - end */
  /* widget_archive - start */
  /* widget_archive - end */
  /* widget_archive - start */
  /* widget_archive - end */
  /* widget_archive - start */
  /* widget_archive - end */
  /* widget_pages - start */
  /* widget_pages - end */
  /* widget_rss - start */
  /* widget_rss - end */
  /* widget_text - start */
  /* widget_text - end */
  /* widget_nav_menu - start */
  /* widget_nav_menu - end */
  /* widget_recent_comments - start */
  /* widget_recent_comments - end */ }
  .sidebar-section .widget_recent_entries ul li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e4e5ff; }
  .sidebar-section .bls .line-design {
    top: -2px; }
  .sidebar-section .widget_recent_entries ul li:last-child {
    margin: 0;
    padding: 0;
    border-bottom: 0px; }
  .sidebar-section .widget_recent_entries > ul {
    margin: 0; }
  .sidebar-section .sidebar-item {
    padding: 40px 30px;
    margin-bottom: 40px;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(221, 226, 255, 0.3);
    box-shadow: 0px 8px 16px 0px rgba(221, 226, 255, 0.3); }
    .sidebar-section .sidebar-item:last-child {
      margin-bottom: 0px; }
    .sidebar-section .sidebar-item .sidebar-title {
      font-size: 24px;
      padding-left: 80px;
      margin-top: -30px; }
  .sidebar-section .search-item .search-box {
    position: relative; }
    .sidebar-section .search-item .search-box input {
      width: 100%;
      height: 60px;
      border: none;
      padding: 0px 30px;
      border-radius: 30px;
      background-color: #f9f7ff;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .sidebar-section .search-item .search-box input:focus {
        outline: none;
        -webkit-box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.1); }
    .sidebar-section .search-item .search-box .search-btn {
      top: 50%;
      right: 0px;
      width: 60px;
      height: 60px;
      font-size: 24px;
      line-height: 60px;
      position: absolute;
      text-align: center;
      border-radius: 100%;
      color: #0d0e25;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background-color: #f7c605; }
  .sidebar-section .instagram-post > ul {
    width: 100%;
    margin: -5px; }
    .sidebar-section .instagram-post > ul > li {
      padding: 5px;
      height: 75px;
      width: 33.333%; }
      .sidebar-section .instagram-post > ul > li > a {
        width: 100%;
        overflow: hidden;
        position: relative; }
        .sidebar-section .instagram-post > ul > li > a > img {
          width: 100%;
          display: block; }
        .sidebar-section .instagram-post > ul > li > a:before {
          top: 0px;
          left: 0px;
          right: 0px;
          bottom: 0px;
          opacity: 0;
          z-index: 1;
          content: '';
          position: absolute;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          background-color: rgba(247, 198, 5, 0.8); }
        .sidebar-section .instagram-post > ul > li > a:after {
          top: 50%;
          left: 50%;
          z-index: 2;
          opacity: 0;
          font-size: 24px;
          content: "\f120";
          position: absolute;
          font-family: "Flaticon";
          color: #0d0e25;
          -webkit-transform: translate(-50%, 50%);
          -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        .sidebar-section .instagram-post > ul > li > a:hover:before {
          opacity: 1; }
        .sidebar-section .instagram-post > ul > li > a:hover:after {
          opacity: 1;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .sidebar-section .social-links > ul > li > a {
    line-height: 40px;
    border: 1px solid #e4e5ff; }
    .sidebar-section .social-links > ul > li > a:hover {
      border-color: #f7c605; }
  .sidebar-section .category-list > ul > li > a {
    width: 100%;
    height: 60px;
    display: block;
    line-height: 60px;
    color: #53585f;
    font-weight: 600;
    text-transform: capitalize;
    border-bottom: 1px solid #e4e5ff; }
    .sidebar-section .category-list > ul > li > a .badge {
      float: right;
      padding: 0px;
      font-size: 16px;
      margin-top: 22px; }
    .sidebar-section .category-list > ul > li > a:hover {
      padding-left: 10px;
      padding-right: 10px;
      color: #f7c605;
      border-color: #f7c605; }
  .sidebar-section .category-list > ul > li:last-child > a {
    border-bottom: none; }
  .sidebar-section .widget.widget_categories > ul > li {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-bottom: 1px solid #e4e5ff; }
    .sidebar-section .widget.widget_categories > ul > li:last-child {
      border-bottom: none; }
  .sidebar-section .news-feeds ul li {
    margin-bottom: 20px; }
    .sidebar-section .news-feeds ul li:last-child {
      margin-bottom: 0px; }
    .sidebar-section .news-feeds ul li .image-container {
      float: left;
      width: 80px;
      height: auto;
      overflow: hidden; }
      .sidebar-section .news-feeds ul li .image-container img {
        width: 100%;
        display: block; }
    .sidebar-section .news-feeds ul li .item-content {
      display: table;
      padding-left: 15px; }
      .sidebar-section .news-feeds ul li .item-content .item-title {
        font-weight: 500;
        line-height: 24px;
        margin-bottom: 5px;
        color: #0d0e25;
        font-family: "Raleway", sans-serif; }
        .sidebar-section .news-feeds ul li .item-content .item-title:hover {
          color: #ff4d1c; }
      .sidebar-section .news-feeds ul li .item-content .post-date {
        font-size: 14px; }
        .sidebar-section .news-feeds ul li .item-content .post-date > i {
          color: #ff4d1c; }
  .sidebar-section .tag-list > ul {
    width: 100%;
    margin-left: -5px;
    margin-right: -5px; }
    .sidebar-section .tag-list > ul > li {
      padding: 5px; }
      .sidebar-section .tag-list > ul > li > a {
        width: auto;
        height: 40px;
        font-size: 14px;
        line-height: 42px;
        padding: 0px 25px;
        color: #53585f;
        font-weight: 600;
        border: 1px solid #e4e5ff;
        text-transform: capitalize; }
        .sidebar-section .tag-list > ul > li > a:hover {
          color: #0d0e25;
          border-color: #f7c605;
          background-color: #f7c605; }
  .sidebar-section .banner-item .overlay-orange {
    padding: 40px 30px;
    background-color: rgba(255, 77, 28, 0.8); }
    .sidebar-section .banner-item .overlay-orange .banner-title {
      font-size: 18px;
      word-spacing: 3px;
      color: #ffffff;
      letter-spacing: 2px;
      font-weight: 500;
      text-transform: uppercase; }
    .sidebar-section .banner-item .overlay-orange .banner-content {
      margin-top: 140px;
      margin-bottom: 90px; }
      .sidebar-section .banner-item .overlay-orange .banner-content .banner-text {
        font-size: 42px;
        color: #ffffff; }
        .sidebar-section .banner-item .overlay-orange .banner-content .banner-text > .offer-text {
          width: 100%;
          font-size: 36px;
          font-weight: 400; }
    .sidebar-section .banner-item .overlay-orange .custom-btn {
      width: 100%; }
      .sidebar-section .banner-item .overlay-orange .custom-btn .btn-bg {
        width: 100%;
        color: #ffffff;
        border-radius: 0px; }
      .sidebar-section .banner-item .overlay-orange .custom-btn:hover .btn-bg.bg-default-orange {
        color: #ff4d1c; }
  .sidebar-section .widget.widget_archive > ul {
    margin: 0px; }
    .sidebar-section .widget.widget_archive > ul > li {
      margin-bottom: 20px;
      padding-bottom: 20px;
      border-bottom: 1px solid #e4e5ff; }
      .sidebar-section .widget.widget_archive > ul > li:last-child {
        margin-bottom: 0px;
        padding-bottom: 0px;
        border-bottom: none; }
      .sidebar-section .widget.widget_archive > ul > li > a {
        color: #53585f; }
        .sidebar-section .widget.widget_archive > ul > li > a:hover {
          color: #ff4d1c; }
  .sidebar-section .widget.widget_archive #archives-dropdown--1 {
    width: 100%;
    height: 50px;
    border: none;
    padding: 0px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-bottom: 2px solid #d2d4de; }
    .sidebar-section .widget.widget_archive #archives-dropdown--1:focus {
      outline: none;
      border-color: #f7c605; }
  .sidebar-section .widget.widget_categories ul.children li a {
    position: relative; }
    .sidebar-section .widget.widget_categories ul.children li a:before {
      opacity: 1;
      top: 50%;
      width: 20px;
      border-radius: 0px;
      content: '';
      left: 0;
      background: #53585f;
      height: 2px;
      position: absolute; }
  .sidebar-section .widget.widget_categories #cat {
    width: 100%;
    height: 50px;
    border: none;
    padding: 0px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-bottom: 2px solid #d2d4de; }
    .sidebar-section .widget.widget_categories #cat:focus {
      outline: none;
      border-color: #f7c605; }
  .sidebar-section .widget li.recentcomments .comment-author-link a {
    color: #53585f; }
    .sidebar-section .widget li.recentcomments .comment-author-link a:hover {
      color: #ff4d1c; }
  .sidebar-section .widget li.recentcomments a {
    color: #53585f;
    display: inline; }
    .sidebar-section .widget li.recentcomments a:hover {
      color: #ff4d1c; }
  .sidebar-section .widget.widget_meta ul,
  .sidebar-section .widget_nav_menu ul,
  .sidebar-section .widget.widget_pages ul {
    margin: 0px; }
    .sidebar-section .widget.widget_meta ul ul.sub-menu,
    .sidebar-section .widget_nav_menu ul ul.sub-menu,
    .sidebar-section .widget.widget_pages ul ul.sub-menu {
      margin-left: 24px; }
      .sidebar-section .widget.widget_meta ul ul.sub-menu li,
      .sidebar-section .widget_nav_menu ul ul.sub-menu li,
      .sidebar-section .widget.widget_pages ul ul.sub-menu li {
        border-bottom: 0px; }
        .sidebar-section .widget.widget_meta ul ul.sub-menu li a:before,
        .sidebar-section .widget_nav_menu ul ul.sub-menu li a:before,
        .sidebar-section .widget.widget_pages ul ul.sub-menu li a:before {
          left: -23px;
          opacity: 1;
          top: 59%;
          width: 15px;
          border-radius: 0px;
          content: '';
          height: 2px;
          position: absolute;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
    .sidebar-section .widget.widget_meta ul li,
    .sidebar-section .widget_nav_menu ul li,
    .sidebar-section .widget.widget_pages ul li {
      border-bottom: 1px solid #e4e5ff;
      /* min-height: 60px; */
      font-weight: 600;
      padding: 15px 0px; }
      .sidebar-section .widget.widget_meta ul li:last-child,
      .sidebar-section .widget_nav_menu ul li:last-child,
      .sidebar-section .widget.widget_pages ul li:last-child {
        margin-bottom: 0px;
        border-bottom: none; }
      .sidebar-section .widget.widget_meta ul li li:last-child,
      .sidebar-section .widget_nav_menu ul li li:last-child,
      .sidebar-section .widget.widget_pages ul li li:last-child {
        padding-bottom: 0px; }
      .sidebar-section .widget.widget_meta ul li a,
      .sidebar-section .widget_nav_menu ul li a,
      .sidebar-section .widget.widget_pages ul li a {
        position: relative;
        color: #53585f; }
        .sidebar-section .widget.widget_meta ul li a:before,
        .sidebar-section .widget_nav_menu ul li a:before,
        .sidebar-section .widget.widget_pages ul li a:before {
          top: 50%;
          left: 0px;
          opacity: 0;
          width: 4px;
          height: 4px;
          content: '';
          position: absolute;
          border-radius: 100%;
          background-color: #d2d4de;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          background-color: #53585f; }
        .sidebar-section .widget.widget_meta ul li a:hover,
        .sidebar-section .widget_nav_menu ul li a:hover,
        .sidebar-section .widget.widget_pages ul li a:hover {
          color: #f7c605; }
          .sidebar-section .widget.widget_meta ul li a:hover:before,
          .sidebar-section .widget_nav_menu ul li a:hover:before,
          .sidebar-section .widget.widget_pages ul li a:hover:before {
            opacity: 0;
            background-color: #f7c605; }
      .sidebar-section .widget.widget_meta ul li ul.children,
      .sidebar-section .widget_nav_menu ul li ul.children,
      .sidebar-section .widget.widget_pages ul li ul.children {
        margin-top: 5px; }
        .sidebar-section .widget.widget_meta ul li ul.children li,
        .sidebar-section .widget_nav_menu ul li ul.children li,
        .sidebar-section .widget.widget_pages ul li ul.children li {
          border-bottom: 0px; }
          .sidebar-section .widget.widget_meta ul li ul.children li a:hover,
          .sidebar-section .widget_nav_menu ul li ul.children li a:hover,
          .sidebar-section .widget.widget_pages ul li ul.children li a:hover {
            padding-left: 35px; }
          .sidebar-section .widget.widget_meta ul li ul.children li a:before,
          .sidebar-section .widget_nav_menu ul li ul.children li a:before,
          .sidebar-section .widget.widget_pages ul li ul.children li a:before {
            opacity: 1;
            top: 59%;
            width: 20px;
            border-radius: 0px;
            content: '';
            height: 2px;
            position: absolute;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
  .sidebar-section .widget.widget_rss ul {
    margin: 0px;
    padding: 0px; }
    .sidebar-section .widget.widget_rss ul > li {
      padding: 0px;
      margin-bottom: 30px;
      padding-bottom: 30px;
      border-bottom: 1px solid #e4e5ff; }
      .sidebar-section .widget.widget_rss ul > li:last-child {
        margin-bottom: 0px;
        padding-bottom: 0px;
        border-bottom: none; }
      .sidebar-section .widget.widget_rss ul > li > a {
        font-size: 18px;
        line-height: 26px;
        color: #0d0e25;
        font-weight: 500; }
      .sidebar-section .widget.widget_rss ul > li .rss-date {
        width: 100%;
        display: table;
        margin: 10px 0px; }
  .sidebar-section .widget.widget_text select[name=monster-widget-just-testing] {
    width: 100%;
    height: 50px;
    border: none;
    display: table;
    padding: 0px 20px;
    border-bottom: 2px solid #d2d4de; }
    .sidebar-section .widget.widget_text select[name=monster-widget-just-testing]:focus {
      outline: none;
      border-color: #f7c605; }
  .sidebar-section .widget .widget_nav_menu .menu-main-menu-container > ul {
    margin: 0px; }
    .sidebar-section .widget .widget_nav_menu .menu-main-menu-container > ul > li {
      margin: 0px;
      padding: 0px;
      margin-bottom: 20px; }
      .sidebar-section .widget .widget_nav_menu .menu-main-menu-container > ul > li:last-child {
        margin-bottom: 0px;
        padding-bottom: 0px; }
      .sidebar-section .widget .widget_nav_menu .menu-main-menu-container > ul > li > a {
        width: 100%;
        display: block;
        font-size: 16px;
        font-weight: 600;
        padding-bottom: 5px;
        color: #53585f;
        border-bottom: 1px solid #d2d4de; }
      .sidebar-section .widget .widget_nav_menu .menu-main-menu-container > ul > li:hover > a {
        color: #f7c605;
        border-color: #f7c605; }
      .sidebar-section .widget .widget_nav_menu .menu-main-menu-container > ul > li:hover > ul > li > a {
        border-color: #f7c605; }
        .sidebar-section .widget .widget_nav_menu .menu-main-menu-container > ul > li:hover > ul > li > a:before {
          background-color: #f7c605; }
      .sidebar-section .widget .widget_nav_menu .menu-main-menu-container > ul > li > ul {
        padding-left: 20px; }
        .sidebar-section .widget .widget_nav_menu .menu-main-menu-container > ul > li > ul > li > a {
          padding: 10px 20px;
          position: relative;
          color: #53585f;
          border-left: 1px solid #d2d4de; }
          .sidebar-section .widget .widget_nav_menu .menu-main-menu-container > ul > li > ul > li > a:before {
            top: 50%;
            left: 0px;
            width: 5px;
            height: 1px;
            content: '';
            position: absolute;
            background-color: #d2d4de;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
        .sidebar-section .widget .widget_nav_menu .menu-main-menu-container > ul > li > ul > li:hover > a {
          color: #f7c605; }
  .sidebar-section .widget.widget_recent_comments ul {
    margin: 0px;
    padding: 0px; }
    .sidebar-section .widget.widget_recent_comments ul > li {
      margin-bottom: 20px;
      padding-bottom: 20px;
      border-bottom: 1px solid #e4e5ff; }
      .sidebar-section .widget.widget_recent_comments ul > li:last-child {
        margin-bottom: 0px;
        padding-bottom: 0px;
        border-bottom: none; }

/* sidebar section - end
==================================================================================================== */
/* home page - start
==================================================================================================== */
/* banner-section - start
================================================== */
.banner-section {
  width: 100%;
  height: 100vh;
  position: relative;
  /* banner-content - satrt */
  /* banner-content - end */ }
  .banner-section .banner-content {
    top: 70%;
    left: 50%;
    z-index: 1;
    width: 50%;
    display: table;
    position: absolute;
    -webkit-transform: translate(-50%, -70%);
    -ms-transform: translate(-50%, -70%);
    transform: translate(-50%, -70%); }
    .banner-section .banner-content .sub-title {
      font-size: 16px;
      word-spacing: 4px;
      letter-spacing: 2px;
      font-weight: 700;
      color: #f7c605;
      text-transform: uppercase; }
    .banner-section .banner-content .title-text {
      font-size: 100px;
      color: #ffffff; }
    .banner-section .banner-content .btns-group > ul > li {
      margin-right: 20px; }
      .banner-section .banner-content .btns-group > ul > li:last-child {
        margin-right: 0px; }
  .banner-section .animate-img {
    position: absolute;
    -webkit-animation: scale 3s linear infinite;
    animation: scale 3s linear infinite; }
  .banner-section .animate-img.img-1 {
    top: 200px;
    left: 60px; }
  .banner-section .animate-img.img-2 {
    right: 90px;
    bottom: 90px; }
  .banner-section .animate-img.img-3 {
    top: 40%;
    left: 26%; }
  .banner-section .animate-img.img-4 {
    left: 12%;
    bottom: 40px; }
  .banner-section .animate-img.img-5 {
    right: 30%;
    bottom: 16%; }
  .banner-section .animate-img.img-6 {
    top: 100px;
    right: 60px; }

/* banner-section - end
================================================== */
/* about-section - start
================================================== */
.about-section .about-carousel .item .about-image {
  z-index: 1;
  width: 50%;
  padding: 20px;
  position: relative; }
  .about-section .about-carousel .item .about-image .shape-image {
    z-index: -1;
    left: 20px;
    bottom: 20px;
    max-width: 70%;
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .about-section .about-carousel .item .about-image .image-container {
    z-index: 1;
    -webkit-box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.2); }
    .about-section .about-carousel .item .about-image .image-container .image-content {
      top: 0px;
      z-index: 1;
      left: 0px;
      right: 0px;
      bottom: 0px;
      opacity: 0;
      position: absolute;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      background-color: rgba(13, 14, 37, 0.8); }
      .about-section .about-carousel .item .about-image .image-container .image-content .content-position {
        top: 50%;
        left: 50%;
        width: 100%;
        display: table;
        position: absolute;
        text-align: center;
        color: #ffffff;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        .about-section .about-carousel .item .about-image .image-container .image-content .content-position .year-text {
          width: 100%;
          line-height: .8;
          font-size: 140px;
          color: #ffffff; }
        .about-section .about-carousel .item .about-image .image-container .image-content .content-position .sub-title {
          color: #ffffff;
          word-spacing: 4px;
          letter-spacing: 2px;
          font-weight: 600;
          text-transform: uppercase; }

.about-section .about-carousel .item .about-content {
  padding: 30px;
  display: table;
  padding-right: 0px; }
  .about-section .about-carousel .item .about-content .section-title .sec-title-text {
    font-size: 48px; }
  .about-section .about-carousel .item .about-content .section-title .sec-subtitle-text:after {
    display: none; }

.about-section .about-carousel .owl-item.active.center .item .about-image .shape-image {
  left: 0px;
  bottom: 0px; }

.about-section .about-carousel .owl-item.active.center .item .about-image .image-container .image-content {
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  opacity: 1; }

/* about-section - end
================================================== */
/* feature-section - start
================================================== */
.feature-section {
  background-color: #efefff; }
  .feature-section .feature-carousel .item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    .feature-section .feature-carousel .item .feature-item {
      z-index: 1;
      padding: 60px;
      overflow: hidden;
      position: relative;
      background-color: #ffffff;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .feature-section .feature-carousel .item .feature-item > p {
        line-height: 26px; }
      .feature-section .feature-carousel .item .feature-item .serial-number {
        top: -10px;
        right: 20px;
        z-index: -1;
        color: #f6f6ff;
        font-size: 200px;
        position: absolute;
        font-weight: 700;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
      .feature-section .feature-carousel .item .feature-item .icon {
        font-size: 72px; }
      .feature-section .feature-carousel .item .feature-item .feature-title {
        font-size: 24px;
        margin-bottom: 30px; }
      .feature-section .feature-carousel .item .feature-item .details-btn {
        color: #53585f;
        text-transform: uppercase;
        font-weight: 500; }
        .feature-section .feature-carousel .item .feature-item .details-btn:hover {
          color: #ff4d1c; }
      .feature-section .feature-carousel .item .feature-item:hover {
        background-color: rgba(255, 255, 255, 0.8); }
        .feature-section .feature-carousel .item .feature-item:hover .serial-number {
          opacity: 0; }
  .feature-section .owl-theme .owl-dots {
    margin-top: 30px !important; }

/* feature-section - end
================================================== */
/* funfact-section - start
================================================== */
.funfact-section .overlay-yellow {
  background-color: rgba(247, 198, 5, 0.9); }
  .funfact-section .overlay-yellow .counter-item .icon {
    color: #0d0e25; }
  .funfact-section .overlay-yellow .counter-item .counter-text {
    color: #0d0e25; }
  .funfact-section .overlay-yellow .counter-item .counter-title {
    color: #53585f; }

/* funfact-section - end
================================================== */
/* working-processor-section - start
================================================== */
.working-processor-section {
  padding-bottom: 313px; }
  .working-processor-section .section-title {
    z-index: 2;
    position: relative;
    margin-bottom: 140px; }
  .working-processor-section .processor-circle {
    z-index: 1;
    width: 500px;
    height: 500px;
    margin: 0 auto;
    position: relative;
    border-radius: 100%;
    border: 1px solid #eff2ff; }
    .working-processor-section .processor-circle:before {
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      content: '';
      z-index: -1;
      position: absolute;
      border-radius: 100%;
      -webkit-transform: scale(1.7);
      -ms-transform: scale(1.7);
      transform: scale(1.7);
      border: 1px solid #eff2ff; }
    .working-processor-section .processor-circle .circle-center {
      top: 50%;
      left: 50%;
      opacity: 0;
      width: 250px;
      height: 250px;
      padding: 82px 0px;
      color: #ffffff;
      text-align: center;
      position: absolute;
      border-radius: 100%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-animation: pulse2 2.5s infinite cubic-bezier(0.4, 0, 1, 1) both;
      animation: pulse2 2.5s infinite cubic-bezier(0.4, 0, 1, 1) both; }
      .working-processor-section .processor-circle .circle-center .number-text {
        width: 100%;
        display: table;
        font-size: 80px;
        line-height: .8;
        font-weight: 700; }
      .working-processor-section .processor-circle .circle-center .title-text {
        letter-spacing: 2px;
        font-weight: 600;
        text-transform: uppercase; }
    .working-processor-section .processor-circle .processor-item {
      opacity: 0;
      position: absolute;
      letter-spacing: 2px;
      color: #0d0e25;
      font-weight: 600;
      text-transform: uppercase;
      -webkit-transition: all 2000ms ease;
      -o-transition: all 2000ms ease;
      transition: all 2000ms ease; }
      .working-processor-section .processor-circle .processor-item .serial-number {
        width: 60px;
        height: 60px;
        font-size: 24px;
        line-height: 60px;
        text-align: center;
        border-radius: 100%;
        color: #ff4d1c;
        background-color: #ffffff;
        -webkit-box-shadow: 0px 3px 60px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 3px 60px 1px rgba(0, 0, 0, 0.1); }
    .working-processor-section .processor-circle .processor-item-1 {
      top: 50%;
      left: 40%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      .working-processor-section .processor-circle .processor-item-1 .serial-number {
        float: right;
        margin: -17px 0px;
        margin-left: 17px; }
    .working-processor-section .processor-circle .processor-item-2 {
      top: 40%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      .working-processor-section .processor-circle .processor-item-2 .serial-number {
        display: table;
        margin: 0 auto;
        margin-top: 17px; }
    .working-processor-section .processor-circle .processor-item-3 {
      top: 50%;
      right: 40%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      .working-processor-section .processor-circle .processor-item-3 .serial-number {
        float: left;
        margin: -17px 0px;
        margin-right: 17px; }
    .working-processor-section .processor-circle .processor-item-4 {
      left: 50%;
      bottom: 40%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      .working-processor-section .processor-circle .processor-item-4 .serial-number {
        display: table;
        margin: 0 auto;
        margin-bottom: 17px; }

.working-processor-section.now-in-view .processor-circle .circle-center {
  opacity: 1; }

.working-processor-section.now-in-view .processor-circle .processor-item {
  opacity: 1; }

.working-processor-section.now-in-view .processor-circle .processor-item-1 {
  left: -28.5%; }

.working-processor-section.now-in-view .processor-circle .processor-item-2 {
  top: -15%; }

.working-processor-section.now-in-view .processor-circle .processor-item-3 {
  right: -26%; }

.working-processor-section.now-in-view .processor-circle .processor-item-4 {
  bottom: -14%; }

/* working-processor-section - end
================================================== */
/* service-section - start
================================================== */
.service-section {
  background-color: #efefff; }
  .service-section .service-grid-item {
    margin-top: 30px;
    padding: 60px 40px;
    background-color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .service-section .service-grid-item .service-title {
      margin-bottom: 30px; }
    .service-section .service-grid-item > p {
      line-height: 26px; }
    .service-section .service-grid-item .icon {
      width: 120px;
      height: 120px;
      font-size: 54px;
      line-height: 120px;
      text-align: center;
      border-radius: 100%;
      margin-bottom: 40px; }
    .service-section .service-grid-item .icon.color-default-yellow {
      background-color: rgba(247, 198, 5, 0.1); }
    .service-section .service-grid-item .icon.color-default-orange {
      background-color: rgba(255, 77, 28, 0.1); }
    .service-section .service-grid-item .icon.color-default-green {
      background-color: rgba(0, 147, 38, 0.1); }
    .service-section .service-grid-item .icon.color-default-lightblue {
      background-color: rgba(0, 108, 255, 0.1); }
    .service-section .service-grid-item .icon.color-default-brinjal {
      background-color: rgba(146, 39, 255, 0.1); }
    .service-section .service-grid-item .icon.color-default-past {
      background-color: rgba(12, 255, 132, 0.1); }
    .service-section .service-grid-item .service-title {
      font-size: 24px; }
    .service-section .service-grid-item .details-btn {
      width: 60px;
      height: 60px;
      position: relative;
      border-radius: 100%;
      border: 1px solid #efefff; }
      .service-section .service-grid-item .details-btn:after, .service-section .service-grid-item .details-btn:before {
        top: 50%;
        color: #efefff;
        font-size: 24px;
        font-weight: 900;
        position: absolute;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        font-family: "Font Awesome 5 Pro"; }
      .service-section .service-grid-item .details-btn:before {
        left: 33%;
        content: '\f061'; }
      .service-section .service-grid-item .details-btn:after {
        opacity: 0;
        left: -10%;
        font-size: 30px;
        content: '\f101'; }
    .service-section .service-grid-item:hover {
      -webkit-box-shadow: 0px 3px 60px 1px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 3px 60px 1px rgba(0, 0, 0, 0.1); }
      .service-section .service-grid-item:hover .details-btn {
        border-color: #ff4d1c;
        background-color: #ff4d1c; }
        .service-section .service-grid-item:hover .details-btn:before {
          left: 110%;
          opacity: 0; }
        .service-section .service-grid-item:hover .details-btn:after {
          left: 32%;
          opacity: 1; }

/* service-section - end
================================================== */
/* testimonial-section - start
================================================== */
.testimonial-section .item {
  z-index: 1;
  padding: 45px;
  overflow: hidden;
  position: relative;
  border: 2px solid #e4e5ff;
  background-color: #ffffff; }
  .testimonial-section .item:before {
    top: 85px;
    right: 35px;
    z-index: -1;
    color: #f5f6ff;
    content: '\f10d';
    font-size: 142px;
    font-weight: 900;
    position: absolute;
    font-family: "Font Awesome 5 Pro"; }
  .testimonial-section .item .testimonial-hero .hero-image {
    width: 70px;
    height: 70px;
    overflow: hidden;
    margin: -12px 0px;
    margin-right: 15px;
    border-radius: 100%; }
  .testimonial-section .item .testimonial-hero .hero-info {
    display: table; }
    .testimonial-section .item .testimonial-hero .hero-info .hero-name {
      font-size: 18px;
      margin-bottom: 10px; }
    .testimonial-section .item .testimonial-hero .hero-info .hero-title {
      font-size: 12px;
      letter-spacing: 2px;
      font-weight: 700;
      color: #ff4d1c;
      text-transform: uppercase; }

.testimonial-section .owl-theme .owl-dots {
  margin-top: 50px !important; }

/* testimonial-section - end
================================================== */
/* client-section - start
================================================== */
.client-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  .client-section .overlay-orange {
    background-color: rgba(255, 77, 29, 0.9); }
  .client-section .client-logo-list > ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto; }
    .client-section .client-logo-list > ul > li {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      height: 100px;
      text-align: center; }
      .client-section .client-logo-list > ul > li > a {
        width: 100%;
        height: 100%;
        display: block;
        position: relative; }
        .client-section .client-logo-list > ul > li > a > img {
          top: 50%;
          left: 50%;
          position: absolute;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

/* client-section - end
================================================== */
/* home page - end
==================================================================================================== */
/* home page 2 - start
==================================================================================================== */
/* global settings ->> for home page 2 - start
================================================== */
.home-page-2 {
  padding-top: 120px; }

/* global settings ->> for home page 2 - end
================================================== */
/* banner-section - start
================================================== */
.home-page-2 .banner-section .banner-content {
  top: 40%;
  left: 40%;
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%); }
  .home-page-2 .banner-section .banner-content .sub-title {
    color: #ff4d1c; }
  .home-page-2 .banner-section .banner-content .title-text {
    color: #0d0e25; }
  .home-page-2 .banner-section .banner-content .btns-group > ul > li {
    margin-right: 20px; }
    .home-page-2 .banner-section .banner-content .btns-group > ul > li:last-child {
      margin-right: 0px; }
    .home-page-2 .banner-section .banner-content .btns-group > ul > li .custom-btn .btn-bg.bg-default {
      color: #ffffff; }
    .home-page-2 .banner-section .banner-content .btns-group > ul > li .custom-btn:hover .btn-bg.bg-default {
      color: #53585f; }

/* banner-section - end
================================================== */
/* feature-section - start
================================================== */
.home-page-2 .feature-section {
  padding-top: 60px;
  padding-bottom: 120px; }

.feature-section .feature-item-2 {
  margin-top: 60px; }
  .feature-section .feature-item-2 .icon {
    float: left;
    font-size: 54px; }
  .feature-section .feature-item-2 .feature-content {
    display: table;
    padding: 0px 25px; }
    .feature-section .feature-item-2 .feature-content .feature-title {
      font-size: 18px; }
    .feature-section .feature-item-2 .feature-content .details-btn {
      color: #53585f;
      font-weight: 700;
      text-transform: uppercase; }
  .feature-section .feature-item-2:hover .details-btn {
    color: #ff4d1c; }

.feature-section .quote-form {
  padding: 50px;
  padding-top: 0px;
  margin-top: -160px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(183, 183, 255, 0.2);
  box-shadow: 0px 16px 32px 0px rgba(183, 183, 255, 0.2); }
  .feature-section .quote-form .form-title {
    height: 100px;
    margin: 0px -50px;
    padding: 0px 50px;
    margin-bottom: 50px; }
    .feature-section .quote-form .form-title .title-text {
      font-size: 30px;
      color: #ffffff;
      line-height: 100px; }

/* feature-section - end
================================================== */
/* faq-section - start
================================================== */
.faq-section .section-title .sec-subtitle-text:after {
  display: none; }

.faq-section .faq-accordion .card {
  border: none;
  border-radius: 0px;
  margin-bottom: 30px; }
  .faq-section .faq-accordion .card:last-child {
    margin-bottom: 0px; }
  .faq-section .faq-accordion .card .card-header {
    padding: 0px;
    border: none;
    background-color: #ffffff; }
    .faq-section .faq-accordion .card .card-header .card-link {
      width: 100%;
      display: block;
      padding: 30px 40px;
      color: #53585f;
      font-weight: 600;
      background-color: #ffffff; }
      .faq-section .faq-accordion .card .card-header .card-link:not(.collapsed) {
        color: #0d0e25; }
      .faq-section .faq-accordion .card .card-header .card-link .serial-number {
        margin-right: 30px;
        font-weight: 700;
        color: #ff4d1c; }
  .faq-section .faq-accordion .card .card-body {
    padding: 40px;
    padding-top: 0px;
    border-bottom: 4px solid #ff4d1c; }

/* faq-section - end
================================================== */
/* service-section - start
================================================== */
.home-page-2 .service-section {
  background-color: #ffffff !important; }

.service-section .service-item-list > ul {
  width: 100%;
  display: table;
  position: relative;
  /* &:before {
				top: 50%;
				left: 0px;
				right: 0px;
				z-index: 2;
				content: '';
				height: 2px;
				width: 100%;
				position: absolute;
				background-color: #d9e3ff;
				transform: translateY(-50%);
			} */ }
  .service-section .service-item-list > ul > li {
    width: 33.333%;
    /* border-right: 2px solid #d9e3ff;
				&:nth-child(3n+0) {border-right: none;} */ }

.service-section .service-item-rounded {
  z-index: 1;
  padding: 60px 40px;
  position: relative;
  border-radius: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .service-section .service-item-rounded:before {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    content: '';
    position: absolute;
    background-color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .service-section .service-item-rounded .icon {
    width: 120px;
    height: 120px;
    display: table;
    font-size: 54px;
    line-height: 120px;
    text-align: center;
    border-radius: 100%;
    margin: 0 auto 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .service-section .service-item-rounded .icon.color-default-yellow {
    background-color: rgba(247, 198, 5, 0.1); }
  .service-section .service-item-rounded .icon.color-default-orange {
    background-color: rgba(255, 77, 28, 0.1); }
  .service-section .service-item-rounded .icon.color-default-green {
    background-color: rgba(0, 147, 38, 0.1); }
  .service-section .service-item-rounded .icon.color-default-lightblue {
    background-color: rgba(0, 108, 255, 0.1); }
  .service-section .service-item-rounded .icon.color-default-brinjal {
    background-color: rgba(146, 39, 255, 0.1); }
  .service-section .service-item-rounded .icon.color-default-past {
    background-color: rgba(12, 255, 132, 0.1); }
  .service-section .service-item-rounded .service-title {
    font-size: 24px;
    font-weight: 700;
    color: #0d0e25;
    font-family: "Raleway", sans-serif; }
  .service-section .service-item-rounded:hover {
    z-index: 2;
    color: #ffffff; }
    .service-section .service-item-rounded:hover:before {
      opacity: 0; }
    .service-section .service-item-rounded:hover .icon {
      background-color: #ffffff; }
    .service-section .service-item-rounded:hover .service-title {
      color: #ffffff; }

.service-section .service-item-rounded.bg-default-yellow:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.service-section .service-item-rounded.bg-default-orange:hover {
  -webkit-box-shadow: 0px 5px 30px 1px rgba(255, 77, 28, 0.8);
  box-shadow: 0px 5px 30px 1px rgba(255, 77, 28, 0.8);
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01); }

.service-section .service-item-rounded.bg-default-green:hover {
  -webkit-box-shadow: 0px 5px 30px 1px rgba(0, 147, 38, 0.8);
  box-shadow: 0px 5px 30px 1px rgba(0, 147, 38, 0.8);
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01); }

.service-section .service-item-rounded.bg-default-lightblue:hover {
  -webkit-box-shadow: 0px 5px 30px 1px rgba(0, 108, 255, 0.8);
  box-shadow: 0px 5px 30px 1px rgba(0, 108, 255, 0.8);
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01); }

.service-section .service-item-rounded.bg-default-brinjal:hover {
  -webkit-box-shadow: 0px 5px 30px 1px rgba(146, 39, 255, 0.8);
  box-shadow: 0px 5px 30px 1px rgba(146, 39, 255, 0.8);
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01); }

.service-section .service-item-rounded.bg-default-past:hover {
  -webkit-box-shadow: 0px 5px 30px 1px rgba(12, 255, 132, 0.8);
  box-shadow: 0px 5px 30px 1px rgba(12, 255, 132, 0.8);
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01); }

/* service-section - end
================================================== */
/* intro-section - start
================================================== */
.intro-section {
  z-index: 2;
  position: relative;
  padding-bottom: 252px; }
  .intro-section .overlay-navyblue {
    background-color: rgba(13, 14, 37, 0.8); }
  .intro-section .section-title .sec-title-text,
  .intro-section .section-title .sec-subtitle-text {
    color: #ffffff; }
  .intro-section .video-item {
    margin-bottom: -252px;
    -webkit-box-shadow: 0px 5px 30px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 30px 1px rgba(0, 0, 0, 0.1); }
    .intro-section .video-item .video-link {
      width: 100%;
      display: block; }
      .intro-section .video-item .video-link .icon {
        top: 50%;
        left: 50%;
        width: 120px;
        height: 120px;
        font-size: 36px;
        line-height: 128px;
        text-align: center;
        position: absolute;
        border-radius: 100%;
        color: #0d0e25;
        background-color: #ffffff;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1); }
        .intro-section .video-item .video-link .icon > i.flaticon-play-button-1 {
          margin-left: 6px; }
      .intro-section .video-item .video-link:hover .icon {
        color: #0d0e25;
        background-color: #f7c605; }

/* intro-section - end
================================================== */
/* working-processor-section - start
================================================== */
.home-page-2 .working-processor-section {
  padding-bottom: 140px; }

.working-processor-section .processor-step {
  margin-bottom: 100px; }
  .working-processor-section .processor-step > ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    .working-processor-section .processor-step > ul:before {
      top: 30px;
      left: 0px;
      right: 0px;
      height: 2px;
      width: 100%;
      content: '';
      z-index: -1;
      position: absolute;
      background-color: #e7e5ff; }
    .working-processor-section .processor-step > ul > li {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .working-processor-section .processor-step > ul > li .step-item {
        z-index: 1; }
        .working-processor-section .processor-step > ul > li .step-item .serial-number {
          width: 60px;
          height: 60px;
          font-size: 24px;
          line-height: 60px;
          text-align: center;
          border-radius: 100%;
          color: #ff4d1c;
          background-color: #ffffff;
          -webkit-box-shadow: 0px 3px 60px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 60px 1px rgba(0, 0, 0, 0.1); }
        .working-processor-section .processor-step > ul > li .step-item .title-text {
          width: 100%;
          font-size: 16px;
          color: #0d0e25;
          font-weight: 600;
          text-transform: uppercase; }

.home-page-2 .working-processor-section .circle-center {
  top: 50%;
  left: 50%;
  width: 250px;
  height: 250px;
  padding: 82px 0px;
  color: #ffffff;
  text-align: center;
  position: absolute;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .home-page-2 .working-processor-section .circle-center .number-text {
    width: 100%;
    display: table;
    font-size: 80px;
    line-height: .8;
    font-weight: 700; }
  .home-page-2 .working-processor-section .circle-center .title-text {
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase; }

/* working-processor-section - end
================================================== */
/* portfolio-section - start
================================================== */
.home-page-2 .portfolio-section {
  background-color: #f5f5ff; }
  .home-page-2 .portfolio-section .section-title .sec-subtitle-text:after {
    display: none; }

.portfolio-section .portfolio-carousel .item .details-link {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative; }
  .portfolio-section .portfolio-carousel .item .details-link:before {
    top: 0px;
    left: 0px;
    opacity: 0;
    z-index: 1;
    right: 0px;
    bottom: 0px;
    content: '';
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: rgba(13, 14, 37, 0.8); }
  .portfolio-section .portfolio-carousel .item .details-link > img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.portfolio-section .portfolio-carousel .item .action-btns-group {
  top: 50%;
  left: 50%;
  z-index: 2;
  margin: 0px;
  padding: 0px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .portfolio-section .portfolio-carousel .item .action-btns-group > li {
    opacity: 0;
    float: left;
    width: 70px;
    height: 70px;
    margin-right: 15px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .portfolio-section .portfolio-carousel .item .action-btns-group > li:last-child {
      margin-right: 0px; }
    .portfolio-section .portfolio-carousel .item .action-btns-group > li > a {
      width: 100%;
      height: 100%;
      display: block;
      font-size: 30px;
      line-height: 70px;
      text-align: center;
      color: #ffffff;
      border-radius: 100%;
      border: 2px solid rgba(255, 255, 255, 0.8); }
      .portfolio-section .portfolio-carousel .item .action-btns-group > li > a:hover {
        color: #0d0e25;
        border-color: #f7c605;
        background-color: #f7c605; }
    .portfolio-section .portfolio-carousel .item .action-btns-group > li:first-child {
      -webkit-transition-delay: .3s;
      -o-transition-delay: .3s;
      transition-delay: .3s; }
    .portfolio-section .portfolio-carousel .item .action-btns-group > li:last-child {
      -webkit-transition-delay: .2s;
      -o-transition-delay: .2s;
      transition-delay: .2s; }

.portfolio-section .portfolio-carousel .item:hover .details-link:before {
  opacity: 1; }

.portfolio-section .portfolio-carousel .item:hover .details-link > img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

.portfolio-section .portfolio-carousel .item:hover .action-btns-group > li {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.portfolio-section .owl-theme .owl-nav {
  right: 0px;
  top: -128px;
  position: absolute; }
  .portfolio-section .owl-theme .owl-nav .owl-prev {
    margin-right: 20px; }

/* portfolio-section - end
================================================== */
/* funfact-section - start
================================================== */
.funfact-section {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .funfact-section .overlay-white {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9); }
    .funfact-section .overlay-white .counter-item .counter-text {
      color: #0d0e25; }
    .funfact-section .overlay-white .counter-item .counter-title {
      color: #53585f; }

/* funfact-section - end
================================================== */
/* blog-section - start
================================================== */
.blog-section .recent-post {
  margin-top: 30px;
  padding: 40px 35px;
  border: 1px solid #e4e5ff; }
  .blog-section .recent-post > ul > li {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e4e5ff; }
    .blog-section .recent-post > ul > li:last-child {
      margin-bottom: 0px;
      padding-bottom: 0px;
      border-bottom: none; }
    .blog-section .recent-post > ul > li .post-item .item-title {
      font-size: 20px;
      font-weight: 700;
      color: #0d0e25;
      font-family: "Raleway", sans-serif; }
      .blog-section .recent-post > ul > li .post-item .item-title:hover {
        color: #ff4d1c; }

/* blog-section - end
================================================== */
/* home page 2 - end
==================================================================================================== */
.sec-subtitle-text, span.icon {
  display: block; }

span.member-title {
  display: inline-block; }

.service-section .service-grid-item .icon {
  margin: 0 auto;
  margin-bottom: 30px; }

.feature-section .feature-item-2 .icon {
  margin: 0; }

/* about page - start
==================================================================================================== */
/* about-section - start
================================================== */
.about-section .about-image-masonry {
  width: 100%;
  margin-left: -15px;
  margin-right: -15px; }
  .about-section .about-image-masonry .grid-item,
  .about-section .about-image-masonry .grid-sizer {
    width: 50%;
    float: left;
    display: inline-block; }
  .about-section .about-image-masonry .grid-item {
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 320px; }
    .about-section .about-image-masonry .grid-item .image-container {
      margin: auto; }
  .about-section .about-image-masonry .grid-item-width {
    width: 100%; }
    .about-section .about-image-masonry .grid-item-width .image-container {
      padding-right: 100px; }
      .about-section .about-image-masonry .grid-item-width .image-container .home-btn {
        top: 50%;
        right: 50px;
        width: 100px;
        height: 100px;
        text-align: center;
        position: absolute;
        border-radius: 100%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.3); }
        .about-section .about-image-masonry .grid-item-width .image-container .home-btn .logo-img {
          width: 100%;
          height: 100%;
          display: block;
          overflow: hidden; }
        .about-section .about-image-masonry .grid-item-width .image-container .home-btn:before {
          top: 0px;
          left: 0px;
          z-index: -1;
          content: '';
          width: 100%;
          height: 100%;
          position: absolute;
          border-radius: 100%;
          -webkit-animation: pulse 2.5s infinite cubic-bezier(0.4, 0, 1, 1) both;
          animation: pulse 2.5s infinite cubic-bezier(0.4, 0, 1, 1) both; }

.about-section .about-content .section-title .sec-subtitle-text:after {
  display: none; }

.about-section .about-content p {
  font-size: 16px; }

/* about-section - end
================================================== */
/* manager-section - start
================================================== */
.manager-section {
  background-color: #efefff; }
  .manager-section .section-title .sec-subtitle-text:after {
    display: none; }
  .manager-section .manager-content .future-plan-item {
    padding: 30px;
    margin-top: 30px;
    background-color: #ffffff; }
    .manager-section .manager-content .future-plan-item .icon {
      font-size: 72px;
      margin-bottom: 20px; }
    .manager-section .manager-content .future-plan-item .title-text {
      font-size: 20px;
      font-weight: 800; }
  .manager-section .manager-image {
    position: relative; }
    .manager-section .manager-image .image-container {
      max-width: 95%;
      border: 20px solid #ffffff;
      -webkit-box-shadow: 0px 3px 30px 1px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 3px 30px 1px rgba(0, 0, 0, 0.1); }
    .manager-section .manager-image .signature-image {
      left: 0px;
      z-index: 1;
      bottom: 0px;
      position: absolute; }

/* manager-section - end
================================================== */
/* funfact-section - start
================================================== */
.funfact-section {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .funfact-section .overlay-navyblue {
    background-color: rgba(13, 14, 37, 0.9); }
  .funfact-section .counter-item .icon {
    font-size: 78px; }
  .funfact-section .counter-item .counter-text {
    font-size: 102px;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-weight: 400; }
  .funfact-section .counter-item .counter-title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5); }

/* funfact-section - end
================================================== */
/* about page - end
==================================================================================================== */
/* team page - start
==================================================================================================== */
/* team-section - start
================================================== */
.team-section {
  min-height: 505px;
  /* team-tab-nav - start */
  /* team-tab-nav - end */
  /* team-grid-item - start */
  /* team-grid-item - end */ }
  .team-section .team-tab-nav {
    margin-bottom: 20px;
    border-bottom: 2px solid #f0eeff; }
    .team-section .team-tab-nav > ul {
      width: 100%;
      margin: 0px;
      padding: 0px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .team-section .team-tab-nav > ul > li {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        float: left;
        display: inline-block; }
        .team-section .team-tab-nav > ul > li > a {
          padding: 0px;
          font-size: 16px;
          position: relative;
          padding-bottom: 20px;
          color: #53585f;
          font-weight: 700; }
          .team-section .team-tab-nav > ul > li > a:before {
            left: 0px;
            width: 0%;
            opacity: 0;
            content: '';
            height: 2px;
            bottom: -2px;
            position: absolute;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            background-color: #ff4d1c; }
          .team-section .team-tab-nav > ul > li > a:hover {
            color: #ff4d1c; }
            .team-section .team-tab-nav > ul > li > a:hover:before {
              opacity: 1;
              width: 100%; }
        .team-section .team-tab-nav > ul > li > .active {
          color: #ff4d1c; }
          .team-section .team-tab-nav > ul > li > .active:before {
            opacity: 1;
            width: 100%; }
  .team-section .team-grid-item {
    margin-top: 30px;
    padding: 0px 15px; }
    .team-section .team-grid-item .image-container {
      margin: 0px -15px; }
      .team-section .team-grid-item .image-container > img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
    .team-section .team-grid-item .member-info {
      z-index: 1;
      margin-top: -20%;
      padding: 40px 30px;
      position: relative;
      background-color: #ffffff;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-box-shadow: 0px 8px 16px 0px rgba(191, 191, 191, 0.1);
      box-shadow: 0px 8px 16px 0px rgba(191, 191, 191, 0.1); }
      .team-section .team-grid-item .member-info .member-name {
        font-size: 24px; }
      .team-section .team-grid-item .member-info .member-title {
        letter-spacing: 2px;
        font-weight: 700;
        color: #ff4d1c;
        text-transform: uppercase; }
      .team-section .team-grid-item .member-info .social-links > ul > li {
        width: 38px; }
        .team-section .team-grid-item .member-info .social-links > ul > li > a {
          color: #c9cadc; }
          .team-section .team-grid-item .member-info .social-links > ul > li > a:hover {
            color: #0d0e25; }
    .team-section .team-grid-item:hover .image-container > img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
    .team-section .team-grid-item:hover .member-info {
      margin-top: -25%; }

/* team-section - start
================================================== */
/* calltoaction-section - start
================================================== */
.calltoaction-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  .calltoaction-section .overlay-navyblue {
    background-color: rgba(13, 14, 37, 0.9); }
  .calltoaction-section .section-title .sec-subtitle-text {
    padding: 0px;
    color: #f7c605; }
    .calltoaction-section .section-title .sec-subtitle-text:after, .calltoaction-section .section-title .sec-subtitle-text:before {
      display: none; }
  .calltoaction-section .section-title .sec-title-text {
    color: #ffffff; }
  .calltoaction-section .quote-btn .custom-btn .btn-bg {
    border-radius: 0px; }

/* calltoaction-section - end
================================================== */
/* portfolio-section - start
================================================== */
.portfolio-section .portfolio-items-list > ul {
  width: 100%; }
  .portfolio-section .portfolio-items-list > ul > li {
    width: 25%;
    height: 395px;
    overflow: hidden;
    position: relative; }
    .portfolio-section .portfolio-items-list > ul > li .details-link {
      width: 100%;
      height: 100%;
      display: block;
      overflow: hidden;
      position: relative; }
      .portfolio-section .portfolio-items-list > ul > li .details-link:before {
        top: 0px;
        left: 0px;
        opacity: 0;
        z-index: 1;
        right: 0px;
        bottom: 0px;
        content: '';
        position: absolute;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color: rgba(13, 14, 37, 0.8); }
      .portfolio-section .portfolio-items-list > ul > li .details-link > img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
    .portfolio-section .portfolio-items-list > ul > li .action-btns-group {
      top: 50%;
      left: 50%;
      z-index: 2;
      margin: 0px;
      padding: 0px;
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .portfolio-section .portfolio-items-list > ul > li .action-btns-group > li {
        opacity: 0;
        float: left;
        width: 70px;
        height: 70px;
        margin-right: 15px;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        display: inline-block;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .portfolio-section .portfolio-items-list > ul > li .action-btns-group > li:last-child {
          margin-right: 0px; }
        .portfolio-section .portfolio-items-list > ul > li .action-btns-group > li > a {
          width: 100%;
          height: 100%;
          display: block;
          font-size: 20px;
          line-height: 70px;
          text-align: center;
          color: #ffffff;
          border-radius: 100%;
          border: 2px solid rgba(255, 255, 255, 0.8); }
          .portfolio-section .portfolio-items-list > ul > li .action-btns-group > li > a:hover {
            color: #0d0e25;
            border-color: #f7c605;
            background-color: #f7c605; }
        .portfolio-section .portfolio-items-list > ul > li .action-btns-group > li:first-child {
          -webkit-transition-delay: .3s;
          -o-transition-delay: .3s;
          transition-delay: .3s; }
        .portfolio-section .portfolio-items-list > ul > li .action-btns-group > li:last-child {
          -webkit-transition-delay: .2s;
          -o-transition-delay: .2s;
          transition-delay: .2s; }
    .portfolio-section .portfolio-items-list > ul > li:hover .details-link:before {
      opacity: 1; }
    .portfolio-section .portfolio-items-list > ul > li:hover .details-link > img {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2); }
    .portfolio-section .portfolio-items-list > ul > li:hover .action-btns-group > li {
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }

/* portfolio-section - end
================================================== */
/* team page - end
==================================================================================================== */
/* portfolio pages - start
==================================================================================================== */
/* portfolio-section - start
================================================== */
.portfolio-section {
  /* portfolio-tab-nav - start */
  /* portfolio-tab-nav - end */
  /* tab-content - start */
  /* tab-content - end */ }
  .portfolio-section .portfolio-tab-nav {
    margin-bottom: 50px;
    border-bottom: 2px solid #f0eeff; }
    .portfolio-section .portfolio-tab-nav > ul {
      width: 100%;
      margin: 0px;
      padding: 0px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .portfolio-section .portfolio-tab-nav > ul > li {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        float: left;
        display: inline-block; }
        .portfolio-section .portfolio-tab-nav > ul > li > a {
          width: 100%;
          padding: 0px;
          display: table;
          font-size: 16px;
          padding: 0px 15px;
          position: relative;
          padding-bottom: 20px;
          color: #53585f;
          font-weight: 700; }
          .portfolio-section .portfolio-tab-nav > ul > li > a:before {
            left: 0px;
            width: 0%;
            opacity: 0;
            content: '';
            height: 2px;
            bottom: -2px;
            position: absolute;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            background-color: #ff4d1c; }
          .portfolio-section .portfolio-tab-nav > ul > li > a .icon {
            float: left;
            font-size: 48px;
            margin-right: 20px;
            font-weight: normal; }
          .portfolio-section .portfolio-tab-nav > ul > li > a .title-text {
            font-size: 20px;
            margin: 5px 0px;
            color: #0d0e25;
            font-family: "Raleway", sans-serif; }
          .portfolio-section .portfolio-tab-nav > ul > li > a .sub-title-text {
            font-size: 16px;
            color: #53585f; }
          .portfolio-section .portfolio-tab-nav > ul > li > a:hover:before {
            opacity: 1;
            width: 100%; }
        .portfolio-section .portfolio-tab-nav > ul > li > .active:before {
          opacity: 1;
          width: 100%; }
  .portfolio-section .tab-content .tab-pane .item-content .section-title .sec-subtitle-text:after {
    display: none; }
  .portfolio-section .tab-content .tab-pane .item-content .video-content .video-link {
    float: left;
    width: 170px;
    height: 155px;
    margin-right: 30px; }
    .portfolio-section .tab-content .tab-pane .item-content .video-content .video-link .icon {
      top: 50%;
      left: 50%;
      width: 60px;
      height: 60px;
      font-size: 24px;
      line-height: 64px;
      text-align: center;
      position: absolute;
      border-radius: 100%;
      color: #0d0e25;
      background-color: #ffffff;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1); }
      .portfolio-section .tab-content .tab-pane .item-content .video-content .video-link .icon > i.flaticon-play-button-1 {
        margin-left: 6px; }
    .portfolio-section .tab-content .tab-pane .item-content .video-content .video-link:hover .icon {
      color: #0d0e25;
      background-color: #f7c605; }
  .portfolio-section .tab-content .tab-pane .item-content .video-content > p {
    display: table; }
  .portfolio-section .tab-content .tab-pane .image-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .portfolio-section .tab-content .tab-pane .image-container > img {
      margin: auto; }

/* portfolio-section - end
================================================== */
/* portfolio-details-section - start
================================================== */
.portfolio-details-section .details-content-container .section-title {
  margin-bottom: 35px; }

.portfolio-details-section .details-content-container p {
  margin-bottom: 30px; }

/* portfolio-details-section - end
================================================== */
/* casestudy-section - start
================================================== */
.casestudy-section {
  background-color: #f4f9fc;
  /* casestudy-grid-item - start */
  /* casestudy-grid-item - end */ }
  .casestudy-section .casestudy-grid-item {
    margin-top: 30px;
    background-color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .casestudy-section .casestudy-grid-item .casestudy-image.image-container > img {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .casestudy-section .casestudy-grid-item .casestudy-content {
      padding: 40px;
      padding-top: 50px;
      position: relative; }
      .casestudy-section .casestudy-grid-item .casestudy-content > p {
        margin-bottom: 20px; }
      .casestudy-section .casestudy-grid-item .casestudy-content .post-category {
        top: -18px;
        left: 30px;
        z-index: 1;
        width: auto;
        height: 36px;
        font-size: 14px;
        line-height: 38px;
        padding: 0px 20px;
        position: absolute;
        text-align: center;
        font-weight: 700;
        color: #0d0e25;
        text-transform: uppercase;
        background-color: #f7c605; }
      .casestudy-section .casestudy-grid-item .casestudy-content .casestudy-title {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 20px;
        color: #0d0e25;
        font-weight: 600;
        font-family: "Raleway", sans-serif;
        text-transform: capitalize; }
        .casestudy-section .casestudy-grid-item .casestudy-content .casestudy-title:hover {
          color: #f7c605; }
      .casestudy-section .casestudy-grid-item .casestudy-content .details-btn {
        position: relative;
        padding-left: 12px;
        padding-right: 15px;
        font-weight: 700;
        color: #ff4d1c;
        text-transform: capitalize; }
        .casestudy-section .casestudy-grid-item .casestudy-content .details-btn:after, .casestudy-section .casestudy-grid-item .casestudy-content .details-btn:before {
          top: 3px;
          font-size: 14px;
          font-weight: 900;
          content: '\f054';
          position: absolute;
          line-height: normal;
          color: #ff4d1c;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          font-family: 'Font Awesome 5 Pro'; }
        .casestudy-section .casestudy-grid-item .casestudy-content .details-btn:before {
          left: 0px; }
        .casestudy-section .casestudy-grid-item .casestudy-content .details-btn:after {
          opacity: 0;
          right: 15px;
          -webkit-transform: scale(0);
          -ms-transform: scale(0);
          transform: scale(0); }
        .casestudy-section .casestudy-grid-item .casestudy-content .details-btn:hover {
          padding-left: 0px; }
          .casestudy-section .casestudy-grid-item .casestudy-content .details-btn:hover:before {
            opacity: 0;
            left: 15px;
            -webkit-transform: scale(0);
            -ms-transform: scale(0);
            transform: scale(0); }
          .casestudy-section .casestudy-grid-item .casestudy-content .details-btn:hover:after {
            opacity: 1;
            right: 0px;
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1); }
    .casestudy-section .casestudy-grid-item:hover {
      -webkit-box-shadow: 0px 5px 60px 1px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 5px 60px 1px rgba(0, 0, 0, 0.1); }
      .casestudy-section .casestudy-grid-item:hover .casestudy-image.image-container > img {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2); }
      .casestudy-section .casestudy-grid-item:hover .casestudy-image.image-container .plus-effect {
        opacity: 1; }
        .casestudy-section .casestudy-grid-item:hover .casestudy-image.image-container .plus-effect:before {
          width: 60px; }
        .casestudy-section .casestudy-grid-item:hover .casestudy-image.image-container .plus-effect:after {
          height: 60px; }

.ui-tabs-panel p {
  font-size: 16px; }

/* casestudy-section - end
================================================== */
/* funfact-section - start
================================================== */
.funfact-section .counter-item .circle-progress {
  position: relative; }
  .funfact-section .counter-item .circle-progress > canvas {
    z-index: 1;
    width: 150px;
    height: 150px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  .funfact-section .counter-item .circle-progress i {
    font-style: normal; }
  .funfact-section .counter-item .circle-progress .percentage-text {
    top: 34%;
    left: 50%;
    z-index: 2;
    font-size: 40px;
    color: #ffffff;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

/* funfact-section - end
================================================== */
/* portfolio pages - end
==================================================================================================== */
/* portfolio details pages - start
==================================================================================================== */
/* portfolio-details-section - start
================================================== */
.portfolio-details-section {
  /* user-description ->> sidebar - start */
  /* user-description ->> sidebar - end */
  /* details-content-container - start */
  /* details-content-container - end */
  /* other-posts-filter - start */
  /* other-posts-filter - end */ }
  .portfolio-details-section .other-posts-filter {
    margin-top: 50px; }
  .portfolio-details-section .project-nil .other-post .post-link span.title-text {
    color: #53585f;
    display: table;
    margin-bottom: 15px;
    letter-spacing: 2px;
    color: #53585f;
    text-transform: uppercase;
    font-weight: 500; }
  .portfolio-details-section .project-nil .other-post .post-link a {
    color: #0d0e25;
    font-family: "Raleway", sans-serif; }
  .portfolio-details-section .nivo-caption {
    display: none !important; }
  .portfolio-details-section .nivoSlider {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .portfolio-details-section .fw-col-xs-12 {
    padding: 0px; }
  .portfolio-details-section .user-description {
    padding: 55px;
    border: 6px solid #f4f9fc; }
    .portfolio-details-section .user-description .sidebar-title .title-text {
      font-size: 24px;
      text-transform: capitalize; }
    .portfolio-details-section .user-description > ul > li {
      margin-bottom: 24px;
      padding-bottom: 24px;
      text-transform: capitalize;
      border-bottom: 1px solid #eae5ff; }
      .portfolio-details-section .user-description > ul > li:last-child {
        border-bottom: none; }
      .portfolio-details-section .user-description > ul > li > .info-title {
        min-width: 100px;
        margin-right: 15px;
        padding-right: 15px;
        color: #0d0e25; }
  .portfolio-details-section .details-content-container .item-details-image {
    overflow: hidden;
    margin-bottom: 80px; }
  .portfolio-details-section .details-content-container .details-content .section-title .sec-title-text {
    font-size: 42px; }
  .portfolio-details-section .details-content-container .details-content .grid.more-details-image {
    margin-left: -15px;
    margin-right: -15px; }
    .portfolio-details-section .details-content-container .details-content .grid.more-details-image .grid-item,
    .portfolio-details-section .details-content-container .details-content .grid.more-details-image .grid-sizer {
      width: 50%;
      float: left;
      display: inline-block; }
    .portfolio-details-section .details-content-container .details-content .grid.more-details-image .grid-item {
      padding: 15px; }
    .portfolio-details-section .details-content-container .details-content .grid.more-details-image .grid-item-big {
      width: 100%; }
  .portfolio-details-section .other-posts-filter {
    padding: 40px 0px;
    margin-top: 60px;
    border-top: 1px solid #e4e5ff; }
    .portfolio-details-section .other-posts-filter .container-fluid {
      padding-left: 30px;
      padding-right: 30px; }
    .portfolio-details-section .other-posts-filter .more-btn {
      text-align: center; }
      .portfolio-details-section .other-posts-filter .more-btn > button {
        line-height: 1;
        font-size: 60px;
        text-align: center;
        color: #ffffff; }
    .portfolio-details-section .other-posts-filter .other-post {
      padding: 5px 0px; }
      .portfolio-details-section .other-posts-filter .other-post .post-link {
        width: 100%;
        display: block; }
        .portfolio-details-section .other-posts-filter .other-post .post-link .title-text {
          width: 100%;
          display: table;
          margin-bottom: 5px;
          font-weight: 600;
          text-transform: uppercase;
          color: rgba(255, 255, 255, 0.5); }
        .portfolio-details-section .other-posts-filter .other-post .post-link .post-title {
          font-size: 24px;
          color: #ffffff;
          font-family: "Raleway", sans-serif; }

/* portfolio-details-section - end
================================================== */
/* casestudy-section - start
================================================== */
.casestudy-section .casestudy-carousel .item .casestudy-grid-item:hover {
  -webkit-box-shadow: none;
  box-shadow: none; }

.casestudy-section .owl-theme .owl-nav .owl-next,
.casestudy-section .owl-theme .owl-nav .owl-prev {
  top: 50%;
  margin: 0px;
  width: 70px;
  height: 70px;
  overflow: hidden;
  position: absolute;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .casestudy-section .owl-theme .owl-nav .owl-next:before,
  .casestudy-section .owl-theme .owl-nav .owl-prev:before {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    font-size: 24px;
    font-weight: 900;
    line-height: 70px;
    text-align: center;
    position: absolute;
    color: #0d0e25;
    background-color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: 'Font Awesome 5 Pro'; }
  .casestudy-section .owl-theme .owl-nav .owl-next:hover:before,
  .casestudy-section .owl-theme .owl-nav .owl-prev:hover:before {
    color: #ffffff;
    background-color: #ff4d1c; }

.casestudy-section .owl-theme .owl-nav .owl-prev {
  left: -110px; }
  .casestudy-section .owl-theme .owl-nav .owl-prev:before {
    content: '\f060'; }

.casestudy-section .owl-theme .owl-nav .owl-next {
  right: -110px; }
  .casestudy-section .owl-theme .owl-nav .owl-next:before {
    content: '\f061'; }

/* casestudy-section - end
================================================== */
/* portfolio details pages - end
==================================================================================================== */
/* blog page - start
==================================================================================================== */
.blog-section {
  /* blog-grid-item - start */
  /* blog-grid-item - end */
  /* blog-item-big - start */
  /* blog-item-big - end */
  /* video-blog-item - start */
  /* video-blog-item - end */
  /* blog-quote-item - start */
  /* blog-quote-item - end */
  /* sound cloud blog - start */
  /* sound cloud blog - end */ }
  .blog-section .pagination {
    margin-top: 50px; }
  .blog-section .blog-item-big,
  .blog-section .blog-grid-item {
    margin-top: 30px;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(221, 226, 255, 0.3);
    box-shadow: 0px 8px 16px 0px rgba(221, 226, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .blog-section .blog-item-big .blog-image.image-container > img,
    .blog-section .blog-grid-item .blog-image.image-container > img {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .blog-section .blog-item-big .blog-image.image-container .video-btn,
    .blog-section .blog-grid-item .blog-image.image-container .video-btn {
      top: 50%;
      left: 50%;
      width: 80px;
      height: 80px;
      font-size: 30px;
      line-height: 84px;
      position: absolute;
      text-align: center;
      border-radius: 100%;
      color: #0d0e25;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background-color: #f7c605; }
      .blog-section .blog-item-big .blog-image.image-container .video-btn > i.flaticon-play-button-1,
      .blog-section .blog-grid-item .blog-image.image-container .video-btn > i.flaticon-play-button-1 {
        margin-left: 6px; }
    .blog-section .blog-item-big .blog-content,
    .blog-section .blog-grid-item .blog-content {
      padding: 30px;
      padding-top: 48px;
      position: relative; }
      .blog-section .blog-item-big .blog-content > p,
      .blog-section .blog-grid-item .blog-content > p {
        line-height: 26px;
        margin-bottom: 0px; }
      .blog-section .blog-item-big .blog-content .post-category,
      .blog-section .blog-grid-item .blog-content .post-category {
        top: -18px;
        left: 30px;
        z-index: 1;
        width: auto;
        height: 36px;
        font-size: 12px;
        line-height: 38px;
        padding: 0px 24px;
        position: absolute;
        text-align: center;
        font-weight: 700;
        color: #0d0e25;
        text-transform: uppercase;
        background-color: #f7c605; }
      .blog-section .blog-item-big .blog-content .blog-title,
      .blog-section .blog-grid-item .blog-content .blog-title {
        font-size: 25px;
        line-height: 36px;
        font-weight: 700;
        color: #0d0e25;
        font-family: "Raleway", sans-serif;
        text-transform: capitalize; }
        .blog-section .blog-item-big .blog-content .blog-title:hover,
        .blog-section .blog-grid-item .blog-content .blog-title:hover {
          color: #f7c605; }
    .blog-section .blog-item-big:hover,
    .blog-section .blog-grid-item:hover {
      border-color: #f7c605; }
      .blog-section .blog-item-big:hover .blog-image.image-container > img,
      .blog-section .blog-grid-item:hover .blog-image.image-container > img {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2); }
      .blog-section .blog-item-big:hover .blog-image.image-container .plus-effect,
      .blog-section .blog-grid-item:hover .blog-image.image-container .plus-effect {
        opacity: 1; }
        .blog-section .blog-item-big:hover .blog-image.image-container .plus-effect:before,
        .blog-section .blog-grid-item:hover .blog-image.image-container .plus-effect:before {
          width: 60px; }
        .blog-section .blog-item-big:hover .blog-image.image-container .plus-effect:after,
        .blog-section .blog-grid-item:hover .blog-image.image-container .plus-effect:after {
          height: 60px; }
  .blog-section .blog-item-big {
    margin-top: 0px;
    margin-bottom: 50px; }
    .blog-section .blog-item-big .owl-theme .owl-nav {
      margin: 0px; }
      .blog-section .blog-item-big .owl-theme .owl-nav .owl-next,
      .blog-section .blog-item-big .owl-theme .owl-nav .owl-prev {
        top: 50%;
        width: 40px;
        height: 40px;
        position: absolute;
        border-radius: 100%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        .blog-section .blog-item-big .owl-theme .owl-nav .owl-next:before,
        .blog-section .blog-item-big .owl-theme .owl-nav .owl-prev:before {
          font-size: 24px;
          line-height: 40px;
          color: #ffffff;
          background-color: rgba(13, 14, 37, 0.1); }
        .blog-section .blog-item-big .owl-theme .owl-nav .owl-next:hover:before,
        .blog-section .blog-item-big .owl-theme .owl-nav .owl-prev:hover:before {
          color: #0d0e25;
          background-color: #f7c605; }
      .blog-section .blog-item-big .owl-theme .owl-nav .owl-prev {
        left: 30px; }
        .blog-section .blog-item-big .owl-theme .owl-nav .owl-prev:before {
          content: '\f060'; }
      .blog-section .blog-item-big .owl-theme .owl-nav .owl-next {
        right: 30px; }
        .blog-section .blog-item-big .owl-theme .owl-nav .owl-next:before {
          content: '\f061'; }
    .blog-section .blog-item-big .blog-content {
      padding: 50px; }
      .blog-section .blog-item-big .blog-content p {
        margin-bottom: 10px; }
      .blog-section .blog-item-big .blog-content .entry-title {
        margin-bottom: 20px; }
        .blog-section .blog-item-big .blog-content .entry-title .blog-title {
          font-size: 30px;
          line-height: 42px;
          margin-bottom: 0px; }
  .blog-section .blog-item-big.video-blog-item:hover .blog-image.image-container > img {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset; }
  .blog-section .blog-item-big.blog-quote-item {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    .blog-section .blog-item-big.blog-quote-item:before {
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      content: '';
      position: absolute;
      background-color: rgba(255, 255, 255, 0.95); }
    .blog-section .blog-item-big.blog-quote-item .blog-content {
      z-index: 1; }
      .blog-section .blog-item-big.blog-quote-item .blog-content .blog-title {
        font-size: 24px;
        line-height: 36px;
        position: relative;
        padding-left: 100px; }
        .blog-section .blog-item-big.blog-quote-item .blog-content .blog-title:before {
          top: 50%;
          left: 0px;
          font-size: 66px;
          content: '\f10d';
          position: absolute;
          color: #f7c605;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: "Font Awesome 5 Pro"; }
  .blog-section .blog-item-big > iframe {
    width: 100%;
    border: none;
    height: 170px; }

/* blog page - end
==================================================================================================== */
/* blog details page - start
==================================================================================================== */
.blog-details-section .details-content {
  overflow: hidden;
  /* tag-share-links - start */
  /* tag-share-links - end */
  /* other-posts-filter - start */
  /* other-posts-filter - end */
  /* post-avatar - start */
  /* post-avatar - end */
  /* peoples-comment - start */
  /* peoples-comment - end */
  /* leave-comment - start */
  /* leave-comment - end */ }
  .blog-details-section .details-content .blog-item-big, .blog-details-section .details-content .tag-links,
  .blog-details-section .details-content .other-posts-filter {
    margin: 15px; }
  .blog-details-section .details-content .blog-content {
    padding: 50px;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(221, 226, 255, 0.3);
    box-shadow: 0px 8px 16px 0px rgba(221, 226, 255, 0.3); }
  .blog-details-section .details-content .blog-title {
    font-size: 34px;
    line-height: 48px; }
  .blog-details-section .details-content p {
    line-height: 27px;
    margin-bottom: 30px; }
    .blog-details-section .details-content p:last-child {
      overflow: hidden; }
  .blog-details-section .details-content blockquote {
    padding: 30px 80px;
    padding-left: 90px;
    margin-top: 20px;
    margin-bottom: 50px;
    background-color: #f0f1ff; }
    .blog-details-section .details-content blockquote p {
      font-size: 16px;
      position: relative;
      margin-bottom: 0px; }
      .blog-details-section .details-content blockquote p:before {
        top: 23%;
        left: -65px;
        font-size: 36px;
        content: '\f10d';
        font-weight: 900;
        position: absolute;
        color: #f7c605;
        font-family: 'Font Awesome 5 Pro'; }
    .blog-details-section .details-content blockquote cite {
      width: 100%;
      display: table;
      font-size: 15px;
      margin-top: 10px;
      font-style: normal;
      font-weight: 700;
      color: #0d0e25; }
    .blog-details-section .details-content blockquote .blockquote-footer {
      font-weight: 700;
      color: #0d0e25;
      text-transform: capitalize; }
  .blog-details-section .details-content .tag-share-links {
    margin-top: 40px;
    display: block;
    padding-bottom: 60px;
    border-bottom: 1px solid #e4e5ff; }
    .blog-details-section .details-content .tag-share-links .title-text {
      font-size: 18px; }
    .blog-details-section .details-content .tag-share-links .tag-links > ul > li {
      margin-right: 15px; }
      .blog-details-section .details-content .tag-share-links .tag-links > ul > li:last-child {
        margin-right: 0px; }
      .blog-details-section .details-content .tag-share-links .tag-links > ul > li > a {
        height: 45px;
        line-height: 42px;
        padding: 0px 15px;
        text-align: center;
        border-radius: 3px;
        font-weight: 700;
        color: #53585f;
        border: 2px solid #e4e5ff;
        text-transform: capitalize; }
        .blog-details-section .details-content .tag-share-links .tag-links > ul > li > a:hover {
          color: #0d0e25;
          border-color: #f7c605;
          background-color: #f7c605; }
  .blog-details-section .details-content .other-posts-filter .more-btn {
    text-align: center; }
    .blog-details-section .details-content .other-posts-filter .more-btn > button {
      line-height: 1;
      font-size: 48px;
      text-align: center;
      color: #ff4d1c; }
  .blog-details-section .details-content .other-posts-filter .other-post {
    padding: 5px 0px; }
    .blog-details-section .details-content .other-posts-filter .other-post .post-link {
      width: 100%;
      display: block; }
      .blog-details-section .details-content .other-posts-filter .other-post .post-link .title-text {
        width: 100%;
        display: table;
        font-size: 14px;
        margin-bottom: 15px;
        letter-spacing: 2px;
        color: #53585f;
        text-transform: uppercase;
        font-weight: 500; }
      .blog-details-section .details-content .other-posts-filter .other-post .post-link .post-title a {
        font-size: 24px;
        line-height: 26px;
        color: #0d0e25;
        font-family: "Raleway", sans-serif; }
        .blog-details-section .details-content .other-posts-filter .other-post .post-link .post-title a:hover {
          color: #f7c605; }
  .blog-details-section .details-content .post-avatar {
    margin-top: 100px;
    padding: 50px 40px;
    margin-bottom: 0px;
    background-color: #f3f1ff; }
    .blog-details-section .details-content .post-avatar .hero-image {
      z-index: 1;
      width: 100px;
      height: 100px;
      overflow: hidden;
      display: inline-block;
      margin-top: -100px;
      border-radius: 100%;
      margin-bottom: 20px;
      border: 6px solid #ffffff; }
    .blog-details-section .details-content .post-avatar .hero-name {
      font-size: 24px; }
    .blog-details-section .details-content .post-avatar .hero-social-links > ul > li {
      margin-right: 20px; }
      .blog-details-section .details-content .post-avatar .hero-social-links > ul > li:last-child {
        margin-right: 0px; }
      .blog-details-section .details-content .post-avatar .hero-social-links > ul > li > a {
        color: #53585f; }
        .blog-details-section .details-content .post-avatar .hero-social-links > ul > li > a:hover {
          color: #ff4d1c; }
  .blog-details-section .details-content .peoples-comment {
    margin-top: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #e4e5ff; }
    .blog-details-section .details-content .peoples-comment > .title-text {
      font-size: 26px; }
    .blog-details-section .details-content .peoples-comment .comment-item {
      margin-bottom: 60px; }
      .blog-details-section .details-content .peoples-comment .comment-item:last-child {
        margin-bottom: 0px; }
      .blog-details-section .details-content .peoples-comment .comment-item .hero-image {
        float: left;
        width: 100px;
        height: 100px;
        overflow: hidden;
        border-radius: 100%; }
      .blog-details-section .details-content .peoples-comment .comment-item .hero-content {
        display: block;
        padding-left: 110px;
        margin-top: 30px;
        position: relative; }
        .blog-details-section .details-content .peoples-comment .comment-item .hero-content > p {
          line-height: 26px; }
        .blog-details-section .details-content .peoples-comment .comment-item .hero-content .reply-btn {
          top: 0px;
          right: 0px;
          position: absolute;
          color: #53585f;
          font-weight: 600; }
          .blog-details-section .details-content .peoples-comment .comment-item .hero-content .reply-btn:hover {
            color: #f7c605; }
        .blog-details-section .details-content .peoples-comment .comment-item .hero-content .hero-name {
          font-size: 18px;
          margin-bottom: 10px;
          font-weight: 700; }
          .blog-details-section .details-content .peoples-comment .comment-item .hero-content .hero-name .bookmark-btn {
            font-size: 14px;
            margin-left: 20px;
            color: #53585f; }
            .blog-details-section .details-content .peoples-comment .comment-item .hero-content .hero-name .bookmark-btn:hover {
              color: #f7c605; }
          .blog-details-section .details-content .peoples-comment .comment-item .hero-content .hero-name .bookmark-btn.active {
            color: #f7c605; }
        .blog-details-section .details-content .peoples-comment .comment-item .hero-content .post-date {
          width: 100%;
          font-size: 12px;
          word-spacing: 3px;
          letter-spacing: 2px;
          margin-bottom: 25px;
          color: #ff4d1c;
          font-weight: 600;
          text-transform: uppercase; }
  .blog-details-section .details-content .leave-comment > .title-text {
    font-size: 26px; }
  .blog-details-section .details-content .leave-comment .comment-form {
    padding: 50px;
    background-color: #f8f6ff; }
    .blog-details-section .details-content .leave-comment .comment-form .custom-btn .btn-bg {
      color: #ffffff; }
    .blog-details-section .details-content .leave-comment .comment-form .custom-btn:hover .btn-bg.bg-default-orange {
      color: #ff4d1c; }
    .blog-details-section .details-content .leave-comment .comment-form .form-item-btn {
      left: unset;
      width: 40px;
      height: 40px;
      font-size: 18px;
      -webkit-transform: unset;
      -ms-transform: unset;
      transform: unset;
      line-height: 40px;
      position: absolute;
      text-align: center;
      background-color: #ffffff; }
    .blog-details-section .details-content .leave-comment .comment-form .form-item input {
      padding: 0px 30px;
      border: 1px solid #f8f6ff; }
      .blog-details-section .details-content .leave-comment .comment-form .form-item input:focus {
        border-color: #ff4d1c; }
    .blog-details-section .details-content .leave-comment .comment-form .form-item .form-item-btn {
      top: 10px;
      right: 24px; }
    .blog-details-section .details-content .leave-comment .comment-form .form-textarea textarea {
      padding: 30px;
      border: 1px solid #ffffff; }
      .blog-details-section .details-content .leave-comment .comment-form .form-textarea textarea:focus {
        border-color: #ff4d1c; }
    .blog-details-section .details-content .leave-comment .comment-form .form-textarea .form-item-btn {
      top: 24px;
      right: 24px; }

/* blog details page - end
==================================================================================================== */
/* service page - start
==================================================================================================== */
.service-section {
  /* service-bordered-item - start */
  /* service-bordered-item - end */ }
  .service-section .service-bordered-item {
    padding: 45px;
    margin-top: 30px;
    border: 2px solid #e4e5ff;
    background-color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .service-section .service-bordered-item .icon {
      font-size: 72px; }
    .service-section .service-bordered-item .service-title {
      font-size: 26px; }
    .service-section .service-bordered-item .details-btn {
      color: #a0a1ae;
      position: relative;
      padding-left: 12px;
      padding-right: 15px;
      font-weight: 700;
      text-transform: capitalize; }
      .service-section .service-bordered-item .details-btn:after, .service-section .service-bordered-item .details-btn:before {
        top: 1px;
        color: #a0a1ae;
        font-size: 12px;
        font-weight: 900;
        content: '\f054';
        position: absolute;
        line-height: normal;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        font-family: 'Font Awesome 5 Pro'; }
      .service-section .service-bordered-item .details-btn:before {
        left: 0px; }
      .service-section .service-bordered-item .details-btn:after {
        opacity: 0;
        right: 15px;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0); }
      .service-section .service-bordered-item .details-btn:hover {
        padding-left: 0px;
        color: #ff4d1c; }
        .service-section .service-bordered-item .details-btn:hover:before {
          opacity: 0;
          left: 15px;
          -webkit-transform: scale(0);
          -ms-transform: scale(0);
          transform: scale(0);
          color: #ff4d1c; }
        .service-section .service-bordered-item .details-btn:hover:after {
          opacity: 1;
          right: 0px;
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1);
          color: #ff4d1c; }
    .service-section .service-bordered-item:hover {
      border-color: #ffffff;
      -webkit-box-shadow: 0px 8px 16px 0px rgba(221, 226, 255, 0.3);
      box-shadow: 0px 8px 16px 0px rgba(221, 226, 255, 0.3); }

/* service page - end
==================================================================================================== */
/* pricing page - start
==================================================================================================== */
.pricing-section .section-title .sec-title-text,
.pricing-section .section-title .sec-subtitle-text {
  color: #ffffff; }

.pricing-section .pricing-plan-item {
  margin-top: 30px;
  padding: 70px 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 60px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 60px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 16px 32px 0px rgba(239, 239, 239, 0.3);
  box-shadow: 0px 16px 32px 0px rgba(239, 239, 239, 0.3); }
  .pricing-section .pricing-plan-item .icon {
    font-size: 90px; }
  .pricing-section .pricing-plan-item .item-title {
    font-size: 16px;
    word-spacing: 3px;
    letter-spacing: 2px;
    color: #53585f;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase; }
  .pricing-section .pricing-plan-item .amount-text {
    font-size: 120px;
    font-family: "Roboto", sans-serif;
    font-weight: 800; }
    .pricing-section .pricing-plan-item .amount-text > sub {
      font-size: 24px; }
  .pricing-section .pricing-plan-item .service-list > ul {
    width: 100%; }
    .pricing-section .pricing-plan-item .service-list > ul > li {
      width: 100%;
      display: table;
      margin-bottom: 20px; }
      .pricing-section .pricing-plan-item .service-list > ul > li:last-child {
        margin-bottom: 0px; }
  .pricing-section .pricing-plan-item .custom-btn {
    margin-top: 15px; }
    .pricing-section .pricing-plan-item .custom-btn .btn-bg {
      width: 100%;
      display: block;
      border-radius: 0px;
      color: #ffffff; }
    .pricing-section .pricing-plan-item .custom-btn:hover .btn-bg.bg-default-orange {
      color: #ff4d1c; }

/* pricing page - end
==================================================================================================== */
/* shop page - start
==================================================================================================== */
/* shop-section - start */
.shop-section {
  /* filter-bar - start */
  /* filter-bar - end */
  /* product-grid-item - start */
  /* product-grid-item - end */
  /* pagination - start */
  /* pagination - end */ }
  .shop-section .filter-bar .layout-btns-group > ul > li {
    margin-right: 20px; }
    .shop-section .filter-bar .layout-btns-group > ul > li:last-child {
      margin-right: 0px; }
    .shop-section .filter-bar .layout-btns-group > ul > li > a {
      width: 50px;
      height: 50px;
      padding: 0px;
      font-size: 24px;
      line-height: 54px;
      text-align: center;
      border-radius: 100%;
      color: #53585f;
      background-color: #f8f8f8; }
      .shop-section .filter-bar .layout-btns-group > ul > li > a:hover {
        color: #ffffff;
        background-color: #ff4d1c;
        -webkit-box-shadow: 0px 3px 6px 1px rgba(255, 77, 28, 0.2);
        box-shadow: 0px 3px 6px 1px rgba(255, 77, 28, 0.2); }
    .shop-section .filter-bar .layout-btns-group > ul > li > .active {
      color: #ffffff;
      background-color: #ff4d1c;
      -webkit-box-shadow: 0px 3px 6px 1px rgba(255, 77, 28, 0.2);
      box-shadow: 0px 3px 6px 1px rgba(255, 77, 28, 0.2); }
  .shop-section .filter-bar .form-items-group {
    padding: 13px 0px;
    padding-bottom: 0px; }
    .shop-section .filter-bar .form-items-group > ul > li {
      margin-right: 20px; }
      .shop-section .filter-bar .form-items-group > ul > li:last-child {
        margin-right: 0px; }
      .shop-section .filter-bar .form-items-group > ul > li .result-text {
        font-weight: 500; }
      .shop-section .filter-bar .form-items-group > ul > li .filter-select {
        margin: -13px 0px; }
        .shop-section .filter-bar .form-items-group > ul > li .filter-select .nice-select {
          height: 50px;
          min-width: 150px;
          line-height: 50px;
          padding: 0px 30px;
          border-radius: 30px;
          border: 1px solid #e5e5e5;
          font-weight: 500;
          text-transform: capitalize; }
          .shop-section .filter-bar .form-items-group > ul > li .filter-select .nice-select:after {
            width: 8px;
            height: 8px;
            right: 30px;
            margin-top: -4px;
            border-right: 2px solid #53585f;
            border-bottom: 2px solid #53585f; }
          .shop-section .filter-bar .form-items-group > ul > li .filter-select .nice-select .list {
            min-width: 150px; }
            .shop-section .filter-bar .form-items-group > ul > li .filter-select .nice-select .list > li {
              text-align: center; }
      .shop-section .filter-bar .form-items-group > ul > li .search-box {
        margin: -13px 0px;
        position: relative; }
        .shop-section .filter-bar .form-items-group > ul > li .search-box input {
          width: 270px;
          height: 50px;
          padding: 0px 30px;
          border-radius: 30px;
          border: 1px solid #e5e5e5;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          .shop-section .filter-bar .form-items-group > ul > li .search-box input:focus {
            outline: none;
            border-color: #ff4d1c; }
            .shop-section .filter-bar .form-items-group > ul > li .search-box input:focus + .search-btn {
              color: #ff4d1c; }
        .shop-section .filter-bar .form-items-group > ul > li .search-box .search-btn {
          top: 50%;
          right: 5px;
          z-index: 1;
          width: 40px;
          height: 40px;
          font-size: 18px;
          line-height: 40px;
          position: absolute;
          text-align: center;
          border-radius: 100%;
          color: #53585f;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          background-color: #ffffff;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
  .shop-section .product-grid-item {
    margin-top: 50px;
    position: relative; }
    .shop-section .product-grid-item .item-label {
      top: 15px;
      left: 15px;
      position: absolute; }
    .shop-section .product-grid-item .product-image {
      border: 1px solid #ececec;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .shop-section .product-grid-item .product-image > img {
        width: 100%;
        display: block; }
    .shop-section .product-grid-item .product-content {
      padding: 0px 20px; }
      .shop-section .product-grid-item .product-content .product-title {
        font-size: 24px;
        color: #0d0e25;
        font-family: "Raleway", sans-serif; }
        .shop-section .product-grid-item .product-content .product-title:hover {
          color: #f7c605; }
    .shop-section .product-grid-item:hover .product-image {
      border-color: #f7c605; }
  .shop-section .product-list-item {
    margin-top: 50px;
    position: relative; }
    .shop-section .product-list-item .item-label {
      top: 15px;
      left: 15px;
      position: absolute; }
    .shop-section .product-list-item .product-image {
      width: 40%;
      border: 1px solid #ececec;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .shop-section .product-list-item .product-image > img {
        width: 100%;
        display: block; }
    .shop-section .product-list-item .product-content {
      padding: 30px 20px;
      padding-right: 0px;
      display: table; }
      .shop-section .product-list-item .product-content .product-title {
        font-size: 24px;
        color: #0d0e25;
        font-family: "Raleway", sans-serif; }
        .shop-section .product-list-item .product-content .product-title:hover {
          color: #f7c605; }
      .shop-section .product-list-item .product-content .price-text {
        width: 100%;
        font-size: 18px; }
    .shop-section .product-list-item:hover .product-image {
      border-color: #f7c605; }
  .shop-section .pagination {
    margin-top: 80px; }

/* shop-section - end */
/* shop page - end
==================================================================================================== */
/* contact pages - start
==================================================================================================== */
/* contact-section - start
================================================== */
.google-map {
  width: 100%;
  height: 700px;
  margin-top: 140px; }
  .google-map > div + div {
    display: none; }

.contact-info-item {
  z-index: 1;
  padding: 60px;
  margin-top: -170px;
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(221, 226, 255, 0.3);
  box-shadow: 0px 8px 16px 0px rgba(221, 226, 255, 0.3);
  /* .icon.bg-default-yellow {box-shadow: 0px 5px 8px 1px rgba(247,198,5,0.2);}
	.icon.bg-default-orange {box-shadow: 0px 5px 8px 1px rgba(255,77,28,0.2);}
	.icon.bg-default-green {box-shadow: 0px 5px 8px 1px rgba(0,147,38,0.2);} */ }
  .contact-info-item .icon {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    line-height: 104px;
    border-radius: 100%;
    margin-bottom: 40px; }
  .contact-info-item .title-text {
    font-size: 30px;
    margin-bottom: 26px; }
  .contact-info-item .info-list > ul {
    width: 100%; }
    .contact-info-item .info-list > ul > li {
      width: 100%;
      display: table;
      text-align: center;
      margin-bottom: 5px; }
      .contact-info-item .info-list > ul > li:last-child {
        margin-bottom: 0px; }

/* contact-section - end
================================================== */
/* contact pages - end
==================================================================================================== */
/* error page - start
==================================================================================================== */
.error-section {
  width: 100%;
  height: 100vh;
  background-color: #ffffff; }
  .error-section .error-image {
    max-width: 55%;
    margin: 0 auto 30px; }
  .error-section .title-text {
    font-size: 80px; }
  .error-section .sub-title {
    font-size: 18px; }
  .error-section .btns-group > ul > li {
    margin-right: 20px; }
    .error-section .btns-group > ul > li:last-child {
      margin-right: 0px; }

/* error page - end
==================================================================================================== */
/* ================================================== 
*	Project Name 	:  Buildox
*	File 			:  Responsive CSS Base
*	Version 		:  1.0.0
*	Last change 	:  10 February 2019
*	Author 			:  codeixer
*	Developer:		:  Rakibul Islam Dewan

*	css code for responsive layout To make Responsive
================================================== */
/* ==================================================
*	1 - media screen and (max-width: 1680px)
*	2 - media screen and (max-width: 1440px)
*	3 - media screen and (max-width: 1380px)
*	4 - media screen and (max-width: 1199px)
*	5 - media screen and (max-width: 991px)
*	6 - media screen and (max-width: 480px)
*	7 - media screen and (max-width: 320px)
================================================== */
/*  ====================================================================================================
1 - media screen and (max-width: 1680px) - start
==================================================================================================== */
@media screen and (max-width: 1680px) {
  .header-section .default-header .header-top {
    padding: 30px 0px; }
  .sticky-header.stuck .header-top {
    margin-top: -120px; }
  .banner-section .banner-content {
    width: 52%; }
  .banner-section .animate-img {
    max-width: 100px; }
  .banner-section .animate-img.img-2 {
    right: 40px;
    bottom: 40px; }
  .banner-section .animate-img.img-6 {
    top: 250px;
    right: 20%; }
  .banner-section .animate-img.img-5 {
    right: 25%;
    bottom: 8%; }
  .about-section .about-carousel .item {
    padding: 0px 100px; }
  .about-section .about-carousel .item .about-image {
    width: 40%; }
  .portfolio-section .portfolio-items-list > ul > li {
    height: auto; }
  .error-section .title-text {
    font-size: 54px; }
  .casestudy-section .owl-theme .owl-nav .owl-prev {
    left: -75px; }
  .casestudy-section .owl-theme .owl-nav .owl-next {
    right: -75px; } }

/* ====================================================================================================
1 - media screen and (max-width: 1680px) - end
==================================================================================================== */
/*  ====================================================================================================
2 - media screen and (max-width: 1440px) - start
==================================================================================================== */
/* ====================================================================================================
2 - media screen and (max-width: 1440px) - end
==================================================================================================== */
/* ====================================================================================================
3 - media screen and (max-width: 1380px) - end
==================================================================================================== */
@media screen and (max-width: 1380px) {
  .banner-section .banner-content {
    top: 95%;
    width: 48%;
    -webkit-transform: translate(-50%, -95%);
    -ms-transform: translate(-50%, -95%);
    transform: translate(-50%, -95%); }
  .banner-section .banner-content .title-text {
    font-size: 60px; }
  .breadcrumb-section .breadcrumb-content .breadcrumb-title .sub-title {
    font-size: 14px; }
  .breadcrumb-section .breadcrumb-content {
    padding-top: 300px;
    padding-bottom: 145px; } }

/* ====================================================================================================
3 - media screen and (max-width: 1380px) - end
==================================================================================================== */
/*  ====================================================================================================
4 - media screen and (max-width: 1199px) - start
==================================================================================================== */
@media screen and (max-width: 1199px) {
  .team-section {
    min-height: 421px; }
  .funfact-section .counter-item .counter-text {
    font-size: 60px; }
  .header-section .default-header .header-bottom .main-menubar > ul > li > a {
    font-size: 15px;
    padding: 10px 16px;
    margin-top: 3px; }
  button.search-btn.action-btn {
    display: none; }
  .header-section .default-header .header-top .contact-info > ul > li {
    margin-right: 20px; }
  .banner-section {
    z-index: 1;
    width: 100%;
    height: auto;
    display: table;
    position: relative; }
  .header-section .default-header .header-bottom .btns-group {
    padding: 0; }
  .stuck .header-bottom .main-menubar > ul {
    margin-left: 40px !important; }
  .banner-section .banner-content {
    width: 60%;
    display: table;
    margin: 0 auto;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    position: static;
    padding: 200px 0px;
    padding-top: 360px; }
    .banner-section .banner-content .sub-title,
    .banner-section .banner-content .title-text {
      position: relative; }
  .banner-section .animate-img {
    display: none; }
  .about-section .about-carousel .item {
    padding: 0px 30px; }
  .section-title .sec-title-text {
    font-size: 48px; }
  .service-section .service-grid-item .service-title {
    font-size: 18px; }
  .feature-section .feature-carousel .item .feature-item {
    padding: 40px; }
  .feature-section .feature-carousel .item .feature-item .serial-number {
    top: 15px;
    font-size: 136px; }
  .feature-section .feature-carousel .item .feature-item .feature-title {
    font-size: 18px; }
  .portfolio-section .portfolio-items-list > ul > li {
    width: 50%;
    height: auto; }
  .portfolio-section .portfolio-items-list > ul > li > a > img {
    width: 100%;
    display: block; }
  .feature-section .feature-item-2 .icon {
    float: none;
    display: table;
    font-size: 42px;
    margin-bottom: 30px; }
  .feature-section .feature-item-2 .feature-content {
    width: 100%;
    padding: 0px;
    display: table; }
  .feature-section .quote-form {
    padding: 30px;
    margin-top: 0px;
    padding-top: 0px; }
  .feature-section .quote-form .form-title {
    margin: 0px -30px;
    padding: 0px 30px;
    margin-bottom: 30px; }
  .faq-section .section-title .sec-title-text {
    font-size: 48px; }
  .faq-section .faq-accordion .card .card-header .card-link .serial-number {
    margin-right: 20px; }
  .service-section .service-item-list > ul:before {
    display: none; }
  .service-section .service-item-list > ul > li {
    width: 50%;
    border: none !important; }
  .post-meta > ul > li {
    margin-right: 20px; }
  .blog-section .recent-post {
    padding: 30px; }
  .blog-section .recent-post > ul > li .post-item .item-title {
    font-size: 18px; }
  .blog-section .recent-post > ul > li {
    margin-bottom: 20px;
    padding-bottom: 20px; }
  .manager-section .manager-content .section-title .sec-title-text {
    font-size: 48px; }
  .sidebar-section .instagram-post > ul > li {
    height: 60px; }
  .blog-section .blog-item-big .blog-content .blog-title {
    font-size: 24px; }
  .blog-details-section .details-content {
    padding: 40px; }
  .blog-details-section .details-content .other-posts-filter .other-post .post-link .post-title {
    font-size: 16px; }
  .portfolio-section .portfolio-tab-nav > ul > li > a .icon {
    float: none;
    display: table;
    margin: 0 auto 15px; }
  .portfolio-section .portfolio-tab-nav > ul > li > a {
    text-align: center; }
  .funfact-section .counter-item .circle-progress .percentage-text {
    font-size: 24px; }
  .portfolio-details-section .user-description {
    padding: 40px; }
  .casestudy-section .owl-theme .owl-nav {
    margin-top: 60px; }
  .casestudy-section .owl-theme .owl-nav .owl-prev,
  .casestudy-section .owl-theme .owl-nav .owl-next {
    margin: 5px;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    position: -webkit-sticky;
    position: sticky; }
  .service-section .service-bordered-item {
    padding: 30px; }
  .shop-section .product-grid-item .product-content .product-title {
    font-size: 20px; }
  .shop-section .product-list-item .product-content .product-title {
    font-size: 20px; }
  .shop-section .product-list-item .product-content {
    padding: 0px;
    padding-left: 15px; }
  .team-section .team-grid-item .member-info {
    padding: 30px 15px; }
  .team-section .team-grid-item .member-info .member-name {
    font-size: 20px; }
  .header-section .secondary-header .main-menubar > ul > li > a {
    padding: 10px 10px; }
  .home-page-2 .banner-section .banner-content {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    padding-top: 230px;
    text-align: center !important; }
  .home-page-2 .banner-section .banner-content .btns-group > ul {
    display: table;
    margin: 0 auto; }
  .footer-section .brand-logo .social-links > ul > li {
    width: 50px;
    height: 50px;
    margin-right: 5px; }
    .footer-section .brand-logo .social-links > ul > li:last-child {
      margin-right: 0px; }
    .footer-section .brand-logo .social-links > ul > li > a {
      line-height: 50px; }
  .footer-section .secondary-footer .footer-top .social-links > ul > li {
    width: 50px;
    height: 50px;
    margin-right: 10px; }
    .footer-section .secondary-footer .footer-top .social-links > ul > li:last-child {
      margin-right: 0px; }
    .footer-section .secondary-footer .footer-top .social-links > ul > li > a {
      line-height: 50px; }
  .service-section .service-bordered-item .service-title {
    font-size: 22px; }
  .pricing-section .pricing-plan-item .amount-text {
    font-size: 100px; }
  .blog-details-section .details-content .blog-image {
    margin: 0px; }
  .blog-details-section .details-content .other-posts-filter .other-post .post-link .post-title a {
    font-size: 18px; }
  .blog-section .blog-item-big .blog-content .blog-title,
  .blog-section .blog-grid-item .blog-content .blog-title {
    font-size: 20px;
    line-height: 30px; }
  .about-section .about-image-masonry .grid-item {
    height: auto;
    display: inline-block; }
    .about-section .about-image-masonry .grid-item .image-container {
      margin: 0px;
      width: 100%;
      height: 255px; }
      .about-section .about-image-masonry .grid-item .image-container img {
        width: 100%;
        height: 100%;
        display: block; }
  .about-section .about-image-masonry .grid-item-width .image-container {
    padding: 0px;
    height: auto; }
  .about-section .about-image-masonry .grid-item-width .image-container .home-btn {
    top: 50%;
    left: 50%;
    right: unset;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .portfolio-section .portfolio-items-list > ul > li {
    width: 25%;
    overflow: hidden; }
    .portfolio-section .portfolio-items-list > ul > li > a img {
      width: 100%;
      height: 100%;
      display: block; }
  .footer-section .item-title {
    font-size: 14px; }
  .casestudy-section .casestudy-grid-item .casestudy-content .casestudy-title {
    font-size: 24px; }
  .blog-content .post-meta {
    margin-top: 35px; }
  .widget .social-links.ul-li-center ul li {
    margin-bottom: 15px; }
  .social-links > ul > li > a {
    font-size: 16px; }
  .blog-details-section .details-content p {
    overflow: visible; }
  h3 {
    font-size: 23px; } }

/* ====================================================================================================
4 - media screen and (max-width: 1199px) - end
==================================================================================================== */
/* ====================================================================================================
5 - media screen and (max-width: 991px) - start --->>>for medium device
==================================================================================================== */
@media screen and (max-width: 991px) {
  .portfolio-section .portfolio-items-list > ul > li {
    width: 50%; }
  .blog-details-section .details-content .other-posts-filter .other-post .post-link .title-text {
    display: inline-block;
    text-align: center; }
  .portfolio-details-section .other-posts-filter .other-post .post-link {
    text-align: center; }
  .portfolio-details-section .other-posts-filter .other-post {
    padding: 5px 0px;
    width: 100%;
    margin-bottom: 20px;
    font-size: 20p;
    text-align: center; }
  .portfolio-details-section .details-content-container .section-title {
    padding: 0px 15px; }
  .blog-details-section .details-content .other-posts-filter .other-post {
    width: 100%;
    display: inline-block;
    text-align: center !important;
    margin-bottom: 30px; }
  .portfolio-details-section .other-posts-filter {
    padding: 30px 0px;
    margin-top: 60px;
    margin-bottom: 0px;
    border-top: 1px solid #e4e5ff;
    border-bottom: 1px solid #e4e5ff; }
  .casestudy-section .fw-col-sm-6 {
    margin: 0 auto; }
  .casestudy-section .casestudy-grid-item {
    max-width: 370px; }
  .team-section {
    min-height: 465px;
    max-width: 400px;
    margin: 0 auto; }
  .blog-grid-item .post-meta.ul-li {
    margin-top: 0px; }
  .section-title .sec-subtitle-text {
    padding: 0px 25px;
    width: 100%;
    margin-top: 30px; }
  .service-section .service-item-rounded {
    min-height: 425px; }
  .sec-ptb-140 {
    padding: 100px 0px; }
  .header-section .default-header .header-top {
    display: none; }
  .header-section .default-header .header-bottom .main-menubar > ul {
    display: none; }
  .header-section .default-header .header-bottom .btns-group > ul .action-btn.mobile-menu-btn {
    display: table; }
  .header-section .default-header .header-bottom .main-menubar .brand-logo {
    display: table; }
  .post-meta.ul-li {
    margin-top: 30px; }
  .about-section .about-carousel .item .about-image {
    width: 50%;
    margin: 0 auto 30px;
    float: none !important; }
  .banner-section .banner-content {
    width: 80%;
    padding: 100px 15px;
    padding-top: 200px; }
  .about-section .about-carousel .item {
    text-align: center; }
  .about-section .about-carousel .item .about-content {
    width: 100%;
    display: table;
    padding: 0px 60px;
    margin-bottom: 60px; }
  .feature-section .feature-carousel .item .feature-item {
    padding: 50px; }
  .funfact-section .overlay-white,
  .funfact-section .overlay-yellow,
  .funfact-section .overlay-navyblue {
    padding-top: 40px; }
  .funfact-section .counter-item {
    margin-top: 60px; }
  .working-processor-section .processor-circle {
    width: 400px;
    height: 400px; }
  .working-processor-section .processor-circle .processor-item-1 {
    left: -35.5%; }
  .working-processor-section .processor-circle .processor-item-3 {
    right: -32%; }
  .working-processor-section .processor-circle .processor-item-2 {
    top: -18%; }
  .working-processor-section .processor-circle .processor-item-4 {
    bottom: -18%; }
  .working-processor-section {
    padding-bottom: 240px; }
  .client-section .client-logo-list > ul {
    width: 100%;
    display: table; }
  .client-section .client-logo-list > ul > li {
    width: 50%;
    height: 130px;
    display: table; }
  .footer-section .brand-logo,
  .footer-section .useful-links {
    margin-bottom: 30px; }
  .feature-section .quote-form {
    margin-top: 60px; }
  .home-page-2 .working-processor-section .work-item {
    text-align: center; }
  .home-page-2 .working-processor-section .circle-center {
    width: 250px;
    height: 250px;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    position: static;
    margin: 30px auto; }
  .portfolio-section .owl-theme .owl-nav {
    margin-top: 60px;
    position: static; }
  .footer-section .photo-gallery {
    margin-bottom: 30px; }
  .about-section .about-image-masonry .grid-item {
    height: auto;
    padding: 15px;
    display: table; }
    .about-section .about-image-masonry .grid-item .image-container img {
      width: 100%;
      display: block; }
  .about-section .about-image-masonry {
    width: 100%;
    margin: 0px;
    margin-bottom: 30px; }
  .about-section .about-image-masonry .grid-item-width .image-container {
    padding: 0px; }
  .about-section .about-image-masonry .grid-item-width .image-container .home-btn {
    top: 50%;
    left: 50%;
    right: unset;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .manager-section .manager-image .image-container {
    max-width: 100%;
    margin-top: 30px; }
  .sidebar-section {
    margin-top: 60px; }
  .sidebar-section .instagram-post > ul > li {
    height: auto; }
  .contact-info-item {
    margin-top: 30px; }
  .portfolio-section .portfolio-tab-nav {
    border-bottom: none; }
    .portfolio-section .portfolio-tab-nav > ul {
      width: 100%;
      display: table; }
      .portfolio-section .portfolio-tab-nav > ul > li {
        width: 50%;
        margin-bottom: 30px;
        display: inline-block; }
  .portfolio-section .portfolio-tab-nav > ul > li > a .title-text {
    width: 100%; }
  .portfolio-details-section .other-posts-filter .other-post .post-link .post-title {
    font-size: 20px; }
  .shop-section .filter-bar .layout-btns-group > ul {
    display: table;
    margin: 0 auto 30px; }
  .shop-section .filter-bar .form-items-group > ul {
    display: table;
    margin: 0 auto 30px; }
  .team-section .team-tab-nav {
    border-bottom: none; }
  .team-section .team-tab-nav > ul {
    width: 100%;
    display: table; }
  .team-section .team-tab-nav > ul > li {
    width: 50%;
    text-align: center;
    margin-bottom: 30px; }
  .calltoaction-section .section-title {
    text-align: center;
    margin-bottom: 30px; }
  .calltoaction-section .quote-btn {
    text-align: center !important; }
  .header-section .secondary-header .main-menubar > ul {
    display: none; }
  .header-section .secondary-header .contact-info {
    display: none; }
  .header-section .secondary-header .mobile-menu-btn {
    top: 0px;
    z-index: 2;
    right: -93%;
    display: table;
    position: absolute; }
  .intro-section {
    padding: 0px; }
  .intro-section .overlay-navyblue {
    padding: 100px 0px !important; }
  .intro-section .video-item {
    margin: 0px; }
  .about-section .about-image-masonry .grid-item-width .image-container .home-btn {
    right: 90px; }
  .pricing-section .overlay-navyblue {
    padding: 100px 0px !important; }
  .pricing-section .pricing-plan-item {
    margin-bottom: 0px; }
  .pricing-section {
    padding: 0px; }
  .working-processor-section .processor-circle .processor-item-2 {
    top: -8%; }
  .header-section .default-header .header-bottom .btns-group {
    padding: 0;
    z-index: 1;
    top: -62px;
    right: 0px;
    position: absolute; }
  .pricing-section .pricing-plan-item {
    max-width: 470px;
    margin: 30px auto 0px; }
  .contact-info-item {
    padding: 30px 20px; }
  .contact-info-item .title-text {
    font-size: 20px; }
  .contact-info-item .icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin-bottom: 30px; }
  .about-section .about-image-masonry .grid-item {
    width: 50%;
    height: auto;
    display: inline-block; }
    .about-section .about-image-masonry .grid-item .image-container {
      width: 100%;
      height: 400px; }
      .about-section .about-image-masonry .grid-item .image-container img {
        width: 100%;
        height: 100%; }
  .about-section .about-image-masonry .grid-item-width {
    width: 100%; }
  .home-page-2 {
    padding-top: 107px; }
  .manager-section .manager-image {
    width: 80%;
    margin: 0 auto; }
  .breadcrumb-section .breadcrumb-content {
    padding-top: 140px;
    padding-bottom: 100px; } }

/* ====================================================================================================
5 - media screen and (max-width: 991px) - end --->>>for medium device
==================================================================================================== */
/* ====================================================================================================
6 - media screen and (max-width: 480px) - start
==================================================================================================== */
@media screen and (max-width: 480px) {
  .section-title {
    text-align: center; }
  .casestudy-section .casestudy-grid-item .casestudy-image.image-container > img {
    width: 100%; }
  .portfolio-details-section .other-posts-filter {
    margin: 0px;
    padding-bottom: 0px; }
  .section-title .sec-subtitle-text {
    padding: 0px !important; }
  .sec-subtitle-text .line-design {
    display: none; }
  .header-section .default-header .header-bottom .btns-group > ul > li.action-btn.cart-btn,
  .header-section .default-header .header-bottom .btns-group > ul > li.action-btn.search-item {
    display: none; }
  .header-section .default-header .header-bottom .main-menubar .brand-logo .brand-link {
    max-width: 150px; }
  .header-section .default-header .header-bottom .btns-group {
    right: 15px; }
  .banner-section .banner-content {
    width: 100%;
    padding: 80px 15px;
    padding-top: 180px; }
  .banner-section .banner-content .title-text {
    font-size: 36px;
    margin-bottom: 30px; }
  .banner-section .banner-content .sub-title {
    font-size: 14px;
    word-spacing: 2px;
    letter-spacing: 1px; }
  .custom-btn .btn-bg {
    height: 55px;
    font-size: 14px;
    padding: 0px 30px;
    line-height: 50px; }
  .banner-section .banner-content .btns-group > ul {
    max-width: 80%;
    display: table;
    margin: 0 auto;
    text-align: center; }
    .banner-section .banner-content .btns-group > ul > li {
      width: 100%;
      margin: 0px;
      text-align: center;
      margin-bottom: 5px; }
      .banner-section .banner-content .btns-group > ul > li:last-child {
        margin-bottom: 0px; }
  .working-processor-section {
    padding-bottom: 0px; }
  .working-processor-section .processor-circle {
    width: 100%;
    height: auto;
    border: none; }
  .working-processor-section .processor-circle .circle-center {
    width: 250px;
    height: 250px;
    position: static;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    margin: 0 auto 30px; }
  .working-processor-section .processor-circle:before {
    display: none; }
  .working-processor-section .processor-circle .processor-item {
    width: 200px;
    margin: 0 auto;
    display: table;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    position: static;
    padding: 25px 0px; }
    .working-processor-section .processor-circle .processor-item .serial-number {
      margin: -17px 0px;
      margin-right: 17px;
      float: left !important; }
  .section-title {
    margin-bottom: 60px; }
  .working-processor-section .section-title {
    margin-bottom: 60px; }
  .about-section .about-carousel .item .about-image {
    width: 100%; }
  .about-section .about-carousel .item .about-image .image-container .image-content .content-position .year-text {
    font-size: 102px;
    margin-bottom: 15px; }
  .about-section .about-carousel .item .about-content {
    padding: 0px;
    margin-bottom: 60px; }
  .about-section .about-carousel .item .about-content .section-title .sec-title-text {
    font-size: 30px; }
  .section-title .sec-title-text {
    font-size: 24px; }
  .about-section .about-carousel .owl-item.active.center .item .about-image .image-container .image-content {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px; }
  .feature-section .feature-carousel .item .feature-item {
    padding: 30px; }
  .feature-section .feature-carousel .item .feature-item .serial-number {
    top: 15px;
    right: 20px;
    font-size: 102px; }
  .funfact-section .counter-item .icon {
    font-size: 60px; }
  .funfact-section .counter-item .counter-text {
    font-size: 78px; }
  .portfolio-section .portfolio-items-list > ul > li {
    width: 100%;
    height: auto; }
  .portfolio-section .portfolio-items-list > ul > li .action-btns-group > li {
    width: 40px;
    height: 40px;
    margin-right: 8px; }
  .portfolio-section .portfolio-items-list > ul > li .action-btns-group > li > a {
    font-size: 16px;
    line-height: 40px; }
  .testimonial-section .item .testimonial-hero .hero-info .hero-name {
    font-size: 16px; }
  .footer-section .photo-gallery {
    margin-bottom: 30px; }
  .feature-section .quote-form {
    padding: 30px;
    padding-top: 0px; }
  .feature-section .quote-form .form-title {
    height: 60px;
    margin: 0px -30px;
    margin-bottom: 30px; }
  .feature-section .quote-form .form-title .title-text {
    margin: 0px;
    font-size: 18px;
    line-height: 60px; }
  .section-title .sec-subtitle-text:after,
  .section-title .sec-subtitle-text:before {
    display: none; }
  .section-title .sec-subtitle-text {
    padding: 0px;
    font-size: 14px; }
  .faq-section .section-title {
    text-align: center; }
    .faq-section .section-title .sec-title-text {
      font-size: 30px; }
  .faq-section .faq-accordion .card .card-body {
    padding: 25px; }
  .faq-section .faq-accordion .card .card-header .card-link {
    padding: 25px; }
  .faq-section .faq-accordion .card .card-header .card-link .serial-number {
    margin-right: 10px; }
  .service-section .service-item-list > ul > li {
    width: 100%; }
  .service-section .service-item-rounded {
    padding: 50px 30px; }
  .service-section .service-item-rounded .service-title {
    font-size: 20px; }
  .intro-section .video-item .video-link .icon {
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    font-size: 24px;
    line-height: 88px; }
  .working-processor-section .processor-step > ul {
    width: 100%;
    display: table;
    position: relative; }
    .working-processor-section .processor-step > ul:before {
      display: none; }
    .working-processor-section .processor-step > ul > li {
      width: 100%;
      display: table;
      text-align: center;
      margin-bottom: 60px; }
      .working-processor-section .processor-step > ul > li:last-child {
        margin-bottom: 0px; }
  .footer-section .contact-info {
    margin-bottom: 30px; }
  .about-section .about-image-masonry .grid-item {
    width: 100%; }
    .about-section .about-image-masonry .grid-item .image-container {
      width: 100%;
      display: block; }
      .about-section .about-image-masonry .grid-item .image-container > img {
        width: 100%;
        display: block; }
  .manager-section .manager-content .section-title .sec-title-text {
    font-size: 30px; }
  .blog-section .blog-item-big .blog-content {
    padding: 25px; }
  .blog-section .blog-item-big .blog-content .blog-title {
    font-size: 20px;
    line-height: 30px; }
  .sec-ptb-140 {
    padding: 50px 0px; }
  .blog-section .blog-item-big.blog-quote-item .blog-content .blog-title {
    padding: 0px; }
  .blog-section .blog-item-big.blog-quote-item .blog-content .blog-title:before {
    display: none; }
  .pagination > ul > li {
    margin: 5px; }
  .pagination > ul > li > a {
    width: 50px;
    height: 50px;
    font-size: 18px;
    line-height: 54px; }
  .blog-details-section .details-content .blog-title {
    font-size: 24px; }
  .blog-details-section .details-content {
    padding: 0px;
    border: none; }
  .blog-details-section .details-content .blockquote {
    padding: 30px;
    padding-top: 60px; }
  .blog-details-section .details-content .blockquote p:before {
    top: -46%;
    left: 0px;
    width: 50px;
    height: 50px;
    font-size: 24px;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    text-align: center;
    line-height: 50px;
    border-radius: 100%;
    background-color: #ffffff; }
  .blog-details-section .details-content .tag-share-links {
    margin-bottom: 30px;
    padding-bottom: 30px; }
  .blog-details-section .details-content .tag-share-links .tag-links {
    margin-bottom: 30px; }
  .blog-details-section .details-content .tag-share-links .social-links {
    float: none !important;
    text-align: left !important; }
    .blog-details-section .details-content .tag-share-links .social-links > ul {
      float: none; }
  .blog-details-section .details-content .other-posts-filter .more-btn {
    margin: 30px 0px; }
  .blog-details-section .details-content .peoples-comment .comment-item .hero-content .reply-btn {
    position: static;
    margin-top: 30px; }
  .blog-details-section .details-content .peoples-comment .comment-item .hero-image {
    width: 80px;
    height: 80px; }
  .blog-details-section .details-content .leave-comment .comment-form {
    padding: 0px;
    background-color: #ffffff; }
  .google-map {
    height: 300px;
    margin-top: 80px; }
  .contact-info-item {
    padding: 40px; }
  .error-section .error-image {
    max-width: 95%; }
  .error-section .title-text {
    font-size: 36px;
    margin-bottom: 30px; }
  .error-section .btns-group > ul > li {
    margin-right: 15px; }
    .error-section .btns-group > ul > li:last-child {
      margin-right: 0px; }
    .error-section .btns-group > ul > li .custom-btn .btn-bg {
      padding: 0px 30px; }
  .portfolio-section .portfolio-tab-nav > ul > li {
    width: 100%; }
  .section-title {
    margin-bottom: 30px; }
  .section-title .sec-subtitle-text {
    margin-bottom: 15px; }
  .portfolio-section .tab-content .tab-pane .item-content .video-content .video-link {
    width: 50%;
    float: none;
    height: auto;
    margin: 0px auto 30px; }
  .portfolio-section .tab-content .tab-pane .item-content {
    text-align: center; }
  .portfolio-section .tab-content .tab-pane .image-container {
    height: auto;
    display: table; }
  .portfolio-details-section .details-content-container .details-content .grid.more-details-image .grid-item,
  .portfolio-details-section .details-content-container .details-content .grid.more-details-image .grid-sizer {
    width: 100%;
    float: left;
    display: inline-block; }
  .portfolio-details-section .other-posts-filter .more-btn {
    margin: 40px 0px; }
  .shop-section .filter-bar .form-items-group > ul > li {
    width: 100%;
    margin: 0px;
    display: table;
    text-align: center;
    margin-bottom: 15px; }
    .shop-section .filter-bar .form-items-group > ul > li:last-child {
      margin-bottom: 0px; }
  .shop-section .filter-bar .form-items-group > ul > li .filter-select {
    display: table;
    margin: 0 auto; }
  .shop-section .filter-bar .form-items-group > ul > li .search-box {
    display: table;
    margin: 0 auto; }
    .shop-section .filter-bar .form-items-group > ul > li .search-box input {
      width: 270px;
      height: 50px;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .shop-section .product-list-item .product-image {
    width: 100%;
    margin-bottom: 30px;
    float: none !important; }
  .shop-section .product-list-item .product-content {
    width: 100%;
    padding: 0px;
    display: table; }
  .team-section .team-tab-nav {
    margin-bottom: 0px; }
  .team-section .team-tab-nav > ul > li {
    width: 100%; }
  .home-page-2 .banner-section .banner-content {
    padding-top: 140px; }
  .header-section .secondary-header .brand-logo .brand-link {
    max-width: 150px; }
  .header-section .secondary-header {
    padding: 20px 0px; }
  .header-section .secondary-header .mobile-menu-btn {
    top: -45px;
    right: 15px; }
  .home-page-2 {
    padding-top: 78px; }
  .breadcrumb-section .breadcrumb-content .breadcrumb-menu > ul {
    float: none;
    display: table;
    margin: 30px auto 0px; }
  .breadcrumb-section .breadcrumb-content .breadcrumb-title .big-title {
    font-size: 48px; }
  .about-section .about-image-masonry .grid-item .image-container {
    padding: 0px; }
  .about-section .about-image-masonry .grid-item-width .image-container .home-btn {
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    right: unset;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .blog-section .blog-item-big:hover .owl-theme .owl-nav .owl-prev {
    left: 0px; }
  .blog-section .blog-item-big:hover .owl-theme .owl-nav .owl-next {
    right: 0px; }
  .working-processor-section .processor-circle .circle-center {
    display: none; }
  .sidebar-section .sidebar-item {
    padding: 20px; }
  .sidebar-section .sidebar-item .sidebar-title {
    font-size: 22px;
    padding-left: 70px; }
  .blog-details-section .details-content .peoples-comment > .title-text {
    font-size: 16px; }
  .about-section .about-image-masonry .grid-item .image-container {
    width: 100%;
    height: auto; }
  .breadcrumb-section .breadcrumb-content .breadcrumb-menu > ul {
    margin: 0px auto; }
  .manager-section .manager-image {
    width: 100%; }
  .breadcrumb-section .breadcrumb-content {
    padding-top: 130px;
    padding-bottom: 100px; } }

/* ====================================================================================================
6 - media screen and (max-width: 480px) - end
==================================================================================================== */
/* ====================================================================================================
7 - media screen and (max-width: 320px) - start
==================================================================================================== */
@media screen and (max-width: 320px) {
  .sec-ptb-140 {
    padding: 60px 0px; }
  .section-title .sec-subtitle-text {
    padding: 0px;
    font-size: 14px; }
  .banner-section .banner-content .title-text {
    font-size: 30px; }
  .banner-section .banner-content {
    padding-top: 160px; }
  .section-title .sec-subtitle-text:after,
  .section-title .sec-subtitle-text:before {
    display: none; }
  .section-title .sec-title-text {
    font-size: 24px; }
  .about-section .about-carousel .item .about-content .section-title .sec-title-text {
    font-size: 24px; }
  .about-section .about-carousel .item .about-image .image-container .image-content .content-position .sub-title {
    font-size: 12px; }
  .about-section .about-carousel .item .about-image .image-container .image-content .content-position .year-text {
    font-size: 72px; }
  .section-title {
    margin-bottom: 30px; }
  .service-section .service-grid-item {
    padding: 40px 35px; }
  .portfolio-section .portfolio-items-list > ul > li {
    width: 100%; }
  .testimonial-section .item {
    padding: 25px; }
  .testimonial-section .item .testimonial-hero .hero-info .hero-name {
    font-size: 14px; }
  .testimonial-section .item .testimonial-hero .hero-info .hero-title {
    font-size: 12px; }
  .client-section .client-logo-list > ul > li {
    width: 100%; }
  .blog-section .blog-item-big .blog-content .blog-title, .blog-section .blog-grid-item .blog-content .blog-title {
    font-size: 16px; }
  .sidebar-section .instagram-post > ul > li {
    width: 50%;
    height: auto; }
  .sidebar-section .sidebar-item {
    padding: 30px 20px; }
  .sidebar-section .sidebar-item .sidebar-title {
    font-size: 24px; }
  .sidebar-section .banner-item .overlay-orange .banner-content .banner-text {
    font-size: 36px; }
  .blog-details-section .details-content .blog-title {
    font-size: 18px; }
  .error-section .btns-group > ul > li {
    margin-right: 5px; }
    .error-section .btns-group > ul > li:last-child {
      margin-right: 0px; }
  .error-section .btns-group > ul > li .custom-btn .btn-bg {
    padding: 0px 25px; }
  .error-section .title-text {
    font-size: 30px;
    margin-bottom: 20px; }
  .error-section {
    padding: 19% 0px; }
  .portfolio-details-section .details-content-container .details-content .section-title .sec-title-text {
    font-size: 30px; }
  .portfolio-details-section .user-description {
    padding: 30px; }
  .service-section .service-bordered-item .service-title {
    font-size: 20px; }
  .team-section .team-grid-item .member-info {
    padding: 20px 10px; }
  .breadcrumb-section .breadcrumb-content .breadcrumb-title .big-title {
    font-size: 42px; }
  .blog-section .blog-item-big .blog-image.image-container .video-btn,
  .blog-section .blog-grid-item .blog-image.image-container .video-btn {
    width: 60px;
    height: 60px;
    font-size: 24px;
    line-height: 64px; } }

/* ====================================================================================================
7 - media screen and (max-width: 320px) - end
==================================================================================================== */
