﻿/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Urbanistr&display=swap');

body {
  --cp-text-accent-color: var(--cp-color-accent);
  font-size: 16px;
  font-family: "Urbanist", serif;
  font-weight: 400;
}

@font-face {
  font-family: 'Raqupine Regular';
  src: url('./assets/fonts/Raqupine-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

/* 
*
*
[Table of contents]
*
*
*
    font / @import url
    preloader / .preloader 
    general / body
    navigation / .p-3-vh
    main menu  / .white nav
    menu right / .menu-right
    search / ul.shop.search
    side gallery / #bgsidegalery
    gallery / .filter-wraper
    gallery max width / #w-gallery-container 
    s-address / .sidebar .s-address
    s-social / .sidebar .s-social
    breadcumb / .breadcumb
    content detail / .imgbg-col
    accordion / .accordion .card-header:after 
    pricelist / .pricelist
    owl / .owl-theme .owl-nav
    owl logo / #owl-logo .item img
    slick projects / .slickproject .item .desc 
    project big / .projectbig
    slick / .slick .item
    team / #owl-team
    sercices / .servcices
    sercices-btn / .sercices-btn
    owl service / #owl-testimony
    blog / .blogcolumn
    map / #map-1 
    contact / .text-side
    footer / footer
    totop / #totop
    Blog / .blog-simple
    post meta / .post-meta 
    single post / .top-article 
    aside, sidebar / aside 
    Blog comment / #blog-comment
    comment form / .comment-respond 
    search menu / .search-container
    scroll onStep / .onStep

*
*
*/

/* font */
@import url('../../../../css2');

/* general */
/* body {
font-family: 'Urbanist',serif;
font-style: normal;

color: #000;
font-size: 16px;

} */
section {
  position: relative;
  background: #fff;
  /* padding: 90px 0; */
}

.no-padding,
section.no-padding {
  padding: 0 !important;
}

.no-top {
  padding-top: 0px !important;
}

.no-bottom {
  padding-bottom: 0px !important;
}

.centered {
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-wrapper {
  position: relative;
  background-color: #e6eeef;
  overflow: hidden;
}

.bggray {
  background: #f7f7f7;
  color: #6f6f6f;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #6f6f6f;
  font-weight: 700;
}

.bgblack .h1,
.bgblack .h2,
.bgblack .h3,
.bgblack .h4,
.bgblack .h5,
.bgblack .h6,
.bgblack h1,
.bgblack h2,
.bgblack h3,
.bgblack h4,
.bgblack h5,
.bgblack h6,
.bgblack .detailcontent .heading,
.bgblack a.card-title {
  color: #fff;
}

/*** preloader ***/
#preloader {
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #111;
  z-index: 99999;
}

.animsition-overlay-slide {
  background: #111;
  z-index: 99999;
}

#preloader .loader {
  font-size: 1.6rem;
  top: 43%;
  margin: 0;
  margin-bottom: 50px;
  position: relative;
  display: block;
  opacity: 1;
  text-align: center;
  color: #fff;
  z-index: 9999;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 2px solid #333;
  border-top: 2px solid #f07c00;
  border-radius: 100%;
  position: absolute;
  top: 15px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  animation: spin 1.2s infinite ease;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/*** navigation ***/
.p-3-vh {
  display: flex;
  justify-content: space-between;
  /* padding-left: 5%;
padding-right: 5%; */
}

.subheader {
  width: 100%;
  font-size: .8rem;
  position: relative;
  top: 0;
  display: block;
  color: #fff;
  background: #313840;
  padding: 0 10px;
  z-index: 1001;
}

.subheader.show {
  position: fixed;
  top: -100%;
  transition: all 1.8s ease-in-out;
}

.subheader span.column {
  padding-right: 20px;
}

.subheader span.column span {
  padding-right: 5px;
}

.subheader span.column:last-child {
  padding-right: 0;
}

.language {
  cursor: pointer;
  float: right;
  margin: 5px 0;
}

.language-active {
  width: max-content;
  padding: 4px 15px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 20px;
}

.language-active:after {
  font-family: "FontAwesome";
  display: inline-block;
  content: "\f078";
  position: relative;
  top: -1px;
  font-size: .6rem;
  padding-left: 15px;
  opacity: .5;
}

.subheader .language-list {
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
  padding: 5px 30px 15px 30px;
  margin: 0;
  list-style: none;
  line-height: 2;
  background: #495360;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.centeredleft {
  display: flex;
  align-items: center;
  justify-content: left;
}

header {
  top: 0px;
  left: 0px;
  position: fixed;
  z-index: 999;
}

header.init {
  margin-bottom: 0px;
  width: 100%;
  padding: 15px 0;
  background: rgba(0, 0, 0, 0);
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0);
  -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
  -moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

header.bg {
  top: 40px;
  padding: 0 0;
}

header.show {
  position: fixed;
  top: 0px;
  left: 0px;
  padding: 0 0;
  box-shadow: 0px 10px 60px rgba(0, 0, 0, .1);
  background: #313840 !important;
  -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
  -moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

/*logo*/
.logo {
  position: relative;
  top: 0px;
  left: 0px;
  margin: 10px 0;
  margin: 0px;
  height: auto;
  z-index: 2;
}

.logo img {
  max-height: 94px;
}

.logo img.show {
  display: none;
}

header.show img.show {
  display: block;
}

header.show img.init {
  display: none;
}

/* main menu */
.white nav {
  position: relative;
  float: right;
  top: 2px;
  z-index: 999;
}

.white nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.white nav ul li {
  display: inline-block;
  margin: 0;
  margin-right: 20px;
}

.white nav ul li:last-child {
  margin-right: 0px;
  border-bottom: 0px;
}

.white nav ul li .input-group {
  top: 15px;
  margin-left: 20px;
  width: 220px;
}

.white nav ul li .input-group button {
  display: inherit;
  padding: 0;
  line-height: 0px;
  border: none;
}

.white nav ul li .input-group i {
  margin-left: 0px;
}

.white nav a {
  color: #fff;
  display: block;
  padding: 35px 12px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .3px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.white nav a:hover {
  color: #ddd !important;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.white nav a:hover::before {
  display: inline-block;
  position: absolute;
  max-width: 35px;
  color: rgba(255, 255, 255, 0);
  border-bottom: 2px solid rgba(255, 255, 255, 1);
  -webkit-transition: max-width 0.5s;
  -moz-transition: max-width 0.5s;
  transition: max-width 0.5s;
}

.white nav a::before {
  position: absolute;
  overflow: hidden;
  max-width: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  color: rgba(255, 255, 255, 0);
  content: attr(data-hover);
  -webkit-transition: max-width 0.5s;
  -moz-transition: max-width 0.5s;
  transition: max-width 0.5s;
  white-space: nowrap;
}

.white nav a.actived {
  color: #ddd !important;
}

.white nav ul ul {
  display: none;
  position: absolute;
  top: 92px;
  color: #efefef;
}

.white nav ul li:hover>ul {
  display: inherit;
  -webkit-animation-name: animfadeInUpmenu;
  animation-name: animfadeInUpmenu;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.white nav ul ul li {
  width: 200px;
  float: none;
  display: list-item;
  background: #313840;
  border-bottom: 1px groove rgba(0, 0, 0, .1);
  box-shadow: 5px 5px 2px rgba(23, 36, 52, .05);
  position: relative;
}

.white nav ul li i {
  margin-left: 10px;
}

.white nav ul ul li a {
  font-weight: 600;
  color: #fff;
  font-size: 13px;
  line-height: 5px;
  padding: 20px 30px;
}

.white nav ul ul li a:hover {
  color: #efefef !important;
  background: #363d46;
}

.white nav ul ul li a.active {
  background: #f8f8f8;
}

.white nav ul ul li:last-child {
  border-bottom: none;
}

.white nav ul ul ul li {
  position: relative;
  top: -75px;
  left: 230px;
}

.white>nav>ul>li.has-children>a:after {
  content: '\f107';
  font-family: 'FontAwesome';
  margin-left: 10px;
}

li>a:only-child:after {
  content: '';
}

span.span-drop {
  position: relative;
  right: 0;
  top: 0;
  float: right;
  cursor: pointer;
}

span.span-drop:after {
  content: '\f107';
  font-family: 'FontAwesome';
  color: #fff;
  width: 20px;
  height: 20px;
  margin-left: 2px;
  text-align: center;
  line-height: 20px;
  display: inline-block;
}

a.actived span.span-drop:after {
  color: #ddd !important;
}

.nav-icon {
  display: none;
}

/* menu right */
.menu-right {
  padding: 36px 0;
}

.menu-right .social-icons {
  margin: 0;
}

.menu-right .social-icons a {
  color: #fff;
  font-size: 11pt;
}

#showmobile {
  display: none;
}

.menu-right {
  width: max-content;
  padding: 0 15px;
}

.menu-right .iconright {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
  top: 3px;
}

.menu-right .iconright li {
  display: inline-block;
}

.menu-right .iconright li:last-child {
  padding-left: 30px;
}

.menu-right .iconright li:first-child {
  padding-right: 20px;
}

.menu-right .iconright li:last-child a {
  margin-right: 0px;
}

.menu-right .iconright li a {
  font-size: 1.1rem;
  color: #fff;
  text-decoration: none;
  padding: 35px 5px;
}

.menu-right .iconright li:hover>ul.shop {
  display: inherit;
  -webkit-animation-name: animfadeInUpmenu;
  animation-name: animfadeInUpmenu;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

ul.shop {
  display: none;
  padding: 20px 30px 60px;
  background: #313840;
  position: absolute;
  right: 60%;
  top: 50px;
  width: 260px;
  max-height: 500px;
  overflow-y: auto;
}

ul.shop li {
  position: relative;
  padding: 0 !important;
  border-bottom: 1px solid #394049;
}

ul.shop li.total {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 0px !important;
}

ul.shop li.price {
  width: 100%;
  color: #fff;
  text-align: right;
  font-size: 21px;
  font-weight: 800;
  padding-bottom: 15px;
  border: none;
  padding: 10px 0px !important;
}

ul.shop li.total .viewcart {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  float: right;
  width: max-content;
  text-align: center;
  padding: 5px 15px;
  color: #040404;
  background: #f07c00;
  margin-bottom: 10px;
  border-radius: 2px;
}

ul.shop li.total .viewcart.white {
  background: #efefef;
}

ul.shop li a {
  display: block;
  padding: 15px 10px;
  text-align: right;
}

ul.shop li a:hover {
  opacity: .8;
}

ul.shop li:last-child {
  border-bottom: 0px;
}

ul.shop li a .img {
  width: 168px;
  height: 90px;
  overflow: hidden;
}

ul.shop li a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

ul.shop li a.xcancel {
  position: absolute;
  top: -5px;
  right: -20px;
  font-size: 1rem;
  font-weight: 500;
  opacity: .8;
}

ul.shop li a .title {
  font-size: 15px;
  font-weight: 400;
  padding: 5px 0 0;
}

ul.shop li a .price {
  font-size: 21px;
  font-weight: 700;
}

.menu-right .iconright li a .tot {
  position: absolute;
  bottom: -10px;
  left: -12px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  background: #1a1a1a;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 11px;
}

/* search */
ul.shop.search {
  overflow-y: unset;
  width: max-content;
  padding: 15px 20px;
  right: 0;
}

form.search-form input[type="search"] {
  -webkit-appearance: none !important;
  background-clip: padding-box;
  background-color: white;
  vertical-align: middle;
  border-radius: 0rem;
  border: 1px solid #e0e0e5;
  font-size: 1rem;
  width: 100%;
  line-height: 2;
  padding: 0.275rem 1.25rem;
  -webkit-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

form.search-form input[type="search"]:focus {
  transition: all 0.5s;
  border-color: #eee;
  outline: none;
}

form.search-form {
  display: flex;
  justify-content: center;
}

form.search-form label {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  align-self: center;
  margin-bottom: 0;
}

form.search-form input.search-field {
  margin-bottom: 0;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  align-self: center;
  height: 41px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

form.search-form input.search-submit {
  height: 41px;
  margin: 0;
  padding: .6rem .9rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  font-size: 1rem;
}

form.search-form .button {
  display: inline-block;
  font-weight: 700;
  font-family: 'Urbanist', serif;
  line-height: 16px;
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  background: #f07c00;
  color: #fff;
  border: 1px solid transparent;
  vertical-align: middle;
  text-shadow: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

form.search-form .button:hover,
form.search-form .button:active,
form.search-form .button:focus {
  cursor: pointer;
  background: #e07604;
  color: #fff;
  outline: 0;
}

#showside {
  color: #fff;
  cursor: pointer;
}

/*** navigation end ***/

/* side gallery */
#bgsidegalery {
  display: none;
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, .3);
  z-index: 999;
}

#bgblock {
  display: none;
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, .3);
  z-index: 21;
}

#sidegalery {
  position: fixed;
  top: 0px;
  background: rgba(0, 0, 0, .3);
  z-index: 1001;
}

#sidegalery.init {
  right: -100%;
  transition: all .3s ease-in-out;
}

#sidegalery.show {
  right: 0px;
  transition: all .3s ease-in-out;
}

#sidegalery .sidebar {
  position: relative;
  display: block;
  width: calc(100% + 17px);
  height: 100vh;
  padding: 30px 60px;
  background: #313840;
  color: #fff !important;
  overflow-y: scroll;
  z-index: 1;
}

.sidebar .cl-sidebar {
  cursor: pointer;
  position: fixed;
  top: 0;
}

.cl-sidebar.init {
  right: -100%;
  transition: all .3s ease-in-out;
}

.cl-sidebar.show {
  right: 0;
  transition: all .3s ease-in-out;
}

.cl-sidebar div {
  display: block;
  text-decoration: none;
  color: #fff;
  width: 60px;
  height: 60px;
  background: #3a424b;
  text-align: center;
  line-height: 60px;
}

.sidebar h3 {
  color: #fff;
  margin-top: 60px;
}

.sidebar .s-galery {
  width: 320px;
  margin-top: 30px;
}

/* gallery */
.filter-wraper {
  display: block;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}

ul#filter-porto,
ul#filterheading,
ul#filternum {
  display: inline-block;
  padding: 0px;
}

ul#filter-porto li,
ul#filterheading li,
ul#filternum li {
  display: inline-block;
  list-style: none;
}

ul#filter-porto {
  font-size: 0;
  display: flex;
}

ul#filter-porto li {
  color: #6f6f6f;
  cursor: pointer;
  font-size: .93rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 8px 26px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 4px;
  width: max-content;
  background: none;
  white-space: nowrap;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

ul#filter-porto li:last-child {
  margin-right: 0px;
}

ul#filter-porto li:hover,
ul#filter-porto li.selected {
  color: #464646;
  background: none;
  position: relative;
  z-index: 1;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

ul#filter-porto li:after {
  display: block;
  position: relative;
  top: -2px;
  z-index: 0;
  content: '';
  width: 0%;
  height: 6px;
  background: #ddd;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

ul#filter-porto li.selected:after {
  display: block;
  position: relative;
  top: -2px;
  z-index: 0;
  content: '';
  width: 100%;
  height: 6px;
  background: #ddd;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

ul#filterheading li {
  position: relative;
  top: 5px;
  left: 0px;
  font-size: .83rem;
  font-weight: 800;
  color: #292929;
  background: #fff;
  padding: 10px 0;
  width: 100%;
  text-align: center;
}

ul#filternum {
  border-bottom: 1px solid #333;
}

ul#filternum li {
  padding-right: 30px;
  position: relative;
  top: 5px;
  left: 0px;
  font-size: .73rem;
  font-weight: 600;
}

/* gallery max width */
#w-gallery-container {
  text-align: center;
  overflow: hidden;
}

.w-gallery-container {
  text-align: center;
  margin-right: -6px;
  margin-left: -2px;
}

.w-gallery {
  border: 8px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
}

.w-gallery.no-border {
  border-radius: 0;
  border: 0px solid rgba(0, 0, 0, 0);
}

.w-gallery:after {
  content: '';
  display: block;
  clear: both;
}

.w-gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.s-galery .w-gallery-image {
  max-height: 60px;
  overflow: hidden;
}

.content-gallery {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0);
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.content-gallery:hover {
  background: rgba(240, 124, 0, .6);
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.content-gallery::before {
  content: "";
  position: relative;
  width: max-content;
  height: max-content;
  -moz-transition: width .3s ease-in-out;
  -ms-transition: width .3s ease-in-out;
  -o-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
}

.content-gallery span {
  display: none;
  font-size: 2rem;
  font-weight: 600;
}

.content-gallery:hover span {
  display: block;
}

.content {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
  text-align: left;
  opacity: 0;
  -moz-transition: opacity .1s ease-in-out;
  -ms-transition: opacity .1s ease-in-out;
  -o-transition: opacity .1s ease-in-out;
  transition: opacity .1s ease-in-out;
}

/* s-address */
.sidebar .s-address {
  width: 320px;
  margin-top: 30px;
}

.s-address .detail {
  font-size: 1rem;
  display: block;
  margin-bottom: 14px;
}

.s-address .detail span {
  font-size: 1.2rem;
  padding-right: 20px;
}

.s-address .detail a {
  /* font-weight: 600; */
  color: #fff;
  display: inline-block;
  text-decoration: none;
}

/* s-social */
.sidebar .s-social {
  width: 320px;
  margin: 30px 0;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.sidebar .s-social a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 15px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 40px;
  transition: all .3s ease-in-out;
}

.s-social a:hover {
  border: 1px solid rgba(255, 255, 255, .8);
  transition: all .3s ease-in-out;
}

/* breadcumb */
.breadcumb {
  display: block;
  background: #313840;
  padding: 215px 0;
  height: 680px;
  background-size: cover;
}

.breadcumb .main {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.main .bread {
  color: #fff;
  text-align: center;
  padding: 60px 0 0;
}

.bread .spacebread {
  padding: 0 5px;
}

.bread .spacebread::before {
  display: inline-block;
  content: '';
  width: 30px;
  height: 1px;
  position: relative;
  top: -4px;
  background: #fff;

}

.main .bread-title {
  /* text-transform: uppercase; */
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 0 auto;
  display: block;
}

.main .bread-subtitle {
  margin: 15px auto 0;
  display: inline-block;
}

.main .bread-subtitle a {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

/* content detail */
.imgbg-col {
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.imgbg-png {
  position: relative;
  width: 100%;
  height: auto;
  object-fit: cover;
  padding: 90px;
}

.detailcontent {
  display: block;
  padding: 0px 5%;
  line-height: 2;
  letter-spacing: .3px;
}

.detailcontent .icon {
  width: max-content;
  height: auto;
}

.detailcontent .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bgblack {
  background: #363435;
  color: #fff;
}

.detailcontent .subheading {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
}

.detailcontent .heading {
  font-size: 2.7rem;
  font-weight: 700;
  color: #464646;
  margin: 0px 0 5px;
  font-size: 48px;
  /*line-height: 1.2;*/
}

.detailcontent .textdetail {
  font-weight: 500;
  margin-bottom: 30px;
  text-align: justify;
}

.btn-content {
  display: block;
  position: relative;
  width: max-content;
  height: auto;
  font-size: 13pt;
  font-weight: 800;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: none;
  line-height: 15px;
  padding: 14px 40px;
  background: #100f0f;
  cursor: pointer;
  overflow: hidden;
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.btn-content a {
  text-decoration: none;
  font-weight: 800;
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.btn-content:hover {
  background: #f07c05;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.btn-content:hover .shine {
  -webkit-animation: sheen .9s alternate;
  animation: sheen .9s alternate;
}

.btn-content:hover a {
  color: #fff;
}

/* accordion */
.accordion .card-header:after {
  font-family: 'FontAwesome';
  content: "\f068";
  float: right;
}

.accordion .card {
  border: 0px;
  background: none;
}

.accordion .card-header {
  font-size: 1.1rem;
  color: inherit;
  font-weight: 600;
  background: none;
  cursor: pointer;
  padding-left: 0;
  padding-right: 0;
  padding: 1.25rem 0;
}

.accordion .card-body {
  font-weight: 400;
  padding-left: 0;
  padding-right: 0;
}

.accordion .card-header.collapsed:after {
  content: "\f067";
}

/* pricelist */
.pricelist {
  text-align: center;
  border: 1px solid #ddd;
  padding: 45px 30px 50px;
  margin: 0 auto 20px;
  box-shadow: 20px 20px #f4f4f4;
}

.pricelist .prices {
  font-size: 4.8rem;
  font-weight: 600;
  color: #464646;
  line-height: 1.2;
  padding-bottom: 15px;
}

.pricelist.bgblack .prices {
  color: #fff;
}

.prices .perms {
  font-size: 1rem;
  font-weight: 500;
  color: #888;
}

.prices .perms:before {
  display: inline-block;
  position: relative;
  content: "";
  top: 15px;
  left: -5px;
  width: 1px;
  height: 49px;
  background: #929292;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}

.pricelist ul.list {
  list-style: none;
  list-style-type: none;
  list-style-type: none;
  margin: 20px auto;
  padding: 0px;
  text-align: left;
}

.pricelist ul.list li {
  font-size: .96rem;
  font-weight: 400;
  padding: 20px 0;
  border-top: 1px solid #eee;
  display: flex;
  justify-content: space-between;
}

.pricelist ul.list li:last-child {
  border-bottom: 1px solid #eee;
}

.pricelist.bgblack ul.list li {
  border-top: 1px solid rgba(255, 255, 25, .1);
}

.pricelist.bgblack ul.list li:last-child {
  border-bottom: 1px solid rgba(255, 255, 25, .1);
}

.pricelist ul.list li i {
  margin: 5px;
}

.pricelist .latin {
  margin: 10px auto 60px;
}

.btnpricelist {
  text-align: center;
  margin: 45px auto 0;
}

/* owl */
.owl-theme .owl-nav {
  position: absolute;
  bottom: 55%;
  width: 100%;
}

.owl-carousel .owl-nav button.owl-prev i,
.owl-carousel .owl-nav button.owl-next i {
  font-size: 1.2rem;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  background: none !important;
}

.owl-carousel .owl-nav button.owl-prev {
  left: -30px;
  position: absolute;
  outline: 0;
}

.owl-carousel .owl-nav button.owl-next {
  right: -30px;
  position: absolute;
  outline: 0;
}

.owl-nav {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.owl-carousel:hover .owl-nav {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* owl logo */
#owl-logo .item img {
  margin: 0 auto;
  max-width: 180px;
  height: auto;
}

.owl-theme .owl-nav [class*="owl-"] {
  padding: 20px 25px;
  background: rgba(0, 0, 0, .6);
  border-radius: 0px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: rgba(0, 0, 0, 1);
}

.owl-next {
  position: absolute;
  right: -5px;
}

.owl-prev {
  position: absolute;
  left: -5px;
}

/* slick projects */
.slickproject .item .desc {
  position: absolute;
  bottom: 15px;
  left: 25px;
  text-align: left;
  color: #fff;
  transition: all .3s ease;
}

.slickproject .item:hover .desc {
  bottom: 30px;
  transition: all .3s ease;
}

.slickproject .item .desc .tag {
  position: relative;
  font-size: .9rem;
  padding-bottom: 10px;
}

.slickproject .item .desc .name {
  position: relative;
  max-width: 180px;
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: .6px;
  padding-bottom: 35px;
  transition: all .3s ease;
}

.slickproject .item .icon {
  opacity: 0;
  width: 100%;
  position: absolute;
  text-align: right;
  left: 25px;
  bottom: 10px;
  text-align: left;
  transition: all .3s ease;
}

.slickproject .item:hover .icon {
  opacity: 1;
  bottom: 45px;
  transition: all .3s ease;
}

.slickproject .item .icon a {
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  width: 40px;
  padding: 0 0 5px;
  color: #fefefe;
  border-bottom: 2px solid #f07c00;
  transition: all .3s ease;
}

.slickproject .item .icon a:hover {
  color: #fff;
  width: 60px;
  transition: all .3s ease;
}

/* project big */
.projectbig {
  position: relative;
  border-radius: 0;
  padding: 0;
  margin: 0;
  height: 100vh;
  overflow: hidden;
  background: none;
}

.projectbig img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.herocaption {
  padding: 45px 6% 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  background: rgba(49, 56, 64, .8);
}

.herocaption .catgor {
  color: #fff;
  font-size: 0.97em;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.herocaption .heading {
  color: #fff;
  font-size: 3.3em;
  max-width: 80vw;
  font-weight: 700;
}

.herocaption .content {
  color: #fff;
  font-size: 1rem;
  max-width: 80vw;
}

.arrow {
  color: #fff;
  white-space: nowrap;
  top: -80px;
  left: 0;
  z-index: 10;
  padding: 19px;
  height: 75px;
  width: 75px;
  position: absolute;
  float: left;
  background-color: rgba(49, 56, 64, 0.8);
  cursor: pointer;
  transition: background-color 0.1s ease-in-out 0s, border-radius 0.1s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
}

.arrow:hover {
  text-decoration: none;
  color: #fff;
  background-color: rgba(49, 56, 64, 0.9);
  transition: background-color 0.1s ease-in-out 0s, border-radius 0.1s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
}

.arrow span {
  padding-left: 30px;
  font-size: 1.3rem;
  font-weight: 600;
}

#detailproject {
  display: block;
}

#detailproject .content {
  padding-bottom: 15px;
}

#detailproject .sticky {
  position: sticky;
  top: 0;
  left: 0;
}

#detailproject .sticky .detailproject {
  list-style: none;
  padding: 0;
  margin: 0;
}

#detailproject .sticky .detailproject li {
  color: #fff;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  padding: 0 0 15px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

#detailproject .sticky .detailproject li .tile {
  font-weight: 600;
}

.tags {
  display: block;
  margin: 15px 0;
}

.tags .heading {
  font-size: .98rem;
  font-weight: 600;
  margin-right: 15px;
}

.tags a.content {
  font-size: .96rem;
  font-weight: 300;
  color: #ddd;
  text-decoration: none !important;
  margin-right: 5px;
}

.tags a.content::after {
  content: ',';
}

.tags a.content:last-child::after {
  content: '';
}

.tags a.content:hover {
  color: #f07c00;
  transition: all 0.3s ease;
}

#detailproject .share {
  position: relative;
  display: block;
  margin: 0 0 15px;
  padding: 0;
}

#detailproject .share .heading {
  font-size: .98rem;
  font-weight: 600;
  margin-right: 15px;
}

#detailproject .share .content {
  font-size: 1rem;
  font-weight: 300;
  color: #ddd;
  margin: 0 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

#detailproject .share .content:hover {
  color: #ffb41d;
  transition: all 0.3s ease;
}

.single-img.max-height400 {
  max-height: 400px;
}

.single-img {
  display: inline-block;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.single-img.pimg-5 {
  padding: 15px;
}

.single-img.max-height300 {
  max-height: 309px;
}

.single-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* slick */
.slick .item {
  cursor: pointer;
  margin: 0;
  position: relative;
  height: 100%;
  outline: none;
  overflow: hidden;
}

.slick .item .bg {
  position: relative;
  overflow: hidden;
  margin-right: 0;
}

.slick .item .bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #2e343b, rgba(46, 52, 59, .6));
  opacity: .3;
  transition: all .1s cubic-bezier(.215, .61, .355, 1);
}

.slick .item:hover .bg::before {
  opacity: 1;
  height: 100%;
  background: linear-gradient(0deg, #2e343b, rgba(46, 52, 59, .1));
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
}

.slick .item .bg img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
}

.slick .item .desc {
  position: absolute;
  bottom: 15px;
  left: 25px;
  text-align: left;
  color: #fff;
}

.slick .item .desc .name {
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: .6px;
  line-height: 1.2;
  padding-bottom: 60px;
}

.slick .item .desc .content {
  position: relative;
  bottom: -100%;
  color: #ddd;
  margin-bottom: -40%;
  opacity: 0;
  transition: all .6s ease;
}

.slick .item:hover .content {
  opacity: 1;
  margin-bottom: 30px;
  transition: all .9s ease;
}

/* team */
#owl-team {
  display: block;
}

#owl-team .listteam {
  margin: 0;
  position: relative;
  height: 100%;
  outline: none;
  overflow: hidden;
  cursor: pointer;
}

.listteam.detail {
  padding: 15px;
  background: #fff;
  max-width: 500px;
  margin: 0 auto;
}

.listteam .bgimg {
  width: 100%;
  height: 100%;
}

.listteam .bgimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.listteam.detail .bgimg img {
  max-height: 480px;
}

.listteam .detail {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #2e343b, rgba(46, 52, 59, 0));
  opacity: 0;
  transition: all .6s ease;
}

.listteam:hover .detail {
  opacity: 1;
  background: linear-gradient(0deg, #2e343b, rgba(46, 52, 59, .1));
  transition: all .6s ease;
}

.listteam .detail .listdetail {
  color: #fff;
  padding: 15px;
  text-align: center;
  position: absolute;
  bottom: 15px;
}

.listteam .detail.big {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #020b1c;
  transition: all .6s ease;
}

.listteam .detail.big .listdetail {
  position: relative;
  padding: 35px 15px 25px;
}

.listteam .detail .listdetail .name {
  font-size: 1.6rem;
  font-weight: 700;
}

.listteam .detail .listdetail .jobtitle {
  font-size: .9rem;
  margin: 5px 0;
}

.listteam .detail .listdetail .jobtitle::before,
.listteam .detail .listdetail .jobtitle::after {
  content: '----';
  padding: 0 5px;
}

.listteam .s-social {
  width: max-content;
  margin: 15px 0 0;
}

.listteam .s-social a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 5px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 40px;
  transition: all .3s ease-in-out;
}

.listteam .big .s-social a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-right: 10px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 40px;
  transition: all .3s ease-in-out;
}

.listteam .s-social a:hover {
  border: 1px solid rgba(255, 255, 255, .8);
  transition: all .3s ease-in-out;
}

.detailcontent .quote {
  display: flex;
  margin: 30px 0;
  font-weight: 600;
  font-style: italic;
}

.detailcontent .quote::before {
  content: '"';
  position: relative;
  font-size: 12rem;
  padding-right: 10px;
  color: #f05500;
  top: -120px;
  height: 65px;
  left: -40px;
}

.detailcontent ul.listcontent {
  padding: 0;
  margin: 0;
  display: block;
  list-style: none;
}

.detailcontent ul.listcontent li::before {
  content: "✓";
  color: #f05500;
  font-weight: bold;
  display: inline-block;
  width: 1.3em;
  margin-right: 5px;
}

/* sercices */
.servcices {
  display: block;
  padding: 0;
  position: relative;
}

.servcices .bgimg {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #313840;
}

.servcices .bgimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .1;
}

.servcices .content {
  color: #fff;
  position: relative;
  padding: 60px 0;
  text-align: center;
  opacity: 1;
}

.servcices .content .icon {
  width: max-content;
  max-height: 80px;
  padding: 15px 0;
  margin: 0 auto;
}

.servcices .content .icon img {
  width: 100%;
  height: 60px;
  object-fit: cover;
}

.servcices .content .heading {
  font-size: 1.6rem;
  font-weight: 600;
  padding: 15px 0 5px;
}

.servcices .content .textdetail {
  font-weight: 400;
  padding: 0 0;
}

.servcices .content .btn-content {
  margin: 20px auto 0;
}

/* sercices-btn */
.sercices-btn {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.sercices-btn .services-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}

.sercices-btn .services-list a {
  width: 100%;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 10px 30px;
  color: #464646;
  background: #e6e6e6;
  text-decoration: none;
  transition: all 0.3s ease;
}

.sercices-btn .services-list a:before {
  content: '';
  display: inline-block;
  position: relative;
  top: -3px;
  margin-right: 15px;
  width: 6px;
  height: 6px;
  border-radius: 20px;
  background: #ddd;
}

.sercices-btn .services-list a:hover,
.sercices-btn .services-list a.active {
  color: #fff;
  background: #292e34;
  transition: all 0.3s ease;
}

.owl-services {
  padding: 15px 0 45px;
}

/* owl service */
#owl-testimony {
  display: block;
}

#owl-testimony .content-testy {
  display: block;
  padding: 10px 10px;
  border: 1px solid #ddd;
  text-align: center;
}

#owl-testimony .owl-dots .owl-dot span {
  position: relative;
  padding: 8px;
  border: 1px solid rgba(0, 0, 0, 0);
  background: none;
  margin-top: 30px;
}

#owl-testimony .owl-dots .owl-dot span:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 6px;
  height: 6px;
  border-radius: 20px;
  background: #828282;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  border: 1px solid #828282 !important;
}

#owl-testimony .owl-dots .owl-dot.active span:before {
  background: #828282;
}

.testy-text {
  padding: 15px 0;
}

.testy-text:before {
  content: '"';
  display: block;
  font-size: 6rem;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: -15px;
}

.testy-text span {
  display: block;
  margin: 15px 0;
}

.user {
  padding: 0 0 15px;
}

.user .img {
  width: 140px;
  height: 140px;
  border-radius: 80px;
  overflow: hidden;
  margin: 0 auto 15px;
}

.user .name {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 3;
}

.user .title {
  color: #aaa;
  line-height: 13px;
}

/* blog */
.blogcolumn {
  display: block;
  padding: 15px;
  margin: 0;
  border: 1px solid #eee;
  height: 430px;
}

.blogcolumn .imgtop {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 220px;
  overflow: hidden;
}

.blogcolumn .imgtop .tag {
  color: #fff;
  font-size: .87rem;
  position: absolute;
  bottom: 5px;
  left: 5px;
  padding: 8px 20px;
  background: rgba(49, 56, 64, .8);
}

.blogcolumn .imgtop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blogcolumn .blogcont {
  padding: 30px 15px 15px;
}

.blogcolumn .blogcont .date {
  font-size: 1rem;
  color: #555555;
  font-weight: 400;
}

.blogcolumn .blogcont .headingblog {
  /* font-size: 1.6rem; */
  font-weight: 700;
  color: #464646;
  line-height: 1.2;
  margin: 15px 0;
}

.blogcolumn .blogcont .descblog {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 30px;
}

/* map */
#map-1 {
  width: 100%;
  height: 60vh;
  padding-top: 0px;
  padding-bottom: 0px;
}

.map {
  background: #fdfdfd;
}

/* contact */
.text-side {
  padding: 0;
  margin-top: 0;
}

.text-side .heading {
  font-size: 1.6rem !important;
}

.text-side .address {
  padding-top: 15px;
  line-height: 1.3;
}

.text-side .address .heading {
  font-size: 1.3rem !important;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.text-side .address .list {
  position: relative;
  max-width: 320px;
  display: block;
  padding: 15px 0 15px;
  padding-left: 40px;
}

.text-side .address .list i {
  position: absolute;
  top: 15px;
  left: 5px;
  font-size: 1.3rem;
  display: inline-block;
  color: #ffb41d;
}

.text-side .address .list a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}

.text-side .address .list a:hover {
  color: #ffb41d;
  transition: all 0.3s ease;
}

.heading-cont {
  position: relative;
  font-size: 16pt;
  margin-top: 0px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.heading-cont:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0px;
  width: 25%;
  height: 3px;
  background: #dd7608;
}

.form-group {
  margin-bottom: 20px;
}

.form-control {
  width: 100% !important;
  /* height: 53px !important; */
  /* padding: 4px 20px 6px 40px; */
  font-size: 14px;
  line-height: 24px;
  color: inherit;
  background: none;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 0;
  box-shadow: none;
}

.form-control:focus {
  background: none;
  color: inherit;
  border: 1px solid rgba(0, 0, 0, .3);
  box-shadow: none;
}

.user-message textarea {
  min-height: 195px;
  padding-top: 12px;
}

.contact-form form button {
  margin-top: 10px;
}

.user-name,
.user-email,
.user-phone,
.user-url,
.user-message {
  position: relative;
}

.user-name::after,
.user-email::after,
.user-phone::after,
.user-url::after,
.user-message::after {
  position: absolute;
  left: 15px;
  top: 13px;
  font-family: "FontAwesome";
  color: rgba(0, 0, 0, .8);
}

/* .user-name::after {
  content: "\f007";
}

.user-email::after {
  content: "\f003";
}

.user-phone::after {
  content: "\f095";
}

.user-url::after {
  content: "\f0ac";
}

.user-message::after {
  content: "\f086";
} */

.btn-contact {
  font-size: 12pt;
  font-weight: 700;
  letter-spacing: 2px;
  font-style: normal;
  text-align: center;
  padding: 8px 40px;
  color: #fff;
  border: 2px solid rgba(0, 0, 0, 0);
  background: #100f0f;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  outline: none;
  text-shadow: none;
  margin-top: 15px;
  margin-left: 0px;
  cursor: pointer;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-contact:hover {
  color: #fff;
  background: #999;
}

.btn {
  display: block;
}

.error {
  width: 100%;
  display: none;
  padding: 2px 10px 2px 10px;
  font-size: 11px;
  margin: 10px auto;
}

.success {
  width: 100%;
  display: none;
  padding: 5px 0px 2px 0px;
  font-size: 11px;
  margin: 10px auto;
}

/* contact end */

/* footer */
footer {
  font-weight: 400;
  background: #313840;
  padding: 90px 0 0;
}

footer .logo {
  margin-bottom: 30px;
}

footer .heading {
  font-size: 1.3rem;
  font-weight: 700;
  color: #f7941d;
  ;
  line-height: 3rem;
  margin-bottom: 15px;
}

footer .description {
  color: #fff;
  line-height: 2;
}

footer .s-social {
  width: max-content;
  margin: 30px 0 0;
  /* padding-left: 94px; */
}

footer .s-social a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 15px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 40px;
  transition: all .3s ease-in-out;
}

footer .s-social a:hover {
  border: 1px solid rgba(255, 255, 255, .8);
  transition: all .3s ease-in-out;
}

footer .s-address {
  color: #fff;
}

footer .s-address a {
  transition: all .3s ease-in-out;
}

footer .s-address a:hover {
  opacity: .6;
  transition: all .3s ease-in-out;
}

#subsribe {
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 15px;
}

#subsribe input[type="email"],
input[type="submit"] {
  border-radius: 20px;
  padding-left: 15px;
  padding-right: 15px;
  height: 38px;
}

#subsribe input[type="email"] {
  width: 100%;
  font-weight: 400;
  font-size: .87rem;
  background-color: #313840;
  border: solid #313840;
  color: #efefef;
}

#subsribe input[type="submit"] {
  position: absolute;
  width: max-content;
  top: 0px;
  right: 0px;
  font-weight: 800;
  background-color: #dd7608;
  border: solid #dd7608;
  color: white;
  cursor: pointer;
}

.subfooter {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  margin-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.subfooter .copyright {
  font-size: .9rem;
  color: #ccc;
}

.subfooter .terms {
  font-size: .9rem;
  font-weight: 400;
  color: #ccc;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.subfooter .terms:hover {
  opacity: .6;
  transition: all .3s ease-in-out;
}


/* totop */
#totop {
  width: 35px;
  height: 35px;
  font-size: 10pt;
  color: #fff;
  background: #292929;
  line-height: 32px;
  position: fixed;
  left: 20px;
  text-align: center;
  cursor: pointer;
  z-index: 9;
  border-radius: 50%;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#totop.init {
  bottom: -100px;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#totop.show {
  bottom: 20px;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#totop:hover {
  background: #f07c00;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* totop end */


/* Blog */
.blog-simple {
  display: block;
  margin-bottom: 60px;
}

.blog-simple img,
.blog-simple a img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.blog-simple .blog-text {
  display: block;
  position: relative;
  width: 100%;
  padding: 15px 15px 15px 0px;
  margin-bottom: 30px;
  letter-spacing: .3px;
}

.blog-simple blockquote {
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.6em;
  padding: 30px;
  margin: 30px 0 30px 0;
  border-left: 5px solid #f07c00;
}

.blog-simple .blog-text a {
  color: #464646;
  text-decoration: none;
}

.blog-simple .blog-text .heading {
  margin-top: 15px;
}

.blog-simple .blog-text h3 a {
  font-weight: 500;
}

.blog-simple .blog-text span {
  display: inline-block;
  margin-bottom: 20px;
}

.blog-simple .blog-text span.date-post {
  font-size: 13px;
  font-weight: 400;
  margin-left: 20px;
}

.blog-simple .blog-text span.date-post i {
  padding-right: 7px;

}

.blog-simple .blog-text span.user-post {
  font-size: 13px;
  font-weight: 400;
}

.blog-simple .blog-text span.user-post i {
  padding-right: 7px;

}

.blog-simple .blog-text span.comment {
  margin-left: 20px;
  font-size: 13px;
}

.blog-simple .blog-text span.comment a {
  color: #6f6f6f;
  text-decoration: none;
}

.blog-simple .blog-text span.comment a i {
  padding-right: 7px;

}

.blog-simple .blog-text h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 1.5;
}

.btn-blog {
  display: block;
  position: relative;
  width: max-content;
  height: auto;
  color: #fff !important;
  text-decoration: none;
  font-size: 12pt;
  font-weight: 800;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: none;
  line-height: 15px;
  padding: 13px 36px;
  margin-top: 30px;
  background: #f07c00;
  cursor: pointer;
  overflow: hidden;
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.btn-blog:hover {
  color: #292929;
  text-decoration: none;
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
}

.blog-simple ul.pagination {
  position: relative !important;
  color: #fff;
  top: 0px;
  left: 0px;
  margin-bottom: 0px;
  padding: 0;
}

.blog-simple ul.pagination li a {
  font-size: 9.5pt;
  font-weight: 700;
  color: #6f6f6f;
  background: none;
  padding: .72rem 1.1rem;
  border: 1px solid rgba(0, 0, 0, .1);
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.blog-simple ul.pagination li a:hover,
.page-item.active .page-link {
  color: #fff;
  background: #f07c00;
  border: 1px solid rgba(255, 255, 255, .1);
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* post meta */
.post-meta {
  background: #fcfcfc;
  border-top: none;
  text-align: center;
}

.post-meta .format {
  border-bottom: 1px solid #333333;
  padding: 10px 0 10px;
}

.post-meta i {
  margin: 0;
}

.post-meta .date {
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0 10px;
}

.post-meta .date span {
  text-align: center;
  color: #efefef;
  font-size: 12px;
  font-weight: 500;
}

.post-meta .comments {
  padding: 10px 0 10px;
}

.post-meta .comments a {
  color: #efefef;
  font-size: 10px;
  font-weight: 500;
}

.post-meta .comments a:hover {
  text-decoration: none;
}

/* post format */
.post-image {
  margin-bottom: 20px;
}

ul.meta-post {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.meta-post li {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
  list-style: none;
}

ul.meta-post li a {
  float: left;
  font-size: 11pt;
  font-weight: 500;
  padding-top: 20px;
}

/* single post */
.top-article {
  display: block;
  margin-top: 30px;
}

.bottom-article {
  overflow: hidden;
  padding: 10px 0 10px 0;
  margin-top: 10px;
  margin-bottom: 30px;
}

.bottom-article a.btn {
  display: inline-block;
  width: auto;
  height: 40px;
  font-size: 10pt;
  font-weight: 600;
  letter-spacing: 1pt;
  font-style: normal;
  text-align: center;
  line-height: 38px;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  outline: none;
  text-shadow: none;
  margin: 5px auto;
  margin-left: 0px;
  padding: 0 30px 0 30px;
  cursor: pointer;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bottom-article a.btn:hover {
  color: #999;
  background: #efefef;
}

/*  aside, sidebar */
aside {
  position: relative;
  margin-bottom: 40px;
}

.sidebar-nav {
  float: left;
  width: 100%;
}

.right-sidebar {
  margin: 0 auto;
}

.left-sidebar {
  padding: 0 30px 0 0;
}

.left-sidebar .widget h3,
.left-sidebar .widget .widget-content {
  padding-right: 20px;
}

aside .widget,
.widget {
  margin-bottom: 40px;
}

.widget .search-container {
  padding: 0;
  width: 100%;
  margin: 0 auto;
}

.widget .form-control {
  width: 100% !important;
  height: auto !important;
  padding: 7px 10px 7px 10px !important;
  font-size: 13px;
  line-height: 24px;
  color: #f8f8f8;
  background: none;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 0;
  box-shadow: none;
}

.widget .form-control:focus {
  border: 1px solid rgba(255, 255, 255, .3);
  box-shadow: none;
}

.widget .recent div {
  width: 100%;
  display: inline-block;
  padding-bottom: 25px;
}

.widget .recent div img {
  float: left;
  margin-right: 20px;
  width: 65px;
  height: 65px;
  object-fit: cover;
}

.widget .recent div h6 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 5px
}

.widget .recent div h6 a {
  font-weight: 700;
  color: #464646;
  text-decoration: none;
}

.widget .recent div p {
  line-height: 20px;
}

.widget .tags {
  margin: 0;
  margin-left: 0;
  padding-left: 0;
}

.widget .tags div {
  margin: 5px 5px 15px 0;
  display: inline-block;
}

.widget .tags div a {
  font-size: 14px;
  color: inherit;
  border: 1px solid rgba(0, 0, 0, .1);
  padding: 4px 10px;
  text-align: center;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.widget .tags div a:hover {
  text-decoration: none;
  border: 1px solid #f07c00;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.devider-widget {
  display: block;
  border-bottom: 2px solid #f07c00;
  margin-bottom: 30px;
  margin-top: 20px;
  width: 60px;
  text-align: left;
}

.input-group input[type="text"],
.input-group input[type="text"] {
  font-size: 9pt;
  letter-spacing: .9px;
  font-weight: 400;
}

.input-group input[type="text"]:focus,
.input-group input[type="text"].focus {
  color: #111;
}

.input-group span.icon {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  margin-left: 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;

  color: #fff;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.input-group-btn button span.icon {
  background: #333;
}

.input-group-btn button:hover span.icon {
  background: #f07c00;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* Blog end */

/* Blog comment */
#blog-comment {
  margin-top: 60px;
  padding: 0px;
}

#blog-comment h5 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

#blog-comment>ul,
#blog-comment>li {
  list-style: none;
  padding-left: 0;
}

#blog-comment ul.children>ul {
  list-style: none;
}

#blog-comment li .avatar {
  position: absolute;
  border-radius: 100%;
  overflow: hidden;
}

#blog-comment li .avatar {
  object-fit: cover;
  width: 65px;
  height: 65px;
}

#blog-comment li .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#blog-comment .comment {
  font-size: 13px;
  margin-left: 85px;
}

#blog-comment li {
  font-size: 14px;
  line-height: 1.6em;
  padding-bottom: 0px;
}

#blog-comment li>li {
  margin-left: 0px;
  padding-bottom: 0px;
  margin-top: 20px;
  padding-top: 10px;
  border-bottom: none;
}

#blog-comment li li .avatar {
  position: absolute;
}

#blog-comment ul.children {
  margin-left: 70px;
}

#blog-comment .pingback-entry {
  margin-bottom: 20px;
}

#blog-comment p.no-comments {
  color: #8a6d3b;
  background-color: #fcf8e3;
  padding: 5px 15px;
  margin-bottom: 20px;
  border-radius: 4px;
  font-style: italic;
  border: 1px solid #faebcc;
}

#blog-comment>ul ul {
  list-style: none;
  margin-top: 10px;
}

.comment-info {
  margin-left: 85px;
  margin-bottom: 5px;
  background: #fdfdfd;
  padding: 20px 30px;
}

.comment-info .c-name {
  font-size: 1rem;
  font-weight: 800;
}

.comment-info .c-reply {
  display: block;
  margin-top: 10px;
  margin-bottom: 5px;
}

.comment-info .c-reply a {
  color: #6f6f6f;
  font-size: .81rem;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: .9px;
}

.comment-info .c-reply a:hover {
  color: #ccc;
}

.comment-info .c-reply a::before {
  content: "\f112";
  margin-right: 5px;
  font-family: fontawesome;
  font-size: 9px;
  color: #ddd;
}

.comment-info .c-date {
  display: inline;
  text-transform: uppercase;
  font-size: 11px;
  float: right;
  font-weight: 400;
}

.comment-info .c-date i {
  padding-right: 0px;
}

.comment-content.entry.clr p {
  font-size: 14px;
  margin: 15px 0;
}

/* comment form */
.comment-respond {
  margin-top: 10px;
  padding: 25px 30px;
  background: #fdfdfd;
}

.comment-form {
  margin: 15px 0;
}

#comment-form-wrapper h6 {
  font-size: 11pt;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

#comment-form-wrapper {
  margin: 50px 0 50px 0;
  padding: 0px;
}

#commentform input {
  width: 100%;
  font-size: 14px;
  padding: 10px;
  height: 40px;
  letter-spacing: 0px;
  color: inherit;
  background: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, .1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.2s ease;
}

#commentform input:focus {
  background: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, .1);
}

#commentform textarea {
  width: 100%;
  font-size: 14px;
  padding: 10px;
  height: 150px;
  color: inherit;
  background: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, .1);
}

#commentform textarea:focus {
  color: #f8f8f8;
  background: rgba(0, 0, 0, 0);
}

#commentform button.btn,
#commentform input[type="submit"] {
  width: 160px;
  height: 40px;
  font-size: .83rem;
  font-weight: 800;
  letter-spacing: 1px;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  line-height: 35px;
  color: #fff;
  border: 0px solid rgba(0, 0, 0, 0);
  background: #f07c00;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  outline: none;
  text-shadow: none;
  margin: 15px auto 0;
  margin-left: 0px;
  padding: 0;
  cursor: pointer;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#commentform button.btn:hover,
#commentform input[type="submit"]:hover {
  color: #fff;
  background: #999;
}

#cancel-comment-reply-link {
  color: red;
}

.comment-reply-title {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.3333;
  letter-spacing: 0;
}

/* search menu */
.search-container {
  position: relative;
  width: 100%;
  padding: 5vh 15% 5vh;
}

#searchmenu {
  position: relative;
}

.s-input-home {
  font-size: 1rem;
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 46px;
  padding: 0;
  border: 0px;
  border-bottom: 1px solid #ddd;
}

.btn-s-input {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 56px;
  height: 46px;
  font-size: .9rem;
  background: none;
  border: 0px;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Blog comment end */

/* scroll onStep */
.onStep {
  opacity: 0;
}

@media screen and (max-width: 970px) {
  .revs {
    flex-direction: column-reverse;
  }
}

.counter-section {
  /* background: url("../images-slider/img-slide-4.jpg") center!important; */
  height: 20vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.counter-section .main-title {
  color: #ffffff;
  margin-bottom: 50px;
  text-align: center;
}

.counter-count {
  text-align: center;
}

.counter-count .count {
  /* background: rgba(255, 255, 255, 0.2);
  border: 2px solid #fff; */
  border-radius: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 40px;
  font-weight: 700;
  justify-content: center;
  height: 50px;
  margin: 0 auto 0px;
  width: 180px;
}

.counter-count h3 {
  color: #fff;
}

@media (max-width: 1200px) {
  .counter-count .count {
    height: 120px;
    font-size: 40px;
    width: 120px;
  }
}

.stack {
  margin-top: -411px;
  z-index: 22;
  background: none;
  color: #000;
}

.hero-area video {
  height: 800px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  background-size: cover;
  background-position: center center;
}

.hero-content-position {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}

.overly-style-1 {
  position: relative;
}

.overly-style-1:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
}

.overly-style-1.opacity-point-4:before {
  opacity: -0.4;
}

.overly-style-1.opacity-point-7:before {
  opacity: -0.7;
}




.panel {
  height: 270px;
  width: 190px;
  position: relative;
}

.panel:hover .card {
  filter: blur(1.5px);
}

.panel:hover .card1 {
  background-size: 215% 135%;
}

.panel:hover .card2 {
  background-size: 115% 115%;
}

.panel:hover .card3 {
  background-size: 155% 115%;
}

.panel:hover .title {
  color: rgba(255, 255, 255, 0.2);
}

.panel:hover .border {
  border: 1px solid white;
}

.panel:hover .slide {
  bottom: 0px;
}

.panel:hover .ring:before,
.panel:hover .ring:after {
  transform: translateX(-50%) translateY(-50%) rotate(310deg);
}

.ring,
.card,
.border,
.slide,
.line {
  /* display: flex; */
  justify-content: center;
  align-items: center;
}

.ring {
  color: #fffbf1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 170px;
}

.card {
  background: #f0ead6;
  position: relative;
  transition: all 1s;
  height: 350px;
  width: 300px;
  border: 1px solid white;
}

.card1 {
  background-image: url("../image/projects/project/project-details-5.jpg");
  background-repeat: no-repeat;
  background-size: 200% 120%;
}

.card2 {
  background-image: url("../image/projects/project/project-1.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.card3 {
  background-image: url("../image/projects/project/project-4.jpg");
  background-repeat: no-repeat;
  background-size: 140% 100%;
}

.ring:before,
.ring:after {
  /* content: ""; */
  padding: 0.7em 0.4em;
  position: absolute;
  left: 50%;
  width: 133%;
  top: 50%;
  display: block;
  border: 5px solid #50c9c3;
  border-radius: 50%;
  transition: transform 1s;
  transform: translateX(-50%) translateY(-50%) rotate(50deg);
}

.ring:before {
  border-color: #ebebeb #ebebeb rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  z-index: -1;
}

.ring:after {
  border-color: rgb(0 0 0 / 29%) rgba(0, 0, 0, 0) #363435 #313840;
}

p {
  /* text-align: center; */
  /* position: absolute; */
  font-size: 16px;
  /* font-family: 'Roboto'; */
}

h2 {
  /* font-family: 'Urbanist', serif !important; */
}

.title {
  font-size: 40px;
  font-weight: 700;
  transition: all 1s;
  top: 0;
}

.para {
  bottom: 0;
  font-size: 16px;
  font-family: 'Urbanist', serif;
  padding: 20px;
  margin: 0;
  color: #fff;
  text-align: center;
}

.border {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.5);
  height: 330px;
  width: 280px;
  transition: border 1s;
  overflow: hidden;
}

.slide {
  height: 260px;
  width: 180px;
  position: absolute;
  border: 1px solid black;
  bottom: -270px;
  background: rgba(0, 0, 0, 0.5);
  transition: bottom 1s;
  flex-direction: column;
}

.fa-plane {
  font-size: 16px;
}

.containers {
  height: 100vh;
  width: 100vw;
  max-height: 600px;
  max-width: 1200px;
  min-height: 600px;
  min-width: 1100px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  background: none !important;
}


@media only screen and (max-width: 600px) {
  .mob {
    display: none;

  }
}

/*================================================
Services Area CSS
=================================================*/
.services-area {
  padding-bottom: 70px;
}

.single-services-box {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  z-index: 1;
  border-radius: 5px;
  border: 1px solid #e9e9e9;
  padding: 30px 45px;
  transition: 0.5s;
}

.single-services-box .icon {
  font-size: 65px;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  margin-top: -15px;
  margin-bottom: 10px;
}

.single-services-box .icon .icon-bg img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  width: auto !important;
  display: inline-block !important;
  z-index: -1;
}

.single-services-box h3 {
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 13px;
  transition: 0.5s;
  font-size: 24px;
  font-weight: 600;
}

.single-services-box h3 a {
  display: inline-block;
}

.single-services-box h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  background-color: #e9e9e9;
  height: 2px;
  width: 60px;
  transition: 0.5s;
}

.single-services-box p {
  transition: 0.5s;
  margin-top: 0;
  margin-bottom: 0;
}

.single-services-box .read-more-btn {
  display: inline-block;
  margin-top: 15px;
  color: #ff5d22;
  font-size: 16px;
  font-weight: 600;
}

.single-services-box .read-more-btn:hover {
  letter-spacing: 0.5px;
}

.single-services-box .box-shape img {
  position: absolute;
  left: 0;
  top: 0;
  width: auto !important;
  transition: 0.5s;
  display: inline-block !important;
}

.single-services-box .box-shape img:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}

.single-services-box:hover {
  border-color: #524552;
  background-color: #524552;
}

.single-services-box:hover .icon {
  color: #ff5d22;
}

.single-services-box:hover h3::before {
  background-color: #ff5d22;
}

.single-services-box:hover h3 a {
  color: #ffffff;
}

.single-services-box:hover p {
  color: #ffffff;
}

.single-services-box:hover .box-shape img:nth-child(1) {
  opacity: 0;
  visibility: hidden;
}

.single-services-box:hover .box-shape img:nth-child(2) {
  opacity: 1;
  visibility: visible;
}

.services-box {
  margin-bottom: 30px;
  text-align: center;
  border-radius: 5px;
  background-color: #524552;
}

.services-box img {
  border-radius: 5px;
}

.services-box .services-content {
  padding: 30px 45px;
}

.services-box .services-content h3 {
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 13px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
}

.services-box .services-content h3 a {
  display: inline-block;
  color: #ffffff;
}

.services-box .services-content h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  background-color: #ffffff;
  height: 2px;
  width: 60px;
  transition: 0.5s;
}

.services-box .services-content p {
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 0;
}

.services-slides.owl-theme .owl-nav {
  opacity: 0;
  visibility: hidden;
  margin-top: 0;
  transition: 0.5s;
}

.services-slides.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  background-color: transparent;
  transition: 0.5s;
  color: #bcbcbc;
  font-size: 25px;
}

.services-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -30px;
}

.services-slides.owl-theme .owl-nav [class*=owl-]:hover {
  color: #ff5d22;
  background-color: transparent;
}

.services-slides.owl-theme .owl-dots {
  line-height: 0.01;
  margin-top: 5px;
  margin-bottom: 30px;
}

.services-slides.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 2px;
  margin: 0 3px;
  background-color: #524552;
  transition: 0.5s;
  border-radius: 0;
}

.services-slides.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ff5d22;
}

.services-slides.owl-theme .owl-dots .owl-dot.active span {
  background-color: #ff5d22;
  width: 25px;
}

.services-slides.owl-theme:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

.main-services-slides.owl-theme .owl-dots {
  line-height: 0.01;
  margin-top: 10px !important;
  margin-bottom: 30px;
}

.main-services-slides.owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  margin: 0 3px;
  background-color: transparent;
  transition: 0.5s;
  border-radius: 50%;
  border: 1px solid #ff5d22;
  position: relative;
}

.main-services-slides.owl-theme .owl-dots .owl-dot span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #ff5d22;
  border-radius: 50%;
  margin: 2px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  transform: scale(0);
}

.main-services-slides.owl-theme .owl-dots .owl-dot:hover span::before,
.main-services-slides.owl-theme .owl-dots .owl-dot.active span::before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.services-boxes-area {
  /* margin-top: -180px; */
  position: relative;
  z-index: 2;
}

.single-box {
  text-align: center;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.single-box img {
  border-radius: 5px;
  transition: 0.5s;
  width: 100%;
  height: 450px;
}

.single-box .contents {
  background-color: #313840;
  padding: 65px 35px 50px;
  position: absolute;
  left: 0;
  transition: 0.5s;
  height: auto;
  width: 100%;
  bottom: 0;
  border-radius: 100% 100% 5px 5px;
}

.single-box .contents h3 {
  margin-bottom: 0;
  position: relative;
  padding-bottom: 15px;
  transition: 0.5s;
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
}

.single-box .contents h3 a {
  display: inline-block;
  color: #f7941d;
}

.single-box .contents h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  background-color: #ffffff;
  height: 2px;
  width: 60px;
  transition: 0.5s;
}

.single-box .hover-content {
  background-color: #313840;
  padding: 65px 35px 50px;
  position: absolute;
  left: 0;
  height: auto;
  width: 100%;
  bottom: -138px;
  border-radius: 100% 100% 5px 5px;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.single-box .hover-content h3 {
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 15px;
  transition: 0.5s;
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
}

.single-box .hover-content h3 a {
  display: inline-block;
  color: #ffffff;
}

.single-box .hover-content h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  background-color: #ffffff;
  height: 2px;
  width: 60px;
  transition: 0.5s;
}

.single-box .hover-content p {
  transition: 0.5s;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 0;
}

.single-box .hover-content .read-more-btn {
  display: inline-block;
  margin-top: 15px;
  color: #ffffff;
  position: relative;
  font-size: 16px;
  font-weight: 600;
}

.single-box .hover-content .read-more-btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #524552;
}

.single-box:hover .contents {
  opacity: 0;
  visibility: hidden;
}

.single-box:hover .hover-content {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

.single-box:hover img {
  transform: scale(1.3) rotate(4deg);
}

/*================================================
 Gallery Area CSS
/* =================================================*/
/* .shorting-menu {
  text-align: center;
  margin-bottom: 40px;
}
.shorting-menu .filter {
  border: none;
  background-color: #f5f5f5;
  border-radius: 5px;
  transition: 0.5s;
  color: #524552;
  padding: 10px 20px;
  /* margin-left: 2px;
  margin-right: 2px; */
/* font-size: 15px;
  font-weight: 600; */
/* } */
/* General Styling for the Gallery */
.gallery-area {
  padding-top: 100px;
  padding-bottom: 100px;
}

.gallery-area .shorting .row {
  display: flex;
  flex-wrap: wrap;
  /* Space between gallery items */
}

.gallery-area .single-gallery-box {
  position: relative;
  flex: 1 1 calc(20% - 10px);
  /* 5 images per row */
  max-width: calc(20% - 10px);
  margin: 5px;
  /* Adjust spacing around gallery items */
  overflow: hidden;
  border-radius: 10px;
}


.gallery-area .single-gallery-box img {
  width: 100%;
  /* Ensure image fills its container */
  height: auto;
  /* Maintain aspect ratio */
  object-fit: cover;
  /* Ensure no distortion */
  display: block;
  border-radius: 10px;
}

/* Lightbox Button Styling */
.gallery-area .single-gallery-box .gallery-btn {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-area .single-gallery-box:hover .gallery-btn {
  opacity: 1;
}

/* Responsive Breakpoints */
@media (max-width: 1024px) {
  .gallery-area .single-gallery-box {
    flex: 1 1 calc(33.33% - 10px);
    /* 3 columns on medium screens */
    max-width: calc(33.33% - 10px);
  }
}

@media (max-width: 768px) {
  .gallery-area .single-gallery-box {
    flex: 1 1 calc(50% - 10px);
    /* 2 columns on smaller screens */
    max-width: calc(50% - 10px);
  }
}

@media (max-width: 576px) {
  .gallery-area .single-gallery-box {
    flex: 1 1 calc(100% - 10px);
    /* Full width on mobile screens */
    max-width: calc(100% - 10px);
  }
}

.shorting-menu .filter:hover,
.shorting-menu .filter.mixitup-control-active {
  background-color: #f7ce31;
  color: #ffffff;
}

.shorting-menu .filter:last-child {
  margin-right: 0;
}

.shorting-menu .filter:first-child {
  margin-left: 0;
}

.gallery-area .container-fluid {
  padding: 0;
}

.gallery-area .container-fluid .row {
  margin: 0;
}

.single-gallery-box {
  flex: 0 0 20%;
  max-width: 20%;
  text-align: center;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

.single-gallery-box::before {
  width: 100%;
  content: "";
  position: absolute;
  height: 100%;
  background-color: #75b0bec4;
  left: 0;
  top: 0;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.single-gallery-box .gallery-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  color: #524552;
  font-size: 18px;
  margin-top: 15px;
  opacity: 0;
  visibility: hidden;
}

.single-gallery-box .gallery-btn:hover {
  color: #ffffff;
  background-color: #524552;
}

.single-gallery-box:hover::before {
  opacity: 0.85;
  visibility: visible;
}

.single-gallery-box:hover .gallery-btn {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.ptb-100 {
  padding-top: 35px;
  padding-bottom: 35px;
}

@media (max-width: 768px) {
  .gallery-area .row {
    gap: 15px;
  }
}

@media (max-width: 576px) {
  .gallery-area .row {
    grid-template-columns: 1fr;
  }
}



.why-choose-us-area .container-fluid {
  padding: 0;
}

.why-choose-us-area .container-fluid .row {
  margin: 0;
}

.why-choose-us-area .container-fluid .row .col-lg-5,
.why-choose-us-area .container-fluid .row .col-lg-7 {
  padding: 0;
}


/* 

.why-choose-us-image {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: url(../img/banner/abouthome.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.why-choose-us-image img {
  display: none;
}

 */



.why-choose-us-content {
  background-color: #313840;
}

.why-choose-us-content .contents {
  max-width: 1010px;
  overflow: hidden;
  padding-left: 80px;
  padding-top: 50px;
  padding-bottom: 65px;
  padding-right: 20px;
  height: 687px;
}

.why-choose-us-content .contents .sub-title {
  color: #ff5d22 !important;
  font-size: 18px !important;
  display: block !important;
  margin-bottom: 8px !important;
}

.why-choose-us-content .content h2 {
  color: #ffffff !important;
  margin-bottom: 0 !important;
  font-size: 42px !important;
  font-weight: 700 !important;
}

.why-choose-us-content .contents p {
  color: #ffffff !important;
  font-size: 16px !important;
  margin-bottom: 0 !important;
  margin-top: 10px !important;
  padding-right: 30px;
}

.why-choose-us-content .contents .features-list {
  padding-left: 0 !important;
  list-style-type: none !important;
  display: flex !important;
  flex-wrap: wrap !important;
  margin-left: -15px !important;
  margin-right: -15px !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.why-choose-us-content .contents .features-list li {
  flex: 0 0 50% !important;
  /* max-width: 50%!important; */
  color: #e5e5e5 !important;
  position: relative !important;
  padding-left: 80px !important;
  padding-right: 15px !important;
  padding-top: 30px !important;
}

.why-choose-us-content .contents .features-list li .icon {
  position: absolute;
  left: 15px;
  top: 35px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  transition: 0.5s;
  border-radius: 50%;
  color: #181718;
  background-color: #fff;
  text-align: center;
  font-size: 20px;
}

.why-choose-us-content .contents .features-list li span {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
}

.why-choose-us-content .contents .features-list li:hover .icon {
  background-color: #121212;
  color: #ffffff;
}

/*================================================
Benefits Area CSS
=================================================*/
.single-benefits-box {
  padding: 45px 25px;
  margin-bottom: 22px;
  background-color: #f8f8f8;
  transition: 0.5s;
  text-align: center;
}

.single-benefits-box:last-child {
  margin-bottom: 0;
}

.single-benefits-box h3 {
  margin-bottom: 0;
  transition: 0.5s;
  font-size: 18px;
  font-weight: 600;
}

.single-benefits-box p {
  transition: 0.5s;
  margin-top: 10px;
}

.single-benefits-box .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  transition: 0.5s;
  border-radius: 50%;
  color: #ff5d22;
  background-color: #352735;
  text-align: center;
  font-size: 25px;
  display: inline-block;
  margin-bottom: 15px;
}

.single-benefits-box:hover {
  background-color: #ff5d22;
}

.single-benefits-box:hover h3 {
  color: #ffffff;
}

.single-benefits-box:hover p {
  color: #ffffff;
}

.single-benefits-box:hover .icon {
  background-color: #ffffff;
  color: #ff5d22;
}

.benefits-image {
  text-align: center;
}

.benefits-image img {
  width: 100%;
}


/*================================================
Pricing Area CSS
=================================================*/
/* .pricing-area {
  padding-bottom: 70px;
} */

.single-pricing-box {
  margin-bottom: 30px;
  background-color: #ffffff;
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
  border-radius: 5px;
  text-align: center;
  padding-bottom: 50px;
}

.single-pricing-box .pricing-header {
  background-color: #524552;
  border-radius: 5px 5px 0 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 90px;
  padding-bottom: 90px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.single-pricing-box .pricing-header.bg1 {
  background-image: url(../image/gallery/living-room.jpg);
}

.single-pricing-box .pricing-header.bg2 {
  background-image: url(../image/gallery/home-office.jpg);
}

.single-pricing-box .pricing-header.bg3 {
  background-image: url(../image/gallery/kitchen.jpg);
}

.single-pricing-box .pricing-header.bg4 {
  background-image: url(../image/gallery/bathroom.jpg);
}

.single-pricing-box .pricing-header.bg5 {
  background-image: url(../image/gallery/bedroom.jpg);
}


.single-pricing-box .pricing-header.bg7 {
  background-image: url(../image/gallery/office-spaces.jpg);
}

.single-pricing-box .pricing-header.bg8 {
  background-image: url(../image/gallery/retail-store.PNG);
}

.single-pricing-box .pricing-header.bg9 {
  background-image: url(../image/gallery/resturant-cafe.jpg);
}

.single-pricing-box .pricing-header.bg10 {
  background-image: url(../image/gallery/hotels.jpg);
}

.single-pricing-box .pricing-header.bg11 {
  background-image: url(../image/gallery/event-spaces.PNG);
}

.single-pricing-box .pricing-header.bg12 {
  background-image: url(../image/gallery/retail-showcase.PNG);
}

.single-pricing-box .pricing-header.bg13 {
  background-image: url(../image/gallery/technology-showcase.PNG);
}

.single-pricing-box .pricing-header.bg14 {
  background-image: url(../image/gallery/art-cultural.PNG);
}

.single-pricing-box .pricing-header.bg15 {
  background-image: url(../image/gallery/home-theater.PNG);
}

.single-pricing-box .pricing-header.bg16 {
  background-image: url(../image/gallery/home-game.PNG);
}

.single-pricing-box .pricing-header.bg17 {
  background-image: url(../image/gallery/smart-homes.PNG);
}

.single-pricing-box .pricing-header.bg18 {
  background-image: url(../image/gallery/patio-deck.PNG);
}

.single-pricing-box .pricing-header.bg19 {
  background-image: url(../image/gallery/garden-img.PNG);
}

.single-pricing-box .pricing-header.bg20 {
  background-image: url(../image/gallery/outdoor-living.PNG);
}



.single-pricing-box .pricing-header::before {
  content: "";
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: #524552;
  opacity: 0.75;
}

.single-pricing-box .pricing-header h3 {
  margin-bottom: 0;
  color: #ffffff;
  position: relative;
  z-index: 1;
  font-weight: 600;
  font-size: 24px;
  margin-top: -75px;
}

.single-pricing-box .pricing-header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 150px;
  width: 100%;
  background-image: url(../img/pricing-shape.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.single-pricing-box .price {
  color: #524552;
  margin-top: 20px;
  font-size: 40px;
  font-weight: 700;
}

.single-pricing-box .price sub {
  text-transform: uppercase;
  bottom: 2px;
  font-weight: 300;
  font-size: 18px;
}

.single-pricing-box .book-now-btn {
  margin-top: 20px;
}

.single-pricing-box .book-now-btn .default-btn {
  background-color: transparent;
  color: #ff5d22;
  border: 1px solid #ff5d22;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.single-pricing-box .book-now-btn .default-btn span {
  background-color: #ff5d22;
}

.single-pricing-box .book-now-btn .default-btn:hover {
  color: #ff5d22;
  text-decoration: none;
}

.single-pricing-box .pricing-features-list {
  margin-bottom: 0;
  margin-top: 25px;
  list-style-type: none;
  text-align: left;
  padding-left: 40px;
  padding-right: 40px;
}

.single-pricing-box .pricing-features-list li {
  color: #524552;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 300;
}

.single-pricing-box .pricing-features-list li i {
  color: #ff5d22;
  margin-right: 2px;
}

.single-pricing-box .pricing-features-list li i.flaticon-cross-out {
  font-size: 14px;
}

.single-pricing-box .pricing-features-list li.none-active {
  opacity: 0.76;
}

.single-pricing-box .pricing-features-list li.none-active i {
  color: #524552;
}

.single-pricing-box .pricing-features-list li:last-child {
  margin-bottom: 0;
}




/*================================================
About Area CSS
=================================================*/
.about-title {
  /* border-right: 1px solid #dfdddf; */
  /* padding-right: 35px; */
}

.about-title span {
  color: #ff5d22;
  font-size: 18px;
  /* display: block; */
  margin-bottom: 8px;
}

.about-title h2 {
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 700;
}

.about-text {
  /* padding-left: 35px; */
}

.about-text p {
  margin-bottom: 0;
}

.about-text .read-more-btn {
  margin-top: 18px;
  display: inline-block;
  color: #ff5d22;
  font-size: 16px;
  font-weight: 600;
}

.about-text .read-more-btn i {
  transition: 0.5s;
  display: inline-block;
}

.about-text .read-more-btn:hover i {
  margin-left: 3px;
}

.about-section .container-fluid {
  padding: 0;
}

.about-section .container-fluid .row {
  margin: 0;
}

.about-section .container-fluid .row .col-lg-6 {
  padding: 0;
}

.about-image {
  position: relative;
  text-align: right;
}

.about-image .img1,
.about-image .img2,
.about-image .img3 {
  display: inline-block;
}

.about-image .img1 {
  position: relative;
  z-index: 1;
  padding-top: 25px;
}

.about-image .img1::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 0;
  width: 100%;
  height: 95%;
  border: 8px solid #ff5d22;
  z-index: -1;
}

.about-image .img2 {
  position: absolute;
  left: 0;
  top: 55px;
  z-index: 1;
  border: 5px solid #ffffff;
  border-left: none;
}

.about-image .img3 {
  position: absolute;
  left: 0;
  bottom: 55px;
  z-index: 1;
  border: 5px solid #ffffff;
  border-left: none;
}

.about-content {
  max-width: 555px;
  padding-left: 50px;
}

.about-content .sub-title {
  color: #ff5d22;
  font-size: 18px;
  display: block;
  margin-bottom: 8px;
}

.about-content h2 {
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 700;
}

.about-content p {
  margin-top: 15px;
  margin-bottom: 0;
}

.about-content .read-more-btn {
  margin-top: 20px;
  display: inline-block;
  color: #ff5d22;
  font-size: 16px;
  font-weight: 600;
}

.about-content .read-more-btn i {
  transition: 0.5s;
  display: inline-block;
}

.about-content .read-more-btn:hover i {
  margin-left: 3px;
}

.about-content .features-list {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 20px;
  margin-top: 0;
}

.about-content .features-list li {
  flex: 0 0 50%;
  max-width: 50%;
  color: #554955;
  position: relative;
  padding-left: 70px;
  padding-right: 15px;
  padding-top: 20px;
}

.about-content .features-list li .icon {
  font-size: 35px;
  color: #ff5d22;
  position: absolute;
  left: 15px;
  top: 20px;
}

.about-content .features-list li span {
  display: block;
  margin-bottom: 6px;
  font-size: 17px;
  font-weight: 600;
}

.whatsapp-button {
  position: fixed;
  right: 79px;
  bottom: 17px;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 41px;
  height: 41px;
  background-color: #25D366;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
}

.whatsapp-button i {
  color: white;
  font-size: 24px;
}

.whatsapp-button:hover {
  background-color: #128C7E;
}



.icon-slider {
  width: 100%;
  margin: 0 auto;
  position: relative;
  /* padding:60px; */
  padding-bottom: 18px;
  /* height: 387px; */
}

.icon-slider .slick-slide {
  text-align: center;
  padding: 10px;
  position: relative;
}

.icon-slider .slick-slide a {
  display: inline-block;
  /* width: 243px; */
  height: 100px;

  line-height: 150px;
  /* background-color: #f1f1f1; */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  transition: background-color 0.3s ease;
  font-size: 30px;
  z-index: 31;
  /* Ensure z-index is greater than 30 */
  position: relative;
}

/* .icon-slider .slick-slide a:hover {
  background-color: #ddd;
} */

/* .icon-slider .slick-slide a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  width: 180px; 
  height: 2px; 
  background-color: #000; 
  z-index: 30;
  transform: translateY(-50%);
} */

.icon-slider .slick-slide:last-child a:before {
  display: none;
  /* Remove line after the last icon */
}

.icon-slider .slick-slide a i {
  color: #333;
}

.icon-slider-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 31;
  /* Ensure it's above other elements */
}

.icon-slider {
  position: relative;
  top: 0;
  z-index: 31;
  /* Ensure it's above other elements */
  transition: top 0.3s ease;
}

.icon-slider.sticky {
  position: fixed;
  top: 93px;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #cccfd0;

  z-index: 31;
  height: 129px;
  align-items: center;
}


/* Ensure the container maintains space when icons are sticky */
.icon-slider-placeholder {
  height: 0;
  transition: height 0.3s ease;
}

.icon-slider-wrapper {
  position: relative;
  width: 101%;
  height: auto;
  z-index: 31;
  /* Ensure it's above other elements */
}

.icon-slider {
  position: relative;
  top: 0;
  z-index: 31;
  /* Ensure it's above other elements */
  transition: top 0.3s ease;
}


/* Placeholder to maintain space when not sticky */
.icon-slider-placeholder {
  height: 0 !important;
  transition: height 0.3s ease;
}

/* When sticky, hide the placeholder */
.icon-slider.sticky+.icon-slider-placeholder {
  display: none;
}


.slick-prev {
  left: 20px !important;
  font-size: 30px !important;
}

.slick-next {
  right: 18px !important;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'Font Awesome 5 Free', 'slick' !important; /* Use Font Awesome for icons */
  font-weight: 900; /* Required for solid icons */
  font-size: 28px !important;
  line-height: 1;
  opacity: .75;
  margin-right: -33px !important;
  color: #0e809a !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 99 !important;
}

/* Set specific icons for the previous and next buttons */
.slick-prev:before {
  content: '\f104'; /* Unicode for left chevron (previous) */
}

.slick-next:before {
  content: '\f105'; /* Unicode for right chevron (next) */
}


.slick-prev {

  z-index: 99 !important;
}

.slick-prev .sticky {
  position: fixed;
  top: 30px;
  right: 35px !important;

  height: 171px;

}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 25px !important;
  height: 27px !important;
  border-radius: 100px !important;

  padding-top: 1.5px !important;
  padding-right: 28px !important;
  /* padding: 0; */
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  /* color: #fffbfb!important; */
  border: none;
  outline: none;
  background: white !important;
}


@media only screen and (max-width: 770px) {
  .stack {
    display: none;
  }

  .why-choose-us-content .contents {
    max-width: 767px;
    overflow: hidden;
    padding-left: 40px;
    padding-top: 30px;
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .why-choose-us-image img {
    display: none;
  }

  .detailcontent {
    display: block;
    padding: 10px 5%;
    line-height: 2;
    letter-spacing: .3px;
  }

  footer {
    font-weight: 400;
    background: #363435;
    padding: 30px 0 0;
  }


  .mobile-flex {
    display: inline-block;
    /* Arrange items in a line */
    margin-right: 10px;
  }


}

@media only screen and (min-width: 1200px) {
  .menu-right {

    display: none !important;
  }
}


@media only screen and (max-width: 1200px) {
  .icon-slider.sticky {
    top: 84px !important;
  }
}

@media only screen and (max-width: 1200px) {
  header.init {

    position: fixed !important;

  }
}



/* 
    @media only screen and (max-width: 600px) {
  
      .icon-slider .slick-slide a {
       margin-left: 0px;
      }
      } */


@media only screen and (max-width: 1195px) {
  .white nav ul li.icons-menu {
    display: none;

  }
}

@media only screen and (min-width: 1198px) {
  .list-iteams {
    display: none;

  }
}



@media only screen and (max-width: 1198px) {
  .list-iteams {
    display: flex !important;
    justify-content: space-between;
    padding: 0 710px 0 0;
    /* Adjust padding as needed */
  }
}


@media only screen and (max-width: 320px) {

  .icon-slider .slick-slide a {
    width: 250px;
    padding: 0 108px 0 23px;
    margin-left: 10px;
  }
}

@media only screen and (max-width: 502px) {
  .icon-slider .slick-slide a {
    /* margin-left: 30px; */
  }
}


@media only screen and (max-width: 767px) {
  .single-pricing-box .pricing-header {
    padding-top: 40px;
    padding-bottom: 48px;
  }
}

@media only screen and (min-width: 1288px) {

  .icon-slider .slick-slide a {
    width: 260px !important;
  }
}

@media only screen and (min-width: 1200px) {

  .icon-slider .slick-slide a {
    width: 205px;
  }
}

@media only screen and (max-width: 380px) {
  .icon-slider .slick-slide a {
    width: 239px;
    margin-left: 30px;
  }
}

@media only screen and (max-width: 320px) {
  .icon-slider .slick-slide a {
    width: 265px !important;
  }
}

@media only screen and (max-width: 520px) {
  .subheading {
    margin-top: 18px;
  }
}

/* Default background for the navbar */
.navbar-default-white {
  /* background-color: white; */
  transition: background-color 0.3s ease;
  margin-top: -15px;
}

/* Background when scrolled */
.navbar-scrolled {
  background-color: #313840 !important;
  top: 0px;
  /* height:103px; */
}

/* Optional: Add this to your CSS file */
.logo h1 {
  font-size: 1.5rem;
  /* Adjust size as needed */
  font-weight: bold;
  color: #fff;
  /* Change to desired color */
  text-decoration: none;

}

.logo p {
  font-size: 2rem;
  /* Adjust size as needed */
  color: #fff;
  /* Change to desired color */
  text-decoration: none;
}




a:hover {

  text-decoration: none;
}

.logo .text-white {
  color: white;
}

.logo .text-decoration-none {
  text-decoration: none;
}

.logo h1,
.logo p {
  margin: -31px;
}

/* .active-link :active{
  color: blue; 
  font-weight: bold; 
} */




@media (max-width: 1250px) {

  .logo h1 {
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
  }

  /* Your styles for screens wider than 1250px go here */
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  /* margin-bottom: 2.5rem; */
  /* font-family: "roboto"; */
  /* font-weight: 700; */
  line-height: 1.2;
  color: inherit;
  /* letter-spacing: 4px; */
  /* font-size: 48px; */

}

.cp-block-headline {
  /* font-family: "Urbanist", serif; */
  font-weight: 700;
  color: var(--cp-color-primary);
  font-size: 48px;
  font-size: 3rem;
  letter-spacing: 0.025em;
}

@media (max-width:1200px) {
  .d-md-block {
    display: block !important;
    color: #fff;
    font-size: 30px;
    z-index: 6666;
  }

  .fontsmall {
    font-size: 18px !important;
  }

  .fontmini {
    font-size: 10px !important;

  }
}

@media (max-width:430px) {
  .why-choose-us-image {
    display: flex;

  }
}

@media (max-width: 767px) {
  .features-list {
    flex-direction: column;
  }

  .features-list li {
    width: 100%;
    /* Make each item take full width */
    margin-bottom: 6px;
    max-width: 120% !important;
    font-weight: 600;
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .hero-content-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .transparent-form {
    width: 90%;
    margin-top: 20px;
  }

  .hero-text {
    text-align: center;
    margin-bottom: 20px;
  }
  .slick-prev,
.slick-next {

  display: none !important;
}
.circlecard-hover{
  width: 341px !important;
  height:411px !important;
}
.cardpage-filter{
  margin-top: 106px !important;
}
.buttton-groupleft{
  margin-left: -52px !important;
}
.Bokking-box{
  width:357px !important;
}
.discript-box{
  width:357px !important;
}
.text-logo{
  font-size: 9px !important;
}
}

@media (max-width: 320px) {

.discript-box{
  width:273px !important;
}
.Bokking-box{
  width:273px !important;
}
.buttton-groupleft{
  margin-left: -103px !important;
  padding: none !important;
  font-size: 10px !important;
}
}
.transparent-form h2 {
  font-size: 20px;
}

.transparent-form input,
.transparent-form button {
  font-size: 14px;
}

.transparent-form button.close-button {
  font-size: 24px;
}




@media (max-width: 999px) {
  .banner-image {
    height: 720px !important;
  }

  .why-choose-us-content .contents {
    height: 930px;
  }

  .foot-her {
    display: none;
  }
}

/* Banner Section */
.banner-section {
  position: relative;
  height: 100vh;
  /* Full viewport height */
  overflow: hidden;
  /* Prevent scrolling */
  background: url('/path-to-banner-image.jpg') no-repeat center center;
  background-size: cover;
}

.transparent-form {
  /* position: fixed; */
  z-index: 1000;
}

.slick-track {}



@media (max-width: 768px) {
  .why-join {
    text-align: center !important;
  }

  .our-alumin {
    text-align: center !important;
  }

  .page-advesior {
    display: none;
  }

  .bannerhaedthree {
    margin-right: 167px;
    font-size: 16px;
    width: 82%;
    margin-top: 64px;
  }

  .banner-boostdata {
    /* width: 82%; */
    text-align: justify;
    padding-left: 36px;
    padding-right: 36px;
  }

  .banner-boostdatas {
    text-align: justify;
    padding-left: 36px;
    padding-right: 36px;
  }

  .banner-boostdatasv {
    text-align: justify;
    padding-left: 36px;
    padding-right: 36px;
  }

  .banner-boostdatadf {
    text-align: justify;
    padding-left: 36px;
    padding-right: 36px;
  }

  .envrbt {
    margin-right: 100px;
  }
}


@media (min-width: 1000px) {

  .whds {
    margin: 55px;
  }

  .our-alumin {
    margin-top: -70px;
  }

  .what-lernersay {
    padding: 50px 20px 20px;
  }

  .bannerhead {
    font-size: 34px;
    /* margin-left: -126px; */
    /* width: 130%; */
    margin-top: -80px;
  }

  .bannerheadtwo {
    margin-top: 100px !important;
    margin-left: 65px;
  }

  .bannerhaedthree {
    margin-right: 167px;
    margin-top: 87px;
    width: 73%;
    text-align: justify;
  }

  .bannerhaedthreeone {
    margin-left: 14px;
    width: 100%;
  }

  .enroll-download-bttons {
    margin-top: 90px;
  }

  .banner-boostdata {
    width: 76%;
    text-align: justify;
    margin-top: 83px;
  }

  .banner-boostdatas {
    width: 65%;
    text-align: justify;
    margin-top: -15px;
    margin-bottom: 150px;
  }

  .banner-boostdatasv {
    width: 58%;
    text-align: justify;
    margin-top: -14px;
    margin-bottom: 150px
  }

  .banner-boostdatadf {
    width: 58%;
    text-align: justify;
    margin-top: -15px;
    margin-bottom: 150px
  }

  .buttondownbrochure {
    margin-top: -26px;
  }

  .fastrack-head {
    margin-top: -74px;
  }

  .fastrack-alumini {
    margin-top: -48px;
  }

  .about-databanner {
    width: 60%;
    left: 50px;
  }

  .bannerhead {
    text-align: left;
  }

  .fastparagrap {
    margin-left: 125px;
  }

  .fastrack {
    margin-left: 0px;
  }

  .banner-second-data {
    width: 100%;
  }
  .simulationdta{
    margin-top: -33px;
  }
  .offers{
    margin-top: 50px;
  }
}

@media (max-width: 568px) {
  .enroll-download-bttons {
    display: inline-grid;
    text-align: center;
  }
}


@media (max-width: 1200px) {
  .mdflbg {
    display: none !important;
  }
 
}

@media (max-width: 750px) {
  .bddgh {
    height: 1090px !important;
  }

  .about-databanner {
    margin-top: -140px;
    width: 100% ;
  }

  .aboutcontentdata {
    padding: 0px 10px;
    font-size: 16px;
  }

  .logonameheading {
    margin-right: 80px !important;
  }
  @media (max-width: 320px) {
    .form-group{

margin-top: -110 !important;

}
.login-container1{
 margin-top: -75px;
}
}
@media (max-width: 412px) {
.login-container1{
  margin-top: 50px;
}
}
  .bannerhead {
    /* margin-top: -161px; */
    /* font-size: 15px !important; */
  }

  .title-datass:before {
    display: none;
  }

  .title-datasou:before {
    display: none;
  }

  .title-datawhat:before {
    display: none;
  }

  .title-data:before {
    display: none;
  }

  .title-data {
    text-align: center;
  }

  .fastractlearner {
     /* margin-left: -70px;  */
    /* width: 310px; */
    justify-content: center;
  }

  .titlenamel {
    margin-right: 73px !important;
    font-size: 20px !important;
  }

  .banner-second-data {
    font-size: 20px !important;
    margin-top: 50px;
  }

  .mainbanner-content {
    margin-top: 63px !important;
  }



}

@media (min-width: 751px) {

.datamain{
margin-left: 42px;
}
.datamains{
  margin-left: 498px !important;
  margin-top: -314px !important;
  font-weight: bold !important;
  
}
.simulated-data{
  margin-left: 53px !important;
}

.offers-data{
  margin-top: -74px;
  margin-left: 480px !important;
}
.get-free{
  margin-left: 480px !important;
  width: 400px !important;
}
.simdf{
  margin-left: 480px !important;
}

}



.title-data:before {
  content: '';
  width: 148px;
  height: 3px;
  background: #000;
  position: absolute;
  margin-top: 70px;
  /* bottom: -2px; */
  left: 50%;
  margin-left: -78px;
}

.title-datass:before {
  content: '';
  width: 207px;
  height: 3px;
  background: #000;
  position: absolute;
  margin-top: 70px;
  /* bottom: -2px; */
  left: 50%;
  margin-left: -170px;
}

.title-datasou:before {
  content: '';
  width: 207px;
  height: 3px;
  background: #000;
  position: absolute;
  margin-top: 70px;
  /* bottom: -2px; */
  left: 50%;
  margin-left: -142px;
}

.title-datawhat:before {
  content: '';
  width: 207px;
  height: 3px;
  background: #000;
  position: absolute;
  margin-top: 80px;
  /* bottom: -2px; */
  left: 50%;
  margin-left: -125px;
}


@media (max-width: 1664px) {

  .ProvisorIIA .Provisor-IIA-para {
    padding-left: 82px;
  }

}

@media (max-width: 1199px) {

  .ProvisorIIA .Provisor-IIA-para {
    padding-left: 0px !important;
  }
  .ProvisorIIA  {
    padding-left: 40px !important;
  }
  .certiCertification{
    height: 248px !important;
  }
}


@media (max-width: 470px) {

  .certiCertification{
    height: 200px !important;
  }

}

@media (max-width: 370px) {

  .certiCertification{
    height: 170px !important;
  }

}

@media (max-width: 1460px) {

  .ChoosePara{
    font-size: 14px;
  }
  .ChooseH2{
    margin-bottom:20px !important;
  }

}

@media (max-width: 990px) {

  .ChoosePara{
    font-size: 16px;
  }
  .ChooseH2{
    margin-bottom:30px !important;
  }
  .sheduleprograms {
    display: none;
  }
  .banner-video{
    height:100% !important;
  }
}

@media (max-width: 820px) {
  .banner-video{
    height:84% !important;
  }
}

@media (max-width: 425px) {
  

  .why-choose-us-content .contents {
    height: 1477px !important;
  }

 
}

@media (max-width: 629px) {
  

  .why-choose-us-content .contents {
    height: 1200px;
  }

 
}


@media (max-width: 1556px) {

  .styleContainerer{
    margin-bottom: 10px  !important;
  }
  .fastrack-head{
    margin-top: -113px;
  }
  .fastractlearner{
    height:930px !important;
  }

}


@media (max-width: 1199px) {
  

  .forTheWidth{
    width: 700px !important;
  }
  .fastractlearner{
    margin-bottom: 20px !important;
    box-shadow: 7px 7px 7px rgb(216, 220, 247);
  }
  .fastrack-head{
    margin-top: 0px !important;
  }
  .forMarginGiven{
    margin-bottom: 20px !important;
  }
 
}


@media (max-width: 425px) {

  
  .fastractlearner{
    margin-left: 0px !important;
    width:377px !important;
  }

}

.key-feature-box{
  border-radius: 5px;
}




@media (max-width: 1397px) {

  .titlenamel{
   font-size: 20px !important;
  }
  .logo-change{
   max-height: 86px !important;
  }
  }
  
  @media (max-width: 1316px) {
  
    .titlenamel{
     font-size: 16px !important;
    }
    .logo-change{
      max-height: 84px !important;
    }
    .navbar-default-white{
      height: 103px;
    }
    }



    @media (max-width: 1346px) {
  
      
      
      .content-testy{
        height: 646px;
      }
      }

      
    @media (max-width: 1419px) {
  
      
      .navbar-default-white{
        height: 103px;
      }
      
    }
    @media (min-width: 1200px) {

    .dfs{
      /* height: 70px !important; */
    }
    .bannerhead {
     margin-left: 42px;
    }
  }

.javafull{
  font-size: 40px;
  width: 494px ;
  margin-left: 16px !important;
 margin-top: -14px;
 margin-bottom: 37px;
  font-weight: bold;
  font-family: sans-serif;
  
}

.javait{
  font-size: 40px;
  width: 494px ;
  margin-left: 10px !important;
 margin-top: -14px;
 margin-bottom: 10px;
  font-weight: bold;
  font-family: sans-serif;  
}
.Pythonbanner{
  font-size: 40px;
  width: 494px ;
  margin-left: 12px !important;
 margin-top: -14px;
 margin-bottom: 10px;
  font-weight: bold;
  font-family: sans-serif; 
}
.fluterbainner{
  font-size: 40px;
  width: 494px ;
  margin-left: 53px !important;
 margin-top: -14px;
 margin-bottom: 10px;
  font-weight: bold;
  font-family: sans-serif; 
}
.javaplase{
  font-size: 40px;
  width: 494px ;
  margin-left: 10px !important;
 margin-top: -14px;
 margin-bottom: 10px;
  font-weight: bold;
  font-family: sans-serif;
}

@media (max-width: 427px) {
  .javafull{
font-size: 25px;
margin-left: 25px !important;

  }
  
  .javait{
    font-size: 25px;
    margin-left: -118px !important;
  }
  .javaplase{
    font-size: 30px !important;
    margin-left: 16px !important;
}
.fluterbainner{
  margin-left: 16px !important;
  font-size: 25px !important;
}
.javaget{
  margin-left: 20px !important;
  font-size: 17px !important;
  margin-top: -130px !important;
}
.toolget{
  margin-left: 20px !important;
  font-size: 17px !important;
  margin-top: -130px !important;
}
.toolfixture{
  margin-left: 118px !important;
  font-size: 25px !important;
  /* margin-top: -130px !important; */
}
.Digitalfactory{
  margin-left: 20px !important;
  font-size: 25px !important;
}
.Pythonbanner{
  margin-left: -110px !important;
  font-size: 25px !important;
}
.flutters{
  margin-left: 10px !important;
  font-size: 25px !important;
}
.flutterstwo{
  margin-left: 10px !important;
  font-size: 25px !important;
}
}
@media (max-width: 768px) {
.toolget{
  margin-left: 20px !important;
  font-size: 17px !important;
  margin-top: -130px !important;
}
}
@media (max-width: 360px) {
.secondscrol{
font-size: 18px;
}
}
  .six-axis{
    font-size: 40px;
    width: 494px ;
    margin-left: -4px !important;
   margin-top: -14px;
   margin-bottom: 10px;
    font-weight: bold;
    font-family: sans-serif;
  }
  .toolfixture{
    font-size: 40px;
    width: 494px ;
    margin-left: 3px !important;
   margin-top: -14px;
   margin-bottom: 10px;
    font-weight: bold;
    font-family: sans-serif;
  }
  .Digitalfactory{
    font-size: 40px;
    width: 494px ;
    margin-left: 10px !important;
   margin-top: -14px;
   margin-bottom: 10px;
    font-weight: bold;
    font-family: sans-serif;
  }
  .flutters{
    font-size: 40px;
    width: 494px ;
    margin-left: 10px !important;
   margin-top: -14px;
   margin-bottom: 10px;
    font-weight: bold;
    font-family: sans-serif;
  }
  /* .flutterstwo{
    font-size: 40px;
    width: 494px ;
    margin-left: 50px !important;
   margin-top: -14px;
   margin-bottom: 10px;
    font-weight: bold;
    font-family: sans-serif;
  } */
  
  .thirdsixaxies{
    font-size: 40px;
    width: 494px ;
    margin-left: -6px !important;
   margin-top: -14px;
   margin-bottom: 10px;
    font-weight: bold;
    font-family: sans-serif;
  }
  .intershipdatathired{
    font-size: 25px !important;
    width: 494px !important;
    margin-left: 9px !important;
   margin-top: -14px;
   margin-bottom: 10px;
    font-weight: bold;
    font-family: sans-serif;
  }

  @media (max-width: 999px) {

  .axisdata{
    font-size: 22px !important;
    width: 494px ;
    margin-left: 13px !important;
    margin-top: 60px;
  }
  
  .six-axis{
    font-size: 22px !important;
    width: 494px ;
    margin-left: 26px !important;
    margin-top: -2px;
    font-weight: bold;
    font-family: sans-serif;
  }

  .thirdsixaxies{
    font-size: 22px !important;
    width: 494px ;
    margin-left: 26px !important;
    margin-top: -2px;
    font-weight: bold;
    font-family: sans-serif;
  }
  .fourthaxis{
    font-size: 22px !important;
    width: 494px ;
    margin-left: 16px !important;
    margin-top: -2px;
    font-weight: bold;
    font-family: sans-serif;
  }
  
  .intershipdatathired{
    margin-left: 27px !important;
    width: 281px !important;
  }

  .secondscrol{
    font-size: 21px !important;
    width: 361px !important;
    margin-left: 16px !important;
    margin-top: 60px;
  }
  .internshipsasis{
    font-size: 20px !important;
    width: 301px !important;
    margin-left: 20px !important;
    margin-top: 60px;
  }
  
  .placedaaxis{
    font-size: 21px !important;
    width: 405px ;
    margin-left: 16px !important;
    margin-top: 60px;
  }
  .placementsheddata{
    font-size: 22px !important;
    width: 405px ;
    margin-left: -36px !important;
    margin-top: 60px;
  }
  .axisdatas{
    font-size: 22px !important;
    width: 405px ;
    margin-left: 16px !important;
    margin-top: -63px !important;
  }
  .directplacements{
    font-size: 21px !important;
    width: 252px ;
    margin-left: 16px !important;
    margin-top: 29px !important;
    text-align: justify !important;
  }
  .firstbreak{
    font-size: 21px !important;
    width: 270px !important;
    margin-left: 16px !important;
    margin-top: -9px !important;
    text-align: justify !important;
  }
  .dirctkeyss{
    font-size: 21px !important;
    /* width: 277px !important ; */
    margin-left: 16px !important;
    margin-top: -9px !important;
    text-align: justify !important;
  }
  .placementprgromdata{
    font-size: 22px !important;
 
    margin-left: 27px !important;
    margin-top: -217px !important;
  }
  .interndute{
    font-size: 22px !important;
    width: 405px ;
    margin-left: 16px !important;
    margin-top: -12px !important;
  }
  .montlystipend{
    font-size: 22px !important;
    width: 193px ;
    margin-left: 16px !important;
    margin-top: -9px !important;
  }
  .revieinterhing{
    font-size: 25px !important;
    width: 292px ;
    margin-left: 25px !important;
    margin-top: -2px !important;
  }
  .axisdate{
    font-size: 22px !important;
    width: 405px ;
    margin-left: 16px !important;
    margin-top: -13px !important;
  }
  .axiduration{
    font-size: 22px !important;
    width: 405px ;
    margin-left: 16px !important;
    margin-top: -14px !important;
  }
  .modedatas{
     margin-left: 29px !important;
  }

.dataofenrollregisttrainsadd{
  width: 272px !important;
  margin-left: 16px !important;
  margin-top: 110px !important;
}
.get-freetraing{
  font-size: 22px !important;
        margin-top: -193px !important;
      }
     
  .axismode{
    font-size: 22px !important;
    width: 405px ;
    margin-left: 16px !important;
    margin-top: -20px !important;
  }
  .specialoffer{
    font-size: 19px !important;
    margin-top: -54px !important;
    margin-left: -13px !important;
  }

  .timedatass{
   margin-left: -3px !important;
  }
  .simulationdta{
    margin-left: -138px !important;
    font-size: 33px !important;
    margin-top: -28px;
  }
  .offers-data{
    margin-top: -100px;
    font-size: 26px !important;
    margin-left: 67px ;
  }
  .datamain{
    font-size: 19px !important;
    margin-top: -54px !important;
    margin-left: -13px !important;
  }
  .datamains{
    font-size: 24px !important;
    margin-top: -111px !important;
    text-align: left;
    margin-left: 25px !important;
  }
 .ratingstar{
    margin-left: 16px !important;
 }
  .get-free{
    font-size: 27px !important;
   margin-top: -51px!important;
    margin-left: 20px !important;
  }
.timecolucations{
  margin-top: 100px !important;
  margin-left: -50px !important;
}
.delmiasofte{
  margin-left: 0px !important;
  font-size: 16px !important;
  margin-top: -66px;
}
.souseregis{
  margin-left: 0px !important;
  font-size: 15px !important;
  margin-top: -59px !important;
}
  /* .dklmn{
  margin-left: 10px;
} */
.simdf{
  margin-left: 16px !important;
  font-size: 16px !important;
  margin-top: -66px;
}
.forthedata{
  margin-left: -40px !important;
  font-size: 22px !important;
  margin-top: -20px;
}
.bddghss{
  /* height: 100px !important;
  width:100px !important; */
  display: none !important;
}

.image-datas{
  height: 100px !important;
  width:161px !important;
  margin-top: 8px !important;
  margin-left: -27px !important;
  }
  .endbrd {
    width: 100% !important;
    margin-top: 11px ;
  }
  .endbrdsss{
    width: 100% !important;
    margin-top: 127px !important ;
    margin-left: 0px !important;
  }
  .patnerone-imge{
    width: 211px !important;
  }
  .patner-secondata{
    margin-top: 20px !important;
  }
  .adviser-img{
    width:100% !important;
  }

  .timeValue{
    font-size: 14px !important;
  }
  .timerBox{
    width: 81% !important;
    margin-left: 27px !important;
    margin-top: -119px !important;
  }
  .bannertimerclock{
    /* width: 50px !important;
    height: 20px !important;
    margin-left: 150px !important; */
    display: none !important;
  }
  .dataofenrollregist{
    margin-top: -238px !important;
    margin-left: 3px !important;
    margin-bottom: 30px !important;
  }
  .firstbannerheight{
    height:880px !important
  }
  

  .montdur{
    font-size: 22px !important;
    width: 380px ;
    margin-left: 16px !important;
    margin-top: -8px !important;
  }
  .refundata{
    font-size: 22px !important;
    width: 373px ;
    margin-left: 16px !important;
    margin-top: -8px !important;
  }
  .tariningdata{
    font-size: 25px !important;
    width: 405px ;
    margin-left: -41px !important;
    margin-top: 0px !important;
  }
  .notplacedata{
    font-size: 22px !important;
    width: 300px ;
    margin-left: 20px !important;
    margin-top: -44px !important;
  }
  .traininprogram{
    font-size: 25px !important;
  }
  .reviewdata{
    font-size: 25px !important;
    width: 405px ;
    margin-left: 24px !important;
    margin-top: 0px !important;
  }
  .getoffered{
    font-size: 25px !important;
    width: 405px ;
    margin-left:23px !important;
    margin-top: -188px !important;
  }
  .dataofenrollregisttrain{
    width: 272px !important;
    margin-left: 16px !important;
  }
  .processsimul{
    font-size: 16px !important;
    width: 405px ;
    margin-left:-5px !important;
    margin-top: -62px !important;
  }
  .fddfd{
    height: 900px !important;
  }
  
}
@media (max-width: 999px) {

.bddghs{
     height: 870px !important;
}
.secondbannerhe{
  height: 720px !important;
}
.thirdbannervirtual{
  height: 720px !important;
}
.keyfrtures-data{
  /* margin-top: -272px !important; */
}
.datatotal{
  top:119px !important;
}
.aboutbanner-dataimg{
  height: 620px !important;
}
}

@media (min-width: 1200px) {


.datatotal{
  top:80px !important;
}
.corsessyext{
  margin-left: 165px !important;
}
}

@media (min-width: 1000px) {
.workshop-data{
  margin-left: 60px !important;
}
.aboutdata-banner{
  margin-left: 60px;
}

.image-datas{
  display: none !important;
  }


  .datatotal{
    top:119px !important;
  }

  .about-img-side{
    margin-top: 170px !important;
  }
.datahahha{
  margin-top: 220px !important;
  
}
  .endbrdsss{
    margin-top: 65px !important;
  }

  }

  @media (max-width: 350px) {


  .testydata{
   height: 720px !important;
  }
}
@media (max-width: 850px) {

.all-data-tabs{
 display: none !important;
}
}
@media (min-width: 850px) {

  .dataregrate{
    display: none !important;
  }
  }


  @media (max-width: 850px) {
    .dfddss{
     display: none !important;
    }
    .count-downtime{
      display: none !important;
    }
    .dddsa{
    display: none;
      margin-top: 368px !important;
      margin-left: -477px !important;
    }
    .datahahha{
      margin-top: 260px !important;
      margin-left: 12px !important;
      width: 350px !important;
    }
  }
  @media (min-width: 850px) {
  
  .dddsa{
    display: none !important;
    margin-top: 200px !important;
  }
  }



  @media (max-width: 768px) {
    .card-container {
        flex-wrap: wrap;
        justify-content: center; /* Center align cards on smaller screens */
    }

    .service-card {
        flex: 1 1 calc(50% - 15px); /* Cards take up 50% of row width */
    }
}

@media (max-width: 480px) {
    .service-card {
        flex: 1 1 100%; /* Cards take up 100% of row width */
        margin-bottom: 10px; /* Add margin between rows */
    }
}


@media (min-width: 999px) {

  .datamain{
  margin-left: 42px;
  }
  .datamains{
    margin-left: 490px !important;
    margin-top: -500px !important;
    font-weight: bold !important;
    width: 500px;
    
  }
  .simulated-data{
    margin-left: 53px !important;
  }
  
  .offers-data{
    margin-top: -74px;
    margin-left: 400px !important;
  }
  .get-free{
    margin-left: 490px !important;
    margin-top: -50px !important;
  }
  .simdf{
    min-width:420px;
    margin-left: 450px !important;
  }
  .secondslickslider{
    display: none !important;
  }
  .getoffered{
    width: 300px !important;
  }
  .get-freetraing{
    width: 300px !important;
  }
  .placementprgromdata{
    width: 300px !important;
  }
  .internshipsasis{
    width: 800px !important;
  }
  
  }
  @media (max-width: 768px) {
    .gallery-area .single-gallery-box {
      flex: 1 1 calc(50% - 10px);
      /* 2 columns on smaller screens */
      max-width: calc(50% - 10px);
    }
  
    .vertical{
      flex-direction: column;
    }
  
    .width{
      min-width:350px;
    }
  
    .fonts{
      font-size:10px;
    }
  
    .titles{
      font-size:10px !important;
    }
  
    .widths{
      min-width:350px;
    }
  
    .webina{
      color: #100f0f;
      margin-left:400px !important;
    }
  
    .axis{
      font-size:10px !important;
    }
  
    .mar{
      margin-top:10px !important;
    }
  
    .mobnm{
      font-size:14px !important;
    }
    
    .inform{
      font-size: 20px !important;
      /* width: 300px !important; */
    
    }
    
    /* .iconddd{
      display: none;
    }
    .secondslickslider{
      display: none;
    } */
  }
  @media (max-width: 540px) {
    .inform{
width: 513px !important;
    }

  }
  
 @media (max-width: 412px) {
    .inform{
width: 406px !important;
    }

  }
  @media (max-width: 320px) {
    .inform{
width: 314px !important;
font-size: 14px !important;
    }
    .poupcontener{
    width:100% !important
    }
  }

  @media (max-width: 1230px) {
  .titlenamel{
  margin-left: -50px !important;
  
  }
  
}

@media (max-width: 578px) {
  .ffft{
    flex-direction: column !important;
    text-align: center !important;
  }
  .subfooter{
    display: grid !important;
  }
} 
@media (max-width: 400px) {
  .titlenamel{
    min-width: 175px !important;
    color: rgb(255, 255, 255);
    font-weight: 400;
    font-family: none;
    margin-left: -15px !important;
  }
  }
 
  
  @media (max-width: 999px) {
  .firstlickslider{
    display: none !important;
  }
  .lightlickslider{
    display: none !important;
  }
}

@media (max-width: 465px) {
  .javafull{
font-size: 30px;
margin-left: 16px !important;
  }
  
  .javait{
    font-size: 30px;
    margin-left: 16px !important;
  }
  .firstbreak{
    /* font-size: 25px !important; */
    margin-left: 16px !important;
  }
  .poupcomtener{

width: 100% !important;
padding: 0% !important;
  }
  .javaplase{
    font-size: 25px !important;
    margin-left: 16px !important;
}
.fluterbainner{
  margin-left: 0px !important;
  font-size: 25px !important;
}
.javaget{
  margin-left: 25px !important;
  font-size: 17px !important;
  margin-top: -130px !important;
}
.toolget{
  margin-left: 20px !important;
  font-size: 19px !important;
  margin-top: -130px !important;
}
.toolfixture{
  margin-left: 23px !important;
  font-size: 19px !important;
  /* margin-top: -130px !important; */
}
.Digitalfactory{
  margin-left: 22px !important;
  font-size: 19px !important;
}
.Pythonbanner{
  margin-left: 26px !important;
  font-size: 25px !important;
}
.flutters{
  margin-left: 25px !important;
  font-size: 25px !important;
}
.flutterstwo{
  margin-left: 25px !important;
  font-size: 25px !important;
}
}
@media (max-width: 320px) {
.service-card{
width: 280px !important;
}
.const-getBoxStyle{
  width:177%;
}
}
@media (max-width: 467px) {
.poupclose{
top: 117px !important;
right: 43px !important;
height:84% !important;
left: -10px !important;
}
.cutbutton{
  margin-top: -27px !important;
  right:-28px !important;
}
.popupContent{
  height: 406px !important;
  width:100% !important;
  padding: 0 !important;
}
}
@media (max-width: 999px) {
.firstsearch{
width: 0px !important;
margin-right: 44px !important;
}
.titlenamel {
  margin-right: 73px !important;
  font-size: 20px !important;
}
}
@media (max-width: 1200px) {
  .firstsearch{
  width: 0px !important;
  margin-right: 44px !important;
  }
  .titlenamel {
    margin-right: 73px !important;
    font-size: 20px !important;
  }
  }
 
  @media (max-width: 480px) {
  .p-4 bg-white shadow rounded mb-4{
width: 300px !important;
  }
}
@media (max-width: 480px) {
.itslider{
display: none;

}
.reCreateTabs{
  display: none;
}
}
@media (max-width: 768px) {
  .itslider{
  display: none;
  
  }
  .reCreateTabs{
    display: none;
  }
  .virtual-key{
    height:413px !important;
    margin-top: 138px !important;
 }
 .digital-key{
  height:413px !important;
    margin-top: 105px !important;
 }
 .fixtuer-key{
  height:413px !important;
    margin-top: 105px !important;
 }
 .java-key{
  height:413px !important;
    margin-top: 132px !important;
 }
 .java-image{
  margin-top: 8px !important;
 }
 .python-key{
  height:413px !important;
  margin-top: 10px !important;
 }
 .python-image{
  margin-top: 8px !important;
 }
 .react-key{
  height:413px !important;
  margin-top: 10px !important;
 }
 .carrerfound-key{
  height:413px !important;
  margin-top: 10px !important;
 }
 .softskill-key{
  height:413px !important;
  margin-top: 10px !important;
 }
 .digitalpreence-key{
  height:413px !important;
  margin-top: 10px !important;
 }
 .digitalkey-image{
  margin-top: 306px !important;
 }
 .fixturekey-image{
  margin-top: 8px !important;
 }
 .boxwide{
  width:160% !important;
  flex-direction: column;
 }
 
}
@media (max-width: 768px) {
.cutttt{
top: 101px !important;
right: 23px !important;
background: none;
}
}
@media (max-width: 768px) {
.webinarsss{
margin-top: -151px !important;

}
.margicontener{
  margin-top: 277px !important;
}
.rightleftcontener{
  flex-direction: column !important;
  position: sticky !important;
  justify-content: center !important;
  margin-left: 30px !important;
}
.cardconte{
  margin-left: -14px !important;
}
.Coursescontener{
  margin-top: 130px !important;
}
.side{
  margin-left: 49px !important;
}
.tekno{
  margin-left: 49px !important;
}
}
@media (max-width: 320px) {
  .tekno{
    margin-left: 12px;
  }
  .disccccreting{
    margin-top: -2px !important;
    gap:none;
    
  }
}

@media (max-width: 425px) {
  .tekno{
    margin-left: 62px;
  }
  .sideimage-all{
    margin-top: 54px !important;
  }
  
} 
@media (max-width: 999px) {
.virtual-key{
height: 416px !important;
}
.key-image{
  height: 405px !important;
}
.disccccreting{
  margin-top: -2px !important;
  gap:none;


}
}  

/* Default: Do NOT wrap on larger screens */



/* Extra small devices (phones) */
.all-filter-box {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap !important;
}

/* Larger screens: horizontal layout, no wrapping */
@media (min-width: 577px) {
  .all-filter-box {
    flex-direction: row;
    flex-wrap: nowrap !important;
  }
 .tectalks-contner{
    height: 925px !important;
  }
}
@media (min-width: 480px) {

 .tectalks-contner{
    height: 925px !important;
  }
}
/* Small devices (landscape phones) */
@media (max-width: 768px) {
  .all-filter-box {
    flex-wrap: wrap !important;
  }
  .icon-slider-wrapper{
    margin-top: -177px !important;
  }
  .button-nav  {
    top:85px !important;
  }
  .tectalks-contner{
    height: 925px !important;
  }
  .speakerbox{
    margin-left: 0px !important;
  }
  .navlogo{
    margin-left: -22px !important;
  }
  .imagespeakers{
    height: 290px !important;

  }
  /* .buttonrowstyle{
    width: 103% !important;
  } */
}

/* Medium devices (tablets) */
@media (max-width: 992px) {
  .all-filter-box {
    flex-wrap: nowrap !important;
  }
  /* .buttonrowstyle{
    width: 103% !important;
  } */
}

/* Large devices (desktops) */
@media (max-width: 1200px) {
  .all-filter-box {
    flex-wrap: nowrap !important;
  }
  /* .buttonrowstyle{
    width: 103% !important;
  } */
}

/* Extra large devices (large desktops) */
@media (min-width: 1201px) {
  .all-filter-box {
    flex-wrap: nowrap !important;
  }
}
