:root {
  --font-primary:'Lobster Two', cursive;
  --font-secondary: "Poppins", sans-serif;
  --font-mainhead:'Playball', cursive;
}

:root {
  --color-default: #2a2a2a;
  --color-primary: #fff;
  --color-secondary: #666;
  --color-tealtxt: #00b5a6;
}

:root {
  scroll-behavior: smooth;
}

html {
  scroll-behavior: smooth;
}

/* Body
----------------------------------------------------------*/
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #666;
  font-size: 14px;
  font-family: 'Open Sans', Arial, sans-serif;
  word-wrap: break-word;
  overflow-x: hidden;
}

:focus {
  outline: none;
}

/*-----------------# General-----------------------------*/
body {
  font-family: var(--font-default);
  color: var(--color-default);
}

a {
  color: var(--color-tealtxt);
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: var(--color-tealtxt);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
  margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
}

.clr-pad {
  padding: 0px 0px;
  !important;
}

.clr-pad1 {
  padding: 1px 1px;
  !important;
}

.sections-bg {
  background-color: #f6f6f6;
}

.Nbullet {
  color: #000;
  font-weight: bold;
}

.main-heading {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  margin: 0 0 30px;
  position: relative;
  z-index: 1;
}

.main-heading:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 50%;
  top: auto;
  bottom: 0;
  right: auto;
  transform: translateX(-50%);
  width: 70px;
  height: 4px;
}

.page-header {
  position: relative;
  min-height: 270px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-color: teal;
}

.page-header h3 {
  font-weight: 700;
  font-family: var(--font-primary);
  color: var(--color-primary);
  text-transform: capitalize;
  font-size: 28px;
  line-height: 35px;
}

.page-title p {
  font-weight: normal;
  font-family: var(--font-primary);
  color: var(--color-primary);
  font-size: 14px;
  margin: 0px 0px 10px 0px;
}
.p-none{
  display: none;
}
.gn-heading {
  font-family: var(--font-primary);
  color: var(--color-default);
  font-size: 22px;
  color: #2a2a2a;
  font-weight: 800;
  margin: 0px 0px 10px 0px;
}

.gn-txt {
  font-family: var(--font-primary);
  color: var(--color-secondary);
  margin: 0px 0px 10px 0px;
  font-weight: normal;
  font-size: 14px;
  text-align: justify;
}

.tl-btn-more {
  padding: 15px 20px;
  background-color: #fff;
  border: none;
  color: var(--color-secondary);
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 500;
  min-width: 170px;
  margin: 0px 0px 10px 0px;
  text-transform: capitalize;
  text-align: center;
}
.basic-btn{
  font-family: var(--font-primary);
  font-size: 14px;
  width: 200px;
  padding: 15px 20px;
  text-transform: capitalize;
  color: #fff;
  border: solid 2px #00B5A6;
  margin: 0px 0px 10px 0px;
  transition: all 0.25s linear;
  background-color: #00B5A6;
  border-radius: 0px;
}
.basic-btn:hover{
  background: none;
  border: solid 2px #00B5A6;
  color: #00B5A6;

}

/*---------------------------------
        top page banner section
---------------------------------*/
.about-bg {
  background-image: url('../images/banner/01.jpg');
  background-repeat: no-repeat;
  height: 350px;
}
.services-bg {
  background-image: url('../images/banner/02.jpg');
  background-repeat: no-repeat;
  height: 350px;
}
.contact-bg{
  background-image: url('../images/banner/03.jpg');
  background-repeat: no-repeat;
  height: 350px;
}
.gallery-bg {
  background-image: url('../images/banner/06.jpg');
  background-repeat: no-repeat;
  height: 350px;
}
.bg-overlay {
  position: absolute;
  content: '';
  background-color: rgba(0, 38, 51, .8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*---------------------------------
  #common css
---------------------------------*/

.clr-section {
  padding: 0px 0px;
}
.section-header {
  text-align: center;
  padding-bottom: 40px;
}

.section-header h2 {
  font-size: 32px;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 10px 0px;
  position: relative;
  font-weight: bold;
  font-family: var(--font-primary);
}

.section-header p {
  margin: 0px auto 10px auto;
  font-size: 12px;
  font-family: var(--font-primary);
  font-weight: 400;
  max-width: 900px;
}

.section-header li {
  color: var(--color-primary);
  margin: 0px auto;
  font-size: 12px;
  font-family: var(--font-primary);
  font-weight: 400;
  list-style-type: none;
}

.page-h2 {
  font-size: 32px;
  font-weight: 600;
  margin: 0px 0px 25px 0px;
  color: #fff;
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  font-family: var(--font-primary);
  text-align: center;
}

.txt-wt {
  color: #fff !important
}

.sec-heads {
  font-family: var(--font-primary);
  font-size: 32px;
  text-align: left;
  color: #fff;
  margin: 0px 0px 20px;
}

/*---------------------------------
        navbar section
---------------------------------*/
.top-header {
  background: linear-gradient(90deg, rgb(183 156 16) 0%, rgb(0 0 0) 100%);
  align-items: center;
  padding: 5px 0px;
}

.mail-icon a {
  font-family: var(--font-secondary);
  font-size: 12px;
  color: var(--color-primary) !important;
  list-style-type: none;
  float: left;
  margin: 0px 10px 0px 0px;
}

.mail-icon a span {
  margin: 0px 5px 0px 0px;
}

.top-nav-links {
  float: right;
}

.top-nav-links a {
  font-family: var(--font-secondary);
  font-size: 12px;
  color: var(--color-primary) !important;
  list-style-type: none;
  float: left;
  margin: 0px 10px 0px 0px;
}

.navbar-sec {
  position: sticky;
  width: 100%;
  z-index: 1;
}

.navbar-sec .navbar-brand img {
  width: 200px;
}

.navbar-sec .navbar-light .navbar-toggler {
  border: none !important;
  background-color: #fff;
}

.navbar-sec .navbar-brand img:last-child {
  display: none;
}

.menu-cell a.nav-link {
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 500;
  color: var(--color-default) !important;
  margin: 0px 10px;
  text-transform: capitalize;
}

.menu-cell a.nav-link:hover {
  color: var(--color-secondary) !important;
  font-weight: 500;
}

.menu-hover a {
  position: relative;
}

.menu-hover a:before {
  position: absolute;
  content: '';
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
  top: 25%;
  bottom: 25%;
  left: 0;
  right: 0;
  border-bottom: 3px solid rgb(151 128 9 / 81%);
}
.navbar-sec .nav-item a{
  font-family: var(--font-secondary);
}
.menu-hover a:hover,
.menu-hover .current a {
  color: #ffffff;
}

.menu-hover a:hover:before,
.menu-hover .current a:before {
  opacity: 1;
  top: 0;
  bottom: 0;
}


.link-mob {
  display: none;
}

.btn-now {
  border-radius: 20px;
  padding: 8px 20px;
  background-color: teal;
  border: none;
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 500;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.carousel-fade .carousel-inner .carousel-item {
  opacity: 0;
  transition-property: opacity;
  overflow:hidden;
  position: relative;
}
.carousel-item.active img {
  transition: transform 5000ms linear 0s;
  /* This should be based on your carousel setting. For bs, it should be 5second*/
  transform: scale(1.05, 1.05);
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}


@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .carousel-item.next,
    .carousel-fade .carousel-inner > .carousel-item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .carousel-item.prev,
    .carousel-fade .carousel-inner > .carousel-item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .carousel-item.next.left,
    .carousel-fade .carousel-inner > .carousel-item.prev.right,
    .carousel-fade .carousel-inner > .carousel-item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}
.carousel-fade .carousel-inner .carousel-item::after{
  content:'';
  position: absolute;
  background-image: url('images/icon/dots.png');
  left: 0px;
  top:0px;
  right: 0px;
  bottom: 0px;
  width:100%;
  height: 100%;
  background-repeat: repeat;
  opacity: .1;
  z-index: 9;

}
.carousel-item{
  background: no-repeat center center scroll;
  -webkit-background-size:cover;
  background-size: cover;

} 


/*---------------------------------
        stick btn
---------------------------------*/
.stick-btn {
  position: fixed;
  right: 0px;
  z-index: 99;
  top: 200px;
}

.stick-btn a {
  display: block;
  margin: 0px 0px 10px 0px;
  font-size: 14px;
  color: var(--color-primary) !important;
  font-weight: 600;
  text-align: right;
}

.stick-btnnav {
  background-position: center center;
  background-repeat: no-repeat;
  padding: 5px;
  background-size: cover;
  border-radius: 0px !important;
  border: none;
  width: 36px;
  height: 36px;
}
.get-a-quotes{
  background-color:red;
  color:#fff;
  font-family: var(--font-primary);
  font-weight: 500; 
  width:auto;
  text-transform: capitalize; 
  position: fixed;
  right:0;
  top:150px;
  z-index: 1;
  font-size: 14px!important;
  background: linear-gradient(136deg,#eb004d,#fe3100)!important;
  padding: 10px 20px!important;
  transition-duration: .2s;
  border-radius: 2px!important;
  z-index: 9999;
  min-width: 170px;
  text-align: center;
}
.get-a-quotes:hover{
  background: linear-gradient(136deg,#fe3100,#eb004d)!important;
  color:#fff;
}
.messenger {
  background-image: url('../images/icon/messenger.png');
}

.skype {
  background-image: url('../images/icon/skype.png');
}

.gm-message {
  background-image: url('../images/icon/newsletter.png');
}

/*---------------------------------
        slider section
---------------------------------*/
.slider-banner {
  position: relative;
  display: block;
  z-index: 1;
}

.carousel-caption {
  top: 40%;
  text-align: left;
  font-family: var(--font-primary);
  color:#dd9933;
  left: 10%;
  position: absolute;
  z-index: 99;
}

.carousel-caption h3 {
  color: #f1f1f1;
  font-size: 60px;
  display: block;
  font-weight: bold;
  margin: -50px 0px 10px 0px;
  text-shadow: 0 1px 3px rgb(0 0 0 / 30%);
}
.carousel-caption p {
  font-family: var(--font-secondary);
  font-size: 14px;
  font-weight: 200;
  display: block;
  color: #d4ccbc;
  margin: 0px 0px 20px;
  max-width: 500px;
  text-shadow: 0 1px 3px rgb(0 0 0 / 30%);
}

a.donation {
  font-family: var(--font-secondary);
  background-color: #000000;
  border-radius: none;
  padding: 10px 15px;
  border: none;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  font-weight: 400;
  width: 160px;
  font-size: 16px;
}

/** contact **/
.bgs{
  background: url(../images/bg/01.jpg);
}
.contact {
     background: url(../images/bg/01.jpg);
     padding: 0px 0px 60px 0px;
}

.main_form {
     max-width: 554px;
     width: 100%;
     float: left;
}

.mapimg figure {
     margin: 0;
}

.mapimg figure img {
     width: 100%;
}

label {
     color: #fff;
     font-size: 17px;
     margin-bottom: 20px;
     line-height: 18px;
     font-weight: 600;
}

.main_form .contactus {
     padding: 0px 10px;
     margin-bottom: 20px;
     width: 100%;
     height: 50px;
     background: #fff;
     color: #021626;
     font-size: 17px;
     font-weight: normal;
     border: inherit;
}

.main_form .textarea {
     margin-bottom: 20px;
     width: 100%;
     background: #fff;
     color: #021626;
     font-size: 17px;
     font-weight: normal;
     padding: 12px 15px 10px 15px;
     border: inherit;
     height: 155px;
}

.main_form .send_btn {
     font-size: 18px;
     transition: ease-in all 0.5s;
     background-color: #beab80;
     text-transform: uppercase;
     color: #000000;
     max-width: 193px;
     width: 100%;
     display: block;
     margin-top: 10px !important;
     font-weight: bold;
     height: 53px;
     float: right;
     padding: 11px 0;
}

.main_form .send_btn:hover {
     background-color: #de0000;
     transition: ease-in all 0.5s;
     color: #fff;
}

#request *::placeholder {
     color: #021626;
     opacity: 1;
}


/*--------------------ABOUT SECTION--------------*/
.banner-bg{
  font-family: var(--font-primary);
  font-size: 40px;
  color: #ffff;
  line-height: 10;
  align-items: center!important;
  text-align: center;
}
.abou{
  padding: 0px 0px 60px 0px;
}
.about-pages p{
     font-family: var(--font-secondary);
     margin:0px 0px 10px 0px;
     font-size: 15px;
     
}
.about-pages .abimg img{
  background: url(../images/about/2.png);
     background-position: center;
     background-repeat: no-repeat;
     background-size: 100% 100%;
}
.abou {
     background: url(../images/about/about1.jpg);
     background-position: center;
     background-repeat: no-repeat;
     background-size: 100% 100%;
}
.counter-value{
  text-align: center;
  font-size: 40px;
  align-items: center;
  color: #c79a33;
  font-family: var(--font-mainhead);
}
  #counter i{
  font-size: 40px;
  font-family: var(--font-mainhead);
  color: #c79a33;
}
.about-pages .head-33{
 line-height: 40px;
 font-size: 25px;
}
.about-pages .contact-btn{
  margin: 20px 0px 20px 0px;
}
.top-img{
  width: 63px;
  height: 70px;
}


.section-works{
  padding: 0px 0px 60px 0px;
}
.snip1401 {
  font-family: 'Playfair Display', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
 
  max-height: 220px;
  width: 100%;
  color: #000000;
  text-align: right;
  font-size: 16px;
  background-color: #000000;
}
.snip1401 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1401 img {
  max-width: 100%;
  backface-visibility: hidden;
}
.snip1401 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: 1;
  padding: 30px 0 30px 10px;
  background-color: #ffffff;
  width: 40%;
  -webkit-transform: translateX(150%);
  transform: translateX(150%);
}
.snip1401 figcaption:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 100%;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 120px 120px 120px 0;
  border-color: transparent #ffffff transparent transparent;
}
.snip1401:after {
  position: absolute;
  bottom: 50%;
  right: 40%;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 120px 120px 0 120px;
  border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1401 h3,
.snip1401 p {
  line-height: 1.5em;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  margin: 0;
}
.snip1401 h3 {
  margin: 0 0 5px;
  line-height: 1.1em;
  font-weight: 900;
  font-size: 1.4em;
  opacity: 0.75;
}
.snip1401 p {
  font-size: 0.8em;
}
.snip1401 i {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 30px;
  font-size: 44px;
  color: #ffffff;
  opacity: 0;
}
.snip1401 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.snip1401:hover img,
.snip1401.hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
.snip1401:hover:after,
.snip1401.hover:after,
.snip1401:hover figcaption,
.snip1401.hover figcaption,
.snip1401:hover i,
.snip1401.hover i {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
/*----------------counting section----------*/
.counting-section {
  position: relative;
  background-image: url(../images/bg/02.jpg); 
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
  background-position: center center;
  background-attachment: fixed; 
}
.bg-over-counter {
  background-color: rgba(0,0,0,.56);
  opacity: 1;
  padding: 140px 0px;
}
.counter-box {
  position: relative;
  display: flex;
  align-items: center;
}
.counter-img {
  align-items: center;
  text-align: center;
  width: 70px;
  height: 70px;
  border-radius: 50px;
  border: 2px solid #fff;

}
.counter-img i{
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 70px;
}
.counter-quote h3{
  color: #ffff;
  font-family: var(--font-secondary);
  text-align: left;
  font-size: 22px;
  margin: 0px 0px 0px 20px;
}
.counter-quote p{
  color: #ffff;
  font-family: var(--font-secondary);
  font-size: 18px;
  margin: 0px 0px 0px 20px;
}
/*----------------OUR EVENTS SECTION--------------*/ 
.section-ourevents{
  padding: 60px 0px;
  position: relative;
}
.head-top{
  font-family: var(--font-secondary);
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 50px;
  color: #f3ecdc;
}
.head-bottom {
  position: absolute;
  content: '';
  top: 76px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
.head-bottom{
  font-family: var(--font-mainhead);
  text-align: center;
  font-weight: 400;
  font-size: 48px;
  line-height: 55px;
  color: #000000;
}
.paragraph{
  font-family: var(--font-secondary);
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #54595F;
  margin: 30px 0px 0px 0px;
}
.section-ournews{
  padding: 60px 0px;
  position: relative;
}
.sec-ournews{
  padding: 0px 0px 60px 0px;
  position: relative;
}
.snip1295 {
  position: relative;
  overflow: hidden;
  margin: 7px;
  padding: 6px;
  width: 100%;
  box-shadow: none !important;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
}
.snip1295 img {
  max-width: 100%;
  vertical-align: top;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.snip1295 .border {
  position: absolute;
  opacity: 0.45;
}
.snip1295 .border:before,
.snip1295 .border:after,
.snip1295 .border div:before,
.snip1295 .border div:after {
  background-color: #f5b043;
  position: absolute;
  content: "";
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.snip1295 .border:before,
.snip1295 .border:after {
  width: 0;
  height: 1px;
}
.snip1295 .border div:before,
.snip1295 .border div:after {
  width: 1px;
  height: 0;
}
.snip1295 .border.one {
  left: 0;
  top: 0;
  right: 12px;
  bottom: 12px;
}
.snip1295 .border.one:before,
.snip1295 .border.one div:before {
  left: 0;
  top: 0;
}
.snip1295 .border.one:after,
.snip1295 .border.one div:after {
  bottom: 0;
  right: 0;
}
.snip1295 .border.two {
  left: 12px;
  top: 12px;
  right: 0;
  bottom: 0;
}
.snip1295 .border.two:before,
.snip1295 .border.two div:before {
  right: 0;
  top: 0;
}
.snip1295 .border.two:after,
.snip1295 .border.two div:after {
  bottom: 0;
  left: 0;
}
.snip1295 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.snip1295:hover .border:before,
.snip1295.hover .border:before,
.snip1295:hover .border:after,
.snip1295.hover .border:after {
  width: 100%;
}
.snip1295:hover .border div:before,
.snip1295.hover .border div:before,
.snip1295:hover .border div:after,
.snip1295.hover .border div:after {
  height: 100%;
}
.head-bottoms {
    font-family: var(--font-mainhead);
    text-align: left;
    font-weight: 400;
    font-size: 28px;
    line-height: 70px;
    margin: 0px 0px 0px 20px;
    color: #000000;
}
.snip1295 i{
  margin: 0px 0px 10px 20px;
  font-size: 30px;
  color: #beab80;
}
.snip1295 span{
  font-family: var(--font-secondary);
  margin: 0px 0px 10px 20px;
}
/*----------------CONTACT SECTION-----------------*/  

.section-contact{
  display: block;
  background-color: #262526;
}
.contact-box i{
  color: #6a3269;
}
.contact-box h3{
  font-size: 22px;
  color: #6a3269;
  margin: 0px 0px 10px 0px;
}
.contact-box h1{
  font-size: 34px;
  color: #ffff;
  margin: 0px 0px 20px 0px;
}
.contact-box p{
  font-size: 15px;
  color: #a3a3a3;
  margin: 0px 0px 10px 0px;
}
.contacts{
  display: flex;
  align-items: center;
}
.contacts p{
  color: #ffff;
  font-size: 14px;
  margin: 0px 0px 0px 10px;
}
.contacts{
  color: #ffff;
  font-size: 14px;
  margin: 0px 0px 20px 10px;
}


/*--------------------contact form--------------*/
.section-contact-us{
  padding: 0px 0px 60px 0px;
  position: relative;
}
.contact-form h1{
  font-size: 38px;
  color: #232323;
  font-family: var(--font-secondary);
  margin: 0px 0px 10px 0px;
}
.contact-form p{
  font-size: 14px;
  color: #818181;
  font-family: var(--font-secondary);
  margin: 0px 0px 30px 0px;
}
.contact-form .cntf{
  color: #232323;
  line-height: 2.5;
  font-family: var(--font-secondary);
  margin: 0px 0px 20px 0px;
}



/* CSS */
.contact-btn {
    background-color: #beab80;
    border-radius: 8px;
    border-style: none;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    height: 50px;
    line-height: 23px;
    list-style: none;
    margin: 0;
    outline: none;
    padding: 14px 23px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: color 100ms;
    vertical-align: baseline;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}
.contact-btn:hover,
.contact-btn:focus {
  background-color: #F082AC;
}

/*----------------SERVICE SECTION-----------------*/  
.my-serv{
  position: relative;
  padding: 0px 0px 60px 0px;
}
.snip1361 {
  font-family: var(--font-mainhead);
  position: relative;
  overflow: hidden;
  width: 100%;
  color: #141414;
  text-align: left;
  line-height: 1.4em;
  font-size: 16px;
}   
.snip1361 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1361 img {
  max-width: 100%;
  vertical-align: top;
}
.snip1361 figcaption {
  position: absolute;
  top: calc(70%);
  width: 100%;
  background-color: #ffffff;
  padding: 15px 25px 65px;
}
.snip1361 figcaption:before {
  position: absolute;
  content: '';
  z-index: 2;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: -webkit-linear-gradient(top, transparent 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
}
.snip1361 h3,
.snip1361 p {
  margin: 28px 0px 10px 0px;
}
.snip1361 h3 {
  font-weight: 300;
  font-size: 28px;
  line-height: 0.2em;
  font-family: var(--font-mainhead); 
}
.snip1361 p {
  font-size: 0.9em;
  letter-spacing: 1px;
  opacity: 0.9;
}
.snip1361 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

/*----------------GALLERY SECTION-----------------*/  
.gall{
   background-image: url(../images/bg/01.jpg); 
   padding: 60px 0px 60px 0px;
}
.y{
  color: #ffffff;
}
.image-gallery .image-box:hover .overlay {
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  opacity: 1;
}
.image-gallery .image-box .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(74, 67, 69, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: 1;
}
.my-gallery{
  padding: 0px 0px 60px 0px;
  position: relative;
}
.my-gall{
  margin: 0px 0px 20px 0px;
}
.uu{
  color: #38352d;
}
.section-gallery {
  background-image: url(../images/bg/01.jpg); 
    position: relative;
    padding: 0px 0px 60px 0px;
}
.image-gallery {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding: 0px 10px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-rows: 250px;
  grid-auto-flow: dense;
  grid-gap: 20px;
}

.image-gallery .image-box {
  position: relative;
  background-color: #d7d7d8;
  overflow: hidden;
}

.image-gallery .image-box:nth-child(7n + 1) {
  grid-column: span 2;
  grid-row: span 2;
}

.image-gallery .image-box a {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}

.image-gallery .image-box:hover a {
  transform: scale(1.1);
}

.image-gallery .image-box a .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(74, 67, 69, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: 1;
}

.image-gallery .image-box a:hover .overlay {
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  opacity: 1;
}

.image-gallery .image-box .details {
  text-align: center;
}

.image-gallery .image-box .details .title {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  top: -5px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.image-gallery .image-box .details .category {
  font-size: 18px;
  font-weight: 400;
  position: relative;
  bottom: -5px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.image-gallery .image-box:hover .details .title {
  top: 0px;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s 0.2s ease;
}

.image-gallery .image-box:hover .details .category {
  bottom: 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s 0.2s ease;
}

.image-gallery .image-box .details .title a,
.image-gallery .image-box .details .category a {
  color: #ffff;
  text-decoration: none;
}

/* Let's make it responsive */
@media (max-width: 768px) {
  .image-gallery {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows: 250px;
  }

  .image-gallery .image-box:nth-child(7n + 1) {
    grid-column: unset;
    grid-row: unset;
  }
}
/*----------------CONNECT US SECTION-----------------*/ 
.section-connect{
  padding: 60px 0px;
  position: relative;
}
.head-33{
  font-family: var(--font-mainhead);
  font-weight: 400;
  font-size: 30px;
  line-height: 55px;
  color: #000000;
}
/*----------------footer SECTION-----------------*/ 
.footer-section {
  background: #000000;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
  padding-bottom: 8px !important;
}
.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  font-family: var(--font-secondary);
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  font-family: var(--font-secondary);
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo img {
    max-width: 182px;
    margin: 0px 0px 14px 0px;
}
.footer-text p {
  font-family: var(--font-secondary);
  margin-bottom: 14px;
  font-size: 14px;
  color: #7e7e7e;
  line-height: 21px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg {
  background: #3b5998;
}
.twitter-bg {
  background: #55acee;
}
.google-bg {
  background: #dd4b39;
}
.footer-widget-heading h3 {
  font-family: var(--font-secondary);
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #9b7315;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover {
  color: #ff5e14;
}
.footer-widget ul li a {
  color: #878787;
  font-family: var(--font-secondary);
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  font-family: var(--font-secondary);
  padding: 14px 28px;
  background: #000000;
  border: 1px solid #2e2e2e;
  color: #fff;
}
.subscribe-form button {
  position: absolute;
  right: 0;
  background: #beab80;
  padding: 24px 40px;
  border: 1px solid #beab80;
  top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a {
  color: #ff5e14;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}
.footer-cta .row .col-xl-4:nth-child(1) .single-cta i {
  position: absolute;
  color: #ff5e14;
}

.footer-cta .row .col-xl-4:nth-child(2) .single-cta i {
  color: #beab80;
}
.footer-cta .row .col-xl-4:nth-child(3) .single-cta i {
  color: #beab80;
}
.footer-social-icon .social_icon {
  text-align: left;
}
.footer-social-icon .social_icon li {
  float: inherit !important;
  display: inline-block !important;
  width: inherit;
}
.footer-social-icon .social_icon li a i {
  font-size: 15px;
  line-height: 39px;
}
.footer-social-icon .social_icon li a {
  width: 40px;
  height: 40px;
}

.social_icon {
  text-align: right;
  margin: 0;
  margin-top: 3px;
}
.social_icon li {
  display: inline-block;
  margin: 0 5px;
}
.social_icon li a {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: #fff;
  color: #000;
  text-align: center;
  border-radius: 100%;
  transition: 0.2s ease-in-out;
}
.social_icon li a i {
  font-size: 15px;
  line-height: 20px;
}
.social_icon li:nth-child(1) a {
  background: #000000;
  color: #fff;
}
.social_icon li:nth-child(2) a {
  background: #000000;
  color: #fff;
}
.social_icon li:nth-child(3) a {
  background: #000000;
}
.social_icon li:nth-child(4) a {
  background: #000000;
  color: #fff;
}
.social_icon li:nth-child(1):hover a {
  background: #fff;
  color: #4267b2;
}
.social_icon li:nth-child(2):hover a {
  background: #fff;
  color: #1da1f2;
}
.social_icon li:nth-child(3):hover a {
  background: #fff;
  color: #bc1888;
}
.social_icon li:nth-child(4):hover a {
  background: #fff;
  color: #ff0000;
}
