
/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Roboto:wght@100;300;400;500;700;900&display=swap'); */
/* -------------------------------------------------------------------------------------- */
/* new css start */

/* Css Reset start */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: 'poppins',sans-serif;
}
a,
li,
p,
span,
ul {
  margin: 0;
  padding: 0;
  font-family: 'Roboto',sans-serif;
  list-style-type: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.bg-ligth-grey {
  background: #f1f1f1;
}
.no-space {
  padding-right: 0;
  padding-left: 0;
}
.sub-heading{
  font-size: 25px;
  line-height: 1.2;
  color: #000;
  margin: 0px 0px 8px 0px;
  font-weight: 700;
  font-family:'Poppins';
}
.text-highlight{
  color: #049e7c;
}
.sec-para{
  color: #000;
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 5px;
  font-family: 'Roboto';
}
.bg-light-grey{
  background-color: #f1f1f1;
}
.bg-black{
  background-color:#000 !important;
}
.sec-pd {
  padding: 40px 0;
}
.btn {
  padding: 8px 25px;
  font-size: 17px;
  border-radius: 4px;
}
.web-primary-btn{
  background-color: #049e7c;
  color: #fff;
  transition: all 0.5s;
}
.web-primary-btn:hover{
  background-color: #049e7c;
  background-color: transparent;
  color: #fff;
  border: 1px solid #049e7c;
}
.web-secondary-color{
  background-color: #fdb52a;
  color: #000;
  transition: all 0.5s;
}
.web-secondary-color:hover{
  background-color: transparent;
  color: #fff;
  border: 1px solid #fdb52a;
}

.sec-btn-one{
  background-color: #049e7c;
  color: #fff;
  transition: all 0.5s;
}
.sec-btn-one:hover{
  background-color: #049e7c;
  background-color: transparent;
  color: #000;
  border: 1px solid #049e7c;
}
.sec-btn-two{
  background-color: #fdb52a;
  color: #000;
  transition: all 0.5s;
}
.sec-btn-two:hover{
  background-color: transparent;
  color: #000;
  border: 1px solid #fdb52a;
}
button.cont_but {
  font-size: 18px;
  background: #20ac95;
  color: #fff;
  border-radius: 10px;
  padding: 9px 0;
  box-shadow: 0 5px 15px #00000042;
  transition: 0.3s ease-in;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  border: none;
}
.navbar.navbar-inverse {
  background: 0 0;
  border: 0;
}
.navbar-nav > li > a {
  color: #dcdcdc;
}
.no-gutter {
  padding: 0;
}
.no-border {
  border: none !important;
}
/* Css Reset end */


/* top-area-start */
.topbar{
  padding: 10px 0px 8px 0px;
  background-color: #049e7c;
}
.top-right{
 text-align: right;
}
.tagline-bx h3{
  font-size: 16px;
  font-weight: bold;
  color: #fff;

}
.top-right li {
  list-style: none;
  display: inline-block;

}
.top-right li a {
  color: #fff;
  text-decoration: none;
  padding: 0 0 0 15px;
  font-size: 15px;
}
.top-right li a span.top-icon {
  color: white;
  margin: 0px 5px 0px 0px;
}
/* top-area-end */

/* header-area-start */
.header {
  padding: 5px 0;
  background: #000;
}
.head_right {
  text-align: right;
  /* border: 2px solid orange; */
  margin: 12px 0px 0px 0px;
}
span.top_icon {
  color: #049e7c;
  margin-right: 10px;
}
.head_right ul li {
  list-style: none;
  display: inline-block;
}
.head_right ul li a {
  color: #fff;
  text-decoration: none;
  padding: 0 0 0 15px;
  font-size: 14px;
  border-radius: 0px;
  margin: 0px 0px 0px 0px;
}
.head_right a {
  width: 100%;
  background: #049e7c;
  padding: 15px 18px !important;
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
  display: block;
}
.main_navigation{
  margin: 18px 0px 0px 22px;
}
.navbar-inverse .navbar-nav>li>a {
  color: #fff;
  text-transform: uppercase;
  /* margin-top: 8px; */
  margin: 0px 0px 0px 0px;
 
}
.navbar-inverse .navbar-nav>li>a:hover {
  color: #ee4a62;
}
.navbar-nav>li>.dropdown-menu{
  padding: 0px;
}
.dropdown-menu > li > a {
  color: #fff;
  padding: 10px 20px;
  background-color: #049e7c;
  /* border-bottom: 1px dashed #fff; */
  transition: all 0.8s;
  text-transform:uppercase;
}
.dropdown-menu > li > a:hover {
  background-color: #ee4a62;
  color: #fff;
}

.custom-border-bottom{
  border-bottom: 1px solid #fff;
}
/* header-area-end */

/* hero-area-start */
.hero-area{
    background-image:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.73)),
    url('../img/main-banner.jpg');
  background-repeat: no-repeat no-repeat;
  padding: 30px 0px;
}
.banner-cnt-area{
  min-height: 340.63px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner-cnt-area h1{
  color: #fff;
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
  max-width: 70%;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.banner-cnt-area p{
  color: #fff;
  font-size:18px;
  padding: 0px 0px 0px 0px;
  max-width: 70%;
}
.sub_btn {
  width: 100%;
  background-color: #fdb52a;
  padding: 15px 8px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
  border-radius: 10px;
  transition: all 0.8s;
}
.sub_btn:hover {
background-color: #fff;
}
.banner_list li {
  font-size: 18px;
  padding: 5px 0px;
  color: #fff;
  list-style-type: none;
}
span.check_icon {
  color: #049e7c;
  margin: 0 10px 0 0;
  font-size: 22px;
}
.hero-sec-btn {
  display: flex;
/* flex-wrap: wrap; */
  gap: 10px;
  margin-top: 15px ;
}

/* hero-area-End */

/* h-sec-area start */
.sec-right {
  /* width: 100%; */
  width: 100%;
  min-height: 370px;
  /* padding: 25px 0px 25px 25px; */
}
.sec-right img {
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.sec-left{
  width: 100%;
  min-height: 370px;
  display: flex;
 justify-content: center;
  flex-direction: column;
}

/* h-sec-area end */

/* counter-area start */
.counter-area {
background-color: #fff;

}
.custom-border-left{
   border-left: 1px solid #f1f1f1; 
}

.custom-border-right{
  border-right: 1px solid #f1f1f1; 
}
.counter-box{
  text-align: center;
  padding: 60px 0px ;
}
.custom-green-type-color{
  color: #049e7c;
}
.custom-red-type-color{
  color: #ee4a62;
}
.custom-red-type-color{
  color: #ee4a62;
}
.custom-purple-type-color{
  color:#8e56ff
}
.counter-box h4{
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 15px;

}
.counter-box p{
  color: #000;
  font-size: 20px;
  font-weight: 300;
}
/* counter-area end */

/* subject-area start */

.subjects-area{
  background-image: url('../img/background/bg-1.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat no-repeat;
}

.subjects-area h2,p{
  color: #fff;
}

.subjects-area p{
  color: #fff;
  margin-bottom: 20px;
}
.subject-box {
  margin-top: 15px;
  display: flex;
}

.subject-wrapper {
  padding: 0 15px;
  overflow-x: hidden;
}

.subject-box > li  {
  flex: 0 0 calc(20% - 20px);
  max-width: calc(20% - 20px);
  font-size: 17px;
  color: #fff;
  width: 100%;
  height: 70px;
  /* padding: 20px 15px; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px 20px;
  transition: all .35s ease-in-out;
  font-weight: 600;
  border-radius: 50px;
   background-color: transparent; 
   border: 1px solid #fff;
   text-align: center;
}

.subject-box li a{
  text-decoration: none;
  color: #fff;
  /* display: block; */
}
.subject-box {
  animation-name: slide;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: alternate;
  animation-duration: 20s;
  line-height: 1.1;
}

@keyframes slide {
  0% {
      transform: translateX(0);
  }

  100% {
      transform: translateX(-25%);
  }
}
.sub-btn-bx{
  text-align: center;
    padding: 10px 0px 0px 0px;
} 
.sub-btn-bx a span i {  
   margin: 0px 0px 0px 3px;
   font-size: 16px;
}

/* Testimonials-area start */
.testimonials-area{
  padding: 20px 0px 20px 0px;
}
.test-cnt-bx{
  text-align: center;
  margin-bottom: 20px;
 
}
.test-cnt-bx p{
  color: #000;
  font-size: 18px;
  max-width: 60%;
  margin: 0px auto;
}
/* .test-cnt-bx h2{
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: 700;
} */
.test-reviews span i{
  color:#ff8f3c ;
}
.test-reviews{
  padding: 20px 25px 20px 25px;
   background: #fff;
   border: 1px solid #049e7c;
  border-radius: 5px;
  margin: 0px 15px 0px 0px;
  min-height: 310px;
}
.test-reviews p{
  font-size: 16px;
 color: #000;
 /* padding: 0px 0px 0px 10px;
 min-height: 160px;  */
}
.test-user{
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.test-user img{
  height: 70px;
  width: 70px;
  border-radius: 100%;
  object-fit: cover;
}
.test-user h5{
  font-size: 17px;
  font-weight: 600;
  color: #000;
}
.rating-bx{
  margin-top: 8px;
  text-align: left;
}
/* Testimonials-area end */

/* Expert-area start */

.expert-area{
  background: #049e7c;
}
.float-none{
  float: none;
}
.margin-auto{
  margin: auto;
}
.expert-cnt-area h2{
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
}
.box{
    position: relative;
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
}
.box:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.6);
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.box:hover:after{
    opacity: 1;
}
.box img{
    width: 100%;
    height: 350px;  
    object-fit: cover;
}
.box .box-content{
    width: 100%;
    background: #f1f1f1;
    position: absolute;
    bottom: -100%;
    left: 0;
    padding: 15px 0;
    color:#000;
    z-index: 2;
    transition: all 0.5s ease 0s;
}
.box:hover .box-content{
    bottom: 0;
}
.box .title{
    font-size: 20px;
    margin: 0;
    color: #049e7c;
    font-weight: bold;
}
.box .post{
    display: block;
    font-size: 16px;
    text-transform: capitalize;
    margin-top: 5px;
    font-weight: bold;
 
}
/* @media only screen and (max-width:990px){
    .box{ margin-bottom: 30px; }
}
/* Expert-area end */

/* offering-area start */
.offer-cnt-area{
  padding: 0px 0px 0px 0px;

}
.offer-cnt-bx{
  padding: 10px 0px 0px 0px;
  min-height: 390.39px;
  display: flex;
  flex-direction: column;
  justify-content: center;

}
.offer-cnt-bx h2{
  color:#000;
  font-weight: bold;
  font-size: 30px;
}
.offer-cnt-bx p{
  font-size: 18px;
  color: #000;
  padding: 0px 100px 0px 0px;
}
.offer-points{
  list-style-type: none;
  gap: 0px;
  justify-content: center;
  padding: 10px 0px 0px 0px;
}

.offer-points .check_icon{
  color: #049e7c;
}
.offer-points li{
/* border: 2px solid #000; */
font-size: 18px;
font-weight: bold;
margin-bottom: 5px;
}
.offering-area .hero-sec-btn{
  display: flex;
  flex-wrap: wrap;
}
 /* sitemap-area-start */
 /* .sitemap-area{
  background-color: #dc3545;
 } */
 /* sitemap-area-end */
.footerForm{
  background-color: #fff;
  background-color: #000;
  background-color: #049e7c;
  padding: 20px 20px 20px 20px;
  border-radius: 5px;
}
.footerForm input{
  padding: 20px 10px 20px 10px;
  /* background-color: transparent; */
}
.footerForm ::placeholder {
  color: #000;
  text-transform: capitalize;
}
.footerForm .sub_btn{
  background-color: #049e7c;
  background-color: #000;
  padding: 12px 0px;
  color: #fff;
}
.footerForm .form-cnt-bx h3{
  color: #fff;
  background: #f35a38;
  background-color: #000;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  padding: 12px 12px;
}
.footerForm .form-cnt-bx p{
  color: #fff;
  padding: 12px 30px 12px 30px;
  text-align: center;
  line-height: 1.7;
}
/* footer-area start */

.foot-top {
  padding: 50px 0px;
  background: #272727;

}

.foot-middle {
  padding: 50px 0px;
  background: #1f1f1f;
}

.foot-title-bx h5{
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 8px;
  border-bottom: 3px solid #049e7c;
  display: inline-block;
  padding: 0px 0px 8px 0px;
  font-family: 'poppins';
}

.Disclaimer-bx p{
  color: #fff;
  margin-bottom: 20px;
  padding: 0px 50px 0px 0px;

}
.foot-links-bx li a{
  color: #fff;
  margin-bottom: 5px;
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  padding: 4px 10px 4px 7px;
  transition: all 0.2s;
  border-radius: 5px;
  padding-left: 5px;
}
.foot-links-bx li a:hover{
  color: #fff;
  background-color: #049e7c;
}
.payment-block h3 {
  color: #fff;
}
.payment-block p{
  color: #fff;
  max-width: 80%;
  font-size: 16px;
  margin: 0px auto;
  margin-bottom: 10px;
}
.foot-payment-area{
  background-color: #049e7c;
  padding: 10px 0px;
}
.foot-copy-right-area {
  background-color: #000;
  padding: 10px 0px;
}
.copy-right-bx p{
  font-size: 16px;
}
.foot-divider{
margin: 10px 0px 20px 0px;
border-bottom: 1px solid #fff;
}
/* footer-area end */

/* sitemap-area start */
.sitemap-title-bx h5{
  color: #000;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 8px;
  border-bottom: 3px solid #049e7c;
  display: inline-block;
  padding: 0px 0px 8px 0px;
  font-family: 'poppins';
}

.sitemap-links li a{
  color: #000;
  margin-bottom: 5px;
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  padding: 4px 10px 4px 7px;
  transition: all 0.2s;
  border-radius: 5px;
 
  
}
.sitemap-links li a:hover{
  color: #fff;
  background-color: #000;
}
/* sitemap-area end */


label.error{
  display: none !important;
}
.form-control.has-error  {
  border: 1px solid red;

  /* background-color: #ff000017; */
}

/* popup-area-start */
.modal {
  top: 0px;
  background: #000000de;
  /* background: url(../img/pop/pop-bg.jpg);
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  background-position: center center; */

}
.modal-dialog {
  min-width: 720px; 
}
.modal-content {

  /* background-color: unset; */
  background-color: #f1f1f1;
  border-radius: 0px;

}
.modal-body{
  padding: 0px ;
} 
.pop_heading {
  width: 100%;
}
.field {
  width: 100%;
  position: relative;
  margin: 0 0 10px;
}
.field .form-control {
  width: 100%;
  border-radius: 5;
  padding: 22px 0px 22px 15px;
  resize: none;
}
.modal-header {
  padding: 0;
  border: none;
}
button.pop_btn {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  background: #049e7c;
  background: #000;
  padding: 12px 0px;
  border: none;
  width: 100%;
  border-radius: 5px;
}
.pop-close-btn i{
  color: #fff;
}
.pop-close-btn:hover{
  background-color: #ee4a62 !important;
  opacity: 1 !important;
}
.fade.in {
  overflow: hidden;
}

.pop-left-bx {
  width: 100%;
  min-height: 467.25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 20px;
  position: relative;
}
.pop-right-bx{
  position: relative;
}

.pop-left-btn-bx{
  display: none;
}
.pop-right-bx button {
  position: absolute;
  z-index: 1;
  opacity: 1;
  background-color: rgba(4, 158, 124, 0.7);
  display: block;
  padding: 15px 20px;
  transition: all 0.5s;
  color: #fff;
  top: 0px;
  right: 0;

}

.pop-left-btn-bx button{
  position: absolute;
  z-index: 1;
  opacity: 1;
  background-color: #049e7cb3;
  display: block;
  padding: 15px 20px;
  transition: all 0.5s;
  color: #fff;
  top: 0px;
  right: 0;

}
.pop-right-bx button:hover {
background-color:red;
border-radius: 0px;
opacity: 1;
color: #fff;
}

.pop-left-btn-bx button:hover{
  background-color:red;
border-radius: 0px;
opacity: 1;
color: #fff;
}

.pop-right-bx img{
  width: 100%;
}
.custom-row-no-space{
  margin-right: 0px; 
  margin-left: 0px; 
}
.pop-heading-bx{
  text-align: center;
}
.pop-title{
font-size: 25px;
font-weight: bold;
margin-bottom: 8px;
text-align: center;
font-family: 'poppins';
} 
.pop-desc{
  color: #000;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
  font-family: sans-serif;
}
.custom-full-border{
  border: 2px solid red;
}
.check-list-bx{
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}
.check-list-bx h4{
  font-size: 15px;
  color: #000;
}
.check-list-bx h4 span i{
  color: #049e7c;
  margin: 0px 5px 0px 0px;
}
.pop-reviews-wrapper {
  text-align: center;
}
.pop-reviews-wrapper .community-img-box{
  margin-right: 0px;
  margin-bottom: 10px;
}
.orderForm{
  padding: 10px 0px;
}
.pop-reviews-wrapper .community-img-box img{
  height: 45px
}
.pop-reviews-txt-box h3{
  font-size:18px;
  color: #000;
  font-family: 'poppins';
  font-weight: bold;
  margin-bottom: 3px;

}
.pop-reviews-txt-box p{
  color: #000;
  font-family: sans-serif;
  font-weight: bold;
}

/* popup-area-end */

 /* Terms-&-Conditions-area start */

 .terms-cnt-wrapper{
  /* border: 1px solid red; */
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  border-radius: 5px;
  padding: 30px;
 }
 .terms-top-hd-bx h2{
  font-size: 30px;
  margin-bottom: 30px;
}

.terms-points{
  list-style-type: none;
}
.terms-points li{
  display: flex;
  /* align-items: center; */
  margin-bottom: 27px;
  gap: 8px;
}
.terms-points li .check_icon{
  display: block;
  font-size: 22px;
}
.terms-points li .terms-txt{
  display: block;
  font-size: 17px;
  color:#000;
  margin: 3px 0px 0px 0px;
}
/* ---------------- contact area start ------------------- */
.banner-area-2{
  background-color: #049e7c;
  padding: 60px 0px ;
}

.banner-area-2 h1{
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
}
.form-title {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.form-sub-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #000;
}
.conatct_us_form {
  background-color: #f1f1f1;
  border-radius: 8px;
  padding: 30px 40px 30px 40px;
  border: 1px solid #000;
}
.conatct_us_form input {
  padding: 20px;
}
.conatct_us_form .has-error input {
  background-color: #ff000017;
  border: 1px solid red;
}
.conatct_us_form label.error {
  display: none !important;
}
.conatct_us_form .cont_but {
  width: 100%;
  padding: 15px 0px;
}
.cnt-img-bx img {
  width: 100%;
  height: 544.44px;
  object-fit: cover;
}
.contact-info-bx {
  /* background: #fff; */
  display: flex;
  padding: 0;
  margin: 6px 30px 6px 0;
  border: 1px solid #000;
  border-radius: 8px;
  overflow: hidden;
  background-color: #f1f1f1;
}
.contact-hd-bx p{
  color: #000;
}
.cnt-icon-bx .cnt-icon {
  width: 60px;
  height: 100%;
  font-size: 22px;
  color: #fff;
  background-color: #ee4a62;
  text-align: center;
  /* margin-bottom: 15px; */
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cnt-desc-bx {
  padding: 20px 20px;
}
.cnt-desc{
  color: #000;
}
.cnt-desc-bx h2 {
  color: black;
  margin: 0 0 5px 0;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.1;
  text-transform: uppercase;
}
.cnt-desc-bx a {
  font-size: 14px;
  color: #000;
  text-decoration: none;
}
.cnt-icon-bx a {
  text-decoration: none;
}
.cnt-icon:hover {
  color: #fff;
}
.contact-hd-bx {
  margin-bottom: 15px;
}
.contact-hd-bx h2 {
  margin-bottom: 0px;
}
.contact-hd-bx p {
  font-size: 16px;
  font-weight: 700;
  margin-top: 15px;
  padding-right: 50px;
}
.divider{
  height: 5px;
  width: 75px;
  background-color: #049e7c;
  margin: 8px 0px 20px 0px;
}
/* contact-area end */
/* --------------community-box start---------------------------- */

.communtiy-area{
  display: flex;
  background-color: #fff;
  /* border-bottom: 1px solid #000; */
  background-color:#fff;
  /* padding: 20px 10px; */
}
.header-reviews-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
  padding: 10px 30px 10px 30px;
  border-right: 1px solid #d1d1d1;
}
.community-img-box {
  margin-right: 20px;
}
.community-img-box img {
  border: 1px solid #000;
  border-radius: 50px;
  transition: 1s all ease-in-out;
  height: 52px;
}
.cm-first-img:hover {
  transform: scale(1.2);
}
.cm-img {
  margin-left: -20px;
}
.cm-img:hover {
  transform: scale(1.2);
  transition: 1s all ease-in-out;
}

.reviews-cnt-bx {
  display: flex;
  align-items: center;
  /* border: 2px solid #000; */
  gap: 8px;
  padding: 10px 0px 10px 50px;
}
.reviews-cnt-bx h2 {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 0px;
  color: #000;
  letter-spacing: 1.5px;
}

.reviews-txt-box {
  margin-top: 8px;
  text-align: center;
}
.cm-heading {
  color: #000;
  font-weight: 700;
}
.cm-para {
  color: #000;
  margin-top: 0px !important;
}
.reviews-cnt-bx h2 .legit-txt {
  color: #dc3545;
  font-weight: 900;
}
.reviews-cnt-bx img {
  height: 40px;
  /* filter: brightness(100); */
}
/* about-us-area start */
.about-img-align-bx{
  height: 420.78px;
  display: flex;
  align-items: center;
}

.user-avter-bx h4{
  padding: 8px 15px;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

/* about-us-area end */

/* subject-area-start */
.subBoxes .subjects {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 12px;
  margin-bottom: 10px;
  box-shadow: 0 0 1px 0 #ccc;
  text-align: center;
  min-height: 240px;
}
.subjects img {
  width: 225px;
  height: 150px;
  margin: 0 auto;
  /* object-fit: cover; */
  display: block;
}
.subjects p {
  text-align: center;
  font-size: 2rem;
  width: 75%;
  vertical-align: bottom;
  margin: 30px auto;
  padding: 5px;
  font-family: "Work Sans", sans-serif;
  color: #868181;
  box-shadow: 0 0 10px 0 #ccc;
  transition: all 0.5s linear;
  background: #f9f9f9;
}
.subjects:hover p {
  color: #fff;
  background: #1c2036;
  transition: all 0.5s linear;
}
/* subject-area-end */
/* portal-area-start */
.portals-banner{
  background:linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)),
  url('./img/portals/portals-bannerjpg.jpg'); ;
  width: 100%;
}
.portals-banner h2{
  font-size: 65px;
  font-weight: 900 !important;
  padding: 30px 0px;
 color: #fff;

}
.portal-wrapper {
   background-color: #f1f1f1;
   padding: 60px 60px;
}
.portal-list {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   gap: 20px;
}
.portal-item {
   width: 32%;
   list-style: none;
   background-color: white;
   border-radius: 8px;
   overflow: hidden;
   box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.portal-item a {
   background: white;
   box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
   border-radius: 4px;   
   display: block;
}
.portal-item .portal-logo {
   padding: 20px;
   width: 100%;
   display: flex;
   justify-content: center;
   max-height: 120px;
   min-height: 120px;
}

.portal-item .portal-logo img {
   object-fit: contain;
}

.portal-item{
   transition: 0.5s;
}
.portal-item:hover{
   transform: translateY(-10px);
}
.portal-item a:hover {
   text-decoration: none;
}
.portal-item a:hover .portal-logo img {
   filter: grayscale(1);
}
.portal-item p {
    font-size: 16px;
   background-color: #049e7c; 
   /* background-color: #000;  */
    color: white;
   padding: 8px 20px;
   text-transform: uppercase;
   font-weight: bold;
}

/* portal-area-end */

/* reviews-area-start */

.reviews-area{
  padding: 50px 0px;
}
.review-wrapper{
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  padding: 15px 15px;
  border-radius: 5px;
  transition: transform 0.8s ease-in-out;
  min-height: 270px;
  margin-bottom: 20px;
}
.review-wrapper:hover{
  transform: translateY(-10px);
}
.review-cnt-bx{
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: 10px;
}
.review-avtar-bx h3{
  width: 60px;
  height: 60px;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.review-title-bx h4{
  color: #000;
  font-size: 18px;
  margin-bottom: 3px;
}
.rating-bx span i{
color: #ff8f3c;
/* margin: 8px 0px; */
}
.review-para-bx p{
  color: #000;
  line-height: 1.5;
  text-transform: capitalize;
  font-size: 14px;
}
.avtar-bg-col-one{
  background-color: #606c38;
  color: #fff;
}
.avtar-bg-col-two{
  background-color: #feb406;
  color: #000;
}
.avtar-bg-col-three{
  background-color: #000;
  color: #fff;
}
.avtar-bg-col-four{
  background-color: #dc3545;
  color: #fff;
}
.avtar-bg-col-five{
  background-color: grey;
  color: #fff;
}
.avtar-bg-col-six{
  background-color: #ff8f3c;
  color: #000;
}
/* reviews-area-end */

/* ------------------------------- services pages area start-------------------- */

.service-cnt-area{
  padding: 30px 0px;
  /* overflow: hidden; */
}

.ser-content-bx{
  padding: 0px 10px 0px 0px ;
}
.sr-title{
  font-size: 22px;
  font-weight: 700;  
  margin-bottom: 8px;   
  line-height: 1.2;
  color: #000;
  text-transform: capitalize;
}

.sr-sub-title{
  font-size: 18px;
  font-weight: 700;  
  margin-bottom: 8px;   
  line-height: 1.2;
  color: #000;
  text-transform: capitalize;
}
.ser-content-bx p{
  margin-bottom: 10px; 
  color: #000;
  font-size: 16px;

}
.list-cnt-area{
  display: flex;
  gap: 15px;
}

.l-icon svg{
  width: 20px;
  height: 20px;
  /* margin-top: 12px; */
  fill:#049e7c
}

.list-txt-bx p{
  margin-bottom: 10px;
  color: #000;
  font-size: 16px;

}

/* ------------------------------- services pages area end-------------------- */

/* ------------------------------- sidebar form area start-------------------- */

.headerForm {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  padding: 20px 20px 10px 20px;
  border-radius: 5px;
  background-color: #049e7c;
  background-color: #000;
}
.service-cnt-area .headerForm .input-bx{
  border-radius: 0px;
  padding: 23px 10px;
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: 5px;
}
.submit-btn{
  border-radius: 0px;
  margin-bottom: 0px;
  text-transform: capitalize;
  font-size: 15px;
  padding: 15px 0px;  
}
.form-title h3{
  margin-bottom: 15px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  line-height: 1.3;
  font-weight: bold;
  background-color: #f1f1f1;
  background-color: #049e7c;
  color: #fff;
  padding: 10px;
  border-radius: 5px;

}
/* ------------------------------- sidebar form area start-------------------- */

/* ------------------------------- sidebar banner area start-------------------- */

.side-br-banner-area{
  margin-top: 30px;
  background-color: #fff;
}
.side-br-banner-img {
  background: url('../img/sidebar/banner-4.jpg');
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  height: 330px;
  object-fit: cover;
  display: flex;
  align-items: center;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  border-radius: 5px;
}
.side-br-banner-cnt-bx{
  background-color: #049e7c;
  padding: 20px 80px 20px 35px;
  opacity: 0.8;
}
.side-br-banner-cnt-bx h3{
  font-size: 32px ;
  margin-bottom: 2px;
  font-weight: bold;
  color:#fff
}
.side-br-banner-cnt-bx h4{
  font-size: 32px ;
  color:#fff
}
.side-br-banner-cnt-bx a{
  font-size: 16px ;
  background-color: #f1f1f1;
  padding: 10px 15px;
  display: inline-block;
  text-decoration: none;
  margin-top: 15px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;   
}
.side-br-banner-cnt-bx a span{
 margin-left: 8px;
}
/* ----------------- sider-bar links area start -------------------------------- */
.side-bar-links-wrapper{
  margin-top: 30px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  border-radius: 5px;
}
.sub-inner-box{
  padding: 20px 10px 10px 10px;
}
.sub-heading-box{
  text-align: center;
  padding: 10px 0px;
  box-shadow: #00000005 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  background-color:#dc3545;
  font-weight: bold;
  color: #f1f1f1;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.sub-btn-wrapper{
display: flex;
gap: 20px;
}

.sub-btn-wrapper{
  width:100%
}
.sub-btn-box{
  width: 50%;
}
.sub-btn-box a{
  display: inline-block;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  width: 100% ;
  padding: 10px 8px 10px 8px;
  text-align: center;
  margin: 0px 0px 10px 0px ;
  font-size: 13px;
  color:#000;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.5s;
}
.sub-btn-box a:hover{
  background-color: #049e7c;
  color: #fff;  
}
/*------------------- sider-bar links area end ------------------------- */

/* ------------------------------- sidebar banner area end-------------------- */

/* thankyou-area-start */

.thankyou-area{
  padding: 0px 0px 20px 0px ;
  /* background-color: lightblue; */
}
.thk-you-img-bx{
  /* border: 2px solid #000; */
  display: flex;
  justify-content: center;
  position: relative;
}
.thk-you-btn {
 /* border:2px solid red; */
 display: flex;
 justify-content: center;
 display: flex;
 justify-content: center;
 width: 100%;
 margin-top: -20px;
}

/* thankyou-area-end */