﻿/* CSS Document */


/* 
*
*
[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('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/* general */
body {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  background: #000;
  color: #ffffff !important;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .3px;
}

section {
  position: relative;
  background: #000;
  padding: 40px 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;
  overflow: hidden;
}

.bggray {
  background: #f7f7f7;
  color: #6f6f6f;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color:white;
  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;
}
.section-title__title {
  margin: 0;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  margin-top: 1px;
}
.section-title__tagline {
  position: relative;
  display: inline-block;
  color: #fe660f;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
  background-color: var(--ambed-black, #3c3531);
  color: var(--ambed-white, #ffffff);
  font-size: 14px;
  font-weight: 700;
  padding: 15px 50px 15px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 1;
}

.thm-btn:hover {
  color: var(--ambed-white, #ffffff);
}

.thm-btn:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 3px;
  background-color: #fe660f;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  z-index: -1;
}

.thm-btn:hover:after {
  opacity: 1;
  width: 100%;
}

#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: 90px;
}

.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 20px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .3px;
  text-decoration: none;

  -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: 'Titillium Web', sans-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: #ffff;
  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: 30px;
}

.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: 160px 0;
  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: 800;
  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-top: 120px;

}

.detailcontent {
  display: block;
  padding: 90px 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: #292e34;
  color: #fff;
}

.detailcontent .subheading {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
}

.detailcontent .heading {
  font-size: 2.7rem;
  font-weight: 700;
  color: #ffff;
  margin: 15px 0 20px;
  line-height: 1.2;
}

.detailcontent .textdetail {
  font-weight: 500;
  margin-bottom: 30px;
}

.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: #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-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: #ffff;
  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: #ffff;
  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: 60px 30px;
  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: 80px;
  height: 80px;
  border-radius: 80px;
  overflow: hidden;
  margin: 0 auto 15px;
}

.user .name {
  font-size: 1.2rem;
  font-weight: 700;
}

.user .title {
  color: #aaa;
  line-height: 13px;
}

/* blog */
.blogcolumn {
  display: block;
  padding: 15px;
  margin: 0;
  border: 1px solid #eee;
}

.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: #ffff;;
  font-weight: 400;
}

.blogcolumn .blogcont .headingblog {
  font-size: 1.6rem;
  font-weight: 700;
  color: #ffff;
  line-height: 1.2;
  margin: 15px 0;
}

.blogcolumn .blogcont .descblog {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 30px;
  color: white;
}

/* 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: #c4a05b;
  -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: #47484c;
}

.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: #292e34;
  padding: 90px 0 0;
}

footer .logo {
  margin-bottom: 30px;
}

footer .heading {
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  line-height: 3rem;
  margin-bottom: 30px;
}

footer .description {
  color: #fff;
  line-height: 2;
}

footer .s-social {
  width: max-content;
  margin: 30px 0 0;
}

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: 30px 0;
  margin-top: 45px;
  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;
  right: 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: #ffff;
  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: #ffff;
  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;
}

.about-one {
  position: relative;
  display: block;
  padding: 105px 0 111px;

}

.about-one-shape-2 {
  position: absolute;
  top: -325px;
  left: -325px;
  height: 650px;
  width: 650px;
  background-color: #f8f6f5;
  border-radius: 50%;
}

.about-one-wall {
  position: absolute;
  top: 0;
  right: 0;
  opacity: .5;
}

.about-one-wall img {
  width: auto;
}

.about-one__left {
  position: relative;
  display: block;
  margin-right: 50px;
}

.about-one__left .section-title {
  margin-bottom: 50px;
}

.about-one__left .section-title__line {
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.about-one__text-1 {
  font-size: 24px;
  color: #fe660f;
  font-weight: 500;
  line-height: 36px;
}

.about-one__points {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 44px;
  margin-bottom: 44px;
}

.about-one__points li {
  position: relative;
  display: block;
}

.about-one__points li+li {
  margin-left: 20px;
}

.about-one__points-content-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #fe660f;
  padding-left: 30px;
  padding-right: 33px;
  padding-top: 23px;
  padding-bottom: 23px;
  border-top-right-radius: 45px;
  border-bottom-right-radius: 45px;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
  -webkit-transition-delay: 2ms;
  transition-delay: 2ms;
  z-index: 1;
}

.about-one__points li:hover .about-one__points-content-box {
  border: 2px solid transparent;
}

.about-one__points-content-box:before {
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: 0;
  width: 5px;
  content: "";
  background-color: #fe660f;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 1;
  z-index: -1;
}

.about-one__points li:hover .about-one__points-content-box:before {
  opacity: 1;
  width: 100%;
  border-top-right-radius: 45px;
  border-bottom-right-radius: 45px;
}

.about-one__points-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-one__points-icon span {
  font-size: 32px;
  color: #fe660f;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.about-one__points li:hover .about-one__points-icon span {
  color: var(--ambed-white, #ffffff);
}

.about-one__points-text-box {
  margin-left: 20px;
}

.about-one__points-text {
  font-size: 16px;
  color: var(--ambed-black, #3c3531);
  font-weight: 700;
  line-height: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.about-one__points li:hover .about-one__points-text {
  color: var(--ambed-white, #ffffff);
}

.about-one__text-2 {
  font-size: 18px;
  line-height: 34px;
}

.about-one__contact-us {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 39px;
}

.about-one__call {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 20px;
}

.about-one__call-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 55px;
  width: 55px;
  border-radius: 50%;
  background-color: #fe660f;
  color: var(--ambed-white, #ffffff);
  font-size: 26px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.about-one__call-icon:hover {
  background-color: var(--ambed-black, #3c3531);
}

.about-one__call-text {
  margin-left: 20px;
}

.about-one__call-text p {
  line-height: 25px;
}

.about-one__call-text a {
  font-size: 20px;
  color: var(--ambed-black, #3c3531);
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.about-one__call-text a:hover {
  color: #fe660f;
}

.about-one__right {
  position: relative;
  display: block;
  margin-left: 70px;
  margin-right: 18px;
}

.about-one__img-box {
  position: relative;
  display: block;
}

.about-one__img {
  position: relative;
  display: block;
  border-bottom-left-radius: 70px;
  border-top-right-radius: 70px;
  overflow: hidden;
  z-index: 2;
}

.about-one__img:after {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}

.about-one__img:hover:after {
  -webkit-animation: shine 1.5s;
  animation: shine 1.5s;
}

.about-one__img img {
  width: 100%;
  border-bottom-left-radius: 75px;
  border-top-right-radius: 75px;
}

.about-one__small-img {
  position: absolute;
  top: 90px;
  right: -150px;
  border-bottom-left-radius: 70px;
  border-top-right-radius: 70px;
  z-index: 999;
}

.about-one__small-img img {
  width: auto;
  border-bottom-left-radius: 75px;
  border-top-right-radius: 75px;
}

.about-one__project {
  position: absolute;
  bottom: -66px;
  right: -60px;
  background-color: #fe660f;
  padding: 50px 40px 47px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  z-index: 2;
}

.about-one__project-icon {
  position: relative;
  display: block;
  margin-bottom: 11px;
}

.about-one__project-icon span {
  font-size: 65px;
  color: var(--ambed-white, #ffffff);
  position: relative;
  display: block;
}

.about-one__project-content {
  position: relative;
  display: block;
}

.about-one__project-content h3 {
  color: var(--ambed-white, #ffffff);
  font-size: 40px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 45px !important;
}

.about-one__project-text {
  color: var(--ambed-white, #ffffff);
  line-height: 16px;
}

.about-one__project-content .odometer-formatting-mark {
  display: none;
}

.about-one__shape-1 {
  position: absolute;
  top: -40px;
  left: -40px;
  height: 235px;
  width: 235px;
  background-color: var(--ambed-primary, #f2eeeb);
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.about-one__dot {
  position: absolute;
  bottom: -15px;
  left: -54px;
  opacity: .3;
}

.about-one__dot img {
  width: auto;
  -webkit-animation-name: shapeMover;
  animation-name: shapeMover;
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}


.feature-one {
  position: relative;
  display: block;
  z-index: 2;
}

.feature-one__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.feature-one__single {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
}

.feature-one__content {
  position: relative;
  display: block;
  background-color: var(--ambed-primary, #f2eeeb);
  padding: 40px 40px 40px;
  overflow: hidden;
  margin-bottom: 30px;
  z-index: 1;
}

.feature-one__content:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  content: "";
  background-color: var(--ambed-bdr-color, #e2ddda);
}

.feature-one__single:last-child .feature-one__content:before {
  display: none;
}

.feature-one__content:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  background-color: #fe660f;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 1;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.feature-one__single:hover .feature-one__content:after {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.feature-one__shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.05;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-one__single:hover .feature-one__shape-1 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

.feature-one__shape-1 img {
  width: auto;
}

.feature-one__shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.05;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-one__single:hover .feature-one__shape-2 {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 700ms;
  transition-delay: 700ms;
}

.feature-one__shape-2 img {
  width: auto;
}

.feature-one__icon {
  position: relative;
  display: block;
}

.feature-one__icon span {
  position: relative;
  display: block;
  font-size: 63px;
  color: #fe660f;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-one__single:hover .feature-one__icon span {
  color: var(--ambed-white, #ffffff);
}

.feature-one__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.feature-one__title a {
  color: var(--ambed-black, #3c3531);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-one__single:hover .feature-one__title a {
  color: var(--ambed-white, #ffffff);
}

.feature-one__text {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.feature-one__single:hover .feature-one__title{
  color: #fff;
}

.feature-one__single:hover .feature-one__text {
  color: #f0d9cd;
}

.feature-one__arrow {
  position: relative;
  display: block;
  margin-top: 20px;
}

.feature-one__arrow a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: var(--ambed-white, #ffffff);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-one__single:hover .feature-one__arrow a {
  background-color: var(--ambed-black, #3c3531);
}

.feature-one__arrow a i {
  position: relative;
  display: inline-block;
  font-size: 13px;
  color: #fe660f;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-one__single:hover .feature-one__arrow a i {
  color: var(--ambed-white, #ffffff);
}

.our_service{
  /*	background-image: linear-gradient(45deg, #0062cc, transparent); */
      background-color: #ebebeb;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .our_service2{
    color: #343c5c;
      text-align: center;
      font-size: 30px;
      font-weight: 900;
  }
  .our_service4{
    width: 180px;
      border-top: 2px solid;
      border-radius: 50px;
      margin-top: -10px;
      color: #fb722e;
  }
  .our_services{
  /*	background-image: linear-gradient(45deg, #122fc0, transparent); */
    background-color: #343c5c;
      margin-top: 10px;
      text-align: center;
    border-radius:20px;
  }
  .our_services1{
    color: white;
      text-decoration: none;
      font-size: 25px;
      font-weight: bold;
  }
  .our_services:hover{
  /*    background-image: linear-gradient(45deg, #ed0909, transparent); */
    background-color: #fb722e;
    border-radius:20px;
  }
  .our_services1:hover{
    color: white;
      text-decoration: none;
  }
  .simg1{
    height:auto;
    width:100%;
    margin-top: 20px;
  }
  .our_portfolio{
  /*	background-image: linear-gradient(50deg, #2cadec, transparent); */
      background-color: #ffffff;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .our_portfolio1{
    width: 225px;
      border-top: 2px solid;
      border-radius: 50px;
      margin-top: -10px;
      color: #fb722e;
  }

  
.quality-work {
  position: relative;
  display: block;
  background-color: black;
  padding: 150px 0 0;

  overflow: hidden;
  z-index: 2;
}

.quality-work-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
}

.quality-work-shape-1 img {
  width: auto;
}

.quality-work-shape-2 {
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: 1;
}

.quality-work-shape-2 img {
  width: auto;
}

.quality-work-shape-3 {
  position: absolute;
  bottom: 0;
  right: -24px;
}

.quality-work-shape-3 img {
  width: auto;
}

.quality-work-shape-4 {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: .7;
}

.quality-work-shape-4 img {
  width: auto;
}

.quality-work-shape-5 {
  position: absolute;
  top: 0;
  right: 0;
  opacity: .7;
}

.quality-work-shape-5 img {
  width: auto;
}

.quality-work__left {
  position: relative;
  display: block;
  margin-right: 102px;
  margin-left: -367px;
}

.quality-work__img-box {
  position: relative;
  display: block;
}

.quality-work__img {
  position: relative;
  display: block;
}

.quality-work__img img {
  width: 100%;
}

.quality-work__small-img {
  position: absolute;
  top: 70px;
  right: 64px;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  border: 6px solid rgba(var(--ambed-white-rgb, 255, 255, 255), 0.3);
}

.quality-work__small-img img {
  width: auto;
}

.quality-work__video-box {
  position: absolute;
  bottom: 145px;
  right: 90px;
}

.quality-work__curved-circle-box {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 188px;
  width: 188px;
  background-color: var(--ambed-black, #3c3531);
  border-radius: 50%;
}

.quality-work__curved-circle-box .curved-circle {
  position: absolute;
  top: -2px;
  left: 0;
  font-size: 22px;
  font-weight: 400;
  color: var(--ambed-white, #ffffff);
  letter-spacing: .24em;
  text-transform: uppercase;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.quality-work__video-link {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.quality-work__video-icon {
  height: 110px;
  width: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--ambed-white, #ffffff);
  border-radius: 50%;
  border: 2px solid #fe660f;
  color: #fe660f;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.quality-work__video-icon:hover {
  background-color: #fe660f;
  border-color: #fe660f;
  color: var(--ambed-white, #ffffff);
}

.quality-work__video-icon span {
  font-size: 25px;
}

.quality-work__right {
  position: relative;
  display: block;
  padding-top: 100px;
}

.quality-work__right .section-title {
  margin-bottom: 49px;
}

.quality-work__right .section-title__line {
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.quality-work__text-1 {
  font-size: 20px;
  color: #fe660f;
  font-weight: 500;
  font-style: italic;
  line-height: 34px;
}

.quality-work__feature {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 19px;
  margin-bottom: 17px;
}

.quality-work__feature li {
  position: relative;
  display: block;
  padding-left: 70px;
  min-height: 77px;
}

.quality-work__feature li+li {
  margin-left: 27px;
}

.quality-work__feature li .icon {
  height: 60px;
  width: 60px;
  background-color: #fe660f;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.quality-work__feature li .icon:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border-radius: 50%;
  background-color: var(--ambed-black, #3c3531);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}

.quality-work__feature li:hover .icon:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.quality-work__feature li .icon span {
  font-size: 32px;
  color: var(--ambed-white, #ffffff);
  position: relative;
  display: inline-block;
}

.quality-work__feature li .text {
  position: relative;
  display: block;
  top: 6px;
}

.quality-work__feature li .text p {
  font-size: 20px;
  color: white;
  font-weight: 500;
  line-height: 30px;
}

.quality-work__text-2 {
  font-size: 18px;
  line-height: 34px;
  color: white;
}

.quality-work__progress {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 30px;
}

.quality-work__progress-single {
  position: relative;
  display: block;
}

.quality-work__progress-title {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 9px;
  font-weight: 700;
}

.quality-work__progress .bar {
  position: relative;
  width: 100%;
  height: 8px;
  background-color: var(--ambed-white, #ffffff);
  border-radius: 0px;
  margin-bottom: 21px;
}

.quality-work__progress .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 8px;
  border-radius: 0px;
  background: #fe660f;
  -webkit-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.quality-work__progress .count-text {
  position: absolute;
  right: -41px;
  bottom: 21px;
  color: var(--ambed-white, #ffffff);
  line-height: 26px;
  font-size: 12px;
  text-align: center;
  font-weight: 500;
  opacity: 0;
  background-color: #fe660f;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.quality-work__progress .count-text:before {
  position: absolute;
  bottom: -8px;
  left: 0;
  border: 4px solid #fe660f;
  content: "";
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

.quality-work__progress .bar-inner.counted .count-text {
  opacity: 1;
}

.quality-work__progress .bar.marb-0 {
  margin-bottom: 0;
}
.bcg {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.date-blocks .block-item {
  border: 4px solid #fff;
  border-radius: 20px;
  padding: 20px 15px;
}
.bg-transparent {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  z-index: auto;
  top: 0;
  right: 0;
}


.head_title {
  margin-bottom: 60px;
  text-align: center;
}

.blog i, .icon-intro, .latest_news i, .masonary_blog i {
	display: block;
	color: #e8e8e8;
	font-size: 40px
}
.icon-intro:before {
  content: "\e600";
}

 .block-item {
	border: 4px solid #fff;
	border-radius: 20px;
	padding: 20px 15px;
}
.dark, .dark .btn:hover, .dark a, .dark button, .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark input, .dark span {
  color: #fff;
}

.padding-100 {
  padding: 70px 0;
}
.block-item h4 {
  color: white;
}
.block-item p {
  color: white;
}
.mobile-parallax, .video-placeholder {
  background-size: cover !important;
  background-attachment: scroll !important;
  background-position: center center;
}
.head_title {
  margin-bottom: 60px;
  text-align: center;
}
.intro .latest_news i, .masonary_blog i {
  display: block;
  color: #e8e8e8;
  font-size: 40px;
}
.text-center {
  text-align: center;
}/* Medium screen  */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-one__left {
      max-width: 600px;
      margin: 0 auto;
  }
  .about-one__right {
      max-width: 600px;
      margin: 100px auto 0;
  }
  .about-one {
      padding: 160px 0 170px;
  }
  .feature-one__single {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
  }
  .feature-one__single:nth-child(2) .feature-one__content:before {
      display: none;
  }
  .quality-work__left {
      max-width: 600px;
      margin: 48px auto 0;
  }
  .quality-work__right {
      padding-top: 60px;
      padding-bottom: 120px;
      max-width: 600px;
      margin: 0 auto;
  }
  .quality-work-shape-2 {
      display: none;
  }
  .quality-work-shape-4 {
      display: none;
  }
  .quality-work__curved-circle-box {
      bottom: -105px;
  }
  .quality-work__small-img {
      top: -10px;
      right: -25px;
  }
  .team-one__top-right {
      margin-left: 0;
  }
  .testimonial-one__left .section-title {
      margin-bottom: 53px;
  }
  .testimonial-one__text {
      margin-bottom: 35px;
  }
  .testimonial-one__carousel.owl-carousel .owl-dots {
      left: 0;
  }
  .brand-one__title {
      margin-right: 0;
      margin-top: 0;
      margin-bottom: 41px;
      text-align: center;
  }
  .brand-one__inner {
      padding: 52px 0 60px;
  }
  .blog-one__content {
      padding: 32px 20px 29px;
  }
  .newsletter__inner {
      padding: 73.5px 30px;
  }
  .footer-widget__explore {
      margin-left: 0;
  }
  .footer-widget__contact {
      margin-left: 0;
      margin-top: 23px;
  }
  .footer-widget__services {
      margin-top: 23px;
  }
  .feature-two__list li+li {
      margin-left: 21px;
  }
  .feature-two__content-box:before {
      display: none;
  }
  .welcome-one__left {
      max-width: 600px;
      margin: 0 auto 0;
  }
  .welcome-one__right {
      max-width: 600px;
      margin: 145px auto 0;
  }
  .welcome-one__img-2 {
      right: -180px;
  }
  .project-two__single {
      flex: 0 0 50%;
      max-width: 50%;
  }
  .porject-two-border {
      display: none;
  }
  .porject-two-border-3 {
      display: none;
  }
  .project-two__content-box {
      padding: 120px 0 0;
  }
  .benefits-one__left {
      max-width: 600px;
      margin: 0 auto;
  }
  .benefits-one__right {
      max-width: 600px;
      margin: 42px auto 0;
  }
  .leading__title {
      font-size: 42px;
  }
  .blog-two__top-left {
      margin-right: 0;
  }
  .blog-two__right {
      margin-left: 0;
  }
  .cta-one__right {
      margin-left: 0;
      margin-top: 106px;
  }
  .cta-one__title {
      font-size: 44px;
  }
  .cta-one {
      padding-bottom: 21px;
  }
  .feature-three__top-inner {
      padding: 50px 50px 47px;
  }
  .why-choose-one__left {
      max-width: 600px;
      margin: 0 auto 0;
  }
  .why-choose-one__right {
      max-width: 600px;
      margin: 90px auto 0;
  }
  .why-choose-one {
      padding: 120px 0 120px;
  }
  .more-services-two__single {
      padding: 57px 30px 57px;
  }
  .more-services-two__content {
      margin-left: 40px;
  }
  .project-three__top-right {
      margin-left: 0;
  }
  .couonter-one__single+.couonter-one__single {
      margin-left: 0;
  }
  .couonter-one__list {
      position: relative;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
  }
  .couonter-one__single {
      position: relative;
      flex: 0 0 50%;
      max-width: 50%;
      width: 100%;
      float: none;
  }
  .couonter-one__content-box {
      justify-content: center;
  }
  .blog-three__right:before {
      display: none;
  }
  .blog-three__text {
      margin-bottom: 40px;
  }
  .blgo-three__carousel.owl-theme .owl-nav {
      bottom: -121px;
      left: 0;
      right: 0;
  }
  .service-details__benefits-right {
      margin-top: 39px;
  }
  .about-two__left {
      max-width: 600px;
      margin: 0 auto 0;
  }
  .about-two__right {
      max-width: 600px;
      margin: 50px auto 0;
  }
  .about-two {
      padding: 120px 0 120px;
  }
  .team-details__top-left {
      margin-right: 0;
  }
  .team-details__top-right {
      margin-left: 0;
  }
  .team-details__bottom-left {
      margin-right: 0;
  }
  .team-details__bottom-right {
      margin-left: 0;
  }
  .message-one-shape-2 {
      left: -35px;
  }
  .services-one__content {
      padding: 32px 30px 30px;
  }
  .blog-details__pagenation li+li {
      margin-left: 0;
      margin-top: 30px;
  }
  .contact-page__right {
      margin-left: 0;
  }
  .project-one__thumb-box {
      bottom: -62px;
  }
  .project-one__more-project {
      margin-top: 60px;
  }
  .project-details__details li:before {
      right: -30px;
  }
  .project-details__points-content-box {
      margin-top: -8px;
      margin-left: 0;
  }
  .project-three__title {
      font-size: 20px;
  }
}


/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-one__left {
      max-width: 600px;
      margin: 0 auto;
  }
  .about-one__right {
      max-width: 600px;
      margin: 100px auto 0;
  }
  .about-one {
      padding: 160px 0 170px;
  }
  .feature-one__single {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
  }
  .feature-one__single:nth-child(2) .feature-one__content:before {
      display: none;
  }
  .quality-work__left {
      max-width: 600px;
      margin: 48px auto 0;
  }
  .quality-work__right {
      padding-top: 60px;
      padding-bottom: 120px;
      max-width: 600px;
      margin: 0 auto;
  }
  .quality-work-shape-2 {
      display: none;
  }
  .quality-work-shape-4 {
      display: none;
  }
  .quality-work__curved-circle-box {
      bottom: -105px;
  }
  .quality-work__small-img {
      top: -10px;
      right: -25px;
  }
  .team-one__top-right {
      margin-left: 0;
      margin-top: 60px;
  }
  .testimonial-one__left .section-title {
      margin-bottom: 53px;
  }
  .testimonial-one__text {
      margin-bottom: 35px;
  }
  .testimonial-one__carousel.owl-carousel .owl-dots {
      left: 0;
  }
  .brand-one__title {
      margin-right: 0;
      margin-top: 0;
      margin-bottom: 41px;
      text-align: center;
  }
  .brand-one__inner {
      padding: 52px 0 60px;
  }
  .newsletter__inner {
      justify-content: center;
      flex-direction: column;
  }
  .newsletter__left {
      margin-bottom: 30px;
      text-align: center;
  }
  .footer-widget__explore {
      margin-left: 0;
  }
  .footer-widget__contact {
      margin-left: 0;
      margin-top: 23px;
  }
  .footer-widget__services {
      margin-top: 23px;
  }
  .feature-two__list li {
      max-width: 100%;
      float: none;
      width: 320px;
      margin: 0 auto;
  }
  .feature-two__list li+li {
      margin: 30px auto 0;
  }
  .feature-two__content-box:before {
      display: none;
  }
  .welcome-one__left {
      max-width: 600px;
      margin: 0 auto 0;
  }
  .welcome-one__right {
      max-width: 600px;
      margin: 145px auto 0;
  }
  .welcome-one__img-2 {
      right: -180px;
  }
  .project-two__single {
      flex: 0 0 50%;
      max-width: 50%;
  }
  .porject-two-border {
      display: none;
  }
  .porject-two-border-3 {
      display: none;
  }
  .project-two__content-box {
      padding: 120px 0 0;
  }
  .benefits-one__left {
      max-width: 600px;
      margin: 0 auto;
  }
  .benefits-one__right {
      max-width: 600px;
      margin: 42px auto 0;
  }
  .more-services__inner {
      flex-direction: column;
      text-align: center;
      padding: 30px 50px 40px;
  }
  .more-services__text {
      margin-bottom: 15px;
  }
  .working-process .container {
      padding-left: 15px;
  }
  .leading__right {
      margin-top: 47px;
  }
  .blog-two__right {
      margin-left: 0;
      margin-top: 52px;
  }
  .cta-one__right {
      margin-left: 0;
      margin-top: 0;
  }
  .cta-one__left {
      margin-bottom: 48px;
  }
  .cta-one {
      padding: 120px 0 120px;
  }
  .feature-three__top-inner {
      padding: 50px 50px 17px;
  }
  .feature-three__bottom-inner {
      flex-direction: column;
      text-align: center;
  }
  .feature-three__bottom-left {
      margin-right: 0;
      margin-bottom: 30px;
  }
  .feature-three__bottom {
      padding-top: 50px;
  }
  .why-choose-one__left {
      max-width: 600px;
      margin: 0 auto 0;
  }
  .why-choose-one__right {
      max-width: 600px;
      margin: 90px auto 0;
  }
  .why-choose-one {
      padding: 120px 0 120px;
  }
  .more-services-two__single-two {
      margin-top: 30px;
  }
  .project-three__top-right {
      margin-left: 0;
  }
  .project-three__top-text {
      margin-top: 42px;
  }
  .couonter-one__single+.couonter-one__single {
      margin-left: 0;
  }
  .couonter-one__list {
      position: relative;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
  }
  .couonter-one__single {
      position: relative;
      flex: 0 0 50%;
      max-width: 50%;
      width: 100%;
      float: none;
  }
  .couonter-one__content-box {
      justify-content: center;
  }
  .blog-three__right:before {
      display: none;
  }
  .blog-three__text {
      margin-bottom: 40px;
  }
  .blgo-three__carousel.owl-theme .owl-nav {
      bottom: -121px;
      left: 0;
      right: 0;
  }
  .service-details__benefits-right {
      margin-top: 39px;
  }
  .service-details__left {
      margin-bottom: 60px;
  }
  .about-two__left {
      max-width: 600px;
      margin: 0 auto 0;
  }
  .about-two__right {
      max-width: 600px;
      margin: 50px auto 0;
  }
  .about-two {
      padding: 120px 0 120px;
  }
  .team-details__top-left {
      margin-right: 0;
      margin-bottom: 48px;
  }
  .team-details__top-right {
      margin-left: 0;
  }
  .team-details__bottom-left {
      margin-right: 0;
  }
  .team-details__bottom-right {
      margin-left: 0;
      margin-top: 31px;
  }
  .team-details-shape-1 {
      display: none;
  }
  .message-one-shape-2 {
      display: none;
  }
  .faq-page__right {
      margin-top: 50px;
  }
  .error-page__title {
      font-size: 330px;
  }
  .blog-details__pagenation li+li {
      margin-left: 0;
      margin-top: 30px;
  }
  .contact-page__right {
      margin-left: 0;
      margin-top: 60px;
  }
  .project-one__left {
      margin-right: 0;
  }
  .project-one__thumb-box {
      position: relative;
      top: auto;
      left: auto;
      right: auto;
      bottom: auto;
      margin-top: 50px;
  }
  .project-one__content {
      padding: 0;
      box-shadow: none;
  }
  .project-one-shape-1 {
      display: none;
  }
  .project-one__more-project {
      margin-top: 60px;
  }
  .project-details__progress-single {
      flex: 0 0 50%;
      max-width: 50%;
  }
  .project-details__details {
      flex-direction: column;
      align-items: baseline;
  }
  .project-details__details li:before {
      display: none;
  }
  .project-details__details li+li {
      margin-top: 12px;
  }
  .project-details__points-content-box {
      margin-top: 20px;
      margin-left: 0;
  }
  .projectc-details__pagination-single {
      padding: 50px 10px 50px;
  }
  .product__sidebar {
      margin-bottom: 50px;
  }
  .product-details__img {
      margin-bottom: 50px;
  }
  .cart-page .table-responsive {
      margin-bottom: 30px;
  }
  .cart-total li {
      justify-content: flex-start;
  }
  .cart-total li span:first-child {
      text-align: left;
  }
  .cart-page__buttons {
      justify-content: start;
  }
  .checkout__payment {
      margin-top: 50px;
  }
}


/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
  .section-title__title {
      font-size: 35px;
      line-height: 43px;
  }
  .section-title__title br {
      display: none;
  }
  .about-one__left {
      margin-right: 0;
  }
  .about-one__points {
      flex-direction: column;
      align-items: baseline;
  }
  .about-one__points li+li {
      margin-left: 0;
      margin-top: 20px;
  }
  .about-one__contact-us {
      flex-direction: column;
      align-items: baseline;
  }
  .about-one__call {
      margin-left: 0;
      margin-top: 20px;
  }
  .about-one__right {
      margin-left: 0;
      margin-right: 0;
      margin-top: 100px;
  }
  .about-one__small-img {
      display: none;
  }
  .about-one__dot {
      display: none;
  }
  .about-one__project {
      right: 0px;
  }
  .about-one {
      padding: 120px 0 185px;
  }
  .feature-one__single {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }
  .feature-one__content:before {
      display: none;
  }
  .quality-work__left {
      margin-right: 0;
      margin-left: 0;
      margin-top: 48px;
  }
  .quality-work__right {
      padding-top: 60px;
      padding-bottom: 120px;
  }
  .quality-work__small-img {
      display: none;
  }
  .quality-work-shape-2 {
      display: none;
  }
  .quality-work-shape-4 {
      display: none;
  }
  .quality-work__feature {
      flex-direction: column;
      align-items: baseline;
      margin-bottom: 77px;
  }
  .quality-work__feature li+li {
      margin-left: 0;
      margin-top: 30px;
  }
  .quality-work__curved-circle-box {
      bottom: -95px;
      right: -43px;
  }
  .team-one__top-right {
      margin-left: 0;
      margin-top: 60px;
  }
  .testimonial-one__left .section-title {
      margin-bottom: 53px;
  }
  .testimonial-one__text {
      margin-bottom: 35px;
  }
  .testimonial-one__carousel.owl-carousel .owl-dots {
      left: 0;
  }
  .testimonial-one__left {
      margin-right: 0;
  }
  .testimonial-one__single {
      padding: 50px 30px 40px;
  }
  .brand-one__title {
      margin-right: 0;
      margin-top: 0;
      margin-bottom: 41px;
      text-align: center;
  }
  .brand-one__inner {
      padding: 52px 0 60px;
  }
  .blog-one__content {
      padding: 32px 20px 29px;
  }
  .newsletter__inner {
      justify-content: center;
      flex-direction: column;
      padding: 73.5px 20px;
  }
  .newsletter__left {
      margin-bottom: 30px;
      text-align: center;
  }
  .newsletter__input-box input[type="email"] {
      padding-right: 30px;
  }
  .newsletter__btn {
      position: relative;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      display: block;
      margin: 20px auto 0;
  }
  .footer-widget__explore {
      margin-left: 0;
      margin-top: 32px;
  }
  .footer-widget__contact {
      margin-left: 0;
      margin-top: 23px;
  }
  .footer-widget__services {
      margin-top: 23px;
  }
  .feature-two__list li {
      max-width: 100%;
      float: none;
      width: 320px;
      margin: 0 auto;
  }
  .feature-two__list li+li {
      margin: 30px auto 0;
  }
  .feature-two__title {
      font-size: 17px;
  }
  .feature-two__content-box:before {
      display: none;
  }
  .welcome-one__left {
      margin-left: 0;
      margin-right: 0;
  }
  .welcome-one__right {
      margin-left: 0;
      margin-top: 155px;
  }
  .welcome-one__img-2 {
      display: none;
  }
  .welcome-one__experience {
      left: 0;
  }
  .project-two__single {
      flex: 0 0 100%;
      max-width: 100%;
  }
  .porject-two-border {
      display: none;
  }
  .porject-two-border-2 {
      display: none;
  }
  .porject-two-border-3 {
      display: none;
  }
  .project-two__hover {
      padding: 56px 40px 60px;
  }
  .project-two__hover-title {
      font-size: 22px;
  }
  .project-two__content-box {
      padding: 120px 0 0;
  }
  .benefits-one__left {
      margin-right: 0;
  }
  .benefits-one__points-single {
      margin-bottom: 20px;
  }
  .benefits-one__right {
      margin-top: 22px;
  }
  .more-services__inner {
      flex-direction: column;
      text-align: center;
      padding: 30px 50px 40px;
  }
  .more-services__text {
      margin-bottom: 15px;
  }
  .leading__right {
      margin-top: 47px;
  }
  .blog-two__top-left {
      margin-right: 0;
  }
  .blog-two__right {
      margin-left: 0;
      margin-top: 52px;
  }
  .cta-one__right {
      margin-left: 0;
      margin-top: 0;
  }
  .cta-one__left {
      margin-bottom: 45px;
      margin-right: 0;
  }
  .cta-one {
      padding: 120px 0 120px;
  }
  .cta-one__img-2 {
      display: none;
  }
  .cta-one__title {
      font-size: 40px;
      margin-bottom: 44px;
  }
  .feature-three__top-inner {
      padding: 50px 50px 17px;
  }
  .feature-three__top-icon-list {
      justify-content: center;
      flex-direction: column;
  }
  .feature-three__bottom-inner {
      flex-direction: column;
      text-align: center;
  }
  .feature-three__bottom-left {
      margin-right: 0;
      margin-bottom: 30px;
  }
  .feature-three__bottom {
      padding-top: 50px;
  }
  .why-choose-one__left {
      margin-left: 0;
  }
  .why-choose-one__right {
      margin-left: 0;
      margin-top: 90px;
  }
  .why-choose-one-shape-1 {
      display: none;
  }
  .why-choose-one {
      padding: 120px 0 120px;
  }
  .more-services-two__single-two {
      margin-top: 30px;
  }
  .more-services-two__single {
      padding: 57px 30px 57px;
      flex-direction: column;
      text-align: center;
  }
  .more-services-two__content {
      margin-left: 0;
      margin-top: 20px;
  }
  .project-three__top-right {
      margin-left: 0;
  }
  .project-three__top-text {
      margin-top: 42px;
  }
  .project-three__top-left .section-title__title br {
      display: none;
  }
  .couonter-one__single+.couonter-one__single {
      margin-left: 0;
  }
  .couonter-one__list {
      position: relative;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      justify-content: center;
      flex-direction: column;
  }
  .couonter-one__single {
      position: relative;
      flex: 0 0 100%;
      max-width: 100%;
      width: 280px;
      float: none;
  }
  .blog-three__right:before {
      display: none;
  }
  .blog-three__text {
      margin-bottom: 40px;
  }
  .blgo-three__carousel.owl-theme .owl-nav {
      bottom: -121px;
      left: 0;
      right: 0;
  }
  .contact-one__form {
      padding: 29px;
  }
  .service-details__benefits-right {
      margin-top: 39px;
  }
  .service-details__left {
      margin-bottom: 60px;
      display: none;
  }
  .about-two__left {
      margin-right: 0;
  }
  .about-two__points-left {
      float: none;
  }
  .about-two__points-right {
      float: none;
      margin-top: 20px;
  }
  .about-two__right {
      margin-left: 0;
      margin-top: 50px;
  }
  .about-two__img-2 {
      display: none;
  }
  .about-two__dot {
      display: none;
  }
  .about-two {
      padding: 120px 0 120px;
  }
  .team-details__top-left {
      margin-right: 0;
      margin-bottom: 48px;
  }
  .team-details__top-right {
      margin-left: 0;
  }
  .team-details__bottom-left {
      margin-right: 0;
  }
  .team-details__bottom-right {
      margin-left: 0;
      margin-top: 31px;
  }
  .team-details__top-name {
      font-size: 39px;
  }
  .team-details-shape-1 {
      display: none;
  }
  .message-one-shape-2 {
      display: none;
  }
  .faq-page__right {
      margin-top: 50px;
  }
  .error-page__title {
      font-size: 135px;
      line-height: 135px;
      margin-bottom: 8px;
  }
  .error-page {
      padding: 102px 0 120px;
  }
  .services-one__content {
      padding: 32px 30px 30px;
  }
  .blog-sidebar__bottom-box {
      padding: 50px 30px 45px;
  }
  .blog-sidebar__delivering-services {
      padding: 50px 30px 47px;
  }
  .sidebar__tags {
      padding: 45px 25px 50px;
  }
  .sidebar__comments {
      padding: 45px 30px 42px;
  }
  .blog-details__bottom {
      flex-direction: column;
  }
  .blog-details__social-list {
      margin-top: 20px;
  }
  .blog-details__pagenation li+li {
      margin-left: 0;
      margin-top: 30px;
  }
  .blog-details__pagenation li {
      padding-left: 30px;
      padding-right: 30px;
  }
  .comment-one__single {
      flex-direction: column;
  }
  .comment-one__content {
      margin-left: 0;
      margin-top: 31px;
  }
  .contact-page__right {
      margin-left: 0;
      margin-top: 60px;
  }
  .project-details__progress-single {
      flex: 0 0 100%;
      max-width: 100%;
  }
  .project-details__details {
      flex-direction: column;
      align-items: baseline;
      padding: 46px 30px 44px;
  }
  .project-details__details li:before {
      display: none;
  }
  .project-details__details li+li {
      margin-top: 12px;
  }
  .project-details__details-box {
      margin-left: 30px;
      margin-right: 30px;
  }
  .project-details__points-content-box {
      margin-top: 20px;
      margin-left: 0;
  }
  .projectc-details__pagination-single {
      padding: 50px 40px 50px;
  }
  .page-header__inner h2 {
      font-size: 29px;
      line-height: 40px;
  }
  .project-one__content {
      padding: 0;
      box-shadow: none;
  }
  .project-one__thumb-box {
      position: relative;
      top: auto;
      left: auto;
      right: auto;
      bottom: auto;
      margin-top: 50px;
  }
  .project-one__more-project {
      margin-top: 60px;
      padding: 0 30px;
  }
  .project-three__title {
      font-size: 20px;
  }
  .project-one-shape-1 {
      display: none;
  }
  .project-one__right {
      margin-top: 50px;
  }
  .product__sidebar {
      margin-bottom: 50px;
  }
  .product__showing-result {
      flex-direction: column;
  }
  .product__showing-text-box {
      margin-bottom: 20px;
  }
  .product-details__img {
      margin-bottom: 50px;
  }
  .product-details__buttons {
      flex-direction: column;
      align-items: baseline;
  }
  .product-details__buttons-2 {
      margin-left: 0;
      margin-top: 10px;
  }
  .product-details__social {
      flex-direction: column;
      align-items: baseline;
  }
  .product-details__social-link {
      margin-left: 0;
      margin-top: 20px;
  }
  .comments-area .comment {
      flex-direction: column;
      align-items: baseline;
  }
  .review-one__content {
      padding-left: 0;
      margin-top: 20px;
  }
  .review-one__content-top {
      flex-direction: column;
      align-items: baseline;
  }
  .cart-page .table-responsive {
      margin-bottom: 30px;
  }
  .cart-total li {
      justify-content: flex-start;
  }
  .cart-total li span:first-child {
      text-align: left;
  }
  .cart-page__buttons {
      justify-content: start;
      flex-direction: column;
      align-items: baseline;
  }
  .cart-page__buttons-2 {
      margin-left: 0;
      margin-top: 10px;
  }
  .checkout__payment {
      margin-top: 50px;
      padding: 49px 28px 18px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1375px) {
  .project-three__title {
      font-size: 20px;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1900px) {
  .quality-work__left {
      margin-right: 0px;
      margin-left: -220px;
  }
  .quality-work__right {
      margin-bottom: 120px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .quality-work__left {
      margin-right: 0px;
      margin-left: -220px;
  }
  .quality-work__right {
      margin-bottom: 120px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .project-two__hover {
      padding: 56px 40px 60px;
  }
  .project-two__hover-title {
      font-size: 22px;
  }
}


/*--------------------------------------------------------------
# Slider All Responsice Css
--------------------------------------------------------------*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (max-width: 767px) {
  .main-slider__nav {
      display: none;
  }
  .main-slider__title {
      font-size: 40px;
      line-height: 50px;
      margin-top: 0px;
      margin-bottom: 16px;
  }
  .main-slider__border-left {
      bottom: 41px;
      width: 32px;
      left: 40px;
  }
  .main-slider__border-right {
      bottom: 41px;
      width: 32px;
      right: 40px;
  }
  .main-slider-two__title {
      font-size: 38px;
      line-height: 48px;
  }
  .main-slider-two .container {
      padding-top: 256px;
      padding-bottom: 150px;
  }
  .main-slider-three__title {
      font-size: 35px;
      line-height: 45px;
  }
  .main-slider-three__title br {
      display: none;
  }
  .main-slider-three__title span:before {
      display: none;
  }
  .project-one__left {
      margin: 0;
  }
  .project-one__img-holder {
      width: 100%;
      height: auto;
  }
  .feature-three__top {
      padding-bottom: 60px;
  }
  .couonter-one__content-box {
      display: block;
      text-align: center;
  }
  .couonter-one__icon-box {
      display: block;
  }
  .couonter-one__count-box {
      margin-left: 0;
      margin-top: 20px;
  }
}


/*--------------------------------------------------------------
# Main Menu All Responsice Css
--------------------------------------------------------------*/

@media only screen and (min-width: 1350px) and (max-width: 1650px) {
  .main-menu-two__social {
      display: none;
  }
  .main-menu-two__logo {
      margin-right: 50px;
  }
  .main-menu-two__main-menu-two-inner {
      margin-left: 0;
  }
  .main-menu-three__call {
      display: none;
  }
  .main-menu-three__search-box {
      display: none;
  }
  .main-menu-three__btn-box {
      margin-left: 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1349px) {
  .main-menu-two__social {
      display: none;
  }
  .main-menu-two__logo {
      margin-right: 50px;
  }
  .main-menu-two__main-menu-two-inner {
      margin-left: 0;
  }
  .main-menu-two__call {
      display: none;
  }
  .main-menu-two__call-search {
      padding: 45.5px 0;
  }
  .main-header-three__top-inner {
      padding-left: 320px;
      padding-right: 30px;
  }
  .main-menu-three {
      padding: 0 30px;
  }
  .stricky-header.main-menu-three {
      padding: 0 30px;
  }
  .main-menu-three__logo-box {
      width: 205px;
  }
  .main-menu-three__main-menu-three-box {
      margin-left: 30px;
  }
  .main-menu-three__call {
      display: none;
  }
  .main-menu-three__search-box {
      display: none;
  }
  .main-menu-three__btn-box {
      margin-left: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-header__top-address-box {
      display: none;
  }
  .main-menu .mobile-nav__toggler {
      padding: 20px 0;
      display: inline-block;
  }
  .main-menu-two__logo {
      margin-right: 50px;
  }
  .main-menu-two .mobile-nav__toggler {
      padding: 43px 0;
      display: inline-block;
  }
  .main-menu-two .mobile-nav__toggler:hover {
      color: var(--ambed-white);
  }
  .main-menu-two__main-menu-two-inner {
      margin-left: 50px;
  }
  .main-header-three__top {
      display: none;
  }
  .main-menu-three__logo {
      padding: 30px 0;
  }
  .main-menu-three__call {
      display: none;
  }
  .main-menu-three .mobile-nav__toggler {
      padding: 41px 0;
      display: inline-block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-header__top-address-box {
      display: none;
  }
  .main-menu .mobile-nav__toggler {
      padding: 20px 0;
      display: inline-block;
  }
  .main-menu-two__logo {
      margin-right: 50px;
  }
  .main-menu-two .mobile-nav__toggler {
      padding: 43px 0;
      display: inline-block;
  }
  .main-menu-two .mobile-nav__toggler:hover {
      color: var(--ambed-white);
  }
  .main-menu-two__main-menu-two-inner {
      margin-left: 0px;
  }
  .main-menu-two__social {
      display: none;
  }
  .main-header-three__top {
      display: none;
  }
  .main-menu-three__logo {
      padding: 30px 0;
  }
  .main-menu-three__right {
      display: none;
  }
  .main-menu-three .mobile-nav__toggler {
      padding: 41px 0;
      display: inline-block;
  }
  .main-menu-three__left {
      float: none;
  }
  .main-menu-three__main-menu-three-box {
      margin-left: 0;
  }
}

@media (max-width: 767px) {
  .benefits-one-shape img,
  .main-header__top-right {
      display: none;
  }
  .main-header__logo {
      float: none;
      text-align: center;
      display: flex;
      justify-content: center;
  }
  .main-menu__btn-box {
      display: none;
  }
  .main-menu__search-box {
      margin-right: 0;
  }
  .main-menu .mobile-nav__toggler {
      padding: 20px 0;
      display: inline-block;
  }
  .main-menu__search-btn-box {
      padding: 22.5px 0;
  }
  .main-menu__wrapper-inner {
      padding-left: 30px;
      padding-right: 30px;
  }
  .main-menu-two__logo {
      margin-right: 0px;
  }
  .main-menu-two .mobile-nav__toggler {
      padding: 43px 0;
      display: inline-block;
  }
  .main-menu-two .mobile-nav__toggler:hover {
      color: var(--ambed-white);
  }
  .main-menu-two__main-menu-two-inner {
      margin-left: 0px;
  }
  .main-menu-two__social {
      display: none;
  }
  .main-menu-two__right {
      display: none;
  }
  .main-menu-two__left {
      float: none;
  }
  .main-menu-two {
      padding: 0 30px;
  }
  .main-header-three__top {
      display: none;
  }
  .main-menu-three__logo {
      padding: 30px 0;
  }
  .main-menu-three__right {
      display: none;
  }
  .main-menu-three .mobile-nav__toggler {
      padding: 41px 0;
      display: inline-block;
  }
  .main-menu-three__left {
      float: none;
  }
  .main-menu-three {
      padding: 0 30px;
  }
  .main-menu-three__main-menu-three-box {
      margin-left: 0px;
  }
  .main-menu-three__logo-box {
      width: 205px;
  }
  .project-one__more-project-content {
      padding-left: 15px;
      padding-right: 15px;
  }
  .project-two__single {
      padding-top: 200px;
  }
}

@media (max-width: 375px) {
  .welcome-one {
      padding-bottom: 117px;
  }
}

.newsletter {
  position: relative;
  display: block;
  z-index: 2;
}

.newsletter__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fe660f;
  padding: 73.5px 80px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  z-index: 1;
}

.newsletter-shape-1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  background-color: #fe660f;
  background-blend-mode: color-dodge;
  /* opacity: 0.08; */
  z-index: -1;
}

.newsletter__left {
  position: relative;
  display: block;
}

.newsletter__title {
  font-size: 30px;
  color: var(--ambed-white, #ffffff);
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 3px;
}

.newsletter__text {
  color: #f0d9cd;
}

.newsletter__right {
  position: relative;
  display: block;
  max-width: 500px;
  width: 100%;
}

.newsletter__form {
  position: relative;
  display: block;
}

.newsletter__input-box {
  position: relative;
  display: block;
}

.newsletter__input-box input[type="email"] {
  height: 60px;
  max-width: 500px;
  width: 100%;
  border: none;
  outline: none;
  padding-left: 30px;
  padding-right: 170px;
  font-size: 14px;
  color: var(--ambed-gray, #8b827d);
  background-color: var(--ambed-white, #ffffff);
  font-weight: 500;
}

.newsletter__btn {
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 5px;
  border: none;
  line-height: 14px;
  padding: 15px 40px 15px;
}

@media (max-width: 1200px) {

  .float {
      position: fixed;
      width: 75px !important;
      height: 75px !important;
      bottom: 60px !important;
      left: 7px !important;



  }

  .float2 {
      position: fixed;
      width: 40px !important;
      height: 40px !important;
      bottom: 130px !important;
      left: 11px !important;

      background-color: #ffb700;
      color: #FFF;
      border-radius: 50px;
      text-align: center;
      font-size: 26px !important;
      box-shadow: 5px 5px 20px 0px rgba(53, 51, 51, 0.8);
      z-index: 100;
  }

  .my-float {
      margin-top: 0px !important;
      color: #fff;
      z-index: 1;
      width: 55px;
  }

  .my-float2 {
      margin-top: 9px !important;
      color: #fff;
  }

}

.float {
  position: fixed;
  width: 75px;
  height: 75px;
  bottom: 80px;
  left: 20px;
  z-index: 99
}

.float2 {
  position: fixed;
  width: 58px;
  height: 58px;
  bottom: 160px;
  left: 25px;
  background-color: #3b5998;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 31px;
  box-shadow: 5px 5px 20px 0px rgba(53, 51, 51, 0.8);
  z-index: 100;

}

.my-float {

  color: #fff;
}

.my-float2 {
  margin-top: 12px;
  color: #fff;
}




.icons {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 100000;
  transform: translateY(-50%);
  color: #fff
}

.icons ul li a span {
  font-size: 20px
}

.icons ul {
  padding: initial
}

.icons ul li {
  height: 40px;
  width: 40px;
  padding-top: 5px;
  margin-top: 6px;
  padding-left: 14px
}

.icons ul li a {
  line-height: 40px;
  color: #fff
}

.facebook {
  background: #3b5998
}

.youtube {
  background: red
}

.twitter {
  background: #55acee
}

.linkedin {
  background: #007bb5
}

.pinterest {
  background: red
}

.instagram {
  background: #fe0c64
}

.icons ul li:hover {
  padding-right: 30px;
  width: 60px;
  transition: 1s
}

.face {
  color: #3b5998
}

.you {
  color: #ff0000
}

.twit {
  color: #55acee
}

.link {
  color: #007bb5
}

.pint {
  color: red
}

.insta {
  color: darkorange
}


.ffbox { 
  display: flex; 
  width: 500px; 
  max-width: 400px; 
  background-color: #1C1C1C;

  border: 3px solid #e4e4e9; 
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
  overflow: hidden; 
  border-radius: 5px 5px 5px 5px;
  flex-wrap: wrap; 
} 

.ffbox1 { 
  flex: 1; 
  padding: 20px; 
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
} 

.ffbox1 label { 
  display: block; 
  margin-bottom: 8px; 
} 

.ffbox1 input, 
.ffbox1 textarea { 
  width: 100%; 
  padding: 8px; 
  margin-bottom: 16px; 
  box-sizing: border-box; 
  border-radius: 15px; 
  background-color: white; 
  border: none; 
} 

.ffbox1 textarea { 
  resize: vertical; 
} 

.ffbox1 { 
  margin-bottom: 16px; 
} 

.ffbox1 label { 
  margin-right: 16px; 
  color: white;
} 

.map-div { 
  flex: 1; 
  background-color: #eee; 
} 

#btn-submit { 
  width: 100%; 
  padding: 8px; 
  margin-bottom: 16px; 
  box-sizing: border-box; 
  border-radius: 15px; 
  background-color: #ff5f27;
  color: #000000;

  font-size: 17px; 
  font-weight: 700; 
  border: #a2c2ee; 
} 
.ttm-row.services-section {
  padding: 85px 0;
}

.ttm-bgcolor-darkgrey, .ttm-bgcolor-darkgrey > .ttm-bg-layer, .ttm-bgcolor-darkgrey > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner, .ttm-bgcolor-skincolor .tooltip:after, .ttm-bgcolor-skincolor [data-tooltip]:after, .ttm-btn.ttm-btn-style-fill.ttm-btn-color-dark, .tooltip:after, [data-tooltip]:after, .ttm-icon_element-fill.ttm-icon_element-color-darkgrey, .ttm-highlight-fid-style1, .ttm-btn.ttm-btn-style-border.ttm-btn-color-grey:not(.btn-inline):hover, .ttm-btn.ttm-btn-style-border.ttm-btn-color-grey:not(.btn-inline):hover, .ttm-btn.ttm-btn-style-border.ttm-btn-color-dark:not(.btn-inline):hover, .ttm-btn.ttm-btn-style-border.ttm-btn-color-dark:not(.btn-inline):hover, .ttm-bgcolor-skincolor .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:not(.btn-inline):hover, .ttm-bgcolor-skincolor .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:not(.btn-inline):hover, .ttm-btn.ttm-btn-style-border.ttm-btn-color-darkgrey:hover, .ttm-btn.btn-inline.ttm-btn-color-darkgrey, .ttm-btn-style-fill.ttm-btn-color-grey, .ttm-bgcolor-skincolor .ttm-bgcolor-grey, .sidebar .widget-area .widget, .ttm-progress-bar .progress-bar.progress-bar-color-bar_darkgrey, .ttm-progress-bar .progress-bar-inner .progress-bar.progress-bar-color-bar_darkgrey:before, .featured-imagebox-portfolio.style2 .ttm-portfolio-box-view-overlay:after, .featured-imagebox-portfolio.style2 .ttm-portfolio-box-view-overlay:before, .product:hover .ttm-shop-icon .product-btn {
  background-color: #323232;
}
.bg-img2 {
  background-image: url(../img/row-bgimage-2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.pt-10 {
  padding-top: 10px;
}

.text-left {
  text-align: left !important;
}
.section-title {
  position: relative;
  margin-bottom: 19px;
}
.section-title .title-header {
  padding-bottom: 0px;
}
.section-title h3 {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 0.5px;
  display: block;
  padding-left: 47px;
  margin-bottom: 5px;
  position: relative;
  color: #cda274;
}



.section-title h2.title {
    font-size: 42px;
    line-height: 53px;
    color: #fff;
    
}
.section-title .title-desc {
  padding-top: 5px;
}
.ttm-bgcolor-darkgrey .section-title p, .copyright p, .second-footer .widget-area .widget .textwidget.widget-text p, .first-footer p {
  color: rgba(255, 255, 255, .65);
}
/* style2*/
.featured-icon-box.style2{
  padding: 102px 25px 32px 40px;
  position: relative;
  border: 2px solid rgba(0,0,0,.09);
  border-color: rgba(255,255,255,.40);
}
.featured-icon-box.style2:hover{
  border-color: rgba(255,255,255,1);
}
.featured-icon-box.style2 .featured-icon .ttm-icon i{font-size: 40px;}
.ttm-bgcolor-white .featured-icon-box.style2{border: 1px solid rgba(0,0,0,.09);}
.ttm-bgcolor-white .featured-icon-box.style2:hover{
  border-color: rgba(0,0,0,.09);
}
.ttm-bgcolor-white .featured-icon-box.style2:before,
.ttm-bgcolor-white .featured-icon-box.style2:after {border-color: rgba(0,0,0,.09);}
.ttm-bgcolor-white .featured-icon-box.style2:hover:before,
.ttm-bgcolor-white .featured-icon-box.style2:hover:after{border-color: rgba(0,0,0,.09);}

.featured-icon-box.style2:before{
  position: absolute;
  top: -11px;
  left: -11px;
  content: "";
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  border: solid;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 5px;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  transition: all .7s ease-out;
  border-color: rgba(0,0,0,.09);
  border-color: rgba(255,255,255,.40);
}
.featured-icon-box.style2:hover:before{
  left: 100%;
  transform: rotate(90deg);
  border-color: rgba(255,255,255,1);
}
.featured-icon-box.style2:after{
  position: absolute;
  bottom: -11px;
  right: -11px;
  content: "";
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  border: solid;
  border-width: 1px 0 0 1px;
  display: inline-block;
  padding: 5px;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  transition: all .7s ease-out;
  border-color: rgba(0,0,0,.09);
  border-color: rgba(255,255,255,.40);
}
.featured-icon-box.style2:hover:after{
  right: 100%;
  transform: rotate(90deg);
  border-color: rgba(255,255,255,1);
}
.featured-icon-box.style2 .featured-icon {
  opacity: 1;
}
.featured-icon-box.style2 .featured-icon,
.featured-icon-box.style2 .featured-content {
  transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transition: all .6s ease;
  -ms-transition: all .6s ease;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
}
.featured-icon-box.style2:hover .featured-icon{
  transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  -webkit-transform: translateY(-25px);
  -moz-transform: translateY(-25px);
  opacity: 0;
}
.featured-icon-box.style2:hover .featured-icon .ttm-icon i {
  transform: unset;
}
.featured-imagebox-portfolio.style2 .featured-content .featured-icon i{
  display: inline-block;
  transition: all 500ms ease;
}
.featured-imagebox-portfolio.style2:hover .featured-content .featured-icon i{
  transform: rotateY(180deg);
}
.featured-icon-box.style2:hover .featured-content{
  transform: translateY(-45px);
  -ms-transform: translateY(-45px);
  -webkit-transform: translateY(-45px);
  -moz-transform: translateY(-45px);
}
.featured-icon-box.style2 .featured-title h3{font-size: 20px;}
.featured-icon-box.style2 .featured-content .ttm-footer {
  transform: translateY(10px);
  -ms-transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0;
}
.featured-icon-box.style2:hover .featured-content .ttm-footer{
  transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  opacity: 1;
}

/* style3*/
.featured-icon-box.style3{
  text-align: center;
  padding: 54px 22px 40px;
  box-shadow: none;
  margin: 21px 0 0px;
  border: 1px solid rgba(0,0,0,.1);
  background-color: #323232;
}
.featured-icon-box.style3:before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 3px solid #c3002f;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
.featured-icon-box.style3:hover:before{
  transform: scaleX(1);
}
.featured-icon-box.style3:hover .featured-icon i{transform: rotateY(180deg);}
.featured-icon-box.style3 .featured-icon i{font-size: 45px;}
.featured-icon-box.style3 .featured-content {padding-top: 1px;}
.featured-icon-box.style3 .featured-title h3{font-size: 16px; line-height: 26px;margin-bottom: 0;}


/*style4*/
.featured-icon-box.style4 {
  text-align: center;
  margin: 20px 0 15px;
}
.featured-icon-box.style4 .featured-icon {
  position: relative;
  transition: all 500ms ease;
}
.featured-icon-box.style4:hover .featured-icon{
  transform: translateY(-10px);
}
.featured-icon-box.style4 .featured-icon .ttm-icon {
  position: relative;
  font-size: 56px;
  line-height: 167px;
  height: 150px;
  width: 150px;
  text-align: center;
  color: inherit;
  margin: 0 auto;
  border: 1px dashed;
  border-radius: 50%;
  -webkit-transition: .4s ease-in-out;
  -ms-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .5s ease-in-out;
}
.featured-icon-box.style4:hover .featured-icon .ttm-icon{
  background-color: transparent;
  border-color: #cda274;
}
.featured-icon-box.style4:hover .featured-icon .ttm-icon i{color: #cda274;}
.featured-icon-box.style4 .featured-icon .ttm-icon i {
  font-size: 56px;
  color: inherit;
}
.featured-icon-box.style4 .ttm-num {
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  font-size: 20px;
  font-weight: 500;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  line-height: 47px;
  border: 1px dashed;
  background-color: #323232;
  text-align: center;
}
.featured-icon-box.style4 .featured-content {
  padding: 23px 15px 0;
}


/*style5*/
.featured-icon-box.style5:hover .featured-icon .ttm-icon i{transform: rotateY(180deg);}


/*style6*/
.featured-icon-box.style6 .featured-content{
  padding-left: 40px;
}
.featured-icon-box.style6 .featured-title h3 {
  font-size: 21px;
  line-height: 30px;
}


/*style7*/
.featured-icon-box.style7 {
  text-align: center;
  -webkit-box-shadow: 0 0 7px 0 rgb(43 52 59 / 8%);
  -moz-box-shadow: 0 0 7px 0 rgba(43,52,59,.08);
  box-shadow: 0 0 7px 0 rgb(43 52 59 / 8%);
  padding-bottom: 33px;
  background-color: #323232;
}
.featured-icon-box.style7 .featured-content {
  padding-top: 25px;
}
.featured-icon-box.style7 .featured-icon .ttm-icon{
  position: relative;
  height: 60px;
  width: 60px;
  display: block;
  margin: 0 auto;
  line-height: 55px;
  border:0;
  background-color: #cda274;
}
.featured-icon-box.style7 .featured-icon .ttm-icon i{color: #fff;}
.featured-icon-box.style7:hover .featured-icon .ttm-icon i{transform: rotateY(180deg);}

.featured-icon-box.style7 .featured-icon .ttm-icon:before{
  content: "";
  position: absolute;
  top: -12px;
  left: 60px;
  border-width: 0 13px 12px 0;
  border-style: solid;
  border-right-color: transparent!important;
  border-left-color: transparent!important;
  display: block;
  border-color: #cda274;
  transition: all .4s;
  opacity: .7;
}
.featured-icon-box.style7 .featured-icon .ttm-icon:after{
  position: absolute;
  content: "";
  right: 0;
  height: 11px;
  width: 100%;
  top: -11px;
  z-index: -4;
  border-color: #cda274;
  transition: all .5s;
  background-color: #cda274;
  transform: scale(1,1.2);
}
.featured-icon-box.style7 .featured-desc p{margin-bottom: 0; color: white;}
.featured-icon-box.style7 .featured-inner:after{
  transform: scaleX(0);
  transition: transform 800ms ease-in-out;
  position: absolute;
  content: '';
  border-bottom: 5px solid;
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 0;
  border-bottom-color: #cda274;
}
.featured-icon-box.style7:hover .featured-inner:after{transform: scaleX(1);}


/* ===============================================
  12.featured-images ( contents with image)
------------------------*/
.featured-imagebox,
.featured-imagebox .featured-thumbnail { 
  position: relative;
  overflow: hidden;
}
.featured-imagebox { margin: 15px 0; }
.featured-imagebox .featured-content .featured-title h3 {
  position: relative;
  overflow: hidden;
}
.featured-imagebox .featured-content .category, .featured-imagebox .featured-content .category a {
  font-size: 14px;
  line-height: 15px;
  display: inline-block;
}
.featured-imagebox .featured-thumbnail img{
  width: 100%;
  transition: transform 0.5s ease-in-out;
}
.featured-imagebox:hover .featured-thumbnail img{
  transform: scale(1.2);
}
.ttm-box-view-overlay , .ttm-box-view-content-inner{ position: relative; }
.ttm-box-view-overlay:before, .ttm-box-view-content-inner:before{
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  transition: all 0.5s linear;
  z-index: 1;
}
div:hover > .ttm-box-view-overlay:before, div:hover > .ttm-box-view-content-inner:before{
  opacity: .8;
  visibility: visible;
}
.ttm-portfolio-format-video {
  position: relative;
  overflow: hidden;
  padding-bottom: 83.95%;
  padding-top: 23px;
  height: 0;
}
.ttm-portfolio-format-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}


.map-div iframe { 
  border: 0; 
  padding: 10px; 
} 

.gfg { 
  text-align: center; 
  color: green; 
} 

.map-div { 
  background-color: rgb(152, 178, 234); 
}

.custom-btn {
  width: 130px;
  height: 40px;
  color: white;
  padding: 10px 25px;
  border: 2px solid white;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
}

.second-atitle > span {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	color: #df8133;
	letter-spacing: 2px;
	display: inline-block;
	margin-bottom: 20px;
	background: transparent;
}
.s-about-content p {
	margin-bottom: 15px;
}
.about-content strong{
    color: #df8133;
}

.about-img {
	margin-left: -50px;
}
.about-user {
display: flex;
}
.about-user p{
    color: #df8133;
}
.about-user .img{
  margin-right: 20px;
}
.about-user .text h5{

}
.about-text {
position: absolute;
bottom: 0px;
right: 30px;
width: 150px;
background: #df8133;
padding: 30px;
border-radius: 0;
box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
}

.about-text span {
font-size: 48px;
color: #000;
position: relative;
display: inline-block;
font-weight: 600;
    font-family: 'Commissioner', sans-serif;
margin-top: 15px;
}
.about-text span sub {
font-size: 30px;
color: #fff;
font-weight: 600;
margin-left: -10px;
bottom: 5px;
}
.about-title > span {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	background: #df8133;
	height: 30px;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	margin-bottom: 30px;
}
.about-title h2 {
	font-size: 44px;
    margin-bottom: 0 !important;
}
.pline{
    color: #fff;
    padding-left: 15px;
    border-left: 2px solid #df8133;
}
.about-title h5{
   color: #df8133;
    font-size: 22px;
    margin-bottom: 20px;
    text-transform: uppercase;
    position: relative;
}

.about-title .title-strong{
    color: #4f4f4f;
    font-weight: 500;
    font-size: 18px;
}
.about-title .title-strong span {
    padding: 3px 12px;
    background: #df8133;
    border-radius: 5px;
    color: #fff;
}
.about-title p span {
	display: inline-block;
	height: 2px;
	width: 40px;
	background: #df8133;
	margin-right: 20px;
	position: relative;
	top: -5px;
}
.about-title p {
	margin-bottom: 0;
}
.about-content p {
	margin-bottom: 45px;
}
.about-content li {

color: #fff;
}


.about-content li .text {
    padding-top: 0;
}
.about-title h2 span {
    color: #df8133;
}
.about-content li .icon i {
    width: 40px;
height: 40px;
background: #ebebeb;
text-align: center;
line-height: 40px;
margin-right: 20px;
color: #df8133;
}

.product-qulity li h3{
    font-size: 26px;
    font-weight: 600;
}
.product-qulity li .icon {
  width: 140px;
  margin-top: 12px;
}
.about-content .exprince{
      border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
    text-align: center;
    padding: 30px 0;
}
.about-content .exprince h5 {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 25px;
    font-weight: 500;
    color: #0595b8;
}
.about-content .exprince p{
    margin-bottom: 0;
}
.about-content .nav-tabs {
    border: 1px solid #000000;
    width: 54%;
    padding: 6px;
    display: inherit;
    border-radius: 10px;
    margin-bottom: 30px;
}
.about-content .nav-tabs .nav-item {
    margin-bottom: 0;
    display: inline-block;
    margin-top: 0;
}
.about-content .nav-tabs .nav-item.show .nav-link, .about-content .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #000000;
    border: none;
    border-radius: 10px;
    padding: 12px 32px;
    color: #fff;
    text-transform: uppercase;
}
.about-content .nav-tabs .nav-link {
   padding: 12px 32px;
     text-transform: uppercase;
    border: none;
}
.ab-ul {
    margin-top: 30px;
}
.ab-ul li{
float: left;
width: 50%;
}
.ab-ul li .icon i {
    width: 40px;
    height: 40px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #EEEEEE;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    margin-right: 20px;
    color: #df8133;
}
.sr-ul {
    margin-top: 30px;
}
.sr-ul li {
    float: left;
    width: 46.2%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
    margin: 0 20px 30px 0;
    padding: 15px 20px;
}
.sr-ul li .icon i {
     width: inherit;
    height:inherit;
    background: inherit;
    border: inherit;
    border-radius: inherit;
     line-height: inherit;
   font-size: 30px;
    color: #4cc3c1;
}
.sr-ul li .text{
  font-size: 14px;
  
  color: #000000;
}

.sr-tw-ul {
    position: relative;
    z-index: 1;
}
.sr-tw-ul li {
    float: left;
    width: 100%;
    border: 1px solid;
    padding: 30px;
    border-width: 1px;
    border-color: rgb(215, 215, 215);
    border-style: solid;
    border-radius: 4px;
    margin-bottom: 15px;
}
.sr-tw-ul li p{
    margin-bottom: 0;
}

.sr-tw-ul li .icon {
    width: 108px;

}
.sr-tw-ul li .icon img,.sr-tw-ul li .icon-right img {
  width: 54px;
}
.sr-tw-ul li .icon-right{
   width: 108px;
}
.sd-img 
{
    margin: 0 -50px;
}

.sd-img img {
  width: 100%;
}
.section-t h2 {
	font-size: 350px;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	z-index: -1;
	color: #000000;
	opacity: .05;
	margin: 0;
	font-family: 'Playfair Display', serif;
	font-weight: 500;
	font-style: italic;
	top: -35px;
	line-height: 1;
}
.second-about {
transform: translate(0,1px);
left: 48.8%;
right: 0;
bottom: inherit;
text-align: center;
top: 56.5%;
}
.second-about p {
margin-bottom: 0;
color: #000;
font-size: 14px;
font-weight: 600;
font-family: 'Commissioner', sans-serif;
margin-top: 0;
}
.second-atitle > span {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	color: #df8133;
	letter-spacing: 2px;
	display: inline-block;
	margin-bottom: 20px;
	background: transparent;
}
.s-about-content p {
	margin-bottom: 15px;
  color: white;
}
.about-content strong{
    color: #df8133;
}
.sinature-box {
    float: left;
    width: 100%;
    box-shadow: 0px 16px 32px #0000000A;
    padding: 25px 30px 15px 30px;
    margin-top: 50px;
}
.sinature-box h2{
    font-size: 20px;
    font-weight: 500;
               font-family: 'Commissioner', sans-serif;
    color: #000000;
    margin-bottom: 5px;
}
.sinature-box h3{
    font-size: 14px;
               font-family: 'Commissioner', sans-serif;
    color: #4CC3C1;
}
.sinature-box .user-box{
    display: flex;
}
.sinature-box .user-box .text{
    padding-top: 10px;
    padding-left: 15px;
}
.signature-text{font-size: 22px; color: #df8133;font-family: 'Playfair Display', serif;font-weight: 600;}
.circle-right{
    display: inline-block;
}
.ab-coutner li {
    display: inline-block;
    margin-right: 22px;
}
.ab-coutner .single-counter {
    background-color: rgb(250, 162, 146);
    box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
     border-radius: 10px;
    padding: 70px 0;
}
.ab-coutner .single-counter p{
margin-top: 15px;
color: #4f4f4f;
font-family: 'Playfair Display', serif;
font-size: 20px;
font-weight: 600;
}
.clinet-abimg {
    position: absolute;
    bottom: -76px;
    right: 0;
    animation: alltuchtopdown 3s infinite;
-webkit-animation: alltuchtopdown 3s infinite;
animation-delay: 0s;
-webkit-animation-delay: 1s;
}
.about-content2 p{
    color: #ffffffab;
}
.about-content2 .about-title h2{
    color: #fff;
}
.about-content2 li {
  display: flex;
  margin-bottom: 10px;
    color: #fff;
}
.about-content2 li .icon{
width: 15px;
height: 15px;
background: #df8133;
text-align: center;
margin-right: 20px;
color: #e11d07;
display: block;
margin-top: 10px;
}
.about-content2 li .text {
  padding-top: 5px;
}
.experience-text {
  float: left;
  padding: 15px 0;
  border-top: 1px solid #ffffff4f;
  border-bottom: 1px solid #ffffff4f;
  width: 100%;
    display: flex;
}
.p-relative {
  position: relative;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .s-about-img img {
      margin: 0;
  }
}

.s-about-img img {
}
.img, img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}
.pb-25 {
  padding-bottom: 25px;
}

/* 1 */
.btn-1 {
  transition: all 0.3s ease;
}
.btn-1:hover {
   box-shadow:
   -7px -7px 20px 0px #fff9,
   -4px -4px 5px 0px #fff9,
   7px 7px 20px 0px #0002,
   4px 4px 5px 0px #0001;
}

/* 2 */
.btn-2 {
  
}
.btn-2:after {
  position: absolute;
  content: "";
  top: 5px;
  left: 6px;
  width: 90%;
  height: 70%;
  border: 1px solid  #fff;
  opacity: 0;
  transition: all 0.3s ease;
}
.btn-2:hover:after {
  opacity: 1;
}


/* 3 */
.btn-3 {
  line-height: 39px;
  padding: 0;
}
.btn-3:hover{
  background: transparent;
  color:  #fff;
}
.btn-3 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.btn-3:before,
.btn-3:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background:  #fff;
  transition: all 0.3s ease;
}
.btn-3:before {
  height: 0%;
  width: 2px;
}
.btn-3:after {
  width: 0%;
  height: 2px;
}
.btn-3:hover:before {
  height: 100%;
}
.btn-3:hover:after {
  width: 100%;
}
.btn-3 span:before,
.btn-3 span:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: #fff;
  transition: all 0.3s ease;
}
.btn-3 span:before {
  width: 2px;
  height: 0%;
}
.btn-3 span:after {
  width: 0%;
  height: 2px;
}
.btn-3 span:hover:before {
  height: 100%;
}
.btn-3 span:hover:after {
  width: 100%;
}
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #ff6d25;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
.cat-item div {
  background: black;

  transition: .5s;
}

.cat-item:hover div {
  background-color: #007bb5;
  transition: transform .2s; /* Animation */
  transform: scale(0.9);
  border-color: transparent;
}

.cat-item div * {
  transition: .5s;
}

.stu{
  padding-bottom: 25px !important;
    background-color: #161d1e !important;

}

.section{
  padding-top: 50px;
  padding-bottom: 50px;
}
.process{
  padding-top: 60px;
  padding-bottom: 60px;
}

 
