body {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: 'Cinzel';
}

@font-face {
  font-family: 'Cinzel';
  src: url('../fonts/Cinzel-Bold.woff2') format('woff2'),
    url('../fonts/Cinzel-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cinzel';
  src: url('../fonts/Cinzel-Regular.woff2') format('woff2'),
    url('../fonts/Cinzel-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



/* 
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-Bold.woff2') format('woff2'),
      url('../fonts/Rubik-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
} */
/* @font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-Medium.woff2') format('woff2'),
      url('../fonts/Rubik-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
} */

@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-Regular.woff2') format('woff2'),
    url('../fonts/Rubik-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


button.register {
  background: #DFBB7E;
  color: #000;
  text-transform: uppercase;
  border: 2px #FFF2C7 solid;
  padding: 12px 10px;
  font-size: 32px;
  border-radius: 20px;
  font-weight: bold;
  font-family: 'Rubik';
  letter-spacing: 1px;
  display: block;
  margin: 18px auto;
  width: 100%;
  max-width: 500px;
}

a {
  text-decoration: none;
}

ul {
  padding: 0px;
  margin: 0px;
}

li {
  list-style: none;
  display: inline-block;
}

.padding-70 {
  padding: 70px 0px;
}

.padding-90 {
  padding: 90px 0px;
}

.site-btn {
  text-decoration: none;
  padding: 13px 15px;
  font-size: 16px;
  background: #DFBB7E;
  border: 0px;
  color: #fff;
  border-radius: 30px;
  min-width: 170px;
  font-weight: 500;
  font-family: 'Rubik';
  margin-top: 20px;
  display: inline-block;
  text-align: center;
}

a.site-btn:hover {
  color: #fff;
}

p {
  margin-bottom: 0px;
  font-family: 'Rubik';
}

/**start-top-header**/
/* .top-header {
    background: #000000;
    padding: 15px 0px;
    color: #fff;
    font-family: 'Rubik';
}
.top-adres label {
    margin-right: 20px;
}
.top-adres label a {
    color: #fff;
}
.top-adres label i {
    font-size: 18px;
    margin-right: 3px;
}
.social {
    text-align: right;
}
*/

/**end-top-header**/

.social ul li a {
  background: #EDB560;
  color: #fff;
  width: 35px;
  display: inline-block;
  text-align: center;
  height: 35px;
  line-height: 35px;
  border-radius: 3px;
  margin-left: 4px;
  font-size: 18px;
}

/**start-navbar**/
header.header {
  background: transparent;
  font-family: 'Rubik';
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 333;
}

header.header.fixed {
  background: #1d1d1d;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
  text-transform: uppercase;
  margin: 0px 10px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #EDB560;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
  color: #EDB560;
}

header button.site-btn {
  margin-left: 30px;
}

a.navbar-brand img {
  width: 100%;
  max-width: 200px;
}

/**end-navbar**/

/**start-hom-banner**/


.modal-content {
  background: #000;
  color: #fff;
  box-shadow: 0px 0px 40px -4px #333;
}

.top-gets .btn-close {
  color: #fff;
  border: 0;
  opacity: 1;
  font-size: 32px;
  padding: 3px;
  float: right;
  position: absolute;
  right: 0;
  top: 0px;
  background-color: #DFBB7E !important;
  background: none;
  z-index: 1070;
  line-height: 0px;
  border-radius: 0px !important;
}

/* .hom-bnr {
  background-image: url(../images/bnr.jpg);
  width: 100%;
  min-height: 800px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  height: 100vh;
} */

/**start-banner-slider**/
/*
 *  Bootstrap Carousel Effect Ken Burns
 * ===========================================================================*/

@keyframes kenburns {
  0% {
    transform: scale(1);
    transition: transform 20000ms linear 0s;
  }

  100% {
    transform: scale(1.2);
    transition: transform 20000ms linear 0s;
  }
}

/* Carousel Wrapper */
/* .kb-carousel {
  overflow: hidden;
  max-height: 1000px;
  min-height: 1000px;
  height: 1000px;
} */

/* Carousel Items */
/* .kb-carousel .carousel-item {
  transition: transform .6s ease-in-out 0s, opacity ease-in-out .6s;
  min-width: 800px;
  height: 800px;
}

.kb-carousel .carousel-item.active {
  transition: transform .6s ease-in-out 0s, opacity ease-in-out .6s;
  min-width: 1000px;
  height: 1000px;
} */

.hom-bnr .carousel-fade .carousel-item {
  height: 100vh;
}

.hom-bnr .kb-carousel>.carousel-inner>.carousel-item>img,
.kb-carousel>.carousel-inner>.carousel-item>a>img {
  opacity: 1;
  animation: kenburns 20000ms linear 0s infinite alternate;
  height: 100vh;
}

.hom-bnr .kb-carousel .carousel-item-next.carousel-item-start .carousel-caption,
.kb-carousel .carousel-item-prev.carousel-item-end .carousel-caption {
  z-index: 0;
  opacity: 0;
}

/* Carousel Captions */


.hom-bnr .kb-caption-left {
  margin-right: auto;
}

.hom-bnr .kb-caption-right {
  margin-left: auto;
}

.hom-bnr .kb-caption-center {
  margin: auto;
}


/* Controls */
.hom-bnr .kb-control-prev,
.kb-control-next {
  width: 3.5rem;
  height: 3.5rem;
  margin: auto 0;
  opacity: 0;
  color: #fff;
  background: rgba(0 0 0 / 0.7);
}

.hom-bnr .kb-carousel:hover .kb-control-prev,
.kb-carousel:hover .kb-control-next {
  opacity: 1;
}

.hom-bnr .kb-control-prev {
  left: 1%;
}

.hom-bnr .kb-control-next {
  right: 1%;
}

.hom-bnr .kb-control-prev:hover,
.kb-control-prev:focus,
.kb-control-next:hover,
.kb-control-next:focus {
  color: #fff;
  background: rgba(0 0 0 / 1);
}

/* Support for dark mode */
[data-bs-theme="dark"] .carousel .carousel-control-next-icon,
[data-bs-theme="dark"] .carousel .carousel-control-prev-icon {
  filter: none;
}

/**end-banner-slider**/



.bnr-txt {
  color: #fff;
}

.choose-form h2 {
  color: #EDB560;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  text-transform: uppercase;
}

.choose-form {
  display: block;
  width: 100%;
  max-width: 500px;
  float: right;
  margin-top: 20px;
}

.bnr-form {
  background: #15142154;
  color: #000;
  padding: 20px;
  width: 100%;
  float: right;
  border-radius: 12px;
  margin-top: 15px;
  border: 1px #D9C16F solid;
}

.bnr-form .fild input {
  width: 100%;
  background: #0000;
  padding: 16px;
  border-radius: 6px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 14px;
  border: 1px #D9C16F solid;
  font-family: 'Rubik';
}

.bnr-form .fild textarea {
  width: 100%;
  background: #0000;
  padding: 16px;
  border-radius: 6px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 14px;
  border: 1px #D9C16F solid;
  font-family: 'Rubik';
}

.bnr-form .fild {
  margin: 8px 0px;
}

.bnr-form ::placeholder {
  color: #999;
  font-weight: 500;
}

.bnr-form button.submit {
  background: #DFBB7E;
  text-transform: uppercase;
  color: #000;
  border: 0px;
  margin-top: 10px;
  width: 100%;
  padding: 15px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 20px;
}

.bnr-txt h2 {
  font-size: 64px;
  font-weight: 700;
}

.bnr-txt p {
  font-family: 'Rubik';
}

/**end-hom-banner**/

/**start-about-sec**/
.about-pic img {
  width: 100%;
  border-radius: 8px;
}

.inr-scd-pic img {
  margin-top: 25px;
}

.inr-fst-pic {
  position: relative;
}

.inr-fst-pic:after {
  content: '';
  position: absolute;
  width: 220px;
  height: 220px;
  background: #DFBB7E;
  top: -15px;
  left: -15px;
  z-index: -1;
}

.inr-scd-pic {
  position: relative;
}

.inr-scd-pic:after {
  content: '';
  position: absolute;
  width: 220px;
  height: 220px;
  background: #DFBB7E;
  bottom: -15px;
  right: -15px;
  z-index: -1;
}

.about-txt {
  padding-left: 6%;
}

.sec-haad h5 {
  font-family: 'Rubik';
  font-size: 22px;
  margin-bottom: 0px;
}

.sec-haad h2 {
  font-size: 38px;
  font-weight: bold;
}

.sec-haad {
  position: relative;
}

a {
  font-family: 'Rubik';
}

button {
  font-family: 'Rubik';
}

.sec-haad:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 5px;
  background: #DFBB7E;
  left: 0;
  bottom: -7px;
}

.about-txt p {
  margin: 35px 0px;
}

.inr-creat {
  border: 3px #DFBB7E solid;
  padding: 20px;
  border-radius: 20px;
  padding-top: 40px;
  position: relative;
  overflow: hidden;
  padding-left: 59px;
}

.inr-creat p {
  margin: 10px 0px;
}

.inr-creat .icon {
  background: #DFBB7E;
  width: 65px;
  height: 65px;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom-right-radius: 70px;
  text-align: center;
  line-height: 43px;
  padding-right: 10px;
}

.inr-creat h4 {
  font-size: 20px;
  font-weight: 700;
}

/**end-about-sec**/

/**start-idea-sec**/
section.best-idea {
  background: #F6FBFF;
  padding: 0px;
}

.idea-txt {
  padding: 6%;
  padding-right: 30%;
}

.idea-txt p {
  margin: 30px 0px;
}

a.raed-mor {
  text-decoration: none;
  padding: 13px 15px;
  font-size: 16px;
  background: #2B2A29;
  border: 0px;
  color: #fff;
  border-radius: 30px;
  min-width: 170px;
  font-weight: 500;
  font-family: 'Rubik';
  margin-top: 20px;
  display: inline-block;
  text-align: center;
}

a.raed-mor i {
  margin-left: 5px;
}

.idea-pic img {
  width: 100%;
  object-fit: cover;
}

/**end-idea-sec**/

/**start-service-sec**/
section.service-sec .sec-haad:after {
  left: 50%;
  bottom: -10px;
  transform: translate(-50%, 0%);
  background-color: #fff;
}

.service-box h3 {
  font-size: 18px;
  font-weight: bold;
  font-family: 'Cinzel';
  margin-bottom: 12px;
}

.service-box {
  background: #F6FBFF;
  padding: 30px;
  border: 1px #D9D9D9 solid;
  border-radius: 60px;
  border-top-left-radius: 120px;
  box-shadow: 0px 0px 30px 2px #ECF1F9;
  min-height: 200px;
  padding-top: 100px;
  position: relative;
  margin-top: 100px;
  transition: 0.4s;
  border-top-right-radius: 50px;
}

.service-box:hover {
  background: #DFBB7E;
  color: #fff;
  transition: 0.4s;
  border-bottom: 5px #000 solid;
}

.serv-icon {
  background: #fff;
  padding: 20px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: relative;
  margin: auto;
  margin-top: -173px;
  margin-bottom: 26px;
  border: 1px #D9D9D9 solid;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
}

.serv-icon .inr-serv {
  border: 1px #ECF1F9 solid;
  width: 110px;
  height: 110px;
  line-height: 100px;
  border-radius: 50%;
}

section.service-sec .col-md-6.col-lg-3 {
  padding: 0px 25px;
}




.hom-serv img.serv-pic {
  width: 100%;
  height: 650px;
  object-fit: cover;
  transition: 0.9s;
}

section.service-sec {
  background: #000;
  padding: 90px 4%;
}

section.service-sec h2 {
  color: #DFBB7E;
  font-size: 60px !important;
}

section.service-sec .sec-haad h5 {
  color: #fff;
}

section.service-sec .col-md-6.col-lg-4 {
  padding: 25px;
}

.hom-serv {
  position: relative;
  overflow: hidden;
  transition: 0.9s;
}

.hom-serv:hover img.serv-pic {
  transform: scale(1.2);
  transition: 0.9s;
}

section.service-sec .hom-serv h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background-image: linear-gradient(#ffffff00, #000000c9);
  margin-bottom: 0px;
  padding: 20px;
  font-size: 36px;
  text-transform: uppercase;
  font-family: 'Cinzel';
  font-weight: 500;
  text-align: center;
}



/**end-service-sec**/

/**start-our-work-sec**/
section.our-work-sec {
  background: #F6FBFF;
  padding: 60px 0px;
}

.left-work {
  padding: 3% 3% 3% 15%;
}

.left-work p {
  margin: 30px 0px;
}

.elegant-box {
  background-image: url(../images/elegant.png);
  width: 100%;
  min-height: 450px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px;
}

.inr-elegant {
  background: #ffffff;
  width: 100%;
  height: 100%;
  padding: 45px 25px;
  border-radius: 12px;
  text-align: center;
  transition: 0.4s;
}

.inr-elegant h4 {
  font-weight: bold;
  font-size: 20px;
}

.elegant-pic {
  width: 140px;
  height: 140px;
  box-shadow: 0px 0px 10px 1px #ccc;
  line-height: 135px;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 30px;
  background-color: #fff;
  border: 1px transparent solid;
}

.inr-elegant:hover {
  background: #DFBB7E;
  color: #fff;
  transition: 0.4s;
}

.inr-elegant:hover .elegant-pic {
  border: 1px #000 solid;
  border-style: dashed;
}

/**end-our-work-sec**/

h2 span {
  font-weight: 400;
}

/**start-portfolio-slide**/
.mazic-sec {
  background-image: url(../images/port-bg.png);
  width: 100%;
  min-height: 800px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px 2%;
  text-align: center;
  color: #fff;
}

.mazic-sec .item {
  opacity: 0.4;
  transition: .4s ease all;
  margin: 0 20px;
  transform: scale(.9);
}

@media(max-width:1000px) {
  .mazic-sec .item {
    margin: 0;
    transform: scale(.9)
  }
}

.mazic-sec .active .item {
  opacity: 1;
  transform: scale(1);
}

.mazic-sec .owl-item {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.mazic-sec .inner {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
}

.mazic-sec .inner a {
  color: #fff;
  text-decoration: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  transition: .3s ease border-color
}

.mazic-sec .inner a:hover {
  border-color: #fff;
}

.mazic-sec .black .inner a {
  color: #000;
  border-color: rgba(0, 0, 0, 0.4)
}

.mazic-sec .black .inner a:hover {
  border-color: #000;
}

.mazic-sec .owl-carousel:after {
  content: "";
  display: block;
  position: absolute;
  width: 8%;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -4%;
  pointer-events: none;
}

.mazic-sec .owl-controls .owl-nav {
  position: absolute;
  width: 100%;
  top: 40%;
}

.mazic-sec .owl-controls .owl-nav div {
  display: inline-block;
  margin: 12px 2px;
  font-size: 24px;
  background: #000;
  color: #fff;
  padding: 5px;
  min-width: 100px;
  text-align: center;
  border: 1px #ffffff70 solid;
}

.mazic-sec .owl-controls .owl-nav .owl-prev {
  float: left;
}

.mazic-sec .owl-controls .owl-nav .owl-next {
  float: right;
}

.mazic-sec .sec-haad h2 {
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 2px;
}

.view-all.text-center a {
  background: #000;
  color: #fff;
  padding: 12px;
  display: inline-block;
  text-transform: uppercase;
  min-width: 200px;
  border: 1px #ffffff70 solid;
}

.mazic-sec .owl-dot {
  width: 13px;
  height: 13px;
  background: #DFBB7E;
  display: inline-block !important;
  margin: 4px;
  border-radius: 50%;
}

.mazic-sec .owl-dots {
  display: block !important;
  width: 100%;
  text-align: center;
}

.owl-dot.active {
  background: #fff;
  border: 1px #DFBB7E solid;
}

/**end-portfolio-slide**/




/**our-team-sec**/

section.our-company .sec-haad:after {
  left: 50%;
  bottom: -7px;
  transform: translate(-50%, 0%);
}

.inr-team {
  position: relative;
  width: 100%;
}

.inr-team .image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.inr-team .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #DFBB7E;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.inr-team:hover .overlay {
  height: 78px;
  border-radius: 15px;
  border-top-right-radius: 0px;
}

.inr-team .found {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  color: #fff;
}

.our-team {
  margin-top: 40px;
  overflow: hidden;
  border-radius: 15px;
  padding: 15px;
  box-shadow: 0px 0px 30px 0px #ccccccb3;
  background: #dfbb7e;
}

.co-left label {
  font-family: 'Rubik';
}

.co-left h5 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0px;
}

/**our-team-sec**/


/**start-testimonial-slider**/
section.client-sec {
  background: #F6FBFF;
}

section.client-sec .sec-haad:after {
  left: 50%;
  bottom: -7px;
  transform: translate(-50%, 0%);
}

section.client-sec .description {
  background: #fff;
  padding: 10px;
  border: 1px transparent solid;
  border-radius: 15px;
  position: relative;
  box-shadow: 0px 0px 25px -6px #dfbb7e5c;
  transition: 0.3s;
  min-height: 230px;
}

section.client-sec .description .inr-txt {
  background: #DFBB7E;;
  padding: 20px;
  border-radius: 15px;
  font-family: 'Rubik';
  min-height: 160px;
  color: #fff;
  transition: 0.3s;
}
.inr-txt img {
  width: 25px !important;
}

.limted {
  display: flex;
  align-items: center;
  padding: 10px 20px;
}

.limted img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.limted h3 {
  font-size: 18px;
  color: #2B2A29;
  font-weight: 600;
  margin-bottom: 0px;
}

.limted h5 {
  color: #DFBB7E;
  font-size: 14px;
  font-family: 'Rubik';
  margin-bottom: 0px;
}


.inr-txt img {
  display: block;
  margin-bottom: 10px;
}

section.client-sec .testimonial {
  margin: 20px 10px;
}

section.client-sec .owl-theme .owl-controls {
  margin-top: 0px;
}
section.client-sec .owl-theme .owl-nav {
  text-align: center;
}
section.client-sec .owl-theme .owl-nav div {
  display: inline-block;
  margin: 5px 10px;
  background: #000;
  color: #fff;
  padding: 8px 20px;
  opacity: 1;
  font-size: 20px;
  margin-bottom: 20px;
  border-radius: 3px;
  line-height: 28px;
  padding-bottom: 10px;
  min-width: 100px;
}
section.client-sec .owl-theme .owl-controls .owl-dot.active{
  border: 0px !important;
}

section.client-sec .owl-theme .owl-controls.owl-prev {
  float: left;
  margin-left: -40px !important;
  background-image: url(../images/left.png) !important;
  background-color: transparent !important;
  width: 40px;
  height: 40px;
  opacity: 1 !important;
  background-repeat: no-repeat;
  background-size: cover !important;
  border: 0px !important;
  outline: none !important;
}

section.client-sec .owl-buttons .owl-next {
  float: right;
  margin-right: -40px !important;
  background-image: url(../images/right.png) !important;
  background-color: transparent !important;
  width: 40px;
  height: 40px;
  opacity: 1 !important;
  background-repeat: no-repeat;
  background-size: cover !important;
  border: 0px !important;
  outline: none !important;
}

section.client-sec .owl-buttons {
  position: absolute;
  width: 100%;
  bottom: 48%;
  z-index: 1;
}

/**end-testimonial-slider**/

.al-count {
  text-align: center;
  border: 1px #2B2A29 solid;
  margin-top: 30px;
  padding: 35px 20px;
  ;
  border-radius: 20px;
  background: #fff;
  transition: 0.5s;
}

.al-count:hover {
  background-color: #DFBB7E;
  transition: 0.5s;
}

.al-count h3 {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 20px;
}

.al-count p {
  font-size: 18px;
  text-transform: uppercase;
}

.al-counts {
  margin-top: 30px;
}

/**start-footer**/
footer {
  background: #1D1D1D;
  color: #fff;
}

.fst-box img {
  margin-bottom: 10px;
}

.fst-box img {
  width: 100%;
  max-width: 210px;
}

.fst-box {
  padding-right: 30%;
}

.fst-box p {
  font-weight: 300;
}

.footer-social h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.footer-social {
  margin-top: 15px;
}

.footer-social .social ul li a {
  margin-left: 0px;
  margin-right: 4px;
  border-radius: 50%;
  font-size: 16px;
}

footer h3 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
}

footer .scd-box ul li a {
  color: #D1D1D1;
  font-size: 16px;
  text-transform: uppercase;
}

footer .scd-box ul li {
  display: block;
  margin-top: 5px;
}

footer .scd-box ul li:hover {
  color: #EDB560;
}

footer .scd-box ul li:hover a {
  color: #EDB560;
}

footer .scd-box ul li i {
  font-size: 14px;
  margin-right: 3px;
}

.copyright {
  background: #000000;
  text-align: center;
  color: #fff;
  padding: 20px 0px;
}

footer .scd-box .ftr-galry ul li {
  padding-left: 0px !important;
  display: flex !important;
  align-items: center !important;
  gap: 15px;
  margin-bottom: 10px;
  font-family: 'Rubik';
}

footer .scd-box .ftr-galry ul li::after {
  display: none !important;
}

footer .scd-box .ftr-galry ul li i {
  color: #DFBB7E;
  font-size: 18px;
}

/**end-footer**/

.about-bnr {
  background-image: url(../images/about-bnr.jpg);
  width: 100%;
  min-height: 600px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  display: flex;
  align-items: center;
}

.about-bnr-txt {
  width: 100%;
  text-align: center;
}

.about-bnr-txt h1 {
  font-size: 60px;
  font-weight: bold;
}

/**start-tab-sec**/
.left-tab {
  padding-right: 60px;
}

.nav-pills {
  box-shadow: 0px 0px 30px -6px #ccc;
  margin-top: 80px;
}

.nav-pills button.nav-link {
  border-bottom: 1px #D9D9D9 solid !important;
  border-radius: 0px !important;
  padding: 30px 20px;
  font-size: 20px;
  color: #2B2A29;
  font-family: 'Rubik';
  font-weight: 500;
  text-transform: capitalize;
  text-align: left;
  border-right: 6px transparent solid;
}

.nav-pills button.nav-link i {
  margin-right: 12px;
}

.nav-pills button.nav-link:last-child {
  border-bottom: 0px;
}

.nav-pills button.nav-link:hover {
  background-color: #DFBB7E;
  color: #fff;
  border-right: 6px #2B2A29 solid;
}

.nav-pills button.nav-link.active {
  background-color: #DFBB7E;
  color: #fff;
  border-right: 6px #2B2A29 solid;
}

.tab-cnt h3 {
  color: #254072;
  font-weight: bold;
  margin: 22px 0px;
  font-size: 34px;
}

.tab-cnt h4 {
  color: #2B2A29;
  font-size: 24px;
  font-weight: bold;
  font-family: 'Rubik';
}

.tab-cnt p {
  color: #4D5765;
  font-size: 18px;
  margin-bottom: 20px;
}

.tab-cnt ul li {
  display: block;
  font-family: 'Rubik';
  margin-bottom: 8px;
  position: relative;
  padding-left: 15px;
}

.tab-cnt ul li:after {
  content: '';
  width: 7px;
  height: 7px;
  background: #DFBB7E;
  ;
  position: absolute;
  left: 0;
  top: 9px;
  border-radius: 10px;
}

/**end-tab-sec**/

/**start-about-sec**/
.left-about img.fst {
  width: 100%;
  max-width: 280px;
  margin-right: 20px;
}
.left-about img {
  border-radius: 8px;
}
.left-about img.scd {
  max-width: 200px;
  width: 100%;
}

.right-about P {
  margin: 20px 0px;
}

section.our-value .sec-haad:after {
  left: 50%;
  bottom: -7px;
  transform: translate(-50%, 0%);
}

section.our-value {
  background-color: #F6FBFF;
  padding-bottom: 300px;
}

section.our-value .service-box {
  background: #fff;
}

section.our-value .service-box:hover {
  background-color: #DFBB7E;
}

section.our-value .serv-icon {
  background: #F6FBFF;
}

section.our-value .serv-icon .inr-serv {
  background: #fff;
}

.your-project img.inr-pro {
  width: 100%;
}

.your-project {
  position: relative;
  margin-top: -300px;
}

.pros-txt {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
  width: 100%;
}

.pros-txt h2 {
  font-size: 34px;
  font-weight: bold;
}

/**end-about-sec**/

/**start-contact-page**/
section.top-contact .sec-haad:after {
  display: none;
}

section.con-details {
  background: #F3F7FB;
}

.inr-dtl {
  text-align: center;
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  margin: 15px 0px;
  min-height: 210px;
  box-shadow: 0px 0px 30px 5px #eaf2f9;
  transition: 0.5s;
}

.inr-dtl:hover {
  background: #DFBB7E;
  color: #fff;
  transition: 0.5s;
  border: 1px #2B2A29 solid;
}

.inr-dtl:hover i {
  background: #fff;
  color: #DFBB7E;
}

.inr-dtl:hover h4 {
  color: #fff;
}

.inr-dtl i {
  width: 50px;
  height: 50px;
  background: #DFBB7E;
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  border-radius: 50%;
  margin-bottom: 10px;
  text-align: center;
}

.inr-dtl h4 {
  font-size: 22px;
  font-weight: bold;
  color: #000000;
}

.inr-dtl p {
  font-size: 18px;
  font-family: 'Rubik';
  word-break: break-all;
}

.contact-form h4 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 0px;
}

.contact-form p {
  color: #2B2A29;
  font-weight: 300;
}

.contact-form {
  padding-left: 30px;
}

.contact-form form {
  margin-top: 25px;
}

.contact-form form input {
  width: 100%;
  padding: 12px;
  border: 1px #2B2A29 solid;
  border-radius: 5px;
  background: #F8F8F8;
  margin: 10px 0px;
  font-weight: bold;
  font-family: 'rubik';
  text-transform: capitalize;
  font-size: 18px;
}

.contact-form form textarea {
  width: 100%;
  padding: 12px;
  border: 1px #2B2A29 solid;
  border-radius: 5px;
  background: #F8F8F8;
  margin: 10px 0px;
  font-weight: bold;
  font-family: 'rubik';
  text-transform: capitalize;
  font-size: 18px;
}

::placeholder {
  color: #4D5765;
}

.contact-form form button.register {
  padding: 8px;
  font-size: 28px;
  width: 100%;
  max-width: 100%;
  border-radius: 5px;
  border: 0px;
  margin-top: 10px;
}

/**end-contact-page**/

/**start-portfolio-sec**/

.portfolio-bnr {
  background-image: url(../images/portfolio.jpg) !important;
}

/**end-portfolio-sec**/


/**start-newsletter**/
.news-letter {
  background-image: url(../images/newsletter.jpg);
  width: 100%;
  min-height: 450px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  display: flex;
  align-items: center;
}

.news-txt h2 {
  font-size: 46px;
  font-weight: bold;
}

.news-txt form input {
  background: #F6FBFF;
  border-radius: 0px;
  border: 0px;
  padding: 10px 15px;
  font-family: 'rubik';
  width: 100%;
  max-width: 300px;
}

.news-txt form {
  margin-top: 20px;
}

.news-txt form button.submit {
  background: #DFBB7E;
  border: 0px;
  padding: 10px;
  border-radius: 0px;
  margin-left: 0px;
  min-width: 130px;
  color: #2B2A29;
  font-weight: 600;
  margin-top: 10px;
}

/**end-newsletter**/

/**start-service-page**/
.service-bnr {
  background-image: url(../images/service-bnr.jpg) !important;
}




/**start-faq-sec**/
.right-serv .accordion {
  margin-top: 20px;
}

.right-serv .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  border-bottom: 0px;
  padding: 17px 0px;
  color: #2B2A29;
  font-size: 22px;
  font-weight: bold;
}

.right-serv .accordion-button {
  background-color: transparent;
  box-shadow: none;
  border-bottom: 0px;
  padding: 15px 0px;
  color: #2B2A29;
  font-size: 22px;
  font-weight: bold;
}

.right-serv .accordion-item {
  background-color: transparent;
  border: 0px;
}

.right-serv .accordion-body {
  padding: 15px;
  border-bottom: 3px #DFBB7E solid;
  background: #d9c16f52;
  font-size: 18px;
  color: #4D5765;
}

.right-serv .accordion-button {
  border-bottom: 0px;
  padding: 17px 0px;
}

.right-serv .accordion-button:not(.collapsed)::after {
  content: '\f068';
  background-image: none;
  background-color: #D9C16F;
  font-size: 14px;
  color: #fff;
  font-family: 'FontAwesome';
  text-align: center;
  margin: auto;
  width: 25px !important;
  height: 25px !important;
  float: right;
  transform: none;
  background-size: auto !important;
  position: absolute;
  right: 0px;
  line-height: 24px;
  border-radius: 27px;
}

.right-serv .accordion-button::after {
  content: '\2b';
  background-image: none;
  background-color: #D9C16F;
  font-size: 14px;
  color: #fff;
  font-family: 'FontAwesome';
  text-align: center;
  margin: auto;
  width: 25px !important;
  height: 25px !important;
  float: right;
  transform: none;
  background-size: auto !important;
  position: absolute;
  right: 0px;
  line-height: 26px;
  border-radius: 27px;
}

.right-serv .accordion-button:focus {
  box-shadow: none;
}

.right-serv .sec-had h2 {
  font-size: 100px;
  color: #fff;
  font-weight: 700;
}

/**end-faq-sec**/
.serv-pics img {
  width: 100%;
  border-radius: 10px;
}

.inr-serv img {
  width: 70px;
  border-radius: 10px;
  margin: 15px 0px;
  max-height: 70px;
  object-fit: contain;
}

.inr-serv-to img {
  width: 100%;
  border-radius: 10px;
  margin: 15px 0px;
  max-height: 280px;
  object-fit: cover;
}

.right-serv {
  padding-left: 20px;
}

section.expert-sec {
  background: #F6FBFF;
  padding: 70px 0px;
}

section.expert-sec .sec-haad:after {
  left: 50%;
  bottom: -7px;
  transform: translate(-50%, 0%);
}

.expert-pic img {
  width: 100%;
  border-radius: 8px;
}

.expert-txt ul li {
  display: block;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  font-family: 'Rubik';
  margin: 5px 0px;
  text-transform: capitalize;
  cursor: pointer;
  transition: 0.5s;
  padding: 5px;
}

.expert-txt ul li:hover {
  background-color: #d9c16f54;
  transition: 0.5s;
}

.benefit-sec .sec-haad:after {
  left: 50%;
  bottom: -7px;
  transform: translate(-50%, 0%);
}

.benefit-box {
  background: #F6FBFF;
  text-align: center;
  padding: 50px 25px;
  border-radius: 20px;
  margin-top: 50px;
  border: 1px #F6FBFF solid;
  transition: 0.3s;
  border-bottom: 3px #F6FBFF solid;
  cursor: pointer;
  min-height: 240px;
}

.benefit-box.active {
  background-color: #deb46d;
  transition: 0.3s;
  border: 1px #2B2A29 solid;
  border-bottom: 3px #2B2A29 solid;
  box-shadow: 0px 0px 40px -10px #2b2a2973;
}

.benefit-box:hover {
  background-color: #deb46d;
  transition: 0.3s;
  border: 1px #2B2A29 solid;
  border-bottom: 3px #2B2A29 solid;
  box-shadow: 0px 0px 40px -10px #2b2a2973;
}

.benefit-box:hover p {
  color: #2B2A29;
}

.benefit-box h4 {
  color: #001E16;
  font-weight: bold;
}

.benefit-box p {
  color: #4D5765;
  margin-top: 10px;
}
.benefit-box.active p {
  color: #fff;
}

.benefit-box.active h4 {
  color: #fff;
}
/**end-service-page**/
.mazic-sec .sec-haad:after {
  display: none;
}



/**start-gallery**/
section.photo-gallery {
  padding: 70px 0px;
  background: #000;
}
.gallery_product img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 0px;
}
.tab-list {
  margin-bottom: 30px;
}
.filter-button {
  font-size: 18px;
  border: 1px solid #DFBB7E;
  border-radius: 0px;
  text-align: center;
  color: #DFBB7E;
  margin: 5px 3px;
  padding: 6px 30px;
  text-transform: capitalize;
}
.filter-button:hover
{
  font-size: 18px;
  border: 1px solid #DFBB7E;
  text-align: center;
  color: #ffffff;
  background-color: #DFBB7E;

}
.btn-default:active .filter-button:active
{
  background-color: #db584e;
  color: white;
}

.port-image
{
  width: 100%;
}

.gallery_product
{
  margin-bottom: 30px;
}



/**end-gallery**/

/**start-new-service-sec**/
section.all-services {
  background: #000;
  color: #fff;
}
.service-view img {
  width: 100%;
  height: 100vh;
}
.service-txt {
  padding: 0% 5% 0% 10%;
}
.service-txt h2 {
  color: #EDB560;
  font-size: 60px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative;
}
.service-txt h2:after {
  content: '';
  position: absolute;
  width: 230px;
  height: 3px;
  left: 0;
  bottom: 0;
  background: #edb5607d;
}
.service-txt p {
  font-size: 25px;
  line-height: 34px;
  font-family: 'Cinzel';
}
section.benefit-sec {
  background: #000;
}


/**end-new-service-sec**/



