@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&family=Roboto&display=swap');
 @font-face {
        font-family: "DMSans-Bold";
        src: url("fonts/DMSans-Bold.ttf");
      }

 @font-face {
        font-family: "Chakra_Petch";
        src: url("fonts/Chakra_Petch/ChakraPetch-Bold.ttf");
      }

* {

  margin: 0;
  padding: 0;
  position: relative;

}

body p .row .col-md-2 .col-md-1 .col-md-3 .col-md-4 .col-md-5 .col-md-6 .col-md-7 .col-md-8 .col-md-9 .col-md-10 {

  margin: 0px;
  padding: 0px;

}

a {
  text-decoration: none;
  color: #000;
}

.col-md-7  {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}


h2 {
  font-size: 30px;
  font-family: 'Chakra_Petch', sans-serif;

}




.top-header {
  background: #000;
  padding: 5px 0 10px;
}
.header-left-content{
	margin-bottom:0;
}
.btn {
  border-radius: 40px;
  font-family: 'Chakra_Petch', sans-serif;
  font-size: inherit;
  color: inherit;
  background: #fff;
  cursor: pointer;
  padding: 0px;
  display: inline-block;
  text-transform: uppercase;

  font-weight: 500;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.num {
margin-left: 0px;
font-size: 12px;
text-align: left;
padding-left: 27%;
}

.free {
  font-size: 12px;
}
.btncustom2{
	margin-left: 14px;
}
.btn1 {

  border-radius: 5px;
  font-family: 'Chakra_Petch', sans-serif;
  font-size: inherit;
  color: inherit;
  background: #fff;
  cursor: pointer;
  padding: 0px;
  display: inline-block;
  text-transform: uppercase;

  font-weight: 500;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;

}

#call {
 height: 20px;
top: 11px;
position: absolute;
left: 14px;
}


#pdf {
  font-size: 10px;
}

.text-h2 {
  font-size: 40px;
  font-weight: 500;
  font-family: 'Chakra_Petch', sans-serif;
  text-align: left;
  border-left: 5px solid #f79a31;
  padding-left: 10px;
  text-transform: uppercase;
}


/*button*/


button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: #fff;
  padding: 0;
  font-size: inherit;
  font-family: 'ChakraPetch-SemiBold', sans-serif ;

}

button.learn-more {
  width: 12.5rem;
  height: 40px;
  float: left;
  
  border-radius: 6px;
}

button.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 40px;
  background: #df8e37;
  border-radius: 0 30px 30px 0;
  border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
}

button.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}

button.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}

button.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}

button.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 0;
  margin: 0 0 0 2.85rem;
  color: #282936;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;

}

button:hover .circle {
  width: 100%;
  border-radius: 6px;
}

button:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}

button:hover .button-text {
  color: #fff;
}


p {
  margin-bottom: 0px;
}

/* top header */

.top-header .header-left-content li {
  display: inline-block;
  margin-right: 0px;
  color: #fff;
  font-size: 14px;
  position: relative;
  padding-left: 0px;
	width:45%;
}

#data {
  display: inline-flex;
}

.pdf {
  margin: 8px 0 0 15px;
}

#pdf {
  position: absolute;
}

/*opening hours*/

#hour {
  font-size: 12px;
}

#virginia {
  font-size: 12px;
}

/*icon */

#clock {
  height: 18px;

}

.retop-header{
  display: none;
}


@media screen and (max-width: 1200px) {
  .top-header{
    display:block;  
  }

  @media screen and (max-width: 988px){
      .nav-quote{
      display: none;
    }
    .nav-search{
      display: none;
    }

    .carousel-caption{
      bottom: 8rem;
    }

    .top-header{
    display:none;  
  }


  }

   @media screen and (max-width: 988px){

      .carousel-caption{
      bottom: 8rem;
    }

   }


  
}




/*navbar*/

#logo {
  height: 55px;

}

.navbar {
  display: block;
  width: 100%;

}

.navbar-light .navbar-brand {
  padding: 10px 0;
}

.navbar .nav-item:hover .nav-link {
  color: #f79a31;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #f79a31;
}

.nav-item {
  padding-left: 0px;
  padding-right: 0px;
  font-size: 14px;
  font-family: 'Chakra_Petch', sans-serif;
  text-transform: uppercase;
}
.notice p{
  margin-bottom: 10px;
text-align: center;
font-size: 15px;
}
.notice{
  padding-bottom: 20px;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #fff;
  background-color: #f79a31;
}

.navbar-brand{
  padding:10px 0;
}
.navbar-expand-lg .navbar-collapse {
  justify-content: end;

}

#btn2 {
  color: #fff;
  width: 10rem;
  border-radius: 5px;

}.pad {
  padding-top: 30px;
  padding-bottom: 30px;
}.headingil li a::before {
  position: absolute;
  content: '';
  background: #ffffff;
  width: 5px;
  height: 5px;
  top: 10px;
  right: -20px;
}
.heading {
  background: #df8e37;
}.heading .text-center2 {
  font-size: 36px;
  color: #fff;
  text-rendering: cap;
  text-transform: uppercase;
  text-align: center;
}.headingil {
  margin-bottom: 0;
  padding-left: 0;
}.headingil li {
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  line-height: 25px;
  margin: 0 15px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
}.headingil li a {
  color: #fff;
}

#btn2-txt {
  color: #fff;

  padding: 7px 0;
   transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  
  margin: 0 0 0 2.85rem;

  font-weight: 600;
  line-height: 1.6;
  text-align: center;

}

.navbar {
  padding: 0 0;
}

@media screen and (max-width: 1200px) {
  .quote {
    float: left;
  }
  .nav-item {
  padding-left: 1px;
  padding-right: 1px;
  font-size: 13px;
}.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: .3rem;
  padding-left: .3rem;
}#logo {
  height: 50px;
}

}
.dropdown-item:focus, .dropdown-item:hover {
  color: #f79a31;
  background-color: #fff;
  transition: 0.5s ease;
}

 svg * {
   transform-origin: 50%;
}
 .buttons > :nth-child(1) {
   animation: buttonClick 2s infinite;
   animation-delay: -2.7s;
}
 .display-digits > :nth-child(1) {
   animation: typeDigit 2s infinite;
   animation-delay: -2.7s;
}
 .buttons > :nth-child(3) {
   animation: buttonClick 2s infinite;
   animation-delay: -8.1s;
}
 .display-digits > :nth-child(2) {
   animation: typeDigit 2s infinite;
   animation-delay: -8.1s;
}
 .buttons > :nth-child(5) {
   animation: buttonClick 2s infinite;
   animation-delay: -13.5s;
}
 .display-digits > :nth-child(3) {
   animation: typeDigit 2s infinite;
   animation-delay: -13.5s;
}
 .buttons > :nth-child(7) {
   animation: buttonClick 2s infinite;
   animation-delay: -18.9s;
}
 .display-digits > :nth-child(4) {
   animation: typeDigit 2s infinite;
   animation-delay: -18.9s;
}
 .buttons > :nth-child(8) {
   animation: buttonClick 2s infinite;
   animation-delay: -21.6s;
}
 .display-digits > :nth-child(5) {
   animation: typeDigit 2s infinite;
   animation-delay: -21.6s;
}
 @keyframes buttonClick {
   0%, 20%, 100% {
     stroke: transparent;
  }
   10% {
     stroke: grey;
     stroke-opacity: 1;
     stroke-width: 0.8%;
  }
}
 @keyframes typeDigit {
   0% {
     opacity: 0;
  }
   10%, 100% {
     opacity: 1;
  }
}
 
#envelope {
   animation: float 2s ease-in-out infinite;
 }
 #star1, #star2, #star3, #star4, #star5, #star6 {
   animation: blink 1s ease-in-out infinite;
 }
 #star2 {
   animation-delay: 100ms;
 }
 #star3 {
   animation-delay: 500ms;
 }
 #star4 {
   animation-delay: 700ms;
 }
 #star5 {
   animation-delay: 300ms;
 }
 #star6 {
   animation-delay: 200ms;
 }
 @keyframes float {
   0% {
     transform: translateY(0px);
   }
   50% {
     transform: translateY(-20px);
   }
   100% {
     transform: translateY(0px);
   }
 }
 @keyframes blink {
   0% {
     opacity: 0;
   }
   50% {
     opacity: 0.5;
   }
   100% {
     opacity: 1;
   }
 }

.testimonials{
  background: #111111;
  background-image: url('../images/Ziczac line bg.png');
  background-size: cover;
  padding-bottom: 30px;
}


.testimonialheader{
  padding-top: 30px;
  padding-bottom: 40px;  }

  .card{

    background: #fff;border-radius: 0;
    height: auto;
  }

  .card p{
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 24px;
    color: #212529;
    font-weight: 400;
    font-family: 'DMSans-Regular', sans-serif;
  }.card-horizontal {
    display: flex;
    flex: 1 1 auto;
    background: #fff;
  }
  .img-square-wrapper{
   position: absolute;
   bottom: 6%;
   right: 3%;
 }
 .card-horizontal{
  width: 100%;z-index: 2;
}
.card h3{
  font-size: 20px;
  letter-spacing: 1px;margin-top: 2%;
  line-height: 24px;
  color: #ca9830;
  font-weight: 600;
 font-family: 'DMSans-Regular', sans-serif;
  text-align: left;
}
.card h5{
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 24px;
  color: #333333;
  font-weight: 400;
  text-align: left;
  font-family: 'DMSans-Regular', sans-serif;
}

.td-image-box::before {

 position: absolute;
 height: 95%;
 width: 95%;
 background: #df8e37;
 top: -10px;
 left: -10px;
 content: '';

}
.td-image-box::after {

 position: absolute;
 height: 95%;
 width: 95%;
 background: #000;
 bottom: -10px;
 right: -10px;
 content: '';

}
.card{
  margin-bottom: 60px;
}

.testimonialss{
  padding-bottom: 40px !important;
}

 .responsive-table {
  width: 100%;
  margin-bottom: 1.5em;
}
.responsive-table thead {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.responsive-table thead th {
  background-color: #df8e37;
  border: 1px solid #df8e37;
  font-weight: normal;
  text-align: center;
  color: white;
font-size: 15px;
font-family: 'DMSans-Regular', sans-serif;
line-height: 1.45rem;
}
.notice{
  margin-bottom: 10px;
font-size: 15px;
font-family: 'DMSans-Regular', sans-serif;
line-height: 1.45rem;
}
.responsive-table thead th:first-of-type {
  text-align: left;
}
.responsive-table tbody,
.responsive-table tr,
.responsive-table th,
.responsive-table td {
  display: block;
  padding: 0;
  text-align: left;
  white-space: normal;
}
.responsive-table th,
.responsive-table td {
  padding: .5em;
  vertical-align: middle;font-size: 15px;
font-family: 'DMSans-Regular', sans-serif;
line-height: 1.45rem;
}
.responsive-table caption {
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}

.btn-info{
 padding: 5px 20px;
border: 1px solid #df8e37;
}
.btn-info:hover{
 padding: 5px 20px;
background: #df8e37;border: 1px solid #df8e37;
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
 padding: 5px 20px;
background: #df8e37;border: 1px solid #df8e37;
}
.btn-info.focus, .btn-info:focus {
  padding: 5px 20px;
background: #df8e37;border: 1px solid #df8e37;
}
.responsive-table tfoot {
  font-size: .8em;
  font-style: italic;
}
.responsive-table tbody tr {
  margin-bottom: 1em;
  border: 2px solid #df8e37;
}
.responsive-table tbody tr:last-of-type {
  margin-bottom: 0;
}
.responsive-table tbody th[scope="row"] {
  background-color: #df8e37;
  color: white;
}
.responsive-table tbody td[data-type=currency] {
  text-align: center;
}
.responsive-table tbody td[data-title]:before {
  content: attr(data-title); 
  float: left;
  font-size: .8em;
  color: #212529;
}
.responsive-table tbody td {
  text-align: right;
  border-bottom: 1px solid #df8e37;
}
.modal-dialog{
 max-width: 50%;
}

@media (min-width: 52em) {
  .responsive-table {
    font-size: .9em;
  }
  .responsive-table thead {
    position: relative;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
  }
  .responsive-table tr {
    display: table-row;
  }
  .responsive-table th,
  .responsive-table td {
    display: table-cell;
    padding: .5em;
  }

  .responsive-table caption {
    font-size: 1.5em;
  }
  .responsive-table tbody {
    display: table-row-group;
  }
  .responsive-table tbody tr {
    display: table-row;
    border-width: 1px;
  }
  .responsive-table tbody tr:nth-of-type(even) {
    background-color: rgba(94, 93, 82, 0.1);
  }
  .responsive-table tbody th[scope="row"] {
    background-color: transparent;
    color: #212529;
    text-align: left;
  }
  .responsive-table tbody td {
    text-align: center;
  }
  .responsive-table tbody td[data-title]:before {
    content: none;
  }
}
@media (min-width: 62em) {
  .responsive-table {
    font-size: 1em;
  }
  .responsive-table th,
  .responsive-table td {
    padding: .75em .5em;
  }
  .responsive-table tfoot {
    font-size: .9em;
  }
}

@media (min-width: 75em) {
  .responsive-table th,
  .responsive-table td {
    padding: .75em;
  }
}







.navbar-dark .navbar-nav .nav-link{
  color: #000;
}
.navbar-dark .navbar-nav .nav-link:hover{
   color: #df8e37 !important;
   transition:0.5s ease;
    
}
.navbar-dark .navbar-toggler {
  color: rgb(223, 142, 55) !important;
  border-color: rgb(223, 142, 55) !important;
    border-top-color: rgb(223, 142, 55);
    border-right-color: rgb(223, 142, 55);
    border-bottom-color: rgb(223, 142, 55);
    border-left-color: rgb(223, 142, 55);
}
.navbar-dark .navbar-toggler-icon{
  background-image:url('Images/menu.png') !important;
  background-size: 100% 100%;
}

/*drop down*/


/*
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #dfa865;
  color: #fff;
}

.dropdown:hover .dropdown-content {
  display: block;
}



.dropdown-content {
  padding-left: 0px;
  list-style: none;

}
*/

 
.mega-submenu ul{
  list-style: none;
padding-left: 0;
margin-left: 0px;
}.p-3 {
  padding: 0.5rem 0 !important;
}
.mega-submenu ul li{
  font-size: 15px;line-height: 1.5;
}
@media all and (min-width: 992px) {
  .dropdown-menu {
    width: 15rem;
    font-size: 14px;
    top: 90%;
  }
  .navbar-expand-lg .navbar-nav .nav-link{
    padding-top: 20px;
padding-bottom: 20px;
  }
  .mega-submenu {
    left: 100%;
    top: 0;
    min-width: 15rem;
  }

  .ktm-mega-menu {
    position: static;
  }
  .mega-menu {
    left: 0;
    right: 0;
    width: 100%;
  }
  .dropdown-menu li {
    position: relative;
  }
  .dropdown-menu .submenu {
    display: none;
    left: 100%;
    top: 0;
  }
  .dropdown-menu>li:hover>.submenu,
  .dropdown:hover>.dropdown-menu {
    display: block;
  }
}




/*slider*/

.img-round{
  border-radius: .25rem;
}

.carousel-inner {
  background: #000;
}

.carousel-indicators {
  /*display: none;*/
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 12rem;
  left: 8%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: left;

}



#dream {
  font-size: 34px;
  font-weight: 500;
  font-family: 'Poltawski Nowy', sans-serif;
  text-align: left;
  border-left: 5px solid #f79a31;
  padding-left: 10px;
	letter-spacing:2px;
}

#pr-text {
  text-align: left; font-family: 'Poltawski Nowy', sans-serif;
  padding: 0 14px;	font-size:18px;
}

/*slider btn*/
#btn3-more {
  float: left;
  
  border-radius: 5px;
  position: absolute;
  top: 71%;
  left: 10%;
  
}

.slide-button-text{
  padding: 7px 0;
   transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
	font-family: 'Poltawski Nowy', sans-serif;
  right: 0;
  bottom: 0;
  
  margin: 0 0 0 2.85rem;
  color: #282936;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;

}

@media screen and (max-width: 1200px) {
  

    .carousel-caption{
      bottom: 8rem;
    }

  #dream {
    font-size: 30px;
  }
}
.pt-30{
  padding-top: 30px !important;
} 
.pt-30 .accordion-item{
  margin: 0;
}
.pt-30 img{
  border-radius: .25rem;
}
@media screen and (max-width: 1200px){
  #pr-text{
    font-size: 12px;
  }

  .carousel-caption{
      bottom: 8rem;
    }
}

@media screen and (max-width: 991px){
  .top-header{
    display: none;
  }
  .abtimg2{
    margin-bottom: 30px;
  }
  .pt-30 img{
 margin-top: 30px;
}
}


@media screen and (max-width: 840px) {
  #pr-text {
    font-size: 11px;
  }

    .carousel-caption{
      bottom: 6rem;
    }

  #dream {
    font-size: 24px;
  }



}

@media screen and (max-width: 768px){
  #pr-text{
    display: none;
  }

  .img-round{
    margin-bottom: 30px;
  }
	.navbar-dark .navbar-nav .nav-link {
  color: #000 !important;
}
	.dropdown-item{
	font-size: 13px;	
	}

}



@media screen and (max-width: 682px) {
  .responsive-table tbody td[data-type=currency] {
  text-align: right;
}
.pt-30{
  padding: 0 0 20px !important;
}
.about22 {
  padding: 50px 0 20px 0 !important;
}
  #pr-text {
    display: none;
    
  }

    .carousel-caption{
      bottom: 5rem;
    }

  #dream {
    font-size: 22px;
  }
   
  .slide-button-text{
    padding: 2px 0;
  }
 
  button.learn-more{
    width: 9.5rem;
    height: 42px;
  }

  button.learn-more .circle{
/*    height: 30px;*/
  }



}

@media screen and (max-width: 624px) {

    .carousel-caption{
      bottom: 6rem;
    }

  #dream {
    font-size: 20px;
  }
   
  .slide-button-text{
    padding: 2px 0;
  }
 
  button.learn-more{
/*    width: 9.5rem;*/
/*    height: 30px;*/
  }

  button.learn-more .circle{
/*    height: 30px;*/
  }



}

@media screen and (max-width: 674px) {

    .carousel-caption{
      bottom: 5rem;
    }

  #dream {
    font-size: 18px;
  }
   
  .slide-button-text{
    padding: 2px 0;
  }
 
/*  button.learn-more{
    width: 9.5rem;
    height: 30px;
  }*/

  button.learn-more .circle{
/*    height: 30px;*/
  }



}

@media screen and (max-width: 524px) {
.modal-dialog{
 max-width: 100%;
}
    .carousel-caption{
      bottom: 4.5rem;
    }

  #dream {
    font-size: 16px;
  }
   
  .slide-button-text{
    padding: 2px 0;
  }

 /* button.learn-more{
    width: 9.5rem;
    height: 30px;
  }*/

  button.learn-more .circle{
/*    height: 30px;*/
  }


}

@media screen and (max-width: 470px) {

    .carousel-caption{
      bottom: 3.5rem;
    }

  #dream {
    font-size: 13px;
  }
   
  .slide-button-text{
    padding: 0px 0;
  }

  /*button.learn-more{
    width: 8.5rem;
    height: 30px;
  }*/

  button.learn-more .circle{
/*    height: 30px;*/
  }


}

@media screen and (max-width: 414px) {


   .carousel-caption{
      bottom: 3rem;
    }

  #dream {
    font-size: 12px;
  }
   
  .slide-button-text{
    padding: 0px 0;
  }

 /* button.learn-more{
    width: 8.5rem;
    height: 29px;
  }*/

  button.learn-more .circle{
/*    height: 29px;*/
  }


}


@media screen and (max-width: 412px) {


   .carousel-caption{
      bottom: 3rem;
    }

  #dream {
    font-size: 12px;
  }
   
  .slide-button-text{
    padding: 0px 0;
  }

/*  button.learn-more{
    width: 8.5rem;
    height: 28px;
  }*/

  button.learn-more .circle{
/*    height: 28px;*/
  }


}

@media screen and (max-width: 360px) {

    .carousel-caption{
      bottom: 3rem;
    }

  #dream {
    font-size: 11px;
  }
   
  .slide-button-text{
    padding: 0px 0;
  }

 /* button.learn-more{
    width: 8.5rem;
    height: 28px;
  }*/

  button.learn-more .circle{
/*    height: 28px;*/
  }



}





/*our gallery*/














/*about us*/

.about {
  padding: 90px 0 70px 0;
  background-image: url("Images/abt-bg.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.a-txt {
  padding: 10px;
}

.in-txt {
  font-size: 15px;
font-weight: 600;
font-family: 'ChakraPetch-Regular', sans-serif;
padding-bottom: 15px;
text-transform: uppercase;

}

.abt-p {
  padding: 15px 15px ;
  font-size: 15px;
  font-family: 'DMSans-Regular', sans-serif;
  line-height: 1.45rem;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #0d0d0d;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion-button {
  background-color: #f6f6f6;
}
.ma-ul{
  margin-top: 15px  ;
}
.ma-ul li{
  list-style: disclosure-closed;
}
.ma-ul li::marker{
  color: #df8e37 !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("Images/Icons/dow.png");
  transform: rotate(-180deg);
}

.accordion-item {
  margin: 10px;
  border: none;
}

.accordion-item:first-of-type .accordion-button {
  border-radius: 5px;
}

#btn4 {
  display: flex;
  margin: 7% 0 0 1%;
}

/*button*/

.abt-bg {
  background: url("Images/dot.PNG") no-repeat;
}

.dot {

  margin: -5% -3% 0 0;
  opacity: 0.8;

}
.wdot{
  margin: -5% -3% 0 0;
  opacity: 0.5;
  height: 28px;

}

#bdot {
  position: absolute;
margin: -4% 0% 0px -3%;
opacity: 0.6;
height: 40px;
}

#sdot {
position: absolute;
margin: 3% 0% 0px -8%;
opacity: 0.6;
height: 25px;
}

.abt-text-h2{
   font-size: 40px;
  font-weight: 500;
  font-family: 'Chakra_Petch', sans-serif;
  text-align: left;
  border-left: 5px solid #f79a31;
  padding-left: 10px;
  text-transform: uppercase;
}

@media screen and (max-width: 414px) {

.abt-text-h2{
  font-size: 28px;
}
.abt-p{
  font-size: 15px;
}
.accordion-header{
  font-size: 15px;
}
.accordion-body{
  font-size: 15px;
}


#btn4{
  margin: 7% 0 0 4%;
}



}

@media screen and (max-width: 412px) {

.abt-text-h2{
  font-size: 28px;
}
.abt-p{
  font-size: 15px;
}
.accordion-header{
  font-size: 15px;
}
.accordion-body{
  font-size: 15px;
}

/*#btn2-txt{
  padding: 0 0;
}*/
#btn4{
  margin: 7% 0 0 4%;
}



}

@media screen and (max-width: 360px) {

.abt-text-h2{
  font-size: 24px;
}
/*#btn2-txt{
  padding: 0 0;
}*/
#btn4{
  margin: 7% 0 0 4%;
}

}






/* why us */

.why-col {
  order: 2;
  /* background: url(Images/why.png) no-repeat; */
  
}

.choose {
  background: #0d0d0d;
  padding: 90px 0 70px 0;
}

.img-choose {
  position: relative;
  

  /* background: url(Images/slidebg.png); */
}

#why-txt {
 
  color: #fff;
  padding: 0 10px 0px;
  width: 80%;

}
.why-text-h2{
  font-size: 40px;
  font-weight: 500;
  font-family: 'Chakra_Petch', sans-serif;
  text-align: left;
  border-left: 5px solid #f79a31;
  padding-left: 10px;

}
.img-why {
  position: absolute;
  top: 0;
  left: 5px;  

}
.slide-why{
  height: 45rem;
}


/* why card  */

.service{
 background: #fff;
border-radius: 10px;
padding: 15px 2px 0;
min-height: 135px;
margin-bottom: 20px;
cursor: auto;
}



.wcard-{
  display: flex;
  justify-content:center;


}

.wcard{
  display: flex;
  justify-content:center;
}

.card {
  border: none;
/*  padding: 25px;*/
  word-wrap: none;
  z-index: 0;
  
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.card-text{
 font-size: 12px;
text-align: center;
font-weight: 600;
padding-top: 10px;
}

.icon-top{
  padding: 15% 0 0 ;
}
.icon-left{
  margin-left: -7%;
}

/*.card-side{
  margin: 10px auto;
  padding-bottom: 90px;
}*/
#wdot{
  position: absolute;
  top:0;
  left: 60%;
  height: 30px;

}



   #re-choosehide{
    display: none;
   }





@media screen and (max-width: 1200px){

  .choose{
    padding: 90px 0 50px 0;
  }

  #why-txt{
    width: 80%;
  }

  #lady-hide{
    display: none;

  }




}

@media screen and (max-width: 810px){

  .why-text-h2{
    font-size: 30px;
  }

/*  .why-card{
    width: 75%;
  }
*/
  .service{
    min-height:150px;
    min-width: 85px;
  }

  .slide-why{
    height: 33rem;
  }
  .img-why{
    position: absolute;
    top: 16%;
    left:0;
  }


}


@media screen and (max-width: 768px){

  .why-text-h2{
    font-size: 30px;
  }

/*  .why-card{
    width: 75%;
  }
*/
  .service{
    min-height:150px;
    min-width: 85px;
  }

  .slide-why{
    height: 33rem;
  }
  .img-why{
    position: absolute;
    top: 16%;
    left:0;
  }
  #re-choose{
    display: none;
  }

  #re-choosehide{
    display: block;
    background: url('Images/whybg.png')  #0d0d0d ;
  }


}



@media screen and (max-width: 412px){
   .why-text-h2{
    font-size: 25px;
  }
  
    #why-txt{
    width: 100%;
  }

/*  .why-card{
    width: 75%;
  }
*/
  .service{
    min-height:135px;
    min-width: 85px;
  }

  .slide-why{
    height: 33rem;
  }
  .img-why{
    position: absolute;
    top: 16%;
    left:0;
  }
  
}

/*our projects*/

.projects{
  padding: 50px 0 30px 0 ;
  background: url('Images/projectbg.png');
}

.pro-txt{
  justify-content: center;
  display: grid;
}

.project-txt{
  font-size: 40px;
  font-weight: 500;
  font-family: 'Chakra_Petch', sans-serif;
  text-align: left;
  border-left: 5px solid #f79a31;
  padding-left: 10px;

}

.owl-project{
  padding-top: 50px;
}

/*OWL SLIDER*/


/*carousel_se_02 start*/
.carousel_se_03 {
  overflow: hidden;
}

.carousel_se_03 .product-grid3 {
  border: none;
  box-shadow: none;
}

.carousel_se_03 .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 42%;
  right: -40px;
  padding: 0px 5px !important;
  background: 
rgb(255, 255, 255);
  display: inline-block;
  transform: translateY(-50%);
  border-radius: 5px;
  font-size: 32px;
  line-height: 32px;
  color: 
#a5ca34;
  box-shadow: 0 0 8px 
rgba(0, 0, 0, 0.25);
}
.carousel_se_03 .owl-carousel .owl-nav button.owl-next:hover {
  background: 
#a5ca34;
  color: 
#fff;
}
.carousel_se_03 .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 42%;
  left: -40px;
  padding: 0px 5px !important;
  background: 
rgb(255, 255, 255);
  display: inline-block;
  transform: translateY(-50%);
  border-radius: 5px;
  font-size: 32px;
  line-height: 32px;
  color: 
#a5ca34;
  box-shadow: 0 0 8px 
rgba(0, 0, 0, 0.25);
}
.carousel_se_03 .owl-carousel .owl-nav button.owl-prev:hover {
  background: 
#a5ca34;
  color: 
#fff;
}
.carousel_se_03 .owl-arrow .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.8rem;
}

.carousel_se_03 .owl-arrow .owl-nav .owl-prev,
.carousel_se_03 .owl-arrow .owl-nav .owl-next {
  display: inline-block;
  transition: all 0.6s ease-in-out;
  color: 
#a5ca34;
}

.carousel_se_03 .round_icon_img i {
  font-size: 70px;
  color: 
#a5ca34;
}

.carousel_se_03 .btn-primary {
  background: 
#a5ca34;
  border-color: 
#a5ca34;
}

.carousel_se_03 .btn-primary:hover,
.carousel_se_03 .btn-primary:focus,
.carousel_se_03 .btn-primary:active {
  background: 
#708e15;
}
/* //carousel_se_02 end*/

/*media query start */

/*less than 575px*/
@media only screen and (max-width: 380px) {
}

/*less than 575px*/
@media only screen and (max-width: 575px) and (min-width: 380px) {
}

/*less than 767px*/
@media only screen and (max-width: 768px) and (min-width: 575px) {
}
/*less then 992px and less than 768*/
@media only screen and (max-width: 993px) and (min-width: 768px) {
}

/*less then1140px and less than 993*/
@media only screen and (max-width: 1140px) and (min-width: 993px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1141px) {
}


/*END OWL SLIDER*/
 
.navbar-dark .navbar-nav .nav-link {
  color: #000;
}
.carousel_se_03 .owl-dots{
  text-align: center;
}
.carousel_se_03 .owl-dots span {
  background: #fff;
padding: 8px 8px;
border-radius: 10px;
margin-left: -6px;
margin-top: 4px;
height: 10px !important;
width: 0px !important;
display: inline-block;
}
.carousel_se_03 .active span{
  background: #df8e37 !important;
}
.carousel_se_03 .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
 height: 25px;
width: 25px;
  background: #fff;
  margin: 0 10px;
  padding: 10px;
  color: red !important;
  border:1px solid #df8e37;
  padding: 0 10px !important;
  border-radius: 16px;
}

/*My Code*/

.carousel_se_03 .in-txt{
  text-align: center;
} 

.round_icon_img img{
border: 3px dashed #e6e6e6;
border-radius: 48%;
padding: 2px 4px 5px 2px;
}
.round_icon_img img:hover{
  border: 3px dashed #df8e37;
transition: 0.5s ease;
}
.testimonials{
  background: url('Images/testimonials.jpg');
  background-size: 100% 100%;
  padding: 90px 0 80px;

}
.no-right-padding{
  padding-right: 0 !important;
}
.t-card {
  padding: 1.8125rem 1.125rem;
  background-color: transparent;
  border-radius: 1.25rem;
  color: #fff;
  height: auto;
}
.testimonials .carousel-inner{
  background: transparent;
}
.testimonials .rounded-circle{
  margin-left: 10px;
}
.abimg{
  position: absolute;
right: 0;
bottom: 7%;
height: 60px;
width: auto;
}
.testimonials .card h3{
  color: #df8e37;
  font-weight: 400;
  text-align: center;
font-family: 'Chakra_Petch', sans-serif;
font-size: 26px;
}

.testimonials .card h5{
color: #df8e37;
font-weight: normal;
text-align: center;
font-family: 'Chakra_Petch', sans-serif;
font-size: 20px;margin-top: 5px;
}
.testimonials .card{
  margin: 10px;
  padding: 20px 0;
  border-radius: 10px;
}
.black2{
  background: rgb(0,0,0,0.4);
}
.why-text-h2m {
  font-size: 40px;
  font-weight: 500;
  font-family: 'Chakra_Petch', sans-serif;
  text-align: left;
  color: #fff;
  padding-left: 10px;
  margin-bottom: 40px;
}
.homecontact{
  background: url('Images/contact.jpg');
  margin-top: 100px;
  padding: 70px 0 50px;
  background-size: 100% 100%;
}

.homecontact button.learn-more .circle{
  background: #000;
}
.homecontact button{
  width: 9.5rem;
	border-radius:6px
}

.mt-20{
margin-bottom: 15px;
margin-top: 15px;
}
footer .mb-30{
  margin-bottom: 30px;
}
footer{
  background: #0c0c0c;
  padding: 50px 0 30px;
}
.sitemap img{
  height: 15px;
}
footer ul li{
  display: inline-block;
  margin-right: 10px;
}
footer ul li img{
  height: 30px;
}
footer .input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
footer .input-group-append {
  margin-left: -43px;  background: #f99c32;padding: 4px 10px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
footer .btn img {
  height: 18px;
}
footer .btn{
  background: #f99c32;
}
footer input{
  height: 60px !important;
}
footer h3{
  color: #f99c32;
  margin-bottom: 30px;
  font-size: 24px;
}
footer p{
  color: #fff;
font-size: 15px;
font-family: 'DMSans-Regular', sans-serif;
line-height: 1.45rem;
	text-align: justify;
}
footer p a {
  color: #fff;
}
.sitemap p a{
  color: #fff;
  line-height: 40px;
}
footer ul{
  padding-left: 0;
  margin-bottom: 30px;
  padding-top: 6px;
}
.copyright ul{
  padding-left: 0;
  padding-top: 6px;
  float: right;
  margin-top: 4.4%;
}
footer p a:hover{
  transition: 0.5s ease;
    color: #f99c32;
    text-decoration: none;
}.navbar-nav .active{
  color: #df8e37 !important;
}
.copyright{
  border-top: 1px solid #fff;
  padding: 25px 0 20px;
  background: #0c0c0c;
}
.copyright p{
  color: #fff;
font-size: 15px;
font-family: 'Chakra_Petch', sans-serif;
line-height: 1.45rem;
}
.copyright ul li a{
  color: #fff;
font-size: 15px;
font-family: 'Chakra_Petch', sans-serif;
line-height: 1.45rem;
margin-top: 6%;
}
.copyright .logo{
 height: 70px;
padding: 6px;
background: #fff;
}
.copyright ul li {
  display: inline-block;
  margin-right: 10px;
}
.copyright p a{
    text-decoration:none;
    color:#fff;
}
.floatright-2{
    float:right;
}
.copyright p a:hover{
    text-decoration:none;
    transition:0.5s ease;
    color:#f99c31;
}
@media screen and (min-width:1700px)
{
    .homecontact{
        background-size:cover !important;padding: 150px 0 110px;
    }
    .testimonials{
        background-size:cover !important;padding: 140px 0 120px;
    }
    .carousel-caption{
        bottom: 17rem;
    }
}

@media screen and (max-width:1199px){
  .icon-top {
  padding: 6% 0 0;
}
.homecontact{
  padding: 50px 0 30px;  margin-top: 50px;
}
.testimonials{
  background: url('Images/testimonials2.jpg');
  background-size: cover;
}
}

@media screen and (max-width:991px){
  .mt-4m{
    margin-top: 30px;
  }
  .why-text-h2m {
  font-size: 30px;text-align: center;
}
  .testimonials{
    padding: 70px 0 50px;
  }
  .about {
  padding: 70px 0 70px 0;
}
.choose {
  padding: 70px 0 50px 0;
}
.projects {
  padding: 30px 0 10px 0;
  }
  #dnonen{
    display: none;
  }
  #mainerow{
    margin-bottom: 30px;
  }
}

@media screen and (max-width:767px){
  .homecontact{
    background: url('Images/contact2.jpg');
    background-size: 100% 100%;margin-top: 0;
  }
  .why-text-h2m{
    margin-bottom: 20px
  }
  .copyright p{
    text-align: center;
  }
  .copyright ul{
    float: none;
    text-align: center;
  }
.copyright p{
  margin-top: 0;
}
.copyright ul{
  margin-top: 0;
}
.copyright{
  padding: 20px 0 0;
}
  footer h3{
    margin-bottom: 15px;
  }
  #mainerow {
  margin-bottom: 20px;
}
.sitemap{
  margin-bottom: 20px;
}
footer ul{
  margin-bottom: 30px;
}
}
.mobile-screen-footer {
     margin top: 50px;
  float: left;
  display: none;
  width: 100%;
  position: fixed;
  z-index: 9999999999 !important;
  bottom: 0px;
  background: #d19a53;
  border-radius: 30px 30px 0px 0px;border: 1px solid white;
  border-bottom-color: white;
  border-bottom-style: solid;
  border-bottom-width: 1px;
border-bottom: none;
}.mobile-footer-block {
  width: 20%;
  float: left;
  text-align: center;
}.mobile-footer-box a {
  width: 100%;
  text-decoration: none;
  padding: 10px 0px;
    padding-bottom: 10px;
  float: left;
  padding-bottom: 5px;
}.mobile-footer-box a img {
  width: 25px;
  margin: 0px auto;
}.mobile-footer-box a h5 {
  font-size: 10px;
  margin: 5px 0px 0px 0px;
  color: #fff;
  line-height: 15px;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-weight: normal;
 
}
@media screen and (max-width:600px){
  .carousel-caption {
    display: none;
  }.why-text-h2m {
  font-size: 25px;
  text-align: center;
}
.mobile-screen-footer{
    display:block;
}
#mainerow img{
  margin-top: -5px;
}
button.learn-more .circle{
  height: 42px;
}
  .homecontact{
    background-size: cover;
  }
  .quote{
    display: none;
  }
  .navbar-dark .navbar-brand {
  padding-left: 20px;
}
.navbar-dark .navbar-toggler{
  margin-right: 20px;
}
.about {
  padding: 50px 0 50px 0;
  }
  .choose {
  padding: 60px 0 40px 0;
}
.projects {
  padding: 10px 0 0px 0;
  }
  .owl-dots{
    margin-top: 20px;
  }
  .testimonials {
  padding: 50px 0 40px;
}
.testimonial_subtitle{
  margin-left: 10px;
}
.testimonials h4{
  margin-left: 10px;
}
.carousel_se_03 .owl-dots{
    display:none;
}
.floatright-2{
    float: none;
}
}

#clientpage{
  padding: 60px 20px 40px;
}


.mb-40 img{

  border:1px solid #e7e7e7;
  border-radius: 10px;
}
/*contact us */


.mb-40{
  margin-bottom: 40px;
}
.contact-us-btn{

  width: 12.5rem;
height: 40px;
border-radius: 5px;


}


.text-off{
  border-left: 5px solid #f79a31;
padding-left: 10px;
}



a:hover {
  color: #df8e37;
  text-decoration: underline;
}

.con-pad{
  padding-top: 50px;
}

.contactform{
 order:2;

}




.details{
  margin: 10px;
}

.txu{
  font-size: 30px;
  font-family: 'Chakra_Petch', sans-serif;
}

@media screen and (max-width:680px){
    
    #btn2-txt{
      font-size:14px;
      padding:8px 0;
  }

  #clientpage {
  padding: 40px 20px 20px;
}
.mb-40{
  margin-bottom: 20px;
}
.tittle{
  font-size: 12px !important;
  }

}
    


@media screen and (max-width:414px){
  .text-center2{
    font-size: 25px !important;
  }

    .tittle{
  font-size: 10px !important;
  }
}



@media screen and (max-width:412px){
  .txu{
    font-size: 18px;
  }
  #btn2-txt{
      font-size:14px;
      padding:8px 0;
  }
  .contactform{
      padding-top:10px;
  }

  .tittle{
  font-size: 10px !important;
  }
  .text-center2{
    font-size: 25px !important;
  }

  
}



/*project */

.padding-15 {
    padding: 20px 15px;
}

.project-item {
	border-radius: 20px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

a, a:hover, .overlay, img, .form-control, .form-control:hover, button {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

a, a:hover {
    text-decoration: none;
}

.project-item img {
    height: auto;
    width: 100%;
}

.project-item .overlay {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}


.overlay:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
     background: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
    z-index: -1;
}

::selection {
  background-color: #efbc52;
  color: #fff;
}

.projects-content {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    bottom: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px 20px 20px;
    z-index: 1;
    transform: translateY(20px);
    -webkit-transition: all 400ms ease;
    text-transform: capitalize;
    -o-transition: all 400ms ease;
    cursor: pointer;
    transition: all 400ms ease;
}

.projects-content:hover{
  position: absolute;
   width: 100%;

    

}

.project-item:hover .projects-content {
  transform: translateY(0);
  background: rgba(0, 0, 0, 0.6);\

}

.projects-content .tittle {
    font-size: 18px;
    color: #fff;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: 0;
    display: block;
    text-transform: uppercase;
}

/*details*/
.project-single-content {
    background-color: #fff;
    border-left: 5px solid #f79a31;
 padding-left: 10px;
   
}


.project-single-content h2 {
    text-transform: uppercase;

}

#prode {
    margin-bottom: 20px;
}

.project-single-content .project-details li {
    line-height: 40px;
    text-transform: uppercase;
}

.project-details{
  padding-left: 1rem;
}




/*gallery*/

.mts-5{
  padding: 50px 0 50px 0;
  
}

.masonry:after {
  content: "";
  display: table;
  clear: both;
}

.masonry .grid-sizer,
.masonry_block {
  width: 100%;
}

.masonry_block {
  float: left;
  padding: 20px 0 ;
  border-radius: 15px;
}

.masonry-folio {
  position: relative;
  overflow: hidden;
  box-shadow: 1px 4px 15px 1px rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
}

.masonry_thum img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 1rem;
}

.masonry_thum a {
  display: block;
}

.masonry_thum a::before {
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  content: "";
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 1;
  border-radius: 1rem;
}

.masonry_thum a::after {
  display: block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  margin-left: -15px;
  margin-top: -15px;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  z-index: 1;
  border-radius: 1rem;
  border-top: 1px solid #d7dce1;
    border-left: 3px solid #d7dce1;
}

.masonry_text {
  position: absolute;
  left: 0;
  bottom: 8rem;
  padding: 0 1.5rem;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.masonry_title {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  margin: 0 0 0.3rem 0;
}

.masonry_cat {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.714;
  margin-bottom: 0;
}

.masonry_caption {
  display: none;
}

.masonry_project-link {
  display: block;
  color: #ffffff;
  text-align: center;
  z-index: 500;
  top: 3rem;
  left: 2rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.masonry_project-link::before {
  display: in-line;
  position: relative;
  top: -2.5rem;
  left: 50%;
}

.masonry_project-link:hover,
.masonry_project-link:focus,
.masonry_project-link:active {
  font-size: 1.1rem;
  color: #ffffff;
  -webkit-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  background-color: transparent;
}

/* on hover 
 * ----------------------------------------------- */
.masonry-folio:hover .masonry_thum a::before {
  opacity: 1;
  visibility: visible;
}

.masonry-folio:hover .masonry_thum a::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.masonry-folio:hover .masonry_thum img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.masonry-folio:hover .masonry_project-link,
.masonry-folio:hover .masonry_text {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.masonry_project-link:hover a {
  text-decoration: underline;
}

@media only screen and (max-width: 992px) {
  .s-works {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
}

@media only screen and (max-width: 768px) {
  .masonry_title,
  .masonry_cat {
    font-size: 1.3rem;
  }
}
.careerpag{
padding: 90px 0 60px 0;	
}
.btncustom2{
	width:80%;
  padding: 8px 6px 10px;
}
@media only screen and (max-width: 576px) {
  .s-works {
    padding-top: 12rem;
  }
.btncustom2{
	width:100%;
}
  .masonry-wrap {
    padding: 0 35px;
  }

  .masonry_block {
    float: none;
    width: 100%;
  }

  .masonry_title,
  .masonry_cat {
    font-size: 1.4rem;
  }
	.copyright{
		padding-bottom: 60px;
	}
	.navbar-expand-lg .navbar-collapse{
	padding-left:20px	
	}
}

@media screen and (min-width:1500px){
	.num{
		padding-left: 27%;
	}
	.btncustom2 {
  width: 70%;
}
}

.flip-book-btn {
  margin: 0px auto;
  background-color: #df8e37;
 padding: 10px 0px !important;
position: fixed;
text-transform: uppercase;
display: inline-block;
font-size: 15px;
line-height: 20px;
letter-spacing: 1px;
color: #fff;
z-index: 999;
left: 40px;
bottom: 0px;
}.flip-book-btn::before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  right: -40px;
  top: 0;
  bottom: 0;
  border-style: solid;
  border-width: 0px 40px 40px 0;
  border-color: transparent transparent #df8e37 transparent;
}.flip-book-btn::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: -40px;
  top: 0;
  bottom: 0;
  border-style: solid;
  border-width: 0px 0px 40px 40px;
  border-color: transparent transparent #df8e37 transparent;
}
.gofixed-btn {
  margin: 0px auto;
  background-color: #df8e37;
  padding: 10px 20px !important;
  line-height: normal;
  position: fixed;
  text-transform: uppercase;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 2px;
  color: #fff;
  transform: rotate(-90deg);
  z-index: 999;
  right: -7.2%;
  top: 60%;
  border-top: 4px double #fff;
  border-right: 4px double #fff;
  border-left: 4px double #fff;
}
.flip-book-btn a{
	color:#fff;font-family: 'Chakra_Petch', sans-serif;
}
#isoimg{
height: 140px;
margin-left: 31px;
margin-top: 20px;
}
.machine{
	padding:60px 0 50px;
	background-image: url("Images/abt-bg.png");
background-repeat: no-repeat;
background-attachment: fixed;
}
.machine ul li{
margin-bottom:10px;
font-size: 16px;
font-family: 'DMSans-Regular', sans-serif;
line-height: 1.45rem;list-style: disclosure-closed;
	text-transform: capitalize;
}
.machine ul li::marker{
	color:#df8e37;
}
.machine h2 {
  font-size: 40px;
  font-weight: 500;
  font-family: 'Chakra_Petch', sans-serif;
  text-align: left;
  border-left: 5px solid #f79a31;
  padding-left: 10px;
  text-transform: uppercase;margin-bottom:30px;
}
@media screen and (max-width:600px){ 
	.flip-book-btn{
		display:none
	}
	#isoimg{
height: 15px;
margin-left: 15px;	
}
	#logo {
  height: 40px;
}
	.navbar-dark .navbar-brand {
  padding-left: 8px;
}
	.navbar-toggler {
  padding: .15rem .35rem;
	}
	.machine {
  padding: 50px 0 30px;
	}
	.machine h2 {
  font-size: 25px;
		margin-bottom: 20px;
}
}