* {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}



body {
    background-color: rgba(239, 239, 239, 0.7) !important;
    font-family: 'Montserrat', sans-serif;
}

.page-section {
    padding: 6rem 3rem 6rem 3rem;
}

.navbar {
    background-color: white !important;

}

.dropdown-menu {
    border: 1px solid #f7c717;
    border-radius: .25rem;
}


.dropdown-item:hover {
    color: rgb(206,50,89);
}

.nav-link {
    color: #000 !important;
}

.nav-link:hover {
    color: rgb(206,50,89) !important;
}

.fa {
    color: rgb(206,50,89);
}


.fa:hover {
    color: #f7c717;
}


.fadfc{
    color: white;
}



.fadfc:hover {

    color: #f7c717;
}



li::marker{
    color: #f7c717;
    font-size: 30px;
}

.lidfc::marker{
    color: rgb(206,50,89);
}

.lidfc2::marker{
    color: rgb(206,50,89);
    font-size: 20px;
}

.title{
    font-weight: 600;
}

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

.btnactive{
   background-color:#f7c717!important;
}




.navbar-default {
    transition: 500ms ease;
    background: transparent;
}

.navbar-default.scrolled {
    background: #000;
}


.carousel-control-next, .carousel-control-prev{
    opacity: 1 !important;
    z-index: 2;
    color: rgb(206,50,89);
}

.carousel-indicators li{
    background-color: #f7c717 !important;
    opacity: 1;
}


.carousel-indicators .active{
    background-color: rgb(206,50,89) !important;
}






.go-corner {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: absolute;
    width: 32px;
    height: 32px;
    overflow: hidden;
    top: 0;
    right: 0;
    background-color: rgb(206,50,89);
    border-radius: 0 4px 0 32px;
}

.go-arrow {
    margin-top: -4px;
    margin-right: -4px;
    color: white;
    font-family: courier, sans;
}

.card2 {
    display: block;
    top: 0px;
    position: relative;
    background-color: rgb(206,50,89);
    color:white;
    border-radius: 4px;
    margin: 12px;
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
    border: 1px solid rgb(206,50,89);
    height: 360px;
}
.card4 {
    display: block;
    top: 0px;
    position: relative;
    background-color: rgb(239, 239, 239);;
    border-radius: 4px;
    margin: 12px;
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
    border: 1px solid rgb(239, 239, 239);;
    height: 470x;
}

.card3{
    height: 550px !important;
}

.card2:hover {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    box-shadow: 0px 4px 8px rgb(0, 0, 0,0.5);
    top: -4px;
    border: 1px solid e61954;
    background-color: rgb(206,50,89);
}
.card4:hover {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    box-shadow: 0px 4px 8px rgb(0, 0, 0,0.5);
    top: -4px;
    border: 1px solid e61954;
    background-color:  rgb(239, 239, 239);
}


.btn {
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 2em;
    max-width: 160px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    line-height: 35px !important;
}


.btn:hover {
    text-decoration: none;
}

.btn-1 {
    color: rgb(206,50,89);
    font-weight: 400;
}

.btn-1 svg {
    height: 45px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.btn-1 rect {
    fill: none;
    stroke: black;
    stroke-width: 2;
    stroke-dasharray: 422, 0;
    transition: all 0.35s linear;
}

.btn-1:hover {
    background: rgba(225, 51, 45, 0);
    font-weight: 500;
    letter-spacing: 1px;
}

.btn-1:hover rect {
    stroke-width: 5;
    stroke-dasharray: 15, 310;
    stroke-dashoffset: 48;
    transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
    stroke: rgb(206,50,89);
}

.btn-2 {
    color: #f7c717;
    font-weight: 400;
}

.btn-2 svg {
    height: 45px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.btn-2 rect {
    fill: none;
    stroke: black;
    stroke-width: 2;
    stroke-dasharray: 422, 0;
    transition: all 0.35s linear;
}

.btn-2:hover {
    background: rgba(225, 51, 45, 0);
    font-weight: 500;
    letter-spacing: 1px;
}

.btn-2:hover rect {
    stroke-width: 5;
    stroke-dasharray: 15, 310;
    stroke-dashoffset: 48;
    transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
    stroke: #f7c717 ;
}


.btn-3 {
    color: rgb(187,6,0);
    font-weight: 400;
}

.btn-3 svg {
    height: 45px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.btn-3 rect {
    fill: none;
    stroke: black;
    stroke-width: 2;
    stroke-dasharray: 422, 0;
    transition: all 0.35s linear;
}

.btn-3:hover {
    background: rgba(225, 51, 45, 0);
    font-weight: 500;
    letter-spacing: 1px;
}

.btn-3:hover rect {
    stroke-width: 5;
    stroke-dasharray: 15, 310;
    stroke-dashoffset: 48;
    transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
    stroke: rgb(187,6,0);
}

.btn-4 {
    color: rgba(247, 199, 23,1);
    font-weight: 400;
}

.btn-4 svg {
    height: 45px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.btn-4 rect {
    fill: none;
    stroke: black;
    stroke-width: 2;
    stroke-dasharray: 422, 0;
    transition: all 0.35s linear;
}

.btn-4:hover {
    background: rgba(225, 51, 45, 0);
    font-weight: 500;
    letter-spacing: 1px;
}

.btn-4:hover rect {
    stroke-width: 5;
    stroke-dasharray: 15, 310;
    stroke-dashoffset: 48;
    transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
    stroke: rgba(247, 199, 23,1);
}






.btn-5 {
    color: rgb(103,128,47);
    font-weight: 400;
}

.btn-5 svg {
    height: 45px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.btn-5 rect {
    fill: none;
    stroke: black;
    stroke-width: 2;
    stroke-dasharray: 422, 0;
    transition: all 0.35s linear;
}

.btn-5:hover {
    background: rgba(225, 51, 45, 0);
    font-weight: 500;
    letter-spacing: 1px;
}

.btn-5:hover rect {
    stroke-width: 5;
    stroke-dasharray: 15, 310;
    stroke-dashoffset: 48;
    transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
    stroke: rgb(103,128,47);
}


.btn-6 {
    color: rgb(0,124,176);
    font-weight: 400;
}

.btn-6 svg {
    height: 45px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.btn-6 rect {
    fill: none;
    stroke: black;
    stroke-width: 2;
    stroke-dasharray: 422, 0;
    transition: all 0.35s linear;
}

.btn-6:hover {
    background: rgba(225, 51, 45, 0);
    font-weight: 500;
    letter-spacing: 1px;
}

.btn-6:hover rect {
    stroke-width: 5;
    stroke-dasharray: 15, 310;
    stroke-dashoffset: 48;
    transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
    stroke: rgb(0,124,176);
}







.controldfc {
    color: #292929 !important;
    background-color:white !important;
    border: 1px solid rgba(206,50,89,0.9)!important;
}

.controldfc:focus {
    box-shadow: none !important;
    border-color: #f7c717  !important;
}



.custom-select {
    color: #292929 !important;
    background-color:white !important;
    border: 1px solid rgba(206,50,89,0.9)!important;
}

.custom-select:focus{
    border-color: #f7c717  !important;
    box-shadow: none !important;
}

.MultiCarousel {
	float: left;
	overflow: hidden;
	width: 100%;
	position: relative;
}

.MultiCarousel .MultiCarousel-inner {
	transition: 1s ease all;
	float: left;
}

.MultiCarousel .MultiCarousel-inner .item {
	float: left;
}

.MultiCarousel .MultiCarousel-inner .item>div {
	text-align: center;
	padding: 10px;
	margin: 10px;
	background: transparent;

}

.leftLst:hover {
  border: none !important;
}

.rightLst:focus {
  outline: 0 !important;
}

.flex-equal > * {
    -ms-flex: 1;
    flex: 1;
  }
  @media (min-width: 768px) {
    .flex-md-equal > * {
      -ms-flex: 1;
      flex: 1;
    }
  }


  .icon-bar {
    width: 22px;
    height: 2px;
    background-color: rgb(206,50,89);
    display: block;
    transition: all 0.1s;
    margin-top: 4px;
  }

  .navbar-toggler {
    border: none;
    background: transparent !important;
  }

  .navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
  }

  .navbar-toggler .middle-bar {
    opacity: 0;
  }

  .navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
  }

  .navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
  }

  .navbar-toggler.collapsed .middle-bar {
    opacity: 1;
  }

  .navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
  }



