
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
  font-family: 'Poppins', sans-serif;
  line-height: 30px;
  color: #fff;
  background: #000;
}
h1,h2,h3,h4,h5,h6 {
  line-height: 1.5;
}
.btn,.btn:focus,button,button:focus {
  outline: none ;
}
a {
  text-decoration: none ;
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
}
.back-to-top {
  background-color: #F9BA05;
  text-decoration: none;
  cursor: pointer;
  width: 45px;
  height: 45px;
  z-index: 999;
  position: fixed;
  right: 32px;
  bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.4);
}
.back-to-top:hover {
  background-color: #F9BA05;
}
.back-to-top:active {
  box-shadow: none;
  background-color: #F9BA05;
}
.back-to-top svg.icon__arrow-up {
  fill: white;
  width: 25px;
  height: 25px;
}

.p-0
{
  padding: 0px;
}
.leg-mt-4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.tns-outer {
  padding: 0;
  position: relative;
}
.tns-nav {
  position: absolute;
  bottom: -45px;
  left: 0px;
  right: 0px;
  text-align: center;
}
.tns-nav button
{
  background: #ffffff;
  outline: none;
  border: none;
  margin: 0px 5px;
  width: 25px;
  height: 1.5px;
  padding: 0px;
}
.tns-nav button.tns-nav-active
{
  background:#F9BA05;
}
.tt-center
{
  text-align: center;
}
.section-header {
  text-align: center;
}
.section-header h1 {
  color: #F9BA05;
  font-size: 50px;
  font-weight: 300;
  line-height: 72px;
}
.section-header h6 {
  color: #fff;
  font-size: 22px;
  font-weight: 200;
  line-height: 25px;
}
.section-header span {
  color: #fff;
  font-size: 22px;
  font-weight: 200;
  line-height: 25px;
  display: block;
}
.section-header img
{    
  width: 32%;
}
.btn {
  padding: 0.7rem 1.6rem;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.5s;
}
.btn-lem
{
  color: #000;
  background: #F9BA05;
  border: 1px solid #F9BA05;
  font-size: 18px;
  border-radius: 10px;
  font-weight: 500;
  padding: 8px 40px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn-lem:hover
{
  background: #000;
  color: #F9BA05;
  border: 1px solid #F9BA05;
}
.navbar-custom {
  background-color: transparent;
  padding:20px 0px;
  width: 100%;
  border-radius: 0px;
  z-index: 999;
  background: #000;
  margin-bottom: 0px;
  /* transition: all 0.5s ease-in-out;   */
  border-bottom: 1px solid #2a2a2a;
}
.navbar-custom .navbar-nav li a {
  color: #fff;
  font-size: 14.5px;
  margin: 0px 12px;
  letter-spacing: 0.03em;
  line-height: 35px;
  font-weight: 300;
  transition: all 0.5s;
  position: relative;
  top: 4px;
}
.navbar-toggler {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #1d2a5f;
}
.logo .logo-light {
  display: inline-block;    
  height: 50px;
}
.logo .logo-dark {
  display: none;
}
.nav-sticky .logo .logo-dark {
  display: inline-block;
  height: 50px;
}
.nav-sticky .logo .logo-light {
  display: none;
}
.nav-button {
  margin-left: 20px;
}
/*---NAVBAR STICKY--*/
.nav-sticky.navbar-custom {
  margin-top: 0px;
  padding: 20px 0px;
  background-color: #000000;
  box-shadow: 0px 3px 10px 0px rgba(38, 107, 193, 0.08);
  border-bottom: 1px solid #2a2a2a;
}
.nav-sticky.navbar-custom.sticky-dark {
  background-color: #000000;
}
.nav-sticky .navbar-nav li a {
  color: #fff;
}
.nav-sticky.navbar-custom .navbar-toggles {
  padding: 0.25rem 0.75rem;
  border: 1px solid transparent;
  outline: 0;
}
.nav-sticky .navbar-nav {
  margin-top: 0px;
}
.nav-link img {
  height: 28px;
  position: relative;
  bottom: 3px;
}
.nav-sticky.navbar-custom .navbar-nav li.active a, .nav-sticky.navbar-custom .navbar-nav li a:hover, .nav-sticky.navbar-custom .navbar-nav li a:focus, .nav-sticky.navbar-custom .navbar-nav li a:active {
  color: #F9BA05;
}
.navbar-nav li a.active {
  color: #F9BA05;
}
.section-home {
  padding: 250px 0 200px 0;
  background:  #000;
  /* background: linear-gradient(90deg, #000 10%, #1F1F1F 50%, #000 100%); */
}

/*-----------------------------------------------------------------------------------*/
/*  Who We Are
/*-----------------------------------------------------------------------------------*/

.section-we-are
{
  padding: 250px 0 250px 0;
  text-align: center;
  position: relative;
}
.section-title h2
{
  color: #fff;
  font-size: 68px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 32px;
}
.section-title h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}
.section-title span {
  color: #F9BA05;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}
.mb-50
{
  margin-bottom: 50px;
}
blockquote
{
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}
blockquote span {
  color: #F9BA05;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}
.blockquote-qu1 {
  width: 20px;
  position: relative;
  bottom: 10px;
  right: 10px;
}
.blockquote-qu2 {
  width: 20px;
  position: relative;
  top: 7px;
  left: 4px;
}

/* blockquote::before,
blockquote::after {
  content: "“";
  font-family: sans-serif;
  font-size: 100px;
  margin: 1rem 0 0 -2.5rem;
  position: absolute;
  color: #fff;
}
blockquote::after {
   content: "”";
   margin: 2.5rem 0rem 0px 4px;
} */
.bg-images {
  position: absolute;
  top: -70px;  
  right: 0;
  left: 0;  
  z-index: -1;
}
.bg-images-1
{
  right: 0;
  left: 0;
  top: -40px;
}
/*-----------------------------------------------------------------------------------*/
/*  What We Do
/*-----------------------------------------------------------------------------------*/
.section-we-do {
  padding: 150px 0 200px 0;
  position: relative;text-align: center;
}
.section-we-do h1
{
  color: #fff;
  font-size: 68px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 30px;
}
.section-we-do h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 50px;
}
.section-we-do span {
  color: #F9BA05;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}
.services-box {
  padding: 25px 25px;
  border: 1px solid #282828;
  transition: all 0.5s ease-in-out;
  border-radius: 30px;
  position: relative;
  height: 540px;
  margin-bottom: 150px;
  background: #000;
}
.services-box h5
{
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}
.services-box p
{
  color: #ffffff;
  font-size: 13px;
  font-weight: 200;
  line-height: 20px;
}
.services-box p span
{
  color: #F9BA05;
  font-size: 13px;
  font-weight: 200;
  line-height: 20px;
}
.services-box-qu1 {
  width: 14px;
  position: relative;
  bottom: 7px;
  right: 5px;
}
.services-box-qu2 {
  width: 14px;
  position: relative;
  top: 7px;
  left: 4px;
}
.services-box .services-img {
  position: relative;
}
.services-next-arrow {
  position: absolute;
  right: 0px;
  left: 0px;
  bottom: -18px;
}
.services-next-arrow a {
  background: #F9BA05;
  width: 35px;
  height: 35px;
  border-radius: 45px;
  display: inline-block;
  padding: 2px;
}
.services-next-arrow img
{   
  width:16px;
}
/* .services-box:hover {
  border: 1px solid transparent;
  box-shadow: 0 0 0 1px rgba(190, 190, 190, 0.04), 0 1.8vw 3vw -0.7vw rgba(0, 0, 0, 0.07);
} */
/* .services-box .services-img img {
  width: 50px;
} */

/*-----------------------------------------------------------------------------------*/
/*  Portfolio
/*-----------------------------------------------------------------------------------*/
.section-works h2 {
  color: #F9BA05;
  font-size: 40px;
  font-weight: 300;
  line-height: 70px;
  margin-bottom: 80px;
}
.section-works span {
  font-size:18px;
  font-weight: 300;
  line-height: 30px;
  color: #fff;
}
#portfolio {
  position: relative;
  padding-bottom: 50px;
  padding-top: 230px;
  background:  #000;
}
#portfolio .portfolio-list {
  margin-bottom: 100px;
}
#portfolio .portfolio-list .nav {
  display: inline-block;
  margin: 0;
}
#portfolio .portfolio-list .nav li {
  margin: 0 25px 25px 0;
  border: 1px solid #707070;
  padding: 10px 24px;
  border-radius: 8px;
  display: inline-block;
  font-size: 14px;
  color: #e1e1e1;
  line-height: 16px;
  cursor: pointer;
  font-weight: 200;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
#portfolio .portfolio-list .nav li:hover, #portfolio .portfolio-list .nav li.filter-active  {
  color: #F9BA05;
  border: 1px solid #F9BA05;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
#portfolio .portfolio-container {
  display: inline-block;
  margin-bottom: 50px;
  width: 100%;
  /* height: auto !important; */
}
.portfolio-thumbnail {
  margin-bottom: 18px;
  overflow: hidden;
  padding: 0px 8px;
}
.portfolio-thumbnail img {
  max-width: 100%;
  border-radius: 30px;
}
.btn-200{
  margin-top: 230px;
}
/*-----------------------------------------------------------------------------------*/
/*  Reach Us
/*-----------------------------------------------------------------------------------*/
.section-reachus
{
  position: relative;
  padding-bottom: 50px;
  padding-top: 230px;
  background:  #000;
}
.reachus-address h6
{
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.reachus-address p{
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}
.reachus-address {
  float: right;
  position: relative;
  right: 15%;
}

/*-----------------------------------------------------------------------------------*/
/*  Client Satification
/*-----------------------------------------------------------------------------------*/
.section-client {
  padding: 120px 0 20px 0;  
  background:  #000;
}
.section-client
{
  text-align: center;
}
.client-satification h2 {
  color: #fff;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
  margin-bottom: 25px;
}
.client-satification p {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
  padding: 5px 20px 20px;
}
.client-satification p span {
  color: #F9BA05;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}
.counter-box {
  padding: 40px 0px;
}
.counter-box h1 {
  width: 165px;
  height: 165px;
  border-radius: 100px;
  border: 1px solid #333;
  display: inline-block;
  vertical-align: middle;
  padding: 30px;
  line-height: 100px;
  font-size: 30px;
  text-align: center;
  margin-bottom: 25px;
}
.counter-box p {
  color: #fff;
  font-size: 25px;
  font-weight: 200;
  line-height: 25px;    
  margin-bottom: 20px;
  margin-top: 10px;
}
.client-slider
{
  text-align: center;
}
.client-slider p {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
  margin-bottom: 15px;
}
.client-sign h6
{
  color: #F9BA05;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}
.section-client-slider
{
  padding: 0px 0 200px 0;
  background:  #000;
}
.section-get-in-touch {
  padding: 200px 0 250px 0;
  text-align: center;
  background:  #000;
}
.get-in-touch h2
{
  color: #fff;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
  margin-bottom: 15px;
}
.get-in-touch p
{
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  margin-bottom: 0px;
}
.get-in-touch span
{
  color: #F9BA05;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}
.form-control {
  margin-bottom: 15px;
  box-shadow: none;
  height: 56px;
  padding-left: 20px;
  border: 1px solid #3b3b3b;
  font-size: 15px;
  background: none;
  color: #fff !important;
  border-radius: 12px;
  font-weight: 200;
}
.form-control:focus {
  border-color: #3b3b3b;
  background: none;
}
input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder,input[type="tel"]::-webkit-input-placeholder {
  color: #fff;
  font-weight: 200;
}
.section-footer
{
  text-align: center;
  padding: 50px 0px 200px;
  background:  #000;
}
.footer-contact-detail {
  display: inline-block;
  /* align-items: center;
  justify-content: center; */
    margin-right: 30px;
}
.contact-detail-img
{
  
  display: inline-block;
}
.contact-detail-text
{
  display: inline-block;
}
.contact-detail-img img
{
  width: 44px;
  margin-right: 8px;
}
.contact-detail-text p
{
  margin-bottom: 0px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}
.list-inline-item img
{
  width: 44px;
}
.footer-logo
{
  text-align: center;
  margin-bottom: 40px;
}
.footer-logo img
{
  width: 355px;
}
.copyright-text p {
  margin-bottom: 10px;
  margin-top: 20px;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}
.footer-contact-detail-reach
{
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 20px;
}
.pd-20
{
  padding-bottom: 100px;
}

.btn15 {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  right: 20px;
  transition-duration: 0.5s;
}
.btn15 .icon {
  transition-duration: 0.5s;
  position: absolute;
  height: 2px;
  width: 25px;
  top: 34px;
  background-color: #ffffff;
  border-radius: 4px;
  left: 34px;
}
.btn15 .icon:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 25px;
  height: 2px;
  background-color: #fff;
  content: "";
  top: -8px;
  border-radius: 4px;
  left: 0px;
}
.btn15 .icon:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 25px;
  height: 2px;
  background-color: #fff;
  content: "";
  top: 8px;
  border-radius: 4px;
  left: 0px;
}
.btn15.open .icon {
  transition-duration: 0.5s;
  background: transparent;
}
.btn15.open .icon:before {
  transform: rotateZ(45deg) scaleX(1.05) translate(5.5px, 3.5px);
}
.btn15.open .icon:after {
  transform: rotateZ(-45deg) scaleX(1.05) translate(7px, -6px);
}
.btn15:hover {
  cursor: pointer;
}

iframe {
  border: 0;
  border-radius: 30px;
}
.portfolio-image iframe
{
width: 350px;
height: 500px;
}

.thankyou
{
    padding: 240px 0 100px 0;
    background: #000;
    position: relative;
    text-align: center;
}

.success-message__icon {
  max-width: 75px;
}
.thankyou h2{
  margin-top: 20px;
}
.success-message__title {
  color: #F9BA05;
  transform: translateY(25px);
  opacity: 0;
  transition: all 200ms ease;
}

.icon-checkmark circle {
  fill: #F9BA05;
  transform-origin: 50% 50%;
  transition: transform 200ms cubic-bezier(0.22, 0.96, 0.38, 0.98);
}
.success-message__content {
  color: #fff;
  transform: translateY(25px);
  transition: all 200ms ease;
  transition-delay: 50ms;
}



/**
 * Photo Gallery
 */

 .gallery
{
  padding: 200px 0px 200px 0;
  text-align: center;
}
 .portfolio-filters {
  margin-bottom: 20px;
  line-height: 1;
}
.portfolio-filters button {
  display: inline-block;
  margin: 0 25px 25px 0;
  border: 1px solid #707070;
  padding: 10px 24px;
  border-radius: 8px;
  display: inline-block;
  font-size: 14px;
  color: #e1e1e1;
  background: none;
  line-height: 16px;
  cursor: pointer;
  font-weight: 200;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.portfolio-filters button.is-checked, .portfolio-filters button:hover{
  background: none;
  color: #F9BA05;
  border: 1px solid #F9BA05;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.portfolio-filters button:first-child {
  margin-left: 0;
}
.portfolio-filters button:last-child {
  margin-right: 0;
}
.portfolio-filters button::before {
  color: #F9BA05;
  border: 1px solid #F9BA05;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.portfolio-filters button:hover::before, .portfolio-filters button.is-checked::before {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: center left;
          transform-origin: center left;
}
.lg-backdrop {
  background-color: rgb(0 0 0 / 76%);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-filters {
    margin-bottom: 10px;
  }
  .portfolio-filters button {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-filters {
    margin-bottom: 10px;
  }
  .portfolio-filters button {
    margin: 0 10px;
    margin-bottom: 10px;
  }
  .portfolio-filters button:first-child {
    margin-left: 10px;
  }
  .portfolio-filters button:last-child {
    margin-right: 10px;
  }
}
.portfolio-margin-fixer {
  margin-top: -30px;
}
.lg-object {
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
  opacity: 1;
  border-radius: 30px;
}
.lg-outer .lg-img-wrap {
  padding: 60px;
}
.portfolio {
  position: relative;
  margin-top: 30px;
  overflow: hidden;
  border-radius: 30px;
}
.portfolio .portfolio-image img {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.portfolio .portfolio-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0px;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  text-align: center;
  opacity: 1;
  visibility: visible;
}
.portfolio .portfolio-content a.portfolio-zoom-button {
  height: 100%;
  width: 100%;
  line-height: 40px;
  display: inline-block;
  /* position: absolute; */
  left: auto;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  text-align: center;
  color: #ffffff;
  background: none;
}

.portfolio:hover .portfolio-image img {
  -webkit-transform: scale(1.0);
          transform: scale(1.0);
}
.portfolio:hover .portfolio-content {
  opacity: 1;
  visibility: visible;
}
.portfolio:hover .portfolio-content h5, .portfolio:hover .portfolio-content h6 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio .portfolio-content a.portfolio-zoom-button {
    height: 65px;
    width: 65px;
  }
}
/**
 * Photo Details
 */
.portfolio-details-image img {
  width: 100%;
}

.portfolio-details-meta ul {
  background: #f8f8f8 none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  padding: 0 20px;
  margin-bottom: 0;
  list-style: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
}
.portfolio-details-meta ul li {
  list-style: none;
  border-bottom: 1px solid #e5e5e5;
  color: #666;
  padding: 10px 0;
}
.portfolio-details-meta ul li:last-child {
  border-bottom: 0 none;
}
.portfolio-details-meta ul li i {
  color: #444;
  font-size: 16px;
  line-height: normal;
  margin-right: 20px;
}
.portfolio-details-meta ul li span {
  color: #444;
  font-weight: 700;
  margin-right: 5px;
}
.portfolio-details-meta ul li a {
  color: #333333;
}
.portfolio-details-meta ul li a:hover {
  color: #eab454;
}

.portfolio-details-info .portfolio-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.portfolio-details-info .post-share {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  overflow: hidden;
  padding: 10px 0;
  margin-top: 30px;
}
.portfolio-details-info .post-share h6 {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
}
.portfolio-details-info .post-share ul {
  display: inline-block;
  vertical-align: middle;
  padding-left: 0;
  margin-bottom: 0;
}
.portfolio-details-info .post-share ul li {
  display: inline-block;
  list-style: none;
  margin: 0 6px;
  font-size: 14px;
}
.portfolio-details-info .post-share ul li a {
  display: block;
  color: #333333;
}
.portfolio-details-info .post-share ul li a:hover {
  color: #000000;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-details-info {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-details-info {
    margin-top: 50px;
  }
}


@media (min-width: 200px) and (max-width: 768px) {
.navbar-custom {
  margin-top: 0px;
  padding: 10px 0px;
  background: #000;
}
.nav-sticky.navbar-custom{
  padding: 10px 0px;
}
.navbar-custom .navbar-nav {
  margin-left: 0px;
}
.navbar-custom .navbar-nav li.active {
  border-color: transparent;
}
.navbar-custom .navbar-nav li a {
  transition: all 0.4s;
  margin: 6px;
  padding: 1px 0;
  top: 8px;
  font-size: 13.5px;
  line-height: 27px;
}
.navbar-white .navbar-toggler {
  color: #fff ;
}
.nav-link img {
  height: 24px;
}
.navbar-toggler {
  font-size: 24px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.carousel-indicators {
  right: 0;
}
.logo .logo-light {
  display: none;
}
.logo .logo-dark {
  display: inline-block;
  height: 50px;
}
.services-box {
  height: auto;
  margin-bottom: 25px;
  padding: 15px 15px;
}

.services-next-arrow img {
  width:18px;
}
.section-home {
  padding: 120px 0 45px 0;
}
.section-header span {
  font-size: 16px;
  font-weight: 300;
}
.section-header h1 {
  font-size: 27px;
  font-weight: 400;
  line-height: 45px;
}
.section-header h6 {
  font-size: 16px;
  font-weight: 300;
}
.section-we-are {
  padding: 50px 0 0px 0;
}
.section-title h2 {
  font-size: 32px;
  font-weight: 400;
  line-height: 45px;
  margin-bottom: 5px;
}
.section-title h6 {
  font-size: 15px;
  font-weight: 300;
  line-height: 15px;
}
.section-title span {
  font-size: 15px;
  font-weight: 300;
  line-height: 15px;
}
.mb-50 {
  margin-bottom: 20px;
}
blockquote {
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
}
/* blockquote::after {
  content: "”";
  margin: 1.5rem 0rem 0px 4px;
}
blockquote::before {
  margin: 8px 0 0 -22px;
}
blockquote::before, blockquote::after {
  font-size: 55px;
} */
.section-we-do {
  text-align: center;
  padding: 20px 0 40px 0;
}
.we-do-img img {
  width: 60%;
}
.we-do-img
{
  padding: 10px 0px !important;
  margin-top: 5px !important;
}
.section-client {
  padding: 20px 0 20px 0;
}
.section-get-in-touch {
  padding: 50px 0 80px 0;
}
.section-we-do h6 {
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
  margin-bottom: 10px;
}
.section-we-do span {
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}
.section-we-do h1 {
  font-size: 32px;
  font-weight: 400;
  line-height: 45px;
  margin-bottom: 12px;
}
.services-img img {
  width: 60%;
}
.services-next-arrow {
  bottom: -20px;
}
.services-box h5 {
  font-size: 18px;
  font-weight: 400;
}
.client-satification h2 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 15px;
}
.client-satification p {
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  padding: 0px 20px 0px;
}
.client-satification p span {
  font-size: 14px;
}
.counter-box {
  padding: 20px 0px;
}
.counter-box p {
  font-size: 18px;
  font-weight: 400;
  line-height: 15px;
  margin-bottom: 5px;
  margin-top: 0px;
}
.client-slider p {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 12px;
  margin-top: 40px;
}
.tns-nav {
  bottom: -28px;
}
.section-get-in-touch {
  padding: 120px 0 80px 0;
}
.get-in-touch h2 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 15px;
}
.get-in-touch p {
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}
.get-in-touch span {
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}
.form-control {
  margin-bottom: 10px;
  height: 50px;
  padding-left: 15px;
  font-size: 14px;
  background: none;
  border-radius: 12px;
  font-weight: 300;
}
.btn-lem {
  font-size: 15px;
  border-radius: 10px;
  font-weight: 500;
  padding: 9px 40px;
}
.footer-logo img {
  width: 260px;
}
.copyright-text p {
  margin-bottom: 30px;
  margin-top: 20px;
  font-size: 13px;
}
.contact-detail-img img {
  width: 35px;
}
.list-inline-item img {
  width: 35px;
}
.footer-contact-detail {
  margin-bottom: 10px;
  margin-left: 25px;
  text-align: center;
  display: block;
}
.contact-detail-img {
  display: inline-block;
}
.contact-detail-text {
  display: block;
}
.leg-mt-4 {
  margin-top: 2rem;
  margin-bottom: 4rem;
}
.section-works span
{
  color: #fff;
}
.section-works h2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
  margin-bottom: 25px;
}
#portfolio {
  position: relative;
  padding-bottom: 10px;
  padding-top: 110px;
}
#portfolio .portfolio-list .nav li {
  margin: 0 5px 12px 0;
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 13px;
}
#portfolio .portfolio-list {
  margin-bottom: 30px;
}
.btn-200 {
  margin-top: 0px;
  right: 0px;
}
.section-reachus {
  position: relative;
  padding-bottom: 10px;
  padding-top: 110px;
}
.pd-20 {
  padding-bottom: 20px;
}
.section-footer {
  text-align: unset;
  padding: 20px 0px 50px;
}
.reachus-address {
  float: left;
  position: relative;
  left: 12px;
}
.footer-contact-detail-reach {
  margin-bottom: 10px;
  margin-left: 0px;
  display: flex;
}
.section-client-slider {
  padding: 0px 0 80px 0;
}
.contact-social {
  text-align: center;
}
.portfolio-thumbnail img {
  margin-bottom: 20px;
}
.portfolio-thumbnail {
  display: contents;
}
.bg-images {
  position: absolute;
  top: 0px;
}
.bg-images-1{
  position: absolute;
  top:140px;
}
/* .pt-top-50 {
  margin-top: 80%;
} */
.thankyou
{
    padding: 200px 0 150px 0;
    background: #000;
    position: relative;
    text-align: center;
}
#portfolio .portfolio-container {
  height: auto !important;
}
.portfolio-filters button {
  margin: 0 5px 12px 0;
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 13px;
}
}

/* @media (min-width: 769px) and (max-width: 1024px) {
  .portfolio-thumbnail img {
    max-width: 45%;
    margin-right: 18px;
    border-radius: 30px;
}
} */
@media (min-width: 1200px) {
  .container {
    max-width: 1140px ;
  }
}