/*-------- File Name: style.css --------*/


/*-------- import Fonts --------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,400,600,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Baloo+Chettan&display=swap');

/*****----------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 -----------------*****/
/*-------- import Files --------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*-------- skeleton --------*/

* {
     box-sizing: border-box !important;
}

.container {
     max-width: 1170px;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #666666;
     font-size: 14px;
     /* font-family: 'Poppins', sans-serif; */
     font-family: Raleway, sans-serif;
     /** Source Sans Pro', sans-serif */
     line-height: 1.80857;
     font-weight: normal;
     overflow-x: hidden;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px;
}

h2 {
     font-size: 22px;
}

h3 {
     font-size: 18px;
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none !important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     font-weight: 600;
     font-size: 15px;
     line-height: 24px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

:focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

a.nav-link:hover {
     color: #fe0000 !important;
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}

/**-- heading section --**/
.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}

/*-- header area --*/
.navigation.navbar {
     float: right;
     padding-top: 14px !important;
     padding: 0;
}

.navigation.navbar-dark .navbar-nav .nav-link {
     padding: 7px 0px 27px 0px;
     margin: 0 18px;
     color: #010101;
     font-size: 16px;
     line-height: 20px;
     font-weight: 500;
     text-transform: uppercase;
     border-bottom: #fff solid 3px;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
     color: #fe0000;
     border-bottom: #fe0000 solid 3px;
}

.navigation.navbar-dark .navbar-nav .active>.nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show>.nav-link {
     color: #fe0000;
     border-bottom: #fe0000 solid 3px;
}

.navbar-expand-md .navbar-nav {
     padding-right: 10px;
}

.header {
     width: 100%;
     height: 100px;
     padding: 15px 0px 15px 0px;
     background: #fff;
}

img.set-logo {
     width: 66%;
     height: 100%;
 }
/** banner section **/

.banner_main {
     position: relative;
}

.banner .carousel-indicators li {
     width: 20px;
     height: 20px;
     border-radius: 30px;
     background: #fff;
}

.banner .carousel-indicators .active {
     background-color: #fe0000;
}

.booking_ocline {
     position: absolute;
     width: 100%;
     top: 50%;
     transform: translateY(-50%);
}

.book_room {
     background-color: #000000c7;
     padding: 30px 35px;
     border-left: #ff0909 solid 5px;
}

.book_room h1 {
     font-weight: 500;
     font-size: 30px;
     line-height: 30px;
     color: #fff;
     padding-bottom: 20px;
     text-transform: uppercase;
     text-align: center;
}

.book_now span {
     display: block;
     color: #fff;
     font-size: 18px;
     padding-bottom: 5px;
}

.book_now .online_book {
     width: 100%;
     height: 50px;
     border: #fff solid 1px;
     background-color: transparent;
     color: #fff;
     padding: 0 10px;
     padding-right: 61px;
     margin-bottom: 25px;
     position: relative;
}

.date_cua {
     position: absolute;
     width: 29px;
     height: 29px;
     top: 48px;
     background-repeat: no-repeat;
     right: 30px;
}

.book_btn {
     background-color: #fe0000;
     max-width: 189px;
     width: 100%;
     margin: 0 auto;
     padding: 10px 0;
     border-radius: 50px;
     color: #fff;
     font-size: 20px;
     transition: ease-in 0.5s;
     display: block;
}

.book_btn:hover {
     background-color: #fff;
     color: #fe0000;
     transition: ease-in 0.5s;
}

.carousel-control-next,
.carousel-control-prev {
     display: none;
}

.carousel-indicators {
     right: inherit;
     bottom: 53px;
     margin-left: 9%;
}

/** end banner section **/
.titlepage {
     text-align: center;
     padding-bottom: 40px;
}

.titlepage h2 {
     font-size: 40px;
     color: #121212;
     line-height: 45px;
     font-weight: bold;
     /* text-transform: uppercase; */
     padding: 0;
}

.titlepage h2::before {
     position: absolute;
     content: "";
     background-color: #ff0909;
     width: 20px;
     height: 4px;
     transform: rotate(-36deg);
}

.titlepage h2::after {
     position: absolute;
     content: "";
     background-color: #ff0909;
     width: 20px;
     height: 4px;
     transform: rotate(-36deg);
     bottom: 10px;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.read_more {
     font-size: 17px;
     background-color: #121212;
     color: #fff;
     padding: 8px 0px;
     width: 100%;
     max-width: 144px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     font-weight: 500;
     border-radius: 30px;
}

.read_more:hover {
     background: #fe0000;
     color: #fff;
     transition: ease-in all 0.5s;
}

/* Overlay container */
.carousel-item {
     position: relative;
     height: 100vh;
     min-height: 300px;
     background: no-repeat center center scroll;
     background-size: cover;
}

.carousel-caption {
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     left: 15%;
     right: 15%;
     text-align: center;
}

.carousel-caption h1,
.carousel-caption p {
     color: #fff;
}

.overlay {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 74%);
     z-index: 1;
}

.carousel-caption {
     z-index: 2;
}

@media (max-width: 767px) {
     .carousel-caption {
          top: 60%;
          padding: 0 10px;
     }

     .carousel-caption h1 {
          font-size: 1.75rem;
     }

     .carousel-caption p {
          font-size: 1rem;
     }
}

@media (min-width: 768px) and (max-width: 991px) {
     .carousel-caption {
          top: 50%;
     }

     .carousel-caption h1 {
          font-size: 2.25rem;
     }

     .carousel-caption p {
          font-size: 1.25rem;
     }
}

@media (min-width: 992px) {
     .carousel-caption {
          top: 50%;
          text-align: left;
     }

     .carousel-caption h1 {
          font-size: 2.75rem;
     }

     .carousel-caption p {
          font-size: 1.5rem;
     }
}

.carousel-item {
     position: relative;
}

/* Image styling */
.carousel-item img {
     width: 100%;
     height: 100vh;
     /* Full viewport height */
     object-fit: cover;
}

/* Overlay styling */
.carousel-item .overlay {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: rgb(0 0 0 / 74%);
     /* Semi-transparent overlay */
     z-index: 1;
}

/* Caption styling */
.carousel-caption {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     z-index: 2;
     /* Ensures text is above the overlay */
     text-align: center;
     color: #fff;
}

/* Button spacing */
.btn {
     margin-top: 10px;
}

/** about section **/
.about {
     background-color: #e3e3e3;
     /* padding-top: 85px; */
     /* padding-bottom: 50px; */
     padding: 85px 30px 50px;
}

img.pj-abouts {
     height: 351px;
     width: 100%;
     border-radius: 10px;
}

.about .titlepage {
     text-align: center;
     padding-bottom: 0;
     /* max-width: 443px; */
     width: 100%;
     float: right;
}

.about .titlepage h2 {
     margin-bottom: 35px;
}

.about .titlepage p {
     font-weight: 400;
     font-size: 17px;
     line-height: 28px;
     padding-bottom: 35px;
     text-align: justify;
}

.about_img {
     margin-right: 40px;
     overflow: hidden;
}

.about_img figure {
     margin: 0;
}

.about_img figure img {
     width: 100%;
     transition: all .5s;
}

.about_img figure img:hover {
     transform: scale(1.2);
}

/** end about section **/

/** our_room section **/

.our_room {
     background-color: #f4f5f7;
     /* padding: 60px 0 30px 0;
     margin-top: 90px; */
}

.our_room .titlepage {
     text-align: center;
}

.our_room .titlepage p {
     color: #121212;
     font-size: 17px;
     margin-top: 20px;
}

.our_room .room {
     text-align: center;
     background-color: #fff;
     margin-bottom: 30px;
     transition: ease-in all 0.5s;
}

.our_room .room .room_img {
     overflow: hidden;
}

.our_room .room .room_img figure {
     margin: 0;
}

.our_room .room .room_img figure img {
     width: 100%;
     transition: all .5s;
}

.our_room .room .room_img figure img:hover {
     transform: scale(1.2);
}

.our_room .room .bed_room {
     padding: 33px 30px;
}

.our_room .room .bed_room h3 {
     color: #121212;
     font-size: 25px;
     line-height: 20px;
     font-weight: 500;
     transition: ease-in all 0.5s;
     margin: auto;
}

#serv_hover:hover.room {
     cursor: pointer;
     box-shadow: 0px 0px 30px rgba(255, 9, 9, 0.15);
     transition: ease-in all 0.5s;
}


/** end our_room section **/


/** gallery  section **/

.gallery {
     padding-top: 60px;
}

.gallery .titlepage {
     text-align: center;
}

.gallery .gallery_img {
     overflow: hidden;
     margin-bottom: 30px;
}

.gallery .gallery_img figure {
     margin: 0;
}

.gallery .gallery_img figure img {
     width: 100%;
     transition: all .5s;
}

.gallery .gallery_img figure img:hover {
     transform: scale(1.2);
}


/** end gallery  section **/


/** blog section **/

.blog {
     background: url(../images/blog_bg.jpg);
     background-repeat: no-repeat;
     background-size: 100% 100%;
     padding: 60px 0 30px 0;
     /* margin-top: 60px; */
}

.blog .titlepage {
     text-align: center;
}

.blog .titlepage h2 {
     color: #fff;
}

.blog .titlepage p {
     color: #fff;
     font-size: 17px;
     margin-top: 20px;
}

.blog .blog_box {
     text-align: left;
     background-color: #fff;
     margin-bottom: 30px;
     transition: ease-in all 0.5s;
}

.blog .blog_box .blog_img {
     overflow: hidden;
}

.blog .blog_box .blog_img figure {
     margin: 0;
}

.blog .blog_box .blog_img figure img {
     width: 100%;
     transition: all .5s;
}

.blog .blog_box .blog_img figure img:hover {
     transform: scale(1.2);
}

.blog .blog_box .blog_room {
     padding: 33px 30px;
     text-align: left;
}

.blog .blog_box .blog_room h3 {
     color: #121212;
     font-size: 25px;
     line-height: 20px;
     font-weight: 500;
     padding-bottom: 5px;
     transition: ease-in all 0.5s;
     margin: auto;
}

.blog .blog_box .blog_room span {
     font-size: 15px;
     color: #ff0909;
     font-weight: bold;
     margin-bottom: 10px;
     display: block;
}

.blog .blog_box .blog_room p {
     font-size: 14px;
     line-height: 20px;
}

/** end blog section **/

/** contact section **/

.contact {
     background: #e6e6e6;
     /* margin-top: 90px; */
     margin-top: 0px;
     padding: 28px;
}

button.send_btn {
     margin-left: 38%;
}

.main_form .contactus {
     border: #fff solid 1px;
     padding: 0 15px;
     margin-bottom: 25px;
     width: 100%;
     height: 43px;
     border-radius: 8px;
     background: #fff;
     color: #000000;
     font-size: 18px;
     font-weight: normal;
     box-shadow: 2px 0px 6px rgba(255, 9, 9, 0.20);
}

.main_form .textarea {
     border: #fff solid 1px;
     margin-bottom: 25px;
     width: 100%;
     background: #fff;
     color: #000000;
     font-size: 18px;
     font-weight: normal;
     padding: 12px 15px 0 15px;
     box-shadow: 2px 0px 6px rgba(255, 9, 9, 0.20);
     height: 150px;
}

.main_form .send_btn {
     font-size: 17px;
     transition: ease-in all 0.5s;
     background-color: #323232;
     text-transform: uppercase;
     color: #fff;
     padding: 11px 12px;
     max-width: 191px;
     width: 100%;
     display: block;
     margin-top: 10px !important;
     font-weight: 500;
     border-radius: 50px;
}

.main_form .send_btn:hover {
     background-color: #ff0909;
     transition: ease-in all 0.5s;
     color: #fff;
}

#request *::placeholder {
     color: #000000;
     opacity: 1;
}

.map figure {
     margin: 0;
}

.map figure img {
     width: 100%;
}

/** footer **/

.footer {
     background: #0f1521;
     margin-top: 90px;
     padding-top: 60px;
     text-align: center;
}

.footer h3 {
     font-weight: 600;
     font-size: 25px;
     line-height: 24px;
     text-align: left;
     color: #fff;
     margin-bottom: 15px;
     border-bottom: #ff0909 solid 3px;
     padding-bottom: 3px;
     display: table;
}

ul.conta li {
     color: #fff;
     text-align: left;
     padding-bottom: 20px;
     font-size: 16px;
}

ul.conta li i {
     padding-right: 15px;
     text-align: center;
     font-size: 20px;
}

ul.conta li a {
     color: #fff;
}

ul.link_menu li {
     display: block;
     text-align: left;
}

ul.link_menu li.active a {
     color: #ff0909;
}

ul.link_menu li a {
     color: #fff;
     font-size: 17px;
     line-height: 28px;
     display: block;
     width: -moz-max-content;
}

ul.link_menu li a:hover {
     color: #ff0909;
}

.bottom_form {
     display: flex;
     flex-wrap: wrap;
     margin-top: 32px;
}

.bottom_form h3 {
     font-weight: 600;
     font-size: 20px;
     line-height: 25px;
     text-align: left;
     color: #fff;
     padding-top: 12px;
     margin-right: 93px;
     text-transform: uppercase;
     border: inherit;
}

.bottom_form .enter {
     border: inherit;
     padding: 0px 19px;
     width: 100%;
     height: 45px;
     background: #fffffff2;
     color: #ccc8c8;
     font-size: 17px;
     font-weight: 300;
     float: left;
     margin-bottom: 20px;
}

.sub_btn {
     font-size: 17px;
     transition: ease-in all 0.5s;
     background-color: #fff;
     color: #ff0909;
     padding: 8px 0px;
     max-width: 147px;
     width: 100%;
     font-weight: 500;
     text-transform: uppercase;
     height: 47px;
}

.sub_btn:hover {
     background-color: #ff0909;
     transition: ease-in all 0.5s;
     color: #fff;
}

ul.social_icon {
     padding-top: 24px;
     width: 100%;
     float: left;
     text-align: left;
}

ul.social_icon li {
     display: inline-block;
}

ul.social_icon li a {
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 27px;
     border-radius: 30px;
     margin: 0 9px;
     color: #fff;
}

ul.social_icon li a:hover {
     color: #ff0909;
}

.copyright {
     margin-top: 60px;
     padding-bottom: 20px;
     background-color: #0f1521;
     border-right: inherit;
     border-left: inherit;
}

.copyright p {
     color: #fff;
     font-size: 18px;
     line-height: 22px;
     text-align: center;
     border-top: #a3aec6 solid 1px;
     padding-top: 25px;
     font-weight: normal;
}

.copyright a {
     color: #fff;
}

.copyright a:hover {
     color: #ff0909;
}

/**  inner page css **/
.back_re {
     background-color: #0f1521;
}

.back_re .title {
     text-align: center;
}

.back_re .title h2 {
     color: #fff;
     font-size: 40px;
     padding: 40px 0;
     font-weight: 600;
     text-transform: uppercase;
     line-height: 35px;
}

.margin_0 {
     margin: 0 !important;
}


.inner_page .gallery {
     padding-top: 90px;
}

.inner_page .blog {
     margin-top: 90px;
}

h3.logo-txt {
     font-size: 22px;
     font-weight: 700;
     font-family: 'FontAwesome';
     color: #f00;
}

a.logo-txt {
     color: #ffffff;
     font-size: 28px;
     font-weight: 700;
     font-family: 'FontAwesome';
     line-height: 36px;
}

/*28/07/2024 */
.pj-set-section {
     padding: 60px 0;
     min-height: 100vh;
}

a, a:hover, a:focus, a:active {
     text-decoration: none;
     outline: none;
}

ul {
     margin: 0;
     padding: 0;
     list-style: none;
}

.bg-gray {
     background-color: #f9f9f9;
}

.site-heading h2 {
     display: block;
     font-weight: 700;
     margin-bottom: 10px;
     text-transform: uppercase;
}

.site-heading h2 span {
     color: #f00;
}

.site-heading h4 {
     display: inline-block;
     padding-bottom: 20px;
     position: relative;
     text-transform: capitalize;
     z-index: 1;
}

.site-heading h4::before {
     background: #f00 none repeat scroll 0 0;
     bottom: 0;
     content: "";
     height: 2px;
     left: 50%;
     margin-left: -25px;
     position: absolute;
     width: 50px;
}

.site-heading {
     margin-bottom: 60px;
     overflow: hidden;
     margin-top: -5px;
}

.carousel-shadow .owl-stage-outer {
     margin: -15px -15px 0;
     padding: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot span {
     background: #ffffff none repeat scroll 0 0;
     border: 2px solid;
     height: 15px;
     margin: 0 5px;
     width: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot.active span {
     background: #f00 none repeat scroll 0 0;
     border-color: #f00;
}

.we-offer-area .item {
     background: #ffffff none repeat scroll 0 0;
     border-left: 2px solid #f00;
     -moz-box-shadow: 0 0 10px #cccccc;
     -webkit-box-shadow: 0 0 10px #cccccc;
     -o-box-shadow: 0 0 10px #cccccc;
     box-shadow: 0 0 10px #cccccc;
     overflow: hidden;
     padding: 30px;
     position: relative;
     z-index: 1;
}

.we-offer-area.text-center .item {
     background: #ffffff none repeat scroll 0 0;
     border: medium none;
     padding: 40px 40px 64px;
     height: 413px;
     border-radius: 9px;
     /* text-align: start; */
}

.we-offer-area.text-center .item i {
     background: #e8e8e8 none repeat scroll 0 0;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     border-radius: 50%;
     color: #ffffff;
     font-size: 40px;
     height: 80px;
     line-height: 80px;
     position: relative;
     text-align: center;
     width: 80px;
     z-index: 1;
     transition: all 0.35s ease-in-out;
     -webkit-transition: all 0.35s ease-in-out;
     -moz-transition: all 0.35s ease-in-out;
     -ms-transition: all 0.35s ease-in-out;
     -o-transition: all 0.35s ease-in-out;
     margin-bottom: 25px;
}

.we-offer-area.text-center .item i::after {
     border: 2px solid #e3e3e3;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     border-radius: 50%;
     content: "";
     height: 90px;
     left: -5px;
     position: absolute;
     top: -5px;
     width: 90px;
     z-index: -1;
     transition: all 0.35s ease-in-out;
     -webkit-transition: all 0.35s ease-in-out;
     -moz-transition: all 0.35s ease-in-out;
     -ms-transition: all 0.35s ease-in-out;
     -o-transition: all 0.35s ease-in-out;
}

.we-offer-area.item-border-less .item {
     border: medium none;
}

.we-offer-area .our-offer-items.less-carousel .equal-height {
     margin-bottom: 30px;
}

.we-offer-area.item-border-less .item .number {
     font-family: "Poppins", sans-serif;
     font-size: 50px;
     font-weight: 900;
     opacity: 0.1;
     position: absolute;
     right: 30px;
     top: 30px;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item,
.we-offer-area.center-active .single-item:nth-child(2n) .item {
     background: #f00 none repeat scroll 0 0;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item i,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item h4,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item p,
.we-offer-area.center-active .single-item:nth-child(2n) .item i,
.we-offer-area.center-active .single-item:nth-child(2n) .item h4,
.we-offer-area.center-active .single-item:nth-child(2n) .item p {
     color: #ffffff;
}

.we-offer-area .item i {
     color: #f00;
     display: inline-block;
     font-size: 60px;
     margin-bottom: 20px;
}

.we-offer-area .item h4 {
     font-weight: 600;
     text-transform: capitalize;
}

.we-offer-area .item p {
     margin: 0;
}

.we-offer-area .item i,
.we-offer-area .item h4,
.we-offer-area .item p {
     transition: all 0.35s ease-in-out;
     -webkit-transition: all 0.35s ease-in-out;
     -moz-transition: all 0.35s ease-in-out;
     -ms-transition: all 0.35s ease-in-out;
     -o-transition: all 0.35s ease-in-out;
}

.we-offer-area .item::after {
     background: #e3e3e3 none repeat scroll 0 0;
     content: "";
     height: 100%;
     left: -100%;
     position: absolute;
     top: 0;
     transition: all 0.35s ease-in-out;
     -webkit-transition: all 0.35s ease-in-out;
     -moz-transition: all 0.35s ease-in-out;
     -ms-transition: all 0.35s ease-in-out;
     -o-transition: all 0.35s ease-in-out;
     width: 100%;
     z-index: -1;
}

.we-offer-area .item:hover::after {
     left: 0;
}

.we-offer-area .item:hover i,
.we-offer-area .item:hover h4,
.we-offer-area .item:hover p {
     color: #080808 !important;
}

.we-offer-area.text-center .item:hover i::after {
     border-color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i {
     background-color: #ffffff !important;
     color: #f00 !important;
}

.we-offer-area.text-left .item i {
     background: #e49a45 none repeat scroll 0 0;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     border-radius: 50%;
     color: #ffffff;
     display: inline-block;
     font-size: 60px;
     height: 100px;
     line-height: 100px;
     margin-bottom: 30px;
     position: relative;
     width: 100px;
     z-index: 1;
     text-align: center;
}

.we-offer-area.text-left .item i::after {
     border: 2px solid #f00;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     border-radius: 50%;
     content: "";
     height: 120px;
     left: -10px;
     position: absolute;
     top: -10px;
     width: 120px;
}

.text-start {
     text-align: start;
}

h2.pj-ocmt {
     font-size: 36px;
     line-height: 39px;
     margin-bottom: 15px !important;
}

.padding-btm {
     padding: 30px;
     font-size: 15px;
     font-weight: bold;
     text-align: justify;
}

/* .about.pj-oc {
     background-color: #b5b5b5;
} */

.pj-box-cart {
     padding: 21px;
     /* background-image: linear-gradient(45deg, red, white); */
     height: 350px;
     box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgb(0 0 0 / 29%) 0px 6px 6px;
}

.pj-box-cart:hover {
     background-image: linear-gradient(45deg, red, white);
     color: #393838;
}

h1.color-white {
     color: #fff;
     font-weight: 700;
     font-size: 37px;
     font-family: "Helvetica", sans-serif;
}

p.color-white {
     color: #fff;
     font-weight: 700;
     font-size: 20px;
     font-family: "Helvetica", sans-serif;
     line-height: 24px;
}

.carousel-caption.d-none.d-md-block {
     padding-bottom: 333px;
}

.banner-opacity {
     opacity: 1.8;
     /* Adjust the value as needed */
     filter: alpha(opacity=80);
     /* For IE8 and earlier */
}

.btn:not(:disabled):not(.disabled) {
     cursor: pointer;
     border-radius: 21px;
     padding: 10px 42px 10px;
     color: #fff;
     margin-right: 30px;
}

.carousel-item {
     background: #0000006e;
}

.stage3_img {
     /* margin-right: 40px; */
     overflow: hidden;
}

.stage3_img figure {
     margin: 0;
}

.stage3_img figure img {
     width: 100%;
     transition: all .5s;
}

.stage3_img figure img:hover {
     transform: scale(1.2);
}

.stage3 {
     background-color: #f1f0f0;
     padding-top: 85px;
     padding-bottom: 30px;
}

img.pj-stage3 {
     height: 78%;
     width: 90%;
     border-radius: 10px;
}

.p-stage3 {
     margin: 3px;
     font-weight: 500;
     font-size: 17px;
     line-height: 28px;
     font-family: Raleway, sans-serif;
}

/* BANNER Overlay */
.showcase .overlay {
     width: 100%;
     /* height: 500px; */
     background-color: rgba(0, 36, 82, 0.678);
     position: absolute;
     top: 0;
     left: 0;
     z-index: 999
}

.showcase h2 {
     margin-top: 170px;
     font-size: 3em;
}

.showcase p {
     margin-top: 8px;
     font-size: 1.2em;
}

/* 3 Stage CSS */
.elementor-684 .elementor-element.elementor-element-05c7b67 {
     margin-top: 0px;
     margin-bottom: 100px;
}

.elementor-684 .elementor-element.elementor-element-05c7b67 {
     margin-top: 0px;
     margin-bottom: 100px;
}

.elementor-section {
     position: relative;
}

.fadeIn {
     animation-name: fadeIn;
}

.elementor-section .elementor-container {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     margin-right: auto;
     margin-left: auto;
     position: relative;
}

.elementor-section.elementor-section-boxed>.elementor-container {
     max-width: 1170px;
}

.elementor *, .elementor :after, .elementor :before {
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
}

.elementor-row {
     width: 100%;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
}

@media (min-width: 768px) {
     .elementor-column.elementor-col-100, .elementor-column[data-col="100"] {
          width: 100%;
     }
}

.elementor-column, .elementor-column-wrap {
     position: relative;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
}

.elementor-column {
     min-height: 1px;
}

.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
     padding: 0 !important;
}

#page_content_wrapper .inner .inner_wrapper, body.centeralign3 .menu_address_content, body.centeralign3 .menu_tel_content {
     letter-spacing: 0px;
}

.elementor-widget-wrap {
     position: relative;
     width: 100%;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -ms-flex-line-pack: start;
     align-content: flex-start;
}

.elementor-widget {
     position: relative;
}

.elementor-widget-wrap>.elementor-element {
     width: 100%;
}

.timeline_wrapper {
     float: left;
     position: relative;
     left: 0;
     width: 100%;
     clear: both;
}

.timeline_wrapper .timeline_entry {
     width: calc(50% - 80px);
     float: left;
     padding: 20px;
     clear: both;
     text-align: right;
}

.timeline_wrapper .timeline_entry .timeline_title {
     position: relative;
}

.timeline_wrapper .timeline_entry .timeline_title .timeline_image {
     margin-bottom: 15px;
}

.elementor img {
     height: auto;
     max-width: 100%;
     border: none;
     -webkit-border-radius: 0;
     border-radius: 0;
     -webkit-box-shadow: none;
     box-shadow: none;
}

.elementor-684 .elementor-element.elementor-element-b04d129 div.timeline_wrapper .timeline_entry .timeline_title h3 {
     text-transform: none;
     font-size: 80px;
     line-height: 1em;
}

.elementor-684 .elementor-element.elementor-element-b04d129 .timeline_wrapper .timeline_entry .timeline_title h3 {
     color: #222222;
}

.elementor-684 .elementor-element.elementor-element-b04d129 .timeline_wrapper div.timeline_entry .timeline_title h3 {
     letter-spacing: 0px;
}

.elementor-684 .elementor-element.elementor-element-b04d129 .timeline_wrapper .timeline_entry div.timeline_body {
     font-size: 15px;
}

.elementor-684 .elementor-element.elementor-element-b04d129 .timeline_wrapper .timeline_entry .timeline_body {
     color: #000000;
}

#page_content_wrapper p, .page_content_wrapper p {
     padding-top: 1em;
     padding-bottom: 1em;
}

.timeline_wrapper .timeline_entry:nth-child(2n) {
     text-align: left;
     float: right;
}

.timeline_wrapper .timeline_entry:not(:first-child) {
     margin-top: -80px;
}

.timeline_wrapper .timeline_entry:nth-child(2n) .timeline_title:before {
     /* left: -106px; */
     left: -109px;
}

.timeline_wrapper .timeline_entry .timeline_title:before {
     content: '';
     position: absolute;
     /* width: 12px;
     height: 12px;
     border: 2px solid #222;
     background-color: #222; */
     width: 18px;
     height: 18px;
     border: 2px solid #ff0000;
     background-color: #f70b0b;
     border-radius: 100%;
     top: 50%;
     -webkit-transform: translateY(-50%);
     transform: translateY(-50%);
     /* right: -106px; */
     right: -109px;
     z-index: 2;
}

.elementor-684 .elementor-element.elementor-element-b04d129 div.timeline_wrapper div.timeline_entry .timeline_title:before {
     border-color: #cca876;
}

.elementor-kit-1577 {
     --e-global-color-primary: #6EC1E4;
     --e-global-color-secondary: #54595F;
     --e-global-color-text: #7A7A7A;
     --e-global-color-accent: #61CE70;
     --e-global-color-533fd2c9: #4054B2;
     --e-global-color-617245f2: #23A455;
     --e-global-color-4154f389: #000;
     --e-global-color-270cb58f: #FFF;
     --e-global-typography-primary-font-family: "Roboto";
     --e-global-typography-primary-font-weight: 600;
     --e-global-typography-secondary-font-family: "Roboto Slab";
     --e-global-typography-secondary-font-weight: 400;
     --e-global-typography-text-font-family: "Roboto";
     --e-global-typography-text-font-weight: 400;
     --e-global-typography-accent-font-family: "Roboto";
     --e-global-typography-accent-font-weight: 500;
}

::selection {
     /* background: #efc337; */
     background: #f00;
     color: #fff;
}

.timeline_wrapper .timeline_entry:not(:first-child) {
     margin-top: -80px;
}

.elementor-684 .elementor-element.elementor-element-b04d129 .timeline_wrapper:before {
     background: #cca076;
}

.timeline_wrapper:before {
     content: '';
     position: absolute;
     top: 0px;
     left: 50%;
     bottom: 0px;
     -webkit-transform: translateX(-50%);
     transform: translateX(-50%);
     width: 1px;
     /* background-color: #222; */

     background: #db2424;
}

.elementor-684 .elementor-element.elementor-element-b04d129 .timeline_wrapper .timeline_entry .timeline_title:before {
     background: #cca876;
}

.timeline_body {
     text-align: justify;
     font-family: Raleway, sans-serif;
     color: #404040;
     font-weight: 500;
}

img.p-set-img {
     height: 18%;
     width: 94%;
     border-radius: 20px;
     text-align: center;
}

p.coaching-model {
     font-weight: bold;
     font-style: italic;
     color: #bd0f0f;
     text-align: center;
}

p.coaching-model {
     font-weight: bold;
     /* font-style: italic; */
     color: #bd0f0f;
     text-align: center;
     font-size: 21px;
     line-height: 34px;
}

/* VISION MISSION */
section.vision-mission {
     padding-bottom: 30px;
}

/* VISION MISSION */
section.vision-mission {
     padding-bottom: 0px;
     padding-top: 86px;
}

h2.text-center.pb-2 {
     font-size: 32px;
     margin-top: 45px;
}

.cart {
     background-color: rgb(15 128 66 / 15%);
     border: 1px solid #ddd;
     border-radius: 5px;
     overflow: hidden;
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
     transition: background-color 0.3s ease;
}

.cart:hover {
     background-color: #f0f0f0;
}

.cart-content {
     padding: 23px;
     /*height: 485px;*/
     height: 610px;
     
}

.cart h2 {
     font-size: 24px;
     margin-bottom: 20px;
}

.cart p {
     font-size: 16px;
     line-height: 1.6;
}

.vision-cart {
     margin-bottom: 20px;
}

@media (max-width: 767px) {
     .cart {
          margin-bottom: 20px;
     }
}

.icon-set {
     height: 22%;
     width: 34%;
     text-align: center;
     margin-left: 104px;
}

.card {
     transition: transform 0.3s;
}

.card:hover {
     transform: translateY(-10px);
}

/*  */
/* body {
     font-family: 'Helvetica Neue', sans-serif;
     background: linear-gradient(to bottom, #003366, #ffffff);
     color: #333;
 } */
.mission-section {
     padding: 60px 0;
}

.mission-section h2 {
     font-weight: bold;
     color: #003366;
     text-align: center;
     /* margin-bottom: 50px; */
     text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.mission-point {
     margin-bottom: 30px;
}

.mission-point i {
     font-size: 2em;
     color: #007bff;
}

.mission-point h4 {
     font-weight: bold;
     margin-top: 15px;
     color: #003366;
}

.highlight-box {
     background-color: #e0f7fa;
     padding: 20px;
     border-radius: 8px;
     box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.divider {
     border-top: 2px solid #000000;
     width: 50px;
     margin: 10px auto;
}

/*  */
.values-section {
     padding: 5px 0;
}

.values-section h2 {
     font-weight: bold;
     color: #000000;
     text-align: center;
     margin-bottom: 50px;
}

.value-card {
     background-color: #e5e5e5;
     padding: 20px;
     border-radius: 8px;
     box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
     margin-bottom: 30px;
     transition: transform 0.3s;
}

.value-card:hover {
     transform: translateY(-5px);
}

.value-card i {
     font-size: 2em;
     color: #000000;
}

.value-card h4 {
     font-weight: bold;
     margin-top: 15px;
     color: #333;
}

.value-card p {
     margin-top: 10px;
     font-size: 1em;
     color: #555;
}

/*  */
.journey-section {
     padding: 30px 0;
}

.journey-section h2 {
     font-weight: bold;
     color: #000000;
     text-align: center;
     margin-bottom: 30px;
}

.journey-content {
     margin-bottom: 30px;
}

.journey-content p {
     font-size: 1.1em;
     color: #555;
     line-height: 1.6;
}

.journey-image {
     max-width: 100%;
     border-radius: 8px;
     box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/*  */
.service-box img {
     border-radius: 8px;
     width: 100%;
     height: auto;
}

.service-box h4 {
     font-size: 1.5rem;
     color: #333;
}

.service-box p {
     color: #666;
     height: 100px;
}

.servises-margin {
     /* margin-bottom: 252px; */
     margin-top: 72px;
}

.service-section {
     padding: 5px 0;
}

.service-title {
     font-size: 2.5rem;
     font-weight: 700;
     margin-bottom: 30px;
}

.service-category {
     margin-bottom: 40px;
}

.service-category h4 {
     font-size: 1.75rem;
     margin-bottom: 20px;
     color: #000000;
     font-weight: bold;
}

.service-item {
     margin-bottom: 10px;
     font-size: 15px;
}

.service-item::before {
     content: "•";
     color: #000000;
     font-weight: bold;
     margin-right: 10px;
}

.footer-set {
     color: #fff;
     text-align: start;
     font-size: 16px;
}

a:hover {
     color: #ffffff !important;
     text-decoration: underline;
}

@media (max-width: 767px) {

     h2.pj-ocmt {
          margin-top: 25px;
     }

     .timeline_wrapper .timeline_entry {
          width: 46%;
          height: 56%;
          float: left;
          padding: 0px;
          clear: both;
          text-align: right;
     }

     .timeline_wrapper .timeline_entry .timeline_title:before {
          right: -25px;
          content: '';
          position: absolute;
          border: 0;
          background-color: snow;
          border-radius: 0;
     }

     .timeline_wrapper .timeline_entry:nth-child(2n) .timeline_title:before {
          left: -25px;
     }

     .timeline_body {
          text-align: start;
          padding: 20px;
     }

     .blog {
          background: url(../images/blog_bg.jpg);
          background-repeat: no-repeat;
          background-size: 100% 100%;
          padding: 60px 0 30px 0;
          margin-top: 21em;
          height: auto;
          object-fit: contain;
     }

     .timeline_wrapper:before {
          height: 140em;
     }

     .timeline_wrapper {
          height: 74%;
     }

     .carousel-item .overlay {
          height: 100vh;
     }

     .carousel-caption {
          left: 0%;
          transform: translate(10%, -52%);
     }

     h1.color-white {
          font-size: 30px;
     }

     p.color-white {
          line-height: 42px;
     }

     .we-offer-area.text-center .item {
          background: #ffffff none repeat scroll 0 0;
          border: medium none;
          padding: 40px 33px 42px;
          height: 432px;
          border-radius: 9px;
          /* text-align: start; */
     }

     .contact {
          margin-top: 11px;
      }

     h2.pj-ocmt {
          font-size: 28px;
     }

     .timeline_wrapper:before {
          content: '';
          position: unset;
     }

     .timeline_wrapper .timeline_entry {
          width: 100%;
          height: 57%;
          text-align: center;
     }

     img.p-set-img {
          height: auto;
     }

     .timeline_wrapper .timeline_entry:nth-child(2n) {
          text-align: center;
          /* float: right; */
     }

     .cart-content {
          padding: 23px;
          height: 500px !important;
     }

     img.pj-abouts {
          height: auto;
          width: 100%;
          border-radius: 10px;
     }

     .icon-set {
          height: 21% !important;
          width: 40% !important;
          margin-left: 72px;
     }

     img.service-details-box {
          border-radius: 15px;
          width: 100%;
          height: auto;
     }

     .set-services-padding {
          padding-bottom: 50%;
     }

     .padding-set {
          padding-top: 100%;
     }

     .set-sevices-details-content {
          font-size: 17px;
          text-align: left;
     }

     button.send_btn {
          margin: 60px;
     }
}

@media (max-width: 667px) {
        .contact {
        margin-top: 202px;
    }

    img.set-logo {
        width: 100%;
        height: 100%;
    }
    
     h1.color-white {
          font-size: 43px;
     }

     h3.logo-txt {
          font-size: 27px;
          font-weight: 700;
          font-family: 'FontAwesome';
          color: #f00;
     }

     .carousel-caption.text-center {
          left: 0 !important;
          right: 50px !important;
          padding: 0px;
          right: 0;
          margin: auto;
          display: block;
          text-align: center !important;
     }

     h2.pj-ocmt {
          font-size: 28px;
     }

     .padding-btm {
          padding: 0px;
          text-align: left;
     }

     p.coaching-model {
          font-size: 19px;
          line-height: 31px;
     }

     .timeline_wrapper:before {
          content: '';
          position: unset;
     }

     .timeline_wrapper .timeline_entry {
          width: 100%;
          height: 57%;
          text-align: center;
     }

     img.p-set-img {
          height: auto;
     }

     .timeline_wrapper .timeline_entry:nth-child(2n) {
          text-align: center;
          /* float: right; */
     }

     .about .titlepage p {
          font-weight: 400;
          font-size: 18px;
          line-height: 29px;
          padding: 5px 22px 25px;
          text-align: left;
     }

     .timeline_body {
          text-align: start;
          padding: 20px;
     }

     .cart-content {
          padding: 23px;
          height: 500px !important;
     }

     .icon-set {
          height: 21% !important;
          width: 40% !important;
          margin-left: 72px;
     }

     img.pj-abouts {
          height: auto;
          width: 100%;
          border-radius: 10px;
     }

     img.service-details-box {
          border-radius: 15px;
          width: 100%;
          height: auto;
     }

     .set-services-padding {
          padding-bottom: 50%;
     }

     .padding-set {
          padding-top: 100%;
     }
}

@media (max-width:512) {
        .contact {
        margin-top: 202px;
    }

    img.set-logo {
        width: 100%;
        height: 100%;
    }

     h2.pj-ocmt {
          font-size: 28px;
     }

     .padding-btm {
          padding: 0px;
          text-align: left;
     }

     p.coaching-model {
          font-size: 19px;
          line-height: 31px;
     }

     .timeline_wrapper:before {
          content: '';
          position: unset;
     }

     .timeline_wrapper .timeline_entry {
          width: 100%;
          height: 57%;
          text-align: center;
     }

     img.p-set-img {
          height: auto;
     }

     .timeline_wrapper .timeline_entry:nth-child(2n) {
          text-align: center;
          /* float: right; */
     }

     .about .titlepage p {
          font-weight: 400;
          font-size: 18px;
          line-height: 29px;
          padding: 5px 22px 25px;
          text-align: left;
     }

     .timeline_body {
          text-align: start;
          padding: 20px;
     }

     .cart-content {
          padding: 23px;
          height: 500px !important;
     }

     .icon-set {
          height: 21% !important;
          width: 40% !important;
          margin-left: 72px;
     }

     img.pj-abouts {
          height: auto;
          width: 100%;
          border-radius: 10px;
     }

     img.service-details-box {
          border-radius: 15px;
          width: 100%;
          height: auto;
     }

     .set-services-padding {
          padding-bottom: 50%;
     }

     .padding-set {
          padding-top: 100%;
     }

     .set-sevices-details-content {
          font-size: 17px;
          text-align: left;
     }
}

@media (max-width: 1024px) {
     img.service-details-box {
          height: auto;
     }

     h1.color-white {
          font-size: 37px;
     }

     p.color-white {
          font-size: 20px;
          line-height: 39px;
     }

     .pj-set-section {
          padding: 60px 0;
          min-height: auto;
     }

     .we-offer-area.text-center .item {
          background: #ffffff none repeat scroll 0 0;
          border: medium none;
          padding: 29px 22px 16px;
          height: auto;
          border-radius: 9px;
          /* text-align: start; */
     }

     img.p-set-img {
          height: 12%;
     }

     h3.logo-txt {
          font-size: 18px;
     }

     .carousel-caption.text-center {
          left: 0 !important;
          right: 50px !important;
          padding: 0px;
          right: 0;
          margin: auto;
          display: block;
          text-align: center !important;
     }

     .contact {
          margin-top: 10px;
     }

     .padding-btm {
          padding: 0px;
          text-align: left;
     }

     p.coaching-model {
          font-size: 19px;
          line-height: 31px;
     }

     .timeline_wrapper:before {
          content: '';
          position: unset;
     }

     .timeline_wrapper .timeline_entry {
          width: 100%;
          height: 57%;
          text-align: center;
     }

     img.p-set-img {
          height: auto;
     }

     .timeline_wrapper .timeline_entry:nth-child(2n) {
          text-align: center;
          /* float: right; */
     }

     .about .titlepage p {
          font-weight: 400;
          font-size: 18px;
          line-height: 29px;
          padding: 5px 22px 25px;
          text-align: left;
     }

     .timeline_body {
          text-align: start;
          padding: 20px;
     }

     .cart-content {
          padding: 23px;
          height: 500px !important;
     }

     .icon-set {
          height: 21% !important;
          width: 40% !important;
          margin-left: 72px;
     }

     img.pj-abouts {
          height: auto;
          width: 100%;
          border-radius: 10px;
     }

     img.service-details-box {
          border-radius: 15px;
          width: 100%;
          height: auto;
     }

     .set-services-padding {
          padding-bottom: 50%;
     }

     .padding-set {
          padding-top: 100%;
     }

     .set-sevices-details-content {
          font-size: 17px;
          text-align: left;
     }
}

/* ************ TALENT SHOP ************ */
.carousel-caption.text-center {
     left: 50%;
     right: 0;
     margin: auto;
     display: block;
     text-align: center !important;
}

.sub-title {
     font-size: 29px;
}

/* TALENT SHOP */
.talent-section {
     background-image: url('images/banner1.jpg');
     background-size: cover;
     background-position: center;
     padding: 100px 0;
     text-align: center;
     color: white;
}

.talent-section h1 {
     font-size: 48px;
     font-weight: bold;
     margin-bottom: 20px;
}

.talent-section p {
     font-size: 18px;
     margin-bottom: 40px;
}

.talent-section .btn {
     padding: 15px 30px;
     font-size: 18px;
     border-radius: 30px;
}

.section-title {
     font-size: 36px;
     margin-bottom: 30px;
     color: #343a40;
     font-weight: 700;
}

.stage-card {
     background-color: #fff;
     padding: 30px;
     border-radius: 10px;
     box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
     margin-bottom: 30px;
     text-align: center;
     height: 367px;
}

.stage-card img {
     width: 80px;
     margin-bottom: 20px;
}

.services-section .col-md-4 {
     text-align: center;
}

.services-section i {
     font-size: 50px;
     color: #17a2b8;
     margin-bottom: 20px;
}

.services-section img {
     width: 100%;
     border-radius: 10px;
     margin-bottom: 20px;
}

.service-category {
     box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
     padding: 38px;
}

.service-category:hover {
     background: #9595955c;
}

img.service-details-box {
     border-radius: 15px;
     width: 100%; 
     /* height: 25%; */
}

.set-sevices-details-content {
     font-size: 19px;
     padding: 50px 5px 2px;
     font-weight: 400;
     font-family: 'Source Sans Pro', sans-serif;
     line-height: 24px;
}

.itemconfiguration {
     /* height: 40%; */
     height: 750px;
     width: 100%;
     /* background-color:#CCC; */
     overflow-y: auto;
     float: left;
     position: relative;
     margin-left: -5px;
}

.left_contentlist {
     width: 100%;
     float: left;
     padding: 0 0 0 5px;
     position: relative;
     float: left;
     border-right: 1px #f8f7f3 solid;
     /* background-image:url(images/bubble.png); */
     /* background-color: black; */
}

/* ************ CAREERS PAGE ************ */
.title h2 {
     font-size: 3rem;
     margin-bottom: 0.5rem;
}

.title p {
     font-size: 1.25rem;
     color: #6c757d;
}

.job-listing {
     margin-bottom: 2rem;
}

.job-item {
     border: 1px solid #e0e0e0;
     padding: 1.5rem;
     margin-bottom: 1.5rem;
     background-color: #f9f9f9;
     border-radius: 8px;
}

.job-item h4 {
     font-size: 1.5rem;
     margin-bottom: 0.5rem;
}

.application-form {
     border: 1px solid #e0e0e0;
     border-radius: 8px;
}

.application-form h3 {
     font-size: 1.75rem;
     margin-bottom: 1rem;
}

.form-group {
     margin-bottom: 1.25rem;
}

.btn-primary {
     background-color: #007bff;
     border-color: #007bff;
}

@media (max-width: 768px) {
        .contact {
        margin-top: 202px;
    }

    img.set-logo {
        width: 100%;
        height: 100%;
    }
     .title h2 {
          font-size: 2.5rem;
     }

     .title p {
          font-size: 1rem;
     }

     .job-item h4 {
          font-size: 1.25rem;
     }

     .application-form h3 {
          font-size: 1.5rem;
     }
}

img.set-img {
     width: 25%;
     height: 20%;
     border-radius: 50%;
}
img.image-mbl {
     width: 100%;
     height: 100%;
 }
 
 @media (min-width: 414px) and (max-width: 896px) {
    .contact {
        margin-top: 202px;
    }

    img.set-logo {
        width: 100%;
        height: 100%;
    }
}
