
body {
  /*font-family: "Open Sans", sans-serif;*/
  /*font-family: 'Berkshire Swash', cursive;*/
  /*font-family: 'Oleo Script Swash Caps', cursive;*/
  font-family: 'Merienda One', cursive;
  background-color: #ffdbfb75;
}
p{
  font-family: 'Play', sans-serif!important;
}
header{
 background-color: #000000a8;
}
a {
  color: #fff;
  text-decoration: none;
  font-family: 'Merienda One', cursive!important;
}

a:hover {
  color: #ee0a39;
  text-decoration: none;
}
/*======custome heading css start ======*/
.section_header {
  text-align: center;
  padding-bottom: 40px;
  width: 100%;
}
.section_header h2 {
  font-size: 25px;
  font-weight: 600;
  margin: 0;
  color: #ee0a39;
  text-transform: capitalize;
}
.section_header h5 {
  font-size: 20px;
  margin: 0;
  font-weight: 600;
  color: #ee0a39;
  text-transform: capitalize;
}
.section_header p {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 15px;
  color: #222;
}
.section_header a {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 16px;
  color: #222;
}
@media (max-width: 768px) {
  .section-header p {
    font-size: 28px;
    line-height: 32px;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #000;
  min-height: 40px;
  margin-top: 82px;
  color: #ee0a39;
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 57px;
  }
}
.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 500;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol a {
  color: #ee0a39;
  transition: 0.3s;
}
.breadcrumbs ol a:hover {
  text-decoration: underline;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #fff;
  content: "/";
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #000;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #ee0a39;
  color: #ee0a39;
  box-shadow: 0px 20px 40px rgba(0,0,0,0.4);
  transform: scale(1.05,1.05);
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 0px 0;
}
.header.header-scrolled {
  background: #000000bd;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
  transition: 0.3s;
}
.header .logo {
  line-height: 0;
}
.header .logo img {
  max-height: 95px;
  transition: 0.3s;
  margin-right: 6px;
}
.header.header-scrolled img {
  transition: 0.3s;
  max-height: 70px;
  margin-right: 6px;
}
/*.header .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  font-family: "Nunito", sans-serif;
  margin-top: 3px;
}*/

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
/*.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #ffc044;
}*/
.navbar .getstarted, .navbar .getstarted:focus {
  background: #000;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #ee0a39;
  width: 90px;
}
.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
  color: #fff;
  background: #ee0a39;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #000000bd;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #ee0a39;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #ee0a39;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #ee0a39;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #000000ab;
  transition: 0.3s;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #000;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #fff;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #ee0a39;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #000;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #ee0a39;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*============ custome btn css start ============*/
.cus_btn{
  padding: 10px 30px;
  background-color: #deb35c;
  border-radius: 20px;
  font-weight: 600;
  transition: 0.3s;
}
.cus_btn:hover{
  background-color: transparent;
  box-shadow: inset #deb35c 0 0 0 2px;
  border-radius: 20px;
  transition: 0.3s;
   color: #deb35c;
}

/*bg color css start*/
.bg_white{
  background-color: #fff;
}
.main_color{
  color: #ee0a39!important;
}
.text_justify{
  text-align: justify!important;
}
/*bg color css end*/

/*============ custome btn css end ============*/

/*============ hero section css start ============*/

#hero{
  width: 100%;
}
.contact_info a {
  color: #222;
  text-transform: lowercase;
}
#hero img{
  width: 100%;
  height: 700px;
  object-fit: cover;
  position: relative;
}
.banner_txt{
  width: 100%;
  position: absolute;
  bottom: 0;
  font-size: 25px;
  text-align: center;
  color: #fff;
  background-color: #00000082;
  padding: 10px 0;
  -moz-backdrop-filter: blur(10px); /* ADDED */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  text-transform: capitalize;
  font-weight: 600;
  box-shadow: inset #fff 0 3px 0 0;
  transition: 0.5s;
}
/*==== slider all customize css start from here ====*/

#hero .slick-arrow {
  position: absolute;
  top: 60%;
  margin: -20px 0px 0px 0px;
  z-index: 10;
  font-size: 0;
  width: 50px;
  height: 50px;
}
#hero .slick-arrow.slick-prev {
  left: 2%;
}
#hero .slick-arrow.slick-next {
  right: 2%;
}
.slick-next:before, .slick-prev:before {
    font-size: 40px!important;
    font-weight: 1000;
    line-height: 1;
    opacity: 1;
    text-shadow: #000 2px 2px;
    color: #ffba30!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*============ hero section css end ============*/

/*============ about section css start ============*/
#about{
  width: 100%;
  height: auto;
}
#about .about_img{
  width: 100%;
/*  height: 430px;*/
  object-fit: cover;
  border-radius: 0.35rem;
  transition: .8s;
  overflow: hidden;
}
#about .about_img img{
width: 100%;
border-radius: 0.35rem;
transition: .8s;
object-fit: cover;
height: 100%;
}
#about .about_img:hover img{
  transform: scale(1.1);
  transition: .8s;
}
#about .about_txt{
  width: 100%;
  height: 100%;
  min-width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
footer .copyright {
  margin-bottom: -15px;
}
#about .about_txt h4{
  font-size: 23px;
  font-weight: 600;
  padding:  0 0 15px 0;
}
#about .about_txt h5{
  font-size: 16px;
  font-weight: 600;
  padding: 0;
  color: #ee0a39;
  border-bottom: solid $r;
  border-image: linear-gradient(90deg, purple, orange) 1;
}
#about .about_txt p{
  text-align: justify;
  padding-bottom: 10px;
}
.more{
  width: 100%;
  display: flex;
  justify-content: center;
}
/*============ about section css end ============*/

/*============ service section css start ============*/

#services .service_box{
  width: 100%;
  height: auto;
  position: relative;
  z-index: 9;
  transition: 0.5s;
  padding: 5px;
  background-color: #fff;
  cursor: pointer;
}
#services .service_box::after{
  content:'';
  width: 15%;
  height: 20%;
  top: 0;
  left: 0;
  position: absolute;
  border-top: 3px #ee0a39 solid;
  border-left: 3px #ee0a39 solid;
  z-index: 10;
  transition: 0.5s;
}
#services .service_box::before{
  content:'';
  width: 15%;
  height: 20%;
  bottom: 0;
  right: 0;
  position: absolute;
  border-bottom: 3px #ee0a39 solid;
  border-right: 3px #ee0a39 solid;
  z-index: 10;
  transition: 0.5s;
}
#services .service_box:hover.service_box::after{
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
#services .service_box:hover.service_box::before{
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
#services .service_img{
  width: 100%;
  height: 250px;
  position: relative;
  overflow: hidden;
}
#services .service_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#services .service_img span{
  width: 100%;
  height: 0%;
  position: absolute;
  top: 0;
  font-size: 25px;
  text-align: center;
  color: #fff;
  /*background-color: #00000082;*/
  /*padding: 10px 0;*/
  text-transform: capitalize;
  font-weight: 600;
  /*box-shadow: #fff 0 0 0 2px;*/
  transition: 0.5s;
  left: 0;
  background: linear-gradient(217deg, rgba(255, 0, 0, 0.45), rgba(255,0,0,0) 70.71%), linear-gradient(127deg, rgba(0, 255, 0, 0.34), rgba(0,255,0,0) 70.71%), linear-gradient(336deg, rgba(0, 0, 255, 0.49), rgba(0,0,255,0) 70.71%);

}
#services .service_box:hover .service_img span{
  height: 100%;
  transition: 0.5s;
}
#services .service_box .service_txt{
  padding: 0;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 20px;
padding-top: 15px;
font-weight: 700;
color: var(--bs-body-color);
transition: .5s;
padding-bottom: 25px;
}

#services .service_box:hover .service_txt{
color: #ee0a39;
transition: .5s;
}

/*============ service section css end ============*/
/*============ gallery section css start ============*/

.gallery_box{
  width: 100%;
  /*height: 250px;*/
  overflow: hidden;
  object-fit: cover;
  position: relative;
  border-radius: 0.35rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.gallery_box img{
  width: 100%;
  transition: 0.5s;
  transform: scale(1.1);
  height:200px;
  object-fit: cover;
}
.gallery_box:hover img{
  transform: scale(1.0);
  transition: 0.5s;
}
.gallery_box p{
width: 100%;
position: absolute;
bottom: 100%;
text-align: center;
color: #fff;
font-size: 20px;
transition: 0.5s;
background-color: #e7ba61c7;
font-weight: 600;
padding: 10px;
}
.gallery_box:hover p{
  bottom: 0%;
  transition: 0.5s;
}

/*============ gallery section css end ============*/

/*============ contact section css start ============*/
#contact{
  width: 100%;
  height: auto;
}
.contact_box{
  position: relative;
  background-color: #fff;
  height: auto;
  width: 100%;
  z-index: 200;
  padding: 1px 0;
}
/*.contact_box:before{
  content: '';
  position: absolute;
  background-color: #fff;
  height: 100%;
  width: 100%;
  transform: skewX(-1deg);
  transform: skewY(-1deg);
  z-index: -1;
}*/
.contact_box form{
  width: 100%;
  height: auto;
  color: #000;
  padding: 0px 0 30px 0;
}
.contact_box form input{
width: 90%;
margin: 10px 5%;
padding: 10px;
border: #ffd0d9 1px solid;
}
.contact_box form textarea{
  width: 90%;
  margin: 10px 5%;
  padding: 10px;
  border: #ffd0d9 1px solid;
}
.contact_box form select{
  width: 90%;
  margin: 10px 5%;
  padding: 5px;
  border: #ee0a39 1px solid;
  background-color: #fff;
}
.contact_box form button{
  margin: 10px 5%;
  padding: 5px 20px;
  border: #ee0a39 1px solid;
  background-color: #fff;
  float: right;
  color: #ee0a39;
}
.bg_red{
  background-color: #ee0a39;
  color: #fff;
}
.details{
  position: relative;
  background-color: #fff;
  height: auto;
  width: 100%;
  z-index: 200;
}
/*.details:before{
  content: '';
  position: absolute;
  background-color: #fff;
  height: 100%;
  width: 100%;
  transform: skewX(-1deg);
  transform: skewY(-1deg);
  z-index: -1;
}*/
.contact_info{
  padding: 14px 20px;
  text-transform: capitalize;
}
.contact_info h4{
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.contact_info hr{
  background-color: #ee0a39;
}
.contact_info a{
  color: #222;
}
.contact_info a:hover{
  color: #ee0a39;
}
/*============ contact section css end ============*/

/*============ footer css start ============*/
footer{
  width: 100%;
  height: auto;
  background-color: #000;
  padding: 10px 0;
}
footer .copyright {
  text-align: center;
  color: #fff;
  font-size:12px;
}
footer .credits {
  text-align: center;
  font-size: 14px;
  color: #eee;
}

/*==== team css here ====*/

.team_box{
  width: 100%;
  min-height: 250px;
  padding: 15px 0 15px 0;
  border-bottom:0px #ee0a39 solid;
  box-shadow: 0 15px 15px -12px;
  transition: .5s;
  margin-bottom: 80px;
}
.team_box:hover{
  /*box-shadow: inset 0 -5px 0 0 #ee0a39;*/
  transition: .5s;
  border-bottom:10px #ee0a39 solid;
  padding: 0px 0 20px 0;
}
.team_img{
  width: 60%;
  border-radius: 50%;
  margin: 0 20%;
}
.team_img img{
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.team_txt{
  width: 100%; 
  padding: 20px 0 0 0;
  text-align: center; 
}
.team_txt h3{
  font-size: 25px;
  color: #ee0a39;
}
.team_txt p{
  font-size: 20px;
  color: #000;
}

#contact textarea{
  height: 205px;
}
.g_map iframe{
  width: 100%;
  height: 205px;
}
.cus_banner{
  width: 100%;
  height: 400px;
}
.cus_banner img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.both_para {
  padding: 34px 25px 34px 25px;
  border-radius: 6px;
  margin: 20px 0;
  -webkit-box-shadow: 1.91px 10.833px 50px 0px rgba(68, 68, 68, 0.15);
  box-shadow: 1.91px 10.833px 50px 0px rgba(68, 68, 68, 0.15);
  border-left: 5px solid #ffc044;
  background: #fff;
}
.both_para p{
  margin: 0;
  padding: 0;
}
.service_box{
  display: block;
}



.modal-content {
  padding: 10px 10px 0 10px;
}
.modal-header .btn-close{
  display: none;
}
.modal-content p{
  margin-bottom: 0;
  padding-bottom: 0;
}
.modal-title {
  font-weight: 600;
}
header .active a{
  color: #ffc044!important;
}
header a:hover{
  color: #ffc044!important;
}

.both .car{
width: 451px;
height: 367px;
  clear: both;
  float: left;
  margin: 0px 40px 15px 0;
  transition: 3s;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  z-index: 10;
}
.both .car img{
  width: 100%;
  height: 100%;
  object-fit: fill;
  transform: rotate(0deg) scale(1.0);
  transition: 2s;
  border-radius: 20px;
}

.both .car:after{
    position: absolute;
    content: '';
    width: 100px;
    height: 100px;
    border-left: 3px #fff solid;
    border-top: 3px #fff solid;
    left: 10px;
    top: 10px;
    z-index: 1;
    transition: 2s;
    border-radius: 20px 0 0 0;
}
.both .car:before{
    position: absolute;
    content: '';
    width: 100px;
    height: 100px;
    border-right: 3px #fff solid;
    border-bottom: 3px #fff solid;
    right: 10px;
    bottom: 10px;
    z-index: 1;
    border-radius: 0 0 20px 0;
    transition: 2s;
}
.both .car:hover:before{
    width: 150px;
    height: 150px;
    transition: 2s;
    border-color: #fff;
}
.both .car:hover:after{
    width: 150px;
    height: 150px;
    transition: 2s;
    border-color: #fff;
}
.both .car:hover img{
    transition: 2s;
    transform: rotate(1deg) scale(1.1);
}
.both .car:hover{
  transition: 2s;
}
.both iframe{
  width: 500px;
  height: 300px;
  clear: both;
  float: left;
  transition: 0.5s;
  margin: 0px 50px 0px 0;
  border-radius: 25px;
  object-fit: cover;
  position: relative;
  border: 8px solid #e6ad264a !important;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition: .5s;
}
.both iframe:hover{
  margin: 0px 35px 30px 15px;
  border-radius: 5px;
  transition: .5s;
}
.activities-area .both .car {
  width: 370px;
  height: 370px;
}
.activities-area .both .car:after{
  display: none;
}
.activities-area .both .car:before{
  display: none;
}
.activities-area .both .car:hover img{
    transition: 2s;
    transform: rotate(0deg) scale(1.0);
}
.both h2{
  clear: none;
font-size: 32px !important;
margin-bottom: 10px !important;
color: #1d869d;
font-weight: 700;
}
.both h4{
  clear: none;
font-size: 20px !important;
margin-bottom: 10px !important;
color: #000;
font-weight: 600;
}
.both h2:after{
  display: none;
}
.both h2:before{
  display: none;
}
.both ul{
  list-style: square;
  padding-left: 15px;
  margin-bottom: 20px;
}
.both ul li {
  list-style: inherit;
}
.both ul li::marker{
  color: #08889b;
}
.both{
  width: 100%;
  clear: both;
  float: left;
}
.both p{
  text-align: justify;
}
.both_para p{
  text-align: justify;
}
.both_para {
  height: 395px;
overflow: auto;
}

.both_para2 {
  padding: 34px 25px 34px 25px;
  border-radius: 6px;
  margin: 20px 0;
  -webkit-box-shadow: 1.91px 10.833px 50px 0px rgba(68, 68, 68, 0.15);
  box-shadow: 1.91px 10.833px 50px 0px rgba(68, 68, 68, 0.15);
  border-left: 5px solid #ffc044;
  background: #fff;
}
.both_para2 p{
  margin: 0;
  padding: 0;
}

.both_para2 h6{
font-family: 'Play', sans-serif !important;
font-size: 18px;
margin: 15px 0 5px;
font-weight: 800;
color: #e00935;
}

.service_btn{
color: #fff !important;
font-size: 14px;
background: #e00935;
padding: 10px 15px;
border: 1px solid #fff;
border-radius: 5px;
font-family: 'Play', sans-serif !important;
font-weight: 900;
transition: .5s;
position: relative;
z-index: 20;
}
.service_btn:hover{
color: #e00935!important;
background: #fff;
transition: .5s;
border: 1px solid #e00935;
}
.copyright a{
    font-family: 'Play', sans-serif !important;
}






#fixed-social {
   position: fixed;
   top: 40%;
}

#fixed-social a {
   color: #fff;
   display: block;
   height: 40px;
   position: relative;
   text-align: center;
    line-height: 40px;
   width: 40px;
   margin-bottom: 1px;
   z-index: 2;
}
#fixed-social a:hover>span{
	visibility: visible;
  left: 41px;
  opacity: 1;
} 
#fixed-social a span {
	line-height: 40px;
    left: 60px;
    position: absolute;
    text-align: center;
    width: 120px;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0;
}
 .fixed-facebook{
 	background-color: #1877F2;
 }
 .fixed-facebook span{
	background-color: #1877F2;
 }
 .fixed-twitter{
	background-color: #7D3895;

 }
 .fixed-twitter span{
 	background-color: #7D3895;
 }
 .fixed-gplus{
	background-color: #00AF54;

 }
 .fixed-gplus span{
 	background-color: #00AF54;
 }
 .fixed-linkedin{
	background-color: #FFC41E;

 }
 .fixed-linkedin span{
 	background-color: #FFC41E;
 }
 .fixed-instagrem{
background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  box-shadow: 0px 3px 10px rgba(0,0,0,.25);

 }
 .fixed-instagrem span{
background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  box-shadow: 0px 3px 10px rgba(0,0,0,.25);
 }
 .fixed-tumblr{
	background-color: #25D366;

 }
 .fixed-tumblr span{
 	background-color: #25D366;
 }











