/***************************************************************************************
    Template Name    : Fibonacci | Responsive Bootstrap 4.3.1 Portfolio Template
    Author           : ElseColor
    Version          : 1.0.0
    Created          : 2020
    File Description : Custom css file of the template
****************************************************************************************/
/* -------------------------------------------------------------------
   Base                               
   ------------------------ /
 * 01.Base
 * 02.Typography
 * 03.Helper Class
   ------------------------ /
   Components                               
   ------------------------ /
 * 04.Buttons  
 * 05.Animations 
 * 06.Form(Input, Comment)
 * 07.Pagination 
 * 08.Preloader
   ------------------------ /
   Layout                               
   ------------------------ /
 * 09.Header
 * 10.Hero
 * 11.About
 * 12.Experience
 * 13.Skills
 * 14.Counter
 * 15.Services
 * 16.Portfolio
 * 17.Testimonial
 * 18.Team
 * 19.Pricing
 * 20.Banner
 * 21.Latest Blog 
 * 22.Footer
 * 23.BreadCrumb 
   ------------------------ /
   Pages                               
   ------------------------ /
 * 24.Portfolio Single  
 * 25.Portfolio Full Width
 * 26.Blog Single 
 * 27.Blog Sidebar 
 * 28.Blog Grid
 * 29.Services
   ------------------------ /
   Home Layout                              
   ------------------------ /
 * 30.Home Slider
 * 31.Home Particles
 * 32.Home Page Youtube Video
 * 33.Home Glitch Img
------------------------------------------------------------------- */

.lazy
{
display:block;
width:100%;
}

.text-area
{
margin:30px 0;
}

h1.keyword{
    font-size: 10px !important;
    color: #fff !important;
    padding: 2px !important;
    margin: 2px !important;
}

h1.baslik{
    font-size: 18px !important;
    color: #fff !important;
    padding: 2px !important;
    margin: 2px !important;
}

@media screen and (max-width:768px) {
    #fixedNavbar > ul > li.nav-item.nav-btn-item > a.nav-btn
    {
        width: 100%;
        text-align: center;
    }
}


/* ---------------------------------------------------------------- */
/* 01.Base                               
/* ---------------------------------------------------------------- */
body, html {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #636b72;
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

::selection {
  background: #000;
  color: #fff;
}

a:link, a:hover, a:active, a:visited {
  text-decoration: none;
}

ul, ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

textarea, textarea:focus, input, input:focus, button, button:focus {
  outline: none;
  resize: inherit;
}

.contact-btn {
  border: none !important;
}

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

.recent-post-img-size {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.spinner {
  display: none;
}

.bg-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0, 0, .5);
}

.custom-font-size {
  font-size: 337px;
  color: #bcbcbc;
}

/* ---------------------------------------------------------------- */
/* 02.Typography                               
/* ---------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #000;
  text-transform: capitalize;
  margin: 0;
  line-height: 1.3;
}

h1, .h1 {
  font-size: 4rem;
}

h2, .h2 {
  font-size: 3.2rem;
}

h3, .h3 {
  font-size: 2.9rem;
}

h4, .h4 {
  font-size: 2.5rem;
}

h5, .h5 {
  font-size: 1.467rem;
}

h6, .h6 {
  font-size: 1.2rem;
}

p {
  line-height: 30px;
  margin: 0;
}

/* ---------------------------------------------------------------- */
/* 03.Helper Class                              
/* ---------------------------------------------------------------- */
.page-wrapper {
  overflow: hidden;
  position: relative;
}

.section {
  padding: 100px 0;
  overflow: hidden;
}

.section .section-heading {
  text-align: center;
  margin-bottom: 60px;
}

.section .section-heading .section-title {
  text-align: center;
  position: relative;
  padding: 0 0 15px;
  margin-bottom: 15px;
}

.section .section-heading .section-title:after, .section .section-heading .section-title:before {
  position: absolute;
  content: "";
  left: 50%;
  height: 3px;
  background: #ff5500;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section .section-heading .section-title:before {
  bottom: 0;
  width: 60px;
}

.section .section-heading .section-title:after {
  bottom: -6px;
  width: 30px;
}

.section .section-heading .section-title span {
  color: #ff5500;
  margin-left: 15px;
}

.section .section-heading .section-sub-title {
  text-align: center;
  font-size: 17px;
}

.inner-header-title {
  margin-bottom: 25px !important;
  position: relative;
  padding-bottom: 20px;
  display: block;
}

.inner-header-title:after, .inner-header-title:before {
  content: "";
  bottom: 0;
  left: 0;
  height: 2px;
  position: absolute;
  border-radius: 5px;
}

.inner-header-title:after {
  width: 100%;
  background: rgba(224, 224, 224, 0.5);
}

.inner-header-title:before {
  width: 60px;
  z-index: 36;
  background: #ff5500;
}

.flex-box-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.minus-30 {
  padding-bottom: 70px !important;
}

.minus-50 {
  padding-bottom: 50px !important;
}

.margin-top-30 {
  margin-top: 30px;
}

.round-item {
  border-radius: 5px;
}

.pb-minus-70 {
  padding-bottom: 70px;
}

.bg-light-grey {
  background: #f2f4fb;
}

.bg-jarallax-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #141414;
  opacity: 0.6;
}

.image-animate {
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  -webkit-animation: doorEffect 0.65s ease-in-out forwards;
          animation: doorEffect 0.65s ease-in-out forwards;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Extra small devices (portrait phones, less than 576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
  .section .section-heading .section-title {
    font-size: 2.7rem;
  }
}

/* ---------------------------------------------------------------- */
/* 04.Buttons                                                     
/* ---------------------------------------------------------------- */
.default-button, .outline-button {
  padding: 16px 40px;
  border-radius: 5px;
  letter-spacing: 0.5px;
  display: inline-block;
  text-transform: capitalize;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.default-button {
  background: #ff5500;
  color: #fff;
}

.default-button:hover {
  background: #e64d00;
  color: #fff;
  -webkit-animation: pulseOrange 1s 1 linear;
          animation: pulseOrange 1s 1 linear;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.outline-button {
  color: #ff5500;
  border: 2px solid transparent;
  padding: 14px 40px;
  background: #fff;
}

.outline-button:hover {
  border-color: #fff;
  background: transparent;
  color: #fff;
  -webkit-animation: pulseWhite 1s 1 linear forwards;
          animation: pulseWhite 1s 1 linear forwards;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.scroll-top-btn {
  position: fixed;
  right: 10px;
  bottom: 0;
  z-index: 100;
  width: 56px;
  height: 56px;
  line-height: 56px;
  border-radius: 5px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  background: #ff5500;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: #fff !important;
  -webkit-box-shadow: 0 0 0 0 #ff5500;
          box-shadow: 0 0 0 0 #ff5500;
  -webkit-animation: scrollPulse 2s infinite forwards;
          animation: scrollPulse 2s infinite forwards;
}

.scroll-top-btn.active {
  opacity: 1;
  bottom: 20px;
  visibility: visible;
}

.scroll-top-btn:hover {
  -webkit-animation: none;
          animation: none;
}

.down-scroll {
  font-size: 16px;
  border-radius: 5px;
  bottom: 15px;
  left: 50%;
  z-index: 15;
  width: 56px;
  height: 56px;
  line-height: 56px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
  color: #fff !important;
  background: #ff5500;
  position: absolute;
  text-align: center;
}

/* ---------------------------------------------------------------- */
/* 05.Animations                                                     
/* ---------------------------------------------------------------- */
@-webkit-keyframes stickyMenu {
  0% {
    margin-top: -120px;
    opacity: 0;
  }
  50% {
    margin-top: -64px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes stickyMenu {
  0% {
    margin-top: -120px;
    opacity: 0;
  }
  50% {
    margin-top: -64px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}

@-webkit-keyframes pulseOrange {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 85, 0, 0.4);
            box-shadow: 0 0 0 0 rgba(255, 85, 0, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 85, 0, 0);
            box-shadow: 0 0 0 20px rgba(255, 85, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 85, 0, 0);
            box-shadow: 0 0 0 0 rgba(255, 85, 0, 0);
  }
}

@keyframes pulseOrange {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 85, 0, 0.4);
            box-shadow: 0 0 0 0 rgba(255, 85, 0, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 85, 0, 0);
            box-shadow: 0 0 0 20px rgba(255, 85, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 85, 0, 0);
            box-shadow: 0 0 0 0 rgba(255, 85, 0, 0);
  }
}

@-webkit-keyframes pulseWhite {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulseWhite {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes scrollPulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 85, 0, 0.4);
            box-shadow: 0 0 0 0 rgba(255, 85, 0, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 85, 0, 0);
            box-shadow: 0 0 0 10px rgba(255, 85, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 85, 0, 0);
            box-shadow: 0 0 0 0 rgba(255, 85, 0, 0);
  }
}

@keyframes scrollPulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 85, 0, 0.4);
            box-shadow: 0 0 0 0 rgba(255, 85, 0, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 85, 0, 0);
            box-shadow: 0 0 0 10px rgba(255, 85, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 85, 0, 0);
            box-shadow: 0 0 0 0 rgba(255, 85, 0, 0);
  }
}

@-webkit-keyframes preLoader {
  0% {
    border-width: 10px;
  }
  25% {
    border-width: 3px;
  }
  50% {
    border-width: 10px;
    -webkit-transform: rotate(115deg);
            transform: rotate(115deg);
  }
  75% {
    border-width: 3px;
  }
  100% {
    border-width: 10px;
  }
}

@keyframes preLoader {
  0% {
    border-width: 10px;
  }
  25% {
    border-width: 3px;
  }
  50% {
    border-width: 10px;
    -webkit-transform: rotate(115deg);
            transform: rotate(115deg);
  }
  75% {
    border-width: 3px;
  }
  100% {
    border-width: 10px;
  }
}

/* ---------------------------------------------------------------- */
/* 06.Form(Input, Comment)                             
/* ---------------------------------------------------------------- */
.comments-wrap .comments-item {
  background: #fff;
  margin-top: 30px;
}

.comments-wrap .comments-item .comments-title {
  margin-bottom: 10px;
}

.comments-wrap .comments-item .comment-text {
  margin-bottom: 10px;
}

.comments-wrap .comments-item .comments-reply-btn {
  color: #ff5500;
  text-transform: capitalize;
  display: inline-block;
  font-weight: 500;
}

.comment-block-mt {
  margin-top: 30px;
}

.comment-form-group {
  position: relative;
}

.comment-form-group .comment-form-control {
  width: 100%;
  display: block;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 16px 20px;
  border: 1px solid #e0e0e0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.comment-form-group .comment-form-control:focus {
  border-color: #000;
}

.comment-form-group button {
  outline: none;
  border: none;
}

.form-group {
  position: relative;
}

.form-group .form-input {
  width: 100%;
  display: block;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 16px 16px 16px 40px;
  border: 1px solid #e0e0e0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.form-group .form-input:focus {
  border-color: #000;
}

.form-group span {
  position: absolute;
  top: 16px;
  left: 16px;
}

/* ---------------------------------------------------------------- */
/* 07.Pagination                              
/* ---------------------------------------------------------------- */
.pagination-wrap {
  margin-top: 50px;
}

.pagination-wrap .pagination-link {
  width: 42px;
  height: 42px;
  color: #000;
  line-height: 42px;
  margin-right: 3px;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border: 1px solid rgba(224, 224, 224, 0.5);
  background: #fff;
}

.pagination-wrap .pagination-link:hover, .pagination-wrap .pagination-link.active {
  background: #ff5500;
  color: #fff !important;
  border-color: transparent;
}

.pagination-wrap .pagination-link:last-child {
  margin-right: 0;
}

.pagination {
  margin-top: 50px;
}
.pagination .page-item.active .page-link,
.pagination .page-item:hover .page-link  {
  background: #ff5500;
  color: #fff !important;
  border-color: transparent;
}
.pagination .page-item {
  margin-right: 3px;
}
.pagination .page-item:last-child {
  margin-right: 0;
}
.pagination .page-link {
  width: 42px;
  height: 42px;
  padding: 0;
  color: #000;
  line-height: 42px;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  transition: all 0.25s ease;
  border: 1px solid rgba(224, 224, 224, 0.5);
  background: #fff;
}
.pagination .page-link:focus {
  box-shadow: none;
}
.pagination .page-link.active {
  background: #ff5500;
  color: #fff !important;
  border-color: transparent;
}

/* ---------------------------------------------------------------- */
/* 08.Preloader                            
/* ---------------------------------------------------------------- */
.preloader-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4444;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.preloader-wrap .preloader-inner {
  width: 70px;
  height: 35px;
  overflow: hidden;
  position: absolute;
  top: calc(50% - 17px);
  left: calc(50% - 35px);
}

.preloader-wrap .preloader-inner #loader {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-style: solid;
  border-top-color: #ff5500;
  border-right-color: #ff5500;
  border-left-color: transparent;
  border-bottom-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-animation: preLoader 3s ease-in-out infinite;
          animation: preLoader 3s ease-in-out infinite;
  -webkit-transform: rotate(-200deg);
          transform: rotate(-200deg);
}

/* ---------------------------------------------------------------- */
/* 09.Header                                                   
/* ---------------------------------------------------------------- */
.header {
  padding: 10px 0;
}

.header .nav-link {
  font-size: 13px;
  font-weight: 500;
  padding: 20px 15px !important;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  display: block;
  position: relative;
  color: #fff;
  line-height: 28px;
}

.header .nav-link.active::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background-color: #ff5500;
}

.header .nav-link:not(.active)::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  z-index: -7;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  background-color: #ff5500;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.header .nav-link:not(.active):hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}


.header .nav-btn-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
}

.header .nav-btn-item .nav-btn {
  padding: 10px 30px;
  border-radius: 5px;
  letter-spacing: 0.5px;
  display: inline-block;
  color: #fff;
  border: 2px solid #fff;
  background: transparent;
  text-transform: capitalize;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.header .nav-btn-item .nav-btn:hover {
  background: #fff;
  color: #ff5500;
}

.header .navbar-toggler {
  outline: none;
  border: none;
  border-radius: 0;
  padding: 0 10px 0 0;
}

.header .navbar-toggler .togler-icon-inner > span {
  height: 3px;
  margin: 5px;
  width: 30px;
  display: block;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header .navbar-toggler .togler-icon-inner > span:nth-child(2) {
  width: 20px !important;
  margin-left: auto;
}

.header .navbar-toggler .togler-icon-inner > span:last-child {
  margin-bottom: 0;
}

.header .navbar-toggler[aria-expanded="true"] .togler-icon-inner > span:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-5px, 6px);
          transform: rotate(-45deg) translate(-5px, 6px);
}

.header .navbar-toggler[aria-expanded="true"] .togler-icon-inner > span:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-5px, -6px);
          transform: rotate(45deg) translate(-5px, -6px);
}

.header .navbar-toggler[aria-expanded="true"] .togler-icon-inner > span:nth-child(2) {
  opacity: 0;
}

.header .navbar-brand {
  color: #fff;
  text-transform: capitalize;
  margin-right: 0;
  padding: 0;
}

.header .navbar-brand img {
  display: none;
}

.header .navbar-brand img.logo-transparent {
  display: block;
}

.header.header-shrink {
  padding: 0;
  background: #fff;
  -webkit-box-shadow: 0px 13px 35px -12px rgba(61, 82, 96, 0.2);
          box-shadow: 0px 13px 35px -12px rgba(61, 82, 96, 0.2);
  -webkit-animation: stickyMenu 0.7s ease-in-out;
          animation: stickyMenu 0.7s ease-in-out;
}

.header.header-shrink .nav-link {
  color: #000 !important;
}

.header.header-shrink .togler-icon-inner > span {
  background-color: #000;
}

.header.header-shrink .navbar-brand {
  color: #ff5500;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Medium devices (tablets, less than 992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  .header .container, .header, .header ul li {
    padding: 0;
  }
  .header .container {
    max-width: 100%;
  }
  .header .navbar-nav .nav-link {
    color: #000;
    padding: 11px 15px !important;
  }
  .header .navbar-nav .nav-link::after {
    display: none;
  }
  .header .main-menu {
    background: #fff;
  }
  .header .navbar-nav .nav-link:not(.active):hover, .header .navbar-nav .nav-link.active {
    background: #ff5500;
    color: #fff !important;
  }
  .header .navbar-brand {
    padding: 10px 0 10px 15px;
  }
  .header .nav-btn-item {
    padding: 11px 15px;
  }
  .header .nav-btn-item .nav-btn {
    color: #ff5500;
    border: 2px solid #ff5500;
    background: transparent;
    text-transform: capitalize;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
  }
  .header .nav-btn-item .nav-btn:hover {
    background: #ff5500;
    color: #fff;
  }
}

/* ---------------------------------------------------------------- */
/* 10.Hero                                                    
/* ---------------------------------------------------------------- */
.hero-section {
  position: relative;
  overflow: hidden;
  z-index: 35;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.hero-section:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -4;
  background: #141414;
  opacity: 0.5;
}

.hero-section .hero-section-inner .hero-title {
  margin-bottom: 20px;
  font-weight: 700;
  color: #ff5500;
}

.hero-section .hero-section-inner .hero-title span {
  color: #fff;
}

.hero-section .hero-section-inner .hero-text {
  font-size: 1.1rem;
  font-style: italic;
  margin-bottom: 30px;
  color: #fff;
  opacity: 0.8;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Medium devices (tablets, less than 992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  .hero-section {
    background-position: left;
  }
  .hero-section .hero-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero-section .hero-row .hero-section-inner {
    text-align: center;
  }
  .hero-section .hero-row .hero-section-inner .hero-title {
    font-size: 2.5rem;
    margin-bottom: 10px;
  }
}

/* ---------------------------------------------------------------- */
/* 11.About                             
/* ---------------------------------------------------------------- */
.about-inner .about-title {
  margin-bottom: 20px;
}

.about-inner .about-title b {
  color: #ff5500;
}

.about-inner .about-text, .about-inner .about-list {
  margin-bottom: 30px;
}

.about-inner .about-list > li {
  margin-bottom: 10px;
}

.about-inner .about-list > li > span {
  margin-left: 10px;
  text-align: left;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
}

.about-inner .about-list > li > span::before {
  content: ":";
  padding-right: 15px;
}

.about-inner .about-list > li > b {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-transform: capitalize;
  color: #000;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}

.about-inner .about-video-btn {
  background: #ff5500;
  height: 56px;
  width: 56px;
  line-height: 56px;
  border-radius: 5px;
  text-align: center;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  color: #fff;
}

.about-inner .about-video-btn:hover {
  background: #e64d00;
  color: #fff;
  -webkit-animation: pulseOrange 1s 1 linear;
          animation: pulseOrange 1s 1 linear;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.about-image-pattern {
  position: relative;
}

.about-image-pattern img {
  position: relative;
  z-index: 20;
}

.about-image-pattern:before {
  content: "";
  left: 50%;
  width: 90%;
  height: 60px;
  bottom: -20px;
  position: absolute;
  border-radius: 5px;
  background: #ff5500;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Medium devices (tablets, less than 992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  .about-image-pattern {
    display: none;
  }
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Extra small devices (portrait phones, less than 576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
  .about-inner .about-list li > span {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }
  .about-inner .about-list li > b {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}

/* ---------------------------------------------------------------- */
/* 12.Experience                            
/* ---------------------------------------------------------------- */
.resume-tab-content .experience-item {
  margin-bottom: 30px;
}

.resume-tab-content .experience-item .experience-item-inner {
  padding: 30px;
  position: relative;
  background: #fff;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -webkit-box-shadow: 0 10px 28px 0 rgba(61, 82, 96, 0.15);
          box-shadow: 0 10px 28px 0 rgba(61, 82, 96, 0.15);
}

.resume-tab-content .experience-item .experience-item-inner:hover {
  -webkit-box-shadow: 0 23px 49px 0 rgba(61, 82, 96, 0.15);
          box-shadow: 0 23px 49px 0 rgba(61, 82, 96, 0.15);
}

.resume-tab-content .experience-item .experience-item-inner .experience-item-header i {
  display: inline-block;
  height: 80px;
  width: 80px;
  text-align: center;
  font-size: 40px;
  line-height: 80px;
  border-radius: 5px;
  background: #ff5500;
  color: #fff;
  margin-bottom: 30px;
}

.resume-tab-content .experience-item .experience-item-inner .experience-item-body h5 {
  margin-bottom: 10px;
}

.resume-tab-content .experience-item .experience-item-inner .experience-item-body .experience-date {
  color: #ff5500;
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
}

.resume-tab-content .experience-item {
  margin-bottom: 30px;
}

.resume-tab-content.active {
  display: block;
}

.experience-line-border {
  height: 100%;
  position: relative;
}

.experience-line-border:after {
  content: "";
  height: 100%;
  top: 0;
  left: 50%;
  width: 3px;
  background: #ff5500;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.experience-line-border .experience-year-top, .experience-line-border .experience-year-bottom {
  left: 50%;
  background: #ff5500;
  color: #fff;
  position: absolute;
  border-radius: 5px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.experience-line-border .experience-year-top i, .experience-line-border .experience-year-bottom i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  font-size: 20px;
}

.experience-line-border .experience-year-top {
  top: 0;
  z-index: 36;
}

.experience-line-border .experience-year-bottom {
  bottom: 0;
  z-index: 37;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
/* Small devices (landscape phones, less than 768px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {

}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Extra small devices (portrait phones, less than 576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
  .resume-tab-link-wrap .resume-tab-link-item {
    text-align: center;
    max-width: 50%;
  }
  .resume-tab-link-wrap .resume-tab-link-item a {
    height: 50px;
    line-height: 50px;
  }
}

/* ------------------------------------------------------------------- */
/* 13.Skills                                                   
/* ------------------------------------------------------------------- */
.skills-inner .skills-title {
  margin-bottom: 15px;
}

.skills-inner .skills-title b {
  color: #ff5500;
}

.skills-inner .skills-text {
  margin-bottom: 24px;
}

.skills-progress-wrap {
  margin-bottom: 30px;
}

.skills-progress-wrap .skills-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

.skills-progress-wrap .skills-item:last-child {
  margin-bottom: 0;
}

.skills-progress-wrap .skills-item .skills-progress-bar {
  height: 10px;
  position: relative;
  background: #eee;
  border-radius: 100px;
  margin-top: 15px;
}

.skills-progress-wrap .skills-item .skills-progress-bar .skills-progress-value {
  position: absolute;
  height: 100%;
  background: #ff5500;
  border-radius: 100px;
}

.skills-progress-wrap .skills-item .skills-item-text h6 {
  font-size: 1.06rem;
}

.skills-progress-wrap .skills-item .skills-item-text h6 .skill-percent {
  float: right;
}

.skills-image .skills-image-pattern {
  position: relative;
}

.skills-image .skills-image-pattern:before {
  content: "";
  left: 50%;
  width: 90%;
  height: 60px;
  bottom: -20px;
  position: absolute;
  border-radius: 5px;
  background: #ff5500;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.skills-image .skills-image-pattern img {
  position: relative;
  z-index: 20;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Medium devices (tablets, less than 992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  .skills-image {
    display: none;
  }
}

/* ---------------------------------------------------------------- */
/* 14.Counters                            
/* ---------------------------------------------------------------- */
.counters-wrap {
  background: #fff;
}

.counters-wrap .counter-item {
  text-align: center;
}

.counters-wrap .counter-item .counter-body {
  padding: 40px 30px;
  border-radius: 5px;
  background: #fff;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -webkit-box-shadow: 0 10px 28px 0 rgba(61, 82, 96, 0.15);
          box-shadow: 0 10px 28px 0 rgba(61, 82, 96, 0.15);
}

.counters-wrap .counter-item .counter-body:hover {
  -webkit-box-shadow: 0 23px 49px 0 rgba(61, 82, 96, 0.15);
          box-shadow: 0 23px 49px 0 rgba(61, 82, 96, 0.15);
}

.counters-wrap .counter-item .counter-body i {
  display: inline-block;
  height: 80px;
  width: 80px;
  text-align: center;
  font-size: 40px;
  line-height: 80px;
  border-radius: 5px;
  background: #ff5500;
  color: #fff;
  margin-bottom: 20px;
}

.counters-wrap .counter-item .counter-body h5 {
  font-size: 1rem;
  font-weight: 600;
}

.counters-wrap .counter-item .counter-body span {
  color: #000;
  display: block;
  line-height: 1.2;
  margin-bottom: 8px;
  font-size: 3rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Medium devices (tablets, less than 992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  .counter-item:nth-child(3) {
    margin-top: 30px;
  }
  .counter-item:nth-child(4) {
    margin-top: 30px;
  }
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Extra small devices (portrait phones, less than 576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
  .counter-item {
    margin-top: 30px;
  }
  .counter-item:nth-child(1) {
    margin-top: 0;
  }
}

/* ---------------------------------------------------------------- */
/* 15.Services                                                    
/* ---------------------------------------------------------------- */
.services-box {
  border-radius: 5px;
  padding: 30px;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -webkit-box-shadow: 0 10px 28px 0 rgba(61, 82, 96, 0.15);
          box-shadow: 0 10px 28px 0 rgba(61, 82, 96, 0.15);
}

.services-box:hover {
  -webkit-box-shadow: 0 23px 49px 0 rgba(61, 82, 96, 0.15);
          box-shadow: 0 23px 49px 0 rgba(61, 82, 96, 0.15);
}

.services-box .services-box-body > i {
  display: inline-block;
  height: 80px;
  width: 80px;
  text-align: center;
  font-size: 40px;
  line-height: 80px;
  border-radius: 5px;
  background: #ff5500;
  color: #fff;
  margin-bottom: 20px;
}

.services-box .services-box-body h5 {
  margin-bottom: 15px;
}

.services-box .services-box-body .services-more-link {
  border-radius: 5px;
  font-size: 14px;
  margin-top: 15px;
  padding: 10px 20px;
  display: inline-block;
  text-transform: capitalize;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  color: #fff;
  background: #ff5500;
}

.services-box .services-box-body .services-more-link:hover {
  background: #e64d00;
  color: #fff;
  -webkit-animation: pulseOrange 1s 1 linear;
          animation: pulseOrange 1s 1 linear;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Large devices (desktops, 992px and up)
/* ---------------------------------------------------------------- */
@media only screen and (min-width: 991.98px) {

}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Medium devices (tablets, less than 992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {

}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Small devices (landscape phones, less than 768px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {

}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Extra small devices (portrait phones, less than 576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
  .services-box .services-box-detail a {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

/* ---------------------------------------------------------------- */
/* 16.Portfolio                                                     
/* ---------------------------------------------------------------- */
.portfolio-filter-wrap {
  text-align: center;
}

.portfolio-filter-wrap .portfolio-filter {
  margin-bottom: 50px;
}

.portfolio-filter-wrap .portfolio-filter a {
  color: #000;
  height: 56px;
  padding: 0 40px;
  font-weight: 500;
  line-height: 56px;
  border-radius: 5px;
  position: relative;
  margin-right: 15px;
  text-align: center;
  border: 2px solid #ff5500;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.portfolio-filter-wrap .portfolio-filter a:after {
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -4;
  position: absolute;
  background-color: #ff5500;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.portfolio-filter-wrap .portfolio-filter a:last-child {
  margin-right: 0;
}

.portfolio-filter-wrap .portfolio-filter a:hover {
  color: #fff;
}

.portfolio-filter-wrap .portfolio-filter a:hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.portfolio-filter-wrap .portfolio-filter a.current {
  color: #fff;
  background: #ff5500;
  position: relative;
}

.portfolio-filter-wrap .portfolio-filter a.current:after {
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #ff5500;
}

.glry-item {
  margin: 0px 0px 30px 0px;
  padding-left: 10px;
  border-radius: 5px;
}

.glry-item img{
  width: 600px;
  height: 360px;
  object-fit:cover;
}

.glry-item:hover .portfolio-back .portfolio-buttons {
  opacity: 1;
  display: block;
  visibility: visible;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-animation: fadeInUp 0.3s ease-in-out forwards;
          animation: fadeInUp 0.3s ease-in-out forwards;
}

.glry-item:hover .portfolio-back::after, .glry-item:hover .portfolio-back::before {
  top: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.glry-item .portfolio-inner {
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 28px 0 rgba(61, 82, 96, 0.15);
          box-shadow: 0 10px 28px 0 rgba(61, 82, 96, 0.15);
}

.glry-item .portfolio-inner .project-title {
  width: 100%;
  bottom: -150px;
  padding: 30px;
  text-align: center;
  position: absolute;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}

.glry-item:hover .project-title {
  bottom: 0;
}

.glry-item .portfolio-back {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.glry-item .portfolio-back:after, .glry-item .portfolio-back:before {
  content: "";
  width: 50%;
  height: 100%;
  opacity: 0.6;
  position: absolute;
  background: #141414;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.glry-item .portfolio-back:after {
  left: 0;
  top: -100%;
}

.glry-item .portfolio-back:before {
  right: 0;
  top: 100%;
}

.glry-item .portfolio-back .portfolio-buttons {
  z-index: 73;
  -webkit-animation: fadeOutDown 0.3s ease-in-out forwards;
          animation: fadeOutDown 0.3s ease-in-out forwards;
}

.glry-item .portfolio-back .portfolio-buttons a {
  height: 56px;
  width: 56px;
  line-height: 56px;
  border-radius: 5px;
  text-align: center;
  margin-right: 10px;
  display: inline-block;
  background: #fff;
  color: #ff5500;
  border: 2px solid transparent;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.glry-item .portfolio-back .portfolio-buttons a:hover {
  color: #fff;
  background: transparent;
  border-color: #fff;
  -webkit-animation: pulseWhite 1s 1 linear forwards;
          animation: pulseWhite 1s 1 linear forwards;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.glry-item .portfolio-back .portfolio-buttons a:last-child {
  margin-right: 0;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Extra small devices (portrait phones, less than 576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
  .portfolio-filter-wrap .portfolio-filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .portfolio-filter-wrap .portfolio-filter a {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .portfolio-filter-wrap .portfolio-filter a:last-child {
    margin-bottom: 0;
  }
}

/* ---------------------------------------------------------------- */
/* Gallery
/* ---------------------------------------------------------------- */
.gallery-item {
  position: relative;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gallery-item:hover {
  -webkit-box-shadow: 0 23px 49px 0 rgba(20, 20, 20, 0.3);
  box-shadow: 0 23px 49px 0 rgba(20, 20, 20, 0.3);
}

.gallery-item:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(20, 20, 20, 0.6);
  pointer-events: none;
}

.gallery-item a img {
  border-radius: 5px;
}

.gallery-item .gallery-text {
  position: absolute;
  pointer-events: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.gallery-item .gallery-text h5 {
  color: #fff;
}

.gallery-select-filter-wrap {
  padding-bottom: 50px;
}

.gallery-select-filter-wrap .form-inline {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.gallery-select-filter-wrap .form-inline .form-group {
  margin-bottom: 0 !important;
}

.gallery-select-filter-wrap .custom-select {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 15px 30px 15px 20px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.gallery-select-filter-wrap .custom-select:focus {
  outline: none;
  border-color: inherit;
}

.select-button {
  padding: 16px 40px;
  border-radius: 5px;
  border: none;
  letter-spacing: 0.5px;
  display: inline-block;
  background: #ff5500;
  color: #fff;
  text-transform: capitalize;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.glry-item {
  margin: 0px 0px 30px 0px;
  padding-left: 10px;
  border-radius: 5px;
}

.glry-item:hover .portfolio-back .portfolio-buttons {
  opacity: 1;
  display: block;
  visibility: visible;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-animation: fadeInUp 0.3s ease-in-out forwards;
  animation: fadeInUp 0.3s ease-in-out forwards;
}

.glry-item:hover .portfolio-back::after, .glry-item:hover .portfolio-back::before {
  top: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.glry-item .portfolio-inner {
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 28px 0 rgba(61, 82, 96, 0.15);
  box-shadow: 0 10px 28px 0 rgba(61, 82, 96, 0.15);
}

.glry-item .portfolio-inner .project-title {
  width: 100%;
  bottom: -150px;
  padding: 30px;
  text-align: center;
  position: absolute;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.glry-item .portfolio-inner .project-title span {
  color: #ff5500;
  display: block;
  margin-top: 5px;
}

.glry-item:hover .project-title {
  bottom: 0;
}

.glry-item .portfolio-back {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.glry-item .portfolio-back:after, .glry-item .portfolio-back:before {
  content: "";
  width: 50%;
  height: 100%;
  opacity: 0.6;
  position: absolute;
  background: #141414;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.glry-item .portfolio-back:after {
  left: 0;
  top: -100%;
}

.glry-item .portfolio-back:before {
  right: 0;
  top: 100%;
}

.glry-item .portfolio-back .portfolio-buttons {
  z-index: 73;
  -webkit-animation: fadeOutDown 0.3s ease-in-out forwards;
  animation: fadeOutDown 0.3s ease-in-out forwards;
}

.glry-item .portfolio-back .portfolio-buttons a {
  height: 56px;
  width: 56px;
  line-height: 56px;
  border-radius: 5px;
  text-align: center;
  margin-right: 10px;
  display: inline-block;
  background: #fff;
  color: #ff5500;
  border: 2px solid transparent;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.glry-item .portfolio-back .portfolio-buttons a:hover {
  color: #fff;
  background: transparent;
  border-color: #fff;
  -webkit-animation: pulseWhite 1s 1 linear forwards;
  animation: pulseWhite 1s 1 linear forwards;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.glry-item .portfolio-back .portfolio-buttons a:last-child {
  margin-right: 0;
}

/* ------------------------------------------------------------------- */
/* 17.Testimonial                                                     
/* ------------------------------------------------------------------- */
.testimonial-item {
  border-radius: 5px;
  padding: 30px;
  background: #fff;
}

.testimonial-item .testimonial-img {
  margin: 0 0 20px 0;
}

.testimonial-item .testimonial-img i{
  font-size: 120px;
  color: #bcbcbc;
}

.testimonial-item .testimonial-img img {
  width: 100px!important;
  display: inline-block;
  border-radius: 5px;
  -webkit-box-shadow: 0 23px 49px 0 rgba(61, 82, 96, 0.15);
          box-shadow: 0 23px 49px 0 rgba(61, 82, 96, 0.15);
}

.testimonial-item .testimonial-item-body .testimonial-text {
  margin: 0 0 15px 0;
}

.testimonial-item .testimonial-item-body .testimonial-text > q {
  font-style: italic;
}

.testimonial-item .testimonial-item-body .testimonial-details {
  margin-bottom: 15px;
}

.testimonial-item .testimonial-item-body .testimonial-details > h5 {
  display: block;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.testimonial-item .testimonial-item-body .testimonial-details > span {
  color: #ff5500;
  font-weight: 500;
}

.testimonial-item .testimonial-item-body .testimonial-rating i {
  color: #ff5500;
  margin-right: 3px;
}

.testimonial-item .testimonial-item-body .testimonial-rating i:last-child {
  margin-right: 0;
}

/* ---------------------------------------------------------------- */
/* 18.Team                                                    
/* ---------------------------------------------------------------- */
.team-card {
  border-radius: 5px;
  text-align: center;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.team-card img {
  border-radius: 5px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 23px 49px 0 rgba(61, 82, 96, 0.15);
          box-shadow: 0 23px 49px 0 rgba(61, 82, 96, 0.15);
}

.team-card .team-body h5 {
  margin-bottom: 10px;
}

.team-card .team-body span {
  color: #ff5500;
  font-weight: 500;
}

.team-card .team-body .team-social {
  margin-top: 20px;
}

.team-card .team-body .team-social a {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: #ff5500;
  color: #fff;
  border-radius: 5px;
  margin-right: 5px;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.team-card .team-body .team-social a:hover {
  background: #e64d00;
  color: #fff;
  -webkit-animation: pulseOrange 1s 1 linear;
          animation: pulseOrange 1s 1 linear;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.team-card .team-body .team-social a:last-child {
  margin-right: 0;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Medium devices (tablets, less than 992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  .team-card-resp:nth-child(1), .team-card-resp:nth-child(2) {
    margin-bottom: 50px;
  }
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Extra small devices (portrait phones, less than 576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
  .team-card-resp {
    margin-bottom: 50px;
  }
  .team-card-resp:last-child {
    margin-bottom: 0;
  }
}

/* ---------------------------------------------------------------- */
/* 19.Pricing                           
/* ---------------------------------------------------------------- */
.price-table {
  border-radius: 5px;
  text-align: center;
  padding: 30px;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -webkit-box-shadow: 0 10px 20px 0 rgba(61, 82, 96, 0.15);
          box-shadow: 0 10px 20px 0 rgba(61, 82, 96, 0.15);
}

.price-table:hover {
  -webkit-box-shadow: 0 15px 30px 0 rgba(61, 82, 96, 0.2);
          box-shadow: 0 15px 30px 0 rgba(61, 82, 96, 0.2);
}

.price-table h5 {
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 400;
  padding: 10px 20px;
  display: inline-block;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  color: #fff;
  background: #ff5500;
}

.price-table .price-value {
  margin: 30px 0;
}

.price-table .price-value span {
  font-size: 1rem;
}

.price-table .price-value b {
  font-size: 3.2rem;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  color: #000;
}

.price-table .price-list li {
  margin-top: 15px;
}

.price-table .price-list li:first-child {
  margin-top: 0;
}

.price-table .price-footer {
  margin-top: 30px;
}

.price-table .price-footer a {
  display: block;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Medium devices (tablets, less than 992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  .price-table-resp:nth-child(3) {
    margin-top: 30px;
  }
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Small devices (landscape phones, less than 768px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
  .price-table-resp {
    margin-top: 30px;
  }
  .price-table-resp:first-child {
    margin-top: 0;
  }
}

/* ---------------------------------------------------------------- */
/* 20.Banner                            
/* ---------------------------------------------------------------- */
.banner-wrap {
  background: #ff5500;
}

.banner-wrap .banner-inner .banner-title {
  display: block;
  color: #fff;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
/* Medium devices (tablets, less than 992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  .banner-wrap {
    text-align: center;
  }
  .banner-wrap .banner-inner {
    text-align: center;
  }
  .banner-wrap .banner-inner .banner-title {
    margin-bottom: 30px;
  }
  .banner-wrap .banner-right {
    text-align: center !important;
  }
}

/* ---------------------------------------------------------------- */
/* 21.Latest Blog                              
/* ---------------------------------------------------------------- */
.blog-item {
  border-radius: 5px;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -webkit-box-shadow: 0 10px 28px 0 rgba(61, 82, 96, 0.15);
          box-shadow: 0 10px 28px 0 rgba(61, 82, 96, 0.15);
}

.blog-item:hover {
  -webkit-box-shadow: 0 23px 49px 0 rgba(61, 82, 96, 0.15);
          box-shadow: 0 23px 49px 0 rgba(61, 82, 96, 0.15);
}

.blog-item .blog-inner {
  padding: 30px;
}

.blog-item .blog-inner .blog-title {
  margin-bottom: 15px;
}

.blog-item .blog-inner .blog-title > a {
  color: #000;
}

.featured-blog-inner {
  position: absolute;
  bottom: 10px !important;
  left: 30px !important;
  right: 30px !important;
  padding: 0 !important;
}

.blog-item .blog-inner .blog-title > a:hover {
  color: #ff5500;
}

.blog-item .blog-inner > .blog-meta {
  margin-bottom: 15px;
}

.blog-item .blog-inner > .blog-meta span {
  font-size: 0.95rem;
  color: #000;
}

.blog-item .blog-inner > .blog-meta span i {
  color: #ff5500;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
  font-size: 0.95rem;
}

.blog-item .blog-inner > .blog-desc {
  margin-bottom: 15px;
}

.blog-item .blog-inner .blog-more-link {
  border-radius: 5px;
  font-size: 14px;
  padding: 10px 20px;
  display: inline-block;
  text-transform: capitalize;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  color: #fff;
  background: #ff5500;
}

.blog-item .blog-inner .blog-more-link:hover {
  background: #e64d00;
  color: #fff;
  -webkit-animation: pulseOrange 1s 1 linear;
          animation: pulseOrange 1s 1 linear;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.blog-item .blog-img {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.blog-item .blog-img img {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.blog-item .blog-img img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Medium devices (tablets, less than 992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  .latest-blog-resp:nth-child(3) {
    margin-top: 30px;
  }
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Small devices (landscape phones, less than 768px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
  .latest-blog-resp {
    margin-top: 30px;
  }
  .latest-blog-resp:first-child {
    margin-top: 0;
  }
}

/* ---------------------------------------------------------------- */
/* 22.Footer                            
/* ---------------------------------------------------------------- */
.footer {
  background: #141414;
}

.footer .footer-top {
  padding: 80px 0;
}

.footer .footer-top .footer-social {
  margin-top: 30px;
}

.footer .footer-top .footer-social li {
  display: inline-block;
  margin-right: 10px;
}

.footer .footer-top .footer-social li:last-child {
  margin-right: 0;
}

.footer .footer-top .footer-social li .footer-social-link {
  height: 56px;
  width: 56px;
  color: #fff;
  line-height: 56px;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  background: #1a1a1a;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.footer .footer-top .footer-social li .footer-social-link:hover {
  background: #ff5500;
  -webkit-animation: pulseOrange 1s 1 linear;
          animation: pulseOrange 1s 1 linear;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.footer .footer-top .footer-about-text {
  color: #fff;
  opacity: 0.7;
  margin-top: 30px;
  margin-bottom: 30px;
}

.footer .copyright {
  background: #1a1a1a;
  padding: 30px 0;
}

.footer .copyright .copyright-text {
  color: #fff;
  text-align: center;
  opacity: 0.7;
}

/* ---------------------------------------------------------------- */
/* 23.BreadCrumb                           
/* ---------------------------------------------------------------- */
.breadcrumb-section {
  padding: 150px 0;
  z-index: 25;
  overflow: hidden;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.breadcrumb-section:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: -25;
  background: #141414;
}

.breadcrumb-section .breadcrumb-inner h1 {
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 15px;
}

.breadcrumb-section .breadcrumb-inner .breadcrumb-links li {
  color: #fff;
  display: inline-block;
}

.breadcrumb-section .breadcrumb-inner .breadcrumb-links li:first-child::after {
  content: "/";
  margin: 0 5px;
  color: #fff;
  display: inline-block;
}

.breadcrumb-section .breadcrumb-inner .breadcrumb-links li a {
  color: #fff;
}

/* ---------------------------------------------------------------- */
/* 24.Portfolio Single                              
/* ---------------------------------------------------------------- */
.portfolio-single-section .portfolio-carousel {
  margin-bottom: 30px;
}

.portfolio-single-section .portfolio-carousel .owl-nav .owl-prev, .portfolio-single-section .portfolio-carousel .owl-nav .owl-next {
  margin: 0;
  top: 50%;
  color: #fff;
  height: 56px;
  width: 56px;
  position: absolute;
  text-align: center;
  line-height: 56px;
  background: #ff5500;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.portfolio-single-section .portfolio-carousel .owl-nav .owl-prev {
  left: 15px;
}

.portfolio-single-section .portfolio-carousel .owl-nav .owl-next {
  right: 15px;
}

.portolio-single-inner .portfolio-inner-title {
  margin-bottom: 15px;
  font-size: 1.5rem;
}

.portolio-single-inner .portfolio-inner-text {
  margin-bottom: 10px;
}

.portolio-single-inner .portfolio-inner-text:last-of-type {
  margin-bottom: 0;
}

.portolio-single-inner .project-details .project-info {
  margin-bottom: 30px;
}
.inner-header-title {
  margin-bottom: 25px !important;
  position: relative;
  padding-bottom: 20px;
  display: block;
}
.inner-header-title:before {
  width: 60px;
  z-index: 36;
  background: #ff5500;
}
.inner-header-title:before {
  content: "";
  bottom: 0;
  left: 0;
  height: 2px;
  position: absolute;
  border-radius: 5px;
}
.inner-header-title:after {
  width: 100%;
  background: rgba(224, 224, 224, 0.5);
}
.portfolio-single-section .project-details .project-share li {
  display: inline-block;
}
.portfolio-single-section .project-details .project-share li a:last-child {
  margin-right: 0;
}
.portfolio-single-section .project-details .project-share li a {
  width: 56px;
  height: 56px;
  line-height: 46px;
  border-radius: 50%;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
  background: #ff5500;
  color: #fff !important;
  border: 6px solid #fff;
  -webkit-box-shadow: 0 5px 8px 0 rgba(61, 82, 96, 0.2);
  box-shadow: 0 5px 8px 0 rgba(61, 82, 96, 0.2);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
a:link, a:hover, a:active, a:visited {
  text-decoration: none;
}

.inner-header-title:after, .inner-header-title:before {
  content: "";
  bottom: 0;
  left: 0;
  height: 2px;
  position: absolute;
  border-radius: 5px;
}
.portolio-single-inner .project-details .project-info > li {
  margin-bottom: 10px;
}

.portolio-single-inner .project-details .project-info > li > span {
  text-align: left;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.portolio-single-inner .project-details .project-info > li > span::before {
  content: ":";
  padding-right: 15px;
}

.portolio-single-inner .project-details .project-info > li > b {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-transform: capitalize;
  color: #000;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.portolio-single-inner .project-details .project-meta .project-meta-box {
  text-align: left;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.portolio-single-inner .project-details .project-meta .project-meta-box h6 {
  margin-bottom: 15px;
}

.portolio-single-inner .project-details .project-meta .project-meta-box h4 {
  border-radius: 5px;
  padding: 0 21px;
  height: 40px;
  line-height: 40px;
  background: #ff5500;
  color: #fff;
  position: relative;
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
}

.portolio-single-inner .project-details .project-meta .project-meta-box h4:after {
  content: "";
  position: absolute;
  left: -18px;
  top: 50%;
  border: 10px solid;
  border-color: transparent #ff5500 transparent transparent;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.portolio-single-inner .project-details .project-meta .project-meta-box h4 span {
  display: inline-block;
  margin-right: 5px;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
/* Small devices (landscape phones, less than 768px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
  .portfolio-single-section .project-details {
    margin-top: 30px;
  }
}

/* ---------------------------------------------------------------- */
/* 25.Portfolio Full Width                             
/* ---------------------------------------------------------------- */
.portfolio-full-width-item {
  padding: 0 !important;
  margin: 0;
}

.portfolio-full-width-item .portfolio-back, .portfolio-full-width-item .portfolio-inner {
  border-radius: 0 !important;
}

/* ---------------------------------------------------------------- */
/* 26.Blog Single                              
/* ---------------------------------------------------------------- */
.blog-single-inner .blog-single-img {
  margin-bottom: 30px;
}

.blog-single-inner .blog-single-title {
  font-size: 2rem;
  margin-bottom: 20px;
}

.blog-single-inner .blog-links {
  margin-bottom: 20px;
}

.blog-single-inner .blog-links a {
  margin-right: 10px;
  color: #000;
  font-weight: 500;
}

.blog-single-inner .blog-links a:last-child {
  margin-right: 0;
}

.blog-single-inner .blog-links a i {
  color: #ff5500;
  margin-right: 10px;
}

.blog-single-inner .blog-inner-text {
  margin-bottom: 10px;
}

.blog-single-inner .blog-inner-text:last-of-type {
  margin-bottom: 0;
}

.blog-single-inner .blog-post-quote blockquote {
  padding: 30px;
  margin: 30px 0;
  border-radius: 5px;
  border-left: 5px solid #ff5500;
  -webkit-box-shadow: 0 10px 20px 0 rgba(61, 82, 96, 0.15);
          box-shadow: 0 10px 20px 0 rgba(61, 82, 96, 0.15);
}

.blog-single-inner .blog-post-quote blockquote p {
  position: relative;
  font-size: 1.2rem;
  font-style: italic;
  color: #000;
}

.blog-single-inner .blog-post-quote blockquote p:after {
  content: "\f10d";
  top: 0;
  left: 0;
  color: #ff5500;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 3rem;
  position: absolute;
  opacity: 0.1;
  z-index: -16;
}

.blog-single-inner .blog-post-quote blockquote p strong {
  margin-top: 10px;
  display: block;
  color: #000;
}

/* Blog Sidebar */
.blog-sidebar .blog-widgets {
  margin-bottom: 30px;
}

.blog-sidebar .blog-widgets .blog-search-btn {
  top: 0;
  right: 0;
  border: none;
  width: 60px;
  outline: none;
  height: 100%;
  position: absolute;
  background: #ff5500;
  color: #fff;
  border-radius: 0 5px 5px 0;
}

.blog-sidebar .blog-widgets .blog-search-bar {
  width: 100%;
}

.blog-sidebar .blog-widgets .blog-search-bar .search-form-control {
  width: 100%;
  display: block;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 16px 20px;
  border: 1px solid #e0e0e0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.blog-sidebar .blog-widgets .blog-search-bar .search-form-control:focus {
  border-color: #000;
}

.blog-sidebar .recent-post-item {
  margin-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-sidebar .recent-post-item .recent-post-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}

.blog-sidebar .recent-post-item .recent-post-title {
  margin-bottom: 10px;
  line-height: 1.5;
}

.blog-sidebar .recent-post-item .recent-post-title:hover {
  color: #ff5500;
}

.blog-sidebar .recent-post-item .recent-post-date {
  font-size: 15px;
}

.blog-sidebar .recent-post-item .recent-post-date i {
  margin-right: 8px;
  color: #ff5500;
}

.blog-sidebar .blog-category-list li {
  padding: 12px 0;
  border-bottom: 1px solid #e0e0e0;
}

.blog-sidebar .blog-category-list li a {
  color: #000;
}

.blog-sidebar .blog-category-list li a:hover {
  color: #ff5500;
  text-decoration: underline;
}

.blog-sidebar .blog-category-list li a .category-count {
  float: right;
}

.blog-sidebar .blog-tags li {
  float: left;
}

.blog-sidebar .blog-tags li a {
  margin: 3px;
  font-size: 14px;
  display: inline-block;
  color: #000;
  padding: 10px 15px;
  border-radius: 5px;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -webkit-box-shadow: 0 10px 20px 0 rgba(61, 82, 96, 0.15);
          box-shadow: 0 10px 20px 0 rgba(61, 82, 96, 0.15);
}

.blog-sidebar .blog-tags li a:hover, .blog-sidebar .blog-tags li a.active {
  background: #ff5500;
  color: #fff;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Medium devices (tablets, less than 992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  .blog-single-inner .blog-sidebar {
    margin-top: 30px;
  }
}

/* ---------------------------------------------------------------- */
/* 27.Blog Sidebar                              
/* ---------------------------------------------------------------- */
.blog-sidebar-item {
  margin-bottom: 30px;
}

.blog-sidebar-item:last-child {
  margin-bottom: 0;
}

.blog-sidebar-item .blog-large-img-wrap {
  overflow: hidden;
}

.blog-sidebar-item .blog-large-img-wrap img {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.blog-sidebar-item .blog-large-img-wrap:hover .blog-large-img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.blog-sidebar-item .blog-sidebar-item-body {
  padding: 30px;
  border-radius: 5px;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -webkit-box-shadow: 0 10px 20px 0 rgba(61, 82, 96, 0.15);
          box-shadow: 0 10px 20px 0 rgba(61, 82, 96, 0.15);
}

.blog-sidebar-item .blog-sidebar-item-body:hover {
  -webkit-box-shadow: 0 15px 30px 0 rgba(61, 82, 96, 0.2);
          box-shadow: 0 15px 30px 0 rgba(61, 82, 96, 0.2);
}

.blog-sidebar-item .blog-sidebar-item-body .blog-single-title a {
  color: #000;
}

.blog-sidebar-item .blog-sidebar-item-body .blog-single-title a:hover {
  color: #ff5500;
}

.blog-sidebar-item .blog-sidebar-item-body .blog-inner-text {
  margin-bottom: 20px !important;
}

/* ---------------------------------------------------------------- */
/* 28.Blog Grid                              
/* ---------------------------------------------------------------- */
.blog-grid-section {
  padding-top: 70px;
}

.blog-grid-item {
  margin-bottom: 0;
  margin-top: 30px;
}

/* ---------------------------------------------------------------- */
/* 29.Services                               
/* ---------------------------------------------------------------- */
.services-item-resp {
  margin-bottom: 30px;
}

.why-choose-me-inner .why-choose-me-title {
  margin-bottom: 12px;
}

.why-choose-me-inner .why-choose-me-text {
  margin-bottom: 14px;
}

.why-choose-me-inner .why-choose-me-box:nth-child(1), .why-choose-me-inner .why-choose-me-box:nth-child(2) {
  margin-bottom: 20px;
}

.why-choose-me-inner .why-choose-me-box .why-choose-me-item {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -webkit-box-shadow: 0 10px 20px 0 rgba(61, 82, 96, 0.15);
          box-shadow: 0 10px 20px 0 rgba(61, 82, 96, 0.15);
}

.why-choose-me-inner .why-choose-me-box .why-choose-me-item:hover {
  -webkit-box-shadow: 0 15px 30px 0 rgba(61, 82, 96, 0.2);
          box-shadow: 0 15px 30px 0 rgba(61, 82, 96, 0.2);
}

.why-choose-me-inner .why-choose-me-box .why-choose-me-item .why-choose-me-icon i {
  float: left;
  margin-right: 20px;
  text-align: center;
  border-radius: 5px;
  width: 48px;
  height: 48px;
  background: #ff5500;
  line-height: 48px;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}

.why-choose-me-inner .why-choose-me-box .why-choose-me-item h6 {
  font-size: 1rem;
  line-height: 1.5;
}

.partners {
  padding: 60px 0;
}

.partners .client-box img {
  width: auto;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Medium devices (tablets, less than 992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  .why-choose-me-inner {
    margin-top: 20px;
  }
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
/* Small devices (landscape phones, less than 768px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
  .why-choose-me-inner .why-choose-me-box {
    margin-bottom: 20px;
  }
  .why-choose-me-inner .why-choose-me-box:last-child {
    margin-bottom: 0;
  }
}

/* ---------------------------------------------------------------- */
/* 30.Home Slider                            
/* ---------------------------------------------------------------- */
.hero-slider-wrap .vegas-overlay {
  background: #141414;
  opacity: 0.6;
}

/* ---------------------------------------------------------------- */
/* 31.Home Particles                            
/* ---------------------------------------------------------------- */
#heroparticles {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

/* ---------------------------------------------------------------- */
/* 32.Home Page Youtube Video                               
/* ---------------------------------------------------------------- */
.hero_video {
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-object-fit: scale-down;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.hero_video:after {
  display: none;
}

.hero_video .hero-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  opacity: 0.6;
  background: #141414;
}

.hero_video .video-content {
  z-index: 27;
  position: relative;
}

/* ---------------------------------------------------------------- */
/* 33.Home Glitch Img                            
/* ---------------------------------------------------------------- */
.glitch-img-banner .overlay-glitch {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background: #141414;
  z-index: 45;
}

.glitch-img-banner .glitch-img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
}

.glitch-img-banner .container {
  position: relative;
  z-index: 56;
}

.glitch-img-banner .down-scroll {
  z-index: 58;
}
/*# sourceMappingURL=style.css.map */