/* ====================================
    General CSS
==================================== */

html,
body {
  height: 100%;
  color: #212226;
  font-family: "Geometr415 Md BT", sans-serif;
}

.text-justify {
  text-align: justify;
}

.fs-14 {
  font-size: 14px;
}

.bg-color {
  background-color: #707070 !important;
}

/* Scrollbar */

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #323e4f;
}

/* ====================================
    Navbar
==================================== */

.navbar-brand {
  color: #fff;
  border-right: 1px solid #fff;
  padding: 21px 22px;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}

.right-nav .nav-link {
  font-size: 16px;
}

.nav-padding {
  padding-top: 23px;
}

.nav-search {
  padding: 23px !important;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  margin-left: 12px;
  font-size: 16px;
}

.nav-text {
  color: #fff;
  font-size: 12px;
  padding: 18px;
  margin: 0;
}

/* ====================================
    Navbar
==================================== */

#home {
  background-color: #707070;
}

.home {
  color: #fff;
  text-transform: uppercase;
}

.home_content {
  padding-top: 80px;
}

.home_content > p {
  background-color: #434b4dbd;
  display: inline-block;
  padding: 10px;
  font-weight: 300 !important;
  font-size: 12px;
  letter-spacing: 1.2px;
  margin-bottom: 40px;
}

.home_content > h1 {
  font-size: 55px;
  margin-bottom: 36px;
}

.home_content > a {
  background-color: #3c72fc;
  padding: 16px;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.carousel {
  height: calc(100vh - 72px);
}

.carousel-inner {
  height: 100%;
}

.carousel-control-next,
.carousel-control-prev {
  width: 5%;
}

/* ====================================
    Experince
==================================== */

#expr {
  background-color: #0f0d1d;
  padding: 100px 0;
  color: #fff;
}

.heading {
  text-align: center;
}

.heading > h1 {
  letter-spacing: 1.6px;
  font-weight: 900;
}

.heading > p {
  color: #726f84;
}

.real_world_expr {
  padding-bottom: 20px;
}

.expr-box {
  padding: 30px;
  background-color: #000;
  width: 350px;
}

.expr-box p {
  font-size: 24px;
  text-transform: uppercase;
  margin: 0;
}

.expr-box div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.expr-box div a {
  color: #8f8da0;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
}

.expr-box div img {
  width: 100px;
}

.real_world_expr .slick-slide > div {
  margin: 20px;
}

.real_world_expr .slick-prev,
.real_world_expr .slick-next {
  top: 150%;
  background: linear-gradient(
      0deg,
      rgba(60, 114, 252, 0.3),
      rgba(60, 114, 252, 0.3)
    ),
    linear-gradient(0deg, rgba(77, 123, 242, 0.17), rgba(77, 123, 242, 0.17));
  width: 32px;
  height: 33px;
  border: 1px solid #3c72fc;
}

.real_world_expr .slick-prev::before,
.real_world_expr .slick-next::before {
  font-family: "FontAwesome";
  color: #3c72fc;
  opacity: 1;
}

.real_world_expr .slick-prev {
  left: 20px;
}

.real_world_expr .slick-next {
  right: 20px;
}

.meet-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  margin: 70px 20px;
}

.meet-div .meet-left,
.meet-div .meet-right {
  width: 42%;
  height: 1px;
  background-color: #32303db5;
}

.meet-div .meet-text {
  width: 15%;
  font-size: 12px;
}

/* ====================================
    Experince
==================================== */

#market {
  padding: 200px 0 0;
  margin: 0 auto;
  width: 100%;
  display: block;
  position: relative;
}

.video-part {
  padding: 50px;
  background-color: #3c72fc;
  color: #fff;
  display: inline-block;
}

.market-text > p {
  color: #726f84;
  margin-bottom: 28px;
}

.market-text > h5 {
  color: #3c72fc;
}

.progressBar {
  width: 100%;
  height: 12px;
  background-color: #eee;
  border-radius: 10px;
  overflow: visible;
}

.bar {
  height: 100%;
  background-color: #3c72fc;
  color: #fff;
  border-radius: 10px;
  transition: width 1s;
  position: relative;
}

.progressBar .bar span {
  font-size: 12px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  left: 93%;
  top: 0;
  color: #726f84;
  margin-top: 21px;
}

.skill > h5 {
  margin: 8px 0 12px;
  font-size: 14px;
  font-weight: 800;
}

.market-phone {
  display: flex;
}

.market-phone > .icon {
  background-color: #ebf1ff;
  color: #3c72fc;
  padding: 18px 22px;
  margin-right: 20px;
  display: flex;
  align-items: center;
}

.market-phone > .icon > i {
  font-size: 18px;
}

.market-phone > .text > p {
  color: #726f84;
  margin-top: 6px;
  margin-bottom: 6px;
}

.market-box {
  transform: translateY(100px);
}

.new-box {
  display: flex;
  box-shadow: 0px 10px 60px 0px #00000029;
  padding: 60px;
  background-color: #fff;
}

.new-box > .icon {
  background-color: #ebf1ff;
  color: #3c72fc;
  padding: 20px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  font-size: 18px;
  height: 60px;
}

.new-box > .text > h6 {
  font-weight: 800;
  letter-spacing: 1.3px;
  margin-bottom: 18px;
}

.new-box > .text > p {
  color: #726f84;
  font-size: 14px;
  margin: 0;
}

/* ====================================
    New Case Studies
==================================== */

#new_case_stu {
  padding: 200px 0;
  margin: 0 auto;
  width: 100%;
  display: block;
  background-color: #f2f4f8;
}

.case_stu-box {
  padding: 200px 50px 60px 50px;
  background: #0f0d1d6b;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.case_stu-box:after {
  content: "";
  position: absolute;
  background-color: #3c72fc;
  bottom: 0;
  left: 0;
  width: 280px;
  height: 300px;
  transition: all 0.5s ease-in-out;
  transform: translate(-280px, 300px);
  z-index: 1;
}

.case_stu-box:hover::after {
  transform: translate(0, 0);
}

.case_stu-box > div {
  position: relative;
  z-index: 9;
}

.case_stu-box i {
  font-size: 60px;
  margin-bottom: 20px;
}

.case_stu-box p {
  margin-bottom: 6px;
}

#mission {
  padding: 70px 0;
  background-color: #0f0d1dbf;
  color: #fff;
  text-align: center;
  width: 100%;
}

#mission a {
  padding: 15px 24px;
  color: #fff;
  text-decoration: none;
  background-color: #3c72fc;
  display: inline-block;
  margin-top: 24px;
  font-size: 14px;
  letter-spacing: 1.4px;
}

/* ====================================
    Question Answers
==================================== */

#question_answer {
  padding: 100px 0;
}

#question_answer .tabs .accordion-item {
  border: 0;
  margin: 25px 0;
  box-shadow: 0px 0px 30px 0px #00001e0f;
}

#question_answer .accordion-item .accordion-button {
  border-radius: 0;
  background-color: #f2f4f8;
  font-size: 14px;
  font-weight: 600;
}

#question_answer .accordion-item .accordion-button span {
  color: #3c72fc;
  font-weight: 600;
}

#question_answer .accordion-item .accordion-button:focus {
  box-shadow: none;
}

#question_answer .accordion-item .accordion-button::after {
  background-image: none;
  content: "\2b";
  font-family: "FontAwesome";
  color: #3c72fc;
  transition: all 0.3s;
}

#question_answer .accordion-item .accordion-button:not(.collapsed)::after {
  content: "\f068";
  transform: none;
}

#question_answer .accordion-item .accordion-button:not(.collapsed) {
  background-color: #fff;
  box-shadow: none;
}

#question_answer .accordion-item .accordion-body {
  color: #726f84;
  font-size: 14px;
  padding-top: 3px;
}

.qa_list {
  color: #726f84;
  padding: 0;
  margin: 0;
}

.qa_list > li {
  list-style: none;
  margin-bottom: 7px;
}

.qa_list i {
  color: #3c72fc;
}

.qa_year {
  background-color: #3c72fc;
  color: #fff;
  padding: 20px;
  text-align: center;
}

.qa_year h1 {
  font-size: 50px;
}

/* ====================================
    Talking About
==================================== */

#talking_about {
  padding: 100px;
  background-color: #f2f4f8;
}

.tb_heading h1 {
  font-weight: bold;
  color: #000;
  margin-bottom: 16px;
}

.tb_heading p {
  color: #726f84;
  font-size: 13px;
}

.talk_about-box {
  background-color: #fff;
  padding: 20px;
  display: block;
}

.talk_about-box p {
  color: #726f84;
  font-size: 13px;
}

.talk_about-box h6 {
  color: #3c72fc;
}

#talking_about .slick-slide > div {
  margin-right: 20px;
}

#talking_about .slick-prev,
#talking_about .slick-next {
  background-color: #fff;
  color: #000;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 95%;
}

#talking_about .slick-prev:before,
#talking_about .slick-next:before {
  font-family: "FontAwesome";
  opacity: 1;
  color: #000;
  line-height: 0;
}

#talking_about .slick-prev {
  left: -52%;
}

#talking_about .slick-next {
  left: -45%;
}

/* ====================================
    Counter
==================================== */

#counter {
  padding: 100px 0 0;
  background-color: #07122dfa;
}

.count-box {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 0.5px solid #707070;
}

.count-box-img {
  padding: 12px;
  background-color: #000;
  display: inline-block;
  margin-bottom: 4px;
}

.count-box-img img {
  width: 70px;
}

.count-box p {
  margin-top: 16px;
  font-size: 10px;
}

.counter-bottom-box {
  transform: translateY(60px);
}

.cbb-heading {
  box-shadow: 0px 10px 60px 0px #00000029;
  padding: 40px 50px;
  background-color: #f2f4f8;
  text-align: center;
  margin-bottom: 0;
  font-size: 22px;
  transition: 0.3s all;
}

.cbb-heading:hover {
  color: #3c72fc;
  background-color: #fff;
}

/* ====================================
    After Counter
==================================== */

#after_counter {
  padding: 120px 0 100px;
  background-color: #fff;
}

.success-box {
  display: flex;
}

.success-box > .icon {
  background-color: #ebf1ff;
  color: #3c72fc;
  padding: 16px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  align-self: flex-start;
}

.success-box > .icon > i {
  font-size: 24px;
}

.success-box > .text > h6 {
  font-weight: 600;
}

.success-box > .text > p {
  color: #726f84;
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 13px;
}

.after-counter-right p {
  color: #726f84;
  font-size: 13x;
  margin-bottom: 20px;
}

.after-counter-right ul {
  margin: 0;
  padding: 0;
}

.after-counter-right ul li {
  list-style: none;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #726f84;
  transition: 0.3s all;
}

.after-counter-right ul li:hover {
  margin-left: 10px;
}

.after-counter-right ul li span {
  margin-right: 10px;
  width: 10px;
  height: 1px;
  background-color: #22b0fe;
  display: inline-block;
}

/* ====================================
    Footer
==================================== */

#footer {
  padding: 100px 0 50px;
  color: #8f8da0;
  background: linear-gradient(0deg, #0f0d1d, #0f0d1d),
    linear-gradient(0deg, #707070, #707070);
}

.footer-left a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  margin-bottom: 30px;
  display: block;
}

.footer-left p {
  border-bottom: 1px solid #8f8da0;
  font-size: 14px;
  padding-bottom: 16px;
  display: block;
}

.footer-left ul {
  padding: 0;
  margin: 0;
}

.footer-left ul li {
  list-style: none;
  margin-bottom: 12px;
}

.footer-left ul li i {
  color: #3c72fc;
  width: 22px;
}

.footer-mid span {
  color: #fff;
  font-size: 18px;
  margin-bottom: 30px;
  display: block;
}

.footer-mid a {
  display: block;
  padding: 10px;
  color: #8f8da0;
  text-decoration: none;
}

.footer-mid a:hover {
  color: #3c72fc;
}

.footer-right span {
  color: #fff;
  font-size: 18px;
  margin-bottom: 30px;
  display: block;
}

.footer-right > form {
  padding: 30px 40px;
  background-color: #06050c;
}

.footer-right form label {
  color: #8f8da0;
  margin-bottom: 10px;
}

.footer-right form div {
  position: relative;
}

.footer-right form input {
  width: 100%;
  padding: 10px;
}

.footer-right form button {
  position: absolute;
  background-color: #3c72fc;
  color: #fff;
  border: 0;
  padding: 6px 12px;
  top: 15%;
  right: 3%;
  font-size: 14px;
  letter-spacing: 1.3px;
}

.lower-footer {
  display: flex;
  justify-content: space-between;
  padding: 35px 0 0;
  border-top: 1px solid;
  margin-top: 40px;
}

.lower-footer div {
  color: #8f8da0;
}

.lower-footer ul {
  padding: 0;
  margin: 0;
}

.lower-footer ul li {
  list-style: none;
  display: inline-block;
}

.lower-footer ul li a {
  color: #fff;
  margin: 0 8px;
  font-size: 22px;
}

.lower-footer ul li a i {
  transition: all 0.3s;
}

.lower-footer ul li a:hover i {
  color: #3c72fc;
}
