h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
li,
button {
  /* font-family: "Poppins", sans-serif; */
}

.bg2 {
  background: #f7f3f3;
}
.bg3 {
  background: #f7f9fb;
}

.top_header {
  background: #000;
  padding: 10px 0;
  /*margin-bottom: 20px;*/
}

.top_box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.top_box ul li {
  display: inline-block;
  padding-right: 20px;
}

.top_box ul li a {
  color: #fff;
  text-decoration: none;
}

header {
  /*padding: 0 0 20px;*/
  background: linear-gradient(19deg, #101d1e 0%, #0092bc 85%);
}

header li.nav-item a {
  color: #fff;
  font-size: 14px;
}

header li.nav-item a:hover {
  color: #fff;
}

.dflt_btn {
  padding: 10px 50px;
  font-size: 15px;
  text-decoration: none;
  border-radius: 3px;
  color: #000;
  background: #fff;
  transition: 0.3s all ease-in-out;
}
.dflt_btn2 {
  padding: 10px 50px;
  font-size: 15px;
  text-decoration: none;
  border-radius: 3px;
  color: #fff;
  background: #0092bc;
  transition: 0.3s all ease-in-out;
  border: none;
}
.dflt_btn2:hover {
  background: #000;
}

.dflt_btn:hover {
  background: #0092bc;
  color: #fff;
}

@media (min-width: 768px) {
  .container, .container-md, .container-sm{
    max-width: 95%;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1140px !important;
  }
}


.banner {
  padding: 40px 0;
  background: url(assets/img/banner.webp);
  background-size: cover;
}

.banner span {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.banner h1 {
  color: #fff;
  font-size: 44px;
  font-weight: 600;
  line-height: 50px;
}

.banner .col-md-6 {
  padding: 0;
}
.banner p {
  color: #fff;
  margin: 20px 0 40px;
}
.btn_group {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.banner_form {
  padding: 30px;
  background: #fff;
  border-radius: 15px;
  margin: 0 60px;
}

.banner_form form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.banner_form h3 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

.banner_form input,
.banner_form textarea {
  border: 1px solid #0092bc;
  border-radius: 5px;
  padding: 0.5rem 1rem;
}

.why_choose_us {
  padding: 50px 0;
  text-align: center;
}

.why_choose_us h2 {
  font-size: 40px;
  font-family: "poppins", sans-serif;
}

.why_choose_us_content img {
  width: 90px;
  transition: 0.3s all ease-in-out;
}

.why_choose_us_content {
  padding: 10px;
  border-bottom: 5px solid #0092bc;
  transition: 0.3s all ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  height: 100%;
}

.why_choose_us_content:hover {
  border-bottom-color: #000;
}

.why_choose_us_content img {
  filter: grayscale(1);
}

.why_choose_us_content h3 {
  font-size: 20px;
}
.why_choose_us p {
  font-size: 14px;
  color: #7a7a7a;
}

.platform h2 {
  font-size: 40px;
}

.platform p {
  font-size: 15px;
  color: #7a7a7a;
}
.platform {
  padding: 30px;
}

.platform .item {
  text-align: center;
  height: 100px;
  padding: 10px;
}

.platform .item img {
  height: 100%;
  object-fit: contain;
  margin: 0 auto;
}
.common_sect {
  padding: 50px 0;
}

.common_sect h2 {
  font-size: 40px;
}

.common_sect p {
  color: #7a7a7a;
  font-size: 14px;
}

.process .why_choose_us_content {
  align-items: start;
  padding-bottom: 30px;
  margin: 5px 0;
  height: 100%;
}

.process .why_choose_us_content h3 {
  font-size: 15px;
}

.process .why_choose_us_content p {
  font-size: 12px;
  color: #7a7a7a;
}

.process .why_choose_us_content img {
  width: 75px;
}

.subjects h2 {
  font-size: 40px;
}

.subjects p {
  font-size: 15px;
  margin-bottom: 40px;
}
.subjects .img-box {
  padding: 25px;
  border-radius: 10px;
  transition: 0.3s all ease-in-out;
  border: 2px solid;
  border-color: transparent;
}
.subjects .img-box img{
  /* filter: invert(35%) sepia(91%) saturate(2040%) hue-rotate(176deg) brightness(99%) contrast(102%); */
}

.subjects .img-box:hover {
  background: #fff;
  border: 2px solid #0092bc47;
}

.cta {
  background: #0092bc;
  padding: 50px 0;
}

.cta h2 {
  color: #fff;
  font-size: 40px;
  text-align: center;
}

.cta p {
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.counter {
  padding: 50px 0;
}

.counter h2 {
  font-size: 40px;
}

.counter p {
  font-size: 14px;
  color: #7a7a7a;
}
.counter_item {
  background: #fff;
  text-align: center;
  padding: 20px 0;
}

.counter_item h2 {
  color: #0092bc;
  font-weight: bold;
}
.counter_item p {
  font-size: 19px;
  color: #000;
}
.testimonials {
  padding: 60px 0;
}

.testimonials h2 {
  text-align: center;
  font-size: 40px;
}

.testimonials_slider .slider_item .testi_box {
  background: #fff;
  border: 1px solid #e1e8ed;
  border-radius: 5px;
  margin: 0 8px;
}

.testimonials_slider .slider_item .title_sect {
  padding: 15px;
  border-bottom: 1px solid #e1e8ed;
}

.testimonials_slider .slider_item p {
  padding: 15px;
  font-size: 14px;
}

.testimonials_slider .slider_item .title_sect h4 {
  font-size: 14px;
  font-weight: bold;
}

.testimonials_slider .slider_item .title_sect i {
  font-size: 12px;
}

.testimonials_slider .slider_item .title_sect .stars {
  display: flex;
}

.contact_section {
  padding: 50px 0;
  background: url(assets/img/banner.webp);
  background-size: cover;
}

.contact_box {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 80%;
  margin: 0 auto;
}

.contact_box a {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #000;
  font-size: 22px;
}

.contact_box a img {
  width: 100px;
  filter: grayscale(1);
}
.contact_section h2 {
  font-size: 50px;
  color: #fff;
}

.foot_sect {
  padding: 50px 0;
  background: #101d1e;
}
.copy_sect {
  background: linear-gradient(72deg, #0092bc 0%, #101d1e 96%);
  padding: 15px 0;
}

.copy_sect p {
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 15px;
}

.footer_menu h4 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 15px;
}

.footer_menu ul {
  list-style: none;
  padding: 0;
}

.footer_menu ul a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}

.footer_menu ul li {
  margin-bottom: 6px;
}

.footer_logo p {
  color: #fff;
  margin-top: 20px;
  font-size: 14px;
}

.side_btns {
  position: fixed;
  top: 280px;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 40px;
  align-items: end;
}

.side_btns a {
  text-decoration: none;
  color: #fff;
  background: #0092bc;
  padding: 10px;
  border-radius: 5px 0px 0 5px;
  transition: .3s all ease-in-out;
}
.side_btns a:hover {
  background: #101d1e;
}

.side_btns a svg {
  fill: #fff;
  width: 1em;
}
a.live_chat {
  width: 90px;
  border-radius: 5px 5px 0 0;
  text-decoration: none;
  color: #fff;
  background: #0092bc;
  padding: 10px;
  position: fixed;
  top: 200px;
  right: -30px;
  transform: rotate(-90deg);
}

nav.navbar button.navbar-toggler {
  background: #fff;
} 

.thank-you{
  padding:120px 0;
}




@media only screen and (max-width:767px) and (min-width:320px)
{
    
.top_box {
    text-align: center;
}

.why_choose_us_content {
    text-align: center;
}
}

.subjects .img-box img{
  filter: brightness(0);
}