

/*=== MEDIA QUERY ===*/
@import url("https://fonts.googleapis.com/css?family=Anaheim|Quattrocento+Sans:400,700");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:300,400,600");
html {
  background-color: #f8fbf8;
  color: #e9eef2;
  scroll-padding-top: 90px;
}

body {
  background-color: #f8fbf8;
  font-family: "Anaheim", sans-serif;
  color: #e9eef2;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: "Quattrocento Sans", sans-serif;
  color: #afbac4;
}

p {
  font-family: "Quattrocento Sans", sans-serif;
}

/*=================================================================
  Basic Setup
==================================================================*/
::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #FF5C00;
}

::selection {
  color: #fff;
  background: #FF5C00;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

figure {
  margin: 0;
}

a {
  color: #fff;
  transition: all 0.3s ease-in 0s;
}

iframe {
  border: 0;
}

a,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus,
a:hover {
  color: #6CB670;
}

.kill-margin-bottom {
  margin-bottom: 0 !important;
}

.padding-0 {
  padding: 0 !important;
}

.btn {
  background-color: transparent;
  color: #fff;
  padding: 10px 30px;
  border-radius: 0;
  transition: all 0.3s ease-in 0s;
}
.btn:focus {
  color: #ddd;
  box-shadow: none;
}

.btn-transparent {
  border: 1px solid #4e595f;
  background-color: #FF5C00;
  color: #000;
  font-weight: 550;
}
.btn-transparent:hover, .btn-transparent:focus {
  background-color: #14692d;
  border-color: #4e595f !important;
  color: #fff;
}

/* Button 5: Liquid Fill */
  .btn-liquid {
      background: transparent;
      color: #ffa36c;
      font-weight: 600;
      font-size: 16px;
      letter-spacing: 0.12em;
      border: 2px solid #ffa36c;
      position: relative;
      overflow: hidden;
  }

  .btn-liquid::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background:#ffa36c;
      z-index: -1;
      transform: translateX(-100%);
      transition: transform 0.5s ease;
  }

  .btn-liquid:hover {
      color: #1a1a2e;
  }

  .btn-liquid:hover::before {
      transform: translateX(0);
  }

/*.form-control {
  background-color: #2f383d;
  border-radius: 0;
  padding: 5px 10px;
  border: 0 none;
  color: #ddd;
}*/

label{
  font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}

.border {
  border-top: 2px solid rgba(236, 239, 241, 0.07);
  height: 1px;
  margin: 15px auto 0;
  position: relative;
  width: 30%;
}
.border:before {
  background-color: #fff;
  content: "";
  height: 6px;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  top: -4px;
  width: 50px;
  background-color: #FF5C00;
}

.color {
  color: #6CB670;
}

.sub-title {
  padding: 0 0 50px;
}

.sub-title > h3 {
  border-left: 3px solid #ddd;
  border-right: 3px solid #ddd;
  display: inline-block;
  padding: 5px 25px;
  text-transform: uppercase;
}

.btn.active:focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
}

.bg-one {
  background-color: #f8fbf8;
}

.bg-dark {
  background: #14692d;
}

.parallax-section {
  background-attachment: fixed !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.no-padding {
  padding: 0 !important;
}

.inline-block {
  display: inline-block;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

figure {
  margin: 0;
}

a {
  transition: all 0.2s ease-in 0s;
}

iframe {
  border: 0;
}

a,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus,
a:hover {
  color: #FF5C00;
}

.btn-main {
  background: #FF5C00;
  color: #000;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 10px 35px;
  text-transform: uppercase;
}
.btn-main:hover {
  background: #14692d;
  color: #fff;
}

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

.section {
  padding: 68px 0;
}
@media (max-width: 480px) {
  .section {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .section {
    padding: 50px 0;
  }
}

.section-sm {
  padding: 70px 0;
}

.section-xs {
  padding: 50px 0;
}

.btn:focus {
  color: #ddd;
}

#home {
  position: relative;
}

.btn.active:focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
}

.parallax-section {
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.preloader {
  background: #fff;
  height: 100%;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sk-cube-grid {
  width: 40px;
  height: 40px;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #FF5C00;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    transform: scale3D(1, 1, 1);
  }
  35% {
    transform: scale3D(0, 0, 1);
  }
}
@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    transform: scale3D(1, 1, 1);
  }
  35% {
    transform: scale3D(0, 0, 1);
  }
}
.title {
  padding-bottom: 30px;
}
.title h2 {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 30px;
  color: #14692d;
  letter-spacing: 1px;
  box-shadow: 5px 10px 18px #16222A!important;
  width: max-content;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: -o-max-content;
  padding: 10px 40px!important;
  margin: auto;
}
.title h2 span {
  color: #FF5C00;
}
.title p {
  color: #666;
}
.title.title-white h2 {
  color: #fff;
}

.bg-gray {
  background: #f9f9f9;
}

.section-bg {
  background: linear-gradient(to right, #14692d, #16222A);
}

.overly {
  position: relative;
}
.overly:before {
  content: "";
  background: rgba(0, 0, 0, 0.096);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.header-bradcrumb {
  background: transparent;
}
.header-bradcrumb a,
.header-bradcrumb .active {
  color: #cfcfcf;
  font-weight: 200;
  font-family: "Quattrocento Sans", sans-serif;
}
.header-bradcrumb a:hover {
  color: #FF5C00;
}

.slick-slide {
  outline: none;
}

/* CSS mfp-with-zoom class */
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.pagination li {
  margin: 5px;
  display: inline-block;
}
.pagination li a {
  background: #14692d;
  border: 0;
  color: #fff;
  border-radius: 0 !important;
}
.pagination li a:focus, .pagination li a:hover, .pagination li a.active {
  background: #FF5C00;
  color: #fff;
  box-shadow: none;
}

.logo {
  margin-top: 10px;
  display: inline-block;
}

.nsdc_img{
  height: 50px;
  width: 90px;
}

.single-page-header {
  background-image: url("../images/about/about-header.jpg");
  background-size: cover;
  padding: 140px 0 70px;
  text-align: center;
  color: #fff;
  position: relative;
}
.single-page-header:before {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

/*=================================================================
  Navigation
==================================================================*/
.navigation {
  background-color: #ffffff;
  width: 100%;
  z-index: 99;
  margin-bottom: 0;
  padding: 10px 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.navigation .logo {
  padding: 2px;
  height: auto;
  margin-top: 0;
  background: #fff;
  /*box-shadow: 5px 5px 10px #16222A!important;*/
}
.navigation .logo img {
  height: auto;
  width: 150px;
}
.navigation .navigation-menu li a.active {
  color: #FF5C00 !important;
}
.navigation .navigation-menu a {
  padding-left: 15px !important;
  padding-right: 15px !important;
  font-size: 21px;
  font-weight: 550;
  color: #000000!important;
}
.navigation .navigation-menu a:hover, .navigation .navigation-menu a:focus {
  background: transparent;
  color: #FF5C00 !important;
}

.navbar-toggle {
  border: 1px solid #fff;
  border-radius: 0;
}
.navbar-toggle span {
  background: #fff;
}

.login_nav{
  cursor: pointer;
}

.bg-1 {
  background-image: url("../images/backgrounds/computer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-2 {
  background-image: url("../images/backgrounds/bg-3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bg-3 {
  background-image: url("../images/backgrounds/bg-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.hero-area {
  background-size: cover;
  /* Center the image horizontally and vertically */
  background-position: center center; 
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.hero-area .block {
  text-align: center;
  z-index: 99;
}

.hero-area .video-button{
  margin-bottom: 100px;
}
.hero-area .block h1 {
  font-size: 70px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .hero-area .block h1 {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  .hero-area .block h1 {
    font-size: 48px;
  }
}
.hero-area .block h2 {
  box-sizing: border-box;
  color: #FF5C00;
  text-transform: capitalize;
  font-weight: 900;
  font-size:40px;
  /*border-radius: 20px;
  border: 6px solid #FF5C00;*/
  border: none;
  display:inline-block;
  padding:10px 35px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 20px;
  background-color: #42455a;
}

/* for border animation of virtual office header */

.hero-area .block h2::before{
  content: '';
  position: absolute;
  inset: -1px 0px;
  background: #FF5C00;
  transition: 500ms;
  animation: rotate 5s linear infinite;
  z-index: -1;
}
.hero-area .block h2::after{
  content: '';
  position: absolute;
  inset: 3px;
  border-radius: 20px;
  background: #22232e;
  z-index: -1;
}
@keyframes rotate {
  0%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(360deg);
  }
}

.hero-area .block p {
  color: #fff;
  font-size: 20px;
  width: 100%;
  margin: 0 auto;
}
.hero-area .block .btn-transparent {
  margin-top: 20px;
  border-color: #fff;
  padding: 14px 50px;
  font-size: 18px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
}

.hero-video {
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.overlay {
  position: relative;
}
.overlay::before {
  content: "";
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  left: 0;
}

.dark-bg {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
}
.fa-play {
  color:#FF5C00!important;
}

.fa-solid { 
  transition:.5s; /* this is grow duration */
}

.fa-solid:hover {
transform:scale(1.4); /* this is grow amount */
}

.video-play-button {
  position: absolute;
  z-index: 10;
  top: 25%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #eb2055; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 25%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 55px;
  height: 55px;
  background: #FF5C00;
  border-radius: 50%;
  animation: pulse-border 1100ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 25%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #FF5C00;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 19px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  top: -10px;
  left: 5px;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/* Small (SM) Devices: Landscape Phones (576px and up) */
@media (max-width: 576px) {
  .hero-area .block h1 {
    font-size: 28px;
  }
  .hero-area .block h2{
    font-size: 25px;
  }
  .hero-area .block p{
    font-size: 18px;
  }
}

/*=================================================================
  About us section
==================================================================*/


.fa-solid{
  color: rgba(236, 239, 241, 0.8);
}

.about-2{
  background:linear-gradient(to right, #14692d, #16222A);
}

.about-2 .content-block {
  padding: 5px 10px;
}
@media (max-width: 768px) {
  .about-2 .content-block {
    padding: 40px 15px;
  }
}
.about-2 .content-block .media {
  margin-top: 25px;
}
.about-2 .content-block .media .pull-left {
  padding-right: 15px;
}
.about-2 .content-block .media i {
  font-size: 30px;
  
}
.about-2 .content-block .media h4 {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  border-bottom: 1.5px solid #FF5C00;
}

.about-2 .content-block h2{
 font-weight: 600;
 color: #fff;
 padding-bottom: 10px;
}


/*=================================================================
 Call To Action 1
==================================================================*/
.call-to-action {
  background-attachment: fixed;
}
.accvav{
  background: rgba(0,0,0,0.3);
  padding: 15px 20px;

}
.call-to-action h2 {
  font-weight: 700;
  color: #fff;
  font-size: 2.5rem;
  
}
.call-to-action p {
  font-size: 20px;
  color: #fff!important;
  font-weight: bold;
}
.call-to-action .btn-main {
  margin-top: 20px;
}

/*=================================================================
 Call To Action 2
==================================================================*/
.call-to-action-2 {
  padding: 100px 0;
  background-image: url("../images/call-to-action/call-to-action-bg.jpg");
  background-size: cover;
  color: #fff;
}
.call-to-action-2 h2 {
  line-height: 1.5;
}
.call-to-action-2 p {
  color: #fff;
}
.call-to-action-2 .btn-main {
  margin-top: 20px;
}

.contact-us {
  padding-top: 50px;
}

.contact-us h2{
  color: #fff;
}

.contact-form {
  margin-bottom: 60px;
}
.contact-form .form-control {
  background-color: #fff;
  border: 1px solid rgba(236, 239, 241, 0.07);
  height: 35px;
}
.contact-form textarea.form-control {
  padding: 10px;
  height: 100px;
}

.contact-form ::placeholder {
  color: ##14692d;
  opacity: 1; /* Firefox */
}

.contact-form ::-ms-input-placeholder { /* Edge 12 -18 */
  color: ##14692d;
}

.contact-form input:hover,
.contact-form textarea:hover,
#contact-submit:hover {
  border-color: #FF5C00;
}

#contact-submit {
  border: 1px solid rgba(236, 239, 241, 0.07);
  background: #FF5C00;
  padding: 12px 0;
  width: 100%;
  margin: 0;
}

.google-map .maps iframe {
  height: 400px;
  width: 100%;
}

.contact-info p {
  margin-bottom: 25px;
}

.con-info {
  margin-bottom: 20px;
}

.con-info i,
.con-info span {
  float: left;
}

.con-info span {
  margin: -5px 0 0 15px;
}

/*.error {
  display: none;
  padding: 10px;
  color: #D8000C;
  border-radius: 4px;
  font-size: 13px;
  background-color: #FFBABA;
}

.success {
  background-color: #6cb670;
  border-radius: 4px;
  color: #fff;
  display: none;
  font-size: 13px;
  padding: 10px;
}*/

#map {
  height: 370px;
  width: 100%;
}

/*=================================================================
  Item counter section
==================================================================*/
.counters-item {
  padding: 25px 0;
  margin-bottom: 10px;
  background: #14692d;
}
.counters-item i {
  margin-bottom: 10px;
  font-size: 30px;
  display: inline-block;
}
.counters-item span {
  display: block;
  font-weight: bold;
  font-size: 35px;
  line-height: 50px;
  color: #FF5C00;
}
.counters-item h3 {
  font-size: 18px;
  margin: 0;
  color: #fff;
  text-transform: capitalize;
}

/*=================================================================
  Pricing section
==================================================================*/
.price-item {
  border: 1.5px solid rgba(19, 109, 47, 0.7);
  padding-bottom: 30px;
  margin: 15px 0;
}

.price-item ul{
  background-color: #14692d;
}

.price-title {
  background-color: #fff;
  padding: 10px 0 10px;
  min-height: 100px;
}
.price-title h3 {
  color: #14692d;
  margin: 0 0 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}
.price-title p {
  font-size: 12px;
  font-weight: 400;
  color: #FF5C00;
  margin-bottom: 5px!important;
}
.price-title .value {
  color: #FF5C00;
  font-size: 18px;
}

.pricing li {
  padding: 10px 0;
  font-size: 15px;
  border-bottom: 1px solid rgba(236, 239, 241, 0.09);
}
.pricing li:last-child {
  border-bottom: 1px solid rgba(236, 239, 241, 0.5);
  margin-bottom: 20px;
}
.pricing li:nth-child(2n) {
  background-color: #14692d;
}
.pricing li .btn {
  text-transform: uppercase;
  margin: 20px 0;
}

.pricing .btn{
  border:.5px solid white;
  padding: 5px 10px;
}
.pricing .btn-info{
  background-color: #FF5C00;
}
.pricing .btn-primary{
  background-color: #dc143c;
}
.details{
  background-color: #fff;
}


/*=================================================================
  Our skills
==================================================================*/
.skill-bar p {
  font-size: 18px;
  margin-bottom: 0;
}
.skill-bar p span {
  font-style: italic;
  font-size: 16px;
  color: rgba(207, 207, 207, 1);
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
}
.skill-bar .progress {
  height: 6px;
  border-radius: 0;
}
.skill-bar .progress .progress-bar {
  background: #FF5C00;
}
.skill-bar li:not(:last-child) {
  margin-bottom: 10px;
}
.description p{
  padding-left: 1em;
  text-indent: -1em;
}
.description{
  padding-top: 10px;
}
.det{
  background-image: linear-gradient(-40deg , #bb7413, #e7d25c);
  color: #000;
  padding: 20px 15px;
}
.det h4{
 margin: auto;
 border-radius: 30px;
 padding: 8px 20px;
 font-size: 19px;
}
.description .btn{
  background: linear-gradient(to right, #14692d, #16222A);
  transition: transform 0.2s ease-in-out;
  box-shadow: 3px 5px 5px #000000;
  font-size: 15px;
  border-radius: 2px;
}
.description .btn:hover{
  transform: scale(1.1);
}
/*=================================================================
  Our Team
==================================================================*/
.team-member {
  background-color: #14692d;
  margin: 15px 0;
  min-height: 475px;
}
.team-member:hover .mask {
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
  transform: rotateY(0deg) scale(1, 1);
}

.member-photo {
  overflow: hidden;
  position: relative;
}

.member-photo img {
  width: 324;
  height: 327;
}
@media (max-width: 768px) {
  .member-photo {
    text-align: center;
  }
}
.member-photo:hover img {
  transform: scale(1.2);
}
.member-photo img {
  transition: all 0.4s ease 0s;
}
@media (max-width: 768px) {
  .member-photo img {
    display: inline-block;
  }
}
.member-photo .mask {
  background-color: rgba(87, 203, 204, 0.7);
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.5s ease-out 0s;
  transform: rotateY(180deg) scale(0.5, 0.5);
}
.member-photo .mask ul {
  text-align: center;
  position: relative;
  top: 125px;
}
.member-photo .mask ul li a {
  border: 1px solid #fff;
  color: #fff;
  display: block;
  font-size: 20px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 35px;
}
.member-photo .mask ul li a:hover {
  background-color: #fff;
  color: #FF5C00;
  border: 1px solid transparent;
}

.member-meta {
  padding: 15px;
}
.member-meta h4 {
  margin: 0 0 5px;
  color: #fff;
  font-weight: 500;
}
.member-meta span {
  font-size: 14px;
  color: #FF5C00;
  font-weight: 600;
}

.member-meta p {
  font-size: 15px;
  border-top: .2px solid white;
  padding-top: 15px;
}

/*=================================================================
  Testimonial section
==================================================================*/
.testimonial:before {
  background: rgba(42, 48, 55, 0.7);
}

.client-info {
  margin: 0 auto;
  width: 65%;
}
@media (max-width: 992px) {
  .client-info {
    width: 75%;
  }
}
@media (max-width: 768px) {
  .client-info {
    width: 90%;
  }
}

.client-comment p {
  color: #dfe6ed;
  font-size: 18px;
  margin-bottom: 0;
}

.client-thumb img {
  border-radius: 50%;
  margin: 0 auto;
  max-width: 115px;
  width: 100%;
}

.client-meta {
  margin: 0 0 10px;
}
.client-meta h3 {
  margin: 15px 0 5px 0;
  color: #fff;
}
.client-meta span {
  font-size: 12px;
  color: #fff;
  font-weight: bold;
}

.owl-pagination,
.owl-buttons {
  text-align: center;
}

.owl-controls .owl-page {
  display: inline-block;
}

.owl-controls .owl-page span {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50px;
  display: block;
  height: 13px;
  margin: 0 4px;
  width: 13px;
  opacity: 1;
  filter: alpha(opacity=100);
}

.owl-controls .owl-page.active span,
.owl-controls .owl-page:hover span {
  background-color: #FF5C00;
  border: 2px solid transparent;
}

.our-clients {
  margin: 30px 0 0;
}

#our-clietns .item img {
  max-width: 150px;
  width: 100%;
}

#our-clietns .owl-next,
#our-clietns .owl-prev {
  border: 1px solid #ddd;
  border-radius: 50px;
  display: inline-block;
  margin: 45px 0 0;
  padding: 3px 15px;
  position: relative;
  text-align: center;
}

#our-clietns .owl-next i,
#our-clietns .owl-prev i {
  line-height: 34px;
}

#our-clietns .owl-prev {
  margin-right: 15px;
}

#our-clients .item {
  margin: 10px;
}

/*=================================================================
  Latest News & Events
==================================================================*/

.border-effect { 
  height:15px;
  width:20%;
  margin-top:2px; 
}


.news_event_card * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

  }

  .news_event_card .item {
    position: relative;  
    overflow: hidden;
    width: 100%;
  }
  
  .news_event_card .item i {
    max-width: 100%; 
    width: 80px;
    height: 80px; 
    float: right;
    margin-right: 15px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .fa-newspaper,.fa-image{
    font-size: 80px!important;
    color: #14692d!important;
  }
  .news_event_card.card{
  border: 3px solid #14692d!important;
}

.news_event_card .card-body{
  margin-top: 0px!important;
}

.news_event_card .card-title{
  color: #fff!important;
  background-color: #14692d!important;
  padding: 5px 30px;
  border: double;
}

/*=================================================================
  Footer section
==================================================================*/

#footer{
  background-color: #14692d;
}

.social-icon {
  padding: 30px 0 35px;
}
.social-icon ul {
  text-align: center;
}
.social-icon ul li {
  margin-bottom: 4px;
}
.social-icon ul li:hover a {
  background-color: #FF5C00;
  transform: rotateY(0deg);
}
.social-icon ul li:hover a i {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  transform: rotateY(0deg);
}
.social-icon ul li a {
  background-color: #fff;
  border: 1px solid transparent;
  display: block;
  height: 70px;
  width: 70px;
  transform: rotateY(180deg);
  transition: all 400ms ease-out 0s;
}
@media (max-width: 768px) {
  .social-icon ul li a {
    width: 55px;
    height: 55px;
  }
}
.social-icon ul li a i {
  color: #14692d;
  display: inline-block;
  font-size: 32px;
  line-height: 70px;
  margin: 0;
  opacity: 0.7;
  filter: alpha(opacity=30);
  transform: rotateY(180deg);
  transition: all 400ms ease-out 0s;
}
@media (max-width: 768px) {
  .social-icon ul li a i {
    line-height: 55px;
    font-size: 25px;
  }
}

.copyright {
  padding: 20px 0;
  color: #fff;
}
.copyright img {
  margin-bottom: 15px;
}
.copyright p {
  margin-top: 10px;
}

#scrollUp {
  border: 1px solid #4e595f;
  bottom: 15px;
  color: #fff;
  display: none;
  padding: 8px 12px;
  position: fixed;
  right: 20px;
  z-index: 600;
}

#scrollUp:hover {
  background-color: #FF5C00;
  border: 1px solid #FF5C00;
}





.form-group:last-child,
.form-group:last-child input {
  margin: 0;
}
/*# sourceMappingURL=style.css.map */


.para{
  color: black!important;
  font-size: 22px;
  font-weight: 400;
}

.course_head{
  font-size: 22px;
}

.text-white{
  color: white;
}

.text-orange{
  color: #FF5C00;
}

.why{
  font-size: 32px!important;
}

.smalltext{
  font-size: 14px!important;
  margin-left: 5%;
  color: rgba(255, 255, 255, 0.7)!important;
  font-style: normal!important;
}

.circular{
  clip-path: circle();
}

.badge{
  display: block;
  padding: 16px;
  font-size: 15px;
  background-color: #14692d!important;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: white!important;
  box-shadow: 4px 4px 10px inset #000;
}

.badge:hover{
  color: #ffcc00!important;
  border: 2px solid  #ffcc00!important;
  font-weight: 600;
  font-size: 15px;
}
.badge i{
  color: white;
  padding-right: 6px;
}

.badge:hover i,.badge:hover a{
  color:#ffcc00;
}

/* Button 2: 3D Lift */
  .btn-3d-lift {
      color: white;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.9);
      transform: translateY(0);
  }

  .btn-3d-lift:hover {
      transform: translateY(-4px);
      box-shadow: 0 10px 0 #000, 0 14px 20px rgba(0, 0, 0, 0.3);
  }


/* Stretch the absolute pseudo-element boundaries to match the card */
.badge .img_link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1; /* Floats the interactive zone across the whole surface */
}




.read{
  padding: 5px 10px!important;
  font-size: 12px;
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
    background:#ffffff ;
    color: #000000;
    border: none;
}
/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 


/*=================================================================
  Our Partners
==================================================================*/

.partner_logo{
  padding: 15px;
}

.quick_links a{
  font-size: 18px;
  padding: 5px 10px;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.quick_links a:hover{
  font-weight: 20px;
  border: 1px solid #FF5C00;
  background-color: #FF5C00;
  color: #fff;
}

.quick_links p{
  font-size: 20px;
}
.virtual_ofc ul{
  list-style: square;
}

.virtual_ofc ul li ul{
  list-style: circle;
}

.virtual_ofc ul ul {/* Add a margin for any <ul> inside another <ul> */
    margin-left: 2em;
}

.hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 2px dotted #fff;
    margin: 2em 0;
    padding: 0;
}




.readmoreModal .modal p,.readmoreModal .modal ul li{
      padding:5px!important;
    }

    .readmoreModal .modal ul{
      list-style-type: disc!important;
    }


    .readmoreModal .modal-header,.readmoreModal .modal-footer,.readmoreModal .modal-body{
      

        background-image: url(/home_page/images/modal_background.jpg)!important;
        background-size: cover!important;
        color: black!important;
        border: none!important;
    }

    .readmoreModal .modal-dialog{
      max-width: 900px!important;
    }

    .readmoreModal .close{
      background-color: white!important;
      color: black!important;
      width: 50px!important;
      height: 50px!important;
      border-radius: 50%!important;
      opacity: 1!important;
      font-size: 28px!important;
      line-height: 2px;
      margin: 0px!important;
      margin-top: -35px!important;
      margin-right: -35px!important;
    }

    .readmoreModal .modal-content ul li
    {
      margin-left: 25px;
      font-size: 15px;
    }
    .readmoreModal .modal-body{
      max-height: 450px!important;
      overflow-y: scroll;
    }
    .readmoreModal .heading{
      background-color: black;
      color: white;
      padding: 5px !important;
      display: inline-block;
    }


/* course details modal css */

.course_details_modal .modal-dialog{
  margin: 30px auto;
    max-width: 70vw;
}

.course_details_modal .modal-dialog .modal-body{
    max-height: 450px;
    overflow-y: auto;
}
.course_details_modal .modal-title{
  color: black;
}

.course_details_modal .modal-content p{
  font-size: 15px;
  margin-left: 15px;
}

.course_details_modal .modal-content ul li
{
  margin-left: 25px;
  font-size: 15px;
  list-style-type: disc;
}

.lower-alpha{
  list-style-type: lower-alpha;
}
.lower-roman{
  list-style-type: lower-roman;
}

.course_details_modal .modal-content table tr td {
  padding-left: 15px!important;
}

.course_details_modal .modal-content ol li{
  margin-left: 25px;
  font-size: 15px;
}

.course_details_modal .modal-header,.course_details_modal .modal-footer,.course_details_modal .modal-body{
  background: #ffb347!important;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #ffcc33, #ffb347)!important;  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #ffcc33, #ffb347)!important;
    color: black!important;
    border: none!important;
}

.course_details_modal .close{
  background-color: white!important;
  color: black!important;
  width: 50px!important;
  height: 50px!important;
  border-radius: 50%!important;
  opacity: 1!important;
  font-size: 28px!important;
  line-height: 2px;
  margin: 0px!important;
  margin-top: -35px!important;
  margin-right: -35px!important;
}



.course_details_modal .modal-header h6{
  margin: auto!important;
  background: white!important;
  padding: 10px;
  border-radius: 50vh;
}

.course_details_modal .modal-body h5{
  color: #14692d!important;
  text-transform:uppercase!!important;
  font-weight: 800!important;
}

.btn-dark{
  background-color: black;
  color: white;
  font-size: 20px;
}

#btn-back-to-top {
  background-color: #FF5C00;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  position: fixed;
  bottom: 250px;
  right: 25px;
  display: none; /* Hidden by default */
  z-index: 1000; /* Ensures it sits above other content */
}

#btn-back-to-top::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#btn-back-to-top:hover {
  cursor: pointer;
  background-color: #ffffff;
  color: #FF5C00;
}

#btn-back-to-top:hover::after {
  color: #FF5C00;
}

#btn-back-to-top:active {
  background-color: #555;
}



.scroll_down{
  left: 50%;
  transform: translateY(0%) rotate(45deg);
  
                opacity: 0;
}
@keyframes scrolldown {
            0%{
                transform: translateY(20%) rotate(45deg);
                opacity: 0.7;
            }
            50%{
                transform: translateY(0%) rotate(45deg);
                opacity: 0.2;
            }
            100%{
                transform: translateY(20%) rotate(45deg);
                opacity: 0.7;
            }
        }

.sample_cert{

  font-size: 15px;
  font-weight: bold;
  height: 70px;
  border-radius: 30px;
  background-color: #ff8d66;
  color: #ffffff;
  padding: 10px 20px;
  width: 100px;

}

.cert_img {
    width: 30px;
}
.Cert_Verify{
  font-size: 15px;
  font-weight: bold;
  border-radius: 30px;
  height: 70px;
  color: #ffffff;
  background-color:#ff8d66;
  padding: 10px 20px;
  width: 100px;
  cursor:pointer;
}

.Cert_Verify:hover,.sample_cert:hover{
  color: #000;
}

#sampleCertModal .modal-header,#sampleCertModal .modal-footer,#sampleCertModal .modal-body{
      background:#ffb347!important;
}

#sampleCertModal .modal-header h6{
  margin: auto!important;
  color:white!important;
  padding: 0px;
  font-weight:bold;
}

#sampleCertModal .close{
  background-color: white!important;
  color: black!important;
  width: 40px!important;
  height: 40px!important;
  border-radius: 50%!important;
  opacity: 1!important;
  font-size: 28px!important;
  line-height: 2px;
  margin: 0px!important;
  margin-top: -30px!important;
  margin-right: -40px!important;
}

#verifyCertificateModal .modal-header,#verifyCertificateModal .modal-footer,#verifyCertificateModal .modal-body{
  background: white!important;
}

#verifyCertificateModal .btn-warning{
  background-color: #ffc107;
  color: black;
}

#verifyCertificateModal .modal-title{
  color: white;
}

.ui-datepicker .ui-state-default.ui-state-highlight{
      border-color: #dcdcdc;
      background: #0275d8;
      color: #fff !important;
  }

.col-sm-8 p span{
  color: #14692d!important;
}
.certificate_info .col-sm-4,.certificate_info .col-sm-8{
  font-style: italic;
  padding: 5px;
  padding-right: 0px;
  margin-bottom: 5px;
  font-size: 14px!important;
}
.certificate_info .col-sm-8{
  border: .1px dotted gray;
  color: green;
  font-weight: bold;
}
.certificate_info .col-sm-4{
  background: #14692d;
  color: white;
  font-size: 14px!important;
  border-radius: 5px 0px;
}

.reveal{
  border-radius: 0px!important;
  background-color:#14692d;
  height: 37px;
  display: inline-block;
  width: 100%;
}

.text-bg-white{
  background: white;
  padding: 1px 15PX;
  border-radius: 5PX;
  color:#FF5C00;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: -o-max-content;
}



.position-fixed{
  position: fixed;
}

.contact-button {
  background-color: #ffcc00;
  color: #000;
  padding: 2em 2em;
  height: 1em; width: 1em;
  border-radius: 100%;
  bottom: 8rem;
  right: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  
}
.contact-button, .contact-button__icon {
  transition: all 0.5s ease-in-out;
}

.contact-button:hover {
  box-shadow: 0px 0px 0px 2px #000, 0px 0px 0px 12px #ffcc00;
  cursor: pointer;
}

.contact-button:hover .contact-button__icon {
  transform:scale(1.5);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); 
}
.contact-no span{
  display: none;
  background-color: #ffcc00;
  padding: 10px 20px;
  font-size: 18px;
  color: #000;
  text-align: center;
  position: fixed;
  bottom: 8.6rem;
  right: 5.5rem;
  z-index: 10000;
}

.contact-button:hover + .contact-no span{
  display: block; 
}

@media (max-width: 576px) {
  #btn-back-to-top{
    bottom: 350px;
  }
}