@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");

body {
  font-family: "Open Sans", sans-serif;
  background-color: #000000;
}

.layout_padding {
  padding: 75px 0;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}

/*header section*/

.header_section {
  font-family: "Roboto", sans-serif;
  background-color: #1f233e !important;
  color: #fff;
  height: 70px;
  padding: 1% 0;
  position: fixed !important;
  width: 100% !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 1030 !important;
  overflow: visible !important;
}


.header_section .navbar-nav .nav-link,
.header_section .navbar-nav .nav-link:hover,
.header_section .navbar-nav .nav-link:focus,
.header_section .navbar-nav .active>.nav-link {
  color: #fff !important;
  padding-top: 0;
  padding-left: 12px;
  padding-right: 12px;
  visibility: visible !important;
  opacity: 1 !important;
  font-weight: 500;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

.btn,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}

.custom_nav-container .navbar-toggler {
  border-color: #fff;
  outline: none;
}



.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);

  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}


.nav-link:hover {
  color: #fefefe;
}

/* Styles for larger screens */
.logo_box {
  position: absolute;
  bottom: -80px;
  /* Overlaps below the navigation bar */
  width: 90px !important;
  height: auto !important;
  object-fit: contain;
  z-index: 1032 !important;
  transform: translateY(-50%);
  display: block !important;
}

.logo_box img {
  width: 100% !important;
  visibility: visible !important;
  display: block !important;
  opacity: 1 !important;
}

/* Ensure the navbar container is positioned relatively for absolute positioning of the menu */
.custom_nav-container {
  position: relative !important;
  z-index: 1031 !important;
}

.navbar-toggler {
  width: 30px;
  border: none;
}


.call_to_btn {
  display: inline-block;
  color: #fefefe;
  padding: 10px 35px;
  background-color: #f6bb08;
  margin-top: 5%;
  margin-bottom: 20%;
  border-radius: 0;
}

/* Mobile Logo & Header Fix */
@media (max-width: 991px) {
  .header_section {
    height: auto !important;
    padding: 10px 0;
  }

  .logo_box {
    position: relative !important;
    bottom: auto !important;
    transform: none !important;
    width: 60px !important;
    margin-right: 10px;
    z-index: 1031 !important;
  }

  .navbar-toggler {
    width: auto !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
  }

  .navbar-collapse {
    background-color: #1f233e;
    padding: 10px 0;
  }
}

/* Desktop Logo Fix */
@media (min-width: 992px) {
  .logo_box {
    z-index: 1031 !important;
  }
}

/*end header section*/

/* slider section */

.slider_section {
  height: calc(100vh - 90px);
}

.slider_section .carousel-indicators {
  top: 50%;
  left: -75px;
  transform: translateY(-50%);
  display: block;
  bottom: unset;
  right: unset;
}

.slider_section .carousel-indicators li {
  width: 16px;
  height: 16px;
  opacity: 1;
  margin: 0 auto;
}

.slider_section .carousel-indicators .active {
  width: 24px;
  height: 24px;
  background-color: #2561db;
}

.carousel-control-prev,
.carousel-control-next {
  display: none;
}

.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.slider_section .slider_box {
  display: flex;
  position: relative;
  height: calc(100vh - 90px);

  background-size: cover;
  background-repeat: no-repeat;
}

.slider_section .slider_box .fixed_company-detail {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translate(-50%, -50%);
}

.slider_section .slider_box .fixed_company-detail p {
  width: 12px;
  text-align: center;
  word-break: break-word;
  color: #fff;
  text-transform: uppercase;
}

.slider_section .slider_box .slider-detail {
  color: #fff;
  width: 60%;
  margin-top: 14%;
  margin-left: 20%;
}

.slider_section .slider_box .slider-detail .slider_detail-heading h2 {
  font-weight: 100;
  text-transform: uppercase;
}

.slider_section .slider_box .slider-detail .slider_detail-heading h1 {
  font-weight: 700;
  text-transform: uppercase;
}

.slider_section .slider_box .slider-detail .slider_detail-text {
  width: 55%;
  color: #f8fafd;
}

.slider_section .slider_box .slider-detail .slider_detail-btn {
  display: flex;
}

.slider_section .slider_box .slider-detail .slider_detail-btn a {
  margin-top: 28px;
  padding: 16px 20px;
  background-color: #2561db;
  color: #fff;
}

/* end slider section */


/* Service Section */

.service_section {
  background: url('../images/ServiceBG.jpg') no-repeat center center fixed;
  background-size: cover;
  /* Ensure the image covers the entire section */
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  animation: fadeIn 0.5s ease-in-out;
  color: #333;
  /* Change this to a darker color for better contrast with white overlay */
}

.service_section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,
      #050505 0%,
      /* Uda kelawara sampurna Kalu */
      transparent 20%,
      /* Uda idan 20% pahalata enakota Transparent wenawa */
      transparent 80%,
      /* Yata idan 20% udata yanakota thama Transparent */
      #000000 100%
      /* Yata kelawara sampurna Kalu */
    );
  z-index: 1;
  /* Place this above the background but below the text */
}

.service_section .container {
  padding: 0 50px;
  position: relative;
  z-index: 2;
  /* Bring the content above the overlay */
}

.service_detail h2 {
  font-size: 48px;
  text-transform: uppercase;
  color: #1f2023;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 15px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}



.service_detail h3 {
  font-size: 26px;
  color: #ffffff;
  margin-bottom: 30px;
  letter-spacing: 4px;
  text-transform: uppercase;


}

.service_section .service_img-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
  padding-top: 40px;
}

.service_section .service_img-box {
  position: relative;
  border-radius: 25px;
  background-size: cover;
  background-position: center;
  height: 350px;
  overflow: hidden;
  transition: all 0.5s ease;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
}

.service_img-container .service_img-box:hover {
  transform: scale(1.05);
  box-shadow: 0 25px 35px rgba(0, 0, 0, 0.3);
}

.service_img-container .service_img-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  transition: opacity 0.5s ease;
}

.service_img-container .service_img-box:hover::before {
  opacity: 0.3;
}

.service_img-container .service_img-box a {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 30px;
  border-radius: 50px;
  transition: background 0.4s ease, transform 0.4s ease;
  backdrop-filter: blur(10px);
}


.service_img-container .service_img-box:hover a {
  background: rgba(255, 255, 255, 0.6);
  color: #000000;
  transform: translateY(-5px);
}

.service_img-container .service_img-box.i-box-1 {
  background-image: url(../images/SWAT.JPG);
}

.service_img-container .service_img-box.i-box-2 {
  background-image: url(../images/VIP.jpg);
}

.service_img-container .service_img-box.i-box-3 {
  background-image: url(../images/search.JPG);
}

.service_img-container .service_img-box.i-box-4 {
  background-image: url(../images/LifeServing.JPG);
}

/* Button */
.service_btn {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.service_btn a {
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  background: #000000;
  padding: 15px 50px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  transition: background-color 0.3s ease, transform 0.4s ease;
  position: relative;
  overflow: hidden;

  /* Menna aluth line eka */
  box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.5);
}

.service_btn a:hover {
  background-color: #0c6300;
  transform: translateY(-5px);
}

.service_btn a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.service_btn a:hover::after {
  transform: scaleX(1);
}

.service_btn a img {
  width: 25px;
  margin-left: 15px;
}


/* security section */
.security_section {}

.security_section h2 {
  text-transform: uppercase;
  color: #0c0b09;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
}

.security_section h3 {
  text-transform: uppercase;
  color: #254a93;
  position: relative;
  text-align: center;
}

.security_section h3::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  height: 1.5px;
  width: 140px;
  background-color: #36bb25;
}

.security_section .security_container {
  width: 90%;
  margin: 0 auto;
}

.security_section .security_img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  width: 300px;
  height: 490px;
  margin: 0 auto;
  z-index: 999;
}

.security_section .security_img-box.i-box-1 {
  background-image: url(../images/security-1.jpg);
}

.security_section .security_img-box.i-box-2 {
  background-image: url(../images/security-2.jpg);
}

.security_section .security_img-box.i-box-3 {
  background-image: url(../images/security-3.jpg);
}

.security_section .security_img-box a {
  display: none;
  opacity: 0;
  text-transform: uppercase;
  padding: 8px 12px;
  border: 1.5px solid #f0f0f0;
  color: #fff;
}

.security_section .security_img-box:hover a {
  display: inline-block;
  opacity: 1;
}

.security_btn {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.security_btn a,
.security_btn a:hover {
  text-transform: uppercase;

  color: #0c0b09;
}

.security_btn a img {
  width: 25px;
}

.owl-carousel .owl-nav,
.owl-carousel .owl-nav.disabled {
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 0;
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  background-color: #254a93;
  width: 70px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: 50%;
  transform: translateY(-50%);
}

.owl-carousel .owl-nav .owl-next {
  right: -25px;
  background-image: url(../images/right-arrow.png);
}

.owl-carousel .owl-nav .owl-prev {
  left: -25px;
  background-image: url(../images/left-arrow.png);
}

/* Positioning the title and description within the image */

/* The outer box remains static */
.security_img-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 490px;
  margin: 0 auto;
  overflow: hidden;
}

/* The inner image element will zoom */
.security_img-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease;
}

/* Zoom effect on hover */
.security_img-box:hover .security_img-inner {
  transform: scale(1.1);
}

/* Specific image backgrounds */
.i-box-1 {
  background-image: url(../images/security-4.jpg);
}

.i-box-2 {
  background-image: url(../images/security-5.jpg);
}

.i-box-3 {
  background-image: url(../images/security-6.jpg);
}

.item-details {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 10px;
  text-align: center;

}

.item-title {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

.item-description {
  font-size: 15px;
  margin: 5px 0 0;
}





/* end security section */


/*------------------------------*/

/* Section and Background */
.story_section {
  height: 100vh;
  /* Full-screen height */
  background: url('../images/raidBG.jpg') no-repeat center center fixed;
  background-size: cover;
  /* Cover the entire section */
  padding: 8% 4%;
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  overflow: hidden;
}

/* Overlay for Text Readability */
.story_section::before {

  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,
      #000000 0%,
      /* Uda kelawara sampurna Kalu */
      transparent 30%,
      /* Uda idan 20% pahalata enakota Transparent wenawa */
      transparent 70%,
      /* Yata idan 20% udata yanakota thama Transparent */
      #000000 100%
      /* Yata kelawara sampurna Kalu */
    );
  z-index: 1;
}

/* Content Layout */
.story_section .container-fluid {

  z-index: 2;
  /* Text content above overlay */
  position: relative;
  padding: 2%;
}

/* Image Column */
.story_img-col img {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3);
  transition: transform 0.4s ease, filter 0.4s ease;
}

.story_img-col img:hover {
  transform: scale(1.05);
  /* Image zoom effect */
  filter: brightness(90%);
}

/* Headings with Text Highlight */
.story_detail h2.mainheading,
.story_detail h3.subheading {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}

.story_detail h2.mainheading {
  font-size: 2.8rem;
  line-height: 1.3;
  margin-bottom: 25px;
}

.story_detail h3.subheading {
  font-size: 1.7rem;
}

.highlight {

  background: linear-gradient(to right, #ffd700, #ffa500);
  padding: 0 10px;
  border-radius: 5px;
  color: #000;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  /* Shadow for highlight */
}

/* Story Text */
.story_text {
  font-size: 1.2rem;
  color: #e0e0e0;
  margin-bottom: 35px;
  line-height: 1.7;
  z-index: 2;
  position: relative;
  opacity: 0.9;
}

/* Button Styling */
.story_detail-btn .cta-btn {
  display: inline-flex;
  align-items: center;
  padding: 12px 28px;
  background: #000000;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  border-radius: 30px;
  transition: all 0.4s ease;
  z-index: 2;
  position: relative;
  border: 2px solid transparent;

  /* Menna aluth line eka (White Inner Shadow) */
  box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.5);
}

.story_detail-btn .cta-btn:hover {

  transform: scale(1.1);
  border: 2px solid #ffd700;
  /* Golden border on hover */
}

.story_detail-btn .cta-btn img {
  width: 25px;
  margin-left: 10px;
  transition: transform 0.4s ease;
}

.story_detail-btn .cta-btn:hover img {
  transform: translateX(5px);
  /* Icon shift effect */
}

/* Responsive Styling */
@media (max-width: 768px) {
  .story_section {
    height: auto;
    padding: 5% 2%;
  }

  .story_detail h2.mainheading {
    font-size: 2.2rem;
  }

  .story_detail h3.subheading {
    font-size: 1.5rem;
  }
}





/*------------------------------*/




.contact_form-container {
  background-image: url(../images/guards2.jpg);

}

.contact_form-container form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.contact_form-container .contact_box {
  background-color: #fff;
  padding: 35px 40px;
  width: 50%;
  height: 60%;
  margin: 100px 50px;
}

.contact_form-container form input,
.contact_form-container form input:focus,
.contact_form-container form input:active {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #00cc99;
  width: 85%;
  margin-top: 12px;
  outline: none;
}

.contact_form-container form button {
  border: none;
  background-color: #254a93;
  color: #fff;
  padding: 8px 20px;
  margin-top: 15px;
}

.contact_section .row .col-md-6 {
  padding: 0;
}

/* end contact section */

/* info section */
.info_section {
  background-color: #000202;
  font-family: "Roboto", sans-serif;
}

.info_section .info_detail {
  display: flex;
  align-items: center;
}

.info_section .info_detail p {
  color: #fff;
}

.address_link-container {
  display: block;
}

.address_link-container a {
  display: flex;
  color: #fff;
  margin: 15px 0;
  align-items: center;
}

.address_link-container a img {
  margin-right: 10px;
}

.info_section .news_container h3,
.info_section .address_container h3 {
  text-transform: uppercase;
  color: #fff;
  font-size: 22px;
}

.info_section .news_container form {
  margin: 28px 0;
}

.info_section .news_container form input {
  border: none;
  background-color: #fff;
  width: 70%;
  padding: 7px 10px;
}

.info_section .news_container form button {
  border: none;
  background-color: #254a93;
  color: #fff;
  font-size: 14px;
  padding: 8px 15px;
  margin-top: 15px;
  text-transform: uppercase;
}

.info_section .news_container .social_container {
  width: 50%;
  display: flex;
  justify-content: space-between;
}

.info_section .news_container .social_container>div {}

/* end info section */

/* footer section*/

.footer_section {
  background-color: #254a93;
  padding: 20px 0;
  font-family: "Roboto", sans-serif;
}

.footer_section p {
  color: #fff;
  margin: 0;
  text-align: center;
}

.footer_section a {
  color: #fff;
}

/* end footer section*/


#messageInput {
  height: 70px;
  /* Approximate height for 3 lines */
  width: 85%;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-bottom: 1px solid #37ac42;

}


/* blog */
.blog-content {
  padding: 65px 0;
}

/* SECTIONS
**************************************/

.section {
  padding: 4rem 0;
  display: block;
  position: relative;
  background-color: #ffffff;
}

.section.lb {
  background-color: #edeff2;
}

.section.lb .single-post-media {
  margin-bottom: 0;
}

.embed-responsive-item {
  padding: 0.4rem !important;
  display: block;
  background-color: #fff;
}

.first-section {

  padding: 0;
  border-bottom: 0;

}

.first-section .container-fluid {

  padding: 0 3px;
}

.section-title h3 {
  display: block;
  margin: 0 0 1.5rem;
  padding: 0;
  line-height: 1;
}

.section-title h3 a {
  border-radius: 3px;
  color: #fff !important;
  font-size: 16px;
  line-height: 1;
  padding: 0.1rem 1.3rem;
}

.lightbg {
  background-color: #f8e1f8;
}

.nopad {
  padding: 0 !important;
  margin: 0 !important;
}

.nopad img {
  width: 100%;
}

.item-h2,
.item-h1 {
  height: 100% !important;
  height: auto !important;
}

.pitem {
  padding: 1rem !important;
}

.pitem img {
  width: 100%;
}

.isotope-item {
  z-index: 2;
  padding: 0;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}

.portfolio .blog-meta span {
  border-radius: 3px;
}

.portfolio .blog-meta small::after,
.portfolio .blog-meta small a {
  color: #a3a5a8 !important;
  letter-spacing: 0.1rem;
}

.portfolio .blog-meta span a {
  color: #fff !important;
  line-height: 1;
  padding: 0.2rem 1rem;
  font-size: 12px;
  margin: 1rem 0 0;
  display: inline-block;
}

.portfolio .blog-meta h4 {
  margin: 0;
  font-size: 20px;
  padding: 0.4rem 0 0.2rem;

}

.center-side,
.left-side,
.right-side {
  float: left;
  width: 33.33333%;
}

.post-media img,
.masonry-box img {
  -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;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.post-media:hover img,
.masonry-box:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.masonry-box img,
.masonry-box {
  width: 100%;
}

.masonry-box {
  border: 0.34rem solid #fff;
}

.small-box {
  width: 50%;
  float: left;
}

.masonry-box .blog-meta h4 {
  padding: 0.2rem 0;
}

.masonry-box .blog-meta span {
  background-color: #111111;
  border-radius: 3px;
  font-size: 12px;
  padding: 0.1rem 1rem;
}


/* FOOTER
**************************************/

.footer .widget-title {
  display: table;
  font-size: 18px;
  line-height: 1;
  margin: 0 0 2rem;
  padding: 0 0 0.5rem;
}

.footer {
  padding: 4rem 0 4rem;
  background: url(images/footer.png) repeat-x center bottom #edeff2;
}

.footer.wb {
  background-color: #ffffff;
}

.footer.wb .hovereffect {
  opacity: 0.1;
  background-color: rgba(0, 0, 0, 0.0.1);
}

.demos h4 a {
  color: #000000 !important;
  font-size: 21px;
}

.demos .btn {
  padding: 0.6rem 1.5rem;
}

.demos p {
  padding: 0 0 1.5rem;
  margin: 0;
}

.section.demos {
  background-color: #ffffff;
}

.demos .col-lg-10 .row {
  padding: 2.5rem 1.5rem !important;
  background-color: #ffffff;
  border: 1px dashed #e2e2e2;
}

.demos .invis1 {
  margin: 2rem 0;
}

.footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer ul li {
  margin-bottom: 0.3rem;
}

.footer ul li:last-child {
  margin-bottom: 0;
}

.footer .fa-star {
  font-size: 12px;
}

.footer h5,
.footer ul li a {
  color: #111111;
}

.demos .blog-meta h4 {
  font-size: 28px;
  padding: 0 0 1rem;
}

.footer a,
.footer p,
.blog-list-widget small {
  color: rgba(0, 0, 0, 0.6) !important;
}

.footer-text .fa {
  font-size: 21px;
  margin: 0 0.3rem;
}

.dmtop {
  background-color: #111111;
  background-image: url(images/arrow.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 9999;
  width: 40px;
  height: 40px;
  text-indent: -99999px;
  position: fixed;
  bottom: -100px;
  right: 25px;
  cursor: pointer;
  -webkit-transition: all .7s ease-in-out;
  -moz-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  -ms-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
  overflow: auto;
}


/* PAGES
**************************************/

.notfound h2 {
  font-family: Comic Sans MS;
  font-size: 140px;
  padding: 0 0 1.7rem;
  margin: 0;
  line-height: 1;
  font-weight: bold;
}

.notfound h3 {
  font-size: 40px;
  padding: 0 0 0.6rem;
  margin: 0;
}

.notfound p {
  padding: 1rem 0 1.4rem;
  margin-bottom: 0;
}

.sitemap-wrapper {
  margin-bottom: 2rem;
  position: relative;
  border: 1px dashed #dadada;
  padding: 2rem;
}

.sitemap-wrapper .year {
  position: absolute;
  padding: 0 1rem;
  background-color: #ffffff;
  top: -12px;
}

.sitemap-text {
  margin: 1rem 0;
  font-weight: 500;
}

.sitemap-wrapper small {
  display: block;
  font-size: 11px;
  padding: 0;
  margin: 0 0 0.5rem;
  line-height: 1;
  text-transform: uppercase;
}

.breadcrumb {
  background-color: transparent;
  border-radius: 0;
  list-style: outside none none;
  margin-bottom: 0;
  text-align: right;
  padding: 0;
}

.breadcrumb-item {
  float: none;
  font-size: 12px;
  display: inline-block;
}

.page-link {
  background-color: #edeff2 !important;
  border: 0 dashed #e2e2e2;
  border-radius: 0;
  color: #a3a5a8 !important;
  display: block;
  font-size: 14px;
  line-height: 1;
  margin-left: 6px;
  padding: 0.8rem 0.8rem;
  position: relative;
  text-transform: capitalize;
}

.page-link:hover,
.page-link:focus {
  color: #111 !important;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-radius: 0;
}

.page-item:last-child .page-link {
  border-radius: 0;
}

.page-title {
  padding: 3rem 0;
  background-color: #edeff2;
}

.page-title small {
  color: #a3a5a8;
  display: inline-block;
  font-size: 13px;
  font-style: italic;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 0;
  margin-top: -1px;
  padding-bottom: 0;
  padding-left: 0.5rem;
  vertical-align: middle;
}

.page-title i {
  border-radius: 40px;
  display: inline-block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  margin-right: 0.3rem;
  margin-top: -0.4rem;
  text-align: center;
  vertical-align: middle;
  width: 40px;
}

.page-title h2 {
  font-size: 24px;
  line-height: 1;
  padding: 0;
  margin: 0;
}


/* BLOG
**************************************/



.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content p,
.topbar-section,
.navbar-inverse .navbar-nav .nav-link,
.header .dropdown-menu,
.navbar-nav .nav-link {
  font-family: 'Roboto', serif;
}

.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6 {
  font-weight: 700;
  line-height: 1.4;
  color: #111111;
}

.blog-content h1:hover a,
.blog-content h2:hover a,
.blog-content h3:hover a,
.blog-content h4:hover a,
.blog-content h5:hover a,
.blog-content h6:hover a {
  text-decoration: underline !important;
  color: #111111 !important;
}

.blog-content h1 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 23px
}

.blog-content h2 {
  font-size: 27px;
  line-height: 38px;
  margin-bottom: 20px
}

.blog-content h3 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 17px
}

.blog-content h4 {
  font-size: 19px;
  line-height: 29px;
  margin-bottom: 14px
}

.blog-content h5 {
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 11px
}

.blog-content h6 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 11px
}

.blog-content a {
  color: #111111;
}


.blog-content p {
  color: #5e5e5e;
}

.blog-content p {
  margin-bottom: 26px;
  font-size: 15px;
  line-height: 26px;
}

.blog-content a {
  text-decoration: none !important;
}

.blog-content .blockquote {
  border: 1px solid #edeff2;
  background: #fff none repeat scroll 0 0;
  border-left: 4px solid #eceeef;
  font-size: 1.1rem;
  font-style: italic;
  margin-bottom: 1.5rem;
  border-radius: 0 !important;
  padding: 2rem;
}


/* HEADER
**************************************/

.blog-content .header {
  padding: 0.4rem 0;
  position: relative;
  background-color: #ffffff;
}

.blog-content .navbar-inverse .navbar-nav .nav-link,
.blog-content .navbar-nav .nav-link {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  padding: 0.9rem 0 0.8rem;
  text-transform: capitalize;
  color: #121212;
}

.blog-content .dropdown-toggle::after {
  display: inline-block;
  width: auto;
  height: auto;
  margin-left: 0.5em;
  margin-top: 0rem;
  vertical-align: middle;
  content: "\f107";
  border: 0;
  font-family: 'FontAwesome';
}

.blog-content .navbar-toggleable-md .navbar-nav .nav-link {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

.blog-content .header-section {
  padding: 3rem 0 1.5rem;
  background-color: #ffffff;
}

.blog-content .logo img {
  max-width: 324px;
  max-width: 100%;
  margin: auto;
  text-align: center;
  display: block;
}

.blog-content .navbar-nav {
  margin: 0;
}

.blog-content .header .dropdown-menu {
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  min-width: 240px;
  margin-top: 15px !important;
  border-color: #edeff2;
}

.blog-content .header .dropdown ul li {
  border-bottom: 1px solid #f5f5f5;
}

.blog-content .header .dropdown-item {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 14px;
  padding: 4px 1.8rem;
}



.carousel-indicators li {
  max-width: 10px;
  height: 10px;
}

.tag-cloud-single span {
  background: #ddd none repeat scroll 0 0;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block !important;
  margin-right: 0.5rem !important;
  padding: 0 1rem;
}

.post-sharing {
  display: block;
  width: 100%;
  position: relative;
  margin: 1rem 0 0;
}

.gp-button.btn-primary:hover,
.gp-button.btn-primary:focus,
.gp-button.btn-primary {
  border-color: #DA5333 !important;
  background-color: #DA5333 !important;
}

.fb-button.btn-primary:focus,
.fb-button.btn-primary:hover,
.fb-button.btn-primary {
  background-color: #3B5998 !important;
  border-color: #3B5998 !important;
}

.tw-button.btn-primary:hover,
.tw-button.btn-primary:focus,
.tw-button.btn-primary {
  background-color: #00B6F1 !important;
  border-color: #00B6F1 !important;
}

.tw-button i,
.fb-button i {
  margin-right: 0.5rem;
}

.post-sharing .btn {
  padding: 0.3rem 1.6rem;
  border-radius: 3px;
  color: #ffffff !important;
}

.post-sharing .btn:hover {
  opacity: 0.9;
}

.gp-button {
  padding: 0.8rem 1rem !important;
}

.post-sharing span,
.post-sharing li {
  display: inline-block !important;
}

.single-post-media {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 2rem;
}

.single-post-media img {
  width: 100%;
}

.blog-title-area {
  display: block;
  position: relative;
  padding: 0;
  margin-bottom: 3rem;
}

.blog-title-area .breadcrumb {
  float: none;
  text-align: left;
  padding: 0;
  color: #a3a5a8;
  margin: 0;
}

.blog-title-area.text-center .breadcrumb {
  text-align: center;
}

.blog-title-area .blog-meta a {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.blog-title-area .breadcrumb-item.active,
.blog-title-area .breadcrumb-item+.breadcrumb-item::before,
.blog-title-area .blog-meta small,
.blog-title-area a {
  color: #a3a5a8;
}

.blog-title-area span {
  margin: 0.5rem 0;
  display: block;
}

.blog-title-area span a {
  padding: 0 1rem;
  color: #ffffff !important;
  border-radius: 3px;
}

.blog-title-area h3 {
  font-size: 41px;
  line-height: 50px;
  margin-bottom: 7px;
  margin-top: 0;
  overflow-wrap: break-word;
}

.user_name {
  font-size: 16px;
  font-weight: 500;
}

.comments-list p {
  margin-bottom: 1rem
}

.tag-cloud-single a,
.comments-list .media-right,
.comments-list small {
  color: #999 !important;
  font-size: 11px;
  letter-spacing: 2px;
  margin-top: 5px;
  padding-left: 10px;
  text-transform: uppercase;
}

.comments-list .media {
  padding: 1rem;
  margin-bottom: 15px;
}

.media-body .btn-primary {
  padding: 5px 15px !important;
  font-size: 11px !important;
}

.last-child {
  margin-bottom: 0 !important;
}

.comments-list img {
  max-width: 80px;
  margin-right: 30px;
}

.prevnextpost .float-right {
  margin-left: 1rem;
}

.prevnextpost .w-100 {
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

.prevnextpost .float-left {
  margin-right: 1rem;
}

.authorbox a {
  font-weight: bold;
}

.authorbox p {
  font-style: italic;
  margin-bottom: 1rem;
}

.small-title {
  background: #edeff2 none repeat scroll 0 0;
  font-size: 16px;
  left: 5%;
  line-height: 1;
  margin: 0;
  padding: 0.6rem 1.5rem;
  position: absolute;
  text-align: center;
  top: -18px;
}

.custombox {
  position: relative;
  padding: 3rem 2rem;
  border: 1px dashed #dadada;
}

.pp {
  padding-left: 5%;
  padding-right: 5%;
}

.pp .float-left {
  margin: 0 2rem 1rem -3rem;
}

.pp a {
  font-weight: bold;
}

.img-fullwidth {
  width: 100%;
  margin-bottom: 2rem;
}

.check {
  padding-bottom: 0;
  margin-bottom: 25px;
  list-style: none
}

.check li:before {
  font-family: FontAwesome;
  content: "\f105";
  padding-right: 0.5rem;
  color: #111111;
}

.page-wrapper .banner-spot {
  padding: 0.4rem;
  background-image: none;
}

.banner-spot {
  background: #edeff2 url("images/ads-bg.png") no-repeat scroll center right / auto 100%;
  clear: both;
  display: block;
  height: auto;
  margin: 0 auto;
  padding: 15px;
  position: relative;
}

.banner-img img {
  margin: auto;
  text-align: center;
  max-width: 768px;
  float: none;
  width: 100%;
  display: block;
}

.blog-meta h4 {
  padding: 1rem 0 0.5rem;
  margin: 0;
  font-size: 21px;
}

.blog-meta.big-meta h4 {
  padding: 1rem 0 0.6rem;
  margin: 0;
  font-size: 28px;
}

.blog-meta.big-meta p {
  margin-bottom: 0.5rem;
  padding-bottom: 0;
}

.blog-meta small {
  font-size: 11px;
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 0;
  color: #111111;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 0.5rem;
}

.blog-meta small:after {
  content: "/";
  padding-left: 1rem;
}

.blog-meta small:last-child:after {
  content: ""
}

hr.invis {
  border: 0;
  margin: 2rem 0;
}

hr.invis1 {
  border: 0;
  margin: 4rem 0;
}

hr.invis2 {
  border: 0;
  margin: 6rem 0;
}

hr.invis3 {
  border: 0;
  margin: 0;
}

.post-media {
  position: relative;
  overflow: hidden;
}

.shadoweffect {
  position: absolute;
  top: 0;
  opacity: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.1) 30%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.1) 30%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.1) 30%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1);
  -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;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}

.shadow-desc {
  position: absolute;
  bottom: 0;
  padding: 1rem 1.5rem;
}

.shadow-desc .blog-meta small::after,
.shadow-desc .blog-meta a,
.shadow-desc .blog-meta h4 a {
  color: #ffffff !important;
}

.small-box .shadow-desc h4 {
  font-size: 16px;
  line-height: 1.3;
}

.small-box .shadow-desc {
  padding: 1rem;
}

.hovereffect {
  position: absolute;
  top: 0;
  opacity: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  -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;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0.5;
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.1) 50%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.1) 50%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.1) 50%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1);
}

.post-media:hover .hovereffect span::before,
.post-media:hover .hovereffect {
  visibility: visible;
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}

.hovereffect span::before {
  width: 90px;
  text-align: center;
  left: 0;
  right: 0;
  top: 45%;
  margin: -2rem auto;
  visibility: hidden;
  position: absolute;
  height: 90px;
  display: block;
  content: url(images/hover.png);
  -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;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
}

.hovereffect span.videohover::before {
  content: url(images/videohover.png);
}

.blog-list .blog-meta.big-meta h4 {
  margin-left: -20%;
  margin-top: 1rem;
  background-color: #ffffff;
  padding: 1rem 1.5rem 1rem;
}

.blog-custom-build .blog-meta {
  margin: -4rem 3rem 0;
  z-index: 11;
  padding: 2rem 2rem;
  position: relative;
  background-color: #ffffff;
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid #edeff2;
}

.blog-custom-build .blog-meta.big-meta h4 {
  font-size: 28px;
  margin: 0;
  padding: 0 0 1rem;
}

.blog-custom-build .post-sharing .btn {
  padding: 0.7rem 1rem !important;
}

.blog-custom-build .post-sharing {
  margin: 0 0 1.5rem;
  padding: 0;
}

.blog-grid-system .blog-meta.big-meta h4 {
  font-size: 21px;
}

.blog-video-system .col-md-12,
.blog-grid-system .col-md-6 {
  margin-bottom: 3rem;
}

.blog-video-system .blog-meta.big-meta h4 {
  padding: 1rem 0;
  font-size: 24px;
}

.blog-video-system .btn {
  margin-top: 1rem;
}


/* WIDGETS
**************************************/

.sidebar .widget {
  position: relative;
  display: block;
  margin-bottom: 3rem;
}

.sidebar .banner-spot {
  background-image: none;
  padding: 5px;
}

.sidebar .instagram-wrapper a {
  width: 33.3333%;
  margin: 0;
  float: left;
  border-right: 5px solid #ffffff;
  border-bottom: 5px solid #ffffff;
}

.wb {
  background-color: #ffffff;
  border-top: 1px dashed #dadada;
}

.form-wrapper h4 {
  margin-bottom: 1.5rem;
}

.form-wrapper .form-control {
  background: #fff none repeat scroll 0 0;
  border: 1px dashed #dadada;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.3px;
  margin-bottom: 1.4rem;
  min-height: 50px;
  text-transform: none;
}

.form-wrapper .btn i {
  padding-left: 0.5rem;
}

.form-wrapper textarea {
  min-height: 120px !important;
  padding-top: 1rem
}

.search-form .form-control {
  border-radius: 0;
  margin-bottom: 1.4rem;
  border: 1px solid #edeff2;
  font-size: 12px;
  min-height: 45px;
  text-transform: none;
  font-weight: 400;
}

.search-form .form-control {
  margin: 0;
  min-width: 240px;
  border-right: 0;
}

.search-form .btn:hover,
.search-form .btn:focus,
.search-form .btn {
  padding: 0;
  border-color: #edeff2 !important;
  height: 45px;
  position: absolute;
  border-radius: 0 !important;
  background-color: #edeff2 !important;
  right: 0;
  color: #a3a5a8 !important;
  width: 45px;
  line-height: 45px;
  margin-left: 0
}

.sidebar .widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar .blog-list-widget img {
  width: 55px;
  padding: 0;
}

.sidebar .blog-list-widget .mb-1 {
  font-size: 15px;
}

.sidebar a {
  color: rgba(0, 0, 0, 0.6);
}

.sidebar .widget-title {
  display: block;
  font-size: 18px;
  margin: 0 0 2rem;
  padding: 0;
  line-height: 1;
}

.footer-text img {
  max-width: 290px;
}

.footer-text p {
  margin-bottom: 0;
  padding: 1rem 0 1.2rem;
}

.blog-list-widget img {
  background: #fff none repeat scroll 0 0;
  margin-right: 15px;
  max-width: 80px;
  padding: 4px;
}

.blog-list-widget .list-group-item {
  padding: 0;
  border: 0;
  margin: 0;
  background-color: transparent;
}

.blog-list-widget .w-100 {
  margin-bottom: 1rem;
  display: block;
}

.blog-list-widget .w-100.last-item {
  margin-bottom: 0;
}

.blog-list-widget .mb-1 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0rem !important;
}

.blog-list-widget small {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.newsletter-widget h4 {
  font-size: 2.4rem;
  padding: 0;
  margin: 0 0 1.5rem;
}

.newsletter-widget p {
  color: rgba(0, 0, 0, 0.4);
  font-size: 18px;
  padding: 0;
  margin: 0 0 2rem;
}

.newsletter-widget .form-inline {
  display: block;
}

.newsletter-widget .form-inline .form-control {
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #dbdde0;
  border-radius: 0;
  box-shadow: none;
  display: inline-block;
  font-size: 14px;
  height: 56px;
  padding-left: 1.5rem;
  line-height: 1;
  letter-spacing: 0.3px;
  vertical-align: middle;
  width: 400px;
}

.card-block {
  -moz-box-flex: 1;
  background: #202020 none repeat scroll 0 0;
  padding: 1.25rem 3rem;
  border-radius: 0 !important;
}

.top-search .btn:hover,
.top-search .btn:focus,
.top-search .btn {
  position: absolute;
  right: 4%;
  border: 0 !important;
  border-left: 1px solid #555555 !important;
  color: #555555 !important;
  font-size: 24px;
  background-color: transparent !important;
  height: 54px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.top-search .newsletter-widget .form-inline .form-control {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  color: #555555;
  font-size: 24px;
  width: 100%;
}

.form-wrapper .newsletter-widget .form-inline .form-control::-webkit-input-placeholder {
  color: #a2abb1;
  opacity: 1;
}

.form-wrapper .form-control::-moz-placeholder {
  color: #a2abb1;
  opacity: 1;
}

.form-wrapper .form-control:-ms-input-placeholder {
  color: #a2abb1;
  opacity: 1;
}

.form-wrapper .form-control::placeholder {
  color: #a2abb1;
  opacity: 1;
}

.top-search .form-inline .form-control::-webkit-input-placeholder {
  color: #555555;
  opacity: 1;
}

.top-search .newsletter-widget .form-inline .form-control::-moz-placeholder {
  color: #555555;
  opacity: 1;
}

.top-search .newsletter-widget .form-inline .form-control:-ms-input-placeholder {
  color: #555555;
  opacity: 1;
}

.top-search .newsletter-widget .form-inline .form-control::placeholder {
  color: #555555;
  opacity: 1;
}

.newsletter-widget .form-inline .form-control::-webkit-input-placeholder {
  color: #a2abb1;
  opacity: 1;
}

.newsletter-widget .form-inline .form-control::-moz-placeholder {
  color: #a2abb1;
  opacity: 1;
}

.newsletter-widget .form-inline .form-control:-ms-input-placeholder {
  color: #a2abb1;
  opacity: 1;
}

.newsletter-widget .form-inline .form-control::placeholder {
  color: #a2abb1;
  opacity: 1;
}

.newsletter-widget .btn {
  height: 54px;
  border-radius: 0;
  border: 0;
}

.newsletter-widget .btn i {
  padding-left: 0.5rem
}

.btn {
  background-color: #111111;
  border: 0 none;
  border-radius: 0;
  font-size: 14px;
  font-weight: bold;
  padding: 0.8rem 2rem;
  text-transform: none;
}

.link-widget li {
  padding: 0.4rem 0.2rem 0.6rem;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 500;
  position: relative;
  margin: 0;
  border-bottom: 1px dashed #dadada;
}

.link-widget li:last-child {
  border-bottom: 0 dashed #dadada;
}

.link-widget li span {
  position: absolute;
  right: 0;
}

.loader {
  display: block;
  margin: 20px auto 0;
}

#preloader {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 11000;
  position: fixed;
  display: block
}

.preloader {
  position: absolute;
  margin: 0 auto;
  left: 1%;
  right: 1%;
  top: 47%;
  width: 65px;
  height: 65px;
  background: center center no-repeat none;
  background-size: 65px 65px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%
}

.line {
  height: 30px;
  background-color: #0a2322;
}






/* Style navigation links with a hover and active effect */
.custom_nav-container .nav-link {
  position: relative;
  transition: color 0.3s ease;
}

.custom_nav-container .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffd700;
  /* Gold underline for creativity */
  transition: width 0.3s ease;
}

.custom_nav-container .nav-link:hover::after {
  width: 100%;
}

.custom_nav-container .nav-item.active .nav-link::after {
  width: 100%;
}

/* Increase padding for mobile links to improve touch targets */
@media (max-width: 991px) {
  #navbarSupportedContent .nav-link {
    padding: 1rem;
  }
}

/* Add a subtle border radius to the dropdown menu */
#navbarSupportedContent.show {
  border-radius: 5px;
}

.fixed-size-img {
  width: 900px;
  height: 600px;
  object-fit: cover;
  /* Ensures the image fills the box without stretching */
}

.youtube-wrapper {
  position: relative;
  cursor: pointer;
  max-width: 100%;
}

.youtube-wrapper img {
  display: block;
  width: 100%;
  border-radius: 8px;
}

.youtube-wrapper .custom-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
}

.youtube-wrapper .custom-play::after {
  content: '';
  position: absolute;
  left: 26px;
  top: 18px;
  border-left: 24px solid #fff;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
}