

@import url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css);
:root {
  scroll-behavior: smooth;
}

a {
  color: var(--color-links);
  text-decoration: none;
}

a:hover {
  color: var(--color-links-hover);
  text-decoration: none;
}

h2,
h3,
h4 {
  font-family: var(--font-primary);
}


/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-header {
  text-align: center;
  padding-bottom: 40px;
}

.section-header h2 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #000;
  text-transform: uppercase;
}
.section-header-two {
  text-align: center;
  padding-bottom: 40px;
}

.section-header-two h2 {
    font-size: 27px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #000;
    text-transform: uppercase;
}

.section-header-two h2::after {
content: "";
    position: absolute;
    width: 78px;
    background: #4e0123;
    left: 0;
    top: 50px;
    padding: 2px;
    margin: 0 auto;
    right: 0;
}


.section-header-two h2{
position: relative;
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 995;
  background: #0a0e8d;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--color-white);
  line-height: 0;
}

.scroll-top:hover {
  background:  #0a0e8d;;
  color: #fff;
}





/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.pd-0{
  padding: 0;
}
.pd-60{
 padding-top: 60px;
}
.mobile-view{
  display: none;
}
.header {
  padding: 0;
  transition: all 0.5s;
  z-index: 997;
  background: #fff;
}

/*--------------------------------------------------------------
# Desktop Navigation 
--------------------------------------------------------------*/
@media (min-width: 1280px) {
  .navbar {
    position: relative;
    margin: 0;
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navbar li {
    position: relative;
  }

  .navbar>ul>li {
    white-space: nowrap;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    font-family: var(--font-secondary);
    font-size: 16px;
    font-weight: 400;
    color: rgba(var(--color-secondary-dark-rgb), 0.7);
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

  .navbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #4e0123;
    visibility: hidden;
    transition: all 0.3s ease-in-out 0s;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
  }

  .navbar a:hover:before,
  .navbar li:hover>a:before,
  .navbar .active:before {
    visibility: visible;
    transform: scaleX(0.7);
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #4e0123;
  }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
  .navbar {
    position: fixed;
    top: 0;
    left: -100%;
    width: calc(100% - 70px);
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 10px 0;
    margin: 0;
    background: rgba(var(--color-secondary-rgb), 0.9);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 500;
    color: rgba(var(--color-white-rgb), 0.7);
    white-space: nowrap;
    transition: 0.3s;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: var(--color-white);
  }

  .mobile-nav-toggle {
    display: block !important;
    color: var(--color-secondary);
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    top: 30px;
    z-index: 9999;
    right: 0px;
  }
}


.hero {
  width: 100%;
  padding: 0;
  background: var(--color-black);
  background: url("assets/img/hero-carousel/slider2.jpg") center center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: ceter;
  padding: 0px 0 0px 0;
}

.hero .carousel-item {
  overflow: hidden;
}

.hero .img {
  animation: fadeInDownLite 1s both;
}

.hero .carousel-control-prev {
  justify-content: start;
}

@media (min-width: 640px) {
  .hero .carousel-control-prev {
    padding-left: 15px;
  }
}

.hero .carousel-control-next {
  justify-content: end;
}

@media (min-width: 640px) {
  .hero .carousel-control-next {
    padding-right: 15px;
  }
}

.hero .carousel-control-next-icon,
.hero .carousel-control-prev-icon {
  background: none;
  font-size: 26px;
  line-height: 0;
  background: rgba(var(--color-secondary-rgb), 0.4);
  color: rgba(var(--color-white-rgb), 0.98);
  border-radius: 50px;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero .carousel-control-next-icon {
  padding-left: 3px;
}

.hero .carousel-control-prev-icon {
  padding-right: 3px;
}

.hero .carousel-control-prev,
.hero .carousel-control-next {
  transition: 0.3s;
}


.hero .carousel-control-prev:focus,
.hero .carousel-control-next:focus {
  opacity: 0.5;
}

.hero .carousel-control-prev:hover,
.hero .carousel-control-next:hover {
  opacity: 0.9;
}

@keyframes fadeInDownLite {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}


/*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/
.portfolio .portfolio-flters {
  padding: 0;
  margin: 0 auto 30px auto;
  list-style: none;
  text-align: center;
}

.portfolio .portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 0;
  font-size: 18px;
  font-weight: 300;
  margin: 0 10px;
  line-height: 1;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio .portfolio-flters li:hover,
.portfolio .portfolio-flters li.filter-active {
  color: var(--color-primary);
}

.portfolio .portfolio-flters li:first-child {
  margin-left: 0;
}

.portfolio .portfolio-flters li:last-child {
  margin-right: 0;
}

@media (max-width: 575px) {
  .portfolio .portfolio-flters li {
    font-size: 14px;
    margin: 0 5px;
  }
}

.portfolio .portfolio-item {
  position: relative;
  border: 1px solid var(--color-white);
  overflow: hidden;
  z-index: 1;
}

.portfolio .portfolio-item img {
  transition: all 0.3s;
}

.portfolio .portfolio-item:before {
  content: "";
  inset: 0;
  position: absolute;
  background: rgba(var(--color-secondary-rgb), 0.8);
  z-index: 2;
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
}

.portfolio .portfolio-item:hover:before {
  visibility: visible;
  opacity: 1;
}

.portfolio .portfolio-item:hover img {
  transform: scale(1.2);
}

/*--------------------------------------------------------------
# Team Section
--------------------------------------------------------------*/
.team .team-member .member-img {
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
}

.team .team-member .member-info {
  padding: 30px 15px;
  text-align: center;
 box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  background: #fff;
  margin: -50px 20px 0 20px;
  position: relative;
  border-radius: 8px;
}

.team .team-member .member-info h4 {
font-weight: 600;
    margin-bottom: 5px;
    font-size: 16px;
    color: #292f36;
}

.team .team-member .member-info span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: var(--color-gray);
}
  .gy-5{
    padding-bottom: 50px;
  }

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .map {
  margin-bottom: 40px;
}

.contact .map iframe {
  border: 0;
  width: 100%;
  height: 400px;
}

.contact .info {
  padding: 40px;
  box-shadow: 0px 2px 15px rgba(var(--color-black-rgb), 0.1);
  overflow: hidden;
}

.contact .info h3 {
  font-weight: 600;
  font-size: 24px;
}

.contact .info p {
  color: var(--color-secondary-light);
  margin-bottom: 30px;
  font-size: 15px;
}

.contact .info-item+.info-item {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid rgba(var(--color-secondary-rgb), 0.15);
}

.contact .info-item i {
  font-size: 24px;
  color: var(--color-primary);
  transition: all 0.3s ease-in-out;
  margin-right: 20px;
}

.contact .info-item h4 {
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--color-secondary);
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: var(--color-secondary-light);
}

.contact .php-email-form {
  width: 100%;
  background: var(--color-white);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: var(--color-white);
  background: var(--color-red);
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: var(--color-white);
  background: var(--color-green);
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: var(--color-white);
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--color-green);
  border-top-color: var(--color-white);
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea {
  border-radius: 0px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--color-secondary-light);
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email] {
  height: 48px;
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
  height: 290px;
}

.contact .php-email-form button[type=submit] {
  background: #b31516;
  border: 0;
  padding: 13px 50px;
  color: #fff;
  transition: 0.4s;
  border-radius: 0;
}

.contact .php-email-form button[type=submit]:hover {
  background: #006600;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  color: var(--color-white);
  font-size: 14px;
}

.footer .footer-content {
  background:#02430a;
  padding: 40px 0 0px 0;
}

.footer .footer-content .footer-info {
  margin-bottom: 30px;
}

.footer .footer-content .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: var(--font-primary);
  color: var(--color-white);
}

.footer .footer-content h4 {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-white);
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 15px;
}

.footer .footer-content h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 2px;
  background: #4e0123;
  bottom: 0;
  left: 0;
}

.footer .footer-content .footer-links {
  margin-bottom: 30px;
}

.footer .footer-content .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-content .footer-links ul i {
  padding-right: 8px;
  color: var(--color-white);

  line-height: 1;
}

.footer .footer-content .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-content .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-content .footer-links ul a {
  color: rgba(var(--color-white-rgb), 0.7);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer .footer-content .footer-links ul a:hover {
  color: var(--color-white);
}

.footer .footer-content .footer-newsletter form {
  margin-top: 30px;
  background: var(--color-white);
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

.footer .footer-content .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

.footer .footer-content .footer-newsletter form input[type=email]:focus-visible {
  outline: none;
}

.footer .footer-content .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #0a0e8d;
  color: var(--color-white);
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

.footer .footer-content .footer-newsletter form input[type=submit]:hover {
  background: #0a0e8d;
}



.box-icon {
  text-align: center;
  position: relative;
}

.box-icon > .image {
  position: relative;
  z-index: 2;
  margin: auto;
  width: 88px;
  height: 88px;
  border: 8px solid white;
  line-height: 88px;
  border-radius: 50%;
  background: #4e0123;
  vertical-align: middle;
}

.box-icon:hover > .image {
  background: #436736;
}

.box-icon > .info {
  margin-top: -16px;
    background: rgba(0, 0, 0, 0.04);
    border: 1px solid #e0e0e0;
    background: #fff;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    padding: 15px 15px 35px;
    /* margin: 10px; */
    border: 2px solid #406633;
    border-radius: 18px 10px;
    box-shadow: 0 0 8px rgba(0,0,0,0.3) inset;
    position: relative;
    /* transition: all 0.3s ease 0s; */
        height: 240px;
        width: 350px;
    
}


h3.head-first {
    font-size: 17px;
    font-weight: 600;
     color: #000;
}

.more {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.box-icon:hover > .info {
  background: rgba(0, 0, 0, 0.04);
  border-color: #e0e0e0;
  color: white;
}

.box-icon > .info > h3.title {
    font-family: "Roboto", sans-serif !important;
    font-size: 22px;
    color: #b11616;
    font-weight: 600;
}

.box-icon:hover > .info > h3.title,
.box-icon:hover > .info > .more > a {
  color: #222;
}

.box-icon > .info > .more a {
  font-family: "Roboto", sans-serif !important;
  font-size: 12px;
  color: #222;
  line-height: 12px;
  text-transform: uppercase;
  text-decoration: none;
}

.box-icon:hover > .info > .more > a {
    color: #fff;
    padding: 10px 20px;
    background-color: #406633;
    border-radius: 1px 20px;
    border: 0;
}
.box-icon > .info > .more > a {
    border: 1px solid #4e0123;
    border-radius: 1px 20px;
    padding: 10px 20px;
}
.box .space {
  height: 30px;
}
.image img {
    width: 80%;
    margin-top: -14px;
}


.section-header h2::after {
content: "";
    position: absolute;
    width: 78px;
    background: #4e0123;
    left: 0;
    top: 50px;
    padding: 2px;
    margin: 0 auto;
    right: 0;
}


.section-header h2{
position: relative;
}
  .centered {
padding: 0px 0;
    background: #465840;
    color: white;
    text-align: center;
    position: absolute;
    z-index: 9999;
    bottom: 0px;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
}
  .centered h4{
font-size: 13px;
  }

.item {
    margin: 0px;
    position: relative;
}

button#myBtn {
    background: #b31516;
    border: 0;
}

.item{
  position: relative;
}
.team {
    background: #c9e5bf;
}

.footer .footer-content h4 {
    font-size: 18px;

  }



.footer .footer-legal {
    padding: 14px 0;
    background: #023a09;
    font-size: 12px;
}

img.desktop-view {
    width: 100%;
}




.float{
  position:fixed;
  width:50px;
  height:50px;
  bottom:74px;
  left:10px;
  background-color:#25d366;
  color:#fff !important;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
  display: none;
}


.read_more {
    padding: 1px 25px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    background: #465840;
    transform: skew(-29deg);
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    /* -webkit-transition: all 0.5s ease 0s; */
    /* transition: all 0.5s ease 0s; */
}

.read_more h4 {
    transform: skew(29deg);
    display: block;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.fix-footer {
    position: fixed;
    bottom: 20px;
    z-index: 999;
    left: 0;
}

.fix-footer .second {
    animation: first 1800ms infinite;
        color: #fff !important;
}
.second {
    background: #4e0123;
    display: block;
    border: 1px solid #4e0123;
    padding: 12px 20px 12px 10px;
    margin: 10px 0;
    font-weight: bold;
    border-radius: 0 35px 35px 0;
    box-shadow: 0 0 12px 0px #060606b0;
    color: #fff;
    font-size: 16px;
}
.fix-footer-right{
    position: fixed;
    bottom: 50px;
    z-index: 999;
    right: 0;
}

.fix-footer-right .second {
    background: #4e0123;
    display: block;
    border: 1px solid #4e0123;
    padding: 12px 15px;
    margin: 10px 0;
    font-weight: bold;
    border-radius: 35px 0 0 35px;
    box-shadow: 0 0 12px 0px #060606b0;
    color: #fff;
    font-size: 16px;
}

.mt-20{
  margin-top: 20px;
}



.gallery {
  display: flex;
  flex-wrap: wrap;
  /* Compensate for excess margin on outer gallery flex items */
  margin: -1rem -1rem;
}

.gallery-item {
  /* Minimum width of 24rem and grow to fit available space */
  flex: 1 0 24rem;
  /* Margin value should be half of grid-gap value as margins on flex items don't collapse */
  margin: 1rem;
  box-shadow: 0.3rem 0.4rem 0.4rem rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

.gallery-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease-out;
}

.gallery-image:hover {
  transform: scale(1.15);
}


@supports (display: grid) {
  .gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(24rem, 1fr));
    grid-gap: 2rem;
  }

  .gallery,
  .gallery-item {
    margin: 0;
  }
}
.mid-img{
  padding-top: 10px;
}
.mid-img img {
    width: 100%;
}

#top-text{
  padding:15px 0 0 0;
}
#top-text .text-box{
    background: #406633;
       padding: 15px 9px;
    border-radius: 20px;
}
#mid-img{
  padding: 5px 0 40px 0;
}
p.box{
  font-size: 13px;
  color: #fff;
}







/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #473d3a;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #000;
}

@media (max-width: 767px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }


.navbar-mobile {
    position: absolute;
    /* overflow: hidden; */
    top: -98px;
    right: 0;
    left: 0;
    /* bottom: 0; */
    /* transition: 0.3s; */
    
}

.navbar-mobile .mobile-nav-toggle {
position: absolute;
    top: 36px;
    right: -65px;

}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  display: none;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
  height: 277px;
}
.mobile-nav-active ul{
  display: block;
}
.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #473d3a;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #ff5821;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #ff5821;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

}




.contact-us{
  background: #ececfe;
  padding: 20px;
}

.left-txt{
  padding-top: 45px;
}

/*--------------------------------------------------media--------------------------------------------*/





@media (max-width: 768px) {
  .desktop-view{
    display: none;
  }





.mobile-view{
width: 100%;
  display: block;
}
.hero {
    padding: 0;
}

.hero .carousel-control-next-icon, .hero .carousel-control-prev-icon {
    background: none;
    font-size: 19px;
    line-height: 0;
    background: rgba(var(--color-secondary-rgb), 0.4);
    color: rgba(var(--color-white-rgb), 0.98);
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 60%;
    width: 4%;
}
.box-icon > .info{
  width: 100%;
}
.section-header h2 {
        font-size: 30px;
    font-weight: 600;
  }


.section-header h2::after {
    content: "";
    position: absolute;
    width: 78px;
    background: #4e0123;
    left: 0;
    top: 40px;
    padding: 2px;
    margin: 0 auto;
    right: 0;
}
section {
    padding: 10px 0;
    overflow: hidden;
}
.section-header {
    text-align: center;
    padding-bottom: 12px;
}


.team-member {
    padding-bottom: 40px;
}
.carousel-indicators{
  display: none;
}

.box-icon > .info > h3.title {
    font-size: 20px;
}

h3.head-first {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.team .team-member .member-info {
    padding: 30px 15px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    background: #fff;
    margin: -50px 10px 0 10px;
    position: relative;
    border-radius: 8px;
}

.team .team-member .member-info h4 {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 14px;
    color: #292f36;
}
.second {

    font-size: 16px;
}

.footer .footer-content .footer-links ul a {
    color: rgba(var(--color-white-rgb), 0.7);
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
    font-size: 12px;
}

.footer .footer-content .footer-info p {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: var(--font-primary);
    color: var(--color-white);
}
.footer .footer-content h4 {
    font-size: 14px;
}
.copyright {
    font-size: 9px;
    color: #bcbbbb;
}
.contact .php-email-form textarea {
    padding: 10px 12px;
    height: 70px;
}
.contact .info-item i {
    font-size: 16px;
    color: var(--color-primary);
    transition: all 0.3s ease-in-out;
    margin-right: 10px;
}
.contact .info {
    padding: 12px;
    box-shadow: 0px 2px 15px rgba(var(--color-black-rgb), 0.1);
    overflow: hidden;
}
.contact .info-item h4 {
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--color-secondary);
}
.contact .info-item p {
    padding: 0;
    margin-bottom: 0;
    font-size: 13px;
    color: var(--color-secondary-light);
}

.card .card-custom-img::after {
    position: absolute;
    content: '';
    top: 35%;
    left: 0;
    width: 0;
    height: 0;
}

.pd-bt-40{
  padding-bottom: 40px;
}

.card .card-custom-avatar img {
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
    position: absolute;
    top: 26%;
    left: 1.25rem;
    width: 100px;
    height: 100px;
}


}



:root {

  /* Fonts */
  --font-default: 'Open Sans', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-primary: 'Source Sans Pro', sans-serif;
  --font-secondary: 'Poppins', sans-serif;

  
  --color-default: #1a1f24;
  --color-default-rgb: 26, 31, 36;

  /* Defult links color */
  --color-links: #0ea2bd;
  --color-links-hover: #1ec3e0;

  /* Primay colors */
  --color-primary: #0ea2bd;
  --color-primary-light: #1ec3e0;
  --color-primary-dark: #0189a1;

  --color-primary-rgb: 14, 162, 189;
  --color-primary-light-rgb: 30, 195, 224;
  --color-primary-dark-rgb: 1, 137, 161;

  /* Secondary colors */
  --color-secondary: #485664;
  --color-secondary-light: #8f9fae;
  --color-secondary-dark: #3a4753;

  --color-secondary-rgb: 72, 86, 100;
  --color-secondary-light-rgb: 143, 159, 174;
  --color-secondary-dark-rgb: 58, 71, 83;

  /* General colors */
  --color-blue: #0d6efd;
  --color-blue-rgb: 13, 110, 253;

  --color-indigo: #6610f2;
  --color-indigo-rgb: 102, 16, 242;

  --color-purple: #6f42c1;
  --color-purple-rgb: 111, 66, 193;

  --color-pink: #f3268c;
  --color-pink-rgb: 243, 38, 140;

  --color-red: #df1529;
  --color-red-rgb: 223, 21, 4;

  --color-orange: #fd7e14;
  --color-orange-rgb: 253, 126, 20;

  --color-yellow: #ffc107;
  --color-yellow-rgb: 255, 193, 7;

  --color-green: #059652;
  --color-green-rgb: 5, 150, 82;

  --color-teal: #20c997;
  --color-teal-rgb: 32, 201, 151;

  --color-cyan: #0dcaf0;
  --color-cyan-rgb: 13, 202, 240;

  --color-white: #ffffff;
  --color-white-rgb: 255, 255, 255;

  --color-gray: #6c757d;
  --color-gray-rgb: 108, 117, 125;

  --color-black: #000000;
  --color-black-rgb: 0, 0, 0;
  
}

:root {

  --bs-blue: var(--color-blue);
  --bs-indigo: var(--color-indigo);
  --bs-purple: var(--color-purple);
  --bs-pink: var(--color-pink);
  --bs-red: var(--color-red);
  --bs-orange: var(--color-orange);
  --bs-yellow: var(--color-yellow);
  --bs-green: var(--color-green);
  --bs-teal: var(--color-teal);
  --bs-cyan: var(--color-cyan);
  --bs-white: var(--color-white);
  --bs-gray: var(--color-gray);
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: var(--color-blue);
  --bs-secondary: var(--color-blue);
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: var(--color-primary-rgb);
  --bs-secondary-rgb: var(--color-secondary-rgb);
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: var(--color-white-rgb);
  --bs-black-rgb: var(--color-black-rgb);
  --bs-body-color-rgb: var(--color-default-rgb);
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: var(--font-default);
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--font-default);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: var(--color-default);
  --bs-body-bg: #fff;

}



.carousel-item .img-fluid {
  width:100%;
  height:auto;
}


.carousel-item a {
  display: block;
  width:100%;
}


.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    display: none;
}

marquee{
  font-size:16px;
  padding-top: 14px;

}
marquee a {
    text-decoration: none;
    font-size: 22px;
    color: #75080b;
    font-weight: 700;
}
marquee a:hover{
  text-decoration: none;
    color: #75080b;
}

.features-item {
    background-color: #d9ffe7;
    margin-bottom: 100px;
    padding: 50px 20px 40px;
    position: relative;
    transition: 0.3s;
    height: 250px;
    border-radius: 6px;
}
.features-icon {
    font-size: 36px;
    width: 90px;
    height: 90px;
    line-height: 70px;
    text-align: center;
    background: #f2f9ff;
    border-radius: 60px;
    border: 2px dashed #159ff8;
    box-shadow: 0 0 0 10px #f2f9ff;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translate(-50%);
    color: #bdbdbd;
    transition: 0.3s;
}

.features-info .title {
    color: #159ff8;
    font-weight: 700;
    font-size: 19px;
}
.features-info p{
  font-size: 16px;
}
.features-icon i{

    color: #4e0123;
}



.contact-us .features-item {
    background-color: #7bbae5;
    margin-bottom: 20px;
    padding: 50px 20px 20px;
    position: relative;
    transition: 0.3s;
    border-radius: 10px;
    height: 200px;
    position: relative;
}
.contact-us .features-icon {
    font-size: 36px;
    width: 90px;
    height: 90px;
    line-height: 84px;
    text-align: center;
    background: #7bbae5;
    border-radius: 60px;
    border: 2px solid #4e0123;
    box-shadow: 0 0 0 10px #7bbae5;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translate(-50%);
    color: #bdbdbd;
    transition: 0.3s;
}


.m-t-120 {
    margin-top: 120px;
}
.section-common-space {
    padding: 100px 0;
    background: #2d3e50;
}



.features-item:hover {
    box-shadow: 0 10px 36px 0 rgba(0, 0, 0, 0.22);
    cursor: pointer;
}

.features-item:hover .features-info .title {
    color: #159ff8;
    border-color: #159ff8;
}

 .head-second {
    font-size: 16px ;
    font-weight: bold ;
    color: #404040 ;
}

.more a {
    background: #0b0b7a;
    padding: 15px 40px;
    color: #fff;
    border-radius: 15px;
}
.top-text h3 {
    font-size: 28px;
    font-weight: 700;
    color: #0b0d7c;
    border-bottom: 3px solid #0b0d7c;
    /* width: 95px; */
    padding-bottom: 23px;
    margin-top: -62px;
}
.top-text{
  text-align: center;
}


.serviceBox{
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    padding-top: 10px;
}

.serviceBox .service-icon{
    color: #fff;
    background: #fff;
    font-size: 45px;
    line-height: 100px;
    width: 100px;
    height: 100px;
    margin: 0 auto 30px;
    border-radius: 50%;
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
}

.serviceBox .service-icon:before,
.serviceBox .service-icon:after{
    content: "";
    background: linear-gradient(to right, #F09119 50%, transparent 50%);
    border-radius: 50%;
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    z-index: -1;
  transition: all ease 0.8s;
}
.serviceBox:hover .service-icon:before, .serviceBox:hover .service-icon:after {
    transform: rotateZ(180deg);
}
.serviceBox:hover .service-icon {
    box-shadow: -5px 1px 5px rgba(0, 0, 0, 0.2);
}

.serviceBox .service-icon:after{
    background: #F09119;
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.3);
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
}
.serviceBox {
    border: 1px solid #e5e4e4;
    padding: 40px;
    border-radius: 20px;
    background: #f9f9f9;
    position: relative;
    z-index: 1;
    height: auto;
}
.pd-60{
  padding-top: 60px;
}

.serviceBox .title{
    color: #F1921A;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.serviceBox .description{
    color: #777;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.5px;
    margin: 0;
}

.serviceBox.red .service-icon:before{ background: linear-gradient(to right, #E34A3A 50%, transparent 50%); }
.serviceBox.red .service-icon:after{ background: #E34A3A; }
.serviceBox.red .title{ color: #E34A3A; }

.serviceBox.blue .service-icon:before{ background: linear-gradient(to right, #009CB5 50%, transparent 50%); }
.serviceBox.blue .service-icon:after{ background: #009CB5; }
.serviceBox.blue .title{ color: #009CB5; }

.serviceBox.green .service-icon:before{ background: linear-gradient(to right, #A1C52D 50%, transparent 50%); }
.serviceBox.green .service-icon:after{ background: #A1C52D; }
.serviceBox.green .title{ color: #A1C52D; }

.serviceBox.violet .service-icon:before{ background: linear-gradient(to right, #6b006d 50%, transparent 50%); }
.serviceBox.violet .service-icon:after{ background: #6b006d; }
.serviceBox.violet .title{ color: #6b006d; }

@media only screen and (max-width:990px){
    .serviceBox{ margin: 0 0 30px; }
}
img.icon {
    width: 60px;
}
/*img{
  width: 100%;
}*/
.section-title h1{
  font-size: 35px;
  font-weight: 600;

}

.course-page img {
    width: 100%;
}
.pd-30 {
    padding-bottom: 30px;
}
.about-text p{
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
}

.testimonial-image img {
    width: 80px;
}
.testimonial-content {
         height: 330px;
    background: #a9ceeb;
    padding: 40px;
    border-radius: 20px;
}
.testimonial-author{
  text-align: center;
}
.about-img img {
    width: 100%;
    border-radius: 0 60px 60px 0;
    padding-right: 34px;
}
.pb-0{
  padding: 0;
}

.services-block-three{
  margin-bottom" 30px;
}
.services-block-three i {
    font-size: 32px;
}
.services-block-three>a {
    display: block;
    border: 2px solid #d5d5d5;
    border-radius: 4px;
    text-align: center;
    background: #fff;
    padding: 20px;
    position: relative;
  margin-bottom:30px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}
.services-block-three>a:before {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    bottom: -2px;
    right: -2px;
    border-bottom: 2px solid #03a9f5;
    border-right: 2px solid #03a9f5;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.services-block-three>a:after {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    top: -2px;
    left: -2px;
    border-top: 2px solid #03a9f5;
    border-left: 2px solid #03a9f5;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.padding-15px-bottom {
    padding-bottom: 15px;
}
.services-block-three h4 {
    color: #6f6f6f;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600;
}
.services-block-three p {
    margin-bottom: 0;
  color: #757575;
}
.services-block-three>a:hover {
    opacity: 1;
    border-color: #d5d5d5;
}
a:hover, a:active {
    color: #03a9f5;
    text-decoration: none;
}

.services-block-three>a:hover:before, .services-block-three>a:hover:after {
    width: 95%;
    height: 90%;
}
.box-img img{
  width: 60px;
}

.footer .footer-content .address-text li i{
    margin-right: 10px;
    font-size: 16px;

}


.shadow-effect {
        background: #fff;
        padding: 20px;
        border-radius: 4px;
        text-align: center;
  border:1px solid #ECECEC;
        box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
    }
    #customers-testimonials .shadow-effect p {
        font-family: inherit;
        font-size: 17px;
        line-height: 1.5;
        margin: 0 0 17px 0;
        font-weight: 300;
    }
    .testimonial-name {
        margin: -17px auto 0;
        display: table;
        width: auto;
        background: #3190E7;
        padding: 9px 35px;
        border-radius: 12px;
        text-align: center;
        color: #fff;
        box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
    }
    #customers-testimonials .item {
        text-align: center;
        padding: 50px;
        margin-bottom:80px;
        opacity: .2;
        -webkit-transform: scale3d(0.8, 0.8, 1);
        transform: scale3d(0.8, 0.8, 1);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    #customers-testimonials .owl-item.active.center .item {
        opacity: 1;
        -webkit-transform: scale3d(1.0, 1.0, 1);
        transform: scale3d(1.0, 1.0, 1);
    }
    .owl-carousel .owl-item img {
        transform-style: preserve-3d;

        margin: 0 auto 17px;
    }
    #customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
        background: #3190E7;
        transform: translate3d(0px, -50%, 0px) scale(0.7);
    }
#customers-testimonials.owl-carousel .owl-dots{
  display: inline-block;
  width: 100%;
  text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
  display: inline-block;
}
    #customers-testimonials.owl-carousel .owl-dots .owl-dot span {
        background: #3190E7;
        display: inline-block;
        height: 20px;
        margin: 0 2px 5px;
        transform: translate3d(0px, -50%, 0px) scale(0.3);
        transform-origin: 50% 50% 0;
        transition: all 250ms ease-out 0s;
        width: 20px;
    }



.section-header h2 {

  margin-bottom: 20px;
}

.section-header p {
  color: #FFF;
}

.row  {
  display: flex;
  flwx-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.contact-info {
  width: 100%;
    display: flex;
    justify-content: space-between;

}

.contact-info-item {
/*  display: flex;*/
  margin-bottom: 30px;
}

.contact-info-icon {
    height: 70px;
    width: 70px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #4e0123;
    margin: auto;
}

.contact-info-icon i {
  font-size: 30px;
  line-height: 70px;
      color: #023a09;
}

.contact-info-content {
    margin-left: 20px;
    padding-top: 16px;
    font-weight: 600;
}

.contact-info-content h4 {
color: #02024f;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 700;
}

.contact-info-content p, .contact-info-content a {
  color: #000;
  font-size: 16px;
  text-align: center;
}

.contact-form {
background-color: #fff;
    padding: 40px;
    width: 45%;
    padding-bottom: 20px;
    padding-top: 20px;
    border: 2px solid #0886e8;
    border-radius: 20px;
   box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.contact-form h2 {
  font-weight: bold;
  font-size: 2em;
  margin-bottom: 10px;
  color: #333;
}

.contact-form .input-box {
  position: relative;
  width: 100%;
  margin-top: 10px;
}

.contact-form .input-box input,
.contact-form .input-box textarea{
  width: 100%;
  padding: 5px 0;
  font-size: 16px;
  margin: 10px 0;
  border: none;
  border-bottom: 2px solid #333;
  outline: none;
  resize: none;
}

.contact-form .input-box span {
  position: absolute;
  left: 0;
  padding: 5px 0;
  font-size: 16px;
  margin: 10px 0;
  pointer-events: none;
  transition: 0.5s;
  color: #666;
}

.contact-form .input-box input:focus ~ span,
.contact-form .input-box textarea:focus ~ span{
  color: #e91e63;
  font-size: 12px;
  transform: translateY(-20px);
}

.contact-form .input-box input[type="submit"]
{
  width: 100%;
  background: #00bcd4;
  color: #FFF;
  border: none;
  cursor: pointer;
  padding: 10px;
  font-size: 18px;
  border: 1px solid #00bcd4;
  transition: 0.5s;
}

.contact-form .input-box input[type="submit"]:hover
{
  background: #FFF;
  color: #00bcd4;
}

@media (max-width: 991px) {
  section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  

  
  .contact-form {
    width: 100%;
  }
}



*{margin:0;padding:0}html{-webkit-box-sizing:border-box;box-sizing:border-box}*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}body{width:100%;font-family:Segoe UI,Frutiger,Dejavu Sans,Helvetica Neue,Arial,sans-serif;color:#222}header{padding:0;margin:0}.nav__container,header{width:100%;background-color:#fafafa}.nav__container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;padding:0px}.nav__mobile .nav__btn{display:block}.nav__mobile{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.nav__logo{font-size:1.4rem;font-weight:700;color:#555}
.nav__menu{       display: -webkit-box;
    display: -ms-flexbox;
/*    display: flex;*/
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    justify-content: center;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    top: 0;
    position: absolute;
    background: #fff !important;
    right: 0;
    left: 0;
    z-index: 999;
    text-align: center;
    padding: 10px 90px;
    /* padding-left: 30px; */
    /* padding-right: 35px; */
    margin: auto;


}
.nav__menu .active.dropdown>a:after {
    content: "\f106";
    display: none;
} 
.showing{max-height:37rem;-webkit-transition:all .5s;transition:all .5s}.nav__menu li{list-style:none;position:relative;white-space:nowrap;padding:1rem 0 0}
.nav__menu li a{font-size: 18px;
        padding: 0 20px;
        color: #222;
        text-decoration: none;}.nav-toggle{display:block;background-color:transparent;width:40px;cursor:pointer;padding:4px}.nav-toggle span{position:relative;display:block;height:4px;border-radius:35px;width:100%;margin-top:0;background-color:#000;-webkit-transition:all .25s;transition:all .25s}.nav-toggle span.mrg{margin-top:5px}.nav-toggle.open span:first-child{-webkit-transform:rotate(45deg) translate(6.2px,6.2px);transform:rotate(45deg) translate(6.2px,6.2px)}.nav-toggle.open span:nth-child(2){width:0;opacity:0}.nav-toggle.open span:last-child{-webkit-transform:rotate(-45deg) translate(6.2px,-6.2px);transform:rotate(-45deg) translate(6.2px,-6.2px)}.nav__menu .dropdown ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:static;padding:0;max-height:0;overflow:hidden;-webkit-transition:all .4s;transition:all .4s}.nav__menu .dropdown ul.show{max-height:20rem;-webkit-transition:all .4s;transition:all .4s}
.nav__menu .dropdown li a{display:block;font-size:16px;text-transform:capitalize;color:#222;text-decoration:none}.nav__menu li a:hover{color:#03530e}.nav__menu .active.dropdown>a:after{content:"\f106"}.nav__menu .dropdown .dropdown>a:after{content:"\f107";font-family:Font Awesome\ 5 Free;font-weight:900;font-size:.875rem;padding-left:5px;color:#7e7e7e}.nav__menu .dropdown .active.dropdown>a:after{content:"\f106"}.menu-toggle{max-height:0;overflow:hidden}.menu-toggle,.menu-toggle.active{-webkit-transition:all .4s ease;transition:all .4s ease}.menu-toggle.active{max-height:100vh}.resize-animation-stopper *{-webkit-transition:none!important;transition:none!important;-webkit-animation:none!important;animation:none!important}@media screen and (min-width:800px){.menu-toggle{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;max-height:100vh;overflow:visible}.nav__container{width:100%;max-width:1000px;margin:auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}.nav__container,.nav__mobile{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.nav__mobile .nav__btn{display:none}.nav__logo img{width:100%;max-width:58px}
  .nav__menu li{list-style:none;position:relative;white-space:nowrap;padding:1rem}.nav__menu li a:hover{color:#03530e}.nav__menu .dropdown{position:relative}.nav__menu .dropdown ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:absolute;top:100%;left:-30px;opacity:0;visibility:hidden;z-index:9999;overflow:visible;padding:0 1rem;-webkit-transition:all .4s ease;transition:all .4s ease}.nav__menu .dropdown:hover>ul{top:100%;left:0;opacity:1;visibility:visible;overflow:visible;padding:0 1rem}
  .nav__menu .dropdown ul li{  background-color: #023a09;
        position: relative;
        top: 0px;
    }.nav__menu .dropdown ul li:hover{background-color:#447d52}.nav__menu .dropdown ul li a{display:block;
      text-align:left;color:#fff;text-transform:capitalize}.nav__menu .dropdown ul li a:hover{display:block;color:#c7e0f5}    .nav__menu .dropdown .dropdown:hover>a:after,.nav__menu .dropdown .dropdown>a:after{font-family:Font Awesome\ 5 Free;font-weight:900;font-size:.875rem;padding-left:10px;color:#fff}.nav__menu .dropdown .dropdown:hover>a:after{content:"\f104"}.nav__menu .dropdown .dropdown:hover>ul{position:absolute;top:0;right:calc(100% - 17px);left:auto;opacity:1;visibility:visible}.nav__menu .dropdown .dropdown ul{position:absolute;top:0;right:calc(100% - 17px);left:auto;opacity:0;visibility:hidden;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}}


nav .nav__menu > li > a:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    right: 100%;
    height: 50px;
    /* background-color: #005634; */
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

li.dropdown i {
    font-size: 16px;
}
.top-head {
    text-align: center;
    padding: 20px;
    font-size: 20px;
    background: #b31516;
}
.table-txt {
    font-size: 16px;
    text-align: left !important;
}
.table-txt h3 {
    font-size: 18px;
    font-weight: 600;
}
/*.list-dis li{
  list-style: none;
}*/
.air-table, .air-table th, .air-table td, .air-table tr, table, td, tr, th {
    border: 1px solid #000;
    border-collapse: collapse;
    padding: 10px 15px;
}
.selected_table {
    background-color: #d3f8c6;
    font-size: 18px;
    border-collapse: separate;
    border-spacing: 2px;
    border: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}
.inner-page h4, .inner-page h3{
      font-size: 18px;
    font-weight: 600;

}
.inner-page p{
  font-size: 18px;
  padding: 20px 0;
}
.pd-40{
  padding-top: 40px;
}
section.inner-page h2 {
    font-size: 20px;
    font-weight: 600;
}

.breadcrumbs-single {
    background-size: cover;
}
.breadcrumbs-inner {
    padding: 175px 0 175px;
    text-align: center;
    position: relative;
}


.page-title {
    margin: 0 auto;
    max-width: 700px;
    font-size: 35px;
    margin-bottom: 5px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}.whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    line-height: 60px;
    bottom: 15px;
    right: 15px;
    background-color: #25d366;
    color: #FFF !important;
    border-radius: 50px;
    text-align: center;
    font-size: 38px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}


select {
  width: 100%;
    margin-top: 0;
    height: 50px;
    padding: 10px;
    color: gray;
}
 textarea{
  width: 100%;
 }
.color-notice{
  font-size: 16px;
  margin-bottom: 10px;
}


.form-req {
    padding-top: 30px;
}


.reg-form{

  background: #cfcff9;
    padding: 20px 70px;
    border-radius: 30px;
}
.reg-form h2{
  text-align: center;
}

.colortag{
  color: red;
}
.pd-m{
  padding-bottom: 20px;
}

.form-control {
    display: block;
    width: 100%;
    height: 50px !important;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

label {
    color: #3f3f3f;
    display: block;
    font-weight: 700;
    margin-bottom: 0.5em;
}

.form-horizontal .control-label {
       padding-top: 0;
    margin-bottom: 8px;
    text-align: left;
    }

.form-horizontal .form-group{
  margin: 0;
}


button.btn.btn-primary.btn-block {
    padding: 12px;
    font-size: 18px;
    background: #4e0123 !important;
    border:0;
}

.fix-btn-footer {
    position: fixed;
    bottom: 20px;
    z-index: 999;
    right: 0;
}
.fix-btn-footer a {
    background: #ff0000;
    display: block;
    border: 1px solid #ff0000;
    padding: 10px;
    /* margin: 10px 0; */
    font-weight: bold;
    border-radius: 35px 0 0px 35px;
    box-shadow: 0 0 12px 0px #060606b0;
}
.fix-btn-footer .first {
    animation: first 1800ms infinite;
}
.fix-btn-footer a {
    font-size: 17px;
}
.fix-btn-footer a {
    color: #fff;
}

.card-custom {
  overflow: hidden;
  min-height: 560px;
  box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
}

.card-custom-img {
/*  height: 200px;*/
  min-height: 270px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-color: inherit;
}

/* First border-left-width setting is a fallback */
.card-custom-img::after {
  position: absolute;
  content: '';
  top: 39%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top-width: 40px;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 545px;
  border-left-width: calc(575px - 5vw);
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #d9ffe7;
}

.card-custom-avatar img {
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
  position: absolute;
  top: 30%;
  left: 1.25rem;
  width: 100px;
  height: 100px;
}.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 24px;

        background: #d9ffe7;
}
.card-title {
    margin-bottom: .75rem;
    font-size: 27px;
    font-weight: 600;
    color: #044f0a;
}
.card-text {
    font-size: 16px;
    text-align: justify;
}

a.btn.custom-btn {
    /* position: absolute; */
    background: #044f0a;
    color: #fff;
    padding: 12px 30px;
    font-size: 14px;
    margin-top: 16px;
}
.portfolio{
  padding: 0;
}
.why-choose{
  padding-left: 30px;
  font-size: 16px;
  padding-bottom: 0;
}
.why-choose ul{
  padding-left: 20px;
  list-style: disc;
  padding-bottom: 20px;
}
.testimonial-author-name {
    font-size: 32px;
    color: #fff;
}
.contact-info-mid{
display: flex;
    border: 2px solid #fff;
    padding: 0px 10px;
    border-radius: 10px;
}
.contact-info-mid .contact-info-icon {
    height: 70px;
    width: 70px;
    text-align: center;
    border-radius: 50%;
     border: 1px solid #ffffff00 ;
    margin: auto;
}
.contact-info-mid .contact-info-icon i {
    font-size: 30px;
    line-height: 70px;
    color: #ffffff;
}

.contact-info-mid .contact-info a{
  color: #ffd800;
}
.contact-info{
      color: #fff;
    font-size: 24px;
    font-weight: 600;
        margin-top: 15px;

}
/*.contact-info a{
  color: #fff;
}*/
.features-item {
    background-color: #d9ffe7;
    margin-bottom: 100px;
    padding: 70px 20px 40px;
    position: relative;
    transition: 0.3s;
    border-radius: 2px;
}
.features-icon {
   font-size: 36px;
    width: 90px;
    height: 90px;
    line-height: 70px;
    text-align: center;
    background: #d9ffe7;
    border-radius: 60px;
    border: 2px dashed #b7afaf;
    box-shadow: 0 0 0 10px #d9ffe7;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translate(-50%);
    color: #bdbdbd;
    transition: 0.3s
}

.features-info .title {
    color: #1c1c1c;
    font-weight: 700;
    margin-bottom: 20px;
}
.features-info a{
  color: #000;
}
.features-icon img{
    width: 50px;
}

.m-t-120 {
    margin-top: 120px;
}
.section-common-space {
    padding: 100px 0;
    background: #2d3e50;
}
.section-header {
    
}

.features-item:hover {
    box-shadow: 0 40px 70px 0 rgba(0, 0, 0, 0.22);
    cursor: pointer;
}

.features-item:hover .features-info .title {
    color: #4e0123;
    border-color: #4e0123;
}

.wrap-title-dark {
    position: relative;
    max-width: auto;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.wrap-title-dark:before {
    bottom: -37px;
    width: 300px;
    margin-left: -150px;
    border-top: 2px solid #16528e;
}
.wrap-title-dark:before, .wrap-title-dark:after {
    position: absolute;
    left: 50%;
    content: '';
}
.wrap-title-dark:after {
    bottom: -43px;
    display: block;
    width: 12px;
    height: 12px;
    margin-left: -6px;
    border: 1px solid #ddd;
    border-radius: 50%;
    background-color: #16528e;
}
h2.page-title {
    font-size: 30px;
    font-weight: 600;
}
.box-vision{
     background: #900401;
    padding: 29px;
    text-align: center;
    height: 390px;
    color: #fff;
    border-radius: 20px;
    box-shadow: rgb(169 68 66) 0px 5px 15px

}
.box-vision p{
    color: #fff;
}
.box-vision h3{
    font-size: 24px;
}
.heading-page{
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
}  
.selected_table th{
  text-align: center;
}
.footer span a{
  color: #fff;
  padding:  0 10px;
}
.main-list strong{
  margin-top: 35px;
}
.alfa-list {
    padding-left: 24px;
    list-style: upper-alpha;
    color: #000;
    font-size: 16px;
}
.num-list{
      padding-left: 24px;
    color: #000;
    font-size: 16px;
}
.terms-box{
  font-size: 16px;
  text-align: justify;
}

.course-page p{
  text-align: justify;
  font-size: 16px;
}


.border-dark {
    border-color: #cfd0ff !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
}

.forms .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    /* min-height: 1px; */
    padding: 24px;
    background: #f5faff;
}
a.btn.btn-outline-primary.bsb-btn-circle {
    border: 1px solid;
    border-radius: 50%;
    line-height: 23px;
}

.forms img {
width:80px;
/*    color: #4e0123;*/
    padding-bottom: 10px;
}
.forms h4{
  font-size: 18px;
  color: #000;
}
.pt-40{
  padding-top: 40px;
}
.pb-40{
  padding-bottom: 40px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #000000;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #666;
    background: #fff;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #d7d7d7;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    padding: 0.7em;
    width: 100%;
}
.form-table {
    overflow-x: auto;
}
.mid-select{
  height: 40px;
}
.list-number {
    padding-left: 30px;
    font-size: 18px;
    line-height: 30px;
}


.list-dis {
    padding-left: 40px;
    font-size: 16px;
}
.seco-list {
  padding-left: 20px;
}
.mid-text h3{
font-size: 25px;
font-weight: 600;
}


.blink-text {
    font-size: 19px;
    font-weight: bold;
    color: #b31516;
    text-transform: capitalize;
    border-radius: 5px;
    animation: blink-txt 2100ms infinite;
    margin: 14px 0;
    position: absolute;
    right: 45px !important;
    bottom: -55px;
    z-index: 999;
}
@keyframes blink-txt {
 0% { color: #F9DB06; text-shadow: 0 0 3px #B31415; }
  50% { color: #B31415; text-shadow: 0 0 3px #F9DB06; }
  100% { color: #F9DB06; text-shadow: 0 0 3px #B31415; }
}
.text-blink{
  font-size:17px;
  font-weight: bold;
  color: #b31516;
  text-transform:capitalize;
  border-radius: 5px;
  animation:text-blink 2100ms infinite;
}
@keyframes text-blink {
 0% { color: #F9DB06; text-shadow: 0 0 3px #B31415; }
  50% { color: #B31415; text-shadow: 0 0 3px #F9DB06; }
  100% { color: #F9DB06; text-shadow: 0 0 3px #B31415; }
}
.header{
  position: relative;
}




/* Image gallery */
.image-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 10px;
}


.image-slider{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 10px;
}
.d-none {
  display: none;
}
.image-gallery img {
  cursor: pointer;
  border-radius: 10px 10px 0 0;
  width: 100%;
}
figure{
  position:relative;
}
figure img::before {
    content: "";
    background: linear-gradient(180deg,rgba(24,39,44,0) 31.76%,rgba(24,39,44,.5) 100%),#d3d3d300 50% / cover no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all .3s ease;
}

figcaption h2{
  position:absolute;
  top:50%;
  color:#fff;
  font-size:64px;
  line-height: 
  letter-spacing: -3.2px;
  opacity: .3;
  font-weight: 400;
  
}
figcaption h2:hover{
  opacity:1;
}
.box-details h3{
    font-size: 18px;
    text-align: center;
    padding: 0;
    font-weight: 600;
    margin: 0;
}
.bg-course{
  margin-top:-10px ;
}
/* Lightbox styles */
#lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #18272C;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    overflow: hidden;
    flex-direction: column;
}

#lightbox img {
 max-width: 100%;
  max-height: 80vh;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
  border-radius: 10px;
}
div#thumbnail-container {
    display: flex;
}
#close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 50px;
  color: #fff;
  cursor: pointer;
  z-index: 2;
}

/* Style for navigation buttons */
#prev-btn,
#next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  padding: 10px;
  cursor: pointer;
  transition: background-color 0.3s;
}

#prev-btn {
  left: 10px;
}

#next-btn {
  right: 10px;
}

#prev-btn:hover,
#next-btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Styles for thumbnails */
.thumbnail-container {
  display: flex;
  flex-direction: row;fix-btn-footer
  flex-wrap: wrap;
  justify-content: center;
}
.thumbnail {
max-width: 100%;
    width: 100px;
    cursor: pointer;
    margin-top: 20px;
    margin-left: 5px;
    margin-right: 5px;
    border: 0px solid #fff;
    opacity: .3;
    transition: opacity 0.3s;
    background: transparent;
}

.thumbnail:hover,
.thumbnail.active-thumbnail {
  opacity: 1;
}

.bg-course{
  margin-top: -10px;
      background: #d9ffe7;
}
.box-details {
    margin-bottom: 20px;
}
.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    width: 100%;
}












        @media (max-width: 768px) {

.menu-toggle .nav__menu{
    display: none;
}
.pb-60{
  padding-bottom: 60px;
}
.mobi-no{
  display: none;
}
.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
   padding-bottom: 20px;
}
.blink-text {
    font-size: 19px;
    font-weight: bold;
    color: #b31516;
    text-transform: capitalize;
    border-radius: 5px;
    animation: blink-txt 2100ms infinite;
    /* margin: 14px 0; */
    position: absolute;
    right: 70px !important;
    bottom: -10px;
}
.menu-toggle.active .nav__menu{
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-height: max-content;
    width: 100%;
    top: 100%;
    position: absolute;
    background: #fff !important;
    z-index: 999;
    left: 0;
    border-radius: 0;
    /* padding-left: 0; */
    padding-right: 25px;
}

.top-text h3{
  display: none;
}
.about-img img{
  border-radius: 0;
  padding: 0;
}

.section-title h1 {
    font-size: 24px;
    font-weight: 700;
}
.testimonial-content {
    height: 380px;
    background: #a9ceeb;
    padding: 40px;
    border-radius: 20px;
}
.testimonial-item{
  margin-bottom: 50px;
}
.contact-info {
    width: 100%;
    display: block;
    justify-content: space-between;
    text-align: center;
}
.breadcrumbs-inner {
    padding: 50px 0 50px;
    text-align: center;
    position: relative;
}
.page-title {
    margin: 0 auto;
    max-width: 700px;
    font-size: 25px;
    margin-bottom: 5px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }   


    .testimonial-author-name {
    font-size: 26px;
    color: #fff;
}
 .contact-info-mid .contact-info {
    margin-bottom: 0px;
    width: 100%;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-top: 11px
  }
.section-header-two h2::after {
content: "";
    position: absolute;
    width: 78px;
    background: #4e0123;
    left: 0;
    top: 100px;
    padding: 2px;
    margin: 0 auto;
    right: 0;
}
.section-header-two h2 {
    font-size: 27px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #000;
    text-transform: uppercase;
}

.forms h4{
  font-size: 17px;
}
.pt-40 {
    padding-top: 0px;
}
.pt-m-20{
  padding-top: 20px;
}



}