body {
    margin: 0;
    padding: 0;
}
.alert {
	display: none;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, .15);
}

.alert p {
	margin-bottom: 0;
	font-family: 'Outfit-Light', sans-serif;
	font-size: 15px;
	/*text-transform: capitalize;*/
}

.alert-container {
	position: fixed;
	top: 20%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 999999999999;
}

.loader {
	width: 20px;
	height: 20px;
	border: 4px solid #FFF;
	border-bottom-color: transparent;
	border-radius: 50%;
	display: inline-block;
	box-sizing: border-box;
	animation: rotation 1s linear infinite;
}

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}
.whatsapp-icon {
    position: fixed;
    right: 50px;
    bottom: 50px;
    /* background: #000; */
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.twitter-icon {
    position: fixed;
    right: 50px;
    bottom: 100px;
    /* background: #000; */
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.instagram-icon {
    position: fixed;
    right: 50px;
    bottom: 150px;
    /* background: #000; */
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.linkedin-icon {
    position: fixed;
    right: 50px;
    bottom: 200px;
    /* background: #000; */
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.social_icon_fixed a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none;
    color: #000;
    font-size: 20px;
}
@font-face {
    font-family: 'Melodrama-Medium';
        src: url('Melodrama-Medium.otf');
         font-weight: 500;
         font-display: swap;
         font-style: normal;
  }
  @font-face {
    font-family: 'Melodrama-Light';
    src: url('Melodrama-Light.otf');
         font-weight: 300;
         font-display: swap;
         font-style: normal;
  }
  @font-face {
    font-family: 'Outfit-Medium';
        src: url('Outfit-Medium.otf');
         font-weight: 500;
         font-display: swap;
         font-style: normal;
  }
  @font-face {
    font-family: 'Outfit-Bold';
        src: url('Outfit-Bold.otf');
         font-weight: 800;
         font-display: swap;
         font-style: normal;
  }

  @font-face {
    font-family: 'Outfit-Light';
        src: url('Outfit-Light.otf');
         font-weight: 300;
         font-display: swap;
         font-style: normal;
  }
  @font-face {
    font-family: 'Outfit-Thin';
        src: url('Outfit-Thin.otf');
         font-weight: 100;
         font-display: swap;
         font-style: normal;
  }
  #get_appointment .modal-title {
    font-family: 'Outfit-Bold';
    color: #000;
    font-size: 2em; 
    }
    #get_appointment .modal-body .form_box input{
       font-family: 'Outfit-Light';
       font-size: 12px;
       border: none;
       border-bottom: 1px solid #000;
       color: #000;
       border-radius: 0;
    }
    #get_appointment .modal-body .form_box .form-group{
        margin-bottom: 30px;
     }
    #get_appointment .modal-body .form_box textarea{
        font-family: 'Outfit-Light';
        font-size: 12px;
        border: none;
        border-bottom: 1px solid #000;
        color: #000;
        border-radius: 0;
     }
     #get_appointment .modal-body .form_box button{
        font-family: 'Outfit-Light';
        font-size: 15px;
        border: 1px solid #000;
        background-color: #000;
        color: #fff;
        border-radius: 0;
        padding: 8px 35px;
        transition: all .5s ease-in-out;
        max-width: 200px;
     }
     #get_appointment .modal-body .form_box button:hover{
        background-color: #333;
        color: #fff;
        transition: all .5s ease-in-out;
     }
    #get_appointment .modal-body .form_box {
        margin: 60px 0; 
     }
     .readMoreBtn {
        font-family: 'Outfit-Light';
        font-size: 15px;
        color: var(--blue);
        padding: 15px 0;
     }
  .navbar {
    background: #fff;
    padding: 5px 50px;
    border-bottom: 1px solid rgba(0,0,0,.07);
  }
.navbar ul li a {
    font-family: 'Outfit-Light';
    color: #888;
    font-size: 11px;
    text-transform: uppercase;
}
.navbar ul li.active a {
    color: #000;
}
.navbar ul li {
   margin: 0 20px;
}
.navbar .action_btn {
    background: transparent;
    border: 1px solid #000;
    padding: 10px 40px;
    border-radius: 0;
    color: #000;
   } 
.hero {
    width: 100%;
    height: 90vh;
    background-image: url('../img/hero-1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    padding-top: 40px;
}
.hero .top-hero-text {
    /* margin-top: 30px; */
    padding: 20px 40px;
}
.hero .top-hero-text h2 {
    font-family: 'Outfit-Thin';
    font-size: 5em;
    color: #aeaeae;
    text-transform: uppercase;
    line-height: 1.2;
    display: none;
}
.hero .top-hero-text h2 span{
    /* border-bottom: 1px solid #aeaeaa; */
    /* color: #000; */
}
.hero .hero_img {
    width: 100%;
    height: 65vh;
    /* border: 1px solid #999; */
    padding: 0 40px;
    margin-top: 80px;
}
    #hero_carousel {
    width: 100%;
    height: 65vh;
    position: relative;
    }
    
    #hero_carousel .carousel-item {
    width: 100%;
    height: 65vh;
    border-radius: 5px;
    text-align: center;
    }
    #hero_carousel .carousel-item .car_img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 5px;
    background-color: #f2f2f2;
    }
    #hero_carousel video {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    bottom: 0;
    right: 0;
    left: 50%;
    width: 95%;
    height: 100%;
    object-fit: cover;
    }
.hero .hero-bottom-text {
    margin-top: 250px;
    padding: 0 20px;
}
.hero .hero-bottom-text h2{
    font-family: 'Outfit-Bold';
    font-size: 3em;
    color: #000;
}
.hero .hero-bottom-text p {
    font-family: 'Outfit-Thin';
    font-size: 17px;
    color: #555;
}
 .hero .hero-bottom-text a {
    font-family: 'Outfit-medium';
    font-size: 15px;
    color: #000;
    border: 1px solid #000;
    text-decoration: none;
    background-color: #fff;
    padding: 12px 30px;
    position: relative;
    top: 20px;
    transition: all .5s ease-in-out;
} 
.hero .hero-bottom-text a:hover {
    color: #fff;
    border: 1px solid #000;
    background-color: #000;
} 
.about_div {
    padding: 50px 15px;
}
.about_div .text-header {
    margin-top: 30px;
}
.about_div .text-header i {
    margin-bottom: 30px;
}
.about_div .text-header h2 {
    font-family: 'Outfit-Thin';
    font-size: 35px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 30px; 
}
.about_div .text-header p {
    font-family: 'Outfit-Bold';
    font-size: 13px;
    color: #000;
    text-transform: uppercase; 
    letter-spacing: 2px;
}
.about_div .mid-text {
    margin-top: 30px;
}
.about_div .mid-text h2 {
    font-family: 'Outfit-Bold';
    font-size: 3em;
    color: #000;
    margin-bottom: 30px;
}
/* .about_div .mid-text h2::after{
   content: "";
   display: block;
   width: 100%;
   height: 1px;
   background: #f2f2f2;
   margin-top: 20px;
   margin-bottom: 30px;
} */
.about_div .mid-text p {
    font-family: 'Outfit-Light';
    font-size: 16px;
    color: #333;
    line-height: 35px;
}
.about_div .mid-text .span a {
    font-family: 'Outfit-Bold';
    font-size: 12px;
    color: #000;
    text-transform: uppercase; 
    letter-spacing: 2px;
    text-decoration: none;
}
.about_div .mid-text .span {
    transition: all .5s ease-in-out;
}
.about_div .mid-text .span a::after{
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: #000;
    margin-top: 5px;
    transition: all .5s ease-in-out;
 }
 .about_div .mid-text .span:hover a::after{
    width: 70px;
 }
 .about_div .bottom-text {
    margin-top: 50px;
 }
 .about_div .bottom-text .item_box {
    padding: 30px 0;
 }
 .about_div .bottom-text .item_box h2{
    font-family: 'Melodrama-Medium';
    font-size: 9em;
    color: #c4c2c2;
    line-height: .8;
 }
 .about_div .bottom-text .item_box p{
    font-family: 'Outfit-Medium';
    font-size: 12px;
    color: #333;
    text-transform: uppercase; 
    line-height: 15px;
 }
 .projects {
    padding-top: 50px;
    padding-bottom: 120px;
    background-color: rgba(251, 248, 237,.6);
}
.projects .text-header {
    /* margin-top: 30px; */
}
.projects .text-header i {
    margin-bottom: 30px;
}
.projects .text-header h2 {
    font-family: 'Outfit-Thin';
    font-size: 35px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 30px; 
}
.projects .text-header p {
    font-family: 'Outfit-Light';
    font-size: 16px;
    color: #333;
    line-height: 25px;
  }
.projects .swiper-container {
   padding-bottom: 100px;
   padding-top: 50px;
   position: relative;
   padding-left: 50px;
 }
 .projects .swiper-slide {
    width: 470px;
    height: 370px;
    padding: 10px;
 }
.projects .swiper-slide .slider_img_box {
   width: 450px;
   height: 370px;
   /* border: 1px solid #000; */
   overflow: hidden;
   transition: all .3s ease-in-out;
}
.projects .swiper-slide .slider_img_box .slide_img {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .3s ease-in-out;
 }
 .projects .swiper-slide .slider_img_box:hover .slide_img {
    transform: translateX(-15px);
 }
 .projects .swiper-slide .slide_text h2 {
    color: #000;
    font-family: 'Outfit-Light', sans-serif;
    font-size: 17px;
    font-weight: 400;
    /*text-transform: uppercase;*/
    text-decoration: none;
    transition: all .2s ease-in-out;
 }
 .projects .swiper-slide .slide_text h2::after {
    content: "";
    display: block;
    width: 0px;
    height: 1px;
    background: #111;
    transition: all .2s ease-in-out;
    margin-top: 5px;
 }
 .projects .swiper-slide:hover .slide_text h2::after {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background: #111;
    transition: all .2s ease-in-out;
    margin-top: 5px;
 }
 .projects .header .text-left .direct_book{
    color: #000;
    font-family: 'Outfit-Light', sans-serif;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.5s all ease-in-out 0s;
    background: none;
    border: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-radius: 0;
    position: relative;
    cursor: pointer;
    padding: 15px 35px;
    margin-top: 30px;
 }
 .projects .swiper-slide a {
    text-decoration: none;
 }
 .projects .header .text-left  .direct_book::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #000;
    transition: 0.5s all  ease-in-out 0s;
}
.projects .header .text-left  .btn-1:hover{
    color: #fff;
}
.projects .header .text-left  .btn-1::before{
    height: 0;
}
.projects .header .text-left  .btn-1:hover::before{
    top: unset;
    bottom: 0;
    height: 100%;
}
 .slide_text {
     margin-top: 10px;
     transition: all .5s ease-in-out;
 }
 .projects .swiper-container .swiper-button-next {
   background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yMS44ODMgMTJsLTcuNTI3IDYuMjM1LjY0NC43NjUgOS03LjUyMS05LTcuNDc5LS42NDUuNzY0IDcuNTI5IDYuMjM2aC0yMS44ODR2MWgyMS44ODN6Ii8+PC9zdmc+') !important;
   background-size: 20px 35px;
   background-position: center;
   background-repeat: no-repeat !important;
   position: absolute;
   top: 20px;
  bottom: auto;
   width: 40px;
   height: 40px;
   z-index: 10;
   cursor: pointer;
   left: auto;
   right: 30px;
}
.projects .swiper-container .swiper-button-prev {
   background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjExNyAxMmw3LjUyNyA2LjIzNS0uNjQ0Ljc2NS05LTcuNTIxIDktNy40NzkuNjQ1Ljc2NC03LjUyOSA2LjIzNmgyMS44ODR2MWgtMjEuODgzeiIvPjwvc3ZnPg==') !important;
   background-size: 20px 35px;
   background-position: center;
   background-repeat: no-repeat !important;
   position: absolute;
   top: 20px;
  bottom: auto;
   width: 40px;
   height: 40px;
   z-index: 10;
   cursor: pointer;
   left: auto;
   right: 150px;
}
.projects .explore_btn {
    text-decoration: underline;
    font-family: 'Outfit-Light';
    font-size: 13px;
    color: #000;
}
.projects .explore_btn::after {
    content: " ";
    background: #000;
    width: 40px;
    height: 1px;
    display: block;
}
 .projects .header {
    position: absolute;
    top: auto;
    left: 50%;
    bottom: -100px;
    transform: translate(-50%, -50%);
    background: transparent;
    padding: 10px 50px;
    /* border: 1px solid #000;
    border-bottom: 1px solid #000; */
    transition: all .5s ease-in-out;
 }
 /* .projects .header:hover {
    background: #000;
 }
 .projects .header:hover a {
    color: #fff;
 }
.projects .header a {
   color: #000;
   font-family: 'Outfit-Bold', sans-serif;
   font-weight: 700;
   font-size: 12px;
   text-transform: uppercase;
   text-decoration: none;
} */
.services {
    padding: 50px 15px;
    background: linear-gradient(to left, rgba(255, 255, 255,.95), rgb(255, 255, 255,.95)), url('https://renadiksville.com/img/img_2.png');
    background-position: center;
    background-attachment: fixed;
}
.services .items_box .head_text h2 {
    color: #aeaeae;
    font-family: 'Melodrama-Light';
    font-size: 5em;
}
.services .items_box .text_box h2 {
    color: #000;
    font-family: 'Melodrama-Medium';
    font-weight: 700;
    font-size: 6em;
}
.services .items_box {
    padding: 30px 0px;
    border-bottom: 1px solid rgba(0, 0, 0,.1);
}
.services .text-header {
    margin-top: 30px;
}
.services .text-header i {
    margin-bottom: 30px;
}
.services .text-header h2 {
    font-family: 'Outfit-Thin';
    font-size: 35px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 30px; 
}
.arrow_img {
    margin-bottom: 30px;
}
.services .items_box  {
    margin-top: 50px;
}
/* .services .items_box .text_box  {
    box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.09);
    border-radius: 5px;
    padding: 30px;
    margin-bottom: 30px;
    background: #fff;
} */
/* .services .items_box .text_box h2 {
    color: #000;
    font-family: 'Outfit-Bold', sans-serif;
    font-weight: 700;
    font-size: 25px;
} */
.services .items_box .text-box p {
    color: #666;
    font-family: 'Outfit-Light', sans-serif;
    font-size: 14px;
    line-height: 25px;
}

.faq {
    width: 100%;
    height: auto;
    padding: 50px 50px;
    background-color: rgba(251, 248, 237,.6);
    /* background-repeat: repeat;
    background-position: center center;
    background-size: cover; */
}
.faq .text-header {
    margin-top: 30px;
}
.faq .text-header h2 {
    font-family: 'Outfit-Thin';
    font-size: 35px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 30px; 
}
 .faq .card-header {
    background: transparent;
 }
 .faq .card {
    background: transparent;
    border: none;
 }
 .faq .card .card-body {
    background: #fbf8ed;
 }
 .faq .card .card-header  .card_header_icon {
    float: right;
 }
 .faq .card .card-header  .card_header_icon i {
    font-size: 25px;
    transition: all .3s ease-in-out;
 }

 .faq .card .card-header button {
    text-decoration: none;
    color: #333;
    font-family: 'Outfit-Medium', sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    border-radius: 0;
    padding: 35px 0px;
    border-bottom: 1px solid #aeaeae;
 }
 .faq .card .card-header {
    padding: 0;
 }
 .faq .card .card-body {
    font-family: 'Outfit-Light', sans-serif;
 font-weight: 400;
 color: #000;
 font-size: 16px;
 margin-bottom: 0;
 }

 .blog {
    padding: 100px 15px;
}
.blog .text-header h2 {
    font-family: 'Outfit-Thin';
    font-size: 35px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 30px; 
}
.blog .blog_item {
    margin-top: 50px;
    margin-bottom: 50px;
    cursor: pointer;
    transition: all .7s ease-in-out ;
    position: relative;
}
.blog .blog_item a {
    text-decoration: none;
    color: #000;
}
.blog .blog_item:hover .img_box .img{
    transform: scale(1.1);
    transition: all .7s ease-in-out;
    border-radius: 5px;
    filter: grayscale(0);
}
.blog .blog_item:hover .outer_text {
    height: 150px;
    transition: all .7s ease-in-out;
}
.blog .blog_item:hover .outer_text .inner_text_box  h2{
    color: #fff;
}
.blog .blog_item:hover .outer_text .inner_text_box .span {
    color: #fff;
}
.blog .blog_item .img_box {
    width: 100%;
    height: 450px;
    overflow: hidden;
 }
 .blog .blog_item .img_box .img{
     width: 100%;
     height: 100%;
     background-position: center center;
     background-repeat: no-repeat;
     background-size: cover;
     transition: all .7s ease-in-out;
     border-radius: 5px;
  }
.blog .blog_item .outer_text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #000;
    transition: all .9s ease-in-out;
    z-index: 9999999;
}
.blog .blog_item .outer_text .inner_text_box {
    transition: all .7s ease-in-out;
    padding: 20px;
}
.blog .blog_item .outer_text .inner_text_box .span {
    font-family: 'Outfit-Light', sans-serif;
    color: #aeaeae;
    font-size: 14px;
    transition: all .5s ease-in-out;
}
.blog .blog_item .outer_text .inner_text_box  h2{
    font-family: 'Outfit-Medium', sans-serif;
    color: #111;
    font-weight: 600;
    font-size: 17px;
    margin: 15px 0;
    transition: all .5s ease-in-out;
}
.blog .all_post {
    margin-top: 150px;
}

.blog .all_post .direct_book{
    color: #000;
    font-family: 'Outfit-Light', sans-serif;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.5s all ease-in-out 0s;
    background: none;
    border: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-radius: 0;
    position: relative;
    cursor: pointer;
    padding: 15px 35px;
    margin-top: 30px;
 }
 .blog .all_post .direct_book::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #000;
    transition: 0.5s all  ease-in-out 0s;
}
.blog .all_post  .btn-1:hover{
    color: #fff;
}
.blog .all_post  .btn-1::before{
    height: 0;
}
.blog .all_post .btn-1:hover::before{
    top: unset;
    bottom: 0;
    height: 100%;
}
.blog .blog_item .outer_text .inner_text_box .read_more.mobile {
    display: none;
   }
   .blog_body .blog_item .outer_text .inner_text_box .read_more.mobile {
    display: none;
   }
.footer {
    background-color: #111;
    padding: 50px 100px;
}
.footer .top_footer .text_box p a{
    color: #fff;
    text-decoration: none;
    font-family: 'Outfit-Light', sans-serif;
    font-weight: 700;
    font-size: 20px; 
}
.footer .top_footer {
    padding: 30px 0;
}
.footer .bottom_footer .text_box p {
    color: #666;
    font-family: 'Outfit-Light', sans-serif;
    font-weight: 700;
    font-size: 15px; 
}

/********Contact page ********/
.contact_body {
    padding: 150px 15px;
    background-image: linear-gradient(to left, rgba(255, 255, 255, .87), rgba(255, 255, 255,.87)), url('../img/maps.png');
    background-position: center;
    background-size: cover;
    background-repeat: repeat;
}
.contact_body .text_box .heading h2 {
    font-family: 'Outfit-Bold';
    font-size: 6em;
    color: #000;
    /* line-height: .8; */
}
.contact_body .text_box .heading p {
    font-family: 'Outfit-Light';
    font-size: 15px;
    color: #000;
    margin-left: 20px;
    display: none;
}
.contact_body .text_box .box {
    margin-bottom: 30px;
    margin-top: 20px;
}
.contact_body .text_box .box span {
    font-family: 'Outfit-Medium';
    font-size: 12px;
    color: #777;
    text-transform: uppercase;
}
.contact_body .text_box .box p {
    font-family: 'Outfit-Light';
    font-size: 14px;
    color: #333;
    margin-bottom: 6px;
}
.contact_body .text_box .box p a{
    font-family: 'Outfit-Light';
    font-size: 14px;
    color: #333;
    text-decoration: none; 
}
.contact_body .text_box .box .maps::after {
    content: "";
    display: block;
    width: 95px;
    height: 2px;
    background: #111;
    margin-left: 5px;
}
.contact_body .text_box .box.socials a {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    margin-right: 15px;
    position: relative;
    width: 30px;
    height: 30px;
    display: inline-block;
    background: #000;
    border-radius: 50%;
}
.contact_body .text_box .box.socials a i {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.contact_body .text_box .form-box {
    padding: 10px 40px;
    /* background: #fff; */
}
.contact_body .text_box .form-box input {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #aeaeae;
    font-family: 'Outfit-Light';
    font-size: 13px;
    color: #333;
    background: transparent;
}
.contact_body .text_box .form-box input::placeholder {
    font-size: 12px;
    color: #999;
}
.contact_body .text_box .form-box .form-group {
    margin-bottom: 40px;
}
.contact_body .text_box .form-box textarea {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #aeaeae;
    font-family: 'Outfit-Light';
    font-size: 13px;
    color: #333;
    background: transparent;
}
.contact_body .text_box .form-box textarea::placeholder {
    font-size: 12px;
    color: #999;
}
.contact_body .text_box .form-box button[type="submit"] {
    border-radius: 30px !important;
    border: 1px solid #000;
    border-radius: 50%;
    transition: all .5s ease-in-out;
    background: #000;
    color: #fff;
    font-family: 'Outfit-Light';
    font-size: 13px;
}
.contact_body .text_box .form-box button[type="submit"]:hover {
   background: #333;
   color: #fff;
}
.contact_body .form-box h2 {
    font-family: 'Outfit-Bold';
    font-size: 30px;
    font-weight: 900;
    color: #333; 
}
.contact_body form {
    margin-top: 30px;
}

/******Projects*******/
.project_body {
    padding: 100px 15px;
}
.project_body .text-header h2 {
    font-family: 'Outfit-Thin';
    font-size: 3em;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 30px; 
}
.project_body .item_box {
    margin-top: 30px;
}
.project_body .item_box .nav-mobile-role {
    margin: 0 auto;
}
.project_body .item_box .nav-mobile-role li a {
    font-family: 'Outfit-Light';
    font-size: 12px;
    color: #888; 
    text-transform: uppercase;
    padding: 0;
}
.project_body .item_box .nav-mobile-role li a.active {
    color: #000; 
    border-bottom: 1px solid #000;
}
.project_body .item_box .nav-mobile-role li {
    padding: 5px 35px;
}
.project_body  .image-gallery {
    width: 100%;
    /* max-width: 3000px; */
    margin: 0 auto;
    padding: 50px 0px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-auto-rows: 300px;
    grid-auto-flow: dense;
    grid-gap: 10px;
    margin-top: 50px;
    margin-bottom: 10px;
}
.project_body   .image-gallery .img-box {
    position: relative;
    background-color: #f6f6f6;
    overflow: hidden;
    border-radius: 3px;
}
.project_body .image-gallery .img-box:nth-child(7n + 1) {
    grid-column: span 2;
    grid-row: span 2;
}
.project_body .image-gallery .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease;
}
.project_body  .image-gallery .img-box:hover img {
    transform: scale(1.1);
}
.project_body  .image-gallery .img-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.3);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ease;
    z-index: 1;
    opacity: 0;
}
.project_body  .image-gallery .img-box:hover .overlay {
    opacity: 1;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
}
.project_body  .image-gallery .img-box .details {
        text-align: center;
}
.project_body .image-gallery .img-box .details h2 {
    font-family: 'Outfit-Thin';
    font-size: 1.3em;
    color: #fff; 
    text-transform: uppercase; 
}
.project_body .image-gallery .img-box .details span a {
    font-family: 'Outfit-Medium';
    font-size: 13px;
    text-transform: uppercase;
    color: #fff; 
    text-decoration: none;
    transition: all 1s ease;
}
.project_body .image-gallery .img-box:hover .details span a::after {
    content: "";
    margin: 0 auto;
    display: block;
    width: 50px;
    height: 1px;
    background: #fff;
}
@media screen and (max-width:940px) {
  .project_body  .image-gallery {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows: 250px;
    grid-gap: 4px;
    margin-top: 30px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.project_body  .image-gallery .img-box:nth-child(7n + 1) {
    grid-column: unset;
    grid-row: unset;
}
.project_body .image-gallery .img-box {
   margin-bottom: 20px;
  }
  .project_body .image-gallery .img-box .overlay {
    position: absolute;
    top: 5px;
    left: 5px;
    bottom: 5px;
    right: 5px;
    opacity: 1;
    border-radius: 5px;
  }
  .project_body .image-gallery .img-box .details h2 {
    font-size: 1em;
    font-family: 'Outfit-Light';
    margin-bottom: 2px;
  }
  .project_body .item_box .nav-mobile-role li {
    padding: 5px 10px;
  }
  .project_body .item_box .nav-mobile-role li a {
    font-size: 11px;
  }
  .project_body {
    padding: 30px 20px;
  }
  .project_body .text-header h2 {
    margin-bottom: 0px;
    font-size: 2.5em;
  }
}

/********Blog page*********/

.blog_body {
    padding: 100px 15px;
}
.blog_body .text-header h2 {
    font-family: 'Outfit-Thin';
    font-size: 3em;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 30px; 
}
.blog_body .item_box {
    margin: 50px 0;
}
.blog_body .blog_item {
    margin-top: 50px;
    margin-bottom: 50px;
    cursor: pointer;
    transition: all .7s ease-in-out ;
    position: relative;
}
.blog_body .blog_item a {
    text-decoration: none;
    color: #000;
}
.blog_body .blog_item:hover .img_box .img{
    transform: scale(1.1);
    transition: all .7s ease-in-out;
    border-radius: 5px;
    filter: grayscale(0);
}
.blog_body .blog_item:hover .outer_text {
    height: 150px;
    transition: all .7s ease-in-out;
}
.blog_body .blog_item:hover .outer_text .inner_text_box  h2{
    color: #fff;
}
.blog_body .blog_item:hover .outer_text .inner_text_box .span {
    color: #fff;
}
.blog_body .blog_item .img_box {
    width: 100%;
    height: 450px;
    overflow: hidden;
 }
 .blog_body .blog_item .img_box .img{
     width: 100%;
     height: 100%;
     background-position: center center;
     background-repeat: no-repeat;
     background-size: cover;
     transition: all .7s ease-in-out;
     
  }
.blog_body .blog_item .outer_text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #000;
    transition: all .9s ease-in-out;
    z-index: 9999999;
}
.blog_body .blog_item .outer_text .inner_text_box {
    transition: all .7s ease-in-out;
    padding: 20px;
}
.blog_body .blog_item .outer_text .inner_text_box .span {
    font-family: 'Outfit-Light', sans-serif;
    color: #aeaeae;
    font-size: 14px;
    transition: all .5s ease-in-out;
}
.blog_body .blog_item .outer_text .inner_text_box  h2{
    font-family: 'Outfit-Medium', sans-serif;
    color: #111;
    font-weight: 600;
    font-size: 17px;
    margin: 15px 0;
    transition: all .5s ease-in-out;
}
.blog_body .all_post {
    margin-top: 150px;
}

.blog_body .all_post .direct_book{
    color: #000;
    font-family: 'Outfit-Light', sans-serif;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.5s all ease-in-out 0s;
    background: none;
    border: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-radius: 0;
    position: relative;
    cursor: pointer;
    padding: 15px 35px;
    margin-top: 30px;
 }
 .blog_body .all_post .direct_book::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #000;
    transition: 0.5s all  ease-in-out 0s;
}
.blog_body .all_post  .btn-1:hover{
    color: #fff;
}
.blog_body .all_post  .btn-1::before{
    height: 0;
}
.blog_body .all_post .btn-1:hover::before{
    top: unset;
    bottom: 0;
    height: 100%;
}

/*******Article Body ******/
.article_body {
    padding: 100px 15px;
}
.article_body .share_socials p {
    font-family: 'Outfit-Medium', sans-serif;
    color: #000;
    font-size: 12px;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.article_body .share_socials  {
    margin-top: 20px;
}
.article_body .share_socials .socials a {
    font-size: 25px;
    color: #000;
    margin-right: 15px;
}

.article_body .item_box .header {
    margin-bottom: 40px;
}
.article_body .item_box .header h1 {
    font-family: 'Outfit-Bold', sans-serif;
    color: #000;
    font-size: 3em;
}
.article_body .item_box .header span {
    font-family: 'Outfit-Light', sans-serif;
    color: #666;
    font-size: 15px;
}
.article_body .img_box {
    width: 100%;
    height: 70vh;
    margin-bottom: 40px;
 }
 .article_body .img_box .img {
     width: 100%;
     height: 100%;
     background-position: center center;
     background-repeat: no-repeat;
     background-size: cover;
     border-radius: 5px;
  }
  .article_body .text_box p {
    font-family: 'Outfit-Light', sans-serif;
    color: #222;
    font-size: 15px; 
    line-height: 30px;
  }
.comment_btn {
    position: fixed;
    bottom: 50px;
    right: 50px;
    cursor: pointer;
    z-index: 1;
  }
  .comment_btn p {
    font-family: 'Outfit-Medium', sans-serif;
    color: #000;
    font-size: 15px;
    background: #fff;
    padding: 10px 30px;
    border-radius: 30px;
    box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.09);
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0,.1);
}
 .fixed_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,.4);
    z-index: 999;
    display: none;
}
.right_action_box {
    width: 35%;
    height: 100vh;
    overflow: auto;
    overflow-x: hidden;
    scrollbar-color: rgba(0,0, 0,.1) #f2f2f2;
    scrollbar-width: thin;
    scroll-behavior: smooth;
    position: fixed;
    background: #fff;
    z-index: 9999;
    top: 0;
    right: -100%;
    transition: all .6s ease-in-out;
    box-shadow: 0 -10px 30px 5px rgba(0, 0, 0,.2);
}
.right_action_box::-webkit-scrollbar {
width: 6px;
background-color: #f2f2f2;
} 
.right_action_box::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0,.1);
border-radius: 50px;
}
.right_action_box::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
background-color: #f2f2f2;
border-radius: 50px;
}
.right_action_box.active {
    right: 0 !important;
    transition: all .6s ease-in-out;
}
.right_action_box .close_btn {
    cursor: pointer;
}
.right_action_box .modal_header {
    padding: 15px 15px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.right_action_box .modal_footer {
    padding: 10px 15px;
    border-top: 1px solid rgba(0,0,0,.1);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
}
.right_action_box .modal_body {
    padding: 10px 15px;
    /* border-top: 1px solid rgba(0,0,0,.1); */
    position: absolute;
    left: 0;
    top: 70px;
    width: 100%;
    height: 80vh;
    overflow: auto;
    overflow-x: hidden;
    scrollbar-color: rgba(0,0, 0,.1) #f2f2f2;
    scrollbar-width: thin;
    scroll-behavior: smooth;
    /* border: 1px solid #333; */
}
.right_action_box .modal_body::-webkit-scrollbar {
width: 6px;
background-color: #f2f2f2;
} 
.right_action_box .modal_body::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0,.1);
border-radius: 50px;
}
.right_action_box .modal_body::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
background-color: #f2f2f2;
border-radius: 50px;
}
.right_action_box .modal_header h2{
   font-weight: 600;
   font-family: 'Outfit-Bold', sans-serif;
   font-size: 1.2em;
   margin-bottom: 0;
}
.right_action_box .modal_header i{
   font-size: 1.5em;
}
.right_action_box .modal_footer .main_action_btn {
font-family: 'Outfit-Light', sans-serif;
color: #fff;
font-size: 12px;
border: 2px solid #0AD35A;
background: #0AD35A;
}


.right_action_box .form_box {
    /* padding-bottom: 20px; */
    /* border-bottom: 1px solid rgba(0,0,0,.1); */
}
.right_action_box .item_response label{
    font-family: 'Outfit-Light', sans-serif;
    color: #555;
    font-size: 12px;
}
.right_action_box .item_response h2{
    font-family: 'Outfit-Light', sans-serif;
    color: #111;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}
.right_action_box .item_response span{
    font-family: 'Outfit-Light', sans-serif;
    color: #aeaeae;
    font-size: 12px;
}
.right_action_box .item_response .para {
    margin-top: 20px;
}
.right_action_box .item_response .para p{
    font-family: 'Outfit-Light', sans-serif;
    color: #222;
    font-size: 13px;
    line-height: 20px
}
.right_action_box .item_response  ul li{
    font-family: 'Outfit-Light', sans-serif;
    color: #222;
    font-size: 13px;
    margin-bottom: 10px;
    /* line-height: 20px */
}
.right_action_box .item_response  ol li{
    font-family: 'Outfit-Light', sans-serif;
    color: #222;
    font-size: 13px;
    margin-bottom: 10px;
    /* line-height: 20px */
}
.right_action_box .item_response  a{
    font-family: 'Outfit-Light', sans-serif;
    color: #222;
    font-size: 13px;
    line-height: 20px
}
.right_action_box .item_response  i{
    font-family: 'Outfit-Light', sans-serif;
    color: #222;
    font-size: 13px;
    line-height: 20px
}
.right_action_box .item_response {
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding: 10px 0px;
    margin-bottom: 30px;
    padding: 15px 0;
}
.right_action_box .reply_panel {
    border-left: 3px solid #c4c2c2;
    padding: 0px 20px;
    display: none;
    margin-left: 20px;
    margin-top: 10px;
    transition: all .5s ease-in-out;
}
.right_action_box .reply_panel input{
    font-family: 'Outfit-Light', sans-serif;
    font-size: 12px;
    border-radius: 0;
}
.right_action_box .reply_panel input::placeholder {
    font-family: 'Outfit-Light', sans-serif;
    font-size: 12px;
    color: #666;  
}
.right_action_box .reply_panel.reply_panel_active {
    display: block;
    transition: all .5s ease-in-out;
}
.right_action_box .rep_btn {
    font-family: 'Outfit-Light', sans-serif;
    color: #222;
    font-size: 14px;
    margin-bottom: 0;
    cursor: pointer;
    transition: all .5s ease-in-out;
}
.right_action_box .rep_btn:hover {
    text-decoration: underline;
}

   .right_action_box .form_box label {
    font-family: 'Outfit-Thin', sans-serif;
    color: #555;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}
.right_action_box  .form_box input {
    font-family: 'Outfit-Light', sans-serif;
    font-size: 12px;
    border-radius: 5px;
}
.right_action_box .form_box input::placeholder {
    font-family: 'Outfit-Light', sans-serif;
    font-size: 12px;
    color: #666;  
}
.right_action_box .repond_active {
    font-family: 'Outfit-Light', sans-serif;
    color: #fff;
    font-size: 14px;
    border: 2px solid #000;
    background: #000;
    border-radius: 5px !important;
}
.right_action_box .show_reply_toggle {
    display: none;
}
.right_action_box .show_reply_toggle.show_reply_toggle_active {
    display: block;
}
.right_action_box .reply_panel textarea {
    font-family: 'Outfit-Light', sans-serif;
    font-size: 12px;
    border-radius: 0;
}
.right_action_box .no_comment {
    font-family: 'Outfit-Light', sans-serif;
    font-size: 12px;
    font-weight: 600;
}
.right_action_box .no_reply {
    font-family: 'Outfit-Light', sans-serif;
    font-size: 12px;
    font-weight: 600;
}
.reply_item_response {
    padding: 0px 20px;
    border-left: 3px solid #c4c2c2;
    margin-left: 20px;
    margin-bottom: 30px;
    margin-top: 10px;
}
.reply_item_response h3 {
    color: #222;
    font-size: 13px;
    font-family: 'Outfit-Light', sans-serif;
    margin-bottom: 0;
}
.reply_item_response p {
    color: #444;
    font-size: 13px;
    font-family: 'Outfit-Light', sans-serif;
    margin-top: 10px;
    margin-bottom: 0;
}
.right_action_box .alert p {
    font-size: 12px;
}

@media screen and (max-width:950px){
    .right_action_box {
        width: 100% !important;
        height: 95vh !important;
        top: auto;
        right: 0;
        bottom: -100%;
        box-shadow: 0 -10px 30px 5px rgba(0, 0, 0,.2);
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }
    .right_action_box.active {
        bottom: 0 !important;
        transition: all .6s ease-in-out;
        }
        .right_action_box .modal_header h2 {
        font-size: 1em;
        }
        .right_action_box .item_response h2 {
        font-size: 14px;
        }
    .right_action_box .item_response .para p {
    font-size: 12px;
    line-height: 23px;
    }
    .reply_item_response {
    padding: 0px 10px;
    border-left: 2px solid #c4c2c2;
    margin-left: 5px;
    margin-bottom: 20px;
    }
    .reply_item_response p {
    font-size: 12px;
    margin-top: 5px;
    }
    .right_action_box .reply_panel {
    border-left: 2px solid #c4c2c2;
    padding: 0px 10px;
    margin-left: 5px;
    margin-top: 10px;
    }
    .right_action_box .item_response .para {
    margin-top: 10px;
    }
    .right_action_box .rep_btn {
    font-family: 'Outfit-Light', sans-serif;
    color: #222;
    font-size: 13px;
    text-decoration: underline;
    }
}
.alert {
    display: none;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,.15);
    }
    .alert p {
        margin-bottom: 0;
        font-family: 'Outfit-Light', sans-serif;
        font-size: 13px;
        /*text-transform: capitalize;*/
    }
    .alert-container {
      position: absolute;
      top: 20%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 999999999999;
    }

    /********Explore projects*******/
    .explore_body {
        padding: 100px 15px;
    }
    .explore_body .item_box .header .back-arrow {
        margin-bottom: 40px;
    }
    .explore_body .item_box .header .back-arrow a {
        font-family: 'Outfit-Medium', sans-serif;
        font-size: 13px;
        color: #000;
        text-decoration: none;
        text-transform: uppercase;
    }
    .explore_body .item_box .header h2 {
        font-family: 'Outfit-Bold', sans-serif;
        font-size: 30px;
        color: #000;
        text-transform: uppercase;
        margin-bottom: 0px;
    }
    .explore_body .item_box .header p {
        font-family: 'Outfit-Light', sans-serif;
        font-size: 15px;
        color: #666;
    }
    .explore_body .item_box .header ul li {
    font-family: 'Outfit-Light', sans-serif;
    font-size: 15px;
    color: #333;
    }
    .explore_body .item_box .header ol li {
    font-family: 'Outfit-Light', sans-serif;
    font-size: 15px;
    color: #333;
    }
    .explore_body .item_box .header h1 {
    font-family: 'Outfit-Bold', sans-serif;
    font-size: 30px;
    }
        .explore_body .item_box .header h2 {
    font-family: 'Outfit-Bold', sans-serif;
    font-size: 27px;
    }
            .explore_body .item_box .header h3 {
    font-family: 'Outfit-Bold', sans-serif;
    font-size: 24px;
    }
            .explore_body .item_box .header h4{
    font-family: 'Outfit-Bold', sans-serif;
    font-size: 21px;
    }
            .explore_body .item_box .header h5 {
    font-family: 'Outfit-Bold', sans-serif;
    font-size: 18px;
    }
               .explore_body .item_box .header h6 {
    font-family: 'Outfit-Bold', sans-serif;
    font-size: 16px;
    }
    .explore_body .item_box .specs {
        margin: 30px 0;
    }
    .explore_body .item_box .specs h3 {
        font-family: 'Outfit-Bold', sans-serif;
        font-size: 13px;
        color: #000;
        text-transform: uppercase;
        margin-bottom: 10px;
        display: none;
    }
    .explore_body .item_box .specs p {
        font-family: 'Outfit-Light', sans-serif;
        font-size: 14px;
        margin-bottom: 10px;
        color: #777;
    }
    .explore_body .item_box .specs span {
        color: #000;
        font-family: 'Outfit-Bold', sans-serif;
    }
    .explore_body .item_box .specs .share_socials .socials a {
        font-size: 18px;
        color: #000;
        margin-right: 15px;
      }
    .explore_body .item_box .img_box {
        width: 100%;
        height: 80vh;
        margin-bottom: 40px;
    }
     .explore_body .item_box .img_box .img {
         width: 100%;
         height: 100%;
         background-position: center center;
         background-repeat: no-repeat;
         background-size: cover;
         border-radius: 5px;
      }
    .explore_body .other_projects {
        margin-top: 100px;
    }
    .explore_body .other_projects .text-header {
        margin-top: 30px;
    }
    .explore_body .other_projects .text-header h2 {
        font-family: 'Outfit-Thin';
        font-size: 35px;
        color: #000;
        text-transform: uppercase;
        margin-bottom: 30px; 
    }
    .explore_body .other_projects .img_box {
        width: 100%;
        height: 80vh;
        overflow: hidden;
        margin-bottom: 50px;
    }
    .explore_body .other_projects .img_box .img {
        width: 100%;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        transition: all .5s ease;
        overflow: hidden;
        border-radius: 5px;
    }
    .explore_body  .other_projects .img_box:hover .img {
        transform: scale(1.1);
    }
    .explore_body .other_projects .img_box .overlay {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(0,0,0,.3);
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all .5s ease;
        z-index: 1;
        opacity: 0;
    }
    .explore_body .other_projects .img_box:hover .overlay {
        opacity: 1;
        top: 20px;
        left: 40px;
        right: 40px;
        bottom: 20px;
    }
    .explore_body .other_projects .img_box .details {
            text-align: center;
    }
    .explore_body .other_projects .img_box .details h2 {
        font-family: 'Outfit-Thin';
        font-size: 1.2em;
        color: #fff; 
        text-transform: uppercase; 
    }
    .explore_body .other_projects .img_box .details span a {
        font-family: 'Outfit-Medium';
        font-size: 13px;
        text-transform: uppercase;
        color: #fff; 
        text-decoration: none;
        transition: all 1s ease;
    }
    .explore_body .other_projects .img_box:hover .details span a::after {
        content: "";
        margin: 0 auto;
        display: block;
        width: 50px;
        height: 1px;
        background: #fff;
    }
    .explore_body .other_projects .project_img {
        margin: 100px 0;
    }
    .services .mobile {
        display: none;
    }

    /********About page ******/
    .about_body {
        padding: 100px 15px;
    }
    .about_body .text_box {
        margin: 50px 0;
    }
    .about_body .text_box h2{
        font-family: 'Outfit-Bold';
        font-size: 3em;
        color: #000; 
        padding: 0 30px;
    }
    .about_body .text_box .item_box p{
        font-family: 'Outfit-Light';
        font-size: 14px;
        color: #555; 
        line-height: 25px;
    }
    .about_body .text_box .item_box {
        margin: 30px 0;
        padding: 0 30px;
    }
    .about_body .img_box {
        width: 100%;
        height: 80vh;
        overflow: hidden;
    }
    .about_body .img_box .img {
        width: 100%;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        transition: all .5s ease;
    }
    .about_body .text-header {
        margin: 100px 0;
    }
    .about_body .text-header h2 {
        font-family: 'Outfit-Thin';
        font-size: 35px;
        color: #000;
        text-transform: uppercase;
        margin-bottom: 30px; 
    }
     .about_body .card-header {
        background: transparent;
     }
     .about_body .card {
        background: transparent;
        border: none;
     }
     .about_body .card .card-body {
        background: #fff;
     }
     .about_body .card .card-header  .card_header_icon {
        float: right;
     }
     .about_body .card .card-header  .card_header_icon i {
        font-size: 25px;
        transition: all .3s ease-in-out;
     }
    
     .about_body .card .card-header button {
        text-decoration: none;
        color: #000;
        font-family: 'Melodrama-Medium';
        font-size: 2.5em;
        line-height: 30px;
        border-radius: 0;
        padding: 45px 0px;
        border-bottom: 1px solid #aeaeae;
     }
     .about_body .card .card-header {
        padding: 0;
     }
     .about_body .card .card-body {
        font-family: 'Outfit-Light', sans-serif;
     font-weight: 400;
     color: #000;
     font-size: 16px;
     margin-bottom: 15px;
     line-height: 30px;
     }
     .our_team {
        background: #111;
        padding: 100px 20px;
        margin-bottom: 0px;
     }
     .our_team .text-header {
        margin-bottom: 30px;
    }
    .our_team .text-header h2 {
        font-family: 'Outfit-Thin';
        font-size: 35px;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 30px; 
    }
    .our_team .img_box {
        width: 100%;
        height: 400px;
        overflow: hidden;
        position: relative;
        transition: all .5s ease-in-out;
    }
    .our_team .img_box .img {
        width: 100%;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        transition: all .5s ease;
        
    }
    .our_team .img_box .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.3);
        transition: all .5s ease-in-out;
        opacity: 0;
    }
    .our_team .img_box .overlay .inner_text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
    .our_team .img_box .overlay .inner_text h2 {
        font-family: 'Outfit-Light';
        font-size: 1.5em;
        color: #fff;
        text-transform: uppercase;
      }
      .our_team .img_box .overlay .inner_text p {
        font-family: 'Outfit-Medium';
        font-size: 13px;
        text-transform: uppercase;
        color: #fff;
        text-decoration: none;
        transition: all 1s ease;
      }
      .our_team .img_box:hover .overlay {
        opacity: 1;
      }
      .our_team .img_box:hover .img {
        filter: grayscale(0);
      }
      .our_team .inner_text_box {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        transition: all .5s ease-in-out;
      }
      .our_team .inner_text_box h2 {
        font-family: 'Outfit-Thin';
        font-size: 35px;
        color: #fff;
        text-transform: uppercase;
        cursor: pointer;
        transition: all .5s ease-in-out;
      }
      .our_team .inner_text_box h2::after {
        content: "";
        display: block;
        width: 0px;
        height: 1px;
        background: #fff; 
        margin: 0 auto;
        transition: all .5s ease-in-out;
      }
      .our_team .inner_text_box:hover h2::after {
        width: 190px;
      }

      .our_client {
        padding: 100px 20px;
        position: relative;
      }
      .our_client .text-header {
        margin-bottom: 30px;
    }
    .our_client .text-header h2 {
        font-family: 'Outfit-Thin';
        font-size: 35px;
        color: #000;
        text-transform: uppercase;
        margin-bottom: 30px; 
    }
    .our_client .logo_box {
        width: 100%;
        height: auto;
        background: #f2f2f2;
        border: 1px solid #fff;
        padding: 20px 10px;
    }
      #joinTeam .modal-title {
        font-family: 'Outfit-Thin';
        color: #000;
        font-size: 2em; 
        text-transform: uppercase;
        }
        #joinTeam .modal-body .form_box input{
           font-family: 'Outfit-Light';
           font-size: 12px;
           border: none;
           border-bottom: 1px solid #000;
           color: #000;
           border-radius: 0;
        }
        #joinTeam .modal-body .form_box .form-group{
            margin-bottom: 30px;
         }
        #joinTeam .modal-body .form_box textarea{
            font-family: 'Outfit-Light';
            font-size: 12px;
            border: none;
            border-bottom: 1px solid #000;
            color: #000;
            border-radius: 0;
         }
         #joinTeam .modal-body .form_box button{
            font-family: 'Outfit-Light';
            font-size: 15px;
            border: 1px solid #000;
            background-color: transparent;
            color: #000;
            border-radius: 0;
            padding: 10px 35px;
            transition: all .5s ease-in-out;
         }
         #joinTeam .modal-body .form_box button:hover{
            background-color: #000;
            color: #fff;
            transition: all .5s ease-in-out;
         }
        #joinTeam .modal-body .form_box {
            margin: 60px 0; 
         }
    /** Media screen and maxwidth **/
    @media screen and (max-width:992px){
        .hero {
            width: 100%;
            height: 95vh;
            background-image: linear-gradient(to top, rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url('../img/hero-1.png');
          }
        .navbar .navbar-nav {
            padding: 20px 0;
        }
        .navbar .navbar-nav .nav-item {
            padding: 5px 0;
        }
        #get_appointment .modal-title {
            font-size: 1.5em;
          }
        .navbar {
            padding: 0px 10px;
          }
          .navbar .navbar-brand img {
              width: 100px;
              height: auto;
          }
        /*.about_div .text-header {*/
        /*margin-top: 30px;*/
        /*}*/
          .hero .hero-bottom-text {
            margin-top: 5px;
            padding: 0 10px;
          }
          .hero .hero-bottom-text h2 {
            font-size: 2em;
          }
          .hero .hero-bottom-text a {
            font-size: 13px;
            padding: 12px 15px;
            top: 10px;
          }
          .hero .hero_img {
            width: 100%;
            height: 50vh;
            border: none;
            padding: 0 20px;
            margin-top: 60px;
          }
              #hero_carousel {
    width: 100%;
    height: 50vh;
    position: relative;
    }
    #hero_carousel .carousel-item {
    width: 100%;
    height: 50vh;
    }
          .about_div {
            padding: 20px 20px;
          }
          .about_div .text-header h2 {
            font-size: 25px;
            margin-bottom: 5px;
          }
          .about_div .mid-text h2 {
            display: none;
          }
          .about_div .text-header p {
          margin-bottom: 0;
          }
          .about_div .mid-text p {
            font-family: 'Outfit-Light';
            font-size: 15px;
            line-height: 30px;
          }
          .about_div .mid-text .span a::after {
            margin-top: 2px;
          }
          .about_div .bottom-text .item_box h2 {
            font-size: 3em;
          }
          .about_div .bottom-text .item_box p {
            font-size: 9px;
            line-height: 10px;
          }
          .about_div .bottom-text .item_box {
            padding: 10px 0;
            text-align: center;
          }
          .projects {
            padding-top: 30px;
            padding-bottom: 120px;
          }
          .projects .text-header h2 {
            font-size: 25px;
            margin-bottom: 10px;
          }
            .explore_body .other_projects .img_box .details h2 {
            font-family: 'Outfit-Light';
            font-size: 1em;
            margin-bottom: 0;
            }
            .projects .header .text-left .direct_book {
            font-size: 11px;
            padding: 10px 25px;
            }
          .projects .text-header p {
            font-size: 14px;
            line-height: 25px;
          }
          .projects .swiper-container {
            padding-bottom: 0px;
            padding-top: 50px;
            position: relative;
            padding-left: 0px;
          }
          .projects .swiper-slide .slide_text h2 {
            font-size: 16px;
            margin-bottom: 0;
          }
          .projects .swiper-slide {
            width: 380px;
            height: 370px;
            padding: 10px;
          }
          .projects .swiper-slide .slider_img_box {
            width: 360px;
            height: 280px;
          }
          .projects .swiper-slide .slider_img_box .slide_img {
           border-radius: 5px;
          }
          .projects .text-header {
            margin-bottom: 50px;
          }
          .projects .header {
            padding: 10px 10px;
          }
          .services .desktop {
            display: none;
          }
          .services .mobile {
            display: block;
          }
          .services {
            padding: 20px 20px;
          }
          .services .text-header h2 {
            font-size: 25px;
            margin-bottom: 40px;
          }
          .services .items_box {
            margin-top: 0px;
            padding: 0;
            padding-bottom: 20px;
          }
          .services .items_box .head_text h2 {
            font-size: 2em;
          }
          .services .items_box .text_box h2 {
            font-size: 2em;
            margin-left: 25px;
          }
          .services .mobile .items_box {
            margin-bottom: 50px;
          }
          .services .mobile .items_box img {
            width: 100%;
            height: 300px;
            border-radius: 5px;
            object-fit: cover;
            margin-bottom: 10px;
          }
          .faq {
            width: 100%;
            height: auto;
            padding: 30px 20px;
          }
          .faq .text-header h2 {
            font-size: 30px;
            margin-bottom: 30px;
          }
          .faq .card .card-header button {
            font-family: 'Outfit-Light', sans-serif;
            font-size: 15px;
            line-height: 20px;
            font-weight: 400;
            padding: 25px 0px;
          }
          .faq .card .card-header .card_header_icon i {
            font-size: 20px;
          }
          .faq .card .card-body {
            font-size: 14px;
            line-height: 25px;
          }
          .blog {
            padding: 30px 20px;
          }
          .blog .text-header h2 {
            font-size: 30px;
            margin-bottom: 40px;
          }
          .social_icon_fixed {
            display: none;
          }
          .blog .blog_item .img_box {
            width: 100%;
            height: 270px;
          }
          .blog .blog_item .outer_text {
            padding: 0px 0px;
            padding-bottom: 0;
            position: relative;
            top: unset;
            bottom: unset;
            left: unset;
          }
          .blog .blog_item .outer_text .inner_text_box h2 {
            font-family: 'Outfit-Medium', sans-serif;
            color: #111;
            font-size: 17px;
            margin: 8px 0;
          }
          .faq .text-header {
    margin-top: 0px;
}
          .blog .blog_item .outer_text .inner_text_box p {
            font-size: 14px;
            line-height: 25px;
          }
          .blog .blog_item {
            margin-top: 0px;
            margin-bottom: 170px;
          }
          .blog .blog_item .outer_text .inner_text_box .span {
            margin-bottom: 0px;
          }
          .blog .blog_item .img_box .img {
            filter: grayscale(0);
          }
          .blog .blog_item .outer_text .inner_text_box .read_more.mobile {
           display: block;
          }
          .blog .blog_item .outer_text .inner_text_box .read_more {
            font-family: 'Outfit-Light';
            font-size: 11px;
            color: #000;
            text-transform: uppercase;
            text-decoration: none;
          }
          .blog .blog_item .outer_text .inner_text_box .read_more::after {
            content: "";
            display: block;
            width: 60px;
            height: 1px;
            background: #000;
          }
          .blog .blog_item .outer_text .inner_text_box {
            padding: 20px 0;
          }
          .blog .all_post {
            margin-top: 0px;
            margin-bottom: 40px;
          }
          .footer {
            padding: 20px 20px;
          }
          .footer .top_footer {
            text-align: center;
            padding: 0;
            margin-bottom: 20px;
          }
          .footer .top_footer img {
            width: 200px;
            height: auto;
            margin-bottom: 20px;
          }
          .footer .careers_div {
            display: none;
          }
          .footer .top_footer .text-right, .footer .bottom_footer .text-right {
            text-align: center !important;
          }
          .footer .bottom_footer {
            text-align: center;
          }
          .footer .top_footer .text_box p a {
            font-weight: 400;
            font-size: 15px;
          }
          .footer .top_footer .text_box p {
           margin-bottom: 0;
          }
          .footer .bottom_footer .text_box p {
            margin-bottom: 0;
          }
          .contact_body {
            padding: 30px 20px;
          }
          .contact_body .text_box .heading h2 {
            font-size: 3em;
          }
          .contact_body .text_box .box.socials a {
            margin-right:15px;
          }
          
          .explore_body .item_box .header h1 {
    font-family: 'Outfit-Bold', sans-serif;
    font-size: 25px;
    }
        .explore_body .item_box .header h2 {
    font-family: 'Outfit-Bold', sans-serif;
    font-size: 23px;
    }
            .explore_body .item_box .header h3 {
    font-family: 'Outfit-Bold', sans-serif;
    font-size: 21px;
    }
            .explore_body .item_box .header h4{
    font-family: 'Outfit-Bold', sans-serif;
    font-size: 19px;
    }
            .explore_body .item_box .header h5 {
    font-family: 'Outfit-Bold', sans-serif;
    font-size: 17px;
    }
               .explore_body .item_box .header h6 {
    font-family: 'Outfit-Bold', sans-serif;
    font-size: 15px;
    }

        .contact_body .text_box .form-box {
        padding: 0 0px;
        margin-top: 30px;
        }
        .contact_body .text_box .box {
            margin-bottom: 15px;
            margin-top: 15px;
          }
          .blog_body .text-header {
            margin: 30px 0;
          }
          .blog_body .text-header h2 {
            font-size: 2.5em;
          }
          .blog_body {
            padding: 20px 20px;
          }
          .blog_body .item_box {
            margin-top: 0px;
          }
          .blog_body .blog_item {
            margin-top: 0px;
            margin-bottom: 0px;
          }
          .blog_body .blog_item .img_box {
            width: 100%;
            height: 270px;
          }
          .blog_body .blog_item .outer_text {
            padding: 0px 0px;
            padding-bottom: 0;
            position: relative;
            top: unset;
            bottom: unset;
            left: unset;
          }
          .blog_body .blog_item .outer_text .inner_text_box h2 {
            font-family: 'Outfit-Medium', sans-serif;
            color: #111;
            font-size: 18px;
            margin: 8px 0;
          }
          .blog_body .blog_item .outer_text .inner_text_box p {
            font-size: 14px;
            line-height: 25px;
          }
          .blog_body .blog_item {
            margin-top: 0px;
            margin-bottom: 170px;
          }
          .blog_body .blog_item .outer_text .inner_text_box .span {
            margin-bottom: 0px;
          }
          .blog_body .blog_item .img_box .img {
            filter: grayscale(0);
          }
          .blog_body .blog_item .outer_text .inner_text_box .read_more.mobile {
           display: block;
          }
          .blog_body .blog_item .outer_text .inner_text_box .read_more {
            font-family: 'Outfit-Light';
            font-size: 11px;
            color: #000;
            text-transform: uppercase;
            text-decoration: none;
          }
          .blog_body .blog_item .outer_text .inner_text_box .read_more::after {
            content: "";
            display: block;
            width: 60px;
            height: 1px;
            background: #000;
          }
          .blog_body .blog_item .outer_text .inner_text_box {
            padding: 20px 0;
          }
          .blog_body .all_post {
            margin-top: 0px;
            margin-bottom: 40px;
          }
          .article_body {
            padding: 20px 20px;
          }
          .article_body .share_socials {
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid rgba(0, 0, 0,.1);
          }
          .article_body .item_box .header h1 {
            font-size: 1.5em;
          }
          .article_body .item_box .header {
            margin-bottom: 30px;
            margin-top: 10px;
          }
          .article_body .img_box {
            height: 50vh;
            margin-bottom: 30px;
          }
          .comment_btn {
            bottom: 20px;
            right: 20px;
          }
          .comment_btn p {
            font-size: 13px;
            padding: 6px 10px;
            border-radius: 20px;
          }
          .article_body .share_socials .socials a {
            font-size: 20px;
          }
          .explore_body {
            padding: 30px 20px;
          }
          .explore_body .item_box .header .back-arrow {
            margin-bottom: 10px;
          }
          .explore_body .item_box .header h2 {
            font-size: 17px;
          }
          .explore_body .item_box .specs p {
            margin-bottom: 20px;
          }
          .explore_body .item_box .img_box {
            height: 40vh;
            margin-bottom: 20px;
          }
          .explore_body .other_projects {
            margin-top: 50px;
          }
          .explore_body .other_projects .text-header h2 {
            font-size: 30px;
            margin-bottom: 0px;
          }
          .arrow_img {
            margin-bottom: 20px;
          }
          .explore_body .other_projects .project_img {
            margin: 30px 0;
          }
          .explore_body .other_projects .img_box {
            height: 40vh;
            margin-bottom: 30px;
          }
          .explore_body .other_projects .img_box .overlay {
            transform: scale(0.9);
            position: absolute;
            top: 5px;
            left: 5px;
            bottom: 30px;
            right: 5px;
            opacity: 1;
            border-radius: 5px;
          }
          .about_body {
            padding: 20px 20px;
          }
          .about_body .text_box {
            margin: 10px 0;
          }
          .about_body .text_box h2 {
            font-size: 2em;
            padding: 0 0px;
          }
          .about_body .text_box .item_box {
            margin: 10px 0;
            padding: 0 0px;
          }
          .about_body .img_box {
            width: 100%;
            height: 50vh;
          }
          .about_body .text-header {
            margin: 30px 0;
          }
          .about_body .text-header h2 {
            font-size: 30px;
            margin-bottom: 30px;
          }
          .about_body .card .card-header button {
            font-size: 1em;
            line-height: 30px;
            padding: 35px 0px;
            border-bottom: 1px solid #aeaeae;
          }
          .our_team {
            background: #111;
            padding: 40px 20px;
          }
          .our_team .img_box {
            height: 200px;
          }
          .our_team .img_box .img {
            filter: grayscale(0);
          }
          .our_team .img_box .overlay {
            background: rgba(0,0,0,.2);
            opacity: 1;
          }
          .our_team .img_box .overlay .inner_text h2 {
            font-size: 1em;
            margin-bottom: 0;
          }
          .our_team .img_box .overlay .inner_text p {
            font-size: 12px; 
            margin-bottom: 0;      
          }
          .our_team .inner_text_box h2 {
            font-size: 30px;
          }
          .our_team .inner_text_box {
           padding: 20px;
          }
          .our_client {
            padding: 30px 20px;
          }
          .our_client .text-header h2 {
            font-size: 30px;
          }
          #joinTeam .modal-title {
            font-size: 1.5em;
          }
        .our_team .inner_text_box h2::after {
        content: "";
        display: block;
        width: 50px;
        height: 1px;
        background: #fff;
        margin: 0 auto;

        }
    }

