body {
  color: #0c0c0c;
  overflow-x: hidden;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.navbar-brand img {
  max-width: 70px;
  height: auto;
}

.escape-text {
  color: white;
  font-size: 24px;
  font-family: Inter;
  font-weight: 900;
  letter-spacing: 0%;
}

.heading_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.heading_container h2 {
  position: relative;
}

.heading_container h2 span {
  color: #1646e0;
}

.heading_container.heading_center {
  align-items: center;
  text-align: center;
}

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

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}

.hero_area {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.hero_area .hero_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.hero_area .hero_bg_box img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}

.hero_area .hero_bg_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sub_page .hero_area {
  min-height: auto;
}

.header_section .header_top {
  padding: 15px 0;
  border-bottom: 1px solid #ffffff;
}

.header_section .header_top .header_top_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_section .header_top .contact_nav {
  display: flex;
  justify-content: space-between;
  flex: 1;
}

.header_section .header_top .contact_nav a {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header_section .header_top .contact_nav a i {
  margin-right: 5px;
  background-color: #159ec0;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  border-radius: 100%;
}

.header_section .header_top .contact_nav a:hover i {
  background-color: #1d20d6;
}

.header_section .header_top .social_box {
  display: flex;
  justify-content: flex-end;
  min-width: 200px;
}

.header_section .header_top .social_box a i {
  margin-right: 5px;
  background-color: #159ec0;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  border-radius: 100%;
}

.header_section .header_bottom {
  padding: 15px 0;
}

.header_section .header_bottom .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand {
  display: flex;
  align-items: center;
}

.navbar-brand .escape-text {
  font-size: 24px;
  font-family: sans-serif;
  font-weight: 1000;
  letter-spacing: 0%;
  margin-left: 0px;
}

.navbar-brand:hover {
  color: inherit;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 30px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  font-size: 15px;
  transition: all .3s;
}

.custom_nav-container .navbar-nav .nav-item .nav-link i {
  margin-right: 5px;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link {
  color: #1955d4;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #ffffff;
}

.custom_nav-container .nav_search-btn:hover {
  color: #1713d1;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  transform: rotate(90deg);
  top: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
  transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
  display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
  transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
  transform: none;
}

.blue-heading {
  color: white;
  font-family: 'Courier New', Courier, monospace;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 20px;
}

.blue-heading h2 {
  font-size: X-large;
  padding-left: 30px;
  padding-right: 30px;
}

.box-structure {
  font-size: medium;
  padding: 50px;
  margin: 20px;
  font-family: 'Courier New', Courier, monospace;
  color: white;
}

.box-structure .row {
  margin-bottom: 10px;
}

.custom-box {
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding: 20px;
  margin: 50px;
  display: flex;
  flex-wrap: wrap;
}

.custom-box a {
  display: block;
  padding: 10px 15px;
  background-color: #0070d9f7;
  color: #ffffff;
  font-family: 'Courier New', Courier, monospace;
  border-radius: 5px;
  transition: all .3s;
  text-align: center;
  width: 150px;
  margin: 10px auto;
  align-items: left;
}

.custom-box p {
  font-size: large;
  color: white;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  text-align: left;
  margin: 10px 0;
}

.custom-box h2 {
  font-size: x-large;
  color: white;
  font-family: 'Courier New', Courier, monospace;
  text-align: center;
  width: 100%;
  margin: 10px 0;
}

.custom-box-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.custom-box-column {
  width: 50%;
  padding: 0 10px;
}

.custom-box-image {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .custom-box-column {
    width: 100%;
  }
}

.slider_section {
  flex: 1;
  display: flex;
  align-items: center;
}

.slider_section .row {
  align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  color: #ffffff;
  text-align: center;
}

.slider_section .detail-box h1 {
  font-size: 30px;
  font-family: 'Courier New', Courier, monospace;
  font-weight: 100;
  line-height: 42px;
  letter-spacing: 0%;
  text-align: center;
}

.slider_section .detail-box .btn-box {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  flex-wrap: wrap;
}

.slider_section .detail-box .btn-box a {
  text-align: center;
  width: 165px;
}

.slider_section .detail-box p {
  font-size: 13px;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 0;
  line-height: 18px;
  letter-spacing: 0;
  text-align: center;
  opacity: 0.6;
}

.slider_section .detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #0071D9;
  color: #ffffff;
  border-radius: 0;
  transition: all .3s;
  border: 1px solid #0071D9;
}

.slider_section .detail-box .btn-box .btn1:hover {
  background-color: transparent;
  color: #0071D9;
}

.slider_section .img-box img {
  width: 100%;
}

.parent-container {
  color: white;
  padding-top: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.slider_section .carousel_btn-box .carousel-control-prev {
  left: 25px;
}

.slider_section .carousel_btn-box .carousel-control-next {
  right: 25px;
}

.service_section .heading_container {
  margin-bottom: 35px;
}

.footer-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.footer-links a,
.social-media-icons a {
  display: block;
  color: #fff;
  text-decoration: none;
  margin-bottom: 10px;
  text-align: center;
}

.social-media-icons i {
  font-size: 24px;
}

.footer-info {
  display: block;
  color: #ffffff;
}

.patreon-button img {
  max-width: 150px;
  height: auto;
  padding: 10px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  overflow: false;
}

.title {
  font-family: 'Courier New', Courier, monospace;
  font-size: xx-large;
}

.social-media-icons img {
  width: 30px;
  height: 30px;
  margin: 0 10px;
}

.trynow {
  position: relative;
  text-align: center;
  padding: 20px;
  margin-bottom: 50px;
  margin-top: 50px;
  background-image: url("https://ibb.co/gWMZKc9");
  background-size: cover;
}

.trynow h1 {
  color: white;
  font-family: 'Courier New', Courier, monospace;
  margin: 0;
  padding-top: 50px;
}

.trynow a {
  display: inline-block;
  padding: 10px 15px;
  background-color: #0071D9;
  color: #ffffff;
  border-radius: 5px;
  border: 1px solid #0071D9;
  text-decoration: none;
  transition: background-color 0.3s;
  margin: 10px;
}

.trynow a:hover {
  background-color: #0056b3;
}

.trynow h1 {
  font-family: 'Courier New', Courier, monospace;
  color: rgb(0, 0, 0);
  margin: 5px;
}

.paragraph {
  font-size: medium;
  padding-left: 50px;
  font-family: 'Courier New', Courier, monospace;
  color: white;
}

.sidebar {
  position: fixed;
  top: 130px;
  left: 0;
  width: 200px;
  background-color: #333;
  padding: 20px;
  color: #fff;
  font-family: Arial, sans-serif;
}

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

.sidebar ul li {
  margin-bottom: 10px;
}

.sidebar ul li a {
  color: #fff;
  text-decoration: none;
}

.sidebar ul li a:hover {
  color: #007bff;
}

.sidebar ul .main {
  font-weight: bold;
}

.sidebar hr {
  border-top: 1px solid #fff;
}

.content {
  margin-left: 230px;
  font-family: 'Courier New', Courier, monospace;
}

hr {
  border-top: 1px solid #ccc;
}
