@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&display=swap');


:root {
  --color-1: #fdbc0a;
  --color-2: #1b2a2f;
  --color-3: #f5f5f5;
  --color-4: #aaaaaa;  
  --font-1: 'Roboto', Helvetica, Arial, sans-serif;
  --font-2: 'Didact Gothic', Helvetica, Arial, sans-serif;
}
body {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: var(--font-1);
  color: black;
  font-weight: 400;
  margin: 0;
}
.large-title-bold {
  text-transform: none;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  color: var(--color-2);
  letter-spacing: 0px;
  font-family: var(--font-1);
}
.medium-title {
  text-transform: none;
  font-size: 45px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0px;
  font-family: var(--font-1);
  background-color: var(--color-1);
  color: var(--color-2);
}
.large-title {
  text-transform: none;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0px;
  font-family: var(--font-1);
  color: var(--color-2);
}
.xsmall-title-oswald {
  text-transform: none;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: var(--font-1);
  color: var(--color-2);
}
.title-style {
  text-transform: none;
  font-weight: 700;
  letter-spacing: 2px;
  font-family: var(--font-1);
  line-height: 1;
  font-size: 24px;
  color: var(--color-2);
}
.p-style-small {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: var(--font-1);
  color: black;
}
.portfolio-content-bg-box {
  height: 117%;
}
.contact-menu{
  margin-top: 40px;
  margin-right: 40px;
  height: 20px;
  -webkit-transition: 0.4s cubic-bezier(.767, .01, .18, 1.01);
  -o-transition: 0.4s cubic-bezier(.767, .01, .18, 1.01);
  transition: 0.4s cubic-bezier(.767, .01, .18, 1.01);
}
.contact-menu a{
  padding: 15px 15px;
  background-color: var(--color-1);
  border-radius: 0;
  line-height: 1;
  transition: all 0.4s ease;
  font-family: var(--font-1);
  font-size: 20px;
  font-weight: 700;
  color: var(--color-2);
}
.contact-menu:hover a{
  color: var(--color-1);
  background-color: var(--color-2);
}
.footer-copyright{
  font-family: var(--font-1);
  color: white;
  font-size: 14px;
}
.footer-copyright a{
  font-family: var(--font-1);
  color: var(--color-1);
  font-size: 16px;
}
.footer-copyright a:hover{
  color: white;
}
.text-yellow{
  color: var(--color-1) !important;
}
.text-white{
  color: white !important;
}
.form-input {
  border-bottom: 1px solid white;
}
.form-input:focus {
  border-bottom: 1px solid var(--color-1);
}
.border-btn {
  font-family: var(--font-1);
  text-transform: none;
  letter-spacing: 3px;
  font-size: 16px;
  line-height: 60px;
  font-weight: 500;
}
input:-webkit-autofill,
input:-webkit-autofill:focus {
  transition: background-color 600000s 0s, color 600000s 0s;
}
.scroll-arrow:before {
  border-right: 2px solid var(--color-2);
  border-bottom: 2px solid var(--color-2);
}
.scroll-btn-flip:before, .scroll-btn-flip:after {
  color: var(--color-2);
}
.scroll-btn-flip {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
}
.features{
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
}
.single-feature{
  width: 45%;
  margin: 0 20px 40px;
  text-align: center;
}
.single-feature p{
  max-width: 80%;
  margin-top: 10px;
}
.about-slider .swiper-button-next,
.about-slider .swiper-button-prev {
  bottom: 30px;
}
.contact-info{
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: baseline;
  padding: 60px 0;
}
.contact-info a{
  color: white;
  font-size: 16px;
  margin: 0 10px;
}
.contact-info a i{
  font-size: 20px;
}
.contact-info a:hover{
  color: var(--color-1);
}
.border-btn-box {
  border: 1px solid white;
}
.border-btn-box:focus, .border-btn-box:hover {
  border: none;
}
.form-box label{
  color: white;
}
.form-box label a{
  color: var(--color-1);
}
.form-box label a:hover{
  color: white;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 40px;
}
.clients .swiper-slide img {
  width: 150px;
}
.clients .slider-arrow-next:before,
.clients .slider-arrow-prev:before {
border-color: black;
}
.clients .swiper-button-next {
  right: 0;
  left: unset;
  bottom: unset;
  top: 80px;
  position: absolute;
}
.clients .swiper-button-prev {
  right: unset;
  left: 0;
  bottom: unset;
  top: 80px;
  position: absolute;
}
.client-area {
  overflow-x: hidden;
  padding: 90px 50px 120px;
}
@media screen and (max-width:767px){
  .contact-menu {
    margin-top: 30px;
    margin-right: 0;
  }
  .large-title {
    font-size: 34px;
  }
  .xsmall-title-oswald {
    font-size: 20px;
    line-height: 26px;
  }
  .single-feature {
    width: 100%;
    margin: 0 20px 40px;
  }
  .client-area {
    padding: 90px 10px 120px;
  }
  .message-input {
    margin-top: 0px;
  }
}

@media screen and (min-width:768px) and (max-width:991px){
  .title-style {
    font-size: 20px;
  }
  .client-area {
    padding: 90px 0px 120px;
  }
}
@media screen and (min-width:992px) and (max-width:1200px){
  .title-style {
    font-size: 26px;
  }
  .client-area {
    padding: 90px 20px 120px;
  }
}
.headroom--unpinned,.headroom--pinned {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  background-color: white;
  height: 80px !important;  
  -webkit-transition: 0.4s cubic-bezier(.767, .01, .18, 1.01);
  -o-transition: 0.4s cubic-bezier(.767, .01, .18, 1.01);
  transition: 0.4s cubic-bezier(.767, .01, .18, 1.01);
}
.headroom--unpinned .logo-img-box img,
.headroom--pinned .logo-img-box img {
  width: 70px;
}
body.active .logo img {
  -webkit-transition: 0.4s cubic-bezier(.767, .01, .18, 1.01);
  -o-transition: 0.4s cubic-bezier(.767, .01, .18, 1.01);
  transition: 0.4s cubic-bezier(.767, .01, .18, 1.01);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.headroom--unpinned .logo,
.headroom--pinned .logo{
  margin-top: 10px;
}
.headroom--unpinned .contact-menu,
.headroom--pinned .contact-menu {
  margin-top: 15px;
}
.headroom--top{
  background-color: transparent;
  height: 110px !important;
}
.headroom--top.logo{
  margin-top: 20px;
}
.headroom--top .contact-menu {
  margin-top: 20px;
}
.headroom--top .logo-img-box img {
  width: 100px;
}
#footerForm{
  scroll-margin-top: 200px;
}
.overlay-loading2{
  background-color: var(--color-2);
  color: var(--color-1);
  padding: 5px;
}
.overlay-loading2.medium-title{
  background-color: var(--color-1);
  color: var(--color-2);
}
.mobile-only{
  display: none;
}
#send_form{
  padding-top: 90px;
}
@media screen and (max-width:767px){
  #send_form{
    padding-top: 30px;
  }
  .mobile-only{
    display: block;
  }
  .contact-info {
    padding: 40px 0 20px;
  }
  .contact-info a {
    margin-bottom: 10px;
  }
  .medium-title {
    font-size: 36px;
  }
  .large-title-bold {
    font-size: 26px;
    min-height: 110px;
  }
  #up .container {
    text-align: center;
    margin-top: 250px;
  }
  #up .flex-min-height-inner{
    min-height: 75vh;
  }
  .scroll-btn{
    display: none;
  }
}
@media screen and (max-height:500px){
  #up .container {
    text-align: center;
    margin-top: 150px;
  }
  .medium-title {
    font-size: 30px;
  }
  .large-title-bold {
    font-size: 24px;
  }
  .contact-menu a {
    padding: 15px 10px;
    font-size: 16px;
  }
  .headroom--top .logo-img-box img {
    width: 70px;
  }
}
body, .animsition-overlay {
  background: white;
}
.custom-checkbox{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.custom-checkbox .checkmark {
  position: relative;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: white;
  margin-right: 10px;
}
/* On mouse-over, add a grey background color */
.custom-checkbox:hover input ~ .checkmark {
  background-color: white;
}
/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .checkmark {
  background-color: var(--color-1);
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.custom-checkbox .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid var(--color-2);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width:767px){
  .custom-checkbox{
    text-align: left;
  }

}