/* 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
==================================================================================================== */
@import url("https://fonts.googleapis.com/css?family=Raleway:600,600i,700,700i,800,800i,900,900i|Roboto:400,400i,500,500i,700,700i");
/* global area - start
==================================================================================================== */
body {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  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; }

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

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

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

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;
  display: inline-block;
  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 {
  margin: 0px 6px; }
  .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0px;
    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: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 Free'; }
    .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: 16px;
    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: 30px;
  color: #53585f;
  text-transform: capitalize; }
  .post-meta > ul > li > i {
    margin-right: 5px; }
  .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; }
    .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;
  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 {
  color: #ffffff;
  border: 2px solid #53585f; }

.custom-btn .bg-default-past {
  color: #ffffff;
  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 pulseanim {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 77, 28, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 77, 28, 0.3); }
  50% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 77, 28, 0);
    box-shadow: 0 0 0 50px rgba(255, 77, 28, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 77, 28, 0);
    box-shadow: 0 0 0 0 rgba(255, 77, 28, 0); } }

@keyframes pulseanim {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 77, 28, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 77, 28, 0.3); }
  50% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 77, 28, 0);
    box-shadow: 0 0 0 50px rgba(255, 77, 28, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 77, 28, 0);
    box-shadow: 0 0 0 0 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%;
        border-radius: 5px;
        position: absolute;
        border-top-left-radius: 0px;
        background-color: #ffffff;
        -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.1); }
      .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: 0%;
      left: 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%;
        border-radius: 5px;
        position: absolute;
        border-top-left-radius: 0px;
        background-color: #ffffff;
        -webkit-box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 3px 3px 6px 1px 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 .contact-info {
        padding: 5px 0px; }
        .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: 22px;
            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: 10px;
              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 .custombtn-btn {
            margin: -5px 0px;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex; }
    .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: 16px;
          line-height: 45px;
          text-align: center;
          color: #ffffff;
          border-radius: 100%; }
        .header-section .default-header .header-bottom .btns-group > ul > li:hover > button {
          color: #0d0e25;
          background-color: #f7c605; }
        .header-section .default-header .header-bottom .btns-group > ul > li .main-search-body {
          top: 50px;
          right: 0px;
          opacity: 0;
          width: 300px;
          padding: 10px;
          border-radius: 5px;
          position: absolute;
          visibility: hidden;
          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 {
            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-close {
            top: 50%;
            z-index: 1;
            right: 21px;
            font-size: 24px;
            position: absolute;
            color: #53585f;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
            .header-section .default-header .header-bottom .btns-group > ul > li .main-search-body .search-close:hover {
              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 .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;
        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 .secondary-header .main-menubar > ul > li > a {
        font-size: 14px;
        padding: 10px 18px;
        font-weight: 700;
        color: #0d0e25;
        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;
        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;
      right: 0px;
      z-index: 1;
      width: 50px;
      height: 50px;
      font-size: 18px;
      cursor: pointer;
      line-height: 50px;
      border-radius: 0px;
      text-align: center;
      position: absolute;
      color: #ffffff;
      border-bottom-left-radius: 30px;
      -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 .cart-sidebar-wrapper #cart-sidebar {
      padding: 30px;
      padding-top: 70px;
      -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 .cart-sidebar-title {
        font-size: 20px;
        margin: 0px -30px;
        padding: 10px 30px;
        margin-bottom: 30px;
        border-top: 1px solid #e4e5ff;
        border-bottom: 1px solid #e4e5ff; }
      .header-section .cart-sidebar-wrapper #cart-sidebar .product-item {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #e4e5ff; }
        .header-section .cart-sidebar-wrapper #cart-sidebar .product-item .image-container {
          width: 80px;
          float: left;
          overflow: hidden;
          margin-right: 15px; }
        .header-section .cart-sidebar-wrapper #cart-sidebar .product-item .item-content {
          display: table; }
          .header-section .cart-sidebar-wrapper #cart-sidebar .product-item .item-content .item-title {
            font-size: 16px; }
          .header-section .cart-sidebar-wrapper #cart-sidebar .product-item .item-content > ul > li {
            margin-right: 20px; }
            .header-section .cart-sidebar-wrapper #cart-sidebar .product-item .item-content > ul > li:last-child {
              margin-right: 0px; }
      .header-section .cart-sidebar-wrapper #cart-sidebar .cart-footer .total-text {
        font-size: 18px;
        font-weight: 700;
        color: #0d0e25;
        text-transform: capitalize; }
      .header-section .cart-sidebar-wrapper #cart-sidebar .cart-footer > ul > li {
        margin-right: 5px; }
        .header-section .cart-sidebar-wrapper #cart-sidebar .cart-footer > ul > li:last-child {
          margin-right: 0px; }
        .header-section .cart-sidebar-wrapper #cart-sidebar .cart-footer > ul > li > a {
          width: auto;
          height: 45px;
          padding: 0px 29px;
          line-height: 45px;
          text-align: center;
          color: #0d0e25;
          font-weight: 600;
          text-transform: uppercase;
          background-color: #e4e5ff; }
          .header-section .cart-sidebar-wrapper #cart-sidebar .cart-footer > ul > li > a:hover {
            color: #ffffff;
            background-color: #ff4d1c; }
  .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: 50px;
      height: 50px;
      font-size: 18px;
      cursor: pointer;
      line-height: 50px;
      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;
      border-bottom-left-radius: 30px;
      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 Free"; }
        .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: -160px; }

.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-logo .brand-link {
    margin-bottom: 40px; }
  .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 {
      width: 100%;
      height: 100%;
      display: block;
      line-height: 60px;
      color: rgba(255, 255, 255, 0.8); }
      .footer-section .brand-logo .social-links > ul > li > a:hover {
        color: #0d0e25; }
  .footer-section .brand-logo p {
    font-size: 16px; }
  .footer-section .useful-links > ul > li {
    margin-bottom: 15px; }
    .footer-section .useful-links > ul > li:last-child {
      margin-bottom: 0px; }
    .footer-section .useful-links > ul > li > a {
      font-size: 16px;
      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 Free'; }
      .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: 22px;
      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: 10px;
        color: rgba(255, 255, 255, 0.6); }
      .footer-section .contact-info > ul > li .contact-item .item-content .contact-text {
        font-size: 14px;
        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: 120px;
    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: 16px; }
      .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: 16px;
        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-size: 16px;
        line-height: 20px;
        margin-bottom: 5px;
        font-weight: 700;
        font-family: "Raleway", sans-serif;
        color: rgba(255, 255, 255, 0.8); }
        .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%; }
  .breadcrumb-section .breadcrumb-content {
    padding-top: 400px;
    padding-bottom: 149px; }
    .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: 100px;
      color: #ffffff; }
    .breadcrumb-section .breadcrumb-content .breadcrumb-menu > ul > li {
      font-size: 16px;
      color: #ffffff;
      position: relative;
      margin-right: 20px;
      padding-right: 20px;
      letter-spacing: 2px;
      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 {
        letter-spacing: 2px;
        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 */ }
  .sidebar-section .sidebar-item {
    padding: 40px 30px;
    border: 2px solid #e4e5ff; }
    .sidebar-section .sidebar-item .sidebar-title {
      font-size: 30px;
      position: relative;
      padding-left: 80px; }
      .sidebar-section .sidebar-item .sidebar-title:before {
        top: 50%;
        left: 0px;
        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;
        background-image: url(../images/line-design-2.png); }
  .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;
    text-transform: capitalize;
    border-bottom: 1px solid #e4e5ff; }
    .sidebar-section .category-list > ul > li > a .badge {
      float: right;
      padding: 0px;
      font-size: 14px;
      margin-top: 22px;
      font-weight: 400; }
    .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 .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-size: 16px;
        line-height: 20px;
        margin-bottom: 5px;
        font-weight: 700;
        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 {
    margin: -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 22px;
        color: #53585f;
        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 - end
==================================================================================================== */
/* home page - start
==================================================================================================== */
/* banner-section - start
================================================== */
.banner-section {
  width: 100%;
  position: relative;
  /* banner-content - satrt */
  /* banner-content - end */ }
  .banner-section .banner-content {
    padding-top: 417px;
    padding-bottom: 230px; }
    .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: 90px;
      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 .banner-content .btns-group > ul > li > .custom-btn {
        width: 100%;
        display: block; }
  .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
================================================== */
/* 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 .serial-number {
        top: -10px;
        right: 20px;
        z-index: -1;
        color: #f6f6ff;
        font-size: 200px;
        position: absolute;
        font-weight: 700;
        -webkit-transition: all .55s ease-in-out;
        -o-transition: all .55s ease-in-out;
        transition: all .55s 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; }
      .feature-section .feature-carousel .item .feature-item .details-btn {
        color: #53585f;
        font-weight: 700;
        text-transform: uppercase; }
        .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.9); }
        .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: 1;
      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; }
      .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: 1;
      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 16px 32px 0px rgba(215, 216, 255, 0.3);
        box-shadow: 0px 16px 32px 0px rgba(215, 216, 255, 0.3); }
    .working-processor-section .processor-circle .processor-item-1 {
      top: 50%;
      left: -28.5%;
      -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 {
      left: 50%;
      top: -15%;
      -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: -26%;
      -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: -14%;
      -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 - 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 .icon {
      width: 120px;
      height: 120px;
      font-size: 54px;
      line-height: 120px;
      text-align: center;
      border-radius: 100%; }
    .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 Free"; }
      .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 16px 32px 0px rgba(215, 216, 255, 0.3);
      box-shadow: 0px 16px 32px 0px rgba(215, 216, 255, 0.3); }
      .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: 50px;
  overflow: hidden;
  position: relative;
  border: 2px solid #e4e5ff;
  background-color: #ffffff; }
  .testimonial-section .item:before {
    top: 30px;
    right: 30px;
    z-index: -1;
    color: #f5f6ff;
    line-height: 1;
    content: '\f10d';
    font-size: 142px;
    font-weight: 900;
    position: absolute;
    font-family: "Font Awesome 5 Free"; }
  .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: 5px; }
    .testimonial-section .item .testimonial-hero .hero-info .hero-title {
      font-size: 14px;
      letter-spacing: 2px;
      color: #ff4d1c;
      font-weight: 500;
      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 {
  padding: 270px 0px; }
  .home-page-2 .banner-section .banner-content .sub-title {
    color: #ff4d1c; }
  .home-page-2 .banner-section .banner-content .title-text {
    color: #0d0e25; }

/* 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 30px; }
    .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(215, 216, 255, 0.2);
  box-shadow: 0px 16px 32px 0px rgba(215, 216, 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;
      font-size: 16px;
      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
================================================== */
.service-section .service-item-list > ul {
  width: 100%;
  display: table;
  position: relative; }
  .service-section .service-item-list > ul:before {
    top: 50%;
    left: 0px;
    right: 0px;
    z-index: 2;
    content: '';
    height: 2px;
    width: 100%;
    position: absolute;
    background-color: #d9e3ff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .service-section .service-item-list > ul > li {
    width: 33.333%;
    border-right: 2px solid #d9e3ff; }
    .service-section .service-item-list > ul > li:nth-child(3n+0) {
      border-right: none; }

.service-section .service-item-rounded {
  z-index: 1;
  padding: 50px;
  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 40px;
    -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 .title-link {
    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 .title-link {
      color: #ffffff; }

.service-section .service-item-rounded.bg-default-yellow:hover {
  -webkit-box-shadow: 0px 16px 32px 0px rgba(247, 198, 5, 0.4);
  box-shadow: 0px 16px 32px 0px rgba(247, 198, 5, 0.4);
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01); }

.service-section .service-item-rounded.bg-default-orange:hover {
  -webkit-box-shadow: 0px 16px 32px 0px rgba(255, 77, 28, 0.4);
  box-shadow: 0px 16px 32px 0px rgba(255, 77, 28, 0.4);
  -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 16px 32px 0px rgba(0, 147, 38, 0.4);
  box-shadow: 0px 16px 32px 0px rgba(0, 147, 38, 0.4);
  -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 16px 32px 0px rgba(0, 108, 255, 0.4);
  box-shadow: 0px 16px 32px 0px rgba(0, 108, 255, 0.4);
  -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 16px 32px 0px rgba(146, 39, 255, 0.4);
  box-shadow: 0px 16px 32px 0px rgba(146, 39, 255, 0.4);
  -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 16px 32px 0px rgba(12, 255, 132, 0.4);
  box-shadow: 0px 16px 32px 0px rgba(12, 255, 132, 0.4);
  -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; }
    .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 16px 32px 0px rgba(215, 216, 255, 0.3);
          box-shadow: 0px 16px 32px 0px rgba(215, 216, 255, 0.3); }
        .working-processor-section .processor-step > ul > li .step-item .title-text {
          width: 100%;
          font-size: 16px;
          color: #0d0e25;
          font-weight: 600;
          text-transform: uppercase; }

.working-processor-section .work-item .title-text {
  font-size: 34px;
  margin-bottom: 40px; }

.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: 2px solid #e4e5ff; }
  .blog-section .recent-post > ul > li {
    margin-bottom: 18px;
    padding-bottom: 18px;
    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 .title-link {
      font-size: 20px;
      line-height: 30px;
      font-weight: 700;
      color: #0d0e25;
      font-family: "Raleway", sans-serif; }
      .blog-section .recent-post > ul > li .post-item .item-title .title-link:hover {
        color: #ff4d1c; }

/* blog-section - end
================================================== */
/* home page 2 - end
==================================================================================================== */
/* 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 16px 32px 0px rgba(255, 77, 28, 0.2);
        box-shadow: 0px 16px 32px 0px rgba(255, 77, 28, 0.2); }
        .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: pulseanim 2.5s infinite cubic-bezier(0.4, 0, 1, 1) both;
          animation: pulseanim 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;
  line-height: 28px; }

/* 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: 40px;
    margin-top: 30px;
    background-color: #ffffff; }
    .manager-section .manager-content .future-plan-item .icon {
      font-size: 72px;
      margin-bottom: 30px; }
    .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 16px 32px 0px rgba(215, 216, 255, 0.3);
      box-shadow: 0px 16px 32px 0px rgba(215, 216, 255, 0.3); }
    .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: 100px;
    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 {
  /* 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 3px 30px 1px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 3px 30px 1px rgba(0, 0, 0, 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: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: auto;
    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: 30px;
          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 p {
    font-size: 16px;
    line-height: 28px; }
  .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
================================================== */
/* 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: 48px;
      position: relative; }
      .casestudy-section .casestudy-grid-item .casestudy-content .post-category {
        top: -18px;
        left: 30px;
        z-index: 1;
        width: auto;
        height: 36px;
        font-size: 12px;
        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 .title-link {
        font-size: 26px;
        line-height: 30px;
        font-weight: 700;
        color: #0d0e25;
        font-family: "Raleway", sans-serif;
        text-transform: capitalize; }
        .casestudy-section .casestudy-grid-item .casestudy-content .casestudy-title .title-link:hover {
          color: #ff4d1c; }
      .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: 1.5px;
          font-size: 12px;
          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 Free'; }
        .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; }

/* 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 .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 .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: 100px; }
    .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 Free'; }
  .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: 70px; }
  .blog-section .blog-item-big,
  .blog-section .blog-grid-item {
    margin-top: 30px;
    border: 1px solid #e4e5ff;
    -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: 40px;
      padding-top: 48px;
      position: relative; }
      .blog-section .blog-item-big .blog-content .post-category,
      .blog-section .blog-grid-item .blog-content .post-category {
        top: -18px;
        left: 40px;
        z-index: 1;
        width: auto;
        height: 36px;
        font-size: 12px;
        line-height: 38px;
        padding: 0px 20px;
        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 .title-link,
      .blog-section .blog-grid-item .blog-content .blog-title .title-link {
        font-size: 20px;
        line-height: 30px;
        color: #0d0e25;
        font-weight: 800;
        font-family: "Raleway", sans-serif;
        text-transform: capitalize; }
        .blog-section .blog-item-big .blog-content .blog-title .title-link:hover,
        .blog-section .blog-grid-item .blog-content .blog-title .title-link:hover {
          color: #ff4d1c; }
    .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: 30px; }
    .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: #ffffff;
          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 .blog-title .title-link {
        font-size: 32px;
        line-height: 42px; }
    .blog-section .blog-item-big:hover .owl-theme .owl-nav {
      margin: 0px; }
      .blog-section .blog-item-big:hover .owl-theme .owl-nav .owl-prev {
        left: -20px; }
        .blog-section .blog-item-big:hover .owl-theme .owl-nav .owl-prev:before {
          background-color: #0d0e25; }
      .blog-section .blog-item-big:hover .owl-theme .owl-nav .owl-next {
        right: -20px; }
        .blog-section .blog-item-big:hover .owl-theme .owl-nav .owl-next:before {
          background-color: #0d0e25; }
  .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 .title-link {
        font-size: 24px;
        line-height: 36px;
        position: relative;
        padding-left: 100px; }
        .blog-section .blog-item-big.blog-quote-item .blog-content .blog-title .title-link: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 Free"; }
  .blog-section .blog-item-big > iframe {
    width: 100%;
    border: none;
    height: 170px; }

/* blog page - end
==================================================================================================== */
/* blog details page - start
==================================================================================================== */
.blog-details-section .details-content {
  padding: 60px;
  border: 2px solid #e4e5ff;
  /* 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-title {
    line-height: 44px; }
  .blog-details-section .details-content blockquote {
    padding: 30px 40px;
    padding-left: 90px;
    background-color: #f0f1ff; }
    .blog-details-section .details-content blockquote p {
      font-size: 16px;
      position: relative; }
      .blog-details-section .details-content blockquote p:before {
        top: 50%;
        left: -60px;
        font-size: 36px;
        content: '\f10d';
        font-weight: 900;
        position: absolute;
        color: #f7c605;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-family: 'Font Awesome 5 Free'; }
    .blog-details-section .details-content blockquote .blockquote-footer {
      font-weight: 700;
      color: #0d0e25;
      text-transform: capitalize; }
  .blog-details-section .details-content .tag-share-links {
    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 {
    padding-bottom: 30px;
    border-bottom: 1px solid #e4e5ff; }
    .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: 5px;
          color: #53585f;
          font-weight: 600;
          text-transform: uppercase; }
        .blog-details-section .details-content .other-posts-filter .other-post .post-link .post-title {
          font-size: 18px;
          color: #0d0e25;
          font-family: "Raleway", sans-serif; }
  .blog-details-section .details-content .post-avatar {
    margin-top: 100px;
    padding: 50px 40px;
    background-color: #f3f1ff; }
    .blog-details-section .details-content .post-avatar .hero-image {
      z-index: 1;
      width: 100px;
      height: 100px;
      overflow: hidden;
      margin-top: -100px;
      border-radius: 100%;
      margin-bottom: 40px;
      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 {
    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: table;
        padding-left: 30px;
        position: relative; }
        .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; }
          .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%;
          word-spacing: 3px;
          letter-spacing: 2px;
          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: 55px;
    margin-top: 30px;
    border: 2px solid #e3e3e3;
    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 {
      position: relative;
      padding-left: 12px;
      padding-right: 15px;
      font-weight: 700;
      color: #53585f;
      text-transform: capitalize; }
      .service-section .service-bordered-item .details-btn:after, .service-section .service-bordered-item .details-btn:before {
        top: 1.5px;
        font-size: 12px;
        font-weight: 900;
        content: '\f054';
        position: absolute;
        line-height: normal;
        color: #53585f;
        -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 Free'; }
      .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 3px 60px 1px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 3px 60px 1px rgba(0, 0, 0, 0.1); }

/* service page - end
==================================================================================================== */
/* pricing page - start
==================================================================================================== */
.pricing-section {
  z-index: 1;
  position: relative;
  padding-bottom: 430px; }
  .pricing-section .overlay-navyblue {
    background-color: rgba(13, 14, 37, 0.8); }
  .pricing-section .section-title .sec-title-text,
  .pricing-section .section-title .sec-subtitle-text {
    color: #ffffff; }
  .pricing-section .pricing-plan-item {
    margin-top: 30px;
    position: relative;
    padding: 70px 30px;
    padding-bottom: 50px;
    margin-bottom: -430px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 16px 32px 0px rgba(215, 216, 255, 0.3);
    box-shadow: 0px 16px 32px 0px rgba(215, 216, 255, 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 {
      margin-bottom: 60px; }
      .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 .btn-bg {
      border-radius: 0px; }

/* 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(215, 216, 255, 0.3);
  box-shadow: 0px 8px 16px 0px rgba(215, 216, 255, 0.3); }
  .contact-info-item .icon {
    width: 100px;
    height: 100px;
    font-size: 36px;
    color: #ffffff;
    text-align: center;
    line-height: 100px;
    border-radius: 100%;
    margin-bottom: 40px; }
  .contact-info-item .icon.bg-default-yellow {
    -webkit-box-shadow: 0px 5px 8px 1px rgba(247, 198, 5, 0.2);
    box-shadow: 0px 5px 8px 1px rgba(247, 198, 5, 0.2); }
  .contact-info-item .icon.bg-default-orange {
    -webkit-box-shadow: 0px 5px 8px 1px rgba(255, 77, 28, 0.2);
    box-shadow: 0px 5px 8px 1px rgba(255, 77, 28, 0.2); }
  .contact-info-item .icon.bg-default-green {
    -webkit-box-shadow: 0px 5px 8px 1px rgba(0, 147, 38, 0.2);
    box-shadow: 0px 5px 8px 1px rgba(0, 147, 38, 0.2); }
  .contact-info-item .title-text {
    font-size: 30px;
    font-weight: 700; }
  .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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff; }
  .error-section .error-content {
    margin: auto; }
    .error-section .error-content .error-image {
      width: 60%;
      display: table;
      margin: 0 auto; }
    .error-section .error-content .title-text {
      font-size: 80px; }
    .error-section .error-content .sub-title {
      font-size: 18px; }
    .error-section .error-content .btns-group > ul > li {
      margin-right: 20px; }
      .error-section .error-content .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: 1440px)
*	2 - media screen and (max-width: 1199px)
*	3 - media screen and (max-width: 991px)
*	4 - media screen and (max-width: 767px)
*	5 - media screen and (max-width: 680px)
*	6 - media screen and (max-width: 480px)
*	7 - media screen and (max-width: 320px)
================================================== */
/*  ====================================================================================================
1 - media screen and (max-width: 1440px) - start
==================================================================================================== */
@media screen and (max-width: 1440px) {
  /* home 1 page - start */
  .banner-section .animate-img.img-1 {
    top: 250px;
    width: 100px; }
  .banner-section .animate-img.img-3 {
    left: 15%; }
  .banner-section .animate-img.img-6 {
    top: 300px;
    width: 130px; }
  /* home 1 page - end */
  /* home 2 page - start */
  .home-page-2 .banner-section .banner-content {
    padding-top: 100px;
    padding-bottom: 200px; }
  /* home 2 page - end */
  /* portfolio details page - start */
  .casestudy-section .owl-theme .owl-nav .owl-prev {
    left: -80px; }
  .casestudy-section .owl-theme .owl-nav .owl-next {
    right: -80px; }
  /* portfolio details page - end */
  /* 404 error page - start */
  .error-section .error-content .error-image {
    width: 50%; }
  .error-section .error-content .title-text {
    font-size: 54px;
    margin-bottom: 30px; }
  /* 404 error page - end */
  /* ----- page - start */
  /* ----- page - end */ }

/* ====================================================================================================
1 - media screen and (max-width: 1440px) - end
==================================================================================================== */
/*  ====================================================================================================
2 - media screen and (max-width: 1199px) - start
==================================================================================================== */
@media screen and (max-width: 1199px) {
  /* global reset - start */
  .section-title .sec-title-text {
    font-size: 48px; }
  /* global reset - end */
  /* header section - start */
  .header-section .default-header .header-top .contact-info > ul > li {
    margin-right: 30px; }
  .header-section .secondary-header .main-menubar > ul > li > a {
    padding: 10px 15px; }
  /* header section - end */
  /* breadcrumb section - start */
  .breadcrumb-section .breadcrumb-content .breadcrumb-title .big-title {
    font-size: 80px; }
  /* breadcrumb section - end */
  /* sidebar section - start */
  .sidebar-section .instagram-post > ul > li {
    height: 60px; }
  .sidebar-section .news-feeds ul li .item-content .item-title {
    font-size: 14px; }
  /* sidebar section - end */
  /* funfact section - start */
  .funfact-section .counter-item .counter-text {
    font-size: 80px; }
  /* funfact section - end */
  /* about page - start */
  .manager-section .manager-content .future-plan-item {
    padding: 25px; }
  /* about page - end */
  /* team page - start */
  .team-section .team-grid-item .member-info {
    padding: 30px 20px; }
  .portfolio-section .portfolio-items-list > ul > li .action-btns-group > li {
    width: 50px;
    height: 50px; }
  .portfolio-section .portfolio-items-list > ul > li .action-btns-group > li > a {
    font-size: 18px;
    line-height: 50px; }
  /* team page - end */
  /* portfolio page - start */
  .portfolio-section .portfolio-tab-nav > ul > li {
    text-align: center; }
  .portfolio-section .portfolio-tab-nav > ul > li > a .icon {
    float: none;
    display: table;
    margin: 0 auto 20px; }
  .funfact-section .counter-item .circle-progress .percentage-text {
    font-size: 24px; }
  /* portfolio page - end */
  /* portfolio details page - start */
  .portfolio-details-section .user-description {
    padding: 45px;
    border: 5px solid #f4f9fc; }
  .casestudy-section .owl-theme .owl-nav {
    margin-top: 70px; }
  .casestudy-section .owl-theme .owl-nav .owl-next,
  .casestudy-section .owl-theme .owl-nav .owl-prev {
    position: -webkit-sticky;
    position: sticky;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    margin-right: 15px; }
  .casestudy-section .owl-theme .owl-nav .owl-next {
    margin-right: 0px; }
  .casestudy-section .casestudy-grid-item .casestudy-content {
    padding: 30px;
    padding-top: 38px; }
  /* portfolio details page - end */
  /* blog page - start */
  .blog-section .blog-item-big .blog-content, .blog-section .blog-grid-item .blog-content {
    padding: 30px;
    padding-top: 38px; }
  .blog-section .blog-grid-item .blog-content .blog-title .title-link {
    font-size: 18px; }
  .blog-section .blog-item-big .blog-content .blog-title .title-link {
    font-size: 24px;
    line-height: 36px; }
  .blog-section .blog-item-big:hover .owl-theme .owl-nav .owl-prev {
    left: 30px; }
  .blog-section .blog-item-big:hover .owl-theme .owl-nav .owl-next {
    right: 30px; }
  /* blog page - end */
  /* blog details page - start */
  .blog-details-section .details-content .blog-title {
    font-size: 24px;
    line-height: 36px; }
  .blog-details-section .details-content .tag-share-links .tag-links > ul > li {
    margin-right: 10px; }
  .blog-details-section .details-content .tag-share-links .tag-links > ul > li > a {
    height: 40px;
    line-height: 38px; }
  .blog-details-section .details-content .other-posts-filter .other-post .post-link .post-title {
    font-size: 16px; }
  /* blog details page - end */
  /* service page - start */
  .service-section .service-bordered-item {
    padding: 30px; }
  .service-section .service-bordered-item .service-title {
    font-size: 24px; }
  /* service page - end */
  /* home 1 page - start */
  .banner-section .banner-content .title-text {
    font-size: 72px; }
  .service-section .service-grid-item {
    padding: 40px 25px; }
  .service-section .service-grid-item .service-title {
    font-size: 20px; }
  /* home 1 page - end */
  /* home 2 page - start */
  .home-page-2 .banner-section .banner-content {
    padding: 200px 0px; }
  .feature-section .quote-form {
    margin-top: 0px; }
  .feature-section .feature-item-2 .icon {
    float: none;
    display: table;
    margin-bottom: 20px; }
  .feature-section .feature-item-2 .feature-content {
    width: 100%;
    padding: 0px;
    display: table; }
  .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 .title-link {
    font-weight: 700;
    color: #0d0e25;
    font-family: "Raleway", sans-serif; }
  .service-section .service-item-rounded:hover {
    color: #0d0e25;
    -webkit-transform: unset !important;
    -ms-transform: unset !important;
    transform: unset !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
    .service-section .service-item-rounded:hover .service-title .title-link {
      color: #0d0e25; }
  .service-section .service-item-rounded {
    padding: 30px; }
  .service-section .service-item-rounded .service-title .title-link {
    font-size: 20px; }
  .service-section .service-item-rounded {
    background-color: #ffffff; }
  .service-section .service-item-rounded:before {
    display: none; }
  .service-section .service-item-list > ul > li {
    border: none; }
  .service-section .service-item-list > ul:before {
    display: none; }
  .blog-section .recent-post > ul > li .post-item .item-title .title-link {
    font-size: 16px;
    line-height: 28px; }
  .blog-section .recent-post {
    padding: 30px; }
  .blog-section .recent-post > ul > li {
    margin-bottom: 15px;
    padding-bottom: 15px; }
    .blog-section .recent-post > ul > li:last-child {
      margin-bottom: 0px;
      padding-bottom: 0px; }
  /* home 2 page - end */ }

/* ====================================================================================================
2 - media screen and (max-width: 1199px) - end
==================================================================================================== */
/* ====================================================================================================
3 - media screen and (max-width: 991px) - start --->>>for medium device
==================================================================================================== */
@media screen and (max-width: 991px) {
  /* global reset - start */
  .sec-ptb-140 {
    padding: 100px 0px; }
  /* global reset - end */
  /* header section - start */
  .header-section .default-header .header-top {
    display: none; }
  .header-section .default-header .header-bottom .main-menubar .brand-logo {
    margin: 0px;
    display: table; }
  .header-section .default-header .header-bottom .main-menubar > ul {
    display: none; }
  .header-section.sticky-header,
  .header-section.sticky-header.stuck {
    top: 0px;
    left: 0px;
    right: 0px;
    margin: 0px;
    position: fixed;
    padding: 30px 0px; }
  .header-section.sticky-header.stuck {
    padding: 20px 0px; }
  .header-section .default-header .header-bottom .btns-group {
    padding: 0px; }
  .header-section .default-header .header-bottom .top-line {
    border: none; }
  .header-section .default-header .header-bottom .btns-group > ul .action-btn.mobile-menu-btn {
    display: inline-block; }
  .header-section .secondary-header .contact-info,
  .header-section .secondary-header .main-menubar {
    display: none; }
  .header-section .secondary-header .mobile-menu-btn {
    top: 50%;
    right: 15px;
    display: block;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  /* header section - end */
  /* footer section - start */
  .footer-section .brand-logo,
  .footer-section .useful-links {
    margin-bottom: 60px; }
  /* footer section - end */
  /* breadcrumb section - start */
  .breadcrumb-section .breadcrumb-content {
    padding-top: 210px;
    text-align: center;
    padding-bottom: 150px; }
  .breadcrumb-section .breadcrumb-content .breadcrumb-menu > ul {
    float: none;
    display: table;
    margin: 30px auto 0px; }
  .breadcrumb-section .breadcrumb-content .breadcrumb-menu > ul > li {
    font-size: 14px;
    letter-spacing: 0px; }
  .breadcrumb-section .breadcrumb-content .breadcrumb-menu > ul > li > a {
    font-size: 14px;
    letter-spacing: 0px; }
  /* breadcrumb section - end */
  /* funfact section - start */
  .funfact-section .counter-item {
    margin-top: 60px; }
  .funfact-section .overlay-navyblue {
    padding-top: 40px; }
  /* funfact section - end */
  /* about page - start */
  .about-section .about-image-masonry .grid-item {
    padding: 15px;
    height: auto; }
  .about-section .about-content {
    margin-top: 30px;
    text-align: center; }
  .about-section .about-content p {
    font-size: 14px;
    line-height: 26px; }
  .manager-section .manager-content {
    text-align: center; }
  .manager-section .manager-content .future-plan-item {
    margin-bottom: 30px; }
  /* about page - end */
  /* team page - start */
  .team-section .team-tab-nav > ul {
    padding-bottom: 15px; }
  .team-section .team-tab-nav > ul > li > a {
    font-size: 14px;
    padding-bottom: 0px; }
  .team-section .team-tab-nav > ul > li > .active:before {
    display: none; }
  .calltoaction-section {
    text-align: center; }
  .calltoaction-section .quote-btn {
    margin-top: 30px;
    text-align: center !important; }
  .portfolio-section .portfolio-items-list > ul > li {
    width: 50%; }
  /* team page - end */
  /* portfolio page - start */
  .portfolio-section .portfolio-tab-nav > ul > li > a .title-text {
    font-size: 18px;
    margin: 5px 0px;
    color: #0d0e25;
    font-family: "Raleway", sans-serif; }
  .portfolio-section .tab-content .tab-pane .item-content {
    text-align: center; }
  .portfolio-section .tab-content .tab-pane .item-content p {
    font-size: 14px;
    line-height: 26px; }
  .portfolio-section .tab-content .tab-pane .image-container {
    margin-top: 30px; }
  /* portfolio page - end */
  /* portfolio details page - start */
  .portfolio-details-section .user-description {
    margin-top: 70px; }
  .portfolio-details-section .other-posts-filter .other-post .post-link .post-title {
    font-size: 20px; }
  /* portfolio details page - end */
  /* blog page - start */
  .blog-section .blog-grid-item {
    width: 360px;
    margin: 30px auto 0px; }
  .blog-section .blog-item-big.blog-quote-item .blog-content .blog-title .title-link {
    padding-left: 0px; }
  .blog-section .blog-item-big.blog-quote-item {
    margin-top: 60px; }
  .blog-section .blog-item-big.blog-quote-item .blog-content .blog-title .title-link:before {
    top: -110px;
    width: 60px;
    height: 60px;
    font-size: 24px;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    line-height: 58px;
    text-align: center;
    border-radius: 100%;
    border: 1px solid #e4e5ff;
    background-color: #ffffff; }
  .blog-section .sidebar-section,
  .blog-details-section .sidebar-section {
    margin-top: 70px; }
  /* blog page - end */
  /* pricing page - start */
  .portfolio-section .tab-content .tab-pane .item-content {
    margin-top: 30px; }
  .portfolio-section .tab-content .tab-pane .item-content .video-content .video-link {
    float: none;
    display: table;
    margin: 0 auto 30px; }
  .pricing-section {
    padding-bottom: 0px; }
  .pricing-section .pricing-plan-item {
    width: 370px;
    margin: 30px auto 0px; }
  .pricing-section .overlay-navyblue {
    padding: 100px 0px !important; }
  /* pricing page - end */
  /* contact page - start */
  .contact-info-item {
    width: 350px;
    display: table;
    margin: 30px auto 0px; }
  /* contact page - end */
  /* shop page - start */
  .shop-section .filter-bar .form-items-group > ul,
  .shop-section .filter-bar .layout-btns-group > ul {
    float: none;
    padding: 0px;
    display: table;
    margin: 30px auto 0px; }
  .shop-section .filter-bar .layout-btns-group > ul {
    margin-top: 0px; }
  /* shop page - end */
  /* home 1 page - start */
  .banner-section .animate-img {
    display: none; }
  .banner-section .banner-content {
    padding-top: 200px;
    padding-bottom: 100px; }
  .feature-section .feature-carousel .item .feature-item .feature-title {
    font-size: 20px;
    margin-bottom: 20px; }
  .working-processor-section .processor-circle {
    width: 400px;
    height: 400px; }
  .working-processor-section {
    padding-bottom: 250px; }
  .working-processor-section .processor-circle .processor-item-1 {
    left: -33%; }
  .working-processor-section .processor-circle .processor-item-2 {
    top: -18%; }
  .working-processor-section .processor-circle .processor-item-3 {
    right: -30%; }
  .working-processor-section .processor-circle .processor-item-4 {
    bottom: -18%; }
  .testimonial-section .item {
    padding: 30px; }
  /* home 1 page - end */
  /* home 2 page - start */
  .feature-section .quote-form {
    margin-top: 60px; }
  .service-section .service-item-list > ul > li {
    width: 50%; }
  .home-page-2 .working-processor-section .circle-center {
    width: 250px;
    height: 250px;
    display: table;
    position: static;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    margin: 60px auto; }
  .working-processor-section .work-item {
    text-align: center; }
    .working-processor-section .work-item .title-text {
      font-size: 24px;
      margin-bottom: 20px; }
  .portfolio-section .owl-theme .owl-nav {
    position: static;
    margin-top: 70px; }
  .funfact-section .overlay-white {
    padding-top: 40px; }
  .blog-section .recent-post {
    width: 360px;
    margin: 30px auto 0px; }
  /* home 2 page - end */ }

/* ====================================================================================================
3 - media screen and (max-width: 991px) - end --->>>for medium device
==================================================================================================== */
/* ====================================================================================================
4 - media screen and (max-width: 767px) - start --->>>For Mobile Device
==================================================================================================== */
/* ====================================================================================================
4 - media screen and (max-width: 767px) - end --->>>For Mobile Device
==================================================================================================== */
/* ====================================================================================================
5 - media screen and (max-width: 680px) - start
==================================================================================================== */
@media screen and (max-width: 580px) {
  /* global reset - start */
  .section-title .sec-subtitle-text {
    padding: 0px;
    font-size: 14px;
    word-spacing: 0px;
    letter-spacing: 0px; }
  .section-title .sec-subtitle-text:after,
  .section-title .sec-subtitle-text:before {
    display: none; }
  .section-title .sec-title-text {
    font-size: 30px; }
  .custom-btn .btn-bg {
    height: 50px;
    font-size: 12px;
    padding: 0px 35px;
    line-height: 48px;
    word-spacing: 0px;
    letter-spacing: 0px; }
  .backtotop {
    width: 40px;
    height: 40px; }
  .backtotop .scroll {
    font-size: 24px;
    line-height: 42px; }
  .pagination > ul > li {
    margin: 5px; }
  .pagination > ul > li > a {
    width: 50px;
    height: 50px;
    font-size: 16px;
    line-height: 54px; }
  .home-page-2 {
    padding-top: 102px; }
  /* global reset - end */
  /* header section - start */
  .header-section .default-header .header-bottom .main-menubar .brand-logo {
    max-width: 130px; }
  .header-section .default-header .header-bottom .btns-group {
    float: right;
    position: relative;
    margin-top: -38px; }
  .header-section .secondary-header .brand-logo {
    float: left;
    max-width: 170px; }
  /* header section - end */
  /* home 1 page - start */
  .banner-section .banner-content .title-text {
    font-size: 36px;
    margin-bottom: 30px; }
  .banner-section .banner-content .sub-title {
    font-size: 14px;
    word-spacing: 2px; }
  .banner-section .banner-content {
    padding-top: 150px;
    padding-bottom: 80px; }
  .working-processor-section .processor-circle:before {
    display: none; }
  .working-processor-section .processor-circle {
    width: 100%;
    border: none;
    height: auto; }
  .working-processor-section .processor-circle .processor-item {
    display: table;
    position: static;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    text-align: left;
    margin: 60px auto 0px; }
  .working-processor-section .processor-circle .processor-item-1 .serial-number,
  .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 .serial-number,
  .working-processor-section .processor-circle .processor-item-2 .serial-number {
    float: left;
    display: table;
    margin: -17px 0px;
    margin-right: 17px; }
  .working-processor-section .processor-circle .circle-center {
    position: static;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    display: table;
    margin: 0 auto 30px; }
  .working-processor-section {
    padding-bottom: 100px; }
  .working-processor-section .section-title {
    z-index: 2;
    position: relative;
    margin-bottom: 60px; }
  /* home 1 page - end */
  /* home 2 page - start */
  .home-page-2 .banner-section .banner-content {
    padding: 100px 0px;
    text-align: center; }
  .home-page-2 .banner-section .banner-content .btns-group > ul {
    display: table;
    margin: 0 auto; }
  /* home 2 page - end */ }

/* ====================================================================================================
5 - media screen and (max-width: 680px) - end
==================================================================================================== */
/* ====================================================================================================
6 - media screen and (max-width: 480px) - start
==================================================================================================== */
@media screen and (max-width: 480px) {
  /* header section - start */
  .header-section .default-header .header-bottom .btns-group > ul > li .main-search-body {
    right: -20px; }
  /* header section - end */
  /* footer section - start */
  .footer-section .photo-gallery {
    margin-bottom: 60px; }
  .footer-section .secondary-footer .footer-top .social-links > ul {
    float: none;
    display: table;
    margin: 0 auto; }
  /* footer section - end */
  /* breadcrumb section - start */
  .breadcrumb-section .breadcrumb-content .breadcrumb-title .big-title {
    font-size: 50px; }
  .breadcrumb-section .breadcrumb-content .breadcrumb-title .sub-title {
    font-size: 14px;
    word-spacing: 2px;
    letter-spacing: 0px; }
  .breadcrumb-section .breadcrumb-content {
    padding-top: 180px;
    padding-bottom: 100px; }
  /* breadcrumb section - end */
  /* sidebar section - start */
  .sidebar-section .sidebar-item .sidebar-title {
    font-size: 24px; }
  /* sidebar section - end */
  /* funfact section - start */
  .funfact-section .counter-item .icon {
    font-size: 60px; }
  .funfact-section .counter-item .counter-text {
    font-size: 60px; }
  .funfact-section .counter-item .counter-title {
    font-size: 14px; }
  /* funfact section - end */
  /* about page - start */
  .about-section .about-image-masonry .grid-item {
    width: 100%;
    height: auto; }
  .about-section .about-image-masonry .grid-item-width .image-container {
    padding-right: 0px; }
  .about-section .about-image-masonry .grid-item-width .image-container .home-btn {
    top: 50%;
    left: 50%;
    right: unset;
    width: 80px;
    height: 80px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .manager-section .manager-image .signature-image {
    width: 150px; }
  /* about page - end */
  /* team page - start */
  .team-section .team-tab-nav > ul {
    width: 100%;
    display: table;
    padding-bottom: 0px; }
  .team-section .team-tab-nav > ul > li {
    width: 50%;
    display: table;
    margin-bottom: 15px; }
  .team-section .team-grid-item .member-info .member-name {
    font-size: 20px; }
  .portfolio-section .portfolio-items-list > ul > li {
    width: 100%; }
  /* team page - end */
  /* portfolio page - start */
  .portfolio-section .portfolio-tab-nav > ul {
    width: 100%;
    display: table; }
  .portfolio-section .portfolio-tab-nav > ul > li {
    width: 100%;
    margin-bottom: 15px; }
  .portfolio-section .tab-content .tab-pane .item-content .video-content .video-link {
    float: none;
    margin: 0 auto 30px; }
  .portfolio-section .tab-content .tab-pane .item-content .video-content > p {
    width: 100%; }
  .portfolio-section .tab-content .tab-pane .image-container {
    width: 100%;
    height: auto;
    display: table; }
  /* portfolio page - end */
  /* portfolio details page - start */
  .portfolio-details-section .details-content-container .details-content .section-title .line-design.line-design-left {
    display: none; }
  .portfolio-details-section .details-content-container .details-content .section-title .sec-title-text {
    font-size: 36px; }
  .portfolio-details-section .details-content-container .details-content .section-title {
    margin-bottom: 30px; }
  .portfolio-details-section .details-content-container .item-details-image {
    margin-bottom: 30px; }
  .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%; }
  .portfolio-details-section .details-content-container .details-content .grid.more-details-image {
    margin-bottom: 30px; }
  .portfolio-details-section .other-posts-filter .more-btn {
    margin: 30px 0px; }
  /* portfolio details page - end */
  /* blog page - start */
  .blog-section .blog-grid-item {
    width: 100%; }
  .blog-section .blog-item-big .blog-content .blog-title .title-link {
    font-size: 18px;
    line-height: 28px; }
  .blog-section .blog-item-big.blog-quote-item .blog-content .blog-title .title-link {
    font-size: 18px;
    line-height: 28px; }
  /* blog page - end */
  /* blog details page - start */
  .blog-details-section .details-content {
    padding: 30px; }
  .blog-details-section .details-content .blog-title {
    font-size: 18px;
    line-height: 28px; }
  .blog-details-section .details-content blockquote {
    padding: 30px;
    padding-top: 50px; }
  .blog-details-section .details-content blockquote p:before {
    top: -80px;
    left: 0px;
    width: 60px;
    height: 60px;
    font-size: 24px;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    line-height: 60px;
    text-align: center;
    border-radius: 100%;
    background-color: #ffffff; }
  .blog-details-section .details-content blockquote p {
    font-size: 14px; }
  .blog-details-section .details-content .tag-share-links .title-text {
    font-size: 16px;
    margin-bottom: 15px; }
  .blog-details-section .details-content .tag-share-links .social-links {
    margin-top: 30px;
    text-align: left !important; }
    .blog-details-section .details-content .tag-share-links .social-links > ul {
      float: left; }
  .blog-details-section .details-content .other-posts-filter .more-btn {
    margin: 30px 0px; }
  .blog-details-section .details-content .post-avatar {
    padding: 50px 30px; }
  .blog-details-section .details-content .peoples-comment .comment-item .hero-image {
    float: none;
    display: table;
    margin-bottom: 20px; }
  .blog-details-section .details-content .peoples-comment .comment-item .hero-content {
    width: 100%;
    padding-left: 0px; }
  .blog-details-section .details-content .peoples-comment .comment-item .hero-content .reply-btn {
    position: static;
    margin-top: 20px; }
  .blog-details-section .details-content .leave-comment .comment-form {
    padding: 20px; }
  .blog-details-section .details-content {
    padding: 0px;
    border: none; }
  /* blog details page - end */
  /* pricing page - start */
  .pricing-section .pricing-plan-item {
    width: 100%; }
  .pricing-section .pricing-plan-item .icon {
    font-size: 72px; }
  .pricing-section .pricing-plan-item .amount-text {
    font-size: 90px; }
  /* pricing page - end */
  /* contact page - start */
  .contact-info-item {
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 40px 30px; }
  .contact-info-item .icon {
    width: 80px;
    height: 80px;
    font-size: 24px;
    line-height: 84px; }
  .contact-info-item .title-text {
    font-size: 24px; }
  .google-map {
    height: 300px;
    margin-top: 100px; }
  /* contact page - end */
  /* shop page - start */
  .shop-section .filter-bar .form-items-group > ul > li {
    margin: 0px;
    width: 100%;
    display: table;
    text-align: center;
    margin-bottom: 20px; }
    .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 .nice-select {
    width: 100%;
    display: table;
    margin: 0 auto;
    max-width: 100%;
    text-align: center; }
  .shop-section .filter-bar .form-items-group > ul > li .search-box input {
    width: 100%;
    margin: 0px; }
  .shop-section .product-grid-item .product-content .product-title {
    font-size: 20px; }
  /* shop page - end */
  /* 404 error page - start */
  .error-section .error-content .error-image {
    width: 80%; }
  .error-section .error-content .title-text {
    font-size: 36px; }
  .error-section .error-content .sub-title {
    font-size: 14px; }
  /* 404 error page - end */
  /* home 1 page - start */
  .feature-section .feature-carousel .item .feature-item {
    padding: 40px; }
  .feature-section .feature-carousel .item .feature-item .serial-number {
    font-size: 150px; }
  .client-section .client-logo-list > ul {
    display: table; }
  .client-section .client-logo-list > ul > li {
    width: 50%;
    height: 100px;
    margin-top: 60px;
    text-align: center; }
  .client-section .overlay-orange {
    padding-top: 40px; }
  /* home 1 page - end */
  /* home 2 page - start */
  .feature-section .feature-item-2 {
    text-align: center; }
  .feature-section .feature-item-2 .icon {
    margin: 0 auto 20px; }
  .feature-section .quote-form {
    padding: 0px;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .feature-section .quote-form .form-title {
    margin: 0px;
    height: auto;
    padding: 15px 30px;
    margin-bottom: 30px; }
  .feature-section .quote-form .form-title .title-text {
    margin: 0px;
    font-size: 24px;
    line-height: normal; }
  .faq-section .faq-accordion .card .card-header .card-link {
    padding: 20px; }
  .faq-section .faq-accordion .card .card-body {
    padding: 20px;
    padding-top: 0px; }
  .service-section .service-item-list > ul > li {
    width: 100%; }
  .intro-section {
    z-index: 2;
    position: relative;
    padding-bottom: 0px; }
  .intro-section .video-item {
    margin-bottom: 0px; }
  .intro-section .overlay-navyblue {
    padding-bottom: 100px !important; }
  .intro-section .video-item .video-link .icon {
    width: 60px;
    height: 60px;
    font-size: 18px;
    line-height: 64px; }
  .working-processor-section .processor-step > ul {
    display: table; }
  .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: 30px; }
  .working-processor-section .processor-step > ul > li .step-item .serial-number {
    margin-bottom: 20px; }
  .working-processor-section .processor-step {
    margin-bottom: 30px; }
  .blog-section .recent-post {
    width: 100%; }
  /* home 2 page - end */ }

/* ====================================================================================================
6 - media screen and (max-width: 480px) - end
==================================================================================================== */
/* ====================================================================================================
7 - media screen and (max-width: 320px) - start
==================================================================================================== */
@media screen and (max-width: 320px) {
  /* global reset - start */
  .social-links > ul > li {
    width: 40px;
    height: 40px;
    margin-right: 2px; }
  .section-title .sec-title-text {
    font-size: 24px; }
  .section-title .sec-subtitle-text {
    margin-bottom: 15px; }
  /* global reset - end */
  /* header section - start */
  .header-section .default-header .header-bottom .btns-group > ul > li {
    margin-right: 0; }
  .header-section .default-header .header-bottom .btns-group > ul > li .main-search-body {
    right: -39px;
    width: 280px; }
  .header-section .cart-sidebar-wrapper #cart-sidebar {
    right: -320px;
    min-width: 300px;
    max-width: 300px; }
  .header-section .cart-sidebar-wrapper #cart-sidebar.active {
    right: 0px; }
  /* header section - end */
  /* breadcrumb section - start */
  .breadcrumb-section .breadcrumb-content .breadcrumb-title .big-title {
    font-size: 42px; }
  /* breadcrumb section - end */
  /* sidebar section - start */
  .sidebar-section .news-feeds ul li .item-content .item-title {
    font-size: 12px; }
  .sidebar-section .banner-item .overlay-orange .banner-content .banner-text > .offer-text {
    font-size: 30px; }
  .sidebar-section .banner-item .overlay-orange .banner-content .banner-text {
    font-size: 36px; }
  /* sidebar section - end */
  /* team page - start */
  .team-section .team-tab-nav > ul > li {
    width: 100%;
    text-align: center; }
  .team-section .team-grid-item .member-info .member-name {
    font-size: 16px; }
  /* team page - end */
  /* portfolio page - start */
  .casestudy-section .casestudy-grid-item .casestudy-content {
    padding: 30px;
    padding-top: 38px; }
  .casestudy-section .casestudy-grid-item .casestudy-content .casestudy-title .title-link {
    font-size: 24px; }
  /* portfolio page - end */
  /* portfolio details page - start */
  .portfolio-details-section .user-description {
    padding: 30px;
    border: 3px solid #f4f9fc; }
  /* portfolio details page - end */
  /* blog page - start */
  .blog-section .blog-item-big .blog-content .blog-title .title-link,
  .blog-section .blog-grid-item .blog-content .blog-title .title-link,
  .blog-section .blog-item-big.blog-quote-item .blog-content .blog-title .title-link {
    font-size: 16px;
    line-height: 28px; }
  .blog-section .blog-item-big.blog-quote-item .blog-content .blog-title .title-link:before {
    top: -135px; }
  /* blog page - end */
  /* blog details page - start */
  .blog-details-section .details-content .blog-title {
    font-size: 16px; }
  .blog-details-section .details-content .tag-share-links .tag-links > ul > li > a {
    height: 40px;
    font-size: 12px;
    font-weight: 500;
    line-height: 38px;
    padding: 0px 10px;
    border: 1px solid #e4e5ff;
    text-transform: capitalize; }
  /* blog details page - end */
  /* service page - start */
  .service-section .service-bordered-item .service-title {
    font-size: 20px; }
  /* service page - end */
  /* home 1 page - start */
  .banner-section .banner-content .title-text {
    font-size: 30px; }
  .banner-section .banner-content .btns-group > ul > li {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 5px; }
    .banner-section .banner-content .btns-group > ul > li:last-child {
      margin-bottom: 0px; }
  .feature-section .feature-carousel .item .feature-item {
    padding: 30px; }
  .testimonial-section .item .testimonial-hero .hero-info .hero-name {
    font-size: 14px; }
  .testimonial-section .item .testimonial-hero .hero-info .hero-title {
    font-size: 14px;
    letter-spacing: 0px; }
  .client-section .client-logo-list > ul > li {
    width: 100%; }
  /* home 1 page - end */
  /* home 2 page - start */
  .service-section .service-item-rounded .service-title .title-link {
    margin: 0px;
    font-size: 18px; }
  .service-section .service-item-rounded .service-title {
    margin-bottom: 20px; }
  /* home 2 page - end */ }

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