body {
  font-family: 'Poppins', sans-serif;
  color: #444444;
}

a {
  color: #22b7d4;
  text-decoration: none;
}

a:hover {
  color: #22b7d4;
  text-decoration: none;
}

#topbar .contact-info i a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #106eea;
  border-top-color: #e2eefd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


.stick_header {
  background-color: #e5e5e5;
  position: fixed;
  font-size: 1.2em;
  padding: 25px;
  transition: 0.3s ease;
  z-index: 1100;
  width: 100%;
  background: white;
}

.text-highlight {
  color: #F8D24A;
}

.mainheader-fixed {
  position: fixed;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background-color: #162331;
  padding: 20px 0;
  font-size: 0;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
}

.mainheader-fixed .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mainheader-fixed--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

}

.mainheader-fixed--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mainheader-fixed .logo,
.mobile-menu .logo {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.mainheader-fixed .logo {
  display: inline-block;
  vertical-align: middle;
  width: 143px;
  margin-right: 57px;
}

.mainheader-fixed--left .btn-square {
  display: none;
}

.btn-square.small {
  padding: 12px 12px;
  min-width: 150px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-square.green {
  border-color: #57bf24;
  background-color: #57bf24;
}

.btn-square {
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  border-width: 2px;
  border-style: solid;
  padding: 24px 27px;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


.btn-custom {
  padding: 20px 40px;
  background-color: #F8D24A;
  color: #000;
  font-size: 16px;
  border-radius: 0px;
}

.m50 {
  margin: 50px 0px;
}

.mb-20 {
  margin-bottom: 20px;
}

select {
  width: 100%;
  border: 1px solid #E1E1DF;
  border-radius: 2px;
  margin: 8px 0 40px 0;
  outline: none;
  padding: 8px;
  box-sizing: border-box;
  transition: 0.3s;
  background-color: #e9e9e7;
  color: #47505A;
  height: 70px;
}

.mt-20 {
  margin-top: 20px;
}

.btn-custom:hover {
  background-color: #22B7D4;
  color: #000;
}

.faq-list {
  list-style-type: none;
  padding-left: 0px;
}

.faq-list li {
  font-size: 16px;
  margin-bottom: 20px;
}





/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 90px;
  z-index: 996;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  transition: all 0.4s;
  border: 1px solid #b9b0b0;
}

.back-to-top i {
  font-size: 28px;
  color: inherit;
  line-height: 0;
}

.back-to-top:hover {
  background: #22B7D4;
  color: #fff;
  border: 1px solid #22B7D4;
}

.back-to-top:hover i {
  color: white;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #22B7D4;
  height: 65.72px;
  font-size: 16px;
  transition: all 0.5s;
  color: black;
  padding: 0;
  display: flex !important;
}

#topbar .container {
  display: flex;
  align-items: center;
}

#topbar .contact-info {
  display: flex;
}

#topbar .contact-info i {
  font-style: normal;
  color: #fff;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
  padding-left: 5px;
  color: black;
  font-weight: 500;
  font-size: 14px;
}

#topbar .contact-info i span {
  padding-right: 14px;
}

#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
  transition: 0.3s;
}


.img-fluid {
  max-width: 100%;
  height: auto;
}

#topbar .contact-info i .svg_phone_icon svg {
  width: 16px;
  margin-right: 4px;
  height: 16px;
}

#topbar .contact-info i .svg_phone_icon svg g g path {
  fill: black;
}


#topbar .right_topbar p {
  color: black;
  margin-bottom: 0;
  padding-bottom: 0;
}


#topbar .btn-quote {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0px;
  padding: 6px 16px;
  transition: all 0.5s ease 0s;
  color: rgb(0, 0, 1);
  background: transparent;
  height: 38px;
  display: flex;
  align-items: center;
  border: 0;
  margin-left: 25px;
}

#topbar .btn-quote i {
  margin-left: 10px;
}

.cluth_sec h1 {
  font-size: 60px;
  font-weight: 600;
}




/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.header_scroll.fixed-top {
  display: block;
}

#header {
  background: transparent;
  transition: all 0.5s;
  /* z-index: 997; */
  z-index: 110;
  position: absolute;
  width: 100%;
  padding: 15px 0;
}


#header.fixed-top {
  height: 70px;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.8px;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #222222;
}


#header .logo a span {
  color: #106eea;
}

#header .logo img {
  max-width: 100%;
  width: 240px;
  height: auto;
}

.scrolled-offset {
  margin-top: 0;
}



/*-----------------Scroll Header Starts-------------------*/

.mainheader-fixed.fixed-head {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  top: -115px;
}

/* .mainheader-fixed {
  -webkit-backface-visibility: hidden;
} */

.mainheader-fixed {
  position: fixed;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background-color: #162331;
  padding: 20px 0;
  font-size: 0;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
}

.mainheader-fixed .open-menu .icon-burger svg {
  fill: white;
  width: 34px;
  height: 34px;
}


.sidebar_canvas .offcanvas {
  background-color: #162331;
  color: white;
  padding: 30px 30px;
  width: 460px;
}

.offcanvas-header .logo img {
  width: 176px;
}

.offcanvas-header .searchside_icon i {
  font-size: 14px;
  color: white;
}


.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
}



.mainheader-fixed .logo {
  display: inline-block;
  vertical-align: middle;
  width: 155px;
  margin-right: 57px;
}

.mainheader-fixed .logo img.logo-sm {
  display: none;
  width: 50px;
}

.mainheader-fixed--left .btn-square {
  display: none !important;
}

.mainheader-fixed--right .call-link:hover,
.mainheader-fixed--right .btn-square:hover {
  color: white;
  opacity: 0.8;
}


.mainheader-fixed .mainheader-fixed__phone-and-burger a i {
  font-size: 23px;
  color: white;
  margin-left: 10px;
  display: none;
}

.btn-square.small {
  padding: 12px 12px;
  min-width: 150px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}



.btn-square.green {
  border-color: #57bf24;
  background-color: #57bf24;
}

.mainheader-fixed .mainheader-fixed__phone-and-burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mainheader-fixed .open-menu,
.slick-dots li button,
[class*=" btn-"],
[class^=btn-] {
  display: inline-block;
  vertical-align: middle;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  text-align: center;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  line-height: 1;
}

.mainheader-fixed .open-menu .icon-burger {
  display: flex;
}

.mainheader-fixed .open-menu .icon-burger .menu-text-lg {
  font-size: 14px;
  margin-top: 11px;
  margin-bottom: 0;
  color: white;
  margin-left: 10px;
  font-weight: 600;
  cursor: pointer;
}

.call-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
  border-radius: 2px;
  font-size: 13px;
  color: #fff;
  padding: 11px 19px;
  background-color: #099ce7;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.mainheader-fixed--right .call-link i {
  margin-left: 8px;
  margin-right: 8px;
}

.mainheader-fixed--right .call-link .img-flag img {
  width: 15px;
  margin-left: 10px;
}


/*-----------------Scroll Header Ends-------------------*/



/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/

#hero .mobile_icon {
  margin: 45px 0 38px 0;
}

#hero .mobile_icon span {
  color: white;
  font-size: 20px;
}

#hero .hero_row {
  align-items: center;
  justify-content: center;
}



#hero .mobile_icon .flag_phone_icon {
  margin-left: 12px;
}

#hero .mobile_icon .svg_phone_icon svg {
  width: 58.79px;
  height: 58.79px;
  margin-right: 15px;
}

#hero .mobile_icon .svg_phone_icon svg g g path {
  fill: white;
}


#hero .hero_row .btn-watch-video .btn_video {
  display: grid;
}

#hero .hero_row .btn-watch-video .btn_video .small_span {
  font-size: 10px;
  color: white;
  font-weight: 300;
  margin-top: 4px;
}

.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar ul .search_icon {
  cursor: pointer;
}



.navbar ul .search_icon a:before {
  display: none;
}

.navbar ul .search_icon a i {
  font-size: 17px;
}

.navbar ul .btn_place a:before {
  display: none;
}

.navbar ul .btn_place .btn-primary {
  padding: 15px 22px;
  text-transform: uppercase;
  background-color: #000001;
  color: #F8D24A;
  border: 0;
  border-radius: 4px;
  letter-spacing: 0;
}

.navbar ul .btn_place .btn-primary:hover {
  border: 0;
  border-radius: 0;
  background-color: #F8D24A;
  color: #000001;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  padding: 0 3px;
  font-size: 15px;
  color: white;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
  letter-spacing: 1px;
}

.navbar .dropdown ul a img {
  margin-right: 10px;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #22b7d4;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #22b7d4;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: -76px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  /* transition: 0.3s; */
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-weight: 400;
  color: black;
  font-size: 14px;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}



.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: black;
  text-decoration: underline;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 44px;
  visibility: visible;
  border-top: 5px solid #22b7d4;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  /* .navbar .dropdown .dropdown ul {
    left: -90%;
  } */

  .navbar .dropdown .dropdown:hover>ul {
    left: 100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: white;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar .dropdown ul .angle_icon {
  width: 0;
  min-width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #22b7d4 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 50%;
}





.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
  max-height: 430px;

}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}

.navbar-mobile>ul>li {
  padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #106eea;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #106eea;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*-------------------------------------------------------------- 
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background-image: url("../img/background/banner-2.webp");
  background-size: cover;
  position: relative;
  background-repeat: no-repeat !important;
}

.investorsplan {
  background-image: url("../img/banner_img/investor_business_plan.webp") !important;
}


.immigrationplan_banner {
  background-image: url("../img/background/img6.webp") !important;
}

.businessplans-banner {
  background-image: url("../img/background/img4.webp") !important;
}

.businessplans2_banner {
  background-image: url("../img/banner_img/business1.webp") !important;
}

.landlordplan {
  background-image: url("../img/background/img5.webp") !important;
}

.continuityplan {
  background-image: url("../img/banner_img/business_continuty.webp") !important;
}

.diligence-services {
  background-image: url("../img/banner_img/dil_service.webp") !important;
}

.trust_bg {
  background-image: url("../img/banner_img/trust.webp") !important;
}

/* .bg_plan_banner {
  background-image: url("../img/our_business_plan.webp") !important;
  background-size: contain;
  position: relative;
  background-repeat: no-repeat !important;
  width: 100%;
  height: 100vh;
  background-position: top center;
} */

.thanks_banner {
  background-image: url("../img/thank_you.webp") !important;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat !important;
  width: 100%;
  height: 100vh;
  background-position: center;
}

.blog-banner {
  background-image: url("../img/banner_img/blog.webp") !important;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat !important;
  width: 100%;
  height: 100vh;
  background-position: center;
}

.howitworks-banner {
  background-image: url("../img/banner_img/stuck.webp") !important;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat !important;
  width: 100%;
  height: 100vh;
  background-position: left center;
}

.aboutus_banner {
  background-image: url("../img/banner_img/about_us_banner.webp") !important;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat !important;
  width: 100%;
  height: 60vh;
  background-position: center;
}

.contactus_banner {
  background-image: url("../img/banner_img/contact_us.webp") !important;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat !important;
  width: 100%;
  height: 100vh;
}

.placeorder_banner {
  background-image: url("../img/banner_img/place_order.webp") !important;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat !important;
  width: 100%;
  height: 100vh;
}

.faq_banner {
  background-image: url("../img/banner_img/faq.webp") !important;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat !important;
  width: 100%;
  height: 100vh;
}
.privacy_policy_banner{
 background-image: url("../img/banner_img/your_paragraph_text.webp") !important;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat !important;
  width: 100%;
  height: 100vh;
}

.terms_condition_banner{
 background-image: url("../img/banner_img/lawyer.webp") !important;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat !important;
  width: 100%;
  height: 100vh;
}


#howitworks h1 {
  margin: 0;
  font-size: 60px;
  font-weight: bold;
  line-height: 75px;
  color: white;
  font-family: "Poppins", sans-serif;
  padding-left: 20px;
}

#howitworks p {
  color: white;
  margin: 34px 0 30px 0;
  font-size: 19px;
  font-weight: 300;
  line-height: 30px;
}

#howitworks:before {
  content: "";
  background: rgb(0 0 0 / 45%);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.bg_solutionImg {
  background-image: url("../img/banner_img/solution1.webp") !important;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat !important;
  width: 100%;
  height: 100%;
  background-position: center;
}

#hero:before {
  content: "";
  background: rgb(0 0 0 / 45%);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  position: relative;
}

#hero h1 {

  margin: 0;
  font-size: 60px;
  font-weight: bold;
  line-height: 75px;
  color: white;
  font-family: "Poppins", sans-serif;
  border-left: 7px solid #F8D24A;
  padding-left: 20px;
  text-transform: capitalize;

}

#hero .hero_row .col_hero h1 {
  margin-right: 22px;
  margin-bottom: 28px;
  margin-top: 60px;
  border-left: 0;
  padding-left: 0;
  text-align: center;
  text-transform: capitalize;
}

#hero h1 span {
  color: white;
}

#hero p {
  color: white;
  margin: 34px 0 30px 0;
  font-size: 19px;
  font-weight: 300;
  line-height: 30px;
}

#hero .btn-get-started {
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0;
  padding: 10px 0;
  border-radius: 6px;
  transition: 0.5s;
  color: white;
  background: #FD841F;
  height: 79px;
  display: flex;
  align-items: center;
  max-width: 345px;
  text-align: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

#hero .btn-get-started:hover {
  background: #22b7d4;
  color: white;
}

#hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: white;
  font-weight: 600;
  display: flex;
  align-items: center;
  border: 1px solid white;
  padding: 0 28px;
  border-radius: 0;
}

#hero .btn-watch-video i {
  color: white;
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

#hero .btn-watch-video:hover {
  color: white;
}

#hero .btn-watch-video:hover i {
  color: white;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero {
    height: 100vh;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .btn-get-started,
  #hero .btn-watch-video {
    font-size: 13px;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f9fe;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: #e7f1fd;
  color: #106eea;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}

.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
}

.section-title h3 span {
  color: #106eea;
}

.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f1f6fe;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/

.featured-services {
  margin-top: 40px;
}

.featured-services .title {
  text-align: center;
}

.featured-services .title p {
  font-weight: 400;
}

.featured-services .title h2 {
  font-size: 60px;
  font-weight: 800;
  color: #1A1818;
}

.featured-services .title span {
  border-bottom: 5px solid #F8D24A;
  height: 7px;
  width: 100px;
  display: block;
  margin: 0 auto 50px auto;
}

.featured-services .why_us_row {
  margin-top: 85px;
}

.featured-services .icon-box {
  padding: 55px 30px;
  position: relative;
  overflow: hidden;
  /* box-shadow: 5px 5px 10px 0 rgb(192 181 181 / 73%); */
  transition: all 0.3s ease-in-out;
  border-radius: 0;
  z-index: 1;
  border: 1px solid #C4C6C5;
  margin-bottom: 40px;
}

.featured-services .col_why_box {
  padding-right: 20px;
  padding-left: 20px;
}

.featured-services .icon-box::before {
  content: "";
  position: absolute;
  background: #cbe0fb;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.featured-services .icon-box:hover::before {
  background: #F8D24A;
  top: 0;
  border-radius: 0px;
}

.featured-services .icon {
  margin-bottom: 15px;
  text-align: center;
}

.featured-services .icon i {
  font-size: 48px;
  line-height: 1;
  color: black;
  transition: all 0.3s ease-in-out;
}

.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.featured-services .title a {
  color: #1A1818;
}

.featured-services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
  text-align: center;
}

.featured-services .icon-box:hover .title a,
.featured-services .icon-box:hover .description {
  color: #1A1818;
}

.featured-services .icon-box:hover .icon i {
  color: #1A1818;
}

/*--------------------------------------------------------------
# Numbers_sec
--------------------------------------------------------------*/

.Numbers_sec {
  margin: 0;
  padding-bottom: 80px;
}

.homepage .Numbers_sec {
  margin: 0;
  padding-bottom: 155px;
}

.Numbers_sec .container {
  padding: 0;
}


.bg_img_building {
  background-image: url("../img/banner_img/building.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 70px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Numbers_sec .Numbers_content:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(45 46 46 / 35%);
}

.Numbers_sec .Numbers_content .numbers_row {
  align-items: flex-start;
  justify-content: center;
  z-index: 999;
}

.Numbers_sec .Numbers_content .numbers_row .flex_numbers {
  text-align: center;
}

.Numbers_sec .Numbers_content .numbers_row .flex_numbers h3 {
  margin-bottom: 21px;
  font-size: 50px;
  color: white;
  font-weight: 800;
}

.Numbers_sec .Numbers_content .numbers_row .flex_numbers p {
  color: white;
  font-size: 16px;
  max-width: 80%;
  margin: 0 auto;
}

/* ***************** */

.we_have_sec {
  margin: 0;
  padding-top: 120px;
  padding-bottom: 120px;
}

.we_have_sec .we_row .we_content h3 {
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 700;
  color: #1A1818;
}

.we_have_sec .we_row .we_content p {
  margin-bottom: 0;
  font-size: 21px;

}

.we_have_sec .we_row .we_img_flex .image_box {
  margin-right: 19px;
  margin-left: 19px;
}

.we_have_sec .we_row .we_img_flex .image_box img {
  max-width: 165px;
  width: 100%;
}



.we_have_sec .we_row .we_img_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}


.six_steps_image {
  position: relative;
}

.six_steps_image a {
  position: absolute;
  top: 42.5%;
  background: #d9e2e000;
  width: 150px;
  left: 44.9%;
  padding: 16px;
  border-radius: 50%;
  box-shadow: 0 7px 5px 4px rgb(224 201 201 / 75%);
}



.input[type="text"]::placeholder {
  color: red;
  opacity: 1;
}

textarea::placeholder {
  color: #fff;
}




/* ************************** */

.Offer_sec {
  background-color: black;
  padding-top: 85px;
  padding-bottom: 85px;

}

.Offer_sec .Offer_row {
  margin-top: 85px;
}

.Offer_sec .title {
  text-align: center;
}

.Offer_sec .title h2 {
  font-size: 60px;
  font-weight: 800;
  color: white;
}

.Offer_sec .title p {
  color: white;
  font-size: 20px;
}

.Offer_sec .border-green {
  border: 3px solid #F8D24A;
  max-width: 150px;
  margin: 35px auto 35px auto;
}

.Offer_sec .Offer_row .col_offer .offer_content .top_div h2 {
  color: white;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}

.Offer_sec .Offer_row .col_offer .offer_content .top_div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.Offer_sec .Offer_row .col_offer .offer_content .top_div .badge_offer {
  color: #F8D24A;
  background: transparent;
  border: 1px solid #F8D24A;
  padding: 5px 15px;
  font-size: 12px;
  margin: 0 60px 0 0;
}

.Offer_sec .Offer_row .col_offer .offer_content .offer_titles {
  margin-bottom: 45px;
  /* cursor: pointer; */
}

.Offer_sec .Offer_row .col_offer .offer_content .offer_titles .offer_box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.Offer_sec .Offer_row .col_offer .offer_content .offer_titles .offer_box svg {
  margin-right: 15px;
  width: 49px;
}

.Offer_sec .Offer_row .col_offer .offer_content .offer_titles:hover .offer_box svg path {
  fill: #F8D24A;
}

.Offer_sec .Offer_row .col_offer .offer_content .offer_titles .offer_box svg .st0 {
  fill: white;
}

.Offer_sec .Offer_row .col_offer .offer_content .offer_titles:hover .offer_box svg .st0 {
  fill: #F8D24A;
}

.text-green1 {
  color: #F8D24A !important;
}

.Offer_sec .Offer_row .col_offer .offer_content .offer_titles .offer_box img {
  margin-right: 15px;
  width: 49px;
}

.Offer_sec .Offer_row .col_offer .offer_content .offer_titles:hover .offer_box h3 {
  color: #F8D24A;
}


.Offer_sec .Offer_row .col_offer .offer_content .offer_titles .offer_box h3 {
  color: white;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
}

/* ********************************* */

.Unique_sec {
  padding-top: 121px;
  padding-bottom: 35px;
}

.Unique_sec .Unique_row {
  margin-top: 0;
}

.Unique_sec .title {
  text-align: left;
}

.Unique_sec .Unique_row .col_Unique .Unique_content .title h2 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #1A1818;
  line-height: 75px;
}

.Unique_sec .Unique_row .col_Unique .Unique_content .title p {
  max-width: 85%;
  font-size: 20px;
}

.Unique_sec .testimonials-carousel,
.Unique_sec .testimonials-slider {
  overflow: hidden;
}

.Unique_sec .Unique-item {
  text-align: center;
  color: #fff;
}

.Unique_sec .Unique-item .Unique-img {
  width: 75px;
  margin: 0 auto;
}


.Unique_sec .Unique-item .flex_items {
  margin-bottom: 55px;
  cursor: pointer;
}

.swiper-slide .flex_items h3::after {
  content: '';
  background-color: white;
  width: 50%;
  height: 3px;
  display: block;
  margin: 15px auto;
}

.swiper-slide .flex_items:hover h3::after {
  content: '';
  background-color: #F8D24A;
  width: 50%;
  height: 3px;
  display: block;
  margin: 15px auto;
}


.Unique_sec .Unique-item svg {
  width: 75px;
  height: 75px;
}

/* .Unique_sec .Unique-item:hover svg g {
  fill: black;
}

.Unique_sec .Unique-item:hover svg g path {
  fill: yellow;
} */

.Unique_sec .Unique-item h3 {
  font-size: 19px;
  font-weight: 500;
  margin: 22px 0 5px 0;
  color: black;

}

/* .Unique_sec .swiper-wrapper {
  align-items: center;
} */

.Unique_sec .Unique-item h4 {
  font-size: 14px;
  color: black;
  margin: 0 0 15px 0;
}

.Unique_sec .Unique-item .quote-icon-left,
.Unique_sec .Unique-item .quote-icon-right {
  color: black;
  font-size: 26px;
}

.Unique_sec .Unique-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.Unique_sec .Unique-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.Unique_sec .Unique-item p {
  margin: 0 auto 15px auto;
  color: black;
}

.Unique_sec .swiper-pagination {
  margin-top: 50px;
  position: relative;
  margin-bottom: 20px;
}

.Unique_sec .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #1A1818;
  opacity: 1;
}

.Unique_sec .Unique_row .button_download_sec .btn_download {
  background-color: white;
  border: 1px solid black;
  padding: 24px 38px;
  margin-top: 15px;
  margin-bottom: 15px;
  color: black;
  text-transform: uppercase;
  font-weight: 500;
}

.Unique_sec .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #F8D24A;
}

.Unique_sec .Unique_row .button_download_sec {
  margin-top: 40px;
  text-align: center;
}

.Unique_sec .Unique_row .button_download_sec .btn_download img {
  width: 28px;
  margin-left: 15px;
}

@media (min-width: 992px) {
  .Unique_sec .Unique-item p {
    width: 80%;
  }
}


/* ************************ */


/* ********************************* */
/* .bi-check-circle-fill::before {
  color: #1A1818 !important;
} */

.our_clients_sec {
  padding-top: 121px;
  padding-bottom: 85px;
}

.our_clients_sec .our_clients_content .client_row {
  margin-top: 0;
  align-items: center;
  justify-content: center;
}

.our_clients_sec .our_clients_content .col_client {
  position: relative;
  background-color: #22B7D4;
  height: 450px;
}

.our_clients_sec .our_clients_content .col_client::before {
  position: absolute;
  background-color: #22B7D4;
  height: 450px;
  display: block;
}

.our_clients_sec .our_clients_content .col_client .pos-rel {
  position: relative;
}

.our_clients_sec .our_clients_content .col_client .pos-rel .white_box {
  position: absolute;
  background: white;
  border-radius: 125px 0 0 125px;
  padding: 40px 0 40px 49px;
  width: 75%;
  right: -13px;
  transform: translate(0%, 53%);
}

.our_clients_sec .our_clients_content .col_client .pos-rel .white_box h2 {
  font-size: 60px;
  font-weight: 800;
  color: black;
}

.our_clients_sec .our_clients_content .col_client .pos-rel .white_box p {
  color: black;
  margin-bottom: 0;
  font-size: 20px;
}


.our_clients_sec .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #F8D24A;
}



.our_clients_sec .testimonials-carousel,
.our_clients_sec .testimonials-slider {
  overflow: hidden;
}

.our_clients_sec .clients-item {
  text-align: center;
  color: #fff;
}

.our_clients_sec .clients-item .flex_items .clients-img {
  /* width: 120px; */
  margin: 0 auto;
}


.our_clients_sec .clients-item .flex_items {
  margin-bottom: 0;
  cursor: pointer;
}



.our_clients_sec .swiper-pagination {
  margin-top: 0;
  position: relative;
  margin-bottom: 20px;
}

.our_clients_sec .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #1A1818;
}

/* ********************************************* */


.business_plan_sec {
  margin-bottom: 55px;
  margin-top: 20px;
}

.business_plan_sec .business_plan_row .title h2 {
  color: #000001;
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 800;
  line-height: 75px;
}

.business_plan_sec .business_plan_row .title h6 {
  color: #000001;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 800;
  margin-top: 10px;
}

.business_plan_sec .business_plan_row .title p {
  color: #000001;
  margin-bottom: 10px;
  font-size: 20px;
  max-width: 100%;
}

.our_clients_sec .swiper-wrapper {
  align-items: center;
  /* justify-content: center; */
}

.business_plan_sec .business_plan_row .payment_content .payment_title {
  color: #000001;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}

.business_plan_sec .business_plan_row .payment_content {
  margin-top: 60px;
}

.business_plan_sec .business_plan_row .payment_content p {
  color: #000001;
  margin-bottom: 5px;
  font-size: 20px;
}

.right_circles {
  position: relative;
}

.business_plan_sec .business_plan_row .right_circles .step_1 {
  top: 134px;
  left: -89px;
  margin-bottom: 20px;
}

.business_plan_sec .business_plan_row .right_circles .step_2 {
  top: 332px;
  right: 55px;
  margin-bottom: 20px;
}

.business_plan_sec .business_plan_row .right_circles .step_3 {
  right: 231px;
  bottom: 24px;
  top: unset;
  margin-bottom: 20px;
}


.business_plan_sec .business_plan_row .right_circles .step_4 {
  position: absolute;
  top: 425px;
  text-align: center;
  left: 31px;
}



.right_circles .step_1 {
  position: absolute;
  top: 100px;
  text-align: center;
  left: -60px;
  right: 0;
}

.right_circles .step_2 {
  position: absolute;
  top: 240px;
  text-align: center;
  right: 30px;
}

.right_circles .step_3 {
  position: absolute;
  top: 455px;
  text-align: center;
  right: 152px;
}

.right_circles .step_3 p {
  font-size: 11px !important;
}



.right_circles .step_4 p {
  font-size: 10px !important;
}


.right_circles_mobile {
  position: relative;
}

.right_circles_mobile .step_1 {
  padding: 10px;
}


.right_circles_mobile .step_1,
.right_circles_mobile .step_2,
.right_circles_mobile .step_3,
.right_circles_mobile .step_4 {
  padding: 15px;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  text-align: center;
  margin: auto auto;
  margin-bottom: 25px;
}

.border_green {
  border: 3px solid #78B52D;
}

.border_green_light {
  border: 3px solid #45B188;
}

.border_purple {
  border: 3px solid #0055A4;
}

.border_info {
  border: 3px solid #22B7D4;
}






/*.business_plan_sec .business_plan_row .right_circles {
  position: relative;
  margin: 10px;
  text-align: center;
}*/


.business_plan_sec .business_plan_row .right_circles h3 {
  font-size: 32.94px;
  font-weight: 800;
  margin-bottom: 11px;
}

.business_plan_sec .business_plan_row .right_circles p {
  font-size: 12.29px !important;
  margin-bottom: 5px;
}

.step-first {
  background-color: #944bf2;
}

.circle-widget {
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 10px;
  margin-bottom: 50px;
  padding: 30px 20px;
  position: relative;
  justify-content: center;
  min-height: 180px;
}

.step-count {
  position: absolute;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  border: 3px solid #fff;
  justify-content: center;
  border-radius: 50%;
  top: -30px;
}

.steps-wise-content h5,
.steps-wise-content p,
.step-count h3 {
  color: #fff;
  margin-bottom: 0;
}

.step-first {
  background-color: #22B7D4;
}

.step-two {
  background-color: #45B188;
}

.step-three {
  background-color: #78B52D;
}

.step-four {
  background-color: #0055A4;
}

.step-five {
  background-color: #ee8a3c;
}

.step-six {
  background-color: #70a6c7;
}

.how-it-work-headline {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  flex-direction: column;
}

.how-it-work-headline h3 {
  text-align: center;
  width: 350px;
  height: 350px;
  color: #fff;
  font-size: 40px;
  background: #110833;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-direction: column;
}

.play-button-icon {
  padding-left: unset;
  padding-right: 20px;
}

.play-button-icon a {
  color: white;
  margin-top: 30px;
}

.play-button-icon {
  position: absolute;
  padding-left: 20px;
  padding-top: 35px;
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 50%;
  top: 50%;
}





.business_plan_sec .business_plan_row .right_circles .step_1 .bg_step_1 {
  color: #22B7D4;
}

.business_plan_sec .business_plan_row .right_circles .step_2 .bg_step_2 {
  color: #45B188;
}

.business_plan_sec .business_plan_row .right_circles .step_3 .bg_step_3 {
  color: #78B52D;
}

.business_plan_sec .business_plan_row .right_circles .step_4 .bg_step_4 {
  color: #0055A4;
}






/* ************************************************************* */


.Testimonials_sec {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.Testimonials_sec .Testimonials_row {
  margin-top: 50px;
  margin-bottom: 55px;
}



.Testimonials_sec .Testimonials_content h2 {
  color: #1A1818;
  font-weight: 800;
  font-size: 60px;
  margin-top: 0;
  text-align: center;
  margin-bottom: 0;
}

.Testimonials_sec .Testimonials_content {
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}

.Testimonials_sec .right_side_boxes {
  display: flex;
  align-items: center;
  margin-left: 40px;
}



.Testimonials_sec .right_side_boxes .Testimonials_box {
  margin-top: 0;
  color: white;
  margin-left: 15px;
  font-size: 11px;
  padding: 7px 18px;
}

.Testimonials_sec .right_side_boxes .Testimonials_box p span {
  font-weight: 800;
}

.Testimonials_sec .right_side_boxes .Testimonials_box a {
  color: white;
  text-decoration: none;
}



.Testimonials_sec .right_side_boxes .Testimonials_box p {
  margin-bottom: 0px;
  margin-top: 5px;
}

.Testimonials_sec .Testimonials_smallcontent .user_name {
  font-size: 11.39px;
}

.Testimonials_sec .View_all {
  margin-top: 25px;
  text-align: center;
}


.Testimonials_sec .View_all a {
  background-color: white;
  border: 1px solid black;
  padding: 24px 50px;
  margin-top: 15px;
  margin-bottom: 15px;
  color: black;
  font-weight: 500;
}


.Testimonials_sec .Testimonials_Paragraph {
  margin-bottom: 20px;
  text-align: center;
  color: #47505A;
  font-size: 20px;
}

.Testimonials_sec .Testimonials_line {
  width: 150px;
  height: 4px;
  background: #F8D24A;
  margin: 10px auto;
  border-radius: 5px;
  margin-top: 28px;
}

.Testimonials_sec .Testimonials_Profile {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.Testimonials_sec .col_Testimonials {
  padding: 19px;
  box-shadow: 0 0 5px 3px rgb(177 169 169 / 75%);
  height: 100%;
  border-radius: 8px;
}

.Testimonials_sec .Testimonials_img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #47505A;
}

.Testimonials_sec .Testimonials_Profile h2 {
  color: #1A1818;
  font-size: 15px;
  margin-left: 19px;
  margin-bottom: 0;
}

.Testimonials_smallcontent {
  margin-top: 25px;
}

.Testimonials_sec .Testimonials_logo i {
  color: white;
  border: 1px solid;
  padding: 3px 5px 3px 5px;
  font-size: 8px;
  margin-left: -3px;
}

.bg_green {
  background-color: #34ab73;
}

.bg_purple {
  background-color: #005aa8;
}


.Testimonials_sec .Testimonials_logo .Testimonials_Content p {
  font-size: 12px;
  color: #1A1818;
}


.Testimonials_sec .Testimonials_logo .Testimonials_longcontent p {
  font-size: 18px;
  color: #47505A;
  margin-top: 0px;
  max-width: 85%;
}

.Testimonials_sec .Testimonials_logo .Testimonials_Content p {
  font-size: 12px;
  color: #1A1818;
  margin-bottom: 10px;
  margin-top: 10px;
}


/* ************************************************************************ */

.clutch_sec {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 70px;
}

.clutch_sec .clutch_content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.clutch_sec .clutch_content h2 {
  font-size: 20px;
  font-weight: 800;
  margin-left: 30px;
  margin-bottom: 10px;
  color: #1A1818;
}


/* ***************************************************** */

.questions_sec {
  margin-bottom: 55px;
  padding-bottom: 130px;
  margin-top: 45px;
}

.bg_question_img {
  background-position: center center;
  background-image: url("../img/background/img7.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

.questions_sec:before {
  background-color: #000001;
}


.questions_sec .questions_content h2 {
  color: #1A1818;
  font-size: 60px;
  font-weight: 800;
  text-align: center;
}

.questions_sec .questions_content {
  margin-bottom: 80px;
}

.questions_sec .questions_content p {
  color: black;
  text-align: center;
  font-size: 20px;
}

.questions_sec .questions_content .border-questions {
  border: 2px solid #F8D24A;
  width: 100px;
  margin: 0 auto;
}


.questions_form_sec {
  background-color: white;
  max-width: 75%;
  margin: -185px auto 0 auto;
  box-shadow: 0px 3px 49px 7px #00000029;
  border-radius: 1px;
  padding: 80px 30px;
  margin-bottom: 40px;
}

.questions_form_sec .form_row_que .input_box .btn_fill {
  background-color: #0000ff;
  border-color: #0000ff;
  color: white;
  font-size: 18px;
  margin-top: 8px;
  margin-bottom: 8px;
  width: 100%;
  text-align: center;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.questions_form_sec .form_row_que .input_box .btn_fill:hover {
  opacity: 0.8;
}



input[type="text"],
input[type="email"],
input[type="tel"] {
  width: 100%;
  border: 1px solid #E1E1DF;
  border-radius: 2px;
  margin: 8px 0 40px 0;
  outline: none;
  padding: 8px;
  box-sizing: border-box;
  transition: 0.3s;
  background-color: #e9e9e7;
  color: #47505A;
  height: 70px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus {
  border-color: #22b7d4;
  box-shadow: 0 0 8px 0 #22b7d4;
}

.inputWithIcon input[type="text"],
.inputWithIcon input[type="email"],
.inputWithIcon input[type="tel"] {
  padding-left: 55px;
}

.inputWithIcon {
  position: relative;
}

.inputWithIcon i {
  position: absolute;
  left: 0;
  top: 18px;
  padding: 9px 20px;
  transition: 0.3s;
  font-size: 23px;
  color: #47505A;
}

.moretext {
  display: none;
}

a.moreless-button {
  position: relative
}


.cursor-pointer {
  cursor: pointer;
}

.moreless-button {
  padding-left: 100px;
}

a.moreless-button.more-icon::before {
  content: "";
  background: url(../img/Pal/reload.svg);
  position: absolute;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  /* top: 0; */
  background-size: 29px;
  left: 46px;
}

a.moreless-button.less-icon::before {
  margin-top: 1px;
  content: "";
  background: url(../img/Pal/up-arrow.svg);
  position: absolute;
  height: 34px;
  width: 34px;
  background-repeat: no-repeat;
  top: 23px;
  background-size: 22px;
  left:48px;

}

.business_plan .moreless-button {
  background-color: white;
  border: 1px solid black;
  padding: 24px 48px 24px 80px;
  margin-top: 15px;
  margin-bottom: 15px;
  color: black;
  text-transform: uppercase;
  font-weight: 500;

}

.business_plan .plan_content .article {
  margin-bottom: 56px;
}

.business_plan .moreless-button img {
  width: 28px;
  margin-right: 10px;
}

.business_plan .plan_content .article {

  background: transparent linear-gradient(180deg, #FFFFFF00 0%, #FFFFFFED 100%) 0% 0% no-repeat padding-box;
}



/* *************************** */

/* ********************************************* */

.articles_sec {
  margin-bottom: 55px;
  padding-bottom: 0;
}

.articles_sec .article_row {
  justify-content: center;
}

.articles_sec .title h2 {
  color: #1A1818;
  font-size: 60px;
  font-weight: 800;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.articles_sec .article_btns {
  text-align: center;
  text-align: center;
  margin-top: 75px;
  margin-bottom: 30px;
}

.articles_sec .article_btns .read_btn {
  background-color: white;
  border: 1px solid black;
  padding: 24px 50px;
  margin-top: 15px;
  margin-bottom: 15px;
  color: black;
  text-transform: uppercase;
  font-weight: 500;

}

.articles_sec p {
  color: black;
  text-align: center;
}

.articles_sec .border-bottom_article {
  border: 2px solid #F8D24A;
  width: 100px;
  margin: 0 auto;
}

.articles_sec .article_row {
  margin-top: 40px;
}

.articles_sec .article_row .article_content {
  margin-bottom: 20px;
}

.articles_sec .article_row .article_content h3 {
  font-size: 20px;
  color: #47505A;
  margin-bottom: 10px;
  min-height: 80px;
  font-weight: 400;
}


.articles_sec .article_row .article_content img {
  width: 100%;
}


.business_plan {
  margin-top: 50px;
  margin-bottom: 50px;
}

.business_plan .plan_content h2 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 35px;
  font-weight: 800;
}

.business_plan .plan_content p {
  margin-bottom: 10px;
  color: #47505A;
  font-size: 16px;
  line-height: 26px;
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}

.about .content ul li:first-child {
  margin-top: 35px;
}

.about .content ul i {
  background: #fff;
  box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
  font-size: 24px;
  padding: 20px;
  margin-right: 15px;
  color: #106eea;
  border-radius: 50px;
}

.about .content ul h5 {
  font-size: 18px;
  color: #555555;
}

.about .content ul p {
  font-size: 15px;
}

.about .content p:last-child {
  margin-bottom: 0;
}




/* ************************** */


body.search-open {
  overflow: hidden;
}

.close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: none;
  border: 0;
  font-size: 43px;
  font-weight: 700;
  display: block;
  cursor: pointer;
  color: white;
  outline: none;
}

/* .offcanvas {
  z-index: 1200;
} */


.search-box.search-elem {
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* z-index: 9999; */
  z-index: 112;
  background: rgba(50, 33, 58, 0.9);
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.search-box.search-elem .inner {
  width: 70%;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}


.search-box.search-elem label {
  color: white;
  font-weight: 300;
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  display: none;
}

.search-box.search-elem button.submit {
  outline: none;
  cursor: pointer;
  border-radius: 0 3px 3px 0;
  border: 0;
  height: 72px;
  padding: 10px 37px;
  font-size: 22px;
  background: #22b7d4;
  color: white;

}

.search-box.search-elem button.submit:hover {
  opacity: 0.8;
}

.search-box.search-elem button.submit[disabled] {
  background: #22b7d4;
  color: white;
}

.search-box.search-elem input[type=text] {
  padding: 20px;
  height: 72px;
  font-size: 22px;
  font-weight: 300;
  border: none;
  border-bottom: 0;
  transition: border 0.3s;
  border-radius: 4px 0 0 4px;
  width: 100%;
  margin: 0;
}

.search-box .placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  opacity: 1;
}

.search-box.search-elem input[type=text]:focus {
  box-shadow: none;
  outline: 0;
  border: 0;
}

.search-box.search-elem label.placeholder {
  /* position: absolute;
  top: 17px; */
  font-size: 25px;
  color: #999;
  transition: all 0.3s;
  background: transparent;
  left: 39px;
  font-weight: 400;
}

.search-box.search-elem label.placeholder.move-up {
  /* top: -45px; */
  color: white;
  font-size: 1.5rem;
  background: transparent;
  /* left: 11px; */
}

.search-box.search-elem.search-open {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.search-btn {
  text-transform: uppercase;
  font-size: 0.875rem;
  padding: 0 10px;
  display: inline-block;
}

.search-btn:hover {
  color: #00a896;
}


/* ******************************* */

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #222222;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e2eefd;
  height: 10px;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #106eea;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 70px 0 60px;
}

.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #f1f6fe;
}

.counts .count-box i {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: #106eea;
  color: #fff;
  width: 56px;
  height: 56px;
  line-height: 0;
  border-radius: 50px;
  border: 5px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #062b5b;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 15px 0;
  text-align: center;
}

.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}

.clients img:hover {
  transform: scale(1.15);
}

@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  border: 1px solid #e2eefd;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #f1f6fe;
  border-radius: 4px;
  border: 1px solid #deebfd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}

.services .icon-box .icon i {
  color: #3b8af2;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #222222;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(16, 110, 234, 0.1);
}

.services .icon-box:hover h4 a,
.services .icon-box:hover .icon i {
  color: #106eea;
}

.services .icon-box:hover .icon {
  border-color: #106eea;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background: url("../img/testimonials-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #106eea;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 15px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #106eea;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #222222;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #555555;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #3c3c3c;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #106eea;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-links a:hover {
  color: #6ba7f5;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #106eea;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #106eea;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(34, 34, 34, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  padding: 60px 0;
}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(16, 110, 234, 0.15);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #222222;
  margin: 0 3px;
  padding-top: 7px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  background: rgba(16, 110, 234, 0.8);
  display: inline-block;
  transition: ease-in-out 0.3s;
  color: #fff;
}

.team .member .social a:hover {
  background: #3b8af2;
}

.team .member .social i {
  font-size: 18px;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #222222;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.pricing .box h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #777777;
  background: #f8f8f8;
}

.pricing .box h4 {
  font-size: 36px;
  color: #106eea;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing .box ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing .box ul li {
  padding-bottom: 16px;
}

.pricing .box ul i {
  color: #106eea;
  font-size: 18px;
  padding-right: 4px;
}

.pricing .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

.pricing .btn-buy {
  background: #106eea;
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  background: #3b8af2;
}

.pricing .featured h3 {
  color: #fff;
  background: #106eea;
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #106eea;
  color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  padding: 60px 0;
}

.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  border-bottom: 1px solid #d4e5fc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.faq .faq-list .question {
  display: block;
  position: relative;
  font-family: #106eea;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  color: #0d58ba;
  transition: 0.3s;
}

.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list .collapsed {
  color: black;
}

.faq .faq-list .collapsed:hover {
  color: #106eea;
}

.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}

.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #106eea;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #b3d1fa;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
  padding: 30px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 20px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #106eea;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #106eea;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #3b8af2;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  padding: 0 0 30px 0;
  color: #444444;
  font-size: 14px;
  background: #1A1818;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #f1f6fe;
  text-align: center;
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #106eea;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #0d58ba;
}

#footer .footer-top {
  padding: 60px 0 00 0;
  background: #1A1818;
}

#footer .footer-top .footer-contact {
  margin-bottom: 85px;
}

#footer .footer-top .footer-contact h3 {
  margin: 0 0 15px 0;
  max-width: 330px;
}

#footer .footer-top .footer-contact h3 span {
  color: #106eea;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 35px;
  font-family: 'Poppins', sans-serif;
  color: white;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: white;
  position: relative;
  padding-bottom: 43px;
  margin-bottom: 0;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
  padding-left: 50px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: white;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: white;
  transition: 0.3s;
  line-height: 1;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul a img {
  margin-right: 13px;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #22b7d4;
}

#footer .footer-top .social-links a {
  font-size: 24px;
  display: inline-block;
  background: transparent;
  color: #47505A;
  line-height: 1;
  padding: 10px 0;
  margin-right: 4px;
  border-radius: 30px;
  text-align: center;
  width: 45px;
  height: 45px;
  transition: 0.3s;
  border: 1px solid #47505A;
}

#footer .footer-top .social-links a:hover {
  background: #3b8af2;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  text-align: center;
  color: #707070;
  border-top: 1px dashed gray;
  padding-top: 30px;
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #444444;
}

@media (max-width: 768px) {

  #footer .copyright,
  #footer .credits {
    float: none;
    text-align: center;
    padding: 2px 0;
  }
}




/* ****************Privacy Section Css Starts******************** */

.breadcrumbs {
  padding: 20px 0;
  background-color: #fff !important;
  min-height: 40px;
}

.breadcrumbs .breadcrum li {
  display: inline-block;
  padding: 0px 10px;
  position: relative;
  font-weight: bold;
}

.breadcrumbs .breadcrum li:after {
  content: '';
  background-color: #000;
  width: 2px;
  height: 15px;
  display: block;
  position: absolute;
  right: 0px;
  top: 5px;
}

.breadcrumbs .breadcrum li>.active {
  font-weight: bold;
}

.breadcrumbs .breadcrum .active:after {
  display: none;
}

.breadcumb_sec {
  margin-top: 40px;
  margin-bottom: 40px;
}

.breadcumb_sec .breadcumb_content h2 {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #1A1818;
  line-height: 25px;
  text-transform: uppercase;
}

.breadcumb_sec .breadcumb_content h2 .breadcumb_link {
  border-right: 1px solid black;
  padding-right: 15px;
}

.breadcumb_sec .breadcumb_content h2 span {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #1A1818;
  line-height: 10px;
  padding-left: 13px;
}

.privacy_section {
  padding-top: 120px;
  padding-bottom: 50px;
}

.privacy_section .Unique_row {
  margin-top: 0;
}

.privacy_section .title {
  text-align: left;
}

.privacy_section .title h2 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 55px;
  color: #1A1818;
  line-height: 75px;
  text-align: center;
}

.privacy_section .title p {
  max-width: 85%;
  font-size: 20px;
}

.font-weight-700 {
  font-weight: 700 !important;
}


.privacy_content h3 {
  margin-bottom: 25px;
  margin-top: 10px;
}


.sidebar_canvas .offcanvas-header {
  padding: 0;
}

.offcanvas-body {
  padding: 0;
}

.sidebar_canvas .mobile-menu--inner {
  margin-top: 25px;
}

.sidebar_canvas .mobile-menu--inner .sidebar_nav .nav-link {
  margin-bottom: 20px;
}

.sidebar_canvas .mobile-menu--inner .sidebar_nav .dropdown-menu.show {
  display: block;
  width: 100%;
}

.sidebar_canvas .mobile-menu--inner .sidebar_nav .dropdown-item.active,
.sidebar_canvas .mobile-menu--inner .sidebar_nav .dropdown-item:active {
  color: white;
  background-color: #22B7D4;
}

.sidebar_canvas .mobile-menu--inner .sidebar_nav .dropdown-item {
  padding: 9px 27px;
}

.sidebar_canvas .mobile-menu--inner .sidebar_nav .dropdown-toggle::after {
  /* display: inline-block; */
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  float: right;
  margin-top: 6px;
}




.sidebar_canvas nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar_canvas nav ul li {
  /* float: left; */
  position: relative;
}

.sidebar_canvas nav ul li a,
.sidebar_canvas nav ul li a:visited {
  display: block;
  /* background: #162331; */
  color: #ffffff;
  text-decoration: none;
  padding: 0 17px;
  line-height: 50px;
  border-radius: 8px;
}

.sidebar_canvas nav ul li a:hover,
.sidebar_canvas nav ul li a:visited:hover {
  background: #22b7d4;
  color: #ffffff;
}

.sidebar_canvas nav ul li a:not(:only-child):after,
.sidebar_canvas nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: " ▾";
  float: right;
}

.sidebar_canvas nav ul li ul li {
  min-width: 190px;
}

.sidebar_canvas nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}

.sidebar_canvas .nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  background: #5c5555;
  width: 100%;
  border-radius: 0 0 8px 8px;
}

.navbar_side {}

.navbar_side p {
  margin-bottom: 0;
}

.navbar_side p a {
  width: 100%;
  padding: 16px 15px;
  text-align: left;
  background-color: transparent;
}

.navbar_side .side_sub_menu_nav a {
  width: 100%;
  padding: 16px 15px;
  text-align: left;
  background-color: transparent;
}

.navbar_side p a i {
  float: right;
}

.side_sub_menu_nav a i {
  float: right;
}

.side_sub_menu_nav a {
  padding: 10px;
  color: black;
}

.mysubmenu a {
  padding: 10px !important;
  width: 100% !important;
  display: block;
}

.mysubmenu {
  padding: 0 8px;
  background: #f8eded;
  border-radius: 8px;
}

.navbar_side p a:hover {
  opacity: 0.8;
  background-color: #00bcd4;

}

.side_sub_menu_nav a:focus {
  outline: 0;
  box-shadow: none;
}

.navbar_side p a:focus {
  outline: 0;
  box-shadow: none;
  background-color: transparent;
}

.navbar_side .card a {
  color: black;
  padding: 10px 10px;
  font-weight: 600;
}

.navbar_side .card a:hover {
  color: #22b7d4;
}


.title_light h2 {
  color: #fff;
}

/* Mobile navigation */
.sidebar_canvas .nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: #262626;
  height: 70px;
  width: 70px;
}

header#header.bg_color {
  background: #212020 !important;
}

header#header.bg_color .navbar ul .btn_place .btn-primary {
  background-color: #F8D24A;
  color: #000001;
}








/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 502;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 503;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  height: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 505;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 504;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 506;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  top: 0;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: solid transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  opacity: 0.8;
  border-top-width: 12px;
  border-bottom-width: 12px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 20px;
  border-bottom-width: 20px;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 12px solid black;
  left: 5px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  border-right: 20px solid white;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 12px solid black;
  left: 3px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 20px solid white;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

.mfp-iframe-holder .mfp-close {
  top: -43px;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.mfp-figure {
  line-height: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
}

@media all and (max-width: 800px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.text-align-right {
  text-align: right;
}

.font-weight-600 {
  font-weight: 600;
}

.video_player {
  width: 100%;
  height: 450px;
}

.howitworks_six_step a {
  position: absolute;
  top: 41.5%;
  background: #d9e2e000;
  width: 125px;
  left: 44.1%;
  padding: 16px;
  border-radius: 50%;
  box-shadow: 0 7px 5px 4px rgb(224 201 201 / 75%);
}
.error, .nosucc{
  color: red;
}
.inputWithIcon .error {
  color: red;
  
    position: absolute;
    left: 0;
  
    top: 80px;
}

.bg_orange {
  color: white !important;
  background: #FD841F !important;
}
.our_b_plan_sec {
  position: relative;
}
.mainheader-fixed--right button.btn-square.green.small{
  background-color: #fd841f;
}

.right_topbar .btn-quote.bg_orange:hover {
    background: #22b7d4;
    color: white;
}
#topbar .contact-info i a, #topbar .contact-info i span{
	width:100%;
}
.list-style-none{
	list-style:none;
}
.hero_row{
  justify-content: center;
}


.clients_slide_box .swiper-horizontal>.swiper-pagination-bullets, .clients_slide_box .swiper-pagination-bullets.swiper-pagination-horizontal{
  bottom: -22px;
}