body{font-family: 'Rubik'; color:#34312E; font-weight: 400; font-size: 16px;}

.container{max-width: 1304px;}

h1, h2, h3, h4, h5, h6{font-family: 'Federo'; margin: 0;}

h1{font-size: 70px;}
h2{font-size: 38px;}
h3{font-size: 28px;}
h4{font-size: 24px;}
h5{font-size: 18px;}
h6{font-size: 16px;}

p{line-height: 30px; text-align: justify;}

.ptb-80{padding: 80px 0;}
.ptb-50{padding: 50px 0;}
.mb-30{margin-bottom: 30px;}  
.mb-50{margin-bottom: 50px;}
.bg-grey{background-color: #F9FBFE;}

a {
  color: #87090C;
  text-decoration: none !important;
}
a:hover{color:#34312E;}
.link{color: #87090C;}
.link:hover{color: #34312E;}
figure{margin-bottom: 0;}

.form-control::placeholder{color: #34312E;}

::placeholder {
  color: #34312E;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #34312E;
}


.divider{background-color: #EBEBEB; opacity: 1; margin: 0; height: 1px;}


.form-group label{margin-bottom: 5px;}

.form-control{border-radius: 100px; padding: .375rem 1rem;}
.form-control:focus{box-shadow: none; border-color: #ced4da;}

.btn{ font-size: 20px; text-transform: uppercase; border-radius: 100px; border-color: #87090C; padding: 12px 36px; outline: none; box-shadow: none;}
.btn-primary:active:focus{box-shadow: none;}
.btn:hover, .btn:focus, .btn:active{background-color: #000; border-color:#fff; box-shadow: none;}
.btn-primary{background-color: #87090C; border-color: #fff;}

.btn-outline-primary{color:#fff; border-color: #fff;}

.text-primary{color:#87090C!important;}

.bg-primary{background-color: #87090C!important;}

.bg-primary .line-heading::after{background-color: #fff;}

.border-radius{border-radius: 10px;}

.ptb-80{padding: 30px 0;}

.line-heading{position: relative; padding-bottom: 13px;}
.line-heading:after{width: 94px; height: 6px; content: ""; position: absolute; background-color: #87090C; bottom:0; left: 0; margin: auto; right: 0;}
.line-heading-left:after{right:inherit}

.slick-arrow{z-index: 1; width: 50px;}
.slick-next{right:50px;}
.slick-next::before{font-size:50px;}
.slick-prev{left:50px;}
.slick-prev::before{font-size:50px;}

.slick-dotted.slick-slider{margin-bottom: 0;}

@media only screen and (min-width:1200px){
  .dropdown:hover .dropdown-menu{display: block; margin-top:0;}  
}


/*******header***********/

/*.top-section{padding:5px 0;}*/
.navbar-brand{position: relative; z-index: 9999;}
.navbar{background-color:#87090C; color: #fff; padding: 16px 0;}
.navbar-nav{width: 100%; justify-content: space-between;}
.navbar-nav .nav-link{padding: 0; color: #fff; font-weight: 500; font-size: 16px; text-align: center;}
.navbar-light .navbar-nav .nav-link:focus{color: #fff;}
.navbar-light .navbar-nav .nav-link{color: #fff; white-space:normal; display: flex; justify-content: space-between; align-items: center; gap: 5px;}
.navbar-light .navbar-nav .nav-link:hover{color: rgba(255, 255, 255, 0.6);}
.navbar-light .navbar-nav .nav-link.active{color: rgba(255,255,255,0.6);}
.dropdown-toggle{color: #fff;}
.navbar-light .navbar-toggler{margin-left: auto; color: #fff; border-color: #fff; box-shadow: none;}

.dropdown-toggle::after{display: inline-block;
    position: relative;
    content: "";
    top: -2px;
    right: 0;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    border-top:inherit;
    border-left: inherit;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}


.dropdown-menu{width: 100%; background-color: #161921; color: #fff; padding: 0;}
.dropdown-menu li a{color: #fff; padding: 10px; border-bottom: 1px solid rgba(150, 150, 150, 0.15);}
.dropdown-menu li:last-child a{border-bottom: 0;}

.dropdown-item:active{background-color: #e9ecef; color: #34312E;}


.right-phone{text-align: right; font-size: 16px; color: #000;}
.right-phone > span{margin-top: 10px; display: flex; gap: 10px; justify-content: end;}
.right-phone a{text-decoration: none;}

/*******header***********/

/*******home***********/
section{overflow: hidden;}
.responsive-slider{overflow: hidden; max-height: 600px;}
.responsive-slider .slider{position: relative;}
.home-slider .txt{color:#fff;
position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  max-width: 500px;
  align-content: center;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.slick-dots{bottom: 30px; left: 0; width: fit-content; right: 0; margin: auto;}
.slick-dots li{margin: 0 2px;}
.slick-dots li.slick-active button::before{color: #87090C;}
.slick-dots li button{padding: 0; margin: 0;}
.slick-dots li button::before{opacity: 1; font-size: 16px; color:#fff;}


.home-slider .txt p{font-size: 26px; line-height: 31px; margin-bottom: 40px; margin-top: 15px;}
.home-slider .slider::before{
  display:block;
  content:"";
  position:absolute;
  top:0; right:0; left:0;
  width: 100%; height:100%;
  /*background-color: rgba(0, 0, 0, 0.514);*/
}
.home-slider .slider .img{width: 100%;  height: 600px !important; object-fit: contain !important;}
/* .home-slider .slider .img{width: 100%; height: 600px;height: auto;  background-size: contain !important;} */
.home-slider .slider img{border-radius: 0; width: 100%; height: 100%;}
.home-slider .slider .txt{position: absolute; top:0;}

.about figure{position: relative; padding-left: 40px;}
.about figure .small-img{position: absolute; bottom: -40px; left:0; width: 311px; height: 174px; object-fit: cover;}
.about figure .big-img{width:479px; height: 552px; object-fit: cover;}
.about p{
  text-align: justify;
}

.services{position: relative;}
.services .card{ color: #34312E;padding: 30px; border-radius: 10px; background-color: #ECEFF0; border:0; height: 100%;}
.services .card a {color: #34312E; text-decoration: none;}
.services .card:hover{background-color: #87090C; color: #fff;  transform: scale(1.05); transition: all 0.3s ease-in-out;}
.services .card:hover a{color:#fff;}
.services .card:hover h3{color:#fff;}
.services .figure ul{margin: 0; display: flex; gap:20px; padding: 0;}
.services .figure ul li{list-style: none; padding: 0; margin: 0;}
.services-txt{max-height: 180px; overflow:auto;}

.services:before{position: absolute; content:""; background:url('../images/service-bg-left.svg'); background-repeat:no-repeat; width: 257px; height: 316px; top:0; left:0;}
.services:after{position: absolute; content:""; background:url('../images/service-bg-left.svg'); background-repeat:no-repeat; width: 257px; height: 316px; right:0; bottom: 0; transform: rotate(180deg);}

.services p{margin-bottom: 0; margin-top: 15px;}
.services .figure{margin-top: 40px; display: flex; gap: 20px;}
.services .figure img{border:2px solid #fff; border-radius: 20px; width: 144px; height: 144px; object-fit: cover;}


.img-fluid {
  max-width: 100%;
  height: auto;
  min-width: 100% !important; 
  min-height: 100% !important; 
}


.services-area .accordion-item{border:0;}
.services-area .accordion-item .accordion-button{font-family: 'Rubik'; font-size: 15px; font-weight: 400; color:#34312E; background-color:transparent; border: 0; border-bottom: 1px solid #EBEBEB; border-radius: 0; box-shadow: none; color:#34312E; padding-left:25px; padding-right:0;}

.services-area .accordion-item .accordion-button::after{position: absolute; left:3px; background-image:url('../images/arrow.svg'); background-position: center; top:16px; content:""; width: 8px; background-size: contain;}
.services-area .accordion-item .accordion-button:not(.collapsed)::after{transform:rotate(90deg)}
.services-area .accordion-body{background-color:#F9FBFE;}
.services-area .accordion-body a{font-weight: 500;}
.services-area .accordion-body ul{margin: 0; padding: 0 0 5px 15px; max-height: 143px; overflow-y: auto;}
.services-area .accordion-body ul li{margin-bottom: 10px;}
.services-area .accordion-body ul li a{color: #34312E; font-weight: 400;}


.job-openings ul{list-style: none; padding: 0; margin: 0;}
.job-openings ul li{padding: 12px; background-color: #fff; flex-wrap: wrap; box-shadow: 0 0 8px 0 rgba(209,209,209,0.3); margin-bottom: 10px; color: #34312E; text-decoration: none; font-size: 18px; display: flex; width: 100%; justify-content: space-between; align-items: center;}
.job-openings ul li span{ font-weight: 500;}
.job-openings ul li .btn{padding: 4px 6px; border-radius: 0; font-size: 18px; font-weight: 500;}
.job-openings  figure{position: relative; padding-top: 15px;}
.job-openings  figure img{height: 708px; object-fit: cover;}
/* .job-openings  figure:before{content: ""; width: 115px; height: 264px; position: absolute; right: 0; top: 0; background: #87090c;} */
/* .job-openings  figure:after{content: ""; width: 115px; height: 264px; position: absolute; left: -15px; bottom: -15px; background: #000;} */
.job-openings  figure img{position: relative; z-index: 1;}


.blog-list figure{overflow: hidden; height: 201.883px;}
.blog-list figure img{object-fit: cover; width: 100%; height: 100%;}
.blog-list h4{font-family: 'Rubik'; font-weight: 400; margin-bottom: 15px;}
.blog-list .date{color:#87090C; font-size: 18px; margin-bottom: 15px;}
.blog-list p{margin-bottom: 15px; text-align: justify;}
.blog-list a{font-size: 18px; font-weight: 500;}
.blog-list ul{list-style: none; padding: 0; margin: 0;}
.blog-list ul li{padding: 50px 0; border-bottom: 1px solid #EBEBEB;}
.blog-list ul li:last-child{border: 0; padding-bottom:0 ;}

.counter-section .card{padding: 30px; border-radius: 10px; height: 100%; box-shadow: 0 0 8px 0 rgba(209,209,209,0.3); border:0;}
.counter-section .card p{margin-top: 10px; font-size: 18px; line-height: 24px; margin-bottom: 0;}
.counter-section .card .icon{color:#87090C; font-size: 35px; margin-bottom: 10px;}

.search .btn{font-size: 16px; padding:5px 15px; border:0;}

.gallery-slider{max-height: 464px; overflow: hidden;}
.gallery-slider .item{padding:0 5px;}
.gallery-slider .item figure{height: 464px; overflow: hidden;}
.gallery-slider .item figure img{width: 100%; height: 100%; object-fit: cover;}

/*******home***********/


/*******footer***********/

footer{background-color: #000; color:#fff;}
.footer-content{padding: 80px 0; display: flex; gap:30px 60px; justify-content: space-between;}
footer .social{display: flex; gap:20px; font-size: 20px;}
footer a{color:#fff; text-decoration: none;}
footer a:hover{color: rgba(255,255,255,0.7);}
footer h3{font-size: 26px; margin-bottom: 30px;}
footer ul{padding: 0; padding: 0; list-style: none; }
footer ul li{margin-bottom: 12px;}

.footer-logo{max-width: 310px;}
.footer-contact{max-width: 280px; font-weight: 500;}
.footer-contact ul{display: flex; flex-wrap: wrap; gap:14px 10px;}
.footer-contact ul li{display: flex; align-items: start; gap:0 10px;}
.footer-contact ul li i{margin-top: 4px; font-size: 20px;}

footer h3{color:#fff;}


.footer-bottom{border-top: 1px solid rgba(255,255,255,0.3); font-size: 15px; padding: 10px 0;}
.footer-bottom ul{display: flex; gap:10px; margin: 0; justify-content: right;}
.footer-bottom ul li{margin-bottom: 0;}

/*******footer***********/


/*******innerpages***********/


.inner-banner{position: relative;}  
.inner-banner img{width: 100%; height: 100%; object-fit: cover;}
/* .inner-banner img{width: 100%; min-height: 450px; object-fit: cover;} */
/* .inner-banner .slider:before{content: "";background-color: rgba(0,0,0,0.55);width: 100%;height: 100%;position: absolute;} */

/* .inner-banner > .img:before{content: "";background-color: rgba(0,0,0,0.55);width: 100%;height: 100%;position: absolute;} */

.inner-banner .txt{position: absolute; top: 0; bottom: 0; margin: auto; display: flex; flex-wrap: wrap; gap: 15px; max-width: 725px; align-content: center; flex-direction: column; align-items: start; justify-content: center; color: #fff;}
.inner-banner .txt p{font-size: 18px; color:#fff;}
.inner-banner h1{color:#fff;}

.inner-banner .responsive-slider{height: auto;}

.sub-para{max-width: 950px; margin: auto;}

.men-laptop{position: relative; z-index: 2;}

.spin {
  position:absolute;
  top:60px;
  left:12px;
  right:0;
  margin: auto;
  z-index: 1;
  -webkit-animation:spin 30s linear infinite;
  animation:spin 30s linear infinite;
  max-width: 100%;
}

@-moz-keyframes spin { 
  100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
  100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
  100% { 
      -webkit-transform: rotate(360deg); 
      transform:rotate(360deg); 
  } 
}

.check-list{display: grid; grid-template-columns: 1fr 1fr; gap:0 24px; padding: 0; margin: 0;}
.check-list li{list-style: none;  padding: 10px 0; border-bottom: 1px solid #EBEBEB;}
.check-list li a{color: #34312E; padding-left: 22px; position: relative; display: inline-flex;}
.check-list li a:before{content:"\f00c"; position: absolute; left:0; font-family:"Font Awesome 6 Free"; font-weight: 900; color:#87090C;}
.check-list li a:hover{color: #87090C;}


.check-list li .servicelink{color: #34312E; padding-left: 22px; position: relative; display: inline-flex;}
.check-list li .servicelink:before{content:"\f00c"; position: absolute; left:0; font-family:"Font Awesome 6 Free"; font-weight: 900; color:#87090C;}


.arrow-list{display: grid; grid-template-columns:1fr; gap:0 24px; padding: 0; margin: 0;}
.arrow-list li{list-style: none;  padding: 10px 0; padding-left: 22px; border-bottom: 1px solid #EBEBEB; position: relative; }
.arrow-list li:before{content:"\f107"; position: absolute; left:0; font-family:"Font Awesome 6 Free"; font-weight: 900; color:#87090C;}
.arrow-list li a{color: #34312E; display: inline-flex;}
.arrow-list li a:hover{color: #87090C;}


.new-arrow-list{grid-template-columns:1fr; padding: 0; margin: 0;}
.new-arrow-list li{list-style: none;  padding: 10px 0; padding-left: 22px; border-bottom: 1px solid #EBEBEB; position: relative; }
.new-arrow-list li:before{content:"\f107"; position: absolute; left:0; font-family:"Font Awesome 6 Free"; font-weight: 900; color:#87090C;}
.new-arrow-list li a{color: #34312E; display: inline-flex;}
.new-arrow-list li a:hover{color: #87090C;}

.my-arrow-list{padding: 0; margin: 0;}
.my-arrow-list li{list-style: none;  padding: 10px 0; padding-left: 22px; border-bottom: 1px solid #EBEBEB; position: relative; }
.my-arrow-list li:before{content:"\f107"; position: absolute; left:0; font-family:"Font Awesome 6 Free"; font-weight: 900; color:#87090C;}
.my-arrow-list li a{color: #34312E; display: inline-flex;}
.my-arrow-list li a:hover{color: #87090C;}

.pt-40{padding-top: 42px;}
.dots{position: absolute; right:-45px; top:0; z-index: -1;}

.location .divider{background-color: #34312E;}
.location h5{margin-bottom: 20px;}
.location h4{margin-top: 30px; font-family: 'Rubik'; font-weight: 400;}

.large-img{height:100vh; object-fit: cover;}


.contact-form .form-control{background-color: transparent; border-radius: 0; border-top: 0; border-left: 0; border-right: 0; padding:10px 0; color: #87090C;}
.contact-form .form-control::placeholder{color:#87090C}
.contact-form label{color: #87090C; margin-bottom: 10px;}
.contact-form .form-select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e")}
.contact-form textarea.form-control{border:1px solid#000000; border-radius: 8px; height: 120px; padding: 10px;}

.contact-form .form-select option{color: #87090C;}
.map iframe{display: block;}

.d-length, .dt-search {display: flex; align-items: center; gap: 5px;}
.d-length label {white-space: nowrap;}

.pagination .page-link{color: #34312E;}
.pagination .page-link:focus{box-shadow: none;}


img.job_opening_img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 200%;
}

.mySearchStateAreas-group {
  width: 45%;
  margin: auto;
  margin-bottom: 46px !important;
}
.rotate-arrow li:before {
  transform: rotate(270deg);
}
.bg-primary .error-message{
  color:white;
}
.error-message {
  color: red;
}

.resumeBx{
  display: grid;
}
.resumeBx .error-message {
  order: 3;
}
.myFormSpinner {
  width: 56px;
  display: none;
}
.mySearchSpinner {
  width: 56px;
  display: none;
}
#noRecordsFoundMessage{
  display: none;
}
/*******innerpages***********/


@media only screen and (max-width:1600px)
{
  .navbar-nav .nav-link{font-size: 12px;}
}


@media only screen and (max-width:1599px)
{
  .navbar-nav .nav-link{font-size: 12px;}
}


@media only screen and (max-width: 1199px)
{
  h1{font-size: 40px;}
  h2{font-size: 32px;}
  h3{font-size: 24px;}
  h4{font-size: 20px;}
  .btn{ font-size: 16px;}
  .job-openings ul li{row-gap: 10px; flex-direction: column; align-items: start;}
  .job-openings ul li .btn{font-size: 16px;}

  .home-slider .txt p{font-size: 20px; margin-bottom: 20px;}
  .about figure .small-img{bottom:0}
  .footer-content{flex-wrap: wrap; padding:30px 0;}
  .ptb-80{padding-top: 30px; padding-bottom: 30px;}
  .navbar-nav .nav-link{text-align: left;}
  .navbar-nav > li{padding:0; border-bottom: 1px solid rgba(255, 255, 255, 0.3);}
  .navbar-nav .nav-link{font-size: 16px;}
  .dropdown-toggle::after{right:5px;}
  .services .figure img{height: auto;}
  .gallery-slider{max-height:240px;}
  .gallery-slider .item figure{height: 240px;}
  .large-img{height: auto;}
  .navbar-light .navbar-nav .nav-link{width:calc(100% - 44px); padding: 10px 0;}
  .navbar-light .navbar-nav .nav-link:after{display:none;}
  .navbar-nav > li span{position: absolute; right:0; top:0; background:transparent; align-items: center; height:44px; width: 44px; justify-content: center;}
  .navbar-nav > li span:after{right:0;}
}

@media only screen and (max-width: 1023px)
{
  .home-slider .slider .img{height: auto; object-fit: cover; }
  .responsive-slider{max-height:288px;}
  .inner-banner img{height:288px;}
}


@media only screen and (max-width: 767px)
{
  .right-phone{margin-top: -50px;}
  .right-phone > span{flex-wrap: wrap; font-size: 16px; margin-top: 30px; line-height: 20px;}
  .home-slider .slider img{width:100%; height: 500px; object-fit: cover; }
  .footer-bottom ul{justify-content: center;}
  .slick-prev{left:15px;}
  .slick-next{right:15px;}
  .slick-prev::before{font-size: 40px;}
  .slick-next::before{font-size: 40px;}
  .aos-animate {animation-delay: 0 !important;}
  .job-openings figure img, .about figure .big-img{height: auto;}
  .gallery-slider{max-height:326px;}
  .gallery-slider .item figure{height: 326px;}
  .check-list{grid-template-columns: 1fr;}
  .spin{left:0;}
  .responsive-slider{max-height: 500px;}
  .inner-banner img{height:450px;}
  
}


/* .services-area .accordion-item {
  border: 0;
  position: relative;
}

.services-area .accordion-body {
  position: absolute;
  top: 55px;
  background: #d7d7d7;
  left: 0;
  right: 0;
  z-index: 9;
  height: 100%;
  bottom: 0;
  min-height: 230px;
} */


.myGrid {
  column-count: 3; /* Set the number of columns */
  column-gap: 20px; /* Set the gap between columns */
}

.my-grid-item {
  break-inside: avoid-column; /* Avoid breaking items across columns */
  margin-bottom: 20px; /* Add bottom margin to items */
  background-color: #f0f0f0; /* Example background color */
  padding: 20px; /* Example padding */
  border-radius: 5px; /* Example border radius */
}

@media screen and (max-width: 768px) {
  .myGrid {
      column-count: 2;
  }
}

@media screen and (max-width: 480px) {
  .myGrid {
      column-count: 1;
  }
}

.myLoaderSpinner {
  display: none;
  width: 45px;
}
.cke_notifications_area {
  display: none;
  visibility: hidden;
}
.services-txt a {
  color: inherit !important;
  text-decoration: underline !important;
}