:root {
  
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,300&display=swap');

html,
body {
	max-width: 100vw;
	overflow-x: hidden;
}

body {
  overflow-x: hidden;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
a {
  color: #4555a2;
  text-decoration: none;
}
nav.main {
  box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 16%);
}
nav .fa, nav .fab, nav .fal, nav .far, nav .fas {
  color: #4555a2;
}
nav .fa:hover, nav .fab:hover, nav .fal:hover, nav .far:hover, nav .fas:hover {
  color: #707071;
}
.slide-image {
  width: 100%;
  height: 100%;
}

.carousel-control-next:hover, .carousel-control-prev:hover {
  opacity: .6;
}

.hp_slide .carousel-item .slide-image {
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.slide-image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.36);
}

.carousel-caption {
  position: absolute;
  top: 50%;
  width: 80%;
  left: 10%;
  bottom: auto;
  transform: translateY(-50%);
}

.carousel-caption h5 {
  font-size: 68px;
  font-weight: 700;
  color: #fff;
}

.main-image {
  height: 16px;
  width: auto;
}

.nav-link {
  color: #101010;
  font-weight: 600;
  font-size: 15px;
  line-height: 15px;
  transition: all 0.2s ease-in-out;
}

.nav-link a {
  transition: .5s all ease;
}

.nav-link:hover {
  box-shadow: inset 0px 2px 0px 0px #4555A2;
}

.nav-link:hover a {
  color: #4555A2;
}

.special-dropdown {
  border-radius: 50%;
  background: #4555A2;
}

.special-dropdown {
  color: #fff !important;
  font-size: 14px;
  width: 48px;
}

.dropdown-toggle:after {
  margin-left: 0;
}

.special-dropdown+.dropdown-menu {
  background: transparent;
  border: none;
  min-width: 48px;
  left: 0;
}

.special-dropdown+.dropdown-menu {
  display: block;
  transition: .5s all ease;
}

:not(.special-dropdown) .dropdown-item {
  padding: 0.75rem 1rem;
  font-weight: bold;
  font-size: 0.9rem;
  color: rgba(0,0,0,.55);
}

:not(.special-dropdown) .dropdown-item:hover {
  color:#4555A2;
}

:not(.special-dropdown) a.dropdown-item:hover, :not(.special-dropdown) a.dropdown-item:focus {
  color: #4555A2;
  background: #fff;
}

.special-dropdown+.dropdown-menu .dropdown-item {
  background: #fff;
  border-radius: 50%;
  opacity: 0;
  height: 36px;
  width: 36px;
  margin-top: 3px;
  margin-bottom: 15px;
  margin-right: 6px;
  padding: 0.25rem 0;
  text-align: center;
  line-height: 30px;
  margin-left: 6px;
  transition: .5s all ease;
}


.special-dropdown+.dropdown-menu.show .dropdown-item {
  opacity: 1;
}

.grey-bg {
  background: #f6f6f6; 
}

.title {
  font-weight: bold;
  position: relative;
  padding-bottom: 44px;
  font-size: 34px;
}

.title:after {
  position: absolute;
  bottom: 20px;
  left: 0;
  content: '';
  width: 50px;
  height: 4px;
  background: #222;
}

.paragraph {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 12px 0;
  font-weight: 400;
  color: #2228;
  letter-spacing: 0.5px;
}

.gamba-btn {
  padding: 16px 24px;
  background-color: #fff;
  font-size: 13px;
  font-weight: 700;
  color: #4555A2;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 16%);
  box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 16%);
  border-radius: 4px;
  display: inline-block;
  border: none;
}

.hp-icon {
  width: 60px;
}

h3, .icon-col h3 {
  font-weight: bold;
  font-size: 20px;
}

.blue-bg {
  background: #4555A2;
}

.title.inverted {
  color: #fff;
}

.title.inverted:after {
  background: #fff;
}

.title.centered:after {
  left: 50%;
  transform: translateX(-50%);
}

.slim-container {
  max-width: 960px;
}

.btn-div {
  padding: 16px 24px;
  background-color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  -webkit-box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 16%);
  box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 16%);
  border-radius: 4px;
  display: inline-block;
  border: none;
  width: 100%;
}

/* footer {
  background: #101010;
} */

footer .paragraph {
  /* color: #fff8; */
  margin: 0;
}

.eweb_signature {
  background: #000;
  color: #eeeeee;
  font-size: 0.75em;
  letter-spacing: 1.5px;
}

.form-control::placeholder {
  font-weight: bold;
  text-transform: uppercase;
  color: #2228;
}

.form-box {
  box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 16%);
}

.form-control {
  border-radius: 0;
}

textarea {
  resize: none;
}

.service-box .paragraph {
  height: 64px;
}

.slideshow {
  position: relative,
}

.scroll-down {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 3;
  padding: 15px 0;
  color: #fff;
}

.carousel-indicators {
  bottom: 50px;
}

.breadcrumb-nav {
  padding: 10px;
}

.breadcrumb-item a {
  color: #fff;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #bbb;
  font-weight: bold;
}

.dropdown-menu {
  border: none;
  margin-top: 0 !important;
}

::-webkit-scrollbar {
  width: 0.25em;
}
 
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
::-webkit-scrollbar-thumb {
  background-color: #4555a2;
  outline: 1px solid slategrey;
}

footer a {
  color: #2228;
  text-decoration: none;
}
.scroll-down .fas {
  animation: bounce 3s infinite;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}
.in-page {
  padding-top: 70px;
}

@media (max-width: 768px) {
  .in-page {
    padding-top: 40px;
  }
  .navbar-collapse {
    --bs-scroll-height: 40vh;
    overflow-y: auto;
  }

  .navbar-toggler:focus {
    box-shadow: 0 0 0 0.1rem #4555a2;
  }
}
@media (max-width: 480px) {
	.navbar-collapse {
    	--bs-scroll-height: auto;
    	overflow-y: hidden;
	}
	.change-language {
		border: 1px solid;
		padding-top: 2px !important;
		margin-top: 5px !important;
	}
}