* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Open Sans", Sans-serif;
  transition: 0.3s linear;
}

body {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  font-family: "Open Sans", Sans-serif;
}

li {
  list-style: none;
  font-family: "Open Sans", Sans-serif;
}

ul {
  margin-bottom: 0;
  padding-left: 0;
}

section {
  padding: 3rem 6rem;
}

h1 {
  font-size: 2rem;
  letter-spacing: 2px;
  font-weight: 700;
  font-family: "Open Sans", Sans-serif;
  text-transform: capitalize;
  line-height: 3rem;
  padding-bottom: 1rem;
}

h2 {
  font-size: 1.5rem;
  letter-spacing: 2px;
  font-weight: normal;
  font-family: "Open Sans", Sans-serif;
  text-transform: capitalize;
  line-height: 3rem;
  padding-bottom: 1rem;
}

h3 {
  font-size: 1.1rem;
  padding-bottom: 0.5rem;
  letter-spacing: 2px;
  font-weight: 700;
  font-family: "Open Sans", Sans-serif;
  text-transform: capitalize;
}

p {
  color: #3f3f3f;
  font-family: "Open Sans", Sans-serif;
  font-weight: normal;
  font-size: 0.9rem;
  line-height: 1.5rem;
  letter-spacing: 1px;
  word-spacing: 1px;
  text-align: justify;
}

.container-fluid {
  padding: 1rem 3rem;
}

:root {
  --black-color: #01020b;
  --orange-color: #ea7a26;
  --white-color: #fff;
}

/* ========== pre-loader =========== */

/* ================ TOP HEADER ================== */

.top-header {
  background-color: rgb(230, 230, 230);
  padding: 0.4rem 3rem;
}

.top-header li a,
.top-header ul li a {
  color: var(--orange-color);
  font-weight: 300;
  font-size: 18px;
}

.top-header li a:focus,
.top-header li a:hover,
.top-header ul li a:hover {
  color: #828282;
}

/* ================== navbar ======================= */
.navbar {
  background-color: var(--black-color);
  padding: 0 0;
  margin: 0 0;
  border-bottom: 1px solid var(--white-color);
}

.navbar img {
  width: 350px;
}
.fa-bars-staggered,
.navbar .nav-item .nav-link {
  color: var(--white-color);
}
.dropdown-item,
.navbar .nav-item .nav-link {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
}

.navbar .nav-item .nav-link:hover,
.navbar .nav-item .nav-link.active {
  color: var(--orange-color);
}

.navbar .nav-item:hover .dropdown-menu {
  display: block;
}
.navbar .nav-item .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar .nav-item .dropdown-menu .dropdown-item:hover {
  background-color: #efefef;
  color: var(--orange-color);
  padding-left: 1.5rem;
}
.navbar .nav-item .dropdown-menu .dropdown-item {
  line-height: normal;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar .fa-angle-down {
  font-size: 10px;
}

/* ====================== SECTION-1 ==================== */
.section-1 {
  padding: 0 0;
  width: 100%;
  position: relative;
}

.section-1 .item img {
  height: 100%;
}

.section-1 .owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0rem 0.5rem;
  font-size: 30px !important;
}
.section-1 .owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  width: 2rem;
  height: 4rem;
  background-color: var(--black-color) !important;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: var(--orange-color) !important;
  color: #fff;
  text-decoration: none;
}
/* ==================== SECTION-2 ================= */

.section-2 .main-div {
  display: flex;
  justify-content: space-between;
}

.section-2 .col-lg-4 {
  background-color: #f3f3f3;
  padding: 1.5rem;
  transition: 0.8s linear;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom: 2px solid var(--orange-color);
  position: relative;
}

.section-2 .col-lg-4:hover {
  background-color: #b9b9b9;
}

.section-2 .col-lg-4:hover h3 {
  color: var(--orange-color);
}

.section-2 .col-lg-4 p {
  text-align: justify;
  word-spacing: normal;
  margin-bottom: 2.5rem;
}
.section-4 .heading-line,
.section-3 .heading-line,
.section-2 .heading-line {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

.section-4 .heading-line::before,
.section-3 .heading-line::before,
.section-2 .heading-line::before {
  content: "";
  position: absolute;
  bottom: 20%;
  transform: translateY(-50%);
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 8rem;
  background-color: var(--orange-color);
}

.section-2 h3 {
  color: #212529;
  font-size: 1rem !important;
}

.section-2 a {
  padding: 0.8rem 1.5rem;
  background-color: var(--orange-color);
  font-size: 14px;
  letter-spacing: 1px;
  color: var(--white-color);
  border-radius: 10px;
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translateX(-50%);
}
.section-2 a:hover {
  background-color: #783501;
}
/* ==================== SECTION-3 ================= */
.section-3 {
  background-color: var(--orange-color);
  padding: 0 0rem;
}

.section-3 img {
  height: 450px;
  object-fit: cover;
}

.section-3 p,
.section-3 h1 {
  padding-left: 6rem;
}

.right-side-paragraph {
  padding-left: 1rem !important;
  padding-top: 3rem;
}

.section-3 h1 {
  padding-top: 3rem;
}

.section-3 h1,
.section-3 p {
  color: var(--white-color);
}

.section-3 p {
  padding-right: 2rem;
}

.section-3 .heading-line::before {
  background-color: var(--white-color);
}

.section-3 .heading-line {
  margin-left: 0;
}

/* ====================== SECTION-4 ===================== */

.section-4 .owl-theme .owl-nav {
  margin-top: 10px;
  background-color: #efefef;
  background-size: cover;
  height: 4rem;
  width: 4rem;
  margin: 0.5rem auto;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset,
    rgba(234, 234, 234, 0.15) 0px -36px 30px 0px inset,
    rgba(212, 211, 211, 0.1) 0px -79px 40px 0px inset,
    rgba(221, 221, 221, 0.06) 0px 2px 1px,
    rgba(217, 212, 212, 0.978) 0px 4px 2px,
    rgba(214, 214, 214, 0.09) 0px 8px 4px,
    rgba(229, 229, 229, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}
.section-4 .owl-theme .owl-nav [class*="owl-"] {
  color: var(--orange-color) !important;
  font-size: 40px !important;
  padding: 0 0 !important;
  background: transparent !important;
  display: inline-block;
  cursor: pointer;
  margin: 0 0.3rem !important;
}

.section-4 img {
  border-radius: 10px;
}

/* ========================= section-5 ===================== */
.review-section {
  background-color: #f3f3f3;
}
.review-section img {
  height: 200px;
  object-fit: contain;
}
.section-5 {
  background-color: rgb(251, 252, 251);
}

.section-5 li {
  margin-bottom: 0.5rem;
  color: #828282;
  letter-spacing: 1px;
  font-size: 0.9rem;
  font-weight: normal;
}

.section-5 i {
  color: var(--orange-color);
  font-size: 0.9rem;
}

/* ========================= section-6 ===================== */

.section-6 {
  background-color: rgb(230, 230, 230);
  color: #3f3f3f;
}
.section-6 p {
  color: #3f3f3f;
}

.English-courses-for-Adults-3 form,
.section-6 form {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  row-gap: 0.5rem;
}

.section-6 li {
  line-height: 2.5rem;
  font-size: 0.9rem;
  letter-spacing: 1px;
}

.English-courses-for-Adults-3 form input,
.section-6 form input {
  width: 85%;
  height: 3rem;
  padding-left: 0.5rem;
  font-size: 0.8rem;
  color: #828282;
  border: none;
  border-radius: 5px;
}

.English-courses-for-Adults-3 form textarea,
.section-6 form textarea {
  width: 85%;
  padding: 0.5rem;
  font-size: 0.8rem;
  color: #828282;
  border: none;
  border-radius: 5px;
}

.English-courses-for-Adults-3 form button,
.section-6 form button {
  padding: 0.8rem 4rem;
  border: none;
  background-color: var(--orange-color);
  color: var(--white-color);
  border-radius: 5px;
}

.English-courses-for-Adults-3 form button:hover,
.section-6 form button:hover {
  background-color: #783501;
}
.English-courses-for-Adults-3 form input:focus,
.English-courses-for-Adults-3 form textarea:focus,
.section-6 form input:focus,
.section-6 form textarea:focus {
  outline: none;
  border: none;
  box-shadow: 0 0 0;
}

/* ================ FOOTER ============== */
.footer .whatsapp-icon img {
  position: fixed;
  right: 3%;
  bottom: 3%;
  z-index: 999;
  width: 45px;
}
.footer .call-icon img {
  bottom: 12%;
}

.footer {
  background-color: var(--black-color);
  padding-bottom: 0;
  position: relative;
}

.footer h3 {
  color: var(--white-color);
}

.footer p,
.footer a {
  color: var(--white-color);
}
.footer p {
  padding-right: 0.9rem;
}

.footer ul li a {
  font-size: 0.9rem;
  text-decoration: none !important;
  letter-spacing: 1px;
  line-height: 2rem;
}

.footer ul li a:hover,
.footer .social-icons i:hover {
  color: var(--orange-color);
}
.footer hr {
  height: 1px;
  background-color: var(--white-color);
}

.footer span {
  color: var(--orange-color);
}
.footer i {
  margin-right: 1rem;
  font-size: 0.8rem;
}

/* ============================ */
/* ============================ */
/* ============================ */

/* section-1 */

.English-courses-for-Adults {
  background-color: rgb(230, 230, 230);
  padding: 3rem 3rem;
  text-align: center;
  clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 30%, 50% 100%, 0 30%);
  position: relative;
}

.breadcrumb {
  position: absolute;
  top: 5%;
  left: 4%;
}

.breadcrumb li,
.breadcrumb a {
  font-size: 0.9rem;
}
.breadcrumb a {
  color: #828282;
}

.breadcrumb .active {
  color: var(--orange-color);
}
/* section-2 */

.english-courses-for-young-learners img,
.English-courses-for-Adults-2 img {
  border-radius: 10px;
}

.English-courses-for-Adults-3 {
  background-image: linear-gradient(rgb(251, 251, 251), rgb(214, 214, 214));
}

.English-courses-for-Adults-3 .adress,
.English-courses-for-Adults-3 .col-lg-5 {
  border: 1px solid rgb(241, 241, 241);
  padding: 2rem;
  background-color: var(--white-color);
  border-radius: 10px;
}

/* .english-courses-for-young-learners */

li {
  line-height: 2rem;
  font-size: 0.9rem;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 1px;
}

.english-courses-for-young-learners h4 {
  font-size: 1rem;
  font-weight: 600;
}

/* .english-courses-for-corporates */

.line-paragraph {
  position: relative;
  width: fit-content;
}

.line-paragraph::after {
  content: "";
  position: absolute;
  width: 13rem;
  height: 2px;
  background-color: var(--orange-color);
  bottom: 25%;
}

.toefl-icon,
.english-courses-for-corporates .bottom p {
  padding-left: 2rem;
}

.list-row,
.bold-para b,
.english-courses-for-corporates .bottom h2 {
  padding-left: 2rem;
  text-transform: capitalize;
}

.english-courses-for-corporates .top p {
  padding-right: 2rem;
}

.english-courses-for-corporates .top img {
  border-radius: 10px;
  border-bottom-left-radius: 0;
}

.english-courses-for-corporates .bottom img {
  border-radius: 10px;
  border-top-right-radius: 0;
}

.english-courses-for-corporates span {
  font-weight: bolder;
}

/* online-section */

.online-section {
  background-color: #efefef;
}
.online-section img {
  border-radius: 10px;
}

/* ========== Computer innnners pages =========== */

.ms-office {
  height: 500px;
  object-fit: cover;
}

.artificial-section {
  background-color: #f1f1f1;
}

.programing-img {
  height: 550px;
  object-fit: cover;
}

/* task-taker */
.toefl-img {
  height: 550px;
  object-fit: cover;
}

.table-section li {
  list-style: circle;
  margin-left: 2rem;
  font-size: 0.8rem;
}
.table-section {
  font-size: 0.9rem;
  line-height: 2rem;
}

.table-section i {
  font-size: 0.8rem;
  margin-right: 1rem;
}

.gre-img {
  height: 640px;
  object-fit: cover;
}

.gmat-img {
  height: 500px;
  object-fit: cover;
}

/* thank You page */

.fa-circle-exclamation,
.fa-circle-check {
  color: var(--orange-color);
  font-size: 2rem;
  padding-bottom: 1rem;
}

.emsat-img {
  height: 600px;
  margin-bottom: 1rem;
}

/* ====== celpip css ===== */
#celpip .content-celpip .celpip-item h5 {
  color: var(--orange-color);
  font-weight: 700;
}
#celpip .content-celpip .celpip-item h5 span {
  color: var(--black-color);
}
#celpip table thead {
  background-color: var(--orange-color);
}
#celpip table thead tr th {
  padding: 1.5rem 1rem;
  color: var(--white-color);
}
#celpip #table table tbody tr td {
  padding: 1.3rem;
}
#celpip #table table tbody .tr1 {
  background-color: #f6f6f6;
}
#celpip #table table tbody .tr2 {
  background-color: #fefefe;
}
#celpip #table table tbody .tr3 {
  background-color: #fafafa;
}
#celpip #table table tbody .tr4 {
  background-color: #f6f6f6;
}
