/* ===================================
    Crafto - Branding agency
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap');
/* variable */
:root {     
    --base-color: #e99022; 
    --medium-gray: #7b7a7a;
    --dark-gray: #1d1d1d;  
    --charcoal-blue: #232323;
    --alt-font: 'Space Grotesk', sans-serif;
    --primary-font: 'Inter', sans-serif;
}
body {
    line-height: 30px;
}
a:hover {
    color: var(--dark-gray);
}
h1, .h1 {
    line-height: 4rem;
}
h3, .h3 { 
    line-height: 2.813rem;
}
h4 {
    line-height: 2.6rem;
}
/* header */
.navbar .navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 300;
}
header .header-button .btn.btn-switch-text.btn-medium > span {
    padding: 12px 22px;
}
header .navbar-brand img {
    max-height: 54px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    font-size: 17px;
    font-weight: 500;
    color: var(--dark-gray) !important;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a:hover {
    background-color: #f6f4f3;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a i {
    font-size: 30px;
    width: 35px;
}
/*margin*/
.ms-100px {
    margin-left: 100px;
}
.ms-80px {
    margin-left: 80px;
}
.mb-minus-50px {
    margin-bottom: -50px;
}
/* btn */
.btn {
    text-transform: none;
    letter-spacing: 0;
}
.btn.btn-extra-large {
    font-size: 16px;
    padding: 16px 32px;
}
.btn.btn-large {
    font-size: 15px;
    padding: 15px 30px;
}
.btn.btn-switch-text.btn-large > span {
    padding: 15px 30px;
}
.btn-gradient-fuel-yellow-blue {
    background-image: linear-gradient(to right, #d18215, #3797a1, #d18215);
    background-size: 200% auto;
    color: var(--white);
}
/* left right top bottom */
.left-minus-45 {
    left: -45%;
}
.bottom-minus-200px {
    bottom: -200px;
}
.one-half-screen {
  height: 550px !important;
}
.swiper-pagination-progress .swiper-progress {
    background-color: var(--dark-gray); 
}
.magic-drag-cursor #ball-cursor:before {
    font-weight: 500;
}
/* text gradient color */
.text-gradient-base-color {
    background-image: linear-gradient(to right, #e97522 0%, #1ea3b1 100%); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-orange{
    color: #e97522;
}
.text-blue{
    color: #1ea3b1;
}
/* bg gradient color */
.bg-gradient-top-very-light-gray { 
    background-image:linear-gradient(to right, #fbf3e9, #f9f4eb, #f4f4f0, #f2f4f2, #eff4f4);
}
.bg-linen {
    background: #f6f4f3;
}
.bg-gradient-orange-transparent {
    background: linear-gradient(to right, rgba(233, 117, 34, 1.0) 10%, rgba(255, 255, 255, 0.0) 95%);
}
.bg-gradient-blue-transparent {
    background: linear-gradient(to right, rgba(30, 163, 177, 1.0) 10%, rgba(255, 255, 255, 0.0) 95%);
}
/* blog only text */
.blog-only-text .card-body:after {
    display: none;
}
/* social icon style 06 */
.social-icon-style-06 li {
    position: relative;
}
.social-icon-style-06 li:before {
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: var(--medium-gray);
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    opacity: .5;
}
.social-icon-style-06 li:last-child:before {
    display: none;
}
.google-maps-link a:hover {
    color: var(--white);
}
/* footer */
footer ul li {
    margin-bottom: 0;
    line-height: 28px;
}
footer a:hover {
    color: var(--white);
}
footer .footer-logo img {
    max-height: 34px;
}
/* z-index */
.z-index-99 {
    z-index: 99; 
}
@media (min-width: 992px) {
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
        padding: 20px 30px;
    }
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        width: 285px;
    }
    .dropdown-with-icon-style02:hover .dropdown-menu{
        display:block;
    }
}
@media (max-width: 1199px) {
    .left-minus-45 {
        left: -78%;
    }
    .lg-ms-70px {
        margin-left: 70px;
    }
    .lg-bg-transparent {
        background-color: transparent;
    }
    .one-half-screen {
        height: auto !important;
    }
}
@media (max-width: 991px) {
    [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-nav .nav-item .dropdown-menu a i {
        font-size: 19px;
        vertical-align: middle;
        color: var(--white);
    }
    .md-top-auto {
        top: auto;
    }
    .pp1{
        margin-bottom: 30px;
    }
    .process-step-icon-box{
        display:none;
    }
}

.tt span{
    background:#fff;
    padding:5px;
    border-radius:8px;
}
@media (max-width: 767px) {
    .md-bottom-minus-50px {
        bottom: 0px !important;
    }
}


.navbar-toggler{
    font-size: 14px;
    width: 34px;
    height: 14px;
}
.navbar-toggler-icon{
   width: 50px;
}
.navbar-toggler-icon {
    background-image: var(--bs-navbar-toggler-icon-bg);
}

/**/

.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 40px;
    right: 0;
    bottom: 0;
    left: 13px;
  height: 20px;
  width: 20px;
  transition: all 0.15s ease-out 0s;
  background: #fff;
  border: 1px solid #999;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 9;
  padding: inherit;
}
.option-input:hover {
  background: #e5e7eb;
}
.option-input:checked {
  border: 1px solid #fff;
}
.option-input:checked::before {
  color: #d9486d;
  height: 40px;
  width: 40px;
  position: absolute;
  content: "✔";
  display: inline-block;
  font-size: 12px;
  left: 4px;
  line-height: 20px;
}
.option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #40e0d0;
  content: "";
  display: block;
  position: relative;
  z-index: 100;
}

.option-input.radio {
  border-radius: 50%;
  border:1px solid #cdc8c8;
}
.option-input.radio::after {
  border-radius: 50%;
}
/*.app-check {*/
/*  display: flex !important;*/
/*}*/
.app-border {
  border: 1px solid #cdc8c8;
  border-radius: 7px;
  padding: 5px 7px 5px 9px;
  padding-left: 40px;
  min-height: 30px;
}

.option-input.radio:checked + .app-border {
  background: #df9817;
    color: #fff;
}
.option-input.radio:disabled,
.option-input.radio:disabled + .app-border {
  cursor: not-allowed;
  opacity: 0.6;
}
.app-label {
  position: relative;
  top: 0px;
  margin-right: 10px;
  font-size: 11px;
}
.breadcamb-in h1{
    margin-bottom: 5px;
    color: #000;
}

.breadcamb-in{
  padding-top: 6em; 
      background-image: linear-gradient(to bottom right, #f8d64b, #ee8d37);
      padding-bottom: 2em;

}
.breadcrumb-item.active {
    color: #000000;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #000000;
}
.breadcrumb-item a{
    color:#000 !important;
}
@media(max-width:767px){
  .breadcamb-in{
        padding-top: 7em; 
      padding-bottom: 1em;

}  
.navbar-nav{
    text-align: right;
}
.header-reverse{
    border-bottom: 1px solid;
}
/*.mob-top{*/
/*    top: 74px;*/
/*}*/
.navbar-nav{
    border-top: 1px solid; 
}
.ht-mob{
    height: 300px;
}
}
.btn-yellow-gray{
    background: #a18624;
    color:#fff;
}
.btn-yellow-gray:hover{
    background: #a18624;
    color:#fff;
}
.transition-inner-all{
    margin-bottom: 2em;
}
@media(max-width:580px){
    .transition-inner-all{
       width: 50%; 
    }
}

/**/
.service-tabblk.tabs {
  max-width: 538px;
}
.service-tabblk.tabs-nav li {
  float: left;
  width: 50%;
}
.service-tabblk.tabs-nav li:first-child a {
  border-right: 0;
  border-top-left-radius: 6px;
}
.service-tabblk.tabs-nav li:last-child a {
  border-top-right-radius: 6px;
}
.service-tabblk a {
  background: #eaeaed;
    border: 1px solid #cecfd5;
    color: #000000;
    display: inline-block;
    font-weight: 300;
    padding: 10px 12px;
    text-align: center;
    text-decoration: none;
}
.service-tabblk a:hover {
  color: #ff7b29;
}
.service-tabblk.tab-active a {
  background: #fff;
  border-bottom-color: transparent;
  color: #2db34a;
  cursor: default;
}
.service-tabblk.tabs-stage {
  border: 1px solid #cecfd5;
  border-radius: 0 0 6px 6px;
  border-top: 0;
  clear: both;
  padding: 24px 30px;
  position: relative;
  top: -1px;
}
.service-tabblk .tabs-nav li{
    display: inline;
}
.service-tabblk .tab-active a{
    background: #ee8d37;
    border: 1px solid #ddd839;
    color: #ffffff !important;
    display: inline-block;
    font-weight: 300;
}
.owl-nav{
    text-align: center;
    margin-top: 2em;
}
.owl-nav button{
    background: #b9971b !important;
    color: #fff !important;
    height: 35px;
    width: 28px;
    border-radius: 5px;
    margin-right: 5px;
    font-size: 28px;
}

@media(max-width:767px){
    .tabs-nav{
        padding-left: 0rem;
    }
    .service-tabblk a{
        margin-bottom:5px;
    }
    .app-border {
    padding-left: 36px;
    }
}
.ui-datepicker-calendar a{
    border: 1px solid #dad55e !important;
    background: #fffa90 !important;
    color: #777620 !important;
}

#down-section figure{
    height: 342px;
    overflow: hidden;
    border-radius: 10px;
}
.ac-blk{
   background: #efeded;
    padding: 1em;
}
.success1 p{
    margin-bottom:3px;
}
.cent{
    display: flex;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 0em;
}
.ac-blk p{
    font-size:14px;
    margin-bottom:2px;
    line-height: 16px;
}
.p-ps{
    line-height: 20px;
    margin-top: 2em;
    margin-bottom: 2em;
}
.clr-1{
    color: red;
}
.service-sec p{
    text-align: justify;
}


