/* FontAwesome for working BootSnippet :> */
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Source+Code+Pro");
@import url("https://fonts.googleapis.com/css?family=Amatic+SC");
@import url("https://fonts.googleapis.com/css?family=Caveat");
@import url("https://fonts.googleapis.com/css?family=Orbitron|Satisfy");
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,500;0,900;1,900&display=swap");
/* 
0 - 600px: phone
600 - 900px: tab-portait
900 - 1200px: tab-landscape
[1200 - 1800] is where normal style apply
1800px + : big desktop devices


$breakpoint argument choices
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
@import url("https://fonts.googleapis.com/css?family=Source+Code+Pro");
html, body {
  margin: 0;
  padding: 0;
  font-family: "mulish", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 18px;
  background: #fff;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
}

* {
  font-family: "mulish", Tahoma, Geneva, Verdana, sans-serif;
  box-sizing: border-box;
}
*:before, * *:after {
  box-sizing: border-box;
}
*:focus {
  outline: 0;
}

/* Colors */
:root {
  --primary-color: #155163;
}

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

a {
  color: #cccccc;
}

a:hover, a:focus {
  color: #d9d9d9;
}

a:active {
  color: #bfbfbf;
}

.font-scp {
  font-family: "Source Code Pro", monospace !important;
}

.fot-15 {
  font-size: 15px !important;
}

.bg-dream {
  background-color: darkgray !important;
  color: aliceblue !important;
}

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  height: 100%;
  width: 100%;
  background: #fff;
  display: flex;
}

.loader {
  margin: auto;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  position: relative;
}

.loader:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #000;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: popin 1.5s linear infinite 0s;
          animation: popin 1.5s linear infinite 0s;
}

.loader:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #000;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: popin 2.5s linear infinite 1.5s;
          animation: popin 2.5s linear infinite 1.5s;
}

@-webkit-keyframes popin {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  1% {
    opacity: 0.1;
    transform: scale(0);
  }
  99% {
    opacity: 0;
    transform: scale(2);
  }
  100% {
    opacity: 0;
    transform: scale(0);
  }
}

@keyframes popin {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  1% {
    opacity: 0.1;
    transform: scale(0);
  }
  99% {
    opacity: 0;
    transform: scale(2);
  }
  100% {
    opacity: 0;
    transform: scale(0);
  }
}
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

.dream-search {
  background-color: #fff !important;
  width: 300px;
  color: #3f72af;
}

.fa .fa-search {
  font-size: 1.2rem !important;
}

.dream-br-primary {
  border-bottom: 2px solid #2b2e4a;
}

.home__sec2 {
  background-color: #384259 !important;
  color: transparent;
}

.whyjoin {
  border-right: 0.3em solid crimson;
}
@media (max-width: 75em) {
  .whyjoin {
    border-right: none;
  }
}

.event_btn {
  background-color: #364f6b; /* Blue */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
  outline: 1px solid #fff;
  outline-offset: -4px;
  transition: all 0.8s;
}
.event_btn:hover, .event_btn:focus {
  background: #11999e;
  outline: 1px solid #fff;
  outline-offset: -4px;
}
.event_btn:active {
  transform: scale(0.99);
}

.razorpay-payment-button {
  background-color: #364f6b !important; /* Blue */
  border: none !important;
  color: white !important;
  padding: 15px 32px !important;
  text-align: center !important;
  text-decoration: none !important;
  font-size: 16px !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
  outline: 1px solid #fff;
  outline-offset: -4px !important;
  transition: all 0.8s;
}
.razorpay-payment-button:hover, .razorpay-payment-button:focus {
  background: #11999e;
  outline: 1px solid #fff;
  outline-offset: -4px;
}
.razorpay-payment-button:active {
  transform: scale(0.99);
}

#close-CSS {
  background-image: url("../images/dreamBranding.svg");
  background-size: 100%;
}

.searchInputSize {
  width: 500px !important;
}

.marginMobileBtn {
  margin-left: 80px !important;
}

.profileImg {
  border-radius: 100%;
  /* border: 5px solid #e5e5e5 !important;*/
  /* background-size: cover; 
  background-position: center; */
}

.flex-auto {
  flex: 0 0 auto;
}

.h-250 {
  height: 250px;
}

@media (min-width: 768px) {
  .h-md-250 {
    height: 250px;
  }
}
.carousel {
  position: relative;
  margin-top: -10px;
}

.textDecoration:hover {
  text-decoration: none !important;
}

.section1 {
  min-height: 400px;
  height: auto;
  width: 100%;
  padding: 20px 0 !important;
  background-color: #1086f5;
}

.card-pricing.popular {
  z-index: 1;
  border: 3px solid #007bff;
}

.card-pricing .list-unstyled li {
  padding: 0.5rem 0;
  color: #6c757d;
}

/* slider css */
.captionAlin {
  margin-bottom: 15% !important;
  margin-right: 40% !important;
  left: 100px;
  text-transform: uppercase;
  color: brown !important;
}

.carousel-control-prev {
  width: 3% !important;
}

.carousel-control-next {
  width: 3% !important;
}

/* .carousel-indicators{
  bottom: -15px !important;
} */
.leftNavigation {
  margin-right: 30px !important;
}

.dropdown-menu {
  left: -124px !important;
  min-width: 12rem !important;
}

#latestUpdate {
  height: 300px;
}

.latestUpdate_th:hover {
  display: inline-block;
  background-image: linear-gradient(to right, #384259, #f73859);
  -webkit-background-clip: text;
  color: transparent;
}

.latestUpdate__head {
  color: #22c0e8 !important;
  background-color: transparent !important;
  display: inline-block;
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: 0.15em solid #b83b5e !important; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: 0.1em; /* Adjust as needed */
  -webkit-animation: typing 2.5s steps(50, end), blink-caret 0.75s step-end infinite;
          animation: typing 2.5s steps(50, end), blink-caret 0.75s step-end infinite;
  /* The typing effect */
  /* The typewriter cursor effect */
}
@-webkit-keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 60%;
  }
}
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 60%;
  }
}
@-webkit-keyframes blink-caret {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: #b83b5e;
  }
}
@keyframes blink-caret {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: #b83b5e;
  }
}

.scrollLatest {
  overflow-y: touch;
  overflow-x: hidden;
}

.scro11::-webkit-scrollbar {
  width: 6px !important;
}

.scro11::-webkit-scrollbar-thumb {
  background: #22c0e8 !important;
}

.scro11::-webkit-scrollbar-track {
  background: #ffffff !important;
}

ul.timeline {
  list-style-type: none;
  position: relative;
}

ul.timeline:before {
  content: " ";
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  height: 100%;
  z-index: 400;
}

ul.timeline > li {
  margin: 20px 0;
  padding-left: 20px;
}

ul.timeline > li:before {
  content: " ";
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #22c0e8;
  left: 20px;
  width: 20px;
  height: 20px;
  z-index: 400;
}

.dcTimeline {
  transition: all 0.3s;
}
.dcTimeline:hover {
  transform: scale(1.1);
}

.timeline {
  height: auto;
}
.timeline__speedTape {
  height: 3rem !important;
  width: 100% !important;
  background-color: transparent !important;
}
.timeline__date {
  font-size: 12px;
  color: #22c0e8;
}
.timeline__circle {
  height: 2px !important;
  max-width: 2px !important;
  border: 5px solid red;
  border-radius: 50%;
}
.timeline__bars {
  max-width: 500px !important;
  overflow-x: touch !important;
  overflow-y: hidden;
}
.timeline__bars::-webkit-scrollbar {
  display: none;
}

.faActive {
  color: orangered !important;
  font-size: 19px;
}

.timeline_info {
  height: 2rem;
}

.nolimit {
  height: auto;
  background-color: black !important;
}
.nolimit__color3 {
  color: #b83b5e !important;
  font-family: Arial, Helvetica, sans-serif !important;
}
.nolimit__color2 {
  color: coral !important;
  font-family: Arial, Helvetica, sans-serif !important;
}
.nolimit__color {
  color: #22c0e8 !important;
  font-family: Arial, Helvetica, sans-serif !important;
}

.timmeUp {
  height: auto;
  max-width: 100%;
}

.glider figure {
  text-align: center;
}
@media (max-width: 75em) {
  .glider figure a, .glider figure h5 {
    font-size: 100% !important;
  }
}
@media (max-width: 37.5em) {
  .glider figure a, .glider figure h5 {
    font-size: 85% !important;
  }
}
.glider figure figcaption {
  font-weight: 600 !important;
  font-size: 90% !important;
}
.glider figure a, .glider figure figcaption {
  box-sizing: content-box;
  line-height: 0.25em;
  padding-bottom: 0.9em;
}

@media (max-width: 75em) {
  .glider-contain button {
    display: none !important;
  }
}
.glider-contain button {
  font-size: 98% !important;
}

/* calender style */
#carousel_Info {
  /*HYPER LINK*/
  /*ROUNDED CORNER*/
  /*CATEGORIES BADGE*/
  /*FEATURED*/
}
#carousel_Info a, #carousel_Info a:focus, #carousel_Info a:hover {
  text-decoration: none;
  color: inherit;
}
#carousel_Info a:hover, #carousel_Info .btn {
  outline: none !important;
}
#carousel_Info * {
  border-radius: 0 !important;
}
#carousel_Info .badge {
  font-weight: 600;
  font-size: 13px;
  color: white;
  background-color: #289dcc;
}
#carousel_Info .mg-2, #carousel_Info .mg-4 {
  margin-left: -20px;
}
#carousel_Info .linkfeat {
  background: rgba(76, 76, 76, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76, 76, 76, 0)), color-stop(49%, rgba(48, 48, 48, 0)), color-stop(100%, rgb(19, 19, 19)));
  background: linear-gradient(to bottom, rgba(76, 76, 76, 0) 0%, rgba(48, 48, 48, 0) 49%, rgb(19, 19, 19) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4c4c4c", endColorstr="#131313", GradientType=0 );
}

#rightConte .card {
  margin: 0 auto;
}
#rightConte .card .carousel-item {
  height: 200px;
}
#rightConte .card .carousel-caption {
  padding: 0;
  right: 0;
  left: 0;
  color: #3d3d3d;
}
#rightConte .card .carousel-caption h3 {
  color: #3d3d3d;
}
#rightConte .card .carousel-caption p {
  line-height: 30px;
}
#rightConte .card .carousel-caption .col-sm-3 {
  display: flex;
  align-items: center;
}
#rightConte .card .carousel-caption .col-sm-9 {
  text-align: left;
}
#rightConte .navi a {
  text-decoration: none;
}
#rightConte a > .ico {
  background-color: grey;
  padding: 10px;
}
#rightConte a:hover > .ico {
  background-color: #666;
}

#rightC {
  /* The colour of the indicators */
}
#rightC .blog .carousel-indicators {
  left: 0;
  top: auto;
  bottom: -40px;
}
#rightC .blog .carousel-indicators li {
  background: #a3a3a3;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}
#rightC .blog .carousel-indicators .active {
  background: #707070;
}

#payment_sec .paymentWrap {
  padding: 50px;
}
#payment_sec .paymentWrap .paymentBtnGroup {
  max-width: 800px;
  margin: auto;
}
#payment_sec .paymentWrap .paymentBtnGroup .paymentMethod {
  padding: 40px;
  box-shadow: none;
  position: relative;
}
#payment_sec .paymentWrap .paymentBtnGroup .paymentMethod.active {
  outline: none !important;
}
#payment_sec .paymentWrap .paymentBtnGroup .paymentMethod.active .method {
  border-color: #4cd264;
  outline: none !important;
  box-shadow: 0px 3px 22px 0px #7b7b7b;
}
#payment_sec .paymentWrap .paymentBtnGroup .paymentMethod .method {
  position: absolute;
  right: 3px;
  top: 3px;
  bottom: 3px;
  left: 3px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: 2px solid transparent;
  transition: all 0.5s;
}
#payment_sec .paymentWrap .paymentBtnGroup .paymentMethod .method.visa {
  background-image: url("data:image/png;base64,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");
}
#payment_sec .paymentWrap .paymentBtnGroup .paymentMethod .method.master-card {
  background-image: url("data:image/png;base64,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");
}
#payment_sec .paymentWrap .paymentBtnGroup .paymentMethod .method.amex {
  background-image: url("http://www.paymentscardsandmobile.com/wp-content/uploads/2015/08/Amex-icon.jpg");
}
#payment_sec .paymentWrap .paymentBtnGroup .paymentMethod .method.vishwa {
  background-image: url("http://i.imgur.com/VkiM7PL.jpg");
}
#payment_sec .paymentWrap .paymentBtnGroup .paymentMethod .method.ez-cash {
  background-image: url("http://www.busbooking.lk/img/carousel/BusBooking.lk_ezCash_offer.png");
}
#payment_sec .paymentWrap .paymentBtnGroup .paymentMethod .method:hover {
  border-color: #4cd264;
  outline: none !important;
}

#team {
  background: #eee !important;
}
#team .btn-primary:hover,
#team .btn-primary:focus {
  background-color: #108d6f;
  border-color: #108d6f;
  box-shadow: none;
  outline: none;
}
#team .btn-primary {
  color: #fff;
  background-color: #007b5e;
  border-color: #007b5e;
}
#team section {
  padding: 60px 0;
}
#team section .section-title {
  text-align: center;
  color: #007b5e;
  margin-bottom: 50px;
  text-transform: uppercase;
}
#team #team .card {
  border: none;
  background: #ffffff;
}
#team .image-flip:hover .backside,
#team .image-flip.hover .backside {
  transform: rotateY(0deg);
  border-radius: 0.25rem;
}
#team .image-flip:hover .frontside,
#team .image-flip.hover .frontside {
  transform: rotateY(180deg);
}
#team .mainflip {
  -webkit-transition: 1s;
  -webkit-transform-style: preserve-3d;
  -ms-transition: 1s;
  -moz-transition: 1s;
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transition: 1s;
  transform-style: preserve-3d;
  position: relative;
}
#team .frontside {
  position: relative;
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  z-index: 2;
  margin-bottom: 30px;
}
#team .backside {
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  transform: rotateY(-180deg);
  box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}
#team .frontside,
#team .backside {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 1s;
  -webkit-transform-style: preserve-3d;
  -moz-transition: 1s;
  -moz-transform-style: preserve-3d;
  -o-transition: 1s;
  -o-transform-style: preserve-3d;
  -ms-transition: 1s;
  -ms-transform-style: preserve-3d;
  transition: 1s;
  transform-style: preserve-3d;
}
#team .frontside .card,
#team .backside .card {
  min-height: 312px;
}
#team .backside .card a {
  font-size: 18px;
  color: #007b5e !important;
}
#team .frontside .card .card-title,
#team .backside .card .card-title {
  color: #007b5e !important;
}
#team .frontside .card .card-body img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

hr.style2 {
  border-top: 3px double #0c658f;
}

hr.pageBottom {
  border-bottom: 8px solid #8f100c;
}

.back-img1 {
  background-image: url(../images/4291-5.svg);
  background-position: center;
  background-size: cover;
  height: 400px;
}

.tkt_box {
  background-color: #EEEEEE;
  font-size: 1.5rem;
  padding: 0.5rem;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  text-align: center;
  border-radius: 3px;
  transition: transform 0.2s;
}
.tkt_box__icon {
  font-size: 0.9rem;
  font-weight: 700 !important;
  margin-bottom: 0.5rem;
  display: inline-block;
  background-image: linear-gradient(to right, #384259, #f73859);
  -webkit-background-clip: text;
  color: transparent;
}
.tkt_box:hover {
  transform: scale(1.02);
  border: 2px solid #364f6b !important;
}

.tkt_box_sidebar {
  background-color: #EEEEEE;
  font-size: 1.5rem;
  padding: 0.9rem;
  text-align: center;
  border-radius: 3px;
  transition: transform 0.4s;
  height: auto;
}

.tkt_btn {
  text-transform: uppercase !important;
  font-size: 10px !important;
}
.tkt_btn__icon {
  font-size: 0.9rem;
  font-weight: 700 !important;
  display: inline-block;
  background-image: linear-gradient(to right, #384259, #f73859);
  -webkit-background-clip: text;
  color: transparent;
}

.tkt_desc {
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  text-align: left !important;
  text-transform: capitalize;
}

.tkt_info {
  font-size: 15px;
  text-align: left !important;
  line-height: 1.9rem !important;
}

.bookingCart {
  height: auto;
  width: 100%;
  background-color: #d65a31 !important;
  padding: 1em;
  margin: 0.1em;
  border-radius: 1em;
}

.user-profile {
  font-family: "Times New Roman", Times, serif;
  font-size: 20px;
  padding: 1rem;
}

html {
  scroll-behavior: smooth !important;
}

.razorpay-payment-button {
  margin-left: 600px;
  background-color: #408080 !important;
  color: #ffffff;
  border-color: #408080;
  padding: 0.2em;
  font-size: 14px;
}

#blog__container {
  height: auto;
}

.blog__sidebar {
  height: 600px !important;
}

.blog__card {
  height: auto !important;
  border-left: 2px solid #c06c84;
  background-color: #eaeaea;
}
.blog__card:hover {
  border-left: 2px solid #384259;
}

.bg-grey {
  background-color: #112d4e !important;
  color: #f3eeff !important;
}

.custom-toggler.navbar-toggler {
  border-color: rgb(255, 102, 203);
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(9,55,244, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
  margin-right: 6px;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-right: 5px;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
}

.navbar {
  padding: 0rem 1rem !important;
}

.img-mar {
  margin-left: 70px !important;
}

.search-box form {
  position: relative;
}

.search-box input {
  width: 500px;
  border-radius: 0px !important;
  border: 2px solid #f73859 !important;
  height: 40px;
  padding-left: 20px;
  padding-right: 40px;
  letter-spacing: 0;
  background: #f3eeff;
}
@media (max-width: 56.25em) {
  .search-box input {
    width: 60%;
    border-radius: 0px !important;
    border: 0.2rem solid #f73859 !important;
    height: 4rem;
    padding-left: 2rem;
    padding-right: 4rem;
    letter-spacing: 0;
    background: #f3eeff;
  }
}
@media (max-width: 75em) {
  .search-box input {
    width: 60%;
    border-radius: 0px !important;
    border: 2px solid #f73859 !important;
    height: 40px;
    padding-left: 20px;
    padding-right: 40px;
    letter-spacing: 0;
    background: #f3eeff;
  }
}
@media (max-width: 37.5em) {
  .search-box input {
    width: 60%;
    border-radius: 0px !important;
    border: 2px solid #f73859 !important;
    height: 40px;
    padding-left: 20px;
    padding-right: 40px;
    letter-spacing: 0;
    background: #f3eeff;
  }
}

.search-box input::-webkit-input-placeholder {
  color: #b1a7a7;
}

.search-box input::-moz-placeholder {
  color: #b1a7a7;
}

.search-box input:-ms-input-placeholder {
  color: #b1a7a7;
}

/*
.search-box form i {
  position: absolute;
  right: 21px;
  top: 14px;
  font-size: 14px;
  color: #b1a7a7;
}

*/
.search-box form button {
  font-size: 15px;
  color: #fff;
  background: none;
  padding-top: 7px;
  padding-left: 17px;
  padding-bottom: 6px;
  padding-right: 17px;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin-left: 6px;
}
.search-box form button:hover {
  color: #112d4e;
  background: #fff;
}

.dropdown-menu {
  margin-top: -1.5em !important;
  z-index: 999999 !important;
  font-size: 16px !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
}

.section-features {
  padding: 5rem 0;
  background-image: linear-gradient(to right bottom, rgba(82, 92, 117, 0.8), rgba(50, 59, 82, 0.8)), url(../images/ciam_aeromodelling.jpg);
  background-size: cover;
  background-position: center;
}

.feature-box {
  font-size: 1.5rem;
  padding: 1.5rem;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
  transition: transform 0.3s;
}
.feature-box__icon {
  font-size: 6rem;
  margin-bottom: 0.5rem;
  display: inline-block;
  background-image: linear-gradient(to right, #384259, #f73859);
  -webkit-background-clip: text;
  color: transparent;
}
.feature-box:hover {
  transform: translateY(-1.5rem) scale(1.03);
}
.feature-box__text {
  font-size: 1.2rem;
  text-transform: capitalize;
}

.dc_line2 {
  background-color: #355c7d;
  transition: all 2s;
  font-family: "Orbitron", sans-serif;
  font-size: 16px !important;
  font-kerning: normal;
  text-decoration: none;
}
.dc_line2:hover {
  transform: scale(1.03);
}

.syll a:hover {
  text-decoration: none !important;
}

.syll_cont {
  margin: 0;
  padding: 0;
  height: 10rem;
  max-width: 100%;
  margin: 3px;
  text-transform: uppercase;
  background-image: url(../images/banner1.png) !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 2.5s;
}
.syll_cont:hover {
  transform: scale(1.05);
}
@media (max-width: 75em) {
  .syll_cont {
    margin: 0;
    padding: 0;
    height: 10rem;
    max-width: 100%;
    margin: 3px;
    text-transform: uppercase;
    background-image: url(../images/milky-way-2695569_960_720.jpg) !important;
    background-position: contain;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.syll__text {
  position: relative !important;
  float: center !important;
  top: 50% !important;
  left: 50% !important;
  font-size: 120%;
  transform: translate(-50%, -50%) !important;
}
@media (max-width: 75em) {
  .syll__text {
    position: relative !important;
    float: center !important;
    top: 50% !important;
    left: 50% !important;
    font-size: 100%;
    transform: translate(-50%, -50%) !important;
  }
}

.comment_container {
  margin: 20px;
  padding: 20px;
  background-color: #eeeeee;
}
.comment_container .btn_commt {
  float: right;
}

.comment_show {
  height: auto;
  background-color: #f5f1f1;
}

.media-body {
  margin: 8px;
  padding: 2px;
}

.media-heading {
  text-transform: capitalize;
  line-height: 10px;
}

.com_date {
  font-size: 13px;
  display: block;
}

.wspBooking__wsdetails {
  font-size: 18px !important;
  line-height: 0.7rem;
  font-family: Arial, Helvetica, sans-serif !important;
}

.dcTraiiler {
  max-width: 100% !important;
}

/* about  */
.section2 {
  height: auto;
  min-height: 200px;
  width: 100%;
  background-color: blanchedalmond;
}

.hr__about {
  color: #393e46 !important;
}

.textAbout {
  color: teal;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  font-display: inherit;
  text-align: center;
  padding-top: 33px;
}

hr {
  font-weight: 800;
}

/* gallery Style starts */
.imgContainer {
  justify-content: center;
}

#imgGallery img {
  width: 320px;
  height: auto;
  margin: 2px;
  cursor: pointer;
}

/* gallery style ends */
.live__container {
  height: 200px;
  width: 60%;
  border: 2px solid #393e46;
  background-color: teal;
  transform: translate(35%, 50%);
}

.live__text {
  color: thistle;
  transform: translate(200px, 80px);
  text-transform: uppercase;
}

.social li {
  background: none repeat scroll 0 0 #B5B5B5;
  border: 2px solid #B5B5B5;
  border-radius: 50%;
  float: left;
  height: 36px;
  line-height: 36px;
  margin: 0 8px 0 0;
  padding: 0;
  text-align: center;
  width: 36px;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

.social li:hover {
  transform: scale(1.15) rotate(360deg);
  -webkit-transform: scale(1.1) rotate(360deg);
  -moz-transform: scale(1.1) rotate(360deg);
  -ms-transform: scale(1.1) rotate(360deg);
  -o-transform: scale(1.1) rotate(360deg);
}

.social li a {
  color: #EDEFF1;
}

.social li:hover {
  border: 2px solid #2c3e50;
  background: #2c3e50;
}

.social li a i {
  font-size: 16px;
  margin: 0 0 0 5px;
  color: #EDEFF1 !important;
}

#dcLogin {
  background-image: url("../images/milky-way-2695569_960_720.jpg");
  height: 100vh;
  background-position: center;
  background-size: cover;
  z-index: 9999;
}

.dcac__login {
  height: auto;
  background-color: transparent !important;
}
.dcac__login #username {
  display: block;
  border-bottom: 2px solid #c06c84;
  box-sizing: border-box;
}

.quick_link {
  background-color: #dbe2ef !important;
  font-weight: 600 !important;
  transition: all 0.8s;
}
.quick_link:hover {
  transform: scale(1.01);
  background-color: #903749 !important;
  color: #dbe2ef !important;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}

.quickLink {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.quickLink__head {
  display: inline;
  color: chocolate;
  text-orientation: sideways !important;
  text-transform: uppercase !important;
  border-bottom: 2px solid crimson;
}
.quickLink__body {
  padding: 2px;
  margin: 2px;
}

.pageQuick {
  display: inline-block;
  background-color: #f5564e;
  font-weight: 600;
  font-family: "Courier New", Courier, monospace;
  transition: all 0.5s;
}
.pageQuick:hover {
  transform: scale(1.02);
  background-color: #e8e2db;
  font-family: "Courier New", Courier, monospace;
}

.dofReal {
  margin: 5px;
  /* Gray Scale */
}
.dofReal a {
  color: black;
  text-decoration: none !important;
}
.dofReal a:hover {
  color: black;
  text-decoration: none !important;
}
.dofReal__h4 {
  font-family: "Mulish", sans-serif;
  font-weight: 900;
  font-size: 28px !important;
  padding: 20px;
  color: #F80200 !important;
  text-align: center;
}
.dofReal__h6 {
  font-family: "Mulish", sans-serif;
  font-weight: 900;
  font-size: 18px !important;
  padding: 20px;
  color: #F80200 !important;
  text-align: center;
}
.dofReal__span {
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  margin: 5px;
  text-align: center;
  color: #F80200 !important;
  text-decoration: underline;
}
.dofReal__p {
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  margin: 5px;
  text-align: left;
  color: #474747 !important;
}
.dofReal .hover08 figure img {
  filter: grayscale(100%);
  transition: 0.3s ease-in-out;
  background-color: #F80200;
  max-width: 85%;
}
.dofReal .hover08 figure:hover img {
  filter: grayscale(0);
}

.dcframe {
  min-height: 350px;
}

.dofReal2 {
  margin: 5px;
  overflow: hidden;
}
.dofReal2__fig {
  height: 335px;
  background-image: url("../images/assets/photo_2022-09-27_15-48-22.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.dofReal2__fig:hover {
  transition: 0.3s ease-in-out;
}

/* Gray Scale */
.hover08 figure img {
  filter: grayscale(100%);
  transition: 0.3s ease-in-out;
  background-color: #F80200;
  max-width: 100%;
}
.hover08 figure img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 54%;
}

.hover08 figure:hover img {
  filter: grayscale(0);
}

.dofDetails {
  min-height: 95vh !important;
}
.dofDetails .frame {
  padding: 25px;
  border: 2px solid #474747;
}
.dofDetails__h1 {
  font-family: "Mulish", sans-serif;
  font-weight: 900;
  font-size: 50px !important;
  padding: 20px;
  color: #F80200 !important;
  text-align: center;
}
.dofDetails__h4 {
  font-family: "Mulish", sans-serif;
  font-weight: 900;
  font-size: 28px;
  color: #F80200 !important;
}
.dofDetails__span {
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  margin: 5px;
  text-align: center;
  color: #F80200 !important;
  text-decoration: underline;
}
.dofDetails__p {
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  text-align: left;
  color: #474747 !important;
}

.animate-charcter {
  text-transform: uppercase;
  background-image: linear-gradient(-225deg, #231557 0%, #44107a 29%, #F80200 67%, #fff800 100%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  -webkit-text-emphasis-color: transparent;
          text-emphasis-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: textclip 6s linear infinite;
          animation: textclip 6s linear infinite;
  display: inline-block;
}

@-webkit-keyframes textclip {
  to {
    background-position: 200% center;
  }
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
.fab-wrapper {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
}

.fab {
  position: absolute;
  bottom: -1rem;
  right: -1rem;
  width: 6rem;
  height: 6rem;
  background-image: url("../images/assets/CLICK NOW.PNG");
  background-color: #28a745;
  align-items: center;
  border-radius: 50%;
  box-shadow: 0px 5px 20px #898989;
  transition: all 0.3s ease;
  z-index: 1;
  overflow: hidden;
}
.fab a {
  text-decoration: none;
  color: white;
  font-weight: bold;
}
.fab a:hover {
  text-decoration: none;
  color: white;
}

.buyicon {
  position: inherit;
}

@media screen and (min-width: 1400px) {
  .bg-grey {
    background-color: #393e46;
  }
  .marginMobileBtn {
    margin-left: 100px !important;
  }
  .searchInputSize {
    width: 600px !important;
    margin-right: 10px;
    margin-left: 50px !important;
  }
  .navbar-brand img {
    margin-top: 10px;
    margin-left: 0px;
  }
  .brandDream,
.dreamBranding {
    margin-left: 50px;
  }
  /* footer */
  .footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #f5f5f5;
  }
  #footer_class .footer_links_links {
    text-decoration: none;
    text-transform: uppercase !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: aliceblue !important;
    float: right;
    padding-left: 20px;
    bottom: 1px !important;
    vertical-align: center;
  }
  #footer_class .footer_links_links:hover {
    font-size: 18px;
  }
  .footer_terms {
    color: #b4430e;
    text-transform: lowercase !important;
    font-weight: 500;
    font-display: inherit;
  }
  .footer_terms:hover {
    color: tomato;
    text-decoration: none;
    background-color: white;
    font-weight: 700;
  }
}
@media screen and (max-width: 1200px) {
  .bg-grey {
    background-color: #393e46;
  }
  .marginMobileBtn {
    margin-top: 10px;
    margin-left: 20px !important;
  }
  .searchInputSize {
    width: 400px !important;
    margin-right: 10px;
    margin-left: 20px !important;
  }
  .navbar-brand img {
    margin-top: 10px;
    margin-left: 0px;
  }
  .brandDream,
.dreamBranding {
    margin-left: 0px;
  }
  /* footer */
  .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #f5f5f5;
  }
  #footer_class .footer_links_links {
    text-decoration: none;
    text-transform: uppercase !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: aliceblue !important;
    float: right;
    padding-left: 1px;
    bottom: 1px !important;
    vertical-align: center;
  }
  #footer_class .footer_links_links:hover {
    font-size: 16px;
  }
  .footer-copyright {
    font-size: 16px;
  }
  .footer_terms {
    color: #b4430e;
    text-transform: lowercase !important;
    font-weight: 500;
    font-display: inherit;
  }
  .footer_terms:hover {
    color: tomato;
    text-decoration: none;
    background-color: white;
    font-weight: 700;
  }
}
@media screen and (max-width: 768px) {
  .bg-grey {
    background-color: #393e46;
  }
  .marginMobileBtn {
    margin-left: 8px !important;
  }
  .searchInputSize {
    width: 380px !important;
    margin-right: 10px;
    margin-left: -50px !important;
  }
  .navbar-brand img {
    margin-top: 10px;
    margin-left: 0px;
  }
  .brandDream,
.dreamBranding {
    margin-left: 0px;
  }
  /* footer */
  .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #f5f5f5;
  }
  #footer_class .footer_links_links {
    text-decoration: none;
    text-transform: uppercase !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 10px;
    font-weight: 500;
    color: aliceblue !important;
    float: right;
    padding-left: 20px;
    bottom: 1px !important;
    vertical-align: center;
  }
  #footer_class .footer_links_links:hover {
    font-size: 12px;
  }
  .footer-copyright {
    font-size: 14px;
  }
  .footer_terms {
    color: #b4430e;
    text-transform: uppercase !important;
    font-weight: 500;
    font-display: inherit;
  }
  .footer_terms:hover {
    color: tomato;
    text-decoration: none;
    background-color: white;
    font-weight: 700;
  }
  .img-mar {
    margin-left: 50px !important;
  }
}
@media screen and (max-width: 576px) {
  .marginMobileBtn {
    margin-left: -41px !important;
  }
  .searchInputSize {
    width: 180px !important;
    margin-right: 10px;
    margin-left: -50px !important;
  }
  .navbar-brand img {
    margin-top: 10px;
  }
  .brandDream,
.dreamBranding {
    margin-left: 0px;
    font-size: 16px;
  }
  .dreamBranding {
    letter-spacing: 0.1px !important;
  }
  .img-mar {
    margin-left: 50px !important;
  }
  /* footer */
  .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #29303B;
  }
  #footer_class .footer_links_links {
    text-decoration: none;
    text-transform: uppercase !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 8px;
    color: aliceblue !important;
    bottom: 1px !important;
    vertical-align: center;
  }
  #footer_class .footer_links_links:hover {
    font-size: 10px;
  }
  .footer-copyright {
    font-size: 16px;
    text-align: center !important;
  }
  .footer_terms {
    color: #b4430e;
    text-transform: lowercase !important;
    font-weight: 500;
    font-display: inherit;
  }
  .footer_terms:hover {
    color: tomato;
    text-decoration: none;
    background-color: white;
    font-weight: 700;
  }
}
@media screen and (max-width: 376px) {
  .navbar-brand img:nth-child(1) {
    margin-top: 10px;
    width: 3em;
  }
  .navbar-brand img:nth-child(2) {
    margin-top: 10px;
    width: 5.8em;
  }
}
#slider_sections {
  padding: 4em;
}
#slider_sections h2 {
  font-size: 2em;
  margin-bottom: 0;
}
#slider_sections p {
  font-size: 1em;
  margin: 0 0 2em 0;
}
#slider_sections .gallery {
  display: grid;
  grid-template-columns: repeat(4, auto);
}
#slider_sections .gallery figure {
  margin: 3px;
  overflow: hidden;
  position: relative;
  background-color: #384259;
  transition: background-color 0.5s;
}
#slider_sections .gallery figure img {
  width: calc(100% + 60px);
  opacity: 0.7;
  transform: translate3d(0, -20px, 0) scale(1.12);
  transition: all 0.5s;
}
#slider_sections .gallery figure figcaption {
  position: absolute;
  padding: 1em 2em;
  top: 0;
  color: #fff;
  text-align: center;
}
#slider_sections .gallery figure figcaption h3 {
  font-weight: bold;
  font-size: 0.8em;
  text-transform: uppercase;
  background: black;
  display: inline-block;
  padding: 0.5em 0.7em;
}
#slider_sections .gallery figure figcaption .additional {
  font-family: "Montserrat";
}
#slider_sections .gallery figure figcaption .additional p {
  margin-bottom: 10px;
  font-size: 0.7em;
}
#slider_sections .gallery figure figcaption .additional a {
  display: inline-block;
  background: white;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.5em;
  font-size: 0.8em;
  font-weight: bold;
  color: black;
  border-radius: 4px;
}
#slider_sections .gallery figure figcaption .additional a:last-child {
  background: none;
  border: 1px solid white;
  color: white;
  margin-left: 5px;
}
#slider_sections .gallery figure figcaption::before {
  content: "";
  border-top: 60px solid white;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 30px;
  left: -75%;
  height: 100%;
  transform: rotateZ(-45deg) translate3d(0, -30%, 0);
  transition: transform 0.5s;
}
#slider_sections .gallery figure .additional {
  opacity: 0;
  transform: scale(1.3);
  transition: all 0.5s;
}
#slider_sections .gallery figure:hover {
  background: black;
}
#slider_sections .gallery figure:first-child {
  margin-left: 0;
}
#slider_sections .gallery figure:hover img {
  transform: translate3d(0, 0, 0) scale(1);
  opacity: 0.4;
}
#slider_sections .gallery figure:hover .additional {
  opacity: 1;
  transform: scale(1);
}
#slider_sections .gallery figure:hover figcaption::before {
  transform: rotateZ(-45deg) translate3d(0, 0, 0);
}/*# sourceMappingURL=main.css.map */