:root {
  --sonchoy-extra: #ef7d19;
  --sonchoy-base: #7f00ed;
}
.cusom_under_developments {
  padding: 15px 0;
  background-color: var(--sonchoy-black);
  color: #fff;
  text-align: center;
  font-weight: 600;
  letter-spacing: 2px;
}

/* Footer start  */

.custom-footer .site-footer__bottom {
  border-top: 1px solid #dae7ff;
}

.custom-footer {
  background-color: #f0f4fd;
}

.custom-footer .footer-widget__about-text,
.custom-footer .footer-widget__navigation-list li a,
.custom-footer .footer-widget__title,
.custom-footer .footer-widget__emergency-call,
.custom-footer p,
.custom-footer a {
  color: var(--sonchoy-black);
}
.custom-footer .footer-widget__navigation-list li a:hover {
  color: var(--sonchoy-base);
}
.custom-footer .site-footer__bottom-text,
.custom-footer .site-footer__bottom-text a {
  color: #94a4c0;
}

/* Footer EnD  */

/* Our Services start  */

.custom_services .blog-two__content {
  padding: 25px 30px 25px;
}
.custom_services .blog-two__btn-box a {
  padding: 8px 35px;
}

.custom_services .blog-two__single {
  box-shadow: 0 10px 60px rgb(0 0 0 / 10%);
}

.custom_why_choose_us .why_choose-three_icon img {
  transform: scale(1.5);
}

/* Our Services EnD  */

/* navbar  start */

.custom_btn_nav .thm-btn {
  color: #fff;
  background-color: var(--sonchoy-black);
  padding: 5px 35px;
}

.main-menu .main-menu__list > li > ul > li > a {
  font-size: 14px !important;
  border-bottom: 1px solid #f2f2f2;
}
/* @media only screen and (min-width: 769px) and (max-width: 1200px) {
  .main-menu-three__left{
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .main-menu-three__logo,
  .main-menu-three__main-menu-box{
    width: 100% !important;
  }
} */
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .main-menu .main-menu__list > li + li,
  .stricky-header .main-menu__list > li + li {
    margin-left: 20px;
  }
}
@media (min-width: 990px) {
  .custom_header .main-menu-three__logo,
  .stricky-header .main-menu-three__logo {
    width: 300px;
    padding: 10px 0;
  }
  .custom_header .main-menu-three .main-menu__list > li,
  .stricky-header.main-menu-three .main-menu__list > li {
    padding: 10px 0;
  }
}
@media (max-width: 989px) {
  .custom_header .main-menu-three__logo,
  .stricky-header .main-menu-three__logo {
    width: 200px;
    padding: 18px 0;
  }
}
/* navbar  EnD */

/* sign up page start */

.custom_login_form .comment-form__input-box input {
  height: 60px;
  width: 100%;
  border: none;
  background-color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  color: var(--sonchoy-gray);
  display: block;
  letter-spacing: 0.02em;
}

@media (max-width: 568px) {
  .custom_login_form .contact-page__bottom {
    padding: 50px 30px;
  }
}

/* sign up page EnD */
/* About Us Start */

.read_more_btn {
  border-bottom: 2px solid;
}

/* About Us EnD */

/* scroll to top start */

.scroll-to-target {
  background: #f08017;
}

/* scroll to top EnD */

/* homepage form start */

.custom_form_css .tab-buttons .tab-btn.active-btn .get-quote__tab-icon span {
  color: #fff !important;
}
.custom_form_css {
  background-color: #f0f4fd;
}
.custom_form_css .get-quote-three__title {
  color: var(--sonchoy-black);
}

/* homepage form EnD */

/* Faq start */

.cusotm_faq .active .accrodion-title {
  background-color: #f4ebff;
  color: var(--sonchoy-black) !important;
}
.cusotm_faq .active .accrodion-title h4 {
  color: var(--sonchoy-black) !important;
}
.cusotm_faq .accrodion.active .accrodion-title h4::before {
  color: var(--sonchoy-black) !important;
}

.cusotm_faq .faq-one__right .faq-one-accrodion .accrodion::before {
  background-color: #f08017;
}

.cusotm_faq {
  background: white;
  position: relative;
  z-index: 3;
}

/* Faq EnD */

/* counter start */

/* .cusotm_counter {
} */
/* counter EnD */

/* Career Start */

.custom_career_box {
  border: 1px solid #d9d9d9;
  padding: 20px 30px;
}
.custom_career_box h3 {
  font-size: 18px;
}

.blog-two__title a {
  font-size: 20px;
}

/* our working process start */

#custom_our_work h3 a,
#custom_our_work h3 {
  font-size: 16px;
  line-height: 25px;
}
#custom_our_work_2 .work-step-one__shape-1 {
  z-index: 1;
}

#custom_our_work_2 p {
  text-align: left;
  line-height: 22px;
}
#custom_our_work_2 .custom_flex_css {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
#custom_our_work_2 .work-step-one__title {
  margin: 0;
  font-size: 20px;
  text-align: left;
  line-height: 25px;
}
#custom_our_work_2 .work-step-one__single:hover .work-step-one__shape-1 {
  transform: translateX(-50%) translateY(-50%) scale(1.2);
  opacity: 1;
}
#custom_our_work_2 .work-step-one__single .work-step-one__shape-1 {
  transition: 1s;
}

@media (min-width: 1200px) {
  #custom_our_work .cusotm_col-xl-5 {
    flex: 0 0 auto;
    width: 20%;
  }
}
@media (min-width: 992px) {
  #custom_our_work .custom_col-lg-5 {
    flex: 0 0 auto;
    width: 20%;
  }
}
@media (max-width: 568px) {
  #custom_our_work_2 .work-step-one__icon {
    width: 180px;
    height: 70px;
  }
  #custom_our_work_2 .work-step-one__single {
    text-align: center;
    margin-bottom: 30px;
    border: 1px solid #cf97ff;
    padding: 25px 20px;
    border-radius: 30px;
  }
  #custom_our_work_2 .work-step-one__title,
  #custom_our_work_2 p {
    text-align: center;
  }
  #custom_our_work_2 .work-step-one__shape-3 img {
    width: 90%;
  }
  #custom_our_work_2 .work-step-one__shape-2 img {
    width: 130%;
  }
  #custom_our_work_2 .work-step-one__shape-2 {
    transform: translateX(-65%) translateY(-50%);
  }
  #custom_our_work_2 .work-step-one__shape-1 img {
    width: 80%;
  }
}

/* our working process EnD */

/* slier start */

.thm-btn_2 {
  border: 1px solid var(--sonchoy-base);
  text-transform: uppercase;
  letter-spacing: 0.016em;
  padding: 15px 45px 15px;
}
/* slier EnD */
