@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
  font-family: 'Garamond';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Garamond-Regular.ttf');
}
@font-face {
  font-family: 'Garamond';
  font-style: bold;
  font-weight: 600;
  src: url('../fonts/garmond.ttf');
}
@font-face {
  font-family: 'Avenir';
  font-style: bold;
  font-weight: 600;
  src: url('../fonts/AvenirLTStd-Roman.otf');
}

/*var*/
:root
{
  --text-gold: #C77B20;
  --body-font: normal normal normal 18px/28px Avenir;
}



* {
  margin: 0;
  padding: 0;
}
html
{ 
  overflow-x: hidden;
}
body {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  opacity: 1;
  text-align: left;
  font: var(--body-font);
  letter-spacing: 1.08px;
  color: #4F4F4F;
  opacity: 1;
  overflow-x: hidden;
  padding: 0!important;
}
a
{
  text-decoration: none;
}
a:hover
{
  color: #4D56D0;
}
.text-primary
{
  color: #FFFF98!important;
}
.text-danger
{
  color: #E25521!important;
}
.text-secondary
{
  color: #4D56D0!important;
}
.text-gold
{
  color: #C77B20;
}
.heading 
{
  position: relative;
}
.heading span 
{
  font: normal normal bold 300px/150px Garamond;
  opacity: 0.1;
  color: #515151;
}
.heading:after 
{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 25px);
  font: normal normal bold 100px/110px Garamond;
  letter-spacing: 2.69px;
  color: #181818;
  opacity: 1;
  width: 100%;
  text-align: center;
}
.btn 
{
  min-width: 200px;
  text-align: center;
  font: normal normal normal 20px/31px Avenir;
  padding: 10px;
  border-radius: 0;
}
.btn-primary
{
  background: #030303 0% 0% no-repeat padding-box;
  border-color: #030303;
  color: #fff;
}
.btn-primary:hover 
{
  background: #E7C188 0% 0% no-repeat padding-box;
  border-color: #E7C188;
}
.heading-subline
{
  color: #343434;
  font: normal normal normal 16px/26px Gilroy-Medium;
}
.btn:hover img 
{  
  width: 30px;
  transition: 0.5s;
  display: inline-block;
}
.btn-warning
{
  background: #FFE641 0% 0% no-repeat padding-box;  
}
.btn-secondary
{
  box-shadow: 0.09px 5px 38px #A7AAB45C;
  background: #6D5DB2 0% 0% no-repeat padding-box;
  border: none;
  border-radius: 40px;
  opacity: 1;
  color: #fff;
}
.btn-outline-light
{
  border: 2px solid #fff;
  color: #fff;
}
.container-fluid
{
  /*padding: 0 50px;*/
}
.btn-outline-primary
{
  border: 1px solid #000000;
  color: #181818;  
}
.btn-outline-primary:hover{
  background: #000000;
  border-color: #000000;
  color: #FFFFFF;
}

/*header*/
header
{
  width: 100%;
  z-index: 99;
  position: absolute;
  left: 0;
  width: 100%;
}
header .navbar 
{
  padding: 0;
}
header .nav-item .nav-link
{
  text-align: center;
  font: normal normal normal 18px/28px Avenir;
  letter-spacing: 1.71px;
  color: #000000;
  opacity: 1;
  padding: 0!important;  
  margin: 0 20px;
  position: relative;
}
header .nav-item .nav-link:after 
{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 2px;
  background: #CA8011;  
  transition: 0.3s;
}
header .nav-item .nav-link.active:after, header .nav-item .nav-link:hover:after
{
  width: 100%;
}
header .sub-menu
{
  list-style: none;
  padding: 15px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #0000000F;
  opacity: 1;
  position: absolute;
  z-index: 99;
  display: none;
}
header .sub-menu .nav-link
{
  font: normal normal normal 16px/28px Gilroy-Medium;
}
header .header-btn
{
  font: normal normal 900 18px/28px Avenir;
  letter-spacing: -0.4px;
  color: #4EBF99;
  opacity: 1;
  text-align: center;
  border: 1px solid #4EBF99;
  padding: 10px 15px;
  border-radius: 22px;
}
header .sub-menu .nav-link:hover 
{
  font-weight: bold;
}
header .has-submenu:hover .sub-menu
{
  display: block;
}

/*footer*/
footer 
{
  
  padding: 20px 0 0;
  float: left;
  width: 100%;
  background: #000000 0% 0% no-repeat padding-box;
  opacity: 1;
  position: relative;
}
footer .footer-title
{
  text-align: left;
  font: normal normal normal 22px/40px Gilroy-Bold;
  letter-spacing: 0px;
  color: #343434;
  opacity: 1;
  margin-bottom: 43px;
} 
footer ul 
{
  list-style: none;
  padding-left: 0;
  float: left;
  width: 100%;  
  display: flex;
  align-items: center;

}
footer ul li
{
  width: 20%;
  float: left;
  text-align: center;
}
footer ul li a
{
  text-align: left;
  font: normal normal bold 22px/30px Playfair Display;
  letter-spacing: 2.05px;
  color: #FFFFFF;
  opacity: 1;
}
footer a:hover 
{
  font-weight: bold;
  color: #343434;
}
footer .copyright
{
  border-top: 1px solid #fff;
  padding: 15px 0 0;
}
footer .copyright p, footer .copyright p a 
{
  font: normal normal normal 16px/24px Avenir;
  letter-spacing: 0.37px;
  color: #FFFFFF;
  opacity: 1;
}
.whatsapp-float-icon
{
  position: fixed;
  bottom: 60px;
  right: 30px;
}
/* banner */
.banner
{
  float: left;
  width: 100%;
  margin-top: 170px;
  background: #FFFFFF;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative;
}
.banner .banner-text
{
  position: relative;  
}
.banner .banner-text h1 
{
  font: normal normal bold 60px/60px gilson-roy;
  letter-spacing: 0.94px;
  color: #C77B20;
  opacity: 1;
}
.banner .banner-text p
{
  text-align: center;
  font: normal normal normal 20px/30px Avenir;
  letter-spacing: 3.35px;
  color: #000000;
  text-transform: capitalize;
  opacity: 0.78;
  margin-bottom: 30px;
}


.home1, .home2, .home3, .home4
{
  float: left;
  width: 100%;
  padding: 70px 0;
  /*background-image: url(../img/home/background.png);*/
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.home1 .row.position-relative
{
  margin-top: -55px;
}

.home1 .inside-home1
{

}
.home1 .inside-home1 h4 
{
  text-align: left;
  font: normal normal bold 27px/36px Playfair Display;
  letter-spacing: 1.11px;
  color: #515151;
  opacity: 1;
}
.home1 .inside-home1 h2 
{
  text-align: left;
  font: normal normal bold 45px/48px Playfair Display;
  letter-spacing: 0.94px;
  color: #181818;
  opacity: 1;
  margin-bottom: 20px;
}
.home1 .inside-home1 p
{
  text-align: left;
  font: normal normal normal 18px/30px Avenir;
  letter-spacing: 0.14px;
  color: #484848;
  opacity: 1;
  margin-bottom: 50px;
}

.home2 
{
  padding-bottom: 0;
}
.home2 .heading:after 
{
  content: 'Our projects';
}
.home2 .nav-pills .nav-link
{
  border-radius: 0;
  text-align: center;
  font: normal normal normal 20px/31px Avenir;
  letter-spacing: 0.42px;
  color: #807F7F;
  text-transform: uppercase;
  opacity: 1;
  padding: 5px 40px;
  position: relative;
  margin: 0 30px;
}
.home2 .nav-pills .nav-link.active 
{
  background: #E7C188 0% 0% no-repeat padding-box;
  color: #000000;
}
.home2 .nav-pills .nav-link.active:after 
{
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translate(-50%, 40px);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 30px solid #0A0A0A ;
}
.home2 .tab-content .projects
{
  position: relative;
  overflow: hidden;
}
.home2 .tab-content .projects img 
{
  transition: 0.5s;
}
.home2 .tab-content .projects a 
{
  position: absolute;
  left: 20px;
  bottom: 30px;
  display: flex;
  align-items: center;
  text-align: left;
  font: normal normal bold 29px/38px Playfair Display;
  letter-spacing: 0.93px;
  color: #FFFFFF;
  opacity: 1;
  opacity: 0;
}
.home2 .tab-content .projects:hover img 
{
  transform: scale(1.2);
  transition: 0.5;
}
.home2 .tab-content .projects:hover a 
{
  opacity: 1;
}

.home3 
{
  position: relative;
  padding-top: 0;
}
.home3 .heading
{
  background-image: url(../img/home/group-59.svg);
  background-position: top right -150px;
  background-repeat: no-repeat;
  /*background-size: cover;*/
  margin-bottom: 50px;
}
.home3 .heading:after
{

  content: 'Our client says...';
}
.home3 .carousel_row
{
  background: #141414 0% 0% no-repeat padding-box;
  padding: 10px 0;
  position: relative;
}
.home3 .carousel_row .testimonials 
{
  background: none;
  padding: 0;
}
.home3 .carousel_row .testimonials .owl-nav.disabled
{
  display: block;
}
.home3 .carousel_row .owl-carousel .owl-stage-outer
{
  padding: 30px 0;
}
.home3 .carousel_row .testimonials .testimonial-box
{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 15px #FFFFFF47;
  opacity: 1;
  padding: 50px 30px;  
  overflow: hidden;
}
.home3 .carousel_row .testimonials .testimonial-box h5 
{
  text-align: center;
  font: normal normal bold 30px/40px Playfair Display;
  letter-spacing: 1.26px;
  color: #181818;
  opacity: 1;
}
.home3 .carousel_row .testimonials .testimonial-box p 
{
  text-align: left;
  font: normal normal normal 20px/31px Avenir;
  letter-spacing: 0.46px;
  color: #515151;
  opacity: 1;
}
.home3 .slider-counter
{
  text-align: center;
  font: normal normal normal 25px/39px Avenir;
  letter-spacing: 0.53px;
  color: #FFFFFF;
  opacity: 1;
  position: absolute;
  right: 50px;
  bottom: 50px;
}
.home3 .owl-carousel .owl-nav button.owl-next, .home3 .owl-carousel .owl-nav button.owl-prev
{
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.home3 .owl-carousel .owl-nav button.owl-next
{
  right: -50px;
} 
.home3 .owl-carousel .owl-nav button.owl-prev
{
  left: -50px;
}
.home3 .owl-carousel .owl-nav button.owl-next:hover, .home3 .owl-carousel .owl-nav button.owl-prev:hover
{
  background: transparent;
}


.home4 
{

}
.home4 .heading:after
{
  content: 'Contact';
}
.home4 .get-a-quote
{
  border: 4px solid #000000;
  border-left: 0;
  padding: 50px 0 50px 50px;
}
.home4 .get-a-quote h3 
{
  text-align: left;
  font: normal normal bold 44px/59px Playfair Display;
  letter-spacing: 1.01px;
  color: #181818;
  opacity: 1;
}
.home4 .get-a-quote p 
{
  text-align: left;
  font: normal normal normal 20px/31px Avenir;
  letter-spacing: 0.46px;
  color: #515151;
  opacity: 1;
}
.page-banner 
{
  float: left;
  width: 100%;
  padding: 50px 0;
  background-image: url(../img/portfolio/background.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  /*margin-top: -170px;  */
}
.portfolio 
{
  float: left;
  width: 100%;
  padding: 50px 0;
  background-image: url(../img/portfolio/pg-bg.png);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat; 
}
.portfolio .heading span 
{
  font-size: 280px;
}
.portfolio .first-row
{
  margin-top: -35%;
}
.portfolio .heading
{
  text-align: center;
  color: #C77B20;
  
}
.portfolio .heading span 
{
  opacity: 0.1;
}
.portfolio .heading:after
{
  content: 'Our Work';
  color: #C77B20;
}
.portfolio .nav-pills .nav-link
{
  background: #E7C18800 0% 0% no-repeat padding-box;
  border: 1px solid #E7C188;
  opacity: 1;
  border-radius: 0;
  text-align: center;
  font: normal normal normal 20px/31px Avenir;
  letter-spacing: 1.36px;
  color: #181818;
  text-transform: uppercase;
  opacity: 1;
  padding: 5px 40px;
  margin: 0 25px;
}
.portfolio .nav-pills .nav-link.active, .portfolio .nav-pills .nav-link:hover 
{
  background: #E7C188;
}
.portfolio .tab-pane h4 
{
  text-align: left;
  font: normal normal bold 40px/45px Garamond;
  letter-spacing: 0.46px;
  color: #C77B20;
  margin-bottom: 25px;
}
.portfolio .portfolio-box 
{
  position: relative;
}
.portfolio .portfolio-box .open-popup
{
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #C77B20;
  background: #000000;
  cursor: pointer;
  box-shadow: 0 0 0px 8px #000000;
  opacity: 0;
  transition: .3s;
}
.portfolio .portfolio-box:hover img 
{
  filter: brightness(0.5);
}
.portfolio .portfolio-box:hover .open-popup
{
  opacity: 1;
  transition: 0.3s;
}
.portfolio .learn-more
{
  position: relative;
}
.portfolio .learn-more a 
{
  width: 120px;
  height: 120px;
  border-radius: 50%;
  /*display: flex;*/
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #00000000 0% 0% no-repeat padding-box;
  border: 3px solid #FFFFFF;
  font: normal normal normal 11px/17px Avenir;
  letter-spacing: 1.49px;
  color: #FFFFFF;
  opacity: 1;
  text-transform: uppercase;
  padding-top: 50px;
  text-align: center;
}
.portfolio .learn-more a img 
{
  display: none;
}
.portfolio .learn-more a:hover
{
  background: #000000;
  color: #fff;
  border-color: #000000;
}
.portfolio .learn-more a:hover img 
{
  display: inline-block;
}





/*open popup*/

.portfolio-modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #2d2d2d;
}

/* Modal Content */
.portfolio-modal .modal-content {
  position: relative;
  background-color: transparent;
  margin: auto;
  padding: 0;
  width: 70%;
  border: 0;
  /*max-width: 1200px;*/
}

/* The Close Button */
.portfolio-modal .close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.portfolio-modal .close:hover,
.portfolio-modal .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.portfolio-modal .mySlides {
  display: none;
}

.portfolio-modal .cursor {
  cursor: pointer;
}
.portfolio-modal .prev, .portfolio-modal .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;  
  background: #FFFFFF;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;  
  user-select: none;
  -webkit-user-select: none;
  border-radius: 50%;
  color: #C77B20;
  display: flex;
  align-items: center;
  justify-content: center;
}
.portfolio-modal .prev {
  left: -80px;  
}
.portfolio-modal .next {
  right: -80px;  
}

.portfolio-modal .prev:hover, .portfolio-modal .next:hover {  
  box-shadow: 0 0 5px #000;
}
.portfolio-modal .modal-nav{

}
.portfolio-modal .column {
  float: left;
  width: 15%;
  margin: 1%;  
}

.portfolio-modal .column img 
{
  opacity: 0.5;
}
.portfolio-modal .column img.active
{
  opacity: 1;
}

.testimonials-banner, .contact-banner
{
  height: 80vh;
}
.testimonials 
{
  float: left;
  width: 100%;
  padding-bottom: 70px;
  background-image: url(../img/testimonial/bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;  
}
.testimonials .heading-section
{
  margin-top: -30%;
}
.testimonials .heading-section h1 
{
  text-align: center;
  font: normal normal bold 65px/86px Playfair Display;
  letter-spacing: 3.9px;
  color: #C77B20;
  opacity: 1;
}
.testimonials .heading-section p 
{
  text-align: center;
  font: normal normal normal 25px/39px Avenir;
  letter-spacing: 1.5px;
  color: #BA8545;
  opacity: 1; 
}
.testimonials .testimonial-box
{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  opacity: 1;
  padding: 50px;
  position: relative;
}
.testimonials .testimonial-box p 
{
  text-align: left;
  font: normal normal normal 16px/24px Avenir;
  letter-spacing: 0.96px;
  color: #181818;
  opacity: 1;
  border-top: 1px solid #181818;
  padding-top: 20px;
  position: relative;
}
.testimonials .testimonial-box p:after 
{
  content: '';
  position: absolute;
  top: -25px;
  right: -10px;
  width: 60px;
  height: 50px;
  background-image: url(../img/testimonial/quotes.jpg);
  background-color: #fff;
  background-position: center;
  background-size: 40px;
  background-repeat: no-repeat;  
}
.testimonials .testimonial-box h5 
{
  text-align: left;
  font: normal normal bold 23px/31px Playfair Display;
  letter-spacing: 0px;
  color: #181818;
  opacity: 1;
  margin-bottom: 15px;
}
.testimonials .testimonial-box a 
{
  text-align: left;
  font: normal normal normal 18px/28px Avenir;
  letter-spacing: 0px;
  color: #181818;
  opacity: 1;
  position: relative;
}
.testimonials .testimonial-box .min_para
{
  min-height: 190px;
}
.testimonials .testimonial-box a:after 
{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 2px;
  background: #CA8011;  
  transition: 0.3s;
}
.testimonials .testimonial-box a:hover:after 
{
  width: 100%;
}
.testimonials .pagination li a 
{
  text-align: center;
  font: normal normal normal 25px/39px Avenir;
  letter-spacing: 1.5px;
  color: #515151;
  opacity: 1;
  margin: 0 5px;
}
.testimonials .pagination li a.active, .testimonials .pagination li a:hover
{
  border-bottom: 2px solid #C77B20;
} 


.contact-banner 
{
  position: relative;
  background-position: top;
}
.contact 
{
  float: left;
  width: 100%;
  padding: 80px 0;
  background-image: url(../img/contact/bg.png);
  background-color: #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;  
}
.contact-banner .banner-text 
{
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -60%);
}
.contact-banner .banner-text h1 
{
  text-align: center;
  font: normal normal bold 65px/101px Playfair Display;
  letter-spacing: 3.9px;
  color: #C77B20;
  opacity: 1;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.contact-banner .banner-text h1:after 
{
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 0);
  border-bottom: 4px solid #000000;
  width: 70%;
}
.contact-banner .banner-text p 
{
  text-align: center;
  font: normal normal normal 26px/38px Avenir;
  letter-spacing: 1.3px;
  color: #BA8545;
  opacity: 1;
}
.contact h2 
{
  text-align: left;
  font: normal normal bold 35px/42px Playfair Display;
  letter-spacing: 4.38px;
  color: #C77B20;
  text-transform: uppercase;
  opacity: 1;
  margin-bottom: 30px;
}
.form-control
{
  background: #FCFCFC 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 3px 6px #FFFFFF29;
  border: 1px solid #F2CDA0;
  border-radius: 15px;
  text-align: left;
  font: normal normal normal 15px/30px Avenir;
  letter-spacing: 0.97px;
  opacity: 1;
}
.contact .contact-card
{
  background: #FCFCFC 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 3px 6px #FFFFFF29;
  border: 1px solid #F2CDA0;
  border-radius: 15px;
  opacity: 1;
  padding: 20px;
  float: left;
  width: 100%;
}
.contact .contact-card li  
{
  list-style: none;
  float: left;
  width: 100;  
}
.contact .contact-card li .icon-box
{
  width: 50px;
  float: left;
}
.contact .contact-card li .icon-box img 
{
  width: 20px;
}
.contact .contact-card li .text 
{
  width: calc(100% - 50px );
  float: left;
  text-align: left;
  font: normal normal normal 16px/25px Avenir;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}
.contact .file-input__input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.contact .file-input__label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font: normal normal normal 16px/18px Avenir;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 2px solid #181818;
  width: 100%;
  height: 100%;
  justify-content: center;
  padding: 10px;
}
.contact .file-input__label:hover 
{
  background: #181818;
  color: #fff;
}

/*about */
.about1 
{
  float: left;
  width: 100%;
  padding: 80px 0 0;
  background-image: url(../img/about/bg.png);
  background-color: #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; 
}
.about1 .first-row
{
  margin-top: -35%;
}
.about1 .first-row h1
{
  font: normal normal bold 65px/86px Playfair Display;
  letter-spacing: 3.9px;
  color: #181818;
  opacity: 1;
}
.about1 .first-row p 
{
  text-align: left;
  font: normal normal normal 18px/28px Avenir;
  letter-spacing: 1.08px;
  color: #4F4F4F;
  opacity: 1;
}
.about1 .container-fluid1
{
  padding: 100px 0;
  position: relative;
}
.about1 .container-fluid1:before
{
  content: '';
  position: absolute;
  left: 0;
  top: 10%;
  width: 100%;
  height: 100%;
  background-image: url(../img/about/lines2.png);
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
}
.about1 .container-fluid h6
{
  font: normal normal bold 20px/30px Playfair Display;
}
.about1 .container-fluid h3
{
  font: normal normal bold 50px/65px Playfair Display;
  color: #181818;
  margin-bottom: 20px;
}
.about1 .container-fluid p
{
  
}

.about2 
{
  float: left;
  width: 100%;
  padding: 50px 0;
  background-image: url(../img/about/design.png);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
.about2 .forms-design 
{
  position: relative;
  margin-bottom: 15px;
}
.about2 .forms-design:after 
{
  content: '';
  position: absolute;
  top: 0;
}
.about2 .forms-design h1
{
  text-align: center;
  font: normal normal bold 57px/76px Playfair Display;
  letter-spacing: 3.42px;
  color: #FFFFFF;
  opacity: 1;  
  padding: 70px 0;
  position: relative;
}
.about2 .forms-design h1:after 
{
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 85%;
  height: 50% ;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  
}
.about2 .forms-design h1:before 
{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 85%;
  height: 50% ;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}
.about2 .forms-design .quotes1
{
  position: absolute;
  left: 0;
  top: -20px;
}
.about2 .forms-design .quotes2
{
  position: absolute;
  right: 0;
  bottom: -20px;
}
.about2 .forms-design p 
{
  text-align: center;
  color: #fff;
}
.about3, .about4
{
  float: left;
  width: 100%;
  padding: 80px 0;
  background-image: url(../img/about/bg.png);
  background-color: #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; 
}
.about3 .about_us 
{

}
.about3 .about_us .about-box 
{
  padding: 50px 60px 20px;
  position: relative;
  min-height: 280px;
}
.about3 .about_us .about-box:after
{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 30%;
  background-image: url(../img/about/top-border.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
} 
.about3 .about_us .about-box:before
{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 30%;
  background-image: url(../img/about/bottom-border.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
} 
.about3 .about_us .about-box h3 
{
  text-align: left;
  font: normal normal bold 39px/52px Playfair Display;
  letter-spacing: 2.46px;
  color: var(--text-gold);
  opacity: 1;
}
.about3 .about_us .about-box h3 img 
{
  width: 75px;
}
.about4
{
  position: relative;
}
.about4 h3 
{
  text-align: left;
  font: normal normal bold 54px/75px Playfair Display;
  letter-spacing: 3.24px;
  color: #181818;
  opacity: 1;
}

.about5 
{
  float: left;
  width: 100%;
  padding-bottom: 80px;
  background-image: url(../img/about/bg.png);
  background-color: #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; 
}
.about5 .contact__us
{
  padding: 60px 60px 70px;
  text-align: center;
  position: relative;
}
.about5 .contact__us:before 
{
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 60%;
  border-bottom: 4px solid #000000;
}
.about5 .contact__us:after
{
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 60%;
  border-bottom: 4px solid #000000;
}
.about5 .contact__us h3 
{
  font: normal normal bold 44px/59px Playfair Display;
  letter-spacing: 1.01px;
  color: #181818;
  opacity: 1;
  /*padding-left: 5px;*/
  /*text-align: left;*/
}
.about5 .contact__us p
{
  font-size: 16px;
}




/*media query*/
@media only screen and (min-width: 1399px)
{
  .home3 .carousel_row .testimonials .testimonial-box p 
  {
    font: normal normal normal 19px/31px Avenir;
  }
}

/*1199px*/
@media only screen and (max-width: 1199px)
{
  .container, .container-md, .container-sm
  {
    max-width: 100%;
  }
}

/*991px*/
@media only screen and (max-width: 991px)
{
  header .navbar .navbar-brand img
  {
    width: 80px;
  }

}

/*767px*/
@media only screen and (max-width: 767px)
{
  header .navbar-nav
  {
    background: #fff;
    padding: 15px;
    border: 1px solid var(--text-gold);
  }
  header .nav-item .nav-link
  {
    text-align: left;
  }
  .navbar-toggler-icon
  {
    height: auto;
    width: auto;
  }
  .navbar-toggler:focus
  {
    box-shadow: none;
    outline: none;
    border: 1px solid var(--text-gold);
  }
  .home1 .inside-home1
  {
    margin-top: 30px;
  }
  .home1 .inside-home1 p
  {
    margin-bottom: 25px;
  }
  footer ul
  {
    display: block;
  }
  footer ul li
  {
    width: 100%;
  }
  .home2 .tab-content .projects .main-img
  {
    width: 100%;
  }
  footer .copyright p, footer .copyright p a, footer ul li
  {
    text-align: center;
  }
  .about1 .container-fluid h6
  {
    margin-top: 30px;
  }
  .about3 .container-fluid
  {
    padding: 0 15px!important;
  }
  .portfolio .portfolio-box
  {
    margin-bottom: 20px;
  }
  .contact .mt-4.pe-5
  {
    padding-right: 15px!important;
    margin-bottom: 30px;
  }
  .testimonials .testimonial-box #readmore
  {
    left: 25px;
    bottom: 15px;
  }
  .home3 .slider-counter
  {
    bottom: 0;
    right: 0;
  }
}

/*576px*/
@media only screen and (max-width: 576px)
{
  .banner .banner-text h1
  {
    font: normal normal bold 50px/55px gilson-roy;
  }
  .heading span
  {
    font: normal normal bold 100px/70px Garamond;
  }
  .heading:after
  {
    font: normal normal bold 60px/50px Garamond;
  }
  .home2 .nav-pills .nav-link
  {
    font: normal normal normal 16px/26px Avenir;
    padding: 5px 15px;
    margin: 0;
  }
  .home2 .nav-pills .nav-link.active:after
  {
    bottom: 0;
  }
  .home4 .get-a-quote
  {
    padding: 15px;
  }
  .home4 .get-a-quote h3
  {
    font: normal normal bold 40px/45px Playfair Display;
  }
  footer ul li a
  {
    font: normal normal bold 18px/30px Playfair Display;
  }
  .testimonials-banner, .contact-banner, .page-banner
  {
    height: 80vh;
  }
  .about1 .first-row, .portfolio .first-row, .testimonials .heading-section
  {
    margin-top: -55%;
  }
  .about1 .first-row h1
  {
    font: normal normal bold 45px/55px Playfair Display;
  }
  .about1 .container-fluid h3
  {
    font: normal normal bold 40px/60px Playfair Display;
  }
  .about2 .forms-design h1
  {
    font: normal normal bold 40px/45px Playfair Display;
    padding: 40px 0;
  }
  .about2 .forms-design h1:after, .about2 .forms-design h1:before
  {
    width: 75%;
  }
  .about3 .about_us .about-box
  {
    padding: 15px;
    margin-bottom: 25px;
  }
  .about3 .about_us .about-box:before, .about3 .about_us .about-box:after 
  {
    background-size: contain;
  }
  .about4 h3
  {
    font: normal normal bold 40px/65px Playfair Display;
  }
  .about4 .col-lg-5 
  {
    margin-bottom: 25px;
  }
  .about5 .contact__us
  {
    margin-top: 30px;
    padding: 50px 0;
  }
  .about5 .contact__us h3
  {
    font: normal normal bold 40px/45px Playfair Display;
  }
  .portfolio .nav-pills .nav-link
  {
    margin: 0 5px;
    padding: 5px 15px;
    font: normal normal normal 16px/28px Avenir;
  }
  .testimonials .heading-section h1
  {
    font: normal normal bold 45px/60px Playfair Display;
  }
  .testimonials .testimonial-box
  {
    padding: 35px 25px;
  }
  .contact-banner .banner-text
  {
    top: 100%;
    transform: translate(-50%, -100%);
    width: 100%;
  }
  .contact-banner .banner-text h1
  {
    font: normal normal bold 45px/75px Playfair Display;
  }
  .contact-banner .banner-text p
  {
    font: normal normal normal 22px/38px Avenir;
  }
  .contact-banner
  {
    background-size: contain;
    background-repeat: repeat;
  }
  .home3 .carousel_row .testimonials .testimonial-box
  {
    padding: 20px;
  }
  .home3 .owl-carousel .owl-nav button.owl-prev
  {
    left: -15px;
    border: 1px solid #000;
  }
  .home3 .owl-carousel .owl-nav button.owl-next
  {
    right: -15px;
    border: 1px solid #000;
  }
  .home3 .owl-carousel .owl-nav button.owl-prev img, .home3 .owl-carousel .owl-nav button.owl-next img 
  {
    filter: brightness(.5);
    z-index: 9;
  }
  .portfolio .heading span
  {
    font-size: 85px;
  }
  .portfolio .heading:after
  {
    font: normal normal bold 50px/60px Garamond;
  }
  .portfolio-modal .next
  {
    right: -45px;
  }
  .portfolio-modal .prev
  {
    left: -45px;
  }
  .portfolio .portfolio-box, .portfolio .portfolio-box .pimg 
  {
    height: auto;
  }
  .portfolio .first-row
  {
    margin-top: -65%;
  }
  .portfolio .tab-pane h4
  {
    font: normal normal bold 30px/36px Garamond;
  }
  .mt-m-35
  {
    margin-top: 30px;
  }
  .home3 .heading:after
  {
    font-size: 35px;
    top: 0;
  }
  .home3 .heading
  {
    background-position: top right -90px;
    background-size: cover;
  }
}

/*425px*/
@media only screen and (max-width: 425px)
{
  .testimonials-banner, .contact-banner, .page-banner
  {
    height: 60vh;
  }
  .portfolio .portfolio-box .open-popup
  {
    width: 50px;
    height: 50px;
  }
  .portfolio .learn-more a
  {
    width: 100px;
    height: 100px;
    padding-top: 30px;
  }
}

/*360px*/
@media only screen and (max-width: 360px)
{
  .heading span
  {
    font: normal normal bold 80px/60px Garamond;
  }
  .heading:after
  {
    font: normal normal bold 40px/45px Garamond;
  }
}
.help-block {
    display: inline-block;
    font-size: 13px;
    background: #ff7171;
    color: white;
    padding: 2px 10px;
    margin-top: 8px;
    position: relative;
    border-radius: 3px;
}
.help-block:after {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    left: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #ff7171;
}