@charset "UTF-8";
body {
  background: white !important;
  font-family: Rubik, sans-serif;
  font-weight: 300;
  font-size: 1em;
  color: #2a3947;
  line-height: 1.7;
  font-family: "Outfit", sans-serif;
}
h1 {
  font-size: 2.8em !important;
}
.anasayfaAraBaslik { padding-left:20px; padding-right:20px;letter-spacing:2px;position:relative;font-size:17px!important; font-weight:600; text-transform:uppercase}
	.anasayfaAraBaslik::before {position:absolute;left:-15px; bottom:10px; width:30px; height:2px; background:#2e96a1 !important; content:""; z-index:2;}
		.anasayfaAraBaslik::after {position:absolute;right:-15px; bottom:10px; width:30px; height:2px; background:#2e96a1 !important; content:""; z-index:2;}
.mt-100 { margin-top:100px!important}
.anasayfaUl {padding:0px; margin:0px; list-style-type:none}
.anasayfaUl li { display:inline-block; margin:5px }
.anasayfaUl li a { padding:5px 10px; font-weight:400!important; background:lightgray; font-size:.9em; color:black; display:inline-block!important }

.h-ul {list-style-type:none;padding:0px!important; margin:0px!important;}
.h-ul li {position:relative;}
.h-ul li::after {position:absolute; width:40px; height:2px; border-bottom:1px dashed gray; content:''; right:0px; bottom:50%;}
.h-ul li:last-child::after  {border:none}

.h-ul .h-box .year { position:relative;display:inline-block; text-align:center;color:white; margin:0px; border-radius:100%; font-weight:700; line-height:50px; width:50px; height:50px; background:#2e96a1 !important; }
.h-ul .h-box .par {margin-top:15px; padding-right:35px; font-size:.8em!important; line-height:1.6em}
.h-ul .h-box .year:after { position:absolute; bottom:-2px; content:''; width:18px ; transform:rotate(45deg); right:33%; height:18px; background: #2e96a1 !important; }
.h-ul .h-box .year:before { position:absolute; top:-2px; content:''; width:18px ; transform:rotate(45deg); right:33%; height:18px; background: #2e96a1 !important; }

h2 {
  font-size: 2.4em !important;
}

h3 {
  font-size: 2.2em !important;
}

h4 {
  font-size: 2em !important;
}

p {
  font-size: 1em !important;
  line-height: 2em;
}

.topnavbar i {
  font-size: 2.2em;
}

.btn-1 {
  border-radius: 4px;
  border: none !important;
  background: #3bbbe0;
  padding: 10px 22px;
  text-align: center;
  color: white !important;
}

.border-1 {
  border: 2px solid #3bbbe0;
}

.bg-1 {
  background-color: #3bbbe0 !important;
}

.text-1 {
  color: #3bbbe0 !important;
}

.btn-2 {
  border-radius: 4px;
  border: none !important;
  background: #1f2c39;
  padding: 10px 22px;
  text-align: center;
  color: white !important;
}

.border-2 {
  border: 2px solid #1f2c39;
}

.bg-2 {
  background-color: #1f2c39 !important;
}

.text-2 {
  color: #1f2c39 !important;
}

.btn-3 {
  border-radius: 4px;
  border: none !important;
  background: #43a0af;
  padding: 10px 22px;
  text-align: center;
  color: white !important;
}

.border-3 {
  border: 2px solid #43a0af;
}

.bg-3 {
  background-color: #43a0af !important;
}

.text-3 {
  color: #43a0af !important;
}

.btn-4 {
  border-radius: 4px;
  border: none !important;
  background: #7f7f7f;
  padding: 10px 22px;
  text-align: center;
  color: white !important;
}

.border-4 {
  border: 2px solid #7f7f7f;
}

.bg-4 {
  background-color: #7f7f7f !important;
}

.text-4 {
  color: #7f7f7f !important;
}

.btn-5 {
  border-radius: 4px;
  border: none !important;
  background: #2e96a1;
  padding: 10px 22px;
  text-align: center;
  color: white !important;
}

.border-5 {
  border: 2px solid #2e96a1;
}

.bg-5 {
  background-color: #2e96a1 !important;
}

.text-5 {
  color: #2e96a1 !important;
}

.btn-6 {
  border-radius: 4px;
  border: none !important;
  background: #255584;
  padding: 10px 22px;
  text-align: center;
  color: white !important;
}

.border-6 {
  border: 2px solid #255584;
}

.bg-6 {
  background-color: #255584 !important;
}

.text-6 {
  color: #255584 !important;
}

.cp {
  position: relative;
  background: #3bbbe0;
  -webkit-clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%, 5% 50%);
  clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%, 5% 50%);
}

.cp:after {
  z-index: -1;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  content: "";
  background: gray;
  -webkit-clip-path: polygon(78% 0%, 95% 0%, 100% 50%, 95% 100%, 78% 100%, 84% 50%);
  clip-path: polygon(78% 0%, 95% 0%, 100% 50%, 95% 100%, 78% 100%, 84% 50%);
}

.cp:before {
  z-index: -1;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  content: "";
  background: white;
  -webkit-clip-path: polygon(75% 0%, 95% 0%, 100% 50%, 95% 100%, 75% 100%, 81% 50%);
  clip-path: polygon(75% 0%, 95% 0%, 100% 50%, 95% 100%, 75% 100%, 81% 50%);
}

.py-6 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-7 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.tanitimimage:before {
  content: "";
  position: absolute;
  top: -8px;
  left: -13px;
  bottom: 0;
  right: 30px;
  border: 15px solid #3bbbe0;
  border-top-right-radius: 250px;
  border-top-left-radius: 250px;
  border-bottom-right-radius: 250px;
}

.tanitimimage {
  position: relative;
  display: block;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  border-top-left-radius: 250px;
  border-top-right-radius: 250px;
  border-bottom-left-radius: 250px;
}

.tanitimimage img {
  width: 100%;
  border-top-left-radius: 250px;
  border-top-right-radius: 250px;
  border-bottom-left-radius: 250px;
}

.tanitimicerik2 ul {
  font-weight: 500;
  position: relative;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  padding-left: 35px;
}

.tanitimicerik2 ul li:before {
  content: "\f26f";
  left: 0px;
  position: absolute;
  font-family: bootstrap-icons;
  color: #3bbbe0;
  padding: 2px 9px;
  display: inline-block;
  margin-right: 5px;
  font-weight: bold;
  border-radius: 3px;
}

.tanitimicerik ul li a {
  margin-bottom: 5px;
  display: block;
}

.text-main2 {
  color: #2a3947 !important;
}

.img-rounded {
  border-radius: 10px !important;
}

.hr {
  display: block;
  background-color: white !important;
  margin: 5px 0px;
  border: none !important;
  border-bottom: 2px dashed #3bbbe0 !important;
}

.menu_title {
  display: inline-block;
  position: relative;
  padding-left: 25px;
}

.card {
  border-radius: 0px;
}

.menu_title:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #2a3947;
  position: absolute;
  left: 10px;
  bottom: 10px;
}

.btn-main {
  background: #3bbbe0;
  font-weight: 500;
  color: #2a3947 !important;
  padding: 5px 20px;
  text-align: center;
  display: inline-block;
}

.btn-main2 {
  background: #2a3947;
  color: #2a3947 !important;
  padding: 5px 20px;
  text-align: center;
  display: inline-block;
}

.titleSec {
  position: relative;
  color: white;
  transform: skewX(-15deg);
  display: inline-block;
  background: #3bbbe0;
  margin-left: 10px;
  padding: 3px 10px;
  font-weight: 500;
}

.titleSec:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px !important;
  background-color: gray;
  display: inline-block;
  bottom: 5px;
  z-index: -1;
  margin-left: 10px;
}

.titleSec:before {
  content: "";
  position: absolute;
  width: 190px;
  height: 5px !important;
  background-color: #3bbbe0;
  display: inline-block;
  bottom: 0px;
  left: 0px;
}

.text-white {
  color: white !important;
}

.pr .aa1 {
  left: -5%;
  position: absolute;
  transform: rotate(-45deg);
  z-index: -1;
  height: 55%;
  width: 35%;
  transition: all 400ms;
}

.pr .aa2 {
  right: -5%;
  position: absolute;
  transform: rotate(45deg);
  z-index: -1;
  height: 55%;
  width: 35%;
  transition: all 400ms;
}

.pr:hover .aa1 {
  left: -5%;
  position: absolute;
  transform: rotate(-75deg);
  z-index: -1;
  height: 75%;
  width: 47%;
  transition: all 400ms;
}

.pr:hover .aa2 {
  right: -5%;
  position: absolute;
  transform: rotate(75deg);
  z-index: -1;
  height: 75%;
  width: 47%;
  transition: all 400ms;
}

.pr:hover img {
  transform: scale(0.9);
  transition: all 400ms;
}

.pr img {
  transform: scale(1);
  transition: all 400ms;
}

.bg-main {
  background: #3bbbe0 !important;
}

a {
  text-decoration: none !important;
}

.mh {
  min-height: 600px !important;
}

.titlemain {
  transform: skewX(-15deg);
  padding-left: 25px;
  position: relative;
  font-weight: 600;
  color: black;
  display: inline-block;
}

.titlemain::before {
  content: "\f231";
  /* FontAwesome Unicode */
  font-family: bootstrap-icons;
  color: #2a3947;
  display: inline-block;
  margin-right: 5px;
  font-size: 23px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.sliderAnimate {
  animation: sa 25s ease-in-out infinite alternate;
}

@keyframes sa {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: translateX(0px) translateY(10px) scale(1.1);
  }
}
.bx:hover img {
  border-radius: 1px;
  transform: scale(1.4) rotate(2deg);
  transition: all 4400ms ease-in-out;
}

.bx img {
  border-radius: 1px;
  transform: scale(1) rotate(0deg);
  transition: all 4400ms ease-in-out;
}

.glow-blue {
  animation: glowblue 1s ease-in-out infinite alternate;
}

@keyframes glowblue {
  from {
    text-shadow: 0 0 10px #00c0ff, 0 0 30px #32beff, 0 0 40px #006bff;
  }
  to {
    text-shadow: 0 0 5px #00c0ff, 0 0 10px #32beff, 0 0 15px #006bff;
  }
}
.newsBox:hover .card-body {
  background: white;
  margin-top: -25px;
  transition: all 400ms;
}

.newsBox .card-body {
  background: white;
  margin-top: -15px;
  transition: all 400ms;
}

.bg-none {
  background: none !important;
}

a {
  text-decoration: none !important;
  color: inherit !important;
}

.cccc {
  right: 0px;
  z-index: 999999;
  top: -20px;
  animation-play-state: running;
  animation: aboutb 1000ms 1 forwards;
}

@keyframes aboutb {
  0% {
    right: 300px;
    z-index: 999999;
    top: 400px;
    transform: scale(4);
  }
  100% {
    right: 0px;
    z-index: 999999;
    top: -20px;
    transform: scale(1);
  }
}
.sils {
  animation-play-state: running;
  animation: sils 2000ms 1 forwards;
}

@keyframes sils {
  0% {
    right: 0px;
    z-index: 999999;
    top: -20px;
    transform: scale(1);
  }
  10% {
    right: 0px;
    z-index: 999999;
    top: 0px;
    transform: scale(1);
  }
  100% {
    right: 0px;
    z-index: 999999;
    top: 920px;
    transform: scale(1);
    opacity: 0;
  }
}
.carousel h1 {
  font-size: 3.4em !important;
  font-weight: 500 !important;
}

.carousel .aciklama {
  font-size: 1.1em !important;
  font-weight: 400 !important;
}

.r0 {
  right: 0px;
}

.l0 {
  left: 0px;
}

.b0 {
  bottom: 0px;
}

.t0 {
  top: 0px;
}

.alertbar {
  display: none;
}

.banner:hover {
  transform: scale(1.1);
  transition: all 400ms;
}

.banner {
  transform: scale(1);
  transition: all 400ms;
}

.katIma .position-absolute {
  width: 100%;
  height: 90%;
  background: rgba(59, 187, 224, 0.7);
  transform: scale(0);
  transition: all 400ms;
}

.katIma:hover .position-absolute {
  width: 100%;
  height: 90%;
  background: rgba(59, 187, 224, 0.7);
  transform: scale(1);
  transition: all 400ms;
}

.maincolor {
  color: #3bbbe0;
}

.bg-maincolor {
  background: #3bbbe0;
}

.text-main {
  color: #3bbbe0 !important;
}

.text-mainlight {
  color: #ebf8fc;
}

.border-right-main {
  border-right: 1px solid #3bbbe0;
}

.border-left-main {
  border-left: 1px solid #3bbbe0;
}

.bg-main-gradient {
  background: linear-gradient(60deg, #3bbbe0 0%, #a0def0 100%);
}

.katBg {
  background: rgba(0, 0, 0, 0.2) !important;
  transition: all 400ms;
}

.katBgnone {
  background: none !important;
  transition: all 400ms;
}

.description ul {
  padding: 0px;
  margin: 0px;
  padding-left: 60px !important;
  list-style-type: none;
}

.description ul li {
  margin-top: 7px;
  margin-bottom: 7px;
  display: bloack;
  position: relative;
}

.description ul li:before {
  content: "\f280";
  font-size: 1rem;
  font-family: bootstrap-icons;
  color: #2a3947;
  padding: 2px;
  z-index: 2;
  position: absolute;
  top: 0;
  left: -28px;
}

.quete {
  position: relative;
  padding: 25px;
  padding-left: 60px;
  border: 2px dotted #3bbbe0;
  margin-bottom: 20px;
  font-weight: 700 !important;
  font-size: 24px;
  border-radius: 5px;
}

.quete:before {
  content: "\f272";
  /* FontAwesome Unicode */
  font-family: bootstrap-icons;
  display: inline-block;
  width: 1.3em;
  /* same as padding-left set on li */
  color: #3bbbe0;
  position: absolute;
  left: 15px;
  top: 0px;
  font-size: 40px;
}

.cevrimici {
  color: white;
  z-index: 0;
  min-height: 330px;
  position: relative;
  background: #255584;
  padding: 25px;
  border-radius: 20px;
  padding-left: 50px;
}

.cevrimici .iconbtn {
  border: 9px solid white;
  display: inline-block;
  text-align: center;
  width: 80px;
  height: 80px;
  line-height: 62px;
  border-radius: 100%;
  background: #3bbbe0;
  color: white;
  font-size: 20px;
}

.cevrimici:before {
  position: absolute;
  content: "“";
  font-size: 265px;
  bottom: 0px;
  right: 0px;
  top: -130px;
  opacity: 0.2;
}

.cevrimici p {
  font-weight: 400;
  margin: 0px;
  font-size: 1.2em !important;
}

.cevrimici span {
  font-size: 0.9em;
  line-height: 1.5em;
  display: block;
  font-weight: 300;
  margin-top: 25px;
}

.cevrimicidetail {
  position: relative;
  display: block;
}

.cevrimicidetail .iconbtn {
  border: 9px solid white;
  display: inline-block;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 30px;
  border-radius: 100%;
  background: #3bbbe0;
  color: white;
  font-size: 13px;
}

.cevrimicidetail p {
  font-weight: 400;
  margin: 0px;
  font-size: 1.2em !important;
}

.cevrimicidetail span {
  font-size: 0.9em;
  line-height: 1.5em;
  display: block;
  font-weight: 300;
}

.mmee .card-header {
  font-size: 1.3em;
  position: relative;
  background-repeat: no-repeat;
  background-position: 110%;
  background-size: 65px;
}

.mmee .card-header:after {
  position: absolute;
  content: "";
  background: #2e96a1;
  width: 15px;
  height: 15px;
  top: -7px;
  left: 20px;
  transform: rotate(45deg);
}

.carousel-item {
  position: relative;
  z-index: 1;
}

.owl-area {
  width: 150%;
  position: relative;
  overflow: hidden;
}

.carousel-item:after {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  z-index: 2;
  content: "";
  background: black;
  opacity: 0.1;
}

.accordion-item a {
  background: none !important;
  color: white !important;
  font-weight: 500 !important;
}

.accordion-item {
  background: none !important;
}

.accordion-item .accordion-body ul li a {
  margin: 0px;
  font-weight: 400 !important;
}

.accordion-item .accordion-body ul {
  margin: 0px;
}

.accordion-item .okyok:after {
  background-image: none !important;
}

.nv {
  background: #3bbbe0 !important;
}

.navbar {
  padding: 15px 0px !important;
  position: absolute;
  width: 100%;
  z-index: 10;
  color: white !important;
}

.nav-scroll {
  background:#587074;
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  z-index: 10;
  background-repeat: no-repeat;
  transition: transform 0.5s;
  transform: translateY(100px);
  border: none;
}

.ul1 .nav-link {
  font-weight: 400;
  text-transform: uppercase;
  color: white !important;
}

.ul1 .nav-link:hover {
  background: #3bbbe0;
  color: white !important;
}

.ul2 .nav-link {
  text-transform: uppercase;
  position: relative;
  font-weight: 500;
  color: white !important;
  padding: 15px 15px !important;
}

.ul2 .nav-link:hover {
  background: #1c91b2 !important;
  color: white !important;
  padding: 10px 10px;
}

.ul2 {
  background: #212c37 !important;
}

.ul2 .nav-item .active {
  background: #1c91b2 !important;
  color: white;
}

.bebas {
  font-family: Bebas Neue, "cursive";
}

.nav-tabs li a {
  font-weight: bold;
  position: relative;
  padding-left: 35px;
  font-size: 1rem;
}

.nav-tabs li a:before {
  content: "\f280";
  /* FontAwesome Unicode */
  font-family: bootstrap-icons;
  display: inline-block;
  width: 1.3em;
  /* same as padding-left set on li */
  color: #3bbbe0;
  position: absolute;
  left: 15px;
}

.my-6 {
  margin-bottom: 4rem;
  margin-top: 4rem;
}

.my-7 {
  margin-bottom: 5rem;
  margin-top: 5rem;
}

.my-8 {
  margin-bottom: 6rem;
  margin-top: 6rem;
}

.mt-6 {
  margin-top: 4rem;
}

.mt-7 {
  margin-top: 5rem;
}

.mt-8 {
  margin-top: 6rem;
}

.mb-6 {
  margin-bottom: 4rem;
}

.mb-7 {
  margin-bottom: 5rem;
}

.mb-8 {
  margin-bottom: 6rem;
}

.fw-3 {
  font-weight: 300 !important;
}

.fw-4 {
  font-weight: 400 !important;
}

.fw-5 {
  font-weight: 500 !important;
}

.fw-6 {
  font-weight: 600 !important;
}

.fw-7 {
  font-weight: 700 !important;
}

.fw-8 {
  font-weight: 800 !important;
}

.fw-9 {
  font-weight: 900 !important;
}

.kayitformu .form-group {
  margin-bottom: 20px;
}

.kayitformu .form-control {
  padding: 15px;
  background: #eaeaea;
  border: none;
}

.kayitformu h1 {
  font-size: 1.3em !important;
}

.contactForm .form-group {
  margin-top: 20px;
}

.contactForm .form-group label {
  font-weight: 600;
}

.contactForm .form-control {
  border: none !important;
  background: rgba(0, 0, 0, 0.1);
  padding: 10px;
  color: lightgray;
  color: black !important;
}

.bg-main2 {
  background: #2a3947 !important;
}

.contactForm .form-control:focus {
  box-shadow: none;
  border: none !important;
  background: rgba(0, 0, 0, 0.2);
  padding: 10px;
}

.mmmenu .p-2:hover {
  transform: scale(1.1);
  transition: all 400ms;
}

.mmmenu .p-2 {
  transform: scale(1);
  transition: all 400ms;
}

.mmmenu img {
  border-left: 4px solid #4c5e70;
}

.custom-btn {
  border-radius: 3px;
  font-size: 1rem;
  background: #3bbbe0 !important;
  color: white !important;
  padding: 8px 14px;
  display: inline-block;
  text-align: center;
}

.custom-btn:hover {
  border-radius: 3px;
  font-size: 1rem;
  background: #3bbbe0 !important;
  color: white !important;
  padding: 8px 14px;
  display: inline-block;
  text-align: center;
}

.nvb-font {
  font-size: 0.9em;
}

.carousel-control-next, .carousel-control-prev {
  width: 7% !important;
}

.middle-kose {
  width: 50px;
  height: 50px;
  background-color: #2a3947;
  right: 25px;
  top: -25px;
  z-index: 1;
  transform: rotate(45deg);
  transition: all 900ms;
}

.middle-kose2 {
  width: 50px;
  height: 50px;
  background-color: #3bbbe0;
  left: 15px;
  bottom: -45px;
  z-index: 1;
  transform: rotate(45deg);
  transition: all 200ms;
}

.mmee:hover .middle-kose {
  width: 50px;
  height: 50px;
  background-color: #2a3947;
  right: 43%;
  top: -25px;
  z-index: 1;
  transform: rotate(45deg);
  transition: all 900ms;
}

.mmee:hover .middle-kose2 {
  width: 50px;
  height: 50px;
  background-color: #3bbbe0;
  left: 42%;
  bottom: -45px;
  z-index: 1;
  transform: rotate(45deg);
  transition: all 200ms;
}

/* breakpoint and up - mega dropdown styles */
.dropdown-menu li {
  position: relative;
}

.dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: -7px;
}

.dropdown-menu .dropdown-submenu-left {
  right: 100%;
  left: auto;
}

.dropdown-menu > li:hover > .dropdown-submenu {
  display: block;
}

.navbar .megamenu {
  padding: 1rem;
}

.navbar-brand img {
  width: 220px;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .navbar .has-megamenu {
    position: static !important;
  }

  .navbar .megamenu {
    top: 88px;
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
    background: none !important;
    padding: 0px !important;
    border: none !important;
  }
}
/* ============ desktop view .end// ============ */
/* ============ mobile view ============ */
@media (max-width: 991px) {
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 0px;
  }
}
.error {
  border: 1px solid red !important;
}

.pagetoptitle {
  font-size: 2em !important;
}

.pagetoptitle a {
  font-size: 0.8em !important;
  display: inline-block;
  margin-right: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-right: 10px;
}

.pagesubtitle {
  color: white;
  font-size: 1.2em !important;
  line-height: 1.5em;
  font-weight: 300;
  margin-top: 10px;
  text-align: left;
}

.topBG {
  min-height: 320px;
  display: flex;
  align-items: center;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 80px;
  padding-bottom: 30px;
}

.clustermenu {
  padding: 0px;
  margin: 0px;
}

.clustermenu li {
  display: inline-block;
}

.clustermenu li a {
  color: white !important;
}

@media (max-width: 1199.98px) {
  .owl-area {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
}
@media (max-width: 1399.98px) {
  .pagetoptitle {
    font-size: 1.7em !important;
  }
.scrollable {overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;}
	.scrollable::-webkit-scrollbar {
     
}
  .clustermenu {
    padding: 0px;
    margin: 0px;
  }

  .clustermenu li {
    display: inline-block;
  }

  .clustermenu li a {
    color: white !important;
  }

  .topBG {
    min-height: 200px;
    padding-top: 60px;
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    text-align: center;
    background-size: 290%;
    background-repeat: no-repeat;
    background-position: center;
  }

  .owl-area {
    width: 100%;
    position: relative;
    overflow: hidden;
  }

  .navbar-collapse {
    background: #1f2c39;
  }

  .navbar-brand img {
    width: 150px;
  }

  .carousel-inner h1 {
    font-size: 2.5em !important;
  }

  .carousel .carousel-item {
    height: 800px !important;
  }

  .carousel-item img {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    top: 0;
    left: 0;
    min-height: 800px !important;
  }

  .carousel-item:after {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    z-index: 2;
    content: "";
    background: #156d86;
    opacity: 0.6;
  }
}
@media (max-width: 991.98px) {
  .carousel-inner h1 {
    font-size: 2.5em !important;
  }

  .carousel .carousel-item {
    height: 800px !important;
  }

  .carousel-inner .position-absolute {
    padding-left: 30px;
    padding-right: 30px;
  }

  .carousel-item img {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    top: 0;
    left: 0;
    min-height: 800px !important;
  }

  .carousel-item:after {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    z-index: 2;
    content: "";
    background: #1f2c39;
    opacity: 1;
  }
}
.filter-gallery {
  margin: 0px;
  padding: 0px;
}

.galleryli {
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
  color: white;
  font-weight: 500;
  padding: 10px 30px;
  border-radius: 5px;
  display: inline-block;
  background: #2a3947;
}

.galleryli:after {
  position: absolute;
  height: 350px;
  content: "";
  background: #3bbbe0;
  z-index: -1;
  left: 0px;
  top: 0px;
  transform: translateY(60px);
  bottom: 0px;
  width: 100%;
  transition: all 400ms;
}

.galleryli:hover:after {
  transform: translateY(0);
  transition: all 400ms;
}

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

footer ul li a {
  position: relative;
  color: white !important;
  padding-left: 16px;
  margin-bottom: 6px;
  display: inline-block;
}

footer ul li a:before {
  position: absolute;
  left: 0px;
  font-size: 12px;
  top: 5px;
  content: "\f285";
  font-family: bootstrap-icons;
}

.footertitle {
  font-size: 1.35em !important;
  font-weight: 500;
  color: white;
}

footer p {
  color: white;
}

footer {
  padding-bottom: 80px;
}

footer .social {
  margin-top: 10px;
}

footer .social a {
  background: #3bbbe0;
  display: inline-block;
  width: 40px;
  text-align: center;
  border-radius: 100%;
  height: 40px;
  line-height: 40px;
  margin-right: 5px;
}

.footerLeft:after {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: -20px;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
}

.footerLeft {
  padding-top: 120px;
  padding-bottom: 33px;
  padding-right: 25px;
  position: relative;
}

.footerItem {
  padding-top: 120px;
  padding-bottom: 30px;
}

footer {
  background: #657c81 !important;
}

footer .copyright {
  font-size: 0.8em !important;
  font-weight: 300 !important;
  opacity: 0.6;
}

.socialdetail a {
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 10px;
  border: 1px solid lightgray;
}

strong {
  font-weight: 600;
}

@media (max-width: 991px) {
  .footerLeft:after {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: -20px;
    height: 100%;
    content: "";
  }

  .footerLeft {
    padding-top: 55px;
    padding-bottom: 5px;
    padding-right: 0px;
    position: relative;
  }

  .footerItem {
    padding-top: 15px;
    padding-bottom: 5px;
  }
}
