@font-face {
  font-family: "Poppins Medium";
  src: url("../fonts/Poppins-Medium.woff2") format("woff2"),
    url("../fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Poppins Light";
  src: url("../fonts/Poppins-Light.woff2") format("woff2"),
    url("../fonts/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Poppins Bold";
  src: url("../fonts/Poppins-Bold.woff2") format("woff2"),
    url("../fonts/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Poppins Regular";
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"),
    url("../fonts/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Poppins SemiBold";
  src: url("../fonts/Poppins-SemiBold.woff2") format("woff2"),
    url("../fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}

/*------------Slick-Slider-Start------------- */
body {
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none;
  transition: all 0.5s ease;
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: #000;
}

a:active,
a:focus,
a:visited {
  text-decoration: none;
}

div {
  box-sizing: border-box;
}

b,
strong {
  font-weight: normal;
  font-family: "Poppins Bold";
  font-family: "Poppins", sans-serif;
}

.clear {
  clear: both;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

/*-----------Banner_sectiob-Start-------------------*/

.banner_set {
  padding: 60px 0px;
}
.banner_set {
  padding: 60px 0px;
}
.top_box h1 {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 38px;
  line-height: 56px;
  color: #424242;
}

.top_box p {
  font-size: 17px;
  line-height: 32px;
  color: #424242;
  margin-bottom: 30px;
}

.used_li ul {
  grid-template-columns: 1fr 1fr;
  display: grid;
  gap: 8px;
  margin-bottom: 30px;
}

.used_li ul li i {
  color: #5a9191;
  margin-right: 5px;
}

.used_li ul li {
  font-weight: 100;
  font-size: 18px;
  color: #424242;
}

.one_pic {
  border: 1px solid #888787;
  border-radius: 12px;
  overflow: hidden;
}

.mt_80 {
  margin-top: 80px;
}

/*-----------Banner_sectiob-end---------------*/

/*-----------benefits-start------------------*/

.benefits {
  padding: 60px 0px;
  background: #f4f7f6;
}

.benefits h2 {
  font-size: 30px;
  color: #383838;
  margin-bottom: 10px;
  text-align: center;
}

.decor-line2 {
  background: #f7941d;
  width: 60px;
  height: 3px;
  display: block;
  margin: 0 auto 20px;
}

.benefits p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 25px;
}

.decor-line3 {
  background: #f7941d;
  width: 60px;
  height: 3px;
  display: block;
  margin: 0 auto 0px;
}

.Box {
  padding: 10px 10px;
  border-radius: 20px;
  min-height: 255px;
  transition: all 0.5s ease-in-out;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 20%);
}

.boxsets {
  min-height: 310px;
}

.develop_pic {
  overflow: hidden;
  border-radius: 100px;
  width: 140px;
  height: 140px;
  margin: 0 auto;
}

.develop_pic img {
  width: 200px;
  height: 200px;
}

.Box .boxsets i {
  font-size: 40px;
  margin: 15px 0;
  display: block;
  text-align: center;
  margin-top: 0px;
  color: #1d75bb;
  display: none;
  transition: all 0.5s ease-in-out;
}

.boxsets h3 {
  font-size: 18px;
  text-align: center;
  margin: 20px 0;
  transition: all 0.5s ease-in-out;
  color: #424242;
}

.boxsets p {
  text-align: center;
  font-size: 16px;
  /* font-family: 'Poppins Medium'; */
  transition: all 0.5s ease-in-out;
  color: #424242;
  line-height: 26px;
}

/* .Box:hover {
    box-shadow: 9px 11px 0px #1d75bb;
} */
.Box:hover {
  box-shadow: 1px 11px 30px #c7c7c7;
}

.Box:hover .boxsets i {
  color: #d5621c;
}

.Box:hover .boxsets h3 {
  color: #d5621c;
}

.Box:hover .boxsets p {
  color: #d5621c;
}

.View_btns {
  background: #ffffff;
  color: #393939;
  padding: 8px 35px;
  border-radius: 20px;
  margin: 0px auto;
  text-align: center;
  display: inline-block;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 20%);
  transition: all 0.5s ease-in-out;
  border: 1px solid transparent;
}

.View_btns:hover {
  border-color: #f58634;
  background: transparent;
  color: #f58634;
}

/*-----------benefits-end--------------------*/
/*-----------Online-Services-Start-----------*/

.online_service {
  /* background-image: url(//images03.nicepage.com/c461c07…/73e6264…/bgg.jpg); */
  background: url(../images/bgg.jpg);
  background-position: 50% 50%;
  padding: 60px 0px 0px;
  background: #fff;
}

.online_service h2 {
  font-size: 30px;
  color: #383838;
  margin-bottom: 10px;
  text-align: center;
}

.online_service p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 25px;
}

.online_pics img {
  width: 100%;
}

.botom_align {
  display: flex;
  align-items: center;
}

.online_box {
  padding: 15px;
  background: #f4f7f6;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 20%);
  border-radius: 20px;
  transition: all 0.5s ease-in-out;
}

.online_box:hover {
  box-shadow: 1px 5px 22px #9e9e9e;
}

.box_online h2 {
  font-size: 20px;
  text-align: center;
  margin: 20px 0;
  transition: all 0.5s ease-in-out;
}

.box_online p {
  text-align: center;
  font-size: 16px;
  /* font-family: 'Poppins Medium'; */
  transition: all 0.5s ease-in-out;
  color: #383838;
  line-height: 25px;
}

.online_pic {
  overflow: hidden;
  border-radius: 10px;
  display: none;
}

.online_pic img {
  width: 100%;
}

/*-----------Online-Services-End-------------*/

/*-----------Offline-Services-Start----------*/
.offline_services {
  padding: 60px 0px;
  background: #eee;
}

.offline_services h2 {
  font-size: 30px;
  color: #383838;
  margin-bottom: 10px;
  text-align: center;
}

.offline_services p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 25px;
}

.offline_box {
  padding: 15px;
  border-radius: 20px;
  min-height: 255px;
  transition: all 0.5s ease-in-out;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 20%);
}

.offline_box:hover {
  box-shadow: 1px 11px 30px #c7c7c7;
}

.offline_box h3 {
  margin: 20px 0;
  font-size: 20px;
  color: #424242;
}

.offline_box p {
  line-height: 27px;
  color: #424242;
  font-size: 16px;
  text-align: justify;
}

.offline_View_btns {
  background: #f6931d;
  color: #ffff;
  padding: 8px 35px;
  border-radius: 20px;
  margin: 10px auto;
  text-align: center;
  display: inline-block;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 20%);
  transition: all 0.5s ease-in-out;
  border: 1px solid transparent;
}

.offline_View_btns:hover {
  border-color: #f6931d;
  background: transparent;
  color: #424242;
}

/*-----------Offline-Services-End-------------*/
/*-----------bridge-courses-Start-------------*/

.bridge_courses {
  padding: 60px 0px;
  background: #fff;
  border-bottom: 1px solid #eee;
}

.bridge_courses h5 {
  text-align: center;
}

.ready_box {
  border-radius: 20px;
  background: #f4f7f6;
  padding: 30px;
  transition: all 0.5s ease-in-out;
}

.loction {
  min-height: 110px;
}

.loction i {
  font-size: 50px;
  color: #f6931d;
}

.ready_text h4 {
  font-size: 22px;
  margin-bottom: 30px;
  color: #424242;
}

.ready_text h6 {
  font-size: 16px;
  line-height: 26px;
  color: #424242;
}

.white_bg {
  background: #fff;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 20%);
}

.ready_box:hover {
  box-shadow: 1px 5px 20px #e1e1e1;
}

/*-----------bridge-courses-End---------------*/
/*-----------bridge-courses-End---------------*/
.monial_feedback {
  background: url(../images/home_testimonial.jpg);
  padding: 60px 0px;
}

.monial_feedback h3 {
  text-align: center;
}

.h6_text {
  text-align: center;
  margin-bottom: 20px;
  color: #f6931d;
  font-size: 18px;
}

.feedback_box {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 20%);
  transition: all 0.5s ease-in-out;
}

.feedback_box:hover {
  box-shadow: 1px 5px 20px #939393;
}

.client-info {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}

.thumbnail {
  margin-right: 15px;
}

.title {
  margin-bottom: 1px;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
}

.designation {
  color: #f6931d;
  font-weight: 500;
}

.descriptions {
  margin-bottom: 22px;
  font-size: 14px;
  line-height: 23px;
}

.rating i {
  color: #ffa41b;
  font-size: 20px;
}
.admin_box {
  padding: 0px 27px;
  border-radius: 20px;
  transition: all 0.5s ease-in-out;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 20%);
}
