/* montserrat */
@font-face {
  font-family: "montserrat-regular";
  src: url("montserrat/montserrat-regular-webfont.woff2") format("woff2"),
    url("montserrat/montserrat-regular-webfont.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "montserrat-bold";
  src: url("montserrat/montserrat-bold-webfont.woff2") format("woff2"),
    url("montserrat/montserrat-bold-webfont.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}

* {
  box-sizing: border-box;
}
/* Timeline Main Container */
.timeline {
    position: relative;
    max-width: 800px;
    margin: 40px auto;
    padding: 20px 0;
}

/* The Vertical Line */
.timeline-container {
    position: relative;
}

.timeline-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 20px; 
    height: 100%;
    width: 2px;
    background: #ccc;
}

/* Individual Block */
.timeline-block {
    position: relative;
    margin-bottom: 30px;
    padding-left: 50px;
}

/* The Dot/Marker */
.marker {
    position: absolute;
    top: 15px; /* Adjusted to align with text better */
    left: 14px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #dc3545;
    border: 3px solid #fff;
    box-shadow: 0 0 0 3px #ced4da;
    z-index: 10; /* Increased to stay above lines */
    transition: all 0.3s ease;
}

/* Content Styling */
.timeline-content {
    background: #fff;
    padding: 15px 20px;
    border-radius: 8px;
    border-top: 3px solid transparent;
    transition: all 0.3s ease;
}

.timeline-content h4 {
    color: #ffc107 !important;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 2rem;
}

.timeline-content p {
    color: #6c757d;
    margin-bottom: 0;
    font-size: 0.95rem;
}

/* Hover Effects */
.timeline-block:hover .marker {
    background: #f7941d;
    transform: scale(1.2) translateX(0); /* Ensure scale works with centering */
}

/* --- Desktop Centered Version --- */
@media (min-width: 768px) {
    .timeline-container::before {
        left: 50%;
        transform: translateX(-50%); /* Perfectly centers the 2px line */
        margin-left: 0;
    }

    .timeline-block {
        width: 100%; /* Parent takes full width to allow internal alignment */
        margin-bottom: 50px;
        padding-left: 0;
        display: flex;
        justify-content: center;
    }

    /* Target the content box to be half-width */
    .timeline-content {
        width: 45%; 
    }

    /* Odd items on the left */
    .timeline-block:nth-child(odd) {
        justify-content: flex-start;
    }
    .timeline-block:nth-child(odd) .timeline-content {
        text-align: right;
    }

    /* Even items on the right */
    .timeline-block:nth-child(even) {
        justify-content: flex-end;
    }
    .timeline-block:nth-child(even) .timeline-content {
        text-align: left;
    }

    /* THE FIX: Center the marker exactly */
    .marker {
        left: 50%;
        margin-left: -7px; /* Half of the 14px width */
        top: 20px;
    }
    
    /* Ensure scale doesn't shift the marker off-center */
    .timeline-block:hover .marker {
        transform: translateX(0) scale(1.2);
        left: 50%;
    }
}
html {
    width: 100%;
    overflow-x: hidden !important;
  scrollbar-gutter:unset;
  scrollbar-width:auto;

}

body {
   width: 100%;
    overflow-x: hidden !important;
  scrollbar-gutter:unset;
  scrollbar-width:none;
  overflow-y:auto;
}
.bg-fixed {
  background-attachment: scroll !important;
}

body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  color: #555;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  margin-top: 0;
}

h6 {
  color: #948f7f;
}

.card h5 {
  color: #005a88;
}

.card h4 {
  color:#f05a22;
}


.mb-6,
.my-6 {
  margin: 0 0 5rem 0 !important;
}

.mb-7,
.my-7 {
  margin: 0 0 7rem 0 !important;
}

.mt-6 {
  margin: 5rem 0 0 0 !important;
}

.mt-7 {
  margin: 7rem 0 0 0 !important;
}

.bg-white h2 {
  color: #f7941d;
}

.bg-white h3,
.lnr:before {
  color: #f7941d;
  font-size: 2rem;
}

.bg-success {
    background-color: #f05a22 !important;
}

.bg-info {
    background-color: #1ebcc5 !important;
}



.bg-primary .lnr:before {
  color: #fff;
}
.not-on-top #header-navbar
.lnr:before {
  /* color: #fff; */
}


.bg-white h4 {
  color: #005a88;
}

a {
  color: #999;
  transition: all .3s ease-in-out;
}

a:focus,
button:focus {
  outline: none;
}

.btn:hover,
a:hover {
  text-decoration: none;
  color: #f05a22;
}

img {
  max-width: 100%;
}

.bg-fixed {
  background-size: cover;
}

.bg-grey {
  background: linear-gradient(to bottom, #f6f6f6, #ffffff, #f6f6f6);
}

.active-parent {
  background: #b7b8b0;
}

nav .nav-pills .nav-link.active, .nav-pills .show>.nav-link, nav .nav-pills .nav-link:hover {background-color: #005a88 !important;border-radius: 3px;color: #fff;margin: 0 0 3px 3px;}

.level-1 li.nav-item {
  font-size:0.9rem;
  background: #eee;
  border-radius: 3px;
  margin: 0 5px 10px;
}

.nav-item2 {
  font-size:0.9rem;
  margin: 2px 0 0 5px;
}

.bg-blue {
  background-color: #005a88;
}

nav.bg-blue {
  /*border-radius: 0 0 10px 10px;*/
}

.bg-blue a:hover {
  background-color: #032e7a;
}

.bg-blue a {
  color:#fff;
}

.lnr {


}

.lnr.display-4 {
  font-size: 2em;
}

.fs-40 {
  font-size: 40px;
}

section {
  position: relative;
}

.section-content {
  padding-top: 10px;
  padding-bottom: 20px;
}

.section-title {
  text-align: center;
  color: #dc3545;
}

.shadow {
  box-shadow: 0 10px 30px 0 rgba(67, 80, 98, 0.24), 0 2px 4px 0 rgba(67, 80, 98, 0.1) !important;
}

footer {
    position: relative;
    padding-top: 15px;
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/athkag1.png) left bottom no-repeat;
    background-size: auto;
    background-position: right bottom;
    opacity: 0.3;
    z-index: -1;
}

.orangize {
  filter: brightness(0) saturate(100%) invert(63%) sepia(97%) saturate(2257%) hue-rotate(344deg) brightness(101%) contrast(97%);
}

#header-navbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 11;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  padding: 100px 0;
  background-color: #fff;
}

.navbar-expand-lg>.container,
.navbar-expand-lg>.container-fluid {
  padding:0;
}

.contact-form {
  width: 100%;
}

@media (max-width: 991.98px) {

  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid {
    padding: 1rem 1rem;
  }

  
}

.navbar-brand {
  /* font-size: 40px;*/
  color: #000;
}

img.logo {
  width: 120px;
} 

@media (max-width: 768px) {
  img.logo {
    width: 120px;
  }
}

@media (max-width: 480px) {
  img.logo {
    width: 100px;
  }
}

.navbar-brand {}

.not-on-top #header-navbar .navbar-nav .nav-link  {
    /* color: #fff; */

}

.navbar-nav .nav-link {
  font-size: 0.9rem;
  margin: 3rem 0.4rem;
  color: #005a88;
  font-weight: 600;
  transition: .3s ease;
  text-transform: uppercase;

}

.not-on-top #header-navbar .navbar-nav .nav-link {
    margin: 1.2rem 0.4rem;
}

.navbar-nav:hover li a {


}



.navbar-nav:hover>li>a:hover, li.opener.active>a  {
/* color: white !important; */
/* margin: 3.5rem 0.4rem 2.5rem; */
}



li.opener {
  position: relative; /* required for the pseudo-element */
}

li.opener:hover,
li.opener.active {
  background: linear-gradient(
    to bottom,          /* vertical gradient from top */
    #d5d5d5  0%,
    #d5d5d5 65%,
    #fff 100%
  );
}
/* 2% height top border */
li.opener:hover::before,
li.opener.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4%;
  background-color: #f7941d;
  transition: .3s ease;

}


/* .not-on-top #header-navbar li.opener:hover, .not-on-top #header-navbar li.opener.active {
  background: linear-gradient(
    to bottom,       
    #f05a22 0%,
    #ed8208 98%
  );
  transition: .3s ease;

} */

/* 2% height top border */
.not-on-top #header-navbar li.opener:hover::before, .not-on-top #header-navbar 
li.opener.active::before {
 /*  background-color: #d30303;
 */
}  


.not-on-top #header-navbar img.logo {
  /* filter: brightness(225); */
max-width: none;
    padding: 10px 0;
    width: 100px;

}

.navbar-toggler,
.subhero {
  font-size: 2rem;
  color: #fff;
}

.navbar-nav>li>ul {
  display: none;
}

.dropotron {
  position:absolute;
  background-color: #f7941d;
  padding: 0 !important;
  line-height: 2.5em;
  min-width: 15em;
  list-style: none;

}

.dropotron.level-0 {
  position:absolute;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: -1px;
}

.dropotron a,
.dropotron span {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8em;
  letter-spacing: 0.075em;
  outline: 0;
  padding-left: 15px;

}

.dropotron li:hover>a,
.dropotron li:hover,
.dropotron li:hover>span {
  background-color: #005a88;
  color: #fff;
}

.dropotron.level-1, .dropotron.level-2  {
  position: absolute;
  background-color: #f05a22;
}

/* Hide all dropdowns on mobile */
@media (max-width: 768px) {
  .dropotron {
    display: none !important;
  }

  li.opener:hover,
li.opener.active {
  background: #eee;
}

  li.opener::before {
  display: none;
}
  
 /*  .opener {
    pointer-events: none;
  } */
   .not-on-top #header-navbar .navbar-nav .nav-link {
    margin: 0.4rem;
}

.navbar-nav .nav-link {
  border-bottom: 1px #ccc solid;  
 }
}

.jumbotron {
  color: #fff;
  background-color: #005a88;
  padding-top: 0;
  padding-bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  border-radius: 0;
  margin-bottom: 0;
  overflow: hidden;
  height: 100vh;
}

#admin-edit-bar , #admin-edit-bar button i {
  font-size: 0.5rem !important;
  padding: 0 0 !important;
}



.jumbotron .container {
  height: auto;
  min-height: 73vh;
  overflow: hidden;
}
/* 
.jumbotron .container::before {
    height: 82vh;
    position: absolute;
    display: block;
    content: "";
    bottom: 9px;
    left: 0;
    right: 0;
    box-shadow: inset 0 10px 0 #00000022;
    z-index: 10;
} */


@media (max-width: 767px) and (orientation: landscape) {
  .jumbotron {
    min-height: 500px;
  }
}

/*
  .jumbotron:after {
  }
*/
.jumbotron:before {
  position: absolute;
  content: "";
  opacity: 0;
  top: 0;
  right: 0;
  
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.jumbotron h1 {
    position: absolute;
    bottom: 8.5%;
    z-index: 1;
    line-height: .9;
    font-weight: bold;
    padding: 3% 5%;
    font-size: 3rem;
    opacity: 0;
    animation: 1s fadeInFromTop cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s forwards;
    animation-delay: .8s;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.0));
    left: 0;
}

.jumbotron-single h1 {
  font-size: 3rem !important;
}

.light-bg {
  background-color: #ddd;
}
.orange-bg {
  background-color: #ea0;
}
.overlay, .overlay2 {
  color: #fff;
}

.overlay:before {
  position: absolute;
  display: block;
  content: "";
  opacity: 0.3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
}

.overlay2:before {
    position: absolute;
    display: block;
    content: "";
    opacity: 0.75;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;


}
.overlay3:before {
position: absolute;
    display: block;
    content: "";
    opacity: 0.8;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f7941d;
}

.rightmosaic {
  position:absolute;
  right: 0;
  top: 100vh;
  z-index: 01;
  max-width: 100%;
  pointer-events: none;
}

.overlay.bg-white {
  color: #000;
}

.overlay.bg-white:before {
  background: #fff;
  opacity: .7;
}

.text-white {
  color: #fff;
}

/*==============================
=            BUTTON            =
==============================*/
.btn {
  font-size: 14px;
  font-weight: 600;
  border-radius: 30px;
  padding: 9px 25px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}

.btn-primary {
  display: inline-block;
  background-color: #f7941d;
  border-color: #f7941d;
  color: #fff !important;
}

.btn-primary:hover {
  background-color: #f05a22;
  border-color: #ad0909;
  color: #FFf !important;
}

.btn-outline-primary, .btn-outline-dark {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #cabba8;
}

.btn-outline-primary:hover, .btn-outline-dark:hover {
  background-color: #f05a22;
  border-color: #f05a22;
  color: #fff !important;
}

.btn-shadow {
  box-shadow: -5px 8px 20px 0px rgba(229, 16, 2, 0.15);
}

.btn-icon {
  color: #005a88;
}

.btn-link {
  color: #f7941d;
}



/*=====  End of BUTTON  ======*/
/*==========================================
=            FORM RECTANGLE ETC            =
==========================================*/
.rectangle-1,
.rectangle-11 {
  width: 100%;
  height: 10%;
  background: #f05a22;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.rectangle-s1 {
  width: 3%;
  height: 90%;
  background: #f7941d;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}


.rectangle-s2 {
width: 3%;
    height: 10%;
    background: #ffc107;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
}

.rectangle-11 {
  display: flex;
  align-items: center;
}

.rectangle-11 p {
  font-size: 1.8rem;
  width: 100%;
  text-align: left;
  padding: 0 0 0 5%;
  margin: 0;
  z-index: 10;
}

@media (max-width: 768px) {
  .rectangle-11 {
    align-items: center;
  }
  .rectangle-11 p {
    font-size: 1.2rem !important;
    padding: 0 1rem 0 2.5rem;
  }
}

@media (max-width: 480px) {
  .rectangle-11 {
    align-items: center;
  }
  .rectangle-11 p {
    font-size: 1rem !important;
    padding: 0 1rem 0 1rem;
  }
}




.rectangle-2, .rectangle-22 {
    width: 30px;
    height: 100%;
    background: #000;
    position: absolute;
    right: 0;
    z-index: 3;
    opacity: 0.1;
    top: 0;

}

@keyframes fade-in-right {
  from {
    opacity: 0;
    transform: translateX(-100vw) rotate(-15deg);
  }

  to {
    opacity: 1;
    transform: translateX(0) rotate(-15deg);
  }
}

@keyframes grow1 {
  from {
    opacity: 0;
    transform: scale(1) rotate(0deg);
  }

  to {

    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}

@keyframes grow2 {
  from {
    opacity: 0;
    transform: scale(2) rotate(0deg);
  }

  to {
    opacity: 1;
    transform: scale(1) rotate(90deg);
  }
}

@keyframes fadeInFromTop {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.rectangle-1 {
  opacity: 0;
  animation: grow1 ease 1s forwards;
  box-shadow: 0px 20px 30px 0px rgba(9, 21, 54, 0.25) !important;
}

.rectangle-2 {
  opacity: 0;
  animation: grow2 ease 1s forwards;
  box-shadow: 0px 20px 30px 0px rgba(9, 21, 54, 0.25) !important;
}

.rectangle-transparent-1 {
  width: 500px;
  height: 500px;
  border: 15px solid rgba(255, 255, 255, 0.08);
  position: absolute;
  left: -5%;
  bottom: -10%;
  display: block;
  animation: floating-slow ease-in-out 12s infinite;
}

.rectangle-transparent-2 {
  width: 600px;
  height: 600px;
  border: 15px solid rgba(255, 255, 255, 0.08);
  position: absolute;
  right: -10%;
  top: 5%;
  display: block;
  animation: floating-slow ease-in-out 12s infinite;
}

.circle-1 {
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  position: absolute;
  display: block;
  border-radius: 50%;
  transform-origin: 50% 50%;
  left: 5%;
  top: 50%;
  animation: fadeInFromTop .5s linear forwards, floating ease 4s infinite;
}

.circle-2 {
  width: 70px;
  height: 70px;
  top: 20%;
  left: 83%;
  border: 2px solid #fff;
  position: absolute;
  display: block;
  border-radius: 50%;
  transform-origin: 50% 50%;
  animation: fadeInFromTop .5s linear forwards, floating ease-in-out 4s infinite;
}

.circle-3 {
  top: 80%;
  right: 25%;
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  position: absolute;
  display: block;
  border-radius: 50%;
  animation: fadeInFromTop .5s linear forwards, floating ease-in-out 4s infinite;
}

@keyframes floating {
  0% {
    transform: translate(0%, 0%) rotate(25deg);
  }

  25% {
    transform: translate(5%, 15%) rotate(25deg);
  }

  50% {
    transform: translate(10%, 5%) rotate(25deg);
  }

  75% {
    transform: translate(0%, 15%) rotate(25deg);
  }

  100% {
    transform: translate(0%, 0%) rotate(25deg);
  }
}

@keyframes floating-slow {
  0% {
    transform: translate(0%, 0%) rotate(25deg);
  }

  25% {
    transform: translate(1%, 3%) rotate(25deg);
  }

  50% {
    transform: translate(2%, 1%) rotate(25deg);
  }

  75% {
    transform: translate(0%, 3%) rotate(25deg);
  }

  100% {
    transform: translate(0%, 0%) rotate(25deg);
  }
}

.triangle {
  position: absolute;
}

.triangle-1 {
  right: 0;
  animation: fadeInFromTop .5s linear forwards, floating ease-in-out 6s infinite;
}

.triangle-1 img {
  height: 50px;
  width: 50px;
  transform: rotate(30deg);
}

.triangle-2 {
  top: 30%;
  left: 20%;
  animation: fadeInFromTop .5s linear forwards, floating ease-in-out 8s infinite;
}

.triangle-2 img {
  width: 75px;
  height: 75px;
  transform: rotate(15deg);
}

.triangle-3 {
  top: 80%;
  left: 15%;
  animation: fadeInFromTop .5s linear forwards, floating ease-in-out 10s infinite;
}

.triangle-3 img {
  width: 45px;
  height: 45px;
  transform: rotate(40deg);
}

.triangle-4 {
  top: 60%;
  right: 15%;
  animation: fadeInFromTop .5s linear forwards, floating ease-in-out 5s infinite;
}

.triangle-4 img {
  width: 45px;
  height: 45px;
  transform: rotate(-40deg);
}

/* New geometric elements for right side design 
.geometric-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 40%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  max-width: 300px;
}

.geo-diagonal-1 {
  position: absolute;
  right: 0;
  top: 0;
  width: 150px;
  height: 300px;
  background: linear-gradient(135deg, rgba(247, 148, 29, 0.8) 0%, rgba(240, 90, 34, 0.6) 100%);
  transform: skewX(-20deg);
  z-index: 1;
  max-width: 100%;
}

.geo-diagonal-2 {
  position: absolute;
  right: 10%;
  top: 200px;
  width: 120px;
  height: 250px;
  background: linear-gradient(135deg, rgba(173, 9, 9, 0.6) 0%, rgba(240, 90, 34, 0.4) 100%);
  transform: skewX(-15deg);
  z-index: 1;
  max-width: 100%;
}

.geo-circle-1 {
  position: absolute;
  right: 5%;
  top: 150px;
  width: 80px;
  height: 80px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  z-index: 2;
  max-width: 100%;
}

.geo-circle-2 {
  position: absolute;
  right: 20%;
  top: 100px;
  width: 40px;
  height: 40px;
  background: rgba(247, 148, 29, 0.4);
  border-radius: 50%;
  z-index: 2;
  max-width: 100%;
}

.geo-triangle-1 {
  position: absolute;
  right: 15%;
  top: 300px;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 50px solid rgba(240, 90, 34, 0.5);
  z-index: 2;
  max-width: 100%;
}*/
/*================================
=            FEATURES            =
================================*/
.feature-item {
  transition: all .2s ease-in-out 0s !important;
}

.feature-item:hover {
  transform: translateY(-13px);
}

div.my-4 h4 {
  color: #f05a22;

}

.progress-bar.bg-info {
  background-color: #005a88 !important;
}

/*=====  End of FEATURES  ======*/
/*=============================
=            TESTI            =
=============================*/
.testi-img img {
  height: 60px;
  width: 60px !important;
  border-radius: 50%;
  display: inline-block !important;
}

.testi-details {
  text-align: left;
}

.testi-text {
  font-weight: 300;
  padding-top: 50px;
  padding-bottom: 50px;
}

.testi-icon {
  color: #f7941d;
}

.testi-content {
  margin-top: 80px;
  padding-bottom: 80px;
}

.testi-item {
  margin-left: 15px;
  margin-right: 15px;
}

.owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  cursor: pointer;
}

.owl-dot span {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border-radius: 50%;
  background-color: #f7941d;
  text-indent: -999em;
  cursor: pointer;
  position: absolute;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  -webkit-transition: box-shadow 0.3s ease, background-color 0.3s ease;
  transition: box-shadow 0.3s ease, background-color 0.3s ease;
}

.owl-dot.active>span {
  background-color: transparent;
  box-shadow: 0 0 0 2px #f05a22;
}

.owl-dots {
  position: absolute;
  bottom: 0;
  display: block;
  text-align: center;
  left: 0;
  right: 0;
  clear: both;
  padding: 0;
  list-style: none;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.heading-section {
  position: relative;
}

.admineditor[data-aos] {
  opacity: 1 !important;
}

/*=====  End of TESTI  ======*/
/*=================================
=            PORTFOLIO            =
=================================*/
.filter-button-group {
  margin-bottom: 15px;
}

.filter-button-group a {
  margin: 5px;
  cursor: pointer;
}

.grid-link a {
  margin: 5px;
  font-size: 20px;
  color: #000;
}

.grid-portfolio {
  overflow: hidden;
}

.gutter-sizer {
  width: 2%;
}

.grid-sizer,
.grid-item {
  width: 32%;
}

.grid-item {
  margin-bottom: 20px;
  border-radius: 5px;
  overflow: hidden;
}

.grid-item:hover .grid-info {
  top: 50%;
  opacity: 1;
}

.grid-item-wrapper img:before {
  content: '';
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all .3s ease;
  opacity: 0;
}

.grid-item-wrapper:hover:before {
  opacity: 1;
}

.grid-info {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all .3s ease;
}

.lightcase-icon-close:before {
  content: '\e870';
  font-family: "Linearicons-Free";
}

.grid-title {
  text-align: center;
}

/*=====  End of PORTFOLIO  ======*/
/*===============================
=            SideNav            =
===============================*/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1002;
  top: 0;
  left: 0;
  background-color: #000;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  color: #fff;
}

.sidenav-content {
  padding: 8px 32px;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.in .sidenav-content {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s, opacity 0.5s 0.5s;
}

.sidenav a {
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav #side-nav-close,
.sidenav #side-search-close {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }


}

#side-search .form-control {
  background-color: transparent;
}

#side-search .input-group-text {
  background: transparent;
  color: #fff;
}

/*==============================
=            SKILLS            =
==============================*/
.skill-item {
  width: 100%;
  position: relative;
  padding: 10px 0;
}

.skill-item p {
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 500;
}

.skill-item .text-muted {
  color: #939393;
}

.progress-bar,
.progress {
  transition: all 4s;
}

/*=====  End of SKILLS  ======*/
/*============================
=            BLOG            =
============================*/
.blog-item {
  transition: all 0.3s ease-in-out;
  background-color: #f7f8f9;
  border-radius: 3px;
  overflow: hidden;
}

.blog-item:hover {
  box-shadow: 0 5px 15px -5px #333;
  transform: translateY(-6px);
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  transform: translateY(-6px);
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
}

.bg-grey .blog-item {
  background-color: #fff;
}

.blog-item-wrapper {
  margin-bottom: 30px;
}

.blog-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.blog-title h4 {
  color: #000;
}

.blog-text {
  padding: 15px;
}

.blog-tag {
  color: #000;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.blog-meta {
  color: #939393;
}

.blog-meta p {
  display: inline-block;
  font-size: 14px;
}

.blog-meta a {
  color: #939393;
}

.blog-author {
  display: inline-block;
  color: #939393;
}

.blog-author p {
  font-size: 14px;
  margin-bottom: 0;
}

.blog-share-wrapper {
  float: right;
  display: inline-block;
  margin: 0 -5px;
}

.blog-share-wrapper .blog-share {
  padding: 0 5px;
  cursor: pointer;
}

.blog-content img.float-left {
  margin: 15px 15px 15px 0;
}

.blog-content .img.float-right {
  margin: 15px 0 15px 15px;
}

/*=====  End of BLOG  ======*/
/*====================================
=            FORM CONTROL            =
====================================*/
.form-control:focus {
  border-color: #f7941d;
  box-shadow: 0 0 0 0.2rem rgba(253, 101, 90, 0.25);
}

.form-control::-webkit-input-placeholder {
  opacity: .5;
}

.form-control::-moz-placeholder {
  opacity: .5;
}

.form-control:-ms-input-placeholder {
  opacity: .5;
}

.form-control::-ms-input-placeholder {
  opacity: .5;
}

.form-control::placeholder {
  opacity: .5;
}

/*=====  End of FORM CONTROL  ======*/
/*==============================
=            CLIENT            =
==============================*/
.client-slider .owl-nav {
  display: none;
}

.client-slider .client-item {
  padding: 0 40px;
}

/*=====  End of CLIENT  ======*/
/*==================================
=            RESPONSIVE            =
==================================*/
#header-navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
  transition: all 0.3s ease;
}

.navbar-transparent {
  
    background:#fff !important;

}

.not-on-top #header-navbar {
  background: #fffffffe !important;
  box-shadow: 5px 0 15px rgba(0, 0, 0, 0.10);
}

.jumbotron {
  padding-top: 80px !important;
}


@media (max-width: 992px) {
  #header-navbar {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .navbar-transparent .navbar-collapse {
    background: #fff;
    padding: 10px;
  }

  .jumbotron h1 {
         padding: 7%;
        text-align: center !important;
  }

  .rectangle-11 p {
    text-align: center !important;
  }

  .navbar-nav .nav-link {
  font-size: 0.9rem;
  margin: 0.4rem;
  color: #005a88;
  font-weight: 600;
  transition: .3s ease;
  text-transform: uppercase;
}
}

@media (max-width: 767px) {
  .jumbotron h1 {
    width: fit-content;
  }

  .jumbotron .container {

    width: fit-content !important;
  }

  .grid-item {
    width: 100%;
  }

  .progress {
    height: 30px;
    font-size: 16px;
  }
}

/*=====  End of RESPONSIVE  ======*/

a.nav-link.px-3 {
    margin: 3px  0 0 3px;
}

a.btn.btn-secondary.btn-block:hover {
    color: #fff;
}

footer.mastfoot {
  background: #91919a;
  color: #fff;
  padding: 20px 0 10px;
  border-bottom: 10px solid #ffc107;
  margin: 0 0 !important;
}

footer.mastfoot .nav-link, footer.mastfoot.my-3 p  {
    color: #fff !important;
}


ul.nav.yonav-pills li a.nav-link {
    background: linear-gradient(to bottom, #fff, #f6f6f6, #f6f6f6,#f6f6f6, #e8e8e8);
    border-top: 1px solid #ccc;
    border-radius: 4px 4px 0 0;
}

.gallery-item-wrapper {
    margin-bottom: 30px;
}