:root {
  --primary-color-dark: #3d637e;
  --primary-color-beige-light: #c6bba7;

  --primary-font: "Libre Baskerville", serif;
  --secondary-font: "DM Serif Display", serif;
}

body.crev-agency{
	overscroll-behavior: none;
	scroll-behavior: none !important;
    height: inherit !important;
}
.navbar.nav-scroll {
    background: #3d637e;
}


.payoff {
  font-size: 20px;
}
.topBar{
	
}
.navbar {
  position: absolute;
  left: 0;
  top: 0px;
  padding: 0;
  margin: 0;
  width: 100%;
  background: var(--primary-color-dark);
  border-bottom: 2px solid transparent;
  z-index: 999;
}
.navbar-nav .nav-item.active .nav-link span.letter{
	color: #85b4d5 !important;
}

.crev-agency-header .caption h1 {
  font-family: var(--secondary-font);
  font-size: 65px;
  padding-top: 160px;
}
.rotate {
  color: #000;
  transform: rotate(-2deg) !important;
  background-color: #f3dfc1;
  border-radius: 12px !important;
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
#smooth-wrapper {
  border-radius: 40px 40px 0 0;
}
.btn.btn-primary {
  background-color: #f3dfc1;
  border-color: #f3dfc1;
  color: #000;
  font-weight: bold;
  border-radius: 40px;
  padding: 10px 25px;
}
.video-home {
  border-radius: 40px;
  overflow: hidden;
}
.services .item-box {
  padding: 60px 40px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  min-height: 530px;
}
.title-serv {
  font-weight: bold !important;
  color: var(--primary-color-dark);
}
.page-intro-modern:after {
  background: var(--primary-color-dark);
  z-index: -1;
}
footer.clean-footer.crev:after {
  background: var(--primary-color-dark);
}

footer.clean-footer.crev:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0px;
    right: 0;
    bottom: 0px;
}

.icon-img-100 {
  width: 200px;
	padding: 10px;
}
.logo.icon-img-100{
	width: 230px;
}
.logo img{
	image-rendering: auto;
}

.hamenu .menu-links .main-menu > li .link {
  font-size: 30px;
}

.topnav{
	display: none;
}
.topnav *{
	color: #FFF;
}

.services .swiper-container {
     overflow: hidden; 
}

@media screen and (max-width: 1440px) {

}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 991px) {
	.topnav{
		display: block;
	}
	
}
@media screen and (max-width: 768px) {
	.page-intro-cerv .row.justify-content-end.rest{
		justify-content: center !important;
	}
}
@media screen and (max-width: 425px) {
	.crev-agency-header .caption h1 {
		font-size: 45px;
		padding-top: 130px;
	}
	footer.clean-footer .fz-14{
		font-size: 11px !important;
	}
	footer.clean-footer .pb-40{
		padding-bottom: 0 !important;
	}
}
@media screen and (max-width: 320px) {

}
@media screen and (min-width: 320px) and (max-width: 990px) {
  

}


.credits_link{
 color: #38B5E6 !important;
 font-weight: 700;
 font-family: sans-serif;
}

.credits_link:hover{
 color: #fff !important;
}

 .credits_link:before{
  content: "";
  vertical-align: middle;
  width:16px;
  height: 16px;
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  background-image: url(https://www.clion.it/favicon-96x96.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;

  transition: all 450ms ease;
 }

  .credits_link:hover:before{
   transform: rotateZ(360deg) rotateY(360deg);
  }


.mypage-alo-phone-2 {
        position: fixed;
        left: -20px;
        visibility: visible;
        background-color: transparent;
        width: 110px;
        height: 110px;
        cursor: pointer;
        bottom: 0 !important;
    }
    .mypage-alo-ph-circle-fill-2 {
        width: 60px;
        height: 60px;
        top: 28px;
        left: 28px;
        position: absolute;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        border: 2px solid transparent;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        background-color: #38bd4b;
        opacity: .75 !important;
    }
    .mypage-alo-ph-img-circle-2 {
        width: 30px;
        height: 30px;
        top: 43px;
        left: 43px;
        position: absolute;
        background: rgba(30,30,30,.1) url(../img/whatsapp-logo.png) no-repeat center center;
        background-color: rgba(30,30,30,.1);
        background-size: auto auto;
        background-color: rgba(30,30,30,.1);
        background-size: auto auto;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        border: 2px solid transparent;
        opacity: .7;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        background-color: #27b43e;
        background-size: 70%;
      }
.mypage-alo-ph-img-circle-2 img{
	width: 26px;
	height: 26px;
}


@media (max-width: 1399px) {

  .navbar .navbar-nav .nav-link{
    margin-left: 10px;
    margin-right: 10px;
  }
  
}



@media (max-width: 1199px) {

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

 
@media (min-width: 992px) and (max-width: 1199px) {

  .logo.icon-img-100{
    width: 160px;
  }

  .navbar .navbar-nav .nav-link{
    font-size: 11px;
  }
  
}

@media (max-width: 991px) {
   .logo.icon-img-100{
    width: 180px;
  }

}

@media (max-width: 767px) {

  .section-padding {
      padding-top: 50px;
      padding-bottom: 50px;
  }

  .main-marq.md-text .box .item h4{
    font-size: 20px;
  }

    h4 {
      font-size: 24px;
  }

  .crev-agency-header .caption h1{
    font-size: 40px;
  }

  .fz-70 {
      font-size: 28px !important;
  }

  .clean-footer .mt-80{
    margin-top: 0 !important;
  }

  .services .item-box{
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: 0;
  }

  .sec-head.mb-80{
    margin-bottom: 10px !important;
  }

  .services .item-box .icon {
    width: 50px;
}

  .icon.mb-40{
    margin-bottom: 10px !important;
  }

  .page-intro-cerv .cont {
      padding: 25px;      
  }

  .fz-100 {
      font-size: 50px !important;    
  }

  .sec-head.mb-50{
    margin-bottom: 15px !important;
  }

  .fz-14 {
      font-size: 11px !important;
  }

  .hamenu .menu-links .main-menu > li .link {
      font-size: 22px;
  }

}