/*
Template Name: Education Element
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/
body {
  font-family: "Montserrat Alternates", sans-serif;
  color: #02245b;
}
ul {
  list-style: none;
  padding: 0;
}
p {
  font-family: "heebo";
  color: #111;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  color: #02245b;
}
p {
  color: #030303;
}

a {
  color: #02245b;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #ff00cc;
}
a:focus {
  text-decoration: none;
  color: #02245b;
}

.button {
  border: 1px solid #02245b;
  background: #02245b;
  color: #fff;
  display: inline-block;
  transition: 0.3s;
  padding: 1.3rem 1.5rem !important;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
.button:hover {
  border: 1px solid #02245b;
  background: #fff;
  color: #02245b;
}
.button:hover .fa-caret-right {
  color: #02245b;
}

.button_1 {
  background: #02245b;
  color: #fff !important;
  display: inline-block;
  transition: 0.3s;
  padding: 1.3rem 1.5rem !important;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
.button_1:hover {
  background: #ffffff;
  color: #02245b;
}

.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
figure.effect-jazz figcaption::after,
figure.effect-jazz img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-jazz:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}

.col_oran {
  color: #0f0b3f;
}
.col_dark {
  color: #ffffff;
}
.bg_light {
  background: #502ff812;
}
.bg_oran {
  background: #02245b;
}
.bg_dark {
  background: #02245b;
}

hr {
  opacity: 1;
  background-color: #04337e66;
}
.font_14 {
  font-size: 14px;
}
.font_12 {
  font-size: 12px;
}
.font_8 {
  font-size: 8px;
}
.font_60 {
  font-size: 25px;
}

.line {
  height: 5px !important;
  width: 50px;
  background-color: #02245b;
  margin-top: 20px;
  margin-bottom: 20px;
}
.p_3 {
  padding-top: 30px;
  padding-bottom: 30px;
}

/*** Topbar Start ***/

.topbar .top-info,
#note {
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  color: #fff;
}
.topbar .top-info a,
i {
  color: #fff;
}
.topbar .top-info {
  color: #fff;
}

.topbar .top-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.topbar .top-link a {
  margin-right: 10px;
}

#note {
  width: 500px;
  overflow: hidden;
}

#note small {
  position: relative;
  display: inline-block;
  animation: mymove 20s infinite;
  animation-timing-function: all;
}

@keyframes mymove {
  from {
    left: -100%;
  }
  to {
    left: 100%;
  }
}

/*** Topbar End ***/

/*** Navbar Start ***/
.navbar .navbar-nav {
  padding: 15px 0;
}

.navbar .navbar-nav .nav-link {
  padding: 10px;
  color: hsl(231, 97%, 54%) !important;
  font-size: 18px;
  outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: #02245b !important;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "font awesome 5 free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    transition: 0.5s;
    opacity: 0;
  }
}

.navbar .nav-item:hover .dropdown-menu {
  transform: rotateX(0deg);
  visibility: visible;
  transition: 0.5s;
  opacity: 1;
}

/*** Navbar End ***/

/*********************common****************/
.pages ul li {
  display: inline-block;
}
.pages ul li a {
  display: block;
  color: #111;
  margin: 0 2px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #02245b;
  border-radius: 50%;
}
.pages ul li a:hover {
  background: #02245b;
  border: 1px solid #02245b;
}
.pages ul li a:hover {
  color: #fff !important;
}
.act {
  background: #02245b !important;
  border: 1px solid #02245b !important;
  color: #fff !important;
}

/* footer social icons */
ul.social-network {
  list-style: none;
  display: block;
  margin-left: 0 !important;
  padding: 0;
}
ul.social-network li {
  display: inline-block;
}

/* footer social icons */
.social-network a.icoRss:hover {
  background-color: #02245b;
}
.social-network a.icoFacebook:hover {
  background-color: #3b5998;
}
.social-network a.icoTwitter:hover {
  background-color: #33ccff;
}
.social-network a.icoGoogle:hover {
  background-color: #16067a;
}
.social-network a.icoVimeo:hover {
  background-color: #0590b8;
}
.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}
.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i {
  color: #fff;
}
a.socialIcon:hover,
.socialHoverClass {
  color: #44bcdd;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
}
.social-circle li i {
  margin: 0;
  line-height: 40px;
  text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.social-circle i {
  color: #fff;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.form-control:focus {
  box-shadow: none;
  border-color: #02245b;
}
.form-select:focus {
  box-shadow: none;
  border-color: #02245b;
}

.form-select {
  border-color: #02245b;
  box-shadow: none;
  border-radius: 0;
}

.shadow_box {
  box-shadow: 0 0 4px 3px rgb(0 0 0 / 5%);
}
.carousel-indicators [data-bs-target] {
  background-color: #ffffff;
}
.center_o1 {
  background-color: #00000096;
  margin: 0 !important;
}

.blog_1r1 .btn {
  padding: 12px 15px;
  border-color: #02245b;
}
.blog_1r1 .btn:hover {
  background: #02245b;
}
.blog_1r2 ul li a {
  background: #ff870012;
  margin: 0px 2px 6px 0px;
  padding: 8px 16px 8px 16px;
  display: inline-block;
  font-size: 14px;
}
.blog_1r2 ul li a:hover {
  background: #02245b;
  color: #fff;
}

.team_h_1i1 ul li a {
  background: #02245b;
  width: 35px;
  height: 35px;
}
.team_h_1i1 ul li a i {
  line-height: 35px;
  font-size: 14px;
}
.team_h_1i1:hover {
  background: #02245b !important;
  transition: 0.3s;
}
.team_h_1i1:hover h4 a {
  color: #fff;
}
.team_h_1i1:hover h5 {
  color: #fff;
}

/*********************common_end****************/

/*********************course****************/
.course_2i2 {
  top: 160px;
}
.course_2i2 img {
  border: 10px solid #fff;
}
.course_2i3 {
  margin-top: 255px;
}
.course_2i3ir {
  border-left: 1px solid #02245b;
}
.course_2i3ir a:hover {
  background: #fff;
  color: #02245b;
}
.course_2i3 {
  border: 1px solid #02245b;
}
.course_2i2 {
  border-left: 1px solid #02245b;
  border-right: 1px solid #02245b;
}

.testimonial-carousel .owl-item img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
/*********************course_end****************/

/*** Footer Start ***/

.footer .short-link a,
.footer .help-link a,
.footer .contact-link a {
  transition: 0.5s;
}

.footer .short-link a:hover,
.footer .help-link a:hover,
.footer .contact-link a:hover {
  letter-spacing: 1px;
}

.footer .hightech-link a:hover {
  background: #02245b;
  border: 0;
}

/*** Footer End ***/

@media screen and (max-width: 767px) {
  .navbar-collapse {
    /* max-height: 300px; */
    overflow-y: scroll;
    border-top: 1px solid #02245b;
    margin-top: 15px;
  }
  #header .nav-link {
    font-size: 24px;
    border-bottom: 1px solid #02245b;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 !important;
  }
  .navbar .navbar-toggler {
    box-shadow: none !important;
    background: #ff870012;
    border: none;
    margin-top: -1px;
  }
  /* .drop_1 {
    margin-top: 0 !important;
  } */
  /* .drop_1 a {
    font-size: 22px;
  } */
  /* .sticky .drop_1 {
    margin-top: 0 !important;
  } */
  .line {
    margin-left: auto;
    margin-right: auto;
  }
  .navbar-nav {
    padding-top: 0;
  }
  .navbar-nav .button {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .navbar-nav .button_1 {
    display: block;
  }
  #header .social {
    display: none !important;
  }
  .course_2i2 {
    position: static !important;
  }
  .course_2i3 {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .course_2i2 p {
    text-align: left;
  }
  .footer_1i h4 {
    text-align: center;
  }
  .footer_1i ul {
    text-align: center;
  }
  .footer_1i {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .footer_1i .button {
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .center_o1 {
    width: 100% !important;
    text-align: center;
  }
  .team_h_1i1 {
    margin-bottom: 15px;
  }
  .pages ul li {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .blog_1r {
    margin-top: 15px;
  }
  .blog_1r1 h5 {
    text-align: center;
  }
  .blog_1r2 h5 {
    text-align: center;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-expand-md {
    flex-wrap: wrap !important;
  }
  .navbar-brand {
    font-size: 18px;
  }
  #header .nav-link {
    padding: 1rem 0.2rem;
    font-size: 14px;
  }
  #header .button {
    padding: 0.8rem 0.5rem !important;
    font-size: 12px;
    margin-left: 1px !important;
    margin-right: 1px !important;
  }
  #header .button_1 {
    padding: 0.8rem 0.5rem !important;
    font-size: 12px;
    margin-left: 1px !important;
    margin-right: 1px !important;
  }
  #header .social {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px !important;
    margin-top: 6px;
    margin-left: 2px !important;
    margin-right: 2px !important;
  }

  .course_2i2 {
    position: static !important;
  }
  .course_2i3 {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .course_2i3il h6 {
    font-size: 10px !important;
  }
  .course_2i3il {
    padding: 5px !important;
  }
  .course_2i3ir h6 a {
    font-size: 10px !important;
    padding: 5px !important;
  }
  .footer_1i h4 {
    font-size: 16px;
  }
  .footer_1i p {
    font-size: 14px;
  }
  .footer_1i h6 {
    font-size: 14px;
  }
  .team_h_1i1 ul li {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .blog_1r h6 {
    font-size: 12px;
  }
}
@media (min-width: 871px) and (max-width: 991px) {
  #header .nav-link {
    padding: 1rem 0.8rem;
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .navbar-expand-md {
    flex-wrap: wrap !important;
  }
  #header .nav-link {
    padding: 1rem 0.8rem;
  }
  #header .button {
    padding: 0.8rem 0.5rem !important;
    margin-left: 1px !important;
    margin-right: 1px !important;
  }
  #header .button_1 {
    padding: 0.8rem 0.5rem !important;
    margin-left: 1px !important;
    margin-right: 1px !important;
  }
  .course_2i2 {
    position: static !important;
  }
  .course_2i3 {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .course_2i3il h6 {
    font-size: 12px !important;
  }
  .course_2i3il {
    padding: 5px !important;
  }
  .course_2i3ir h6 a {
    font-size: 12px !important;
    padding: 5px !important;
  }

  .footer_1i h4 {
    font-size: 18px;
  }
  .footer_1i p {
    font-size: 14px;
  }
  .footer_1i h6 {
    font-size: 14px;
  }
}
@media (min-width: 1201px) and (max-width: 1340px) {
}

/*** Project Start ***/

.project-img {
  position: relative;
  padding: 15px;
}

.project-img::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  top: 0;
  left: 0;
  background: #02245b;
  border-radius: 10px;
  opacity: 1;
  z-index: -1;
  transition: 0.5s;
}

.project-img::after {
  content: "";
  width: 150px;
  height: 150px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #02245b;
  border-radius: 10px;
  opacity: 1;
  z-index: -1;
  transition: 0.5s;
}

.project-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.project-content a {
  display: inline-block;
  padding: 20px 25px;
  background: #02245b;
  border-radius: 10px;
}

.project-item:hover .project-content {
  opacity: 1;
  transition: 0.5s;
}

.project-item:hover .project-img::before,
.project-item:hover .project-img::after {
  opacity: 0;
}

/*** Project ***/
.project-carousel {
  position: relative;
  background: #02245b;
}

.project-item {
  position: relative;
  display: block;
}

.project-item img {
  transition: 0.5s;
}

.project-item .project-title {
  position: absolute;
  padding: 0 15px;
  width: 100%;
  height: 80px;
  bottom: -110px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #02245b;
  transition: 0.5s;
}

.project-item .project-title::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 30px;
  top: -15px;
  left: 0;
  transform: skewY(-5deg);
  background: #02245b;
  transition: 0.5s;
}

.project-carousel .owl-nav {
  position: absolute;
  width: 100%;
  height: 45px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  transition: 0.5s;
  opacity: 0;
  z-index: 1;
}

.project-carousel:hover .owl-nav {
  opacity: 1;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
  margin: 0 30px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b01414;
  background: #02245b27;
  border-radius: 45px;
  font-size: 22px;
  transition: 0.5s;
}
.bg-dark {
  background-color: #02245b !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
user agent stylesheet div {
  display: block;
  unicode-bidi: isolate;
}
/*** Project End ***/

.saira {
  font-family: "Saira", serif;
  font-optical-sizing: auto;
  /* font-weight: weight>; */
  font-style: normal;
  font-variation-settings: "wdth" 500;
}

.heebo {
  font-family: "Heebo", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

/* Banner container */
.pat {
  position: relative;
}
.banner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 800px;
  transform: translate(-50%, -50%);
}

/*** Testimonial ***/
.testimonial-carousel .owl-item img {
  width: 16px;
  height: 100px;
}

.testimonial-carousel .owl-nav {
  margin-top: 30px;
  display: flex;
  justify-content: start;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  margin-right: 15px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dark);
  border: 2px solid var(--primary);
  border-radius: 50px;
  font-size: 18px;
  transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  color: #ffffff;
  background: var(--primary);
}

/*** Testimonial End ***/

/* Text overlay */
.text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;

  font-weight: bold;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
  text-align: center;
}

@media (min-width: 300px) and (max-width: 768px) {
  .form-container {
    display: none;
  }
}

.modal-content {
  border-block-start: 2px solid #d33390;
  border-block-end: 2px solid #d33390;
}
.btn-cls {
  color: #d33390;
  border: 3px solid #d33390;
  border-radius: 25px;
  padding-inline: 25px;
  font-weight: bold;
}

.btn-cls:hover {
  border: 2px solid #d33390;
}

#phone-error {
  display: none;
  color: red;
}

#openModalBtn {
  display: none;
}

.project-width-fade {
  max-width: 600px;
}

#contact .contact-form-icon {
  width: 50px;
  height: 50px;
}
#contactFormWeb .message-sty {
  height: 178px;
}
.style-iframe-tag {
  min-height: 300px;
  border: 0;
}

						.float-call {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 90px;
  left: 8px;
  background-color: blue;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}


