html{
    scroll-behavior: smooth;
}
body{
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.8px;
}
.bg-dark{
    background-color: #252525 !important;
}
.bg-default{
    background-color: #806A50 !important;
}
p{
    margin-bottom: 5px;
    line-height: 2.2em;
    font-size: 12px;
    color: #666666;
    font-weight: 400;
}
.mt-30{
    margin-top: 30px;
}
.mt-50{
    margin-top: 50px;
}
.pt-30{
    padding-top: 30px;
}
.pt-50{
    padding-top: 50px;
}
.pl-15{
    padding-left: 15px;
}
.pr-15{
    padding-right: 15px;
}
.ml-15{
    margin-left: 15px;
}
.mr-15{
    margin-right: 15px;
}
.pad-0{
    padding: 0 !important;
}
.padr-0{
    padding-right: 0 !important;
}
.padl-0{
    padding-left: 0 !important;
}
.row{
    margin: 0 !important;
}
.main__strip .bottom__hoptions{
    padding-bottom:15px;
}
.main__strip .bottom__hoptions .tg-btnregular{
    padding: 15px 30px !important;
}
.wid-50{
    width: 50%;
    float: left;
    padding: 0px 15px;
}
.wid-33{
    width: 33.33%;
    float: left;
    padding: 0px 15px;
}
.text-uppercase{
    text-transform: uppercase;
}
.default-color1{
    color: #A68B6B;
}
.default-color2{
    color: #806A50 ;
}
.owl-dots{
    display: none;
}
.tg-btnregular.tg-active{
    border-color: #A68B6B;
    background: #A68B6B;
    color: #fff !important;  
}
.col-md-3{
    width: 25%;
    padding: 0px 15px;
    float: left;
}
.tg-btnregular.tg-active:hover{
    background-color: #0C0C0C !important;
    border-color: #0C0C0C !important;
}
.tg-btnregular:hover{
    background-color: #A68B6B !important;
    border-color: #A68B6B !important;
    color: #fff !important;
}
ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.mar-auto{
    margin: 0 auto;
}
.tg-btnregular{
    color: #fff;
    padding: 15px 30px !important;
    background: #0C0C0C;
    position: relative;
    text-align: center;
    border-radius: 25px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #0C0C0C;
    text-transform: capitalize;
    transition: all 300ms ease-in-out;
    font-weight: 400;
    font-size: 13px;
    
}
a,a:hover{
    text-decoration: none;
}
.head1{
    color: #363636 !important;
    font-weight: 700;
    font-size: 25px;
    position: relative;
}
.sticky-header {
    width: 100%;
    z-index: 9999;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    position: fixed !important;
    width: 100%;
    margin: 0 auto;
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    transition: height 0.4s;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    z-index: 9998;
    background-color: #fff;
    animation: smoothScroll 1s forwards;
    top: 0;
}
.middle__options ul.navbar-nav{
    width: max-content;
}
.common__form .form-control{
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #e3ddd7;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    height: 40px;
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border-radius: 0px;
}
.common__form .form-control:focus {
    border-color: #dad2cb;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(220,213,206,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(220,213,206,.6);
}
.common__form ::-webkit-input-placeholder { /* Edge */
  color: #e3ddd7 !important;
    font-size: 12px !important;
}

.common__form :-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #e3ddd7 !important;
     font-size: 12px !important;
}

.common__form ::placeholder {
  color: #e3ddd7 !important;
     font-size: 12px !important;
} 
.common__form textarea.form-control{
    height: 100px;
}
/*-------============================
             header
======================--------------*/
.top__strip{
    padding: 2px 0;
}
.welcome-board a{
    font-size: 11.5px;
    letter-spacing: 0.8px;
}
.language__option a{
    background-color: #A68B6B;
    border-radius: 2px;
}
.top__options a{
    font-size: 11.5px;
    color: #fff;
    padding: 2px;
}
.navbar-dark .navbar-nav .nav-link{
    color: #fff;
}
.language__option{
    border-right: 1px solid #fff;
    padding-right: 20px;
}

.social__icon{
    padding: 0px 5px 0px 10px;
}

.middle__options a{
    color: #000 !important;
}
.logo img{
    height: 70px;
}
.header__contact .media img{
    height: 10px;  
}
li.nav-item.header__contact .nav-link{
    padding-bottom: 0;
}
.contact__icon{
    height: 25px;
    width: 25px;
    border: 1px solid #A68B6B;
    text-align: center;
    border-radius: 50%;
    line-height: 20px;  
}
.header__contact .media-body h4{
    font-size: 13px;
}
.header__contact .media-body p{
    font-size: 11.8px;
    margin-bottom: 0;
}
.bottom__hoptions a{
    font-size: 11.8px;
} 
.bottom__strip{
    padding: 0;
    transition: all 0.5s ease;
     
}
.bottom__strip .container{
   position: relative;
}
.bottom__hoptions li:not(:first-child){
    margin: 0px 15px;
}
.bottom__hoptions li.nav-item a{
    padding: 12px !important;
}
.bottom__strip.sticky-header .bottom__hoptions li.nav-item a{
    padding: 20px 15px !important;
}
.bottom__strip.sticky-header .tg-formsearch .form-control {
    border: 0;
    height: 57px;
    padding: 10px 10px 10px 42px;
    font-size: 12px;
    line-height: 48px;
    border-radius: 0;
}
.bottom__strip.sticky-header .tg-formsearch .tg-btnsearch{
    top: 24%;
}
.bottom__strip.sticky-header .tg-formsearch:before{
    top: 20px;
}

.bottom__hoptions li.nav-item.active a{
    background-color:#00000038;
}
.bottom__hoptions li.nav-item:hover a{
    background-color:#00000038;
    -webkit-transition: all 500ms ease;
    color: #fff !important;
}
a.nav-link.tg-btnregular.tg-active{
    font-size: 11px !important;
}

/*--------========search=======--------*/

.tg-searchbox {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    transition: all 300ms ease-in-out;
}
.hide{
    opacity:0;
    transition: all 300ms ease-in-out;
    visibility: hidden;
}
.tg-searchbox.hide .tg-formsearch .form-control{
    height: 0;
}
.tg-formtheme {
    width: 100%;
    float: left;
}
.tg-formsearch {
    padding:0;
    position: relative;
}
.tg-formsearch:before {
    top: 12px;
    left: 15px;
    content: "\f002";
    color: #000;
    font-size: 160px;
    line-height: 160px;
    position: absolute;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.tg-formtheme fieldset {
    width: 100%;
    float: left;
    margin: 0;
    border: 0;
    padding: 0;
}
.tg-formsearch .form-control {
    border: 0;
    height: 40px;
    padding: 10px 10px 10px 42px;
    font-size: 12px;
    line-height: 48px;
    border-radius: 0;
}
.tg-formsearch .form-control:focus{
    border: none;
    outline: none;
    box-shadow: none;
}
.tg-btnsearch{
    background: #252525 !important;
}
.tg-formsearch .tg-btnsearch {
    top:15%;
    right: 15px;
    color: #fff;
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    margin: 0px 0 0;
    border-radius: 50%;
    position: absolute;
    text-align: center;
}


/*----------=============================
                 banners
===========================-----------*/




.banners .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2525258a;
}

.hero-slider {
  width: 100%;
  height: 80vh;
  overflow: hidden;
}
.hero-slider .carousel-cell {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.hero-slider .carousel-cell .slide-content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15%;
    width: 65%;
}
.hero-slider .carousel-cell .slide-content .title {
  position: relative;
  font-size: 2.8rem;
  text-transform: capitalize;
    font-weight: 800;
  color: #ffffff;
}
.hero-slider .carousel-cell .slide-content .caption {
  font-size: 1rem;
  color: #ffffff;
  margin-bottom: 30px;
    width: 90%;
}

.hero-slider .carousel-cell .slide-content .btn:hover {
  background: #fff;
  color: #000;
  transition: all .2s ease;
}
.hero-slider .flickity-prev-next-button {
  width: 80px;
  height: 80px;
  background: transparent;
}
.hero-slider .flickity-prev-next-button:hover {
  background: transparent;
}
.hero-slider .flickity-prev-next-button .arrow {
  fill: white;
}
.hero-slider .flickity-page-dots {
  bottom: 30px;
}
.hero-slider .flickity-page-dots .dot {
  width: 30px;
  height: 4px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  border: 0 solid white;
  border-radius: 0;
}
.hero-slider .flickity-page-dots .dot.is-selected {
  background: #ff0000;
  border: 0 solid #ff0000;
}

/* --------------------------------
Masking
-------------------------------- */
.slide-content .title,
.slide-content .caption,
.slide-content .btn {
  position: relative;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.slide-content.mask .mask {
  position: relative;
  overflow: hidden;
}
.slide-content.mask .title {
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
  -webkit-animation-name: slide-up;
          animation-name: slide-up;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  opacity: 1;
}
.slide-content.mask .divider {
  display: inline-block;
  position: relative;
  margin: 5px auto;
  height: 2px;
  width: 60%;
  background-color: #ffffff;
  -webkit-animation: divider-mask 1s 0.3s both;
          animation: divider-mask 1s 0.3s both;
}
.slide-content.mask .caption,
.slide-content.mask .btn {
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
  -webkit-animation-name: slide-down;
          animation-name: slide-down;
}

@-webkit-keyframes slide-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes slide-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes divider-mask {
  0%,
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  40%,
  60% {
    -webkit-transform: scaleX(1);
  }
}
@keyframes divider-mask {
  0%,
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  40%,
  60% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
    
    
    .banner__btns .tg-btnregular{
       font-size: 13px;
    letter-spacing: 1px;
    }
.flickity-page-dots{
    display: none;
}

.flickity-prev-next-button svg {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 50%;
    height: 50%;
    border: 2px solid #fff;
    padding: 15px;
    border-radius: 50%;
}

/*----------=============================
                 GET-CONSULT
===========================-----------*/

.get__consultation{
    background-color:#0C0C0C;
    padding: 50px 0px;
}
.our__advice h3{
    font-size: 22px;
}
.our__advice p{
    margin: 0;
    font-size: 13px;
}
.consult__btn .tg-btnregular{
    font-weight: 600;
    font-size: 12px;
    background-color: #BB976D;
    border-color: #BB976D;
}
.consult__btn .tg-btnregular.tg-active:hover{
    background-color: #fff !important;
    border-color: #fff !important;
    color: #BB976D !important;
}

/*----------=============================
                 ABOUT-SECTION
===========================-----------*/

.about__section{
    padding: 50px 0px;
}
.about__img img{
    width: 100%;
    height: 282px;
}
.head1::after{
    content: "";
    position: absolute;
    background-color: #BB976D !important;
    height: 3px;
    width: 60px;
    bottom: -15px;
    left: 0;
}


/*----------=============================
                main-services
===========================-----------*/

.main__services{
    padding-bottom: 50px;
}
.service__box{
    position: relative;
    margin-bottom: 30px
}

.service__box .inner-box{
    position: relative;
    display: block;
    overflow: hidden;
}
.overlay-box{
    cursor:pointer;
}

.service__box .image-box img {
    display: block;
    width: 100%;
    height: 270px;
}
.service__box:hover .overlay-box {
    top: 0px;
}
.service__box .overlay-box {
    position: absolute;
    left: 0px;
    top: -100%;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(187, 151, 109, 0.89);
    transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
}
.service__box:hover .service__detail {
    opacity: 0;
    transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;

}

.service__box .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    display: table;
    padding: 10px 15px;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.service__box .overlay-content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.service__box .overlay-inner .category {
    position: relative;
    line-height: 1.7em;
    margin-bottom: 7px;
}

.service__box .overlay-inner .category a,.service__box .overlay-inner .category span {
    position: relative;
    color: #0C0C0C !important;
    text-transform: capitalize;
    font-weight: 700;
    
}

.service__box .overlay-inner h4 {
    position: relative;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 12px;
}
.service__box .overlay-inner h4 a {
    color: #ffffff;
}
.image-box{
    position: relative;
}
.service__detail{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(187, 151, 109);
     transition: opacity 700ms ease-in-out;
  -moz-transition: opacity 700ms ease-in-out;
  -webkit-transition: opacity 700ms ease-in-out;
}
.service__detail h4{
    color: #ffffff;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 18px;
    padding-top: 18px;
    text-align: center;
    margin: 0;
    letter-spacing: 1px;
}
figure{
    margin: 0;
}
.service__box .overlay-inner h4:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: 0px;
    width:  30px;
    border-bottom: 2px solid #ffffff;
}

.common__nav .owl-nav{
    display: block !important;
    position: absolute;
    top: -80px;
    right: 0;
}

.common__nav .owl-nav button span {
    padding: 5px 20px;
    background-color: #806A50;
    border-radius: 3px;
    font-size: 25px;
    color: #fff;
}
.common__nav .owl-nav button:focus{
    border:none;
    outline: none;
    box-shadow: none;
}


/*----------=============================
              EXPERIENCE
===========================-----------*/

.experience__section{
    padding: 75px 0px;
    background-color: #181818;
}
.e__count{
    font-size: 45px;
    margin-bottom: 0;
}
.e__para{
    font-size: 13px;
    margin:0;
}
.experience__wrapper .media img{
    height: 40px;
}



/*----------=============================
            OUR-TEAM
===========================-----------*/

.our__team{
    padding: 50px 0px 20px 0px;
}
.team-member {
    position: relative;
    text-align: center;
    min-height: 461px;
}

.team-member .inner-box {
    position: relative;
    display: block;
}
.team-member .image-box {
    position: relative;
    display: block;
}
.team-member .image-box:before {
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 50px;
    position: absolute;
    z-index: 1;
    background: rgba(0,0,0,0.50);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0),rgba(0,0,0,0.80));
    background: -ms-linear-gradient(top, rgba(0,0,0,0),rgba(0,0,0,0.80));
    background: -o-linear-gradient(top, rgba(0,0,0,0),rgba(0,0,0,0.80));
    background: -moz-linear-gradient(top, rgba(0,0,0,0),rgba(0,0,0,0.80));
    opacity: 0;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none;
}
.team-member .image-box img {
    position: relative;
    display: block;
    width: 100%;
}

.team-member .image-box .social-links {
    position: absolute;
    left: 0px;
    bottom: 10px;
    padding: 10px;
    text-align: center;
    width: 100%;
    z-index: 2;
    opacity: 0;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.team__wrapper{
    width: 100%;
}
.team-member .image-box .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 10px;
}
.team-member .image-box .social-links li a {
    position: relative;
    display: block;
    line-height: 24px;
    color: #cccccc;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.team-member .lower-content {
    position: relative;
    padding-top: 20px;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
     height: 130px;
}
.team-member .lower-content h4 {
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #333333;
    line-height: 1.6em;
    margin-bottom: 2px;
}
.team-member .lower-content h4 a {
    color: #333333;
}
.team-member .lower-content .designation {
    position: relative;
    font-size: 11.8px;
    line-height: 1.8em;
    text-transform: capitalize;
}
.team-member:hover .image-box:before, .team-member:hover .image-box .social-links {
    opacity: 1;
}
.team-member:hover .lower-content{
    background-color: #181818;
    margin-top: -50px;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    color: #fff !important;
   
}
.team-member:hover .lower-content h4 a{
    color: #fff !important;
}
.team-member .social-links li a:hover{
    color: #BB976D;
}
.team_img img{
    width: 100%;
}


/*----------=============================
           REQUEST-BUSINESS
===========================-----------*/

.request__section{
    padding: 100px 0px;
    background: linear-gradient(rgba(0, 0, 0, 0.75),rgba(0, 0, 0, 0.75)),url(../images/BG.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.request__section .our__advice h3 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.request__section .our__advice p {
    margin: 0;
    font-size: 18px;
    letter-spacing: 1px;
}
.request__section .consult__btn .tg-btnregular{
    padding: 15px 36px !important;
    position: relative;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    vertical-align: middle;
    text-transform: capitalize;
    transition: all 300ms ease-in-out;
    font-weight: 600;
    font-size: 16px;
    margin: 0 auto;
    display: table;
    
}
.request__section .container{
    width: 75%;
}

/*----------=============================
              JOIN-TEAM
===========================-----------*/

.join__team{
    padding-top:50px;
}
.pre__head{
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: capitalize;
    margin-bottom: 8px;
    width: 100%;
}
.join__team .row{
    padding-left: 120px;
}
.join__team .head1 {
    color: #363636 !important;
    font-size: 18px;
    position: relative;
    font-weight: 600;
}

.join__team .head1::after {
    bottom: -25px;
    left: 0;
}
.join__img img{
    width: 100%;
}

/*----------=============================
                FOOTER
===========================-----------*/

.footer__section{
    padding: 30px 0px 15px 0px;
    background-color: #232323;
}
.footer__head{
    font-size: 15px;
    position: relative;
    margin-bottom: 20px;
}

.footer__logo img{
    height: 100px;
}
.footer__about p{
    font-size: 11px;
    line-height: 24px;
    color: #ffffffd1;
    margin-top: 10px;
}
.menu__list li{
    padding-bottom: 8px;
}
.menu__list li a{
    color: rgba(255, 255, 255, 0.81);
    font-size: 11px;
    word-break: break-word;
}
.contact__ul li{
    position: relative;
}
.contact__ul li.address{
    padding-left: 30px;
}
.contact__ul li .li__icon{
    position: absolute;
    left: 0;
    top: 5px;
}
.contact__ul li .li__icon img{
    height: 12px;
}
.newsletter__form .input-group{
    border: none;
}
.newsletter__form .input-group-text{
    font-size: 9px;
    padding: 10px 8px;
    background-color: #BB976D;
    color: #fff;
    border-color: #BB976D;
}
.newsletter__form .form-control{
    background-color: transparent;
    border-right: 0;
    color: #fff;
    font-size: 10px;
    padding: 8px 8px;
    height: auto;
    border-radius: 0;
    border-color:#ffffff69;
}
.newsletter__form .form-control:focus{
    box-shadow: none;
    border-color: #fff;
    outline: none;
}

.newsletter__form ::-webkit-input-placeholder { /* Edge */
  color: #fff !important;
    font-size: 11px !important;
}

.newsletter__form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff !important;
     font-size: 11px !important;
}

.newsletter__form ::placeholder {
  color: #fff !important;
     font-size: 11px !important;
}
.newsletter p{
    font-size: 11px;
    line-height: 20px;
    color: #ffffffd1;
    margin-top: 10px;
}
.fsocial__list{
    margin-top: 15px;
    display: flex;
}
.fsocial__list li a img{
    height: 30px;
}
.fsocial__list li{
    margin-right: 15px;
}


/*----------=============================
                COPYRIGHT
===========================-----------*/

.copyright__section{
    padding: 15px 0px;
    background-color: #1C1C1C;
}
.copyright p{
    font-size: 11px;
    line-height: 24px;
    margin:0px;
}
.go__top img{
    height: 25px;
    float: right;
    padding-top: 10px;
}






section.banners.hero-slider .carousel-cell .slide-content{
    position:absolute;
    z-index: 9999;
    top: 45%;
}
.banners .owl-nav {
    display: block !important;
    top: 40%;
    z-index: 999;
    width: 100%;
    position: absolute;
}
.banners .owl-prev {
    left: 15px;
    position: absolute;
}
.banners .owl-next{
    right: 15px;
    position: absolute;
}
.banners .owl-nav button span{
    height: 40px;
    width: 40px;
    line-height: 35px;
    color: #fff;
    border:2px solid #fff;
    border-radius: 50%;
    display: block;
    font-size: 28px;
    transition: all 300ms ease-in-out;
}
.banners .owl-nav button span:hover{
    background-color: #BB976D;
    border-color: #BB976D;
}
.banners .owl-nav button:focus{
    outline: none;
    box-shadow: none;
}
.banners .owl-nav button:hover{ 
    background-color: transparent !important;
}
.banner__div:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(37, 37, 37, 0.51);
}








/*----------====================================================================================================
                                                 INNER -- PAGES
=====================================================================================================-----------*/



/*----------=============================
                ABOUT BANNER
===========================-----------*/

.about__banner{
    padding: 80px 0px;
    background: linear-gradient(rgba(0, 0, 0, 0.75),rgba(0, 0, 0, 0.75)),url(../images/BG.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
.banner__content{
    width: 100%;
}
.banner__content h2{
    font-size: 2.8rem;
    font-weight: 800;
    color: #fff;
    text-transform: capitalize;
}
.banner__content .breadcrumb {
    background-color: transparent;
    padding: 0;
    display: inline-flex;
}
.banner__content .breadcrumb li {
    font-size: 15px;
    color:#A68B6B;
    margin-right: 5px;
}
.banner__content .breadcrumb li a {
    color: #fff;
}
.banner__content .breadcrumb > li + li:before {
    font-family: "FontAwesome";
    content: "\f105";
    color: #fff;
    margin-right: 5px;
}

/*----------=============================
                ABOUT US
===========================-----------*/
.about__us{
    padding:50px 0px;
}
.about__us .about__img img {
    width: 100%;
    height: auto;
}
.head2{
    color: #363636 !important;
    font-weight: 700;
    font-size: 22px;
    position: relative;
}
.about__us2{
    background-color:#f5f5f5!important;
    
}
.default__padding{
    padding: 50px 0px;
}
.about2__img img{
    width: 100%;
}
.about__content.default__style{
    padding-right: 100px;
}


/*----------=============================
                AVAILABLE SECTION
===========================-----------*/

.avaliable__section{
    padding: 50px 0px;
}
.available__map img{
    width: 100%;
}


/*----------=============================
          ABOUT VERSION2
===========================-----------*/


    /*-------====================
              ABOUT US
    ====================-----------*/
    .aboutv2__box{
        background-color: #806A50;
        padding: 60px 50px 34px 50px;
    color: #ffffff;
    overflow: hidden;
    min-height: 259px;
    
    }
    .pt-30{
        padding-top:30px;
    }
    .aboutv2__box.box2{
        background-color: #BB976D !important;
    }
    .aboutv2__box.box2 .head1::after {

    background-color:#806A50!important;

}
    
    .about__v2 .aboutv2__box .pre__head {
    font-size: 36px;
}
    .about__v2 .aboutv2__box .head1 {
    font-weight: 700;
    font-size: 18px;
    position: relative;
}
    .head1::after {
    content: "";
    position: absolute;
    background-color: #BB976D !important;
    height: 3px;
    width: 60px;
    bottom: -20px;
    left: 0;
}
    h4.head1.text-white{
        color: #fff !important;
    }
    .aboutv2__box{
        position: relative;
    }
    .about__icon{
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .about__icon img{
        opacity: 0.1;
        height: 150px;
    }
    
    /*-------====================
              WHY CHOOSE
    ====================-----------*/
    
    .why__choose{
        padding-bottom:50px;
    }
    .choose__div .media img{
        height: 50px;
    }
    .choose__div .media-body h4 {
    font-size: 20px;
    color: #363636 !important;
    text-transform: capitalize;
    font-weight: 700;
}
.choose__div .media{
    width: fit-content;
    margin: 0 auto;
}






/*----------=================================================
                          SERVICES PAGE
===================================================-----------*/

.services__banner{
    background: linear-gradient(rgba(0, 0, 0, 0.75),rgba(0, 0, 0, 0.75)),url(../images/banner-services.png);
}




/*----------=============================
               SERVICES SECTION
===========================-----------*/

.services__page{
  padding: 50px 0px;
}

/*----------=================================================
                          TEAM PAGE
===================================================-----------*/

.team__banner{
    background: linear-gradient(rgba(0, 0, 0, 0.25),rgba(0, 0, 0, 0.25)),url(../images/banner-team.jpg);
    background-position: bottom;
}
.team_designations {
    background-color: ;
    padding:30px;
    height: 100%;
    background-color: #232323;
}.team_designations .table{
    margin:0;
    height: 100%;
}
.team_designations .inner_designations{
    border:1px solid rgba(187, 151, 109, 0.51);
    height:100%;
}
.team_designations .table td {
    font-size: 13px;
    text-align: center;
    letter-spacing: 0.5px;
    color:#fff;
    padding: 18px;
}
.team_designations .table tr:not(:last-child){
    border-bottom:1px solid rgba(187, 151, 109, 0.05);
}






/*----------=================================================
                          CAREER PAGE
===================================================-----------*/

.careers__banner{
    background: linear-gradient(rgba(0, 0, 0, 0.75),rgba(0, 0, 0, 0.75)),url(../images/banner-career.jpg);
}


/*----------=============================
               CAREER SECTION
===========================-----------*/

.career__page.join__team .row {
    padding-left:0px;
}
.join__team .join__box p{
    font-size: 16px;
}
.career__page{
    padding-bottom: 50px;
}
.apply__page{
    padding-top: 30px !important;
    padding-right: 30px !important;
    padding-bottom: 30px !important;
    padding-left: 30px !important;
    background-color: #f7f7f7 !important;
    overflow: hidden;
}
.submit__form .tg-btnregular{
    float: right;
}

/*------------============file-upload===========---------*/

.file-upload{display:block;text-align:center;font-size: 12px;}
.file-upload .file-select{display:block;border: 1px solid #e3ddd7;color: #34495e;cursor:pointer;height:40px;line-height:40px;text-align:left;background:#FFFFFF;overflow:hidden;position:relative;}
.file-upload .file-select .file-select-button{background:#BB976D;padding:0 10px;display:inline-block;height:40px;line-height:40px;color:#fff}
.file-upload .file-select .file-select-name{line-height:40px;display:inline-block;padding:0 10px;}
.file-upload .file-select:hover{border-color:#34495e;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload .file-select:hover .file-select-button{background:#34495e;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload.active .file-select{border-color:#3fa46a;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload.active .file-select .file-select-button{background:#3fa46a;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload .file-select input[type=file]{z-index:100;cursor:pointer;position:absolute;height:100%;width:100%;top:0;left:0;opacity:0;filter:alpha(opacity=0);}
.file-upload .file-select.file-select-disabled{opacity:0.65;}
.file-upload .file-select.file-select-disabled:hover{cursor:default;display:block;border: 2px solid #dce4ec;color: #34495e;cursor:pointer;height:40px;line-height:40px;margin-top:5px;text-align:left;background:#FFFFFF;overflow:hidden;position:relative;}
.file-upload .file-select.file-select-disabled:hover .file-select-button{background:#dce4ec;color:#666666;padding:0 10px;display:inline-block;height:40px;line-height:40px;}
.file-upload .file-select.file-select-disabled:hover .file-select-name{line-height:40px;display:inline-block;padding:0 10px;}



/*----------=================================================
                         CONTACT US PAGE
===================================================-----------*/



/*----------=============================
           CONTACT MAP
===========================-----------*/

.our__office{
    background-color:#232323;
    padding: 50px 50px 40px 50px;
    color: #ffffff;
    overflow: hidden;
    height: 260px;
}
.con__map{
    height: 260px;
}


/*----------=============================
           CONTACT BOXES
===========================-----------*/

.contact__boxes{
    background-color: #f7f7f7 !important;
    padding: 50px 0px;
}
.con__box .media img{
    height: 38px;
}
.con__box .media-body h4{
    margin-bottom: 10px !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    color: #333;
}
.con__box .media{
    margin: 0 auto;
    display: flex;
    width: fit-content;
}

.con__box .media-body p{
    font-size: 11.8px;
    font-weight: 400;
    color: #777777;
    margin-bottom: 0;
    line-height: 20px;
   
}

/*----------=============================
             GET IN TOUCH
===========================-----------*/

.get__in__touch{
    padding: 50px 0px;
}
.get__in__touch .container{
    width: 80%;
    margin: 0 auto;
}
.contactt__form{
    width: 100%;
}


/*----------=============================
             GET A QUOTE
===========================-----------*/

.quote__banner{
    background: linear-gradient(rgba(0, 0, 0, 0.75),rgba(0, 0, 0, 0.75)),url(../images/banner-quote.jpg);
    background-position: bottom;
}
.get__quote{
    background-color: #f7f7f7;
}
.get__quote .container{
    width: 70%;
}
.add__ress{
    color: #363636 !important;
    font-weight: 700;
    font-size: 15px;
}
.get__quote a.tg-btnregular.tg-active.btn{
    padding: 0 76px !important;
    position: relative;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    vertical-align: middle;
    text-transform: capitalize;
    transition: all 300ms ease-in-out;
    font: 600 16px/62px 'Poppins', sans-serif;
}


#forms .file-select label.error {
    color: red !important;
    position: absolute;
    bottom: auto;
    right: 10px;
    top: 0px;
    font-size: 12px;
    font-size: 12px;
    font-weight: 600;
}
.blog_list{
    padding:50px 0;
}
.single_blog{
    padding:15px;
    background-color:#ffffff;
    
}
.single_blog h3 a{
    color:#000000;
    font-size:30px;
    font-weight:800;
}
.single_blog h3{
    margin-bottom:15px;
}
.single_blog p{
    font-size:15px;
}
.single_media img{
    width:225px;
    float: right;
    order: 2;
}
.single_media .media-body{
    float: left;
    order: 1;
}
.single_media .media-body p{
    font-size:13px;
    line-height:22px;
}
.single_media{
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0,0,0,0.25);
    margin-bottom:15px;
    
}
.single_blog{
    box-shadow: 0 0px 2px rgba(0, 0, 0, .16), 0 1px 2px rgba(0, 0, 0, .23);
    margin-bottom:25px;
}
.topics p{
    font-size:12px;
    margin-bottom:0;
}
.popular_filter ul{
    border-bottom:1px solid rgba(0,0,0,0.25);
}
.popular_filter ul li{
    border:none;
}
.popular_filter ul li a{
    color:#000000;
    font-size:14px;
    border-left:none !important;
    border-top:none !important;
    border-right:none !important;
    border-bottom:4px solid transparent !important;
    font-weight:600;
}
.popular_filter ul li a.active{
    border-bottom-color:#A68B6B !important;
    color:#A68B6B !important;
}
.blog_pagination li{
    margin:5px;
}
.blog_pagination .page-link{
        border: none;
    border-radius: 25px !important;
    background-color: #232323;
    color: #ffffff;
    font-size: 11px;
    padding: 12.5px 30px;
}
.popular_list a{
        width: 100%;
    display: block;
    padding: 15px 0;
    font-size: 14px;
    color: #000000;
    font-weight: 600;
}
.popular_list a:not(:last-child){
    border-bottom:1px solid rgba(0,0,0,0.25);
}


/*---------===========================================
                      internet-explorer
===================================-------------*/

/*@media screen and (min-width:0px) and (min-resolution:72dpi), */
.middle__options .navbar-nav .nav-item:not(:last-child) {
    width: 290px;
}
.nuans-page{
  margin-top: 50px;
   margin-bottom: 50px;
}