.mb--40 {
  margin-bottom: 40px;
}
.logo img
{
	padding:10px;
}
.preloader {
  background: #fff !important;
}
.loader-circle {
  box-shadow: inset 0 0 0 1px rgba(100, 100, 100, 0.1);
}
.btn-crm:hover {
  background: #4f89d3;
}


.banner.style--two {
  z-index: 2;
  padding-top:22.5vh;
  padding-bottom: 140px;
}
.banner.style--two .banner-img {
  margin-bottom:0px!important;
}


.single-data strong {
  font-size: 60px;
}
.page-title h2 {
  font-size: 45px;
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



button {
  appearance: none;
  background: transparent;
  border: none;
  cursor: pointer;
  isolation: isolate;
}

.button {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  width: 200px;
  border-radius: 9999rem;
  background: #002d57;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  isolation: isolate;
  overflow: hidden;

  & > span.text {
    color: #fff;
    width: 100%;
    text-align: left;
    padding-block: 12px;
    padding-left: 24px;
    z-index: 2;
    transition: all 200ms ease;
  }

  & > div.overlay {
    color: #ededed;
    width: 48px;
    height: calc(100% - 2px);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 12px;
    border-radius: inherit;
    background: #4f89d3;
    position: absolute;
    right: 1px;
    z-index: 1;
    transition: all 400ms ease;
  }

  &:is(:hover, :focus) {
    & > span.text {
      color: #ededed;
    }
    & > div.overlay {
      width: calc(100% - 2px);
      transition: width 200ms ease;
    }
  }
}
.btn-crm {
  padding: 15p 25px;
}
.crm_c2, .header-btn .link-btn.style--two:hover, .list-check li::after, .theme-input-group.style--two button:hover, .widget.widget_footer_menu .footer_menu.crm li a:hover {
  color: #002d57;
}

/*** animative bg ***/
.animative-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin: 0;
}
.floating-image {
  width: 100%;
  height: 400px;
  background-image: url("../img/home/icon/banner1.png");
  background-size: cover;
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

.banner-bg1 {
  background-image: url("../img/home/bg2.jpg") !important;
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  position: relative;
  padding-top: 50px;
  padding-bottom: 0px;
}
.banner-bg1::before {
  position: absolute;
  content: "";
  background-color: rgba(255, 255, 255, 0.55) !important;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.mt5-img {
  height: 50px;
}
.pl--20 {
  padding-left: 20px;
}
.ser-box .single-service.host {
  background: #fff;
  padding: 20px 30px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
  height: 300px;
}
.testimonial-single {
  height: 420px;
}
.bg3 {
  background-image: url("../img/home/bg4.jpg") !important;
  background-position: center;
  background-repeat: repeat;
  background-size: contain;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
.bg3::before {
  position: absolute;
  content: "";
  background-color: rgba(255, 255, 255, 0.78) !important;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.bg4 {
  background-image: url("../img/home/bg1.jpg") !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 0px;
  padding-bottom: 80px;
}
.bg4::before {
  position: absolute;
  content: "";
  background-color: rgba(247, 247, 247, 0.78) !important;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.mr-20 {
  margin-right: 50px;
}
.padd-80 {
  padding-top: 80px;
}
.insta-bg {
  background: #ffffffe8;
  box-shadow: 0px 20px 30px -10px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.contact-form {
  padding: 30px 31px;
  background-color: #fff0;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0);
}
textarea.theme-input-style {
  height: 100px;
  padding: 20px 20px;
}
.contact-form-left .content {
  margin-bottom: 0px;
}

.banner-bg2 {
  background-image: url("../img/home/bg3.jpg") !important;
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
.banner-bg2::before {
  position: absolute;
  content: "";
  background-color: rgba(30, 30, 30, 0.93) !important;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.single-job.style--two {
  padding: 25px 20px;
}
.pro-img {
  height: 60px;
  width: auto;
}
.single-job.style--two .job-logo {
  flex: 0 0 15%;
}
.white {
  color: #fff !important;
}
.single-job .job-content h3 {
  margin-top: 20px;
  margin-bottom: 0px;
}
.meta-box span {
  color: #ffff;
  margin-left: 5px;
}
.meta-box p {
  color: #31bf7c !important;
}
.single-job:hover {
  border-color: #ffffffb0;
}
.single-job {
  border: 1px solid #eeeeee63;
}
.header .header-main .main-menu .nav > li > a {
  font-size: 19px;
  padding: 0 18px;
}
.btn-crm,
.btn.submit-btn {
  border-radius: 50px;
  background: #002d57;
}
.crm_c1-bg {
  background-color: #002d57 !important;
}
.testimonial-single .tst-content .content h4 {
  color: #333;
  font-size: 22px;
}
.testimonial-single .ts-bottom p::before,
.theme-input-group.style--two button {
    color: #4f89d3 !important;
}
.footer .widget .widget_title h3 {
  font-size: 24px;
  color: #464646;
}
.theme-input-group button {
  background-color: #002d57 !important;
}
.theme-input-group button,
.theme-input-group button.submit-btn {
  color: #fff !important;
}
.theme-input-group input,
.theme-input-group.affiliate .theme-input-style:focus {
  background-color: #6a6a6a;
}
.theme-input-group input,
.btn {
  border-radius: 0px;
}
.footer .widget.widget_text p {
  margin-bottom: 5px;
}
.copy-text {
  font-size: 17px;
  color: #888888;
  text-align: right;
}
.widget_newsletter {
  margin-left: 20px;
  margin-right: 10px;
}
.crm_c1,
.single-service.style--two .service-content h3,
.cta-content.style--two h2,
.banner.style--two .banner-content h1,
.btn-crm.border-btn {
  color: #434546;
}
.breadcrumb_bg {
  background-image: url("../img/home/bg3.jpg");
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
.breadcrumb_bg::before {
  position: absolute;
  content: "";
  background-color: rgba(4, 4, 4, 0.8) !important;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.postin {
  position: relative;
}
.page-title ul li:not(:last-child) a,
.page-title ul li,
.page-title ul li:not(:last-child) {
  color: #fff;
}
.cont-bg input {
  width: 48%;
  display: flex;
  float: left;
  margin-right: 10px;
}
.clr-11 {
  color: #2a2a2a;
  font-weight: bold;
}
.cta-content .list-check li {
  font-size: 18px;
  font-weight: 300;
}
.single-data {
  flex: 0 0 25%;
}
.member_counter {
   background-image: linear-gradient(0deg, #002d57 0%, #002d57 100%);
}
.single-data strong,
.single-data h3 {
  color: #fff;
}
.spc-ser .single-service {
  background: #fff;
  padding: 20px 30px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
}
.switch {
  background-color: #fff0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0);
  position: relative !important;
}
.btn-crm.border-btn:hover {
  border: 1px solid transparent;
  color: #fff;
}
.back-to-top.crm,
.btn-crm.border-btn:hover,
.btn-crm.s-btn,
.crm_c2-bg,
.social-icon.style--two a:hover,
.theme-input-group.style--two button {
  background: #002d57;
}
.header
  .header-main.style--two.sticky
  .main-menu
  .nav
  > li.current-menu-item
  > a,
.header
  .header-main.style--two.sticky
  .main-menu
  .nav
  > li.current-menu-parent
  > a,
.header .header-main.style--two.sticky .main-menu .nav > li:hover > a {
      color: #002d57 !important;
}
.header .header-main.style--two .main-menu .nav li.current-menu-item > a,
.header .header-main.style--two .main-menu .nav li.current-menu-parent > a,
.header .header-main.style--two .main-menu .nav li:hover > a {
   color: #002d57 !important;
}
.animated .single-service {
  padding: 60px 30px;
  height: 550px;
}
.theme-input-group button:hover,
.theme-input-group.crs button:hover {
  background-color: #002d57 !important;
}
.crm_c1-bg,
.single-service.style--two > span,
.social-icon.style--two a,
.theme-input-group.style--two button:hover {
  background-color: #002d57 !important;
}
.btn-crm.s-btn:hover {
  color: #fff !important;
  background: #c09655;
}
.single-service.style--two:hover .service-content h3 {
  color: #fff !important;
}

 .widget.widget_footer_menu .footer_menu.affiliate li a:hover
 {
	color: #4f89d3; 
 }

@media only screen and (max-width: 890px) {
  .floating-image {
    width: 100%;
    height: 280px;
    background-image: url("../img/home/icon/banner1.png");
    background-size: contain;
    animation: none !important;
    background-repeat: no-repeat;
  }
  .section-title.style--two h2, .contact-form-left h2 {
    font-size: 25px;
  }
  .animative-bg {
    min-height: auto !important;
  }
  .mt-70 {
    margin-top: 0px;
  }
  .section-title h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
  }
  .mb-pl-0 {
    padding-left: 0 !important;
  }
  .cards .card {
    height: auto !important;
    margin-bottom: 10px !important;
  }
  .padd-80 {
    padding-top: 20px !important;
  }
  .mr-20 {
    margin-right: 0px !important;
  }
  .contact-form-left {
    margin-bottom: 20px !important;
  }
  .widget_newsletter {
    margin-left: 0px;
    margin-right: 0px;
  }
  .banner.style--two .banner-content h1 {
    font-size: 33px;
  }
  .pricing-container {
    margin: 0em auto !important;
  }
  .single-job .job-content .meta-box p {
    font-size: 13px !important;
  }
  .pricing-features li {
    padding: 15px 15px 15px 55px;
  }
  .rating {
    display: flex;
  }
  .rating p {
    margin-left: 5px;
  }
  .single-job.style--two .job-content {
    margin-bottom: 0px !important;
  }
  #mobile_menu .mobile-main-menu .nav span.submenu-button.sub-menu-oppened::after {
    font-family: FontAwesome;
    background: white!important;
  }
  input[type="radio"]:checked + label {
    height: 40px!important;
  }
  .pricing-switcher label {
    position: relative;
    line-height: 40px!important;
  }
  pricing-switcher .fieldset {
    padding: 10px 10px 10px 10px;
    max-width: 100%!important;
  }
  
}
