@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');
:root {
  --blue: #26397b;
  --white: #ffffff;
  --green: #00919b;
  --gray: #333333;
  --black: #000000;
  --yellow:#f8d021;
  --orange: #f53c20;
  --light-green: #45bcc6;
}

body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5;
  font-family: 'Poppins', sans-serif;
}

a:hover {
  text-decoration: none;
}

.tophead {
  background-color: var(--orange);
}

.tophead ul {
  margin-bottom: 0;
}

.tophead ul li {
  display: inline-block;
  margin-left: 44px;
}

.tophead ul li a {
  padding: 9px 21px;
  display: block;
  color: var(--white);
}

.tophead ul li a i {
  margin-right: 10px;
  font-size: 16px;
}

/* css for menu */

.menu-section {
  box-shadow: 0px 0px 14px rgb(154 154 154 / 49%);
}

#menu-top {
  padding: 0;
}

#menu-top .logo {
  padding: 0;
}

#menu-top .navbar-collapse {
  justify-content: flex-end;
}

#menu-top .navbar-collapse ul {}

#menu-top .navbar-collapse ul li {}

#menu-top .navbar-collapse ul li a {
  padding: 33px 15px;
  font-size: 15px;
  color: var(--black);
  position: relative;
  transition: all 500ms ease;
}

#menu-top .navbar-collapse ul li a:hover {
  color: var(--yellow);
  transition: all 500ms ease;
}

#menu-top .navbar-collapse ul li a.active:after {
  background: var(--yellow);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
}

/*banner css*/

.banner-design {
  position: relative;
}

.bg-color {
  height: 500px;
  background: #000;
  position: relative;
}
.bg-color:after {
  content: "";
  background: var(--white);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  left: 0;
  opacity: 0.3;
}

.bg-color img {
  width: 100%;
  height: 500px;
}

.banner-tab {
  position: absolute;
  top: 20px;
  right: 3%;
  background: var(--white);
  width: 31%;
  text-align: center;
  box-shadow: 2px 2px 9px #000;
  border-radius: 4px;
  overflow: hidden;
  z-index: 10;
}

.banner-tab .nav-tabs {}

.banner-tab .nav-tabs li {
  width: 50%;
  border-radius: 0;
  border-bottom: solid 1px var(--orange);
}

.banner-tab .nav-tabs li a {
    color: #000;
}

.banner-tab .nav-link.active {
  color: var(--white);
  background-color: var(--orange);
  border-radius: 0;
  border-color: transparent;
}

.banner-tab .nav-link.active::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  border-top: 11px solid var(--orange);
  top: 39px;
  left: auto;
  right: auto;
}

.bannerform {
  padding: 32px 20px 20px;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.bannerform .form-group {
  margin-bottom: 1rem;
  width: 48%;
}

.bannerform .textarea {
  width: 100%;
}

.bannerform label {
  display: block;
  font-size: 13px;
  text-transform: capitalize;
}

.bannerform input, .bannerform textarea {
  width: 100%;
  padding: 10px 8px;
  border: 1px solid var(--white);
  border-radius: 4px;
  font-size: 13px;
  background: #f8e8e8fa;
}

.sub-btn {
  background: var(--green);
  color: var(--white);
  width: 100%;
  text-transform: uppercase;
  font-size: 15px;
}
.bannertext{
  position: absolute;
  top: 80px;
  width: 48%;
  left: 14%;
}
.bannertext h1{
  color: var(--yellow);
    text-shadow: 0px 3px 0px #000;
    font-size: 61px;
    text-transform: capitalize;
}
.bannertext p{
  font-size: 24px;
  font-weight: bold;
  color: var(--black);
  margin-top: 20px;
}

.bannertext p b{
  display: inline-block;
  background: var(--yellow);
  padding: 10px 19px;
  border-radius: 0px 15px 0px 15px;
  margin-top: 18px;
  color: var(--orange);
  font-size: 20px;
}
/* css for hight qualtity */

.high-quality {
  padding: 50px 0;
  position: relative;
  justify-content: space-between;
  align-items: center;
}

.high-quality h1 {
  color: var(--black);
  text-transform: capitalize;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 30px;
}

.high-quality a {
  background: var(--green);
    color: var(--white);
  border-radius: 4px;
  font-size: 25px;
  text-transform: uppercase;
  padding: 12px 23px;
  display: inline-block;
  font-weight: 600;
  margin-top: 54px;
  transition: all 500ms ease;
}

.high-quality a:hover {
  background: var(--blue);
  transition: all 500ms ease;
  color: var(--white);
}

.high-quality p {
  color: var(--black);
  font-size: 17px;
  margin: 15px 0;
}

.score-section {
  display: flex;
    margin-top: 90px;
    justify-content: space-between;
    align-items: center;
}

.score-section li {
  font-size: 30px;
  color: var(--white);
  width: 200px;
  height: 200px;
  position: relative;
  transition: all 500ms ease;
}

.score-section li span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.score-section li:after {
  content: "";
  transform: rotate(49deg);
  background-color: #f53c20;
  width: 200px;
  height: 200px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 19px;
  box-shadow: 9px 0px 14px rgb(0 0 0 / 36%);
}
.score-section li:hover:after{
  background: var(--light-green);
  transition: all 500ms ease;
}
/* css for what we do*/

.what-we-do {
  margin-top: -5rem;
  margin-bottom: 50px;
}

.shadow-div {
  background: var(--white);
  padding: 60px;
  border-radius: 2px;
  box-shadow: 0px 0px 5px rgb(19 19 19 / 16%);
}

.shadow-div h2 {
  margin-bottom: 30px;
  color: var(--orange);
  font-size: 35px;
  font-weight: 600;
}

.job-section {
  padding: 57px 0 105px;
  margin: 70px 0 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(https://i.pinimg.com/originals/88/f4/56/88f4562f4c4a44330f74a38423961516.jpg);
  background-image: url(https://img.freepik.com/free-photo/distressed-yellow-wall-texture-background_1017-18217.jpg?size=626&ext=jpg);
  background-image: url(https://images.unsplash.com/photo-1612093978633-baacc28ea3c3?ixid=MnwxMjA3fDB8MHxzZWFyY2h8MXx8bGlnaHQlMjB5ZWxsb3d8ZW58MHx8MHx8&ixlib=rb-1.2.1&w=1000&q=80);
}
.job-section::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background: rgb(248 208 33 / 19%);
  height: 100%;
}

.job-section h2 {
  color: var(--black);
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 40px;
  text-transform: uppercase;
  position: relative;
  z-index: 99;
}
.job-section .owl-carousel{
  z-index: 99;
}

.job-list>a {
  color: var(--black);
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 16px;
  display: inline-block;
  border-bottom: 3px solid var(--black);
}

.job-list p {
  font-size: 13px;
  color: var(--black);
}

.job-list ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.job-list ul li {
  width: 100%;
}

.job-list ul li a {
  font-size: 14px;
  color: var(--black);
  display: block;
}

.job-list ul li a i {
  margin-right: 4px;
}

.job-section .owl-nav {
  text-align: right;
  margin-top: 35px;
}

.job-section .owl-nav button {
  margin: 0 10px;
}

.job-section .owl-nav span {
  padding: 0 13px;
  color: var(--blue);
  font-size: 28px;
  background: var(--white);
  border-radius: 4px;
}

.job-section .job-list {
  padding: 23px 19px;
  margin: 14px 13px;
  border-radius: 4px;
  background: #e0fbff;
}

.about-section {
  padding: 65px 0 34px;
}

.about-section  h2{
  color: var(--orange);
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.some-benifits {
  width: 100%;
  float: left;
  background-size: auto 100% !important;
  padding: 70px 0;
  margin: 50px 0;
}

.some-benifits h2 {
  font-size: 46px;
  color: var(--white);
  font-weight: 800;
}

.innerbanner {
  background-color: #fafafa;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #ebebeb;
}

.innerbanner {
  background-color: #fafafa;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #ebebeb;
  padding: 36px 0;
  border-top: 1px solid #ebebeb;
}

.innerbanner-section form {
  display: flex;
}

.innerbanner-section h1 {
  font-size: 30px;
  margin-bottom: 31px;
  color: var(--blue);
  font-weight: bold;
}

.innerbanner-section form {
  display: flex;
  justify-content: center;
}

.innerbanner-section form .form-group {
  padding: 0px 16px;
  margin-bottom: 0;
}

.innerbanner-section form .form-group input {
  border: 1px solid #ddd;
  padding: 10px 10px;
  border-radius: 4px;
  min-width: 222px;
}

.innerbanner-section form button {
  background: var(--blue);
  color: var(--white);
  text-transform: capitalize;
  font-size: 15px;
  border: 1px solid var(--blue);
  border-radius: 4px;
  padding: 0px 23px;
  display: inline-block;
}

.assignment-img {
  background: #ddd;
  height: 200px;
  margin: 10px 0;
}

.job-details:hover {
  box-shadow: 0px 0px 6px #e0e0e0 !important;
}

.job-details b {
  font-size: 20px;
  color: var(--blue);
  margin: 16px 0px;
  display: inline-block;
  border-bottom: 2px solid var(--blue);
}

.footer-form form {
  margin: 2em 0;
}

.footer-form .form-group {
  display: flex;
  flex-flow: column-reverse;
  margin-bottom: 1em;
}

.footer-form label, .footer-form input {
  transition: all 0.2s;
  touch-action: manipulation;
}

.footer-form input, .footer-form textarea {
  font-size: 15px;
  border: 0;
  border-bottom: 1px solid #ccc;
  font-family: inherit;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 0;
  cursor: text;
}

.footer-form input:focus, .footer-form textarea:focus {
  outline: 0;
  border-bottom: 1px solid #666;
}

.footer-form label {
  text-transform: capitalize;
  font-size: 14px;
}

.footer-form input:placeholder-shown+label, .footer-form textarea:placeholder-shown+label {
  cursor: text;
  max-width: 66.66%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform-origin: left bottom;
  transform: translate(0, 2.125rem) scale(1.5);
}

.footer-form input::-webkit-input-placeholder, .footer-form textarea::-webkit-input-placeholder {
  opacity: 0;
  transition: inherit;
}

.footer-form input:focus::-webkit-input-placeholder, .footer-form textarea:focus::-webkit-input-placeholder {
  opacity: 1;
}

.footer-form input:not(:placeholder-shown)+label, .footer-form input:focus+label, .footer-form textarea:not(:placeholder-shown)+label, .footer-form textarea:focus+label {
  transform: translate(0, 0) scale(1);
  cursor: pointer;
}

.enquiry-form h3 {
  font-size: 33px;
  text-transform: capitalize;
  font-weight: 600;
  text-align: left;
  color: var(--black);
}

.enquiry-form {
  width: 84%;
}

.enquiry-form button {
  background: var(--green);
  border-radius: 4px;
  color: var(--white);
  font-size: 22px;
  text-transform: uppercase;
  padding: 12px 67px;
  display: inline-block;
  font-weight: 600;
  margin-top: 45px;
  border: none;
  transition: all 500ms ease;
  cursor: pointer;
}

.enquiry-form button:hover {
  background-color: var(--green);
  transition: all 500ms ease;
}

.footer-form {
  padding: 50px 0;
  position: relative;
}

footer {
  padding: 50px 0 0;
  display: flex;
  background-blend-mode: overlay;
  min-height: 60vh;
  background: #fbfbfeab;
  background-size: contain;
  align-items: center;
  justify-content: center;
  border-top: 6px solid var(--orange);
}

.info-link {}

.info-link h3, .sociallink h3 {
  color: var(--black);
  font-size: 25px;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.info-link ul li a {
  color: var(--orange);
  font-size: 16px;
}

.info-link ul li {
  transition: all 500ms ease;
  margin-bottom: 10px;
}

.info-link ul li a i {
  margin-right: 5px;
}

.info-link ul li:hover {
  padding-left: 10px;
  transition: all 500ms ease;
}

.sociallink {
  margin-top: 38px;
}

.sociallink ul {
  display: flex;
  margin-top: 11px;
}

.sociallink ul li {
  margin-right: 14px;
  transition: all 500ms ease;
}

.sociallink ul li:hover {
  transform: rotate(360deg);
  transition: all 500ms ease;
}

p.copyright {
  text-align: center;
  padding: 69px 0 2px;
  font-size: 13px;
  color: var(--blue);
}

/* Assignment page css */

.assignment-sec {
  padding: 70px 0;
}

.assignment-sec .job-list {
  background: rgb(248 248 248 / 48%);
  margin-bottom: 35px;
  padding: 25px 25px;
  border-radius: 4px;
  box-shadow: 0px 0px 6px #e0e0e0;
  transition: all 500ms ease;
}

.assignment-sec .job-list:hover {
  box-shadow: 0px 0px 6px #4c9a37;
  transition: all 500ms ease;
}

.assignment-sec .job-list>a {
  color: var(--blue);
  font-size: 21px;
  border-color: var(--blue);
  font-weight: bold;
  transition: all 500ms ease;
}

.assignment-sec .job-list>a:hover {
  transition: all 500ms ease;
  color: var(--green);
  border-color: var(--green);
}

.assignment-sec .job-list p {
  color: var(--blue);
}

.assignment-sec .job-list ul {
  justify-content: flex-start;
}

.assignment-sec .job-list ul li {
  width: auto;
  margin-right: 12px;
  transition: all 500ms ease;
}

.assignment-sec .job-list ul li a {
  color: var(--blue);
}

.assignment-sec .job-list ul li a i {
  color: var(--blue);
}

.assignment-sec .job-list ul li:hover a, .assignment-sec .job-list ul li:hover a i {
  transition: all 500ms ease;
  color: var(--green);
}

.latest-post h3 {
  font-size: 35px;
  color: var(--blue);
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 20px;
}

.latest-post ul {
  list-style-type: none;
  padding: 0;
  text-transform: capitalize;
}

.latest-post ul li {
  margin-bottom: 11px;
  transition: all 500ms ease;
}

.latest-post ul li:hover a {
  transition: all 500ms ease;
  color: var(--blue);
}

.latest-post ul li a {
  color: var(--white);
  background: #4c9a37;
  padding: 7px 13px;
  display: inline-block;
  border-radius: 4px;
  font-size: 14px;
}

.pagination-div {
  display: flex;
  justify-content: center;
}

.pagination-div li {
  transition: all 500ms ease;
}

.pagination-div li:hover a {
  transition: all 500ms ease;
  background: var(--green);
}

.pagination-div li a {
  background: var(--blue);
  display: inline-block;
  margin: 0px 3px;
  padding: 5px 12px;
  border-radius: 3px;
  color: var(--white);
}

.whychooseus {
  background: #00919b;
  border-radius: 0 75px 0 75px;
  padding: 20px;
  margin-left: 11px;
}

.whychooseus h3 {
  font-size: 33px;
  text-transform: capitalize;
  font-weight: 600;
  text-align: center;
  color: var(--white);
}

.whychooseus ul {
  list-style-type: none;
  margin: 26px 0 0;
  padding: 0;
}

.whychooseus ul li {
  margin-bottom: 20px;
  font-size: 19px;
  display: flex;
  align-items: center;
  color: var(--yellow);
}
.box1{
  background: #ffdbdb;
}
.box2{
  background: #dbdcff;
}
.box3{
  background: #d9ffc1;
}
.box4{
  background: #f8ffab;
}


.whychooseus ul li span {
  /* background: #ffd6b5; */
  color: var(--black);
  padding: 8px 15px;
  border-radius: 33px;
  font-size: 18px;
  width: 64px;
  height: 63px;
  margin-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 69%);
}

@media (min-width: 768px) and (max-width: 992px) {
  .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block;
}
  .banner-tab{
    width: 50%;    
    top: 40px;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.navbar-expand-lg .navbar-toggler {
  display: none;
}
.navbar-expand-lg .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
}

@media (max-width: 768px) {}

@media (max-width: 767px) {
  .tophead ul li {
    margin-left: 0;
    text-align: center;
    display: block;
  }
  .tophead ul li a {
    background: transparent;
    color: var(--white);
  }
  .menu-section .col-md-12 {
    padding: 0;
  }
  #menu-top {
    padding: 0 15px;
  }
  #menu-top .navbar-collapse {
    position: absolute;
    background: #fff;
    top: 85px;
    width: 100%;
    z-index: 90;
    left: 0;
    border-top: 1px solid var(--blue);
  }
  .score-section li {
    width: 100%;
    margin-bottom: 9px;
    font-size: 24px;
  }
  .score-section {
    display: block;
  }
  .some-benifits {
    padding: 38px 0;
  }
  .some-benifits h2 {
    font-size: 27px;
  }
  .footer-form {
    padding: 0 0 25px;
  }
  .whychooseus {
    margin-left: 0;
  }
  p.copyright {
    padding: 28px 0 2px
  }
  .banner-tab {
    right: 0;
    left: 0;
    margin: 0px auto;
    width: 96%;
  }
  .innerbanner-section form .form-group{
    padding: 0;
  }
  .innerbanner-section form .form-group input{
    min-width: 100%;
    margin-bottom: 17px;
  }
  .innerbanner-section form button{
    padding: 7px 23px;
    display: inline-block;
    width: 100%;
  }
  .innerbanner-section form{
    display: block;
  }
  .assignment-sec {
    padding: 70px 0 0;
}
}

@media (max-width: 412px) {}