h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
li,
button {
  /* font-family: "Poppins", sans-serif; */
}

section.ser-nav {
    padding: 0;
}

section.ser-nav ul li a {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    padding: 4px 0;
    border-right: 2px solid #eee;
    width: 100%;
    transition: all 0.3s ease;
}

section.ser-nav ul li {
    flex: auto;
    height: 55px;
    align-items: center;
    display: flex;
}

section.ser-nav ul {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid;
    border-bottom: 1px solid;
    text-align: center;
    align-items: center;
}

section.ser-nav ul li:last-child a {
    border: none;
}

section.ser-nav ul li.active {
    background: #c36924;
}

section.ser-nav ul li.active a {
    border: none;
    color: #ffff;
}
section.ser-nav ul li:hover a {
    color: #fff;
    border-color: transparent;
}



section.ser-nav ul li:hover {
    background: #c36924;
}


section.ser2.lazy-background.visible {
    background: url(image/ser-bg1.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 0px;
}

section.ser2 h2 {
    color: #fff;
    width: 75%;
    margin: 0 auto 10px;
}

section.ser2 h5 {
    color: var(--themelblue);
}

section.ser2 .box {
    background: #fff;
    border-radius: 4px;
    text-align: center;
    padding: 0 20px;
    height: 385.8px;
}

section.ser2 .box img {
    margin: 0 auto 20px;
    display: block;
    max-height: 122px;
}

section.ser2 .box h4 {
    font-weight: 700;
    margin: 0 0 10px;
}

section.ser2 .box p {
    font-size: 15px;
}

section.ser2 .box a {
    font-weight: 600;
    color: var(--themeblue);
}

section.ser2 .box1 h4 {
    color: #0081fa;
}

section.ser2 .box2 h4 {
    color: #7d52c7;
}

section.ser2 .box3 h4 {
    color: #d1a536;
}

.bg2 {
  background: #f7f3f3;
}
.bg3 {
  background: #f7f9fb;
}

.top_header {
  background: #ee8434;
  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, #4f3d3e 0%, #8f9ba9 85%);
}

header li.nav-item a {
  color: #000;
  font-size: 14px;
}

header li.nav-item a:hover {
  color: #000;
}

.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: #4f3d3e;
  transition: 0.3s all ease-in-out;
  border: none;
}
.dflt_btn22 {
  padding: 10px 50px;
  font-size: 15px;
  text-decoration: none;
  border-radius: 3px;
  color: #fff;
  background: #4f3d3e;
  transition: 0.3s all ease-in-out;
  border: none;
}
.dflt_btn2:hover {
  background: #000;
}
section.ser-thesis1 ul {
    display: flex
    
;
    border: 3px solid #c5dff7;
}
section.ser-thesis1 ul li:first-child {
    border: none;
}
section.ser-thesis1 ul li {
    flex: 1;
    border-left: 3px solid #c5dff7;
    padding: 25px 20px;
}

.dflt_btn:hover {
  background: #4f3d3e;
  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.png);
  background-size: cover;
}

.banner2 {
    padding: 40px 0;
    background: url(assets/img/banner2.png);
    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;
  justify-content: center;
}

.btn_group1 {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  

}


@media (max-width: 768px) {
    .btn_group1 {
        display: flex
;
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .ser-nav{
    display: none !important;
  }
}

.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;
  color: #4f3d3e;
}

.banner_form input,
.banner_form textarea {
  border: 1px solid #4f3d3e;
  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 #4f3d3e;
  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:hover 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 #f1050545;
}

.cta {
  background: #ee8434;
  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: #ee8434;
  text-align: center;
  padding: 20px 0;
  border-radius: 50px;
}

.counter_item h2 {
  color: #fff;
  font-weight: bold;
}
.counter_item p {
  font-size: 19px;
  color: #fff;
}
.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.png);
  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;
}
.contact_section h2 {
  font-size: 50px;
  color: #fff;
}

.foot_sect {
  padding: 50px 0;
  background: #7c7f89;
}
.copy_sect {
  background: linear-gradient(72deg, #4f3d3e 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;
  z-index: 111;
}

.side_btns a {
  text-decoration: none;
  color: #fff;
  background: #4f3d3e;
  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: #4f3d3e;
  padding: 10px;
  position: fixed;
  top: 200px;
  right: -30px;
  transform: rotate(-90deg);
  z-index: 111;
}

nav.navbar button.navbar-toggler {
  background: #fff;
} 

.thank-you{
  padding:120px 0;
}