
.default42 {padding: 20px 0;}
body{ font-family: 'Roboto', sans-serif;}
.default42 .collection-img{ width: 100%; display: inline-block;}
.default42 .collection-img img{ width: 100%; height: auto; object-fit: cover; margin: 30px 0; padding: 0px;}
.default42 .collection-main{ width: 100%; display: inline-block; text-align: center; margin: 30px 0;}
.default42 .collection-main span{ width: 100%; display: inline-block; text-transform: uppercase; font-size: 12px; color: #353535; letter-spacing: 0.15em; margin-bottom: 6px; margin-top: 2rem;}
.default42 .collection-main h3{ width: 100%; display: inline-block; margin: 0px; font-size: 4rem; color: #353535; text-transform: uppercase; letter-spacing: 0.1em; line-height: 5rem; font-weight: 300;}
.default42 .collection-main button{ display: inline-block; padding: 1.3rem 6rem; border: 1px solid #bc9366; font-size: 12px; letter-spacing: 0.15em; color: #353535; text-transform: uppercase; cursor: pointer; transition: all 0.3s linear; background: transparent; margin-top: 3rem;}
.default42 .collection-main button:hover{ color: #ffffff; background: #bc9366;}
.default42 .collection-description{ width: 100%; display: inline-block; font-size: 18px; color: #353535; margin: 0 0 0 0; font-weight: 300; line-height: 3.3rem;}


@media screen and (min-width: 992px) and (max-width: 1024px) {
  .default42 .collection-main h3 {font-size: 33px; line-height: 44px;}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .default42 .collection-main h3 {font-size: 30px; line-height: 40px;}
}
@media screen and (max-width: 767px) {
  .default42 .collection-main h3 {font-size: 28px; line-height: 38px;}
}
@media screen and (max-width: 480px) {
  .default42 .collection-main h3 {font-size: 26px; line-height: 36px;}
}
body {
  font-family: 'Josefin Sans', sans-serif; }

.default-1-77 {
  width: 100%;
  display: inline-block;
  margin: 0rem 0 0;
  padding: 5rem 0vw;
  position: relative;
  background: #091F2B; }
  .default-1-77 .no-padding {
    padding: 0px !important; }
  .default-1-77 .no-margin {
    margin: 0px !important; }
  .default-1-77 .overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0px;
    left: 0px;
    transition: all 0.3s linear;
    padding: 0rem 0 0 0;
    opacity: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .default-1-77 .row-eq-height {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px; }
  .default-1-77 .row-eq-height:before, .default-1-77 .row-eq-height:after {
    display: inline-block; }
  .default-1-77 .service-main {
    width: 100%;
    display: inline-block;
    margin: 0px; }
  .default-1-77 .heading-title {
    width: 100%;
    display: inline-block;
    margin: 0rem 0 3rem 0;
    font-weight: 600;
    font-size: 4rem;
    color: #ffffff; }
  .default-1-77 .sub-heading {
    width: 100%;
    display: inline-block;
    margin: 0px;
    font-size: 1.5rem;
    line-height: 2.5rem;
    color: #ffffff; }
  .default-1-77 .service-details {
    width: 100%;
    display: inline-block;
    margin: 0px 0 3rem 0; }
  .default-1-77 .service-border {
    outline: none;
    border: none;
    margin: 0px;
    padding: 0px;
    background: #D91E7C;
    width: 100%;
    height: 7px;
    display: inline-block; }
  .default-1-77 .service-border.two {
    background: #6D44DC; }
  .default-1-77 .service-border.three {
    background: #582DA5; }
  .default-1-77 .service-border.for {
    background: #16B6D6; }
  .default-1-77 .service-title {
    width: 100%;
    display: inline-block;
    margin: 2.3rem 0 1.5rem;
    font-size: 2.5rem;
    font-weight: 600;
    color: #ffffff; }
  .default-1-77 .service-description {
    width: 100%;
    display: inline-block;
    margin: 0px;
    font-size: 15px;
    line-height: 2.8rem;
    color: #ffffff; }
  @media screen and (max-width: 480px) {
    .default-1-77 .col-xs-6 {
      width: 100%; }
    .default-1-77 .heading-title {
      line-height: 6rem; } }
@keyframes fadeInUp {
  0% {
    transform: translate3d(0, 0%, 0);
    opacity: 0; }
  100% {
    transform: none;
    opacity: 1; } }
@keyframes fadeInLight {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.5; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*  Turn on custom 8px wide scrollbar */
::-webkit-scrollbar {
  width: 6px;
  /* 1px wider than Lion. */
  /* This is more usable for users trying to click it. */
  background-color: rgba(0, 0, 0, 0);
  -webkit-border-radius: 100px; }

/* The scrollbar 'thumb' ...that marque oval shape in a scrollbar */
::-webkit-scrollbar-thumb:vertical {
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 100px;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0);
  min-height: 10px;
  /*Prevent it from getting too small */ }

::-webkit-scrollbar-thumb:vertical:active {
  background: rgba(0, 0, 0, 0.61);
  /* Some darker color when you click it */
  -webkit-border-radius: 100px; }

/*font-family: 'Ubuntu', sans-serif;*/
.btn-default {padding: 10px 30px; background: transparent; border: 2px solid #F58D5B; color: #fff; text-transform: uppercase; text-shadow: 0 0 0; font-size: 18px; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s;}
.btn-default:hover {background: #F58D5B; color: #fff; text-decoration: none; border: 2px solid #F58D5B; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s;}
a, a:hover, a:focus, a:active {outline: 0 !important;}
.btn-default.focus, .btn-default:focus {background: #F58D5B; color: #fff; border: 2px solid #F58D5B;}
.color-black {color: #F58D5B;}
.color-black:hover, .color-black:focus {color: #fff;}


/*==================== SLIDER CSS ======================*/
body {font-family: 'Ubuntu', sans-serif;}
.atlas-11 {position: relative; background: #202020; padding: 60px 0;}
.atlas-11 .footer-logo {width: 100%; float: left; text-align: center; border-bottom: 1px solid rgba(255, 255, 255, 0.3); padding: 0 0 30px 0; margin: 0 0 30px;}
.atlas-11 .footer-logo img {max-width: 100%; max-height: 60px;}
.atlas-11 p {color: #fff;}
.atlas-11 .footer-logo h1 {font-size: 30px; margin: 0;}
.atlas-11 .footer-menu {margin: 0; padding: 0;}
.atlas-11 .footer-menu li {display: inline-block; padding: 0 10px;}
.atlas-11 .footer-menu li a {color: #fff;}
.atlas-11 .social-icon-footer {margin: 0; padding: 0; text-align: right;}
.atlas-11 .social-icon-footer li {display: inline-block; margin: 0 10px;}
.atlas-11 .social-icon-footer li a {color:#fff;}
.atlas-11 .social-icon-footer li a img {transform: scale(1); -webkit-transform: scale(1); -mox-transform: scale(1); transition: 0.5s; transition: 0.5s; transition: 0.5s; max-width: 20px; max-height: 20px;}
.atlas-11 .social-icon-footer li a img:hover {transform: scale(1.2); -webkit-transform: scale(1.2); -mox-transform: scale(1.2); transition: 0.5s; transition: 0.5s; transition: 0.5s;}


@media screen and (min-width: 1025px) and (max-width: 1199px){
  .atlas-11 .footer-menu {text-align: center;}
  .atlas-11 .social-icon-footer {text-align: center;}
}
@media screen and (min-width: 768px) and (max-width: 1024px){
  .atlas-11 .footer-menu {text-align: center;}
  .atlas-11 .social-icon-footer {text-align: center;}
}
@media screen and (max-width: 767px){
  .atlas-11 .footer-menu {text-align: center; margin-bottom: 20px;}
  .atlas-11 .social-icon-footer {text-align: center; margin-top: 20px;}
}
