/*------------------------------------------------------------------
 * Multipurpose: Free Template by FreeHTML5.co
 * Author: https://freehtml5.co
 * Facebook: https://facebook.com/fh5co
 * Twitter: https://twitter.com/fh5co
 -------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of styles content]

1 - Header
2 - Hero
3 - CTA
4 - Services
5 - Featured
6 - Recent Posts
7 - Trust
8 - Pricing Tables
9 - Testimonials
10 - Clients
11 - CTA 2
12 - Footer Widgets
13 - Foot Note
14 - Extra content section
--------------------------------------------------------------------*/
/*-----------------------------------
    1 - Header
------------------------------------*/

li{
  padding-bottom: 0.3em;
}
header {
  background-color: transparent;
  color: #fff;
  z-index: 1000;
}
@media (min-width: 320px) and (max-width: 480px) {

}
header a {
  font-weight: bold;
}
a:hover{
  text-decoration: none;
}
header::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.02);
  position: absolute;
  left: 0;
  bottom: -20px;
}
body{
  overflow-x: hidden;

}
.nav-link {
  font-family: "Rajdhani", sans-serif;
  text-transform: uppercase;
}

.contact {
  font-size: 12px;
}

.tel {
  margin-right: 30px;
}

.contact i {
  color: #ee1515;
  margin-right: 10px;
}

.login {
  padding: 10px 20px;
  font-size: 14px;
  margin-right: 25px;
  text-transform: uppercase;
}

.contact a:hover,
.login:hover {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

.login i {
  color: #ee1515;
  margin-right: 8px;
}

.navbar-brand{
  height: 92px;
    width: 125px;
    margin: 7px;
}

.navbar-brand h1 {
  margin: 0;
}
footer .media:last-child p{
  max-width: 23ch;
}
.media p {
  min-height: 6em;
}
.social {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.social li:not(:last-child) {
  margin-right: 20px;
}

.social a {
  font-size: 14px;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #ee1515;
  border-radius: 4px;
  line-height: 40px;
  text-align: center;
  background-color: transparent;
  transition: all 0.25s ease-in-out;
}

.social a:hover {
  color: #fff;
  background-color: #ee1515;
}

.navbar-brand img {
  width: 135px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .navbar-brand img {
    width: 10em;
  }
  .navbar-brand img.logo-custom{
    width: 5em;
  }
}
.navbar-light .navbar-toggler{
  color: #1c74bb;
  font-size: 2em;
}
.navbar-collapse .search-form input[type="text"] {
  border: 1px solid #ced4da;
  color: #333;
  padding: 1.5625rem 0.625rem;
}

.navbar-collapse .search-form .btn {
  margin-top: 0;
  border-radius: 0;
  margin-left: -1px;
}

.navbar-collapse .nav-link {
  font-size: 1.08rem !important;
  transition: all 0.2s ease-in-out;
}

.navbar-collapse .nav-link:hover {
  color: #8e0e0e;
}

.cart,
.login-icon,
.search-icon {
  color: #fff;
  font-size: 1.5rem;
}

.cart:hover,
.login-icon:hover,
.search-icon:hover {
  color: #ee1515;
}

.cart {
  margin-left: 20px;
}

form input.btn-primary:hover,
form button.btn-primary:hover {
  background-color: #fff;
  color: #ee1515;
}

/*-----------------------------------
    1 - Hero
------------------------------------*/
.hero a:hover{
  text-decoration: none;
}
.hero {
 
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.hero .swiper-slide:not(.single-slide){
  background-repeat: no-repeat;
  background-size: cover;
  
  /* -webkit-filter: grayscale(100%)!important;
  filter: grayscale(100%)!important; */
}
.hero .single-slide{
  /* position: relative; */
  
}

.hero .swiper-slide img{
  width: 10em;
}
@media (min-width: 320px) and (max-width: 480px) {
  .hero {
    
    height: 90vh;
  }
  .single-slide {
    height: 90vh;
    padding-top: 50%;
  }
  .cta{ 
    margin-top: 2em;
    width: 100%;
  }
  .cta .container{
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .cta-content{
    padding:5em;
  }
  .cta-content .content{
    width: 80%;
    margin: 0 auto;
  }
  .services{
    padding-top: 1em;
    
  }
  .featured-img{
    height: 30em;
  }
  .featured .btn{
    margin-top: 0;
  }
  .strategic{
    padding-left: 2em;
  }
  .heroswiper-btns-wrap{
    text-align: center;
  }
}
.hero .container {
  position: relative;
  z-index: 5;
}

.hero .slide-content {
  /* min-height: 600px; */
  color: #fff;
  background-blend-mode: soft-light;
  background-color: rgba(0, 0, 0, 0.5);
}
.single-slide {
  margin: 0 auto;
  text-align: center;
}
.hero .slide-content span {
  color: #ee1515;
}

.hero .slide-content h1 {
  color: #fff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.56);
  text-transform: uppercase;
  -webkit-transform: matrix(0.93128, 0, 0, 0.93128, 0, 0);
          transform: matrix(0.93128, 0, 0, 0.93128, 0, 0);
  font-weight: bold;
}

.hero .slide-content p {
  color: #170936;
  -webkit-transform: matrix(0.93128, 0, 0, 0.93128, 0, 0);
          transform: matrix(0.93128, 0, 0, 0.93128, 0, 0);
  padding: 35px 0 35px 30px;
  /*background-color: rgba(255, 255, 255, 0.51);
  border-top-right-radius: 100px;
  border-bottom-left-radius: 10px;*/
  margin-bottom: 0;
  font-size: 18px;
  color: #ffffff;
}

.hero .slide-content .btn {
  margin-top: 50px;
}

.hero .slide-content .btn:last-child {
  margin-left: 30px;
}

.hero .arr-left,
.hero .arr-right {
  font-size: 3rem;
  display: block;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 85%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
  background: url(../images/left-arrow1.png) no-repeat;
  width: 30px;
  height: 35px;
}
.hero .arr-right {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media (min-width: 320px) and (max-width: 480px) {
  .hero .arr-left,
  .hero .arr-right {
    top: 50%;
  }
}
.hero .arr-left:hover,
.hero .arr-right:hover {
  cursor: pointer;
}
/*.hero .arr-left:focus,
.hero .arr-right:focus {
  border:0px;outline: none;
}*/
.hero .arr-right {
  right: 15px;
}

.hero .diag-bg {
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
          clip-path: polygon(0 0, 100% 100%, 100% 0);
  background-color: rgb(0 0 0 / 53%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.hero .texture {
  width: 100%;
  height: 100%;
  background: url("../images/hero-texture.png") no-repeat center;
  background-size: cover;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.hero::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.02);
  position: absolute;
  left: 0;
  bottom: 29%;
}

.hero::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.02);
  position: absolute;
  left: 0;
  bottom: 58%;
}

/*-----------------------------------
    1 - CTA
------------------------------------*/
.cta-content {
  padding: 30px 0 90px;
  color: #fff;
  background-color: #2b2c76;
  position: relative;
  z-index: 1;
}

.cta-content::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(24, 9, 53, 0.77);
  position: absolute;
  top: -25px;
  left: -1px;
  z-index: -1;
  transition: all 0.2s ease-in-out;
}

.cta-content .subscribe-btn {
  align-self: flex-end;
  margin-right: 30px;
}

/*-----------------------------------
    1 - Services
------------------------------------*/
.title {
  font-weight: 700;
  text-transform: uppercase;
}

.title h6 {
  letter-spacing: 4px;
  margin-bottom: 20px;
}

.title h1 {
  font-size: 35px;
}

.title .title-blue {
  color: #141670;
  position: relative;
}
.homepage .title .title-blue::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #231f20;
  bottom: -12px;
  left: calc(50% - 60px);
}
.homepage .title .title-blue::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #991c1a;
  bottom: -13px;
  left: calc(50% - 20px);
}

.aboutus .title .title-blue::before,.aboutus .title .title-blue::after{
  display: none;
}

*, ::after, ::before {
  box-sizing: border-box;
}
.title .title-primary {
  color: #ee1515;
}

.services {
  padding: 80px 0 50px;
}

.services .title {
  margin-bottom: 20px;
}

.services .media {
  margin: 40px 0;
}

.services h5 {
  color: #26264b;
  border-bottom: 2px solid #e7e7e7;
  padding-bottom: 5px;
  margin-bottom: 10px;
  min-height: 3em;
}

/*-----------------------------------
    1 - Featured
------------------------------------*/
.featured {
  padding: 80px 0 2em;
  background-color: #fafafa;
}
.featured img{
  object-fit: cover;
  max-width: 100%;
  
}

.featured p {
  /* margin: 35px 0 53px; */
}

.featured .media i {
  font-size: 24px;
  color: #ee1515;
}

.featured .media h5 {
  text-transform: uppercase;
  color: #26264b;
}

.featured .btn {
  margin-top: 10px;
}

.featured-img {
  position: relative;
  /* height: 530px; */
  /* margin-top: 60px; */
}

.featured-big {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30.375em;
  object-fit: cover;
  height: 32em;
  aspect-ratio: 1/1;
 
}

.featured-small {
  position: absolute;
  bottom: -15%;
  left: 3%;
  padding: 1.5em;
  max-width: 16.5em!important;
  background-color: #ffffff;
}

/*-----------------------------------
    1 - Recent Posts
------------------------------------*/
.recent-posts {
  padding: 65px 0 100px;
  padding-bottom: 0px;
}

.recent-posts .btn {
  margin-top: 60px;
}

.recent-posts .row .col-lg-6:nth-of-type(odd) .post-thumb {
  margin-top: 30px;
}

.recent-posts .row .col-lg-6:nth-of-type(even) .post-thumb {
  margin-bottom: 30px;
}

.single-rpost {
  margin: 35px 0 0;
}
.single-rpost img{
  object-fit: cover;
  width: 100%;
  max-height: 53.2em;

}
.single-rpost.leftbottom-single-rpost {
  margin: 35px 0 0;
}
.post-thumb {
  flex: 0 0 273px;
}

.post-content {
  color: #ccc;
}

.post-content time {
  font-size: 14px;
  color: #ccc;
}

.post-content h3 {
  margin: 10px 0 2px;
}

.post-content h3 a {
  color: #26264b;
  font-weight: 600;
}

.post-content h3 a:hover {
  font-weight: 700;
  text-decoration: none;
}

.post-content a {
  color: #ccc;
}

.post-content a:hover {
  color: #26264b;
}

.post-content .post-btn {
  color: #6e6e6e;
  text-align: center;
  font-size: 10px;
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 50%;
  background-color: whitesmoke;
}

.post-content .post-btn:hover {
  color: #fff;
  background-color: #ee1515;
}

/*-----------------------------------
    1 - Trust
------------------------------------*/
.trust {
  padding: 75px 0;
  background-color: #26264b;
  color: #ddd;
  position: relative;
}

.trust .title {
  margin-bottom: 46px;
}

.trust h1 {
  color: #fff;
}

.trust h5 {
  font-size: 24px;
  color: #fefefe;
  margin: 28px 0 12px;
}

.trust ul {
  color: #fff;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}

.trust li {
  margin-bottom: 15px;
}

.trust .gallery img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.trust .gal-img {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.trust .gal-img i {
  font-size: 72px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 2;
}

.trust .gal-img::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.trust .gal-img:hover {
  cursor: pointer;
}

.trust .gal-img:hover i {
  opacity: 1;
}

.trust .gal-img:hover::after {
  opacity: 1;
}

.trust .gal-img3 {
  top: -50%;
  left: 50%;
}

/*-----------------------------------
    1 - Pricing Table
------------------------------------*/
.pricing-table {
  padding: 100px 0;
}

.single-pricing {
  padding: 65px 0 40px;
  margin-top: 23px;
  color: #fff;
  background: #26264b;
  border: 0px solid #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.2s ease-in-out;
}

.single-pricing span {
  font-size: 12px;
  text-transform: uppercase;
  padding: 6px 15px;
  border-radius: 15px;
  background-color: transparent;
  position: absolute;
  top: 28px;
  right: 6px;
  transition: all 0.2s ease-in-out;
}

.single-pricing h2 {
  margin-bottom: -5px;
}

.single-pricing .desc {
  color: #9d9d9d;
  padding-bottom: 30px;
  margin-bottom: 32px;
  border-bottom: 2px solid #2f2f2f;
  transition: all 0.2s ease-in-out;
}

.single-pricing .price {
  font-size: 2rem;
  margin-bottom: 8px;
}

.single-pricing p {
  color: #ddd;
}

.single-pricing p:last-of-type {
  margin-bottom: 25px;
}

.single-pricing svg {
  width: 170px;
  position: absolute;
  top: -45px;
  right: -60px;
  z-index: -1;
  transition: all 0.5s ease-in-out;
}

.single-pricing:hover {
  border: 4px solid #fff;
  box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.16);
  margin: 19px 0 -4px;
}

.single-pricing:hover span {
  background-color: #26264b;
}

.single-pricing:hover .desc {
  color: #fff;
  border-bottom: 2px solid rgba(245, 245, 245, 0.322);
}

.single-pricing:hover svg {
  width: 500%;
  top: -200%;
  right: -50%;
}

.single-pricing:hover .btn {
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}

/*-----------------------------------
    1 - Testimonials
------------------------------------*/
.testimonial-and-clients {
  background: url(../images/test-clients-bg.png) center center/cover no-repeat #8e0e0e;
}

.testimonials {
  padding: 95px 0 85px;
  color: #fff;
  border-bottom: 1px solid #26264b;
}

.testimonials .test-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
}

.testimonials .test-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 90px;
}

.testimonials h5 {
  color: #26264b;
  margin-top: 15px;
}

.testimonials span {
  color: #c4c4c4;
  display: inline-block;
  margin: 0 0 17px;
}

.testimonials p {
  font-size: 17px;
  line-height: 27px;
}

.test-pagination {
  text-align: center;
  margin-top: 8px;
}

.test-pagination span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #26264b;
  margin-bottom: 0;
  transition: all 0.2s ease-in-out;
}

.test-pagination span:hover {
  cursor: pointer;
}

.test-pagination span:not(:last-child) {
  margin-right: 10px;
}

.test-pagination span.swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background-color: white;
}

/*-----------------------------------
    1 - Clients
------------------------------------*/
.clients {
  padding: 70px 0;
}

.clients .swiper-wrapper {
  text-align: center;
}
.clients .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10em;
  max-height: 10em;
}
.clients .swiper-slide img{
  object-fit: contain;
  max-width: 40%;
}

/*-----------------------------------
    1 - CTA 2
------------------------------------*/
.cta2 {
  margin: 50px 0 -30px;
}

/*-----------------------------------
    1 - Footer
------------------------------------*/
footer {
  background: url(../images/footer-bg.png) center center/cover no-repeat #26264b;
}
.footer-content {
  font-size: 13px;
}
/*-----------------------------------
    1 - Footer Widgets
------------------------------------*/
.footer-widgets {
  padding-top: 100px;
  padding-bottom: 50px;
}

.footer-widgets .col-md-6 .single-widget:not(:first-child) .widget-tiltle {
  margin: 40px 0 30px;
}
.contact-widget div:nth-of-type(1){
  flex-wrap: wrap;
 
}

.single-widget {
  color: #aaa;
}

.single-widget .widget-tiltle {
  font-size: 17px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 45px;
}

.single-widget i {
  color: #ee1515;
}

.single-widget h6 {
  color: #fff;
}

.single-widget .media {
  margin-bottom: 20px;
}

.contact-widget a {
  color: rgb(212, 211, 211);
}

.contact-widget i {
  font-size: 22px;
  display: flex;
  justify-content: center;
  min-width: 1em;
}

.twitter-widget i,
.twitter-widget h6 {
  color: #777;
}

span {
  color: #fff;
}

.recent-post-widget .rcnt-img {
  width: 68px;
  height: 68px;
  border-radius: 4px;
  overflow: hidden;
}

.recent-post-widget .rcnt-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.recent-post-widget a {
  color: #fff;
}

.recent-post-widget p {
  font-size: 13px;
}

.recent-post-widget i {
  margin-right: 10px;
}

.recent-post-widget i:last-of-type {
  margin-left: 15px;
}

.tags-widget {
  margin: -10px -10px 0 0;
}

.tags-widget a {
  color: #aaa;
  display: inline-block;
  padding: 10px 12px;
  border-radius: 2px;
  background-color: #363636;
  font-size: 14px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  margin: 10px 10px 0 0;
}

.tags-widget a:hover {
  text-decoration: none;
  color: #26264b;
  background-color: #ee1515;
}

.subscribe-widget form {
  margin-bottom: 10px;
}

.subscribe-widget input {
  font-size: 14px;
  padding: 0px 10px;
  background-color: #444;
  border: none;
  line-height: 0;
  position: relative;
  z-index: 1;
}

.subscribe-widget input:focus {
  outline: none;
  box-shadow: none;
}

.subscribe-widget button {
  background: #ee1515;
  border: none;
  padding: 9px 14px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-left: -10px;
  position: relative;
  z-index: 5;
}

.subscribe-widget button i {
  color: #fff;
}

.subscribe-widget .social-nav {
  margin-top: 32px;
}

.subscribe-widget .social-nav a {
  display: inline-block;
  text-align: center;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: #fff;
  color: #ddd;
  background-color: #444;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-right: 10px;
}

.subscribe-widget .social-nav a i {
  color: #ddd;
}

.subscribe-widget .social-nav a:hover {
  background-color: #ee1515;
}

/*-----------------------------------
    1 - Foot Note
------------------------------------*/
.foot-note {
  padding: 35px 0;
  background-color: #8e0e0e;
  color: #ffffff;
}

.foot-note a {
  color: #ffffff;
}

.foot-note a:last-child {
  margin-left: 30px;
}

.foot-note a.fh5-link {
  margin-left: 0;
}


.logo-custom {
  position: relative;
    /* max-height: 92px; */
    /* width: 436%; */
    max-height: 179px;
    /* top: -48px;
    left: -61px; */
}

.footerlogo-placement{
  margin-top: 60px;
}

.foobar-brand{
  height: 92px !important;
    width: 125px !important;
    background: white;
    margin: 7px;
}


#navbar {
  background-color: rgb(255, 255, 255);
  position: fixed;
  top: -100px;
  width: 100%;
  display: block;
  transition: top 0.3s;
  /* border-bottom: 1px solid #8e0e0e; */
  box-shadow: 0 4px 5px -6px #2c3796;
}
@media (min-width: 320px) and (max-width: 480px) {
  #navbar {
    display: none;
  }
}

#navbar a {
  float: right;
  display: block;
  color: #000000;
  text-align: center;
  padding: 15px;
  text-decoration: none;
  font-size: 17px;
}
#navbar a.nav-link{
  position: relative;
}
#navbar a:hover {
  /* background-color: rgb(248, 158, 158); */
  color: #8e0e0e;
}

#navbar ul li{
  display: inline;
}

#navbar-nav{
  display: flex;
  /* flex-direction: column; */
  margin: 20px;
  list-style: none;
  margin-left: 80px;
}
.nav-logo{
  position: absolute;
  left: 79px;
  max-width: 253px;
  top: -41px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #navbar{
    display: none;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1199px) {
  #navbar-nav{
    margin-left: 0px;
    padding: 0;
  }
}
@media screen and (max-width: 1199px){
  .nav-logo{
    top: -15px;
    max-width: 253px;
    left: 20px;
  }
  /* .navbar-brand img.logo-custom{
    width: auto;
    top: -40px;
  } */
}
.navbar-light .navbar-nav .nav-link {
  color:rgb(255, 255, 255);
  font: bold;
}

.navbar-light .navbar-nav .nav-link:hover{
  color: #8e0e0e;
}
.active-nav{
  /* color: #8e0e0e !important; */
  color: #55b3ff !important;
}
.testimonial-placement{
  display:flex;
 justify-content: center; 
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  margin-top: 10px;
  color: white;
}

.overlay {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgb(0, 0, 0); 
  color: #f1f1f1; 
  width: 100%;
  transition: .5s ease;
  font-family: "Rajdhani", sans-serif;
  opacity:0;
  color: white;
  font-size: 24px;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
}

.container:hover .overlay {
  opacity: 1;
}

.strategic{
  background: url(../images/otherbg.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 0;
  height: 355px;
  
}

.strategic-title{
  margin-top: 200px;
  color: white;
}
.title-content-name{
    color: #26264b;
    border-bottom: 2px solid #8e0e0e;
    border-bottom-style: double;
    border-bottom-width: 2px;
    border-bottom-right-radius: 13px;
}

.featured p.size{
  margin-top: 35px;
  color: #000000;
  line-height: 2em;
}

.recent-posts .text{
  color: black;
  font-size: 16px;
  padding: 16px 32px;
}
.recent-posts .middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.hover11:hover .middle {
  opacity: 1;
}
.hover11 figure img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover11 figure:hover img {
  opacity: .3;
}
.hover11 .middle .text:hover {
  opacity: 1;
  background: black;
  color: white;
}

.nav-dropdown {
  position: absolute;
  display: none;
  font-family: "Rajdhani", sans-serif;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  background-color: #8e0e0e;
  list-style-type: none;
  padding: 20px;
  white-space: nowrap;
  width:fit-content;
}
.navbar-light .navbar-nav .nav-link:hover{
  display: block;
}
.nav-dropdown li a{
  font-weight: normal;
  font-size: 17px;
  color: #fff;
}
.nav-dropdown li a:hover {
  font-weight: bold;
  font-family: "Rajdhani", sans-serif;
  text-decoration: none;
  color: rgb(255, 255, 255) ;
}

.construction{
  margin: 10px;
}
.construction li{
  color:black;
}
.con-partner-placement{
  padding: 60px;
  border: 1px solid rgb(194, 192, 192)
}
.featured .size-procurement{
  margin-top: 35px;
  margin-bottom: 18px;
  color: #000000;
}
.procurement li{
  color: rgb(92, 90, 90);
  font-weight: bold;
}

#navbar .nav-item .drop{
  position: absolute;
  display: grid;
  margin-top: 55px;
  padding: 10px;
  float: left !important;
  font-family: "Rajdhani", sans-serif;
  list-style-type: none;
  background-color: #8e0e0e;
  cursor: pointer;
  display: none;
  white-space: nowrap;
  width: fit-content;
}
.nav-item.dropdown:hover .nav-dropdown,.nav-item.dropdown:hover .drop{
  display: block !important;
}
#navbar .drop li a{
  display: block;
  color: white;
  background-color: #8e0e0e;
  padding: 3px;
  top:20px;
  font-weight: normal;
  font-size: 17px;
 text-align: left;
 float: none;
}
#navbar .drop li a:hover{
  font-weight: bold;
  font-family: "Rajdhani", sans-serif;
  text-decoration: none;
  color: rgb(255, 255, 255) ;
}

.form-control{
  color: black;
  border: 1px solid #4e0d0d;
  padding-left: 5px;
}

.form-control:focus{
  color: black;
}

.item
{
	text-align: center;
	/* background-color:#991c1a; */
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	padding:40px 30px;
	margin: 0px 15px;
	color: #444;
  margin-top: 60px;
  align-items: stretch;
  width: 100%;
  border-radius: 0 0 0 15px;
  margin-bottom: 1em;
}
.item .active-nav{
  color: #8e0e0e!important;
}
.addr
{
	margin: 0px;font-size: 14px;color: #000;
}
.addr strong{
  color: #000;
}
.details
{
	letter-spacing: 1px;
}
.owl-carousel .owl-item,.owl-carousel .owl-stage{
  display: flex;
}
.owl-item h3 {
  /*height: 60px;*/
  font-size: 1.2em;
  /* color: #e1a8a8; */
  color: #2a419c;
}
.owl-prev, .owl-next
{
	position: absolute;
	top: 47%;
	font-size: 22px;
	padding: 5px;opacity: 5;
}
.owl-prev:hover, .owl-next:hover
{
  opacity: 10;
}
.owl-next
{
	right: -30px;
}
.owl-prev
{
	left: -30px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .owl-next
  {
    right: -5px;
  }
  .owl-prev
  {
    left: -5px;
  }
}
.owl-prev
{
  background: url(../images/left-arrow.png) no-repeat;
  width: 30px;
  height: 35px;
}
    
.owl-next
{
  background: url(../images/left-arrow.png) no-repeat;
  width: 30px;
  height: 35px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.light-blue-bg{
  background-color: #e8e8e8;
}

/* image animation */
.pps-imgs{
  height: 190px;
}
.pps-imgs.multiple {  
  position: relative;
}

.pps-imgs.multiple img {  
  position: absolute;
}

.pps-imgs.multiple .pp1 {
animation: animA 10s infinite alternate;
}

.pps-imgs.multiple .pp2 {
animation: animB 10s infinite alternate;
}
.pps-imgs.multiple .pp3 {
  animation: animc 10s infinite alternate;
}
.pps-imgs.multiple .pp4 {
  animation: animD 10s infinite alternate;
}
.pps-imgs.multiple .pp5 {
  animation: animE 10s infinite alternate;
}

@keyframes animA {
  0%, 25% {
    opacity: 0;
    z-index: 0;
  }
  50% {
    opacity: .5;
  }
  
  100% {
    opacity: 1;
    z-index: 1
  }
}

@keyframes animB {
  0%,25% {
    opacity: 1;
    z-index: 1;
  }
  50% {
    opacity: .5;
  }
 100% {
    opacity: 0;
    z-index: 0
  }
}

.extra-content{
  margin: 5em 0;
}
.extra-content p{
  line-height: 2em;
}
.featured-section{
 margin: 5em 0;
}
.featured-section .section-header{
  text-align: center;
  color: #26264b;
  margin-bottom: 3em;
  
}
.featured-div{
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(500px,1fr));
  row-gap:2em;
  column-gap: 2em;
}
.featured-div .box{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  padding: 2em;
  transition: 200ms all linear;
}
.featured-div .box:hover{
  transform: translateY(-5px);
}
.featured-div .box .box-head{
  min-height: 10em;
}
.featured-div h4{
  min-height: 2em;
  color: #26264b;
  margin-top: 1em;
}
@media (min-width: 320px) and (max-width: 480px) {
  .featured-div{
    display: block;
   
  }
  .featured-div .box{
    margin-bottom: 1em;
  }
  .overlay{
    width: 92.5%;
  }
  .foot-note a:last-child{
    margin-left: 0;
  }
  .featured img{
    margin-bottom: 1em;
    
  }
}
/*
     FILE ARCHIVED ON 01:14:27 Mar 27, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 05:37:14 Sep 14, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.533
  exclusion.robots: 0.02
  exclusion.robots.policy: 0.009
  esindex: 0.012
  cdx.remote: 26.276
  LoadShardBlock: 149.622 (3)
  PetaboxLoader3.datanode: 165.019 (5)
  PetaboxLoader3.resolve: 108.644 (2)
  load_resource: 174.287
  loaddict: 53.735
*/