
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');

@font-face {
	font-family: 'Sofia Pro';
	src: url('../fonts/SofiaProBold.woff2') format('woff2'),
	url('../fonts/SofiaProBold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Sofia Pro';
	src: url('../fonts/SofiaProMedium.woff2') format('woff2'),
	url('../fonts/SofiaProMedium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Sofia Pro';
	src: url('../fonts/SofiaProLight.woff2') format('woff2'),
	url('../fonts/SofiaProLight.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

* {
    min-height: 0;
    min-width: 0;
  }
  body {
    padding: 0;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    color: #111;
    width: 100%;
    height: 100%;
    position: relative;
    scroll-behavior: smooth;
    overflow-x: hidden;
    font-family:'Sofia Pro',Helvetica Neue,Helvetica,Arial,sans-serif;
  }
  a {
    text-decoration: none;
  }
  ul,
  li {
    list-style: none outside none;
    margin: 0px;
    padding: 0px;
  }
  p {
    font-size: 16px;
    line-height: 1.2;
  }
  .text-black{
    color: #000 !important;
  }
  .container-fluid{
    padding: 0 !important;
    margin: 0 !important;
  }
  .container {
    max-width: 1600px !important;
    padding: 0 30px;
  }
  .img-responsive {
    max-width: 100%;
  }
  .common-gap {
    margin-top: 70px;
  }
  .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
  .fixed-top {
    background-color: #ffffff !important;
    position: fixed !important;
    -webkit-box-shadow: 0 0 60px 0 rgb(0 0 0 / 7%);
    box-shadow: 0 0 60px 0 rgb(0 0 0 / 7%);
    -webkit-animation: 1.2s ease-in-out 0s normal none 1 running fadeInDown;
    animation: 1.2s ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
}
.fadeInDown{
  -webkit-animation-name:fadeInDown;
  animation-name:fadeInDown
}
@keyframes fadeInDown{
  0%{
    opacity:0;
    -webkit-transform:translate3d(0,-100%,0);
    transform:translate3d(0,-100%,0)
  }
  to{
    opacity:1;
    -webkit-transform:translateZ(0);
    transform:translateZ(0)
  }
}
.navbar{
position: relative;
top: 0;
z-index: 999;
width: 100%;
text-align: center;
}
.navbar-site {
    background: transparent;
    padding-bottom: 10px;
    border-bottom: none !important;
    -webkit-box-shadow: 0 0 60px 0 rgb(0 0 0 / 7%);
    box-shadow: 0 0 60px 0 rgb(0 0 0 / 7%);
    /* -webkit-box-shadow: 0 10px 15px rgb(25 25 25 / 10%); */
}
.navbar-site .navbar-nav li a{
    color: #000000 ;
    font-weight: 400;
    letter-spacing: 0.25px;
    font-size: 16px;
    text-transform: capitalize;
}
.dropdown span {
  display: inline-block;
  position: relative;
  padding-right: 0.5rem !important;
  padding-left: 0 !important;
  color: #000;
  cursor: pointer;
  left: -2px;
  top: 0;
  margin-top: 5px;
}
.dropdown-menu {
  background: #ffffff;
  padding: 0px 0;
  margin: 0 0 0;
  border: none !important;
  border-radius: 0px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(51, 51, 51, 0.4);
  -moz-box-shadow: 0px 0px 5px 0px rgba(51, 51, 51, 0.4);
  box-shadow: 0px 2px 9px 0px rgba(51, 51, 51, 0.4);
  min-width: 14rem;
}
.navbar .dropdown-menu li {
  border-bottom: 1px solid #ff0000;
  line-height: 2;
}
.navbar .dropdown-menu li a {
  text-transform: none;
  padding: 6px 1rem;
  transition: .4s ease-in-out;
}
.navbar-nav-ul .nav-item {
  margin: 0 5px;
}
.navbar .dropdown-menu li:hover a {
  background: #de3a31;
  color: #fff !important;
}
.navbar .dropdown-menu li:last-child {
  border-bottom: none;
}
.site-logo img{
  height: 62px;
}
.hide-in-desktop{
  display: none;
}
.mobile-language-button, .mobile-search-button{
  position: absolute;
  border: none;
  padding: 5px 7px;
  background: #ffffff;
}
.hide-in-desktop a{
  color: #000;
}
.mobile-search-button{
  right: 140px;
}
.mobile-language-button{
  right: 62px;
}

.search-box {
  display: none;
  position: relative;
}
.search-box.show {
  width: 100%;
  display: block;
}
.search-box .search-input {
  position: absolute;
  width: 100%;
  height: 35px;
  padding: 11px 1rem;
  border: 0;
  background-color: #161616;
  opacity: 1;
  color: #fff;
  text-align: center;
  font-weight: 700;
  z-index: 999999;
}
.search-box .search-input:focus{
  outline: none;
}

.common-parallex{
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60px;
}
ul, li {
    list-style: none outside none;
    margin: 0px;
    padding: 0px;
}
.navbar-nav .nav-item .nav-link{
  position: relative;
  padding-left: 0;
  padding-right: 0;
  margin: 0 8px;
  text-transform: uppercase;
  display: inline-block;
}
.navbar-nav .nav-item .nav-link:hover{
  color: #ff0000 !important;
}
/* .navbar-nav .nav-item:nth-last-child(1) .nav-link:hover, .navbar-nav .nav-item:nth-last-child(2) .nav-link:hover{
  color: #000000 !important;
} */
.nav-item .nav-link::before {
  content: '';
  background-color: #ff0000;
  height: 1px;
  width: 0;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  transition: .4s ease-in-out;
}
.navbar-nav .current-menu-item a::before {
  content: '';
  background-color: #ff0000;
  height: 1px;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.nav-item .nav-link:hover::before {
  width: 100%;
  left: 0;
}
.nav-item:nth-last-child(1) .nav-link:hover::before, .nav-item:nth-last-child(2) .nav-link:hover::before{
  display: none;
}
.fixed-top .navbar-site{
  padding-top: 10px;
  padding-bottom: 12px;
}
@media screen and (min-width: 768px){
.main-menu .collapse ul li:hover > ul {
    display: block;
    margin-top: 0;
}
}
.navbar-site .navbar-nav .current-menu-item a {
    color: #ff0000 !important;
}
.banner-section {
	position: relative;
}
.banner-section::before{
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  background: #00000060;
  top: 0;
  left: 0;
}
.main-intro {
  animation-delay: 0s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-name: u;
  height: auto;
  opacity: 1;
  top: 0;
  width: 100%;
}
.main-banner-content{
  height: auto;
  width: 740px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: justify;
}
.main-banner-title h1 {
  font-size: 50px;
  color: #ffffff;
  letter-spacing: 4px;
}
.main-banner-disc p{
  font-size: 18px;
}
.home-about {
    color: #fff;
}
.swiper-slide-active .caption {
    animation-name: fade-in;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-fill-mode: both;
}

.swiper-slide .caption {
    background-color: #0f0f0fa8;
    position: absolute;
    bottom: 40%;
    line-height: 1;
    width: 500px;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: rgb(241, 241, 241);
    left: 10%;
    border-radius: 8px;
    padding: 10px;
}
.swiper-button-next, .swiper-button-prev {
    top: 37%;
}
.banner-gif{
  position: absolute;
  bottom: 180px;
  right: 90px;
  z-index: 9;
  background-color: #ffffff99;
}
@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.global-map-image img{
  width: 100%;
  height: 500px;
}
.company-about-section-bg{
  background: transparent;
  position: relative;
}
.company-about-section-bg::before{
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #103d52b8;
}
.about-company {
  position: relative;
    padding: 46px 0px;
    z-index: 9;
}
.body-content, .home-about-content {
    text-align: justify;
}
.design-focus-section{
  padding: 30px 0;
}
.home-about-content{
  padding: 0 50px;
  margin: 50px 0;
}
.card-about-details{
  position: relative;
}
.card__image-inner .card-body {
    padding: 0px 5px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.headline {
    position: relative;
}
.milestone-card .card-about-details{
  font-family: 'Montserrat', sans-serif;
}
.milestone-experience-year h1{
  font-size: 80px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
}
.milestone-experience-sub-title-part2 h4{
  font-weight: 700;
  font-size: 34px;
}
.milestone-experience-year{
  margin-left: -50px;
}

.milestone-card{
position: relative;
padding: 40px 40px 40px 80px;
}
.milestone-experience-disc {
  background: white;
  padding: 20px;
  margin-top: -52px;
  z-index: 1;
  position: relative;
  margin-left: 27px;
}
.milestone-section .award-content ul li{
  text-align: left;
}
.milestone-section .award-content ul{
  padding-left: 15px;
}
.milestone-section  .img-float-right ul li {
  text-align: right;
}
.milestone-section  .img-float-right ul{
  padding-right: 15px;
}
.milestone-section .award-content ul li img{
  margin-right: 7px;
}
.milestone-section .img-float-right ul li img{
  margin-left: 7px;
}
.award-content ul li {
    margin: 20px 0;
    padding: 10px 0;
}
.home-about-content .card-img{
  position: relative;
  max-height: 230px;
  overflow: hidden;
  text-align: center;
}
.home-about-content .card-title{
  margin-bottom: 20px;
}
.home-about-content .card-about-details{
  padding: 20px 0;
  height: 180px;
  position: relative;
  overflow: hidden;
}
.card-content .view-all-button{
  margin-top: 20px;
}
.home-about-content .card-about-details::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: linear-gradient(0deg, #ffffff,#ffffffcf, #ffffff8f);
  filter: blur(0px);
  -webkit-filter: blur(0px);
}
.home-about-content .card{
  border: none;
  background-color: #ffffffab;
}
.about-company-img {
    padding: 0 !important;
    text-align: center;
}
.about-key img {
    height: 64px;
    text-align: center;
    margin: 0 auto 10px;
}
.numbers{
    font-size: 24px;
}
h2{
  text-align: center;
  position: relative;
  font-size: 26px;
  text-transform: uppercase;
}
h2:before{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7px;
    margin: auto;
    display: block;
    width: 75px;
    border-bottom: 1px solid #f41e20;
    content: "";
}
.event-description h3:after{
    position: relative;
    left: 0;
    right: 0;
    bottom: -7px;
    margin: auto;
    display: block;
    width: 75px;
    border-bottom: 1px solid #f41e20;
    content: "";
}
.transparant-bg-title h2::before{
  border-bottom: 1px solid #ffffff !important;
}
.video-profile h2::before{
  border-bottom: none;
}
h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
}
@media (max-width: 1424px){
.about-button {
    padding-bottom: 26px;
}
}
.about-button a {
    color: #000;
}

.see-more {
    color: #000;
}
.btn-read {
    background-color: transparent;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 1.1;
    padding: 0.7rem 1.38rem;
    position: relative;
    transition: .1s ease-in-out;
    z-index: 10;
    margin: 15px 0 0;
    text-transform: uppercase;
}
.main-banner-content h1 {
  animation-name: fade-in;
  animation-duration: .8s;
  animation-delay: .2s;
  animation-fill-mode: both;
}
@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.main-banner-content p {
  animation-name: fade-in;
  animation-duration: 1.3s;
  animation-delay: 1s;
  animation-fill-mode: both;
}
@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.btn-read:hover {
    color: #ff0000;
    letter-spacing: 1.3px;
    text-decoration: underline;
}
.btn-read:hover::after {
    width: 100%;
    left: 0;
}
.about-button {
    text-align: center;
    margin-top: 18px;
}
.about-key p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
}
.home-about-content .card{
  position: relative;
  transition: .4s ease-in-out !important;
}
.home-about-content .card:hover{
  transform: scale(1.1) !important;
}
.home-btn{
  margin-top: 40px;
}
.home-btn .btn-read{
  border: none;
}
.home-btn a::before{
  position: absolute;
  content: '';
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  z-index: -1;
}
.home-btn a:hover::before{
  width: 0;
  color: #fff;
}

.about-key {
    padding: 21px;
}
.overlay-icon {
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.35s ease-in-out 0s;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -ms-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    background: #2e31919f;
}
.item .thumb a .overlay-icon i {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    font-size: 35px;
    height: 80px;
    left: 50%;
    line-height: 78px;
    margin-left: -40px;
    margin-top: -40px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 80px;
}
@media (min-width: 768px){
.order-md-12 {
    -ms-flex-order: 12;
    order: 12;
}
}

.production-media {
    margin-top: 20px;
}
.production-banner {
    position: relative;
    overflow: hidden;
}
.production-banner .main-intros {
    animation-delay: 0s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-name: u;
    height: auto;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
}
.section-heading {
    margin-bottom: 36px;
}
.production-banner .banner-content {
    position: relative;
    z-index: 2;
    padding: 12% 0;
    background-color: rgba(0, 0, 0, 0.7);
    margin: 0 auto;
    color: #fff;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}
.product-slider .product_item {
    border: 1px solid #f41e20;
}
.product_item > .inner {
    display: block;
    height: 550px;
    position: relative;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.product_item > .inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: block;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    z-index: 3;
    opacity: 1;
}
.product_badge {
    display: block;
    position: absolute;
    z-index: 4;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    min-width: 260px;
    left: 0;
    top: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 23px 23px;
    transform-origin: 23px 23px;
    overflow: hidden;
}
.product-slider__thumb {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 120%;
}
.product_name {
    display: block;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 13px;
    height: 46px;
    line-height: 1.7;
    background-color: #175169;
    position: relative;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    right: 0;
}

/*Product Slider Section Start*/
.product-slide {
    background-color: #f8f8f8;
  }
  .heading-secondary {
    margin-top: 90px;
  }
  .product-slider .product_item {
    border: 1px solid #f41e20;
  }
  .product_item > .inner {
    display: block;
    height: 550px;
    position: relative;
  }
  .product_item > .inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: block;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    z-index: 3;
    opacity: 1;
  }
  .product_item:hover > .inner::before {
    opacity: 0;
  }
  .product_item:hover .product_badge::after {
    left: 0;
  }
  .product_item:hover .product_badge__inner {
    right: 100%;
  }
  .product_item:hover .product-slider__thumb {
    -webkit-transform: translate3d(0, -10%, 0) scale(1.05);
    transform: translate3d(0, -10%, 0) scale(1.05);
  }

  .product_badge::after {
    content: attr(data-content);
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 1.7;
    padding: 13px;
    background-color: #f3f3f3;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #191c32;
    font-weight: 500;
  }
  .prev-arrow {
    margin: -440px -63px 0 0;
  }
  .prev-arrow,
  .next-arrow:hover {
    cursor: pointer;
  }
  .nexts img:hover {
    padding: 5px;
    background-color: black;
  }
  .prev img:hover {
    padding: 5px;
    margin-right: -75px;
    background-color: black;
  }
  .prev {
    float: left;
  }
  .nexts {
    float: right;
  }
  .next-arrow {
    float: right;
    margin-top: -257px;
  }
  .iso-text p {
    text-align: justify;
  }
  /*Product Slider Section End*/


  /*Product category Section start */
  .product-category-section{
    padding-top: 60px ;
    padding-bottom: 20px ;
    background: #f5f5f5;
    position: relative;
    overflow: hidden;
  }
.card{
  margin: 15px 0;
  position: relative;
}
.card__image-inner{
  position: relative;
  overflow: hidden;
}

.product-category-section .card:hover img{
  transform: scale(1.2);
}
.card__image-inner img{
  position: relative;
  z-index: 10;
  overflow: hidden;
  transition: .6s;
}
.card-img-height{
  max-height: 320px;
  position: relative;
  overflow: hidden;
}
.card__image-inner::after {
  content: "";
  width: 150%;
  height: 200%;
  position: absolute;
  top: -150%;
  left: -210%;
  z-index: 11;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: rotate(30deg) scale(1.5);
  transform: rotate(30deg) scale(1.5);
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.7)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.7) 100%);
}
.card__image-inner:hover::after {
  top: 100%;
  left: 100%;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.product-category-section .card-title{
  text-transform: capitalize;
  color: #175169;
}
.product-category-section .card:hover .card-title{
  color: #ff0000;
}
  /*Product category Section End*/
/*Why Choose Use Section Start*/
.r-and-d-page-description{
  background: #5a745e;
  padding: 30px;
}
.section-title {
  text-shadow: 0px 0px 4px #111;
  color:#fff;
}
.our-service-section .card {
  transition: all .4s linear ;
	height: 290px;
  margin: 21px 0;
  padding-top: 25px;
}
.our-service-section .card:hover {
  transition: all 200ms linear ;
  transform: scale(1.05);
  background-color: rgba(0, 0, 0, .5);
}
.our-service-section .card-img-top {
  width: 25%;
  display: block;
  margin: 0 auto;
}
.our-service-section .card-title {
  position: relative;
}
.our-service-section .card-title::before {
  content: '';
  width: 30%;
  border-bottom: 1px solid #175169;
  position: absolute;
  left: 35%;
  bottom: -9px;
}
.our-service-section .card:hover .card-title::before{
  border-bottom: 1px solid #ff0000;
}
.our-service-section .card-body .card-text {
  text-align: justify;
  color: #495057;
  line-height: 22px;
  font-size: 14px;
}
.our-service-section .card-body {
  text-align: center;
  padding: 15px;
}

.our-service-section .service-pera:hover,.our-service-section .service-pera:hover p{  
  color: #fff;
 }
 .skills-img img{
  width: 40%;
  border-radius: 50%;
  margin-top: 10px;
  transition: .4s ease-in-out;
}
.our-service-section .card:hover img{
  background-color: #ff0000;
}
.service p{
	padding: 14px;
}
.why-choose{
  padding: 20px 76px;
  color: #fff;
  font-size: 17px;
  letter-spacing: 0.3px;
  text-align: justify;
  text-shadow: 0px 0px 4px #111;
}
/*Why Choose Use Section End*/
/* facilities section start */
.facilities-section{
  position: relative;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 40px;
  background: #f1f1f1;
}
.facilities-img{
  text-align: center;
  margin-bottom: 15px;
}
.facilities-item{
  margin-top: 20px;
}
.facilities-item-title{
  text-align: left;
}

.facilities-item-title h4{
  position: relative;
  display: inline-block;
  padding: 8px;
}
.arrow-down-img{
  transition: .4s;
}
.rotate{
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
} 

.manage-board-btn:not(.collapsed) .arrow-down-img{
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.manage-board-btn{
  padding: 10px 20px;
  background: #004b63;
  display: block;
  color: #fff;
  border-top: 1px solid #acacac;
}
.manage-board-btn:hover{
  color: #CF842B;
}
.facilities-item-button{
  padding: 0 200px;
}
.facilities-content{
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 0 auto;
}
.facilities-content ul li{
  margin: 15px 0;
  list-style: disc;
}
.facilities-main-content{
  display: flex;
  padding-left:10px ;
  justify-content: center;
  align-items: center;
}
.facilities-title{
  margin-bottom: 30px;
}
.facilities-paralax-bg{
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
/* facilities section start */
/* capabilities section start */

.capabilities-banner{
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  max-height: 500px;
  overflow: hidden;
}
.capabilities-image{
  position: relative;
  text-align: center;
  max-height: 200px;
  overflow: hidden;
}
.capabilities-image img{
  transition: .4s ease-in-out;
}
.capabilities-main-content{
  margin-bottom: 20px;
  cursor: pointer;
}
.capabilities-main-content:hover img{
  transform: scale(1.2);
}

.capabilities-overlay{
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: #000000a3;
display: flex;
text-align: center;
justify-content: center;
align-items: center;
color: white;
}
.capabilities-main-title{
  margin: 15px 0;
}
.capabilities-banner-content{
  position: absolute;
}
.capabilities-section{
  padding: 50px 0;
}
.capabilities-title{
  margin-bottom: 30px;
}
.production-lists{
  padding: 20px 30px;
}
.production-lists ul li::marker{
  font-size: 15px;
}
.production-lists ul li{
  margin: 10px 0;
  list-style: disc;
  font-size: 16px;
}
/* capabilities section end */

/*Latest News Section Start*/
  .news-page{
    margin-top: 50px;
  }
  .newsevents-section .overlay-icon {
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.35s ease-in-out 0s;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -ms-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    background: #0bb1195b;
}
.blog-area .blog-items .item {
    background: #ffffff none repeat scroll 0 0;
    -moz-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.212);
  }
  .blog-area .blog-items .item-box{
    margin: 15px 0;
  }
  .item .thumb, .item{
    overflow: hidden;
    position: relative;
  }
    .item .thumb{
      max-height: 217px;
    }
  .blog-items .item .thumb, .blog-items .item .info{
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
  }
  .item:hover .thumb{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }

  .title-meta {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 15px;
    padding-bottom: 20px;
  }
  .title-meta .date {
    min-width: 65px;
    padding: 10px;
  }
  .title h4 a,
  .title h4 p {
    font-size: 20px;
    color: #000 !important;
  }
  .title h4{
    text-align: left;
    height: 25px;
    overflow: hidden;
  }
  .info .sub-title{
    height: 42px;
    overflow: hidden;
  }
  .news-sub-title{
    height: 60px;
    position: relative;
    overflow: hidden;
  }
  .info .meta {
    margin-bottom: 0;
    text-align: left;
    height: 36px;
    overflow: hidden;
  }
  .info span i {
    margin-right: 5px;
  }
  .info .meta li {
    display: inline-block;
    font-size: 12px;
    margin-right: 10px;
    text-transform: uppercase;
    position: relative;
    padding-right: 10px;
  }
  .info .meta li {
    display: inline-block;
    font-weight: 400;
  }
  .info .meta li a {
    color: #909090;
  }
  .info .meta li i {
    font-weight: 900;
    margin-right: 5px;
  }
  .info .meta li i {
    color: #175169;
  }
  .info a {
    display: inline-block;
    font-weight: 500;
  }
  .all-button a,
  .view-all-button a {
    color: #000;
  }
  .view-all-button {
    margin-top: 36px;
    text-align: center;
  }
  .title-meta .date,
  .title-meta .title {
    display: table-cell;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    vertical-align: middle;
  }
  .title-meta .title {
    padding-left: 20px;
  }
  .title-meta .date {
    background: #ff0000 none repeat scroll 0 0;
    color: #ffffff;
    text-align: center;
    width: 50px;
  }
  .info .btn-video a:hover {
    color: #fff;
  }
  .info {
    position: relative;
    background: #ffffff none repeat scroll 0 0;
    padding: 30px;
  }
  .blog-items{
    padding: 0 50px;
  }
  .blog-items .item {
    box-shadow: inherit;
  }
  .thumb a {
    display: block;
    position: relative;
    z-index: 1;
  }
  .overlay-icon {
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.35s ease-in-out 0s;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -ms-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    background: #1751699f;
  }
  .item .thumb:hover .overlay-icon {
    opacity: 1;
  }
  .item .thumb a .overlay-icon i {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    font-size: 35px;
    height: 80px;
    left: 50%;
    line-height: 78px;
    margin-left: -40px;
    margin-top: -40px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 80px;
  }
  
.pagination {
  display: inline-block;
}
 .pagination-section {
  text-align: center;
  margin: 20px;
}
 .pagination a, .pagination span {
  border-radius: 5px;
  margin: 0px 5px;
  background-color: #2e3191;
  color: #ffffff !important;
  float: left;
  padding: 6px 12px;
  text-decoration: none;
  transition: .3s;
}
.pagination span.current, .pagination a:hover {
  background-color: #ff0000;
  color: #ffffff;
}
  /*Latest News Section End*/
  /* News details page start */
.news-box-title{
  max-height: 70px;
  overflow: hidden;
}
.category-caption {
  border-bottom: 1px solid #a8a8a8;
}
.latest-news-box {
  border: 1px solid #808080;
}
.latest-news-box a{
  display: flex;
}
.latest-news-box .view-all-button a{
  display: block !important;
  margin: 0 !important;
}
.explore-button {
    text-align: center;
}
.explore-button a {
    padding: 13px 20px;
    color: #000;
    font-weight: 500;
    box-shadow: inset 0 0 0 0 #ff0000;
    transition: .3s all ease-in-out;
}
.hvr-ripple-out:hover:before,
.hvr-ripple-out:focus:before,
.hvr-ripple-out:active:before {
    -webkit-animation-name: hvr-ripple-out;
    animation-name: hvr-ripple-out;
}
.hvr-ripple-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
}
.hvr-ripple-out:before {
    content: '';
    position: absolute;
    border: 1px solid #ff0000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
@-webkit-keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}
@keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}
.explore-button a:hover {
    color: white;
    box-shadow: inset 280px 0 0 0 #ff0000;
}
.see-all-btn:hover {
    color: white;
    background: #ff0000;
}
.notice-category-list ul li {
  font-size: 18px;
  padding: 5px 0px;
  list-style: square;
}
.notice-category-list ul li a {
  font-size: 18px;
  color: #175169;
}
.notice-category-list ul li::marker{
  color: #ff0000;
}
.notice-category-list ul li a:hover {
  font-size: 18px;
  color: #ff0000;
  text-decoration: underline;
}
.notice-category-list{
  margin-bottom: 15px;
}
.news-content-details{
  line-height: 1.3;
}
.latest-news-section p {
  padding: 10px;
  text-align: justify;
  margin: 0;
}
.notice-category-list ul{
  padding: revert;
}
.latest-news-box img {
  padding: 15px;
}
.latest-news-section img {
  padding-bottom: 25px;
  max-width: 100%;
}
.latest-news-section .meta ul .meta-list {
  margin-right: 20px;
}
.latest-news-section .meta ul {
  color: #808080;
  padding: 0;
  text-transform: uppercase;
  display: flex;
}
.latest-news-section .meta ul i {
  color: #175169;
  margin-right: 5px;
}
.latest-news-section .news-box-border span {
  font-style: italic;
  color: #6d6d6d;
  font-size: 15px;
}
.latest-news-box p {
  color: #000;
}
#news-share {
  border-top: 1px solid rgb(196, 196, 196);
}
#news-share ul {
  align-items: center;
  justify-content: center;
  padding: 10px;
  display: flex;
}
#news-share ul li {
  margin: 0px 10px;
  font-size: 22px;
}
.news-box-border {
  border-bottom: 1px solid #808080;
}
.latest-news-section {
  margin: 30px 0;
}
  /* News details page end */
  .section-video-profile .container{
    padding: 0;
  }
  .paralax-section{
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    height: 400px;
    background-position: center;
  }
  .paralax-section::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.356);
  }
  /*Partners Section Start*/
.our-partner {
    background-color: #f1f3f4;
  }
  /* .clients-img img {
    border: 1px solid #9da2a5;
    border-radius: 68px 0 68px;
    width: 175px;
    height: 65px;
  }
  .partners {
    position: relative;
    overflow: hidden;
    padding: 46px 36px;
  }
  #owl-partner-carousel {
    padding: 0px 36px 36px 36px;
  }
  .our-partner-img .owl-prev,.our-partner-img .owl-next {
    top: -2% !important;
  }
  .our-partner-img .owl-prev, .our-partner-img .owl-next {
    top: -2% !important;
} */
.clients-img img {
  border: 1px solid #9da2a5;
  width: 175px;
  height: 80px;
}
.our-partner-section .partner-title {
  margin-bottom: 30px;
}
.our-partner-section .owl-carousel {
  padding: 0px 36px 36px 36px;
}
.our-partner-section {
  padding: 50px 0;
}
.owl-prev {
    height: 100px;
    position: absolute;
    top: -10px;
    left: -17px;
    display: block !important;
    border: 0px solid black;
    cursor: pointer;
}
.owl-next {
height: 100px;
position: absolute;
top: -10px ;
right: -17px;
display: block !important;
border: 0px solid black;
cursor: pointer;
}
.owl-dots{
    display: none;
}
  /*Partners Section End*/
  /* design studio section start */
  /* design studio section */
  .design-studio-section{
    height: 450px;
    background-color: #175169;
    padding: 100px;
    position: relative;
  }
  .design-studio-title-1 h1, .design-studio-title-3 h1{
    color: rgb(190, 190, 190);
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 700;
  }
  .design-studio-title-2 h1{
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 800;
  }
  .design-studio-title-2{
    margin-top: 50px;
    margin-left: -50px;
}
  .design-studio-title-3{
    margin-top: 110px;
    margin-left: -47px;
}
  .design-studio-content{
    display: flex;
    text-align: center;
    justify-content: center;
  }
  .design-studio-img{
    width: 60%;
    margin-top: -130px;
    float: right;
  }
  .design-focus-title{
    margin-top: 25px;
  }
  .about-banner-title h1{
    color: #fff;
    font-size: 40px;
    text-align: left;
  }
  .design-focus-img{
    position: relative;
    transition: .4s ease-in-out;
    overflow: hidden;
  }

  .design-focus-img::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255,255,255,.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
  }
  .design-focus-img:hover::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
  }
  @-webkit-keyframes circle {
    0% {
      opacity: 1;
    }
    40% {
      opacity: 1;
    }
    100% {
      width: 200%;
      height: 200%;
      opacity: 0;
    }
  }
  @keyframes circle {
    0% {
      opacity: 1;
    }
    40% {
      opacity: 1;
    }
    100% {
      width: 200%;
      height: 200%;
      opacity: 0;
    }
  }
  .design-focus-img img{
    transition: .4s ease-in-out;
  }
  .design-focus-img:hover img{
    transform: scale(1.2);
  }
  .design-focus-content{
    text-align: justify;
    padding: 100px 40px;
  }
  .design-studio-img img{
    box-shadow: 0px 3px 10px 0px #000000d1;
  }
  /* design studio section end */
  /***** milestone -section *****/

.count {
    font-size: 25px !important;
    line-height: normal !important;
    color: #1d3381;
    padding: 0 0px;
}

.flipto-prev ,.flipto-next{
  position: absolute;
  top: 40%;
  padding: 15px;
  border: none;
  background: transparent;
}
.flipto-prev a, .flipto-next a{
  color: #1d3381;
}
/* .flipto-prev:hover, .flipto-next:hover{
  background-color: #1d338125;
} */
.flipster{
  padding: 40px 0;
}
.flipto-next{
right: 0;
}
.flipto-prev{
  left: 0;
}
.home-nav {
  margin: 64px 0 73px 0;
}
.home-nav nav {
  position: relative;
  background: white;
  padding: 50px;
  height: 675px;
  width: 675px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  border: 1px solid #ff0000;
}
 .center-text-box{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  color:#ffffff;
  z-index: 10;
  font-size: 28px;
}
 .center-text-box p{
  z-index: 1000;
  text-align: center;
  position: relative;
  font-size: 22px;
  
}
.center-text-box:before {
  content: '';
  box-sizing: border-box;
  background: #e23934;
  height: 286px;
  width: 286px;
  margin: 0;
  padding: 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 150;
  cursor: pointer;
}
.center-text-box:hover:before {
    background: #000000;
}
.nav-item-content img{
  transition: .3s ease-in-out !important;
}
.nav-item:hover img {
  transform: scale(1.12) !important;
}
 .nav-item-content{
  background-image: unset;
  text-align:unset;
  margin-top:0;
  padding:0;
}
 .nav-item-content:hover{
  background-image:unset;
}

.home-nav .nav-item {
  text-align: center;
  list-style: none;
  position: absolute;
  bottom: 50%;
  left: 47%;
  width: 338px;
  height: 338px;
  transform-origin: bottom right;
}
 .nav-item-content{
  color:#ff0000;
  position:absolute;
}
.nav-item-content img {
    width: 60%;
    margin-bottom: 10px;
}
 .nav-item-content h4 {
  margin: -5px;
  font-size: 16px;
  /*text-transform: uppercase;*/
  font-weight: 500;
}
 .nav-item-content h4 span {
  font-size: 16px;
  display: block;
  text-transform: capitalize;
}
 .nav-item-one{
  transform: skew(-50deg) rotate(20deg);
  top: 67%;
  right: 31%;
}
 .nav-item-two {
  transform: skew(-50deg) rotate(336deg);
  top: 57%;
  right: 18%;
}
.nav-item-three {
  top: 59%;
  transform: skew(-50deg) rotate(-73deg);
  right: 17%;
}
 .nav-item-four{
  top: 59%;
  transform: skew(-50deg) rotate(243deg);
  right: 30%;
}
.nav-item-five {
  top: 61%;
  transform: skew(-50deg) rotate(202deg);
  right: 31%;
}
 .nav-item-six {
  top: 61%;
  transform: skew(-50deg) rotate(161deg);
  right: 31%;
}
 .nav-item-seven{
  top: 62%;
  transform: skew(-50deg) rotate(115deg);
  right: 26%;
}

 .nav-item-eight {
  top: 62%;
  transform: skew(-50deg) rotate(67deg);
  right: 24%;
}
 .nav-item-nine{
  top: 62%;
  transform: skew(-50deg) rotate(71deg);
  right: 24%;
}
 .nav-item-ten{
  top: 62%;
  transform: skew(-50deg) rotate(35deg);
  right: 24%;
}
 .nav-item-content .fa{
  font-size:2em;
}

.circular-section{
  padding: 1px;
  position: relative;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(245, 247, 250, 0)), to(rgba(245, 247, 250, 0.8)));
  background-image: linear-gradient(90deg, rgb(0 0 0 / 77%) 0%, rgb(40 40 40 / 95%) 100%);
}
.circular-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.3;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../image/event-bg.jpg);
}

.circular-section .container-fluid{
  position: relative;
}
.circular-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.3;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../image/contact-bg.png);
}
/*bottom*/
 .home-nav.nav-bottom {
  top:50%;
  right: initial;
  left:50%;
  transform: translate(-50% , -50%);
  box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.2);
}
 .nav-bottom.nav-needle .nav-list:before {
  left: calc(50% - 5px);
  top: 18%;
  height: 120px;
  width: 10px;
  box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.2);
}


 .nav-bottom .nav-item:nth-child(1) {
  transform: translateX(-100%) rotate(340deg) skew(50deg);
}

 .nav-bottom .nav-item:nth-child(2) {
  transform: translateX(-100%) rotate(24deg) skew(50deg);
}

 .nav-bottom .nav-item:nth-child(3) {
  transform: translateX(-100%) rotate(72deg) skew(50deg);
}

 .nav-bottom .nav-item:nth-child(4) {
  transform: translateX(-100%) rotate(117deg) skew(50deg);
}

 .nav-bottom .nav-item:nth-child(5) {
  transform: translateX(-100%) rotate(158deg) skew(50deg);
}

 .nav-bottom .nav-item:nth-child(6) {
  transform: translateX(-100%) rotate(199deg) skew(50deg);
}

 .nav-bottom .nav-item:nth-child(7) {
  transform: translateX(-100%) rotate(245deg) skew(50deg);
}

 .nav-bottom .nav-item:nth-child(8) {
  transform: translateX(-100%) rotate(293deg) skew(50deg);
}

 .nav-bottom .nav-item:nth-child(9) {
  transform: translateX(-100%) rotate(288deg) skew(50deg);
}
 .nav-bottom .nav-item:nth-child(10) {
  transform: translateX(-100%) rotate(324deg) skew(50deg);
}
 .nav-bottom .nav-item-content .fa {
  color: #ffffff;
}

#top-btn{
  z-index: 9999;
  border: none;
  font-size: 15px;
  color: #ffffff;
  background-color: #ff1100;
  position: fixed;
  right: 35px;
  bottom: 120px;
  padding: 9px 12px;
  border-radius: 50%;
  display: none;
  cursor: pointer;
}
#top-btn:hover{
  color: rgb(255, 0, 0);
  background-color: #ffffff;
  border: 1px solid red;
}
.circular-section{
  padding: 50px;
}
.circular-section svg{
  width: 100%;
  max-height: 550px;
}

.global-map-image{
    display: flex;
    justify-content: center;
}
 /* About Page start  */
 .about-banner-section .main-banner-content {
  display: flex;
  justify-content: center;
 }
 .about-banner-sec{
  position: relative;
  height: 400px;
}
.all-banner {
  overflow: hidden;
  position: relative;
}
.banner {
  background-size: cover;
  height: 400px;
  background-repeat: no-repeat;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}
.contact-page-banner .banner{
  background-position: bottom;
}
.all-banner .banner .caption {
  transition: all 0.9s ease-in-out;
  background: rgba(0, 0, 0, 0.486);
  width: 100%;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.all-banner .banner .caption .caption-content {
  text-align: center;
  background: transparent;
}
.all-banner .banner .caption .caption-content h1{
  color: #fff;
}
.company-story-details{
  position: relative;
  background: #f6f8f8;
}
#stories, #md{
  background: #efefef;
  height: auto;
  padding: 30px 20px;
}
.mission-vision-section{
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.mission-vision-section::before, .management-sction::before{
  position: absolute;
  content:'';
  background: #202020b5;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.company-details .management-sction::before{
  background: #e4e2e2e0;
}
.about-common{
  color: #fff;
}
.director-img{
  position: relative;
  text-align: center;
  overflow: hidden;
  padding:0 30px;
}
.dir-modal-title{
  color: #000;
  text-align: center;
}
.about-img{
  padding: 30px;
  text-align: center;
}
.about-img svg{
  width: 100%;
  height: auto;
}
.event-description{
  z-index: 9;
  padding: 25px 20px;
  text-align: justify;
  color: #fff;
  border-right: 1px solid #f1f1f19d;
}
.event-inner-content{
  position: relative;
  transition: .4s ease-in-out;
  opacity: .8;
}
.event-description:hover .event-inner-content{
  transform: scale(1.05);
  opacity: 1;
}
.event-inner-content p{
  font-size: 18px;
}
.event-description:nth-last-child(1){
  border: none;
}
.event-description .title-icon{
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  margin-bottom: 20px;
}
.event-description .title-icon img{
  margin-right: 30px;
  height: 50px;
}
.event-description .mission-title{
  text-align: center;
  font-size: 22px;
  position: relative;
}
.event-description .mission-title::before{
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -6px;
  margin: 0 auto;
  background: #ffa943;
  height: 1px;
  width: 50px;
}
.image-middle {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  vertical-align: middle;
}
.about-img{
  position: relative;
  overflow: hidden;
}
.mission-background{
  padding: 30px 20px;
  background: #175169;
  color: #fff;
}
.mission-background p{
  text-align: justify;
}
.company-nav{
  padding-left: 10px;
}
.company-nav li {
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0.5rem 0;
  cursor: pointer;
}
.company-nav li a{
  cursor: pointer;
  font-size: 14px;
  color: #000;
}
.company-nav-fixed {
  background-color: #ebedf4;
  bottom: 0;
  display: block;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 110px 20px 20px;
  position: fixed;
  top: 0;
  z-index: 0;
}
#vision {
  background: #175169;
  color: #fff;
  padding: 30px;
  display: inline-block;
}
#vision div {
  padding: 15px;
}
.message-section-body{
  display: flex;
  justify-content: center;
  align-items: center;
} 
.leadership-message, .leadership-message img{
  position: relative;
  z-index: 1;
}
.leadership-message::before{
  content: "";
  position: absolute;
  top: 4%;
  left: auto;
  height: 200px;
  width: 200px;
  z-index: 0;
  right: 15%;
  background-image: url(../image/about-4-dots.png);
  -webkit-transform: translateY(-50%) translateX(50%);
}
.headline {
  position: relative;
}
.pull-left {
  float: left;
}
.text-justify {
  text-align: justify;
}
.management-sction{
  margin: 28px 0px 0px 0px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.management-sction .modal-content{
  text-align: center;
}
.management-sction .modal-body{
  color: #000;
}
.team-content-main img {
  height: 235px;
}
.view-all-btn {
  font-size: 16px;
  border: 1px solid #175169;
  padding: 8px 18px;
  color: black;
  box-shadow: inset 0 0 0 0 #ff0000;
  transition: ease-in-out .4s;
  letter-spacing: 2px;
}
.download .view-all-btn:hover{
letter-spacing: 1px;
background-color:#175169;
color: #fff;
}
.para-banner {
background-attachment: fixed;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
.para-banner {
height: auto;
}
.video-profile {
background-color: rgba(0, 0, 0, 0.7);
padding: 170px 0px;
text-align: center;
position: relative;
cursor: pointer;
}
.video-profile:hover {
background: #175069c9;
opacity: .7;
-webkit-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.video-profile h2 {
color: #fff;
}
.video-profile .video-overlay1 {
position: relative;
padding-top: 20px;
}
.video-overlay1 {
position: absolute;
left: auto;
top: 0;
right: auto;
z-index: 1;
color: #ffffff;
width: 100%;
height: 100%;
text-align: center;
padding: 25% 15px 0;
cursor: pointer;
}
.reviews-section, .award-swiper-section {
margin-bottom: 50px;
}
.certifications{
margin-bottom: 20px;
}
.certifications-img img {
    transition: .3s;
    box-shadow: -12px -8px 15px -14px #252525;
}
.certificate-main-img .certifications-img {
    margin-bottom: 30px;
}
.certifications-img:hover img {
    transform: translateY(-20px);
    box-shadow: 0px 2px 13px #252525;
}
.video-profile .video-overlay1 i {
font-size: 60px;
}
.modal-dialog {
max-width: 820px;
}
.modal-content {
position: relative;
background-color: #fefefe;
margin: auto;
padding: 0;
width: 90%;
max-width: 1200px;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; 
}
.btn-close {
opacity: 1;
box-shadow: -1px 1px 4px 1px #444444d1;
background-color: #ffffff;
padding: 15px;
margin: 0rem 0rem -0.5rem auto;
position: absolute;
right: -45px;
top: -25px;
}
.scrollable-milestone ::-webkit-scrollbar{
  height: 6px;
  width: 6px;
  background: #f3f3f3;
}
.scrollable-milestone ::-webkit-scrollbar-thumb:horizontal{
  border-radius: 10px;
  background-color: #c3c3c3;
  width: 100px;
}
.scrollable-milestone ::-webkit-scrollbar-thumb:horizontal:hover{
  background-color: #acacac;
}
.scrollable-milestone ::-webkit-scrollbar-button:single-button:horizontal:decrement {
  height: 10px;
  width: 15px;
  background: #004b63;
}
.scrollable-milestone ::-webkit-scrollbar-button:single-button:horizontal:increment {
  height: 10px;
  width: 15px;
  background: #004b63;
}
.reviews-section{
padding: 20px 0;
background-color: #f1f1f1;
}
.review_slide a {
display: block;
width: 100%;
min-height: 298px;
border: 1px solid #e2e2e2;
padding: 50px 40px;
text-decoration: none;
position: relative;
outline: none;
}
.review-detail .review-content {
padding-left: 30px;
}
.review-detail .review-content span {
font-size: 15px;
color: #777777;
}
.review-detail .review-content::before {
content: "\f10d";
color: #17516F;
position: absolute;
font-family: "Font Awesome 5 Free";
left: 20px;
top: 43px;
font-size: 40px;
font-weight: 700;
}
.review_slide a::after {
content: "\f10e";
color: #17516F;
position: absolute;
font-family: "Font Awesome 5 Free";
font-size: 4em;
bottom: 14px;
right: -1px;
display: inline-block;
font-weight: 900;
}
.review-detail .review-person {
padding-left: 30px;
padding-top: 10px;
}
.review-person .user-thumbnail {
display: inline-block;
border-radius: 50%;
height: 64px;
width: 64px;
border: 1px solid #dad7d7;
position: relative;
}
.review-person .user-thumbnail img {
border-radius: 50%;
width: 100%;
}
.user-info .user-position {
font-size: 15px;
line-height: 32px;
color: #777777;
}
.user-info .username{
color: #f39200;
}
.reviews-section-heading h2{
text-align: center;
text-transform: capitalize;
}
#management .certi-content {
padding: 35px 50px;
}
.management-content h2{
color: #fff;
text-align: center;
}
.executive-board {
  position: relative;
  left: 38%;
  width: 120px;
  margin-bottom: 30px;
  display: block;
}
.modal-body .name{
  font-size: 24px;
  color: #004b63;
}
.modal-body .designation{
  color: #838383;
  font-style: italic;
  display: block;
}
.about-common-disc{
  padding: 0 150px;
  text-align: justify;
  margin-bottom: 40px;
}
.director-contents{
  text-align: center;
  cursor: pointer;
  margin-bottom: 50px;
}
.director-contents img{
  position: relative;
  transition: .4s ease-in-out;
}
.director-contents:hover img{
  transform: scale(1.2);
}
.directors-title{
  margin-top: 20px;
}
.management-card {
margin-bottom: 14px;
}
.white, .card-bg {
background: #fff;
}
.management {
float: right;
margin: 5px 7px 0px 0px;
}
.panel-body {
border: medium none !important;
padding: 0 30px 15px 30px;
}
.text-justify {
text-align: justify;
}
.panel-body p {
color: #000;
padding: 14px;
line-height: 1.7;
}
.management-card .card-bg span{
color: #17516F;
font-size: 16px;
}
.management-card .card-bg .name{
color: #f39200;
font-size: 20px;
}
#review-carousel .owl-prev {
  left: -15px;
}
#review-carousel .owl-prev img, #review-carousel .owl-next img{
  height: 50px;
}
.owl-prev {
  left: -52px;
}
#review-carousel .owl-prev, #review-carousel .owl-next {
  top: 30%;
  height: 100px;
  position: absolute;
  display: block !important;
  border: 0px ;
  cursor: pointer;
  background: transparent;
}
#review-carousel .owl-next {
  right: -15px;
}
.owl-next {
  right: -52px;
}
.management-card .card-bg span{
color: #17516F;
font-size: 16px;
}
.management-card .card-bg .name{
color: #f39200;
font-size: 20px;
}
.testimonial-section {
    max-width: 700px;
    margin: 50px auto;
    background: linear-gradient(to top, #f7931e 50%, #fff 50%);
    padding: 30px 20px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}
.testimonial-header {
    margin-bottom: 20px;
}
.testimonial-header .small-title {
    font-size: 18px;
    margin: 0;
    color: #333;
}
.testimonial-header .quote {
    color: #f7931e;
    font-size: 40px;
    vertical-align: middle;
}
.testimonial-item {
    padding: 20px;
}
.speech-bubble {
    position: relative;
    background: #1d1d1d;
    padding: 30px 20px 20px;
    border-radius: 15px;
    color: #fff;
    margin-top: 40px;
}
.speech-bubble::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #1d1d1d;
}
.client-photo-wrapper {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #fff;
    background: #fff;
}
.client-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.speech-bubble h3 {
    margin-top: 60px;
    margin-bottom: 5px;
    font-size: 18px;
    color: #f7931e;
    text-transform: uppercase;
}
.client-role {
    font-size: 14px;
    color: #aaa;
    margin-bottom: 15px;
}
.testimonial-text {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #ddd;
}
.stars {
    color: #f7931e;
    font-size: 20px;
}
.footer-note {
    margin-top: 25px;
    font-size: 14px;
    color: #333;
}
.footer-note .website {
    display: block;
    font-weight: bold;
    margin-top: 5px;
}

.quality-control-modern {
  position: relative;
  overflow: hidden;
}
/* .quality-control-modern .container{
  position: relative;
}
.quality-control-modern:before{
  content: '';
  position: absolute;
  background: #0000004f;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
} */
.qc-modern-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(21, 101, 192, 0.10), 0 1.5px 8px rgba(21, 101, 192, 0.06);
  padding: 36px 28px 28px 28px;
  text-align: center;
  transition: transform 0.18s, box-shadow 0.18s;
  min-height: 260px;
  position: relative;
  z-index: 1;
}
.qc-modern-card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 8px 32px rgba(21, 101, 192, 0.18), 0 2px 12px rgba(21, 101, 192, 0.10);
}
.qc-modern-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #fff;
  margin: 0 auto 18px auto;
  box-shadow: 0 2px 12px rgba(21, 101, 192, 0.13);
}
.bg-gradient-primary {
  background: linear-gradient(135deg, #1976d2 60%, #42a5f5 100%);
}
.bg-gradient-success {
  background: linear-gradient(135deg, #388e3c 60%, #81c784 100%);
}
.bg-gradient-warning {
  background: linear-gradient(135deg, #fbc02d 60%, #ffd54f 100%);
  color: #333;
}
.bg-gradient-info {
  background: linear-gradient(135deg, #0288d1 60%, #4fc3f7 100%);
}
.bg-gradient-danger {
  background: linear-gradient(135deg, #d32f2f 60%, #e57373 100%);
}
.qc-modern-card h5 {
  color: #1565c0;
  font-weight: 700;
  margin-bottom: 14px;
  font-size: 1.18rem;
  letter-spacing: 0.5px;
}
.qc-modern-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  display: inline-block;
}
.qc-modern-card ul li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 8px;
  color: #374151;
  font-size: 1rem;
}
.qc-modern-card ul li:last-child {
  margin-bottom: 0;
}
.qc-modern-card ul li:before {
  content: "\2714";
  color: #1976d2;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.1em;
}
.value-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
}
.facility-list{
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
}
.facility-list li {
  margin: 8px 0;
}
.facility-list li i{
  color: #ff0000;
  margin-right: 4px;
}
.offered-facilities, .offered-facilities table {
  font-size: 15px;
}

.download-profile-section{
    margin-top: -30px;
  }
  .download-btn {
    display: inline-block;
    padding: 18px 38px;
    font-size: 1.25rem;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(138deg, #c0156c 23%, #f10808 100%);
    border: none;
    /* border-radius: 40px; */
    box-shadow: 0 6px 24px rgba(21,101,192,0.15);
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s, background 0.3s;
    position: relative;
    overflow: hidden;
  }
  .download-btn:hover, .download-btn:focus {
    transform: translateY(-4px) scale(1.04) rotate(-1deg);
    box-shadow: 0 12px 32px rgba(21,101,192,0.25);
    background: linear-gradient(90deg, #43cea2 0%, #1565c0 100%);
    color: #fff;
    text-decoration: none;
  }
  .download-btn i {
    font-size: 1.3em;
    vertical-align: middle;
    transition: transform 0.3s;
  }
  .download-btn:hover i {
    transform: translateY(3px) scale(1.2);
  }
  @media (max-width: 600px) {
    .download-btn {
      padding: 12px 24px;
      font-size: 1rem;
    }
  }

/* about Page end  */
/* produsct page start */
.product-main-sestion{
  padding: 50px 0;
}
.category-wise-product-img{
  position: relative;
  margin: 15px 0;
  height: 260px;
  overflow: hidden;
  transition: .5s;
  background: #fff;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  cursor: pointer;
  -moz-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.212);
}
.category-img-overlay{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45px;
  opacity: 0;
  transition:.5s;
  background: rgba(2, 64, 92, 0.603);
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  cursor: pointer;
  color: #fff;
}
.category-wise-product-img:hover .category-img-overlay{
  opacity: 1;
}
.product-category-title{
  text-align: center;
  background: #fff;
  margin: 30px;
}
.category-wise-product-img img{
  transition: .5s;
}
.category-wise-product-img:hover img{
  transform: scale(1.3);
}
/* produsct page end */
/* infracture page start */
.infrastructure-section-paralax{
  background-size: cover;
  background-attachment: fixed;
  height:300px;
}
.infra-inner-section{
  padding: 40px 0;
}
#infra-carousel .owl-prev, #infra-carousel .owl-next{
  top: 40%;
  height: 50px;
    width: 45px;
}
.infra-inner-section{
  position: relative;
}
.infra-inner-background{
  color: #fff;
}

.infra-inner-background::before{
  position: absolute;
  content: '';
  background: #041e27d1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

/* #infra-carousel .owl-stage-outer{
  height: 350px;
} */
.infra-inner-slider .owl-carousel .owl-item img {
  width: auto;
}
#infra-carousel.owl-carousel .owl-item {
  align-items: center;
  justify-content: center;
  text-align: center;
  display: flex;
}
.infra_slide{
  text-align: center;
}

/* r&d page start */
.r-and-d-page .event-description{
  background: #ffffff;
  text-align: justify;
  color: #000000;
} 
.r-and-d-page .history, .r-and-d-page .about-img{
  padding: 0;
}
.r-and-d-page{
  margin-top: 40px;
}
.r-and-d-page img{
  position: relative;
  transition: .5s ease-in-out;
  -webkit-transition:.5s ease-in-out;
  cursor: pointer;
}
.r-and-d-page img:hover{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
/* r&d page end */
/* sustainability page start */
.concern-body {
  margin-top: 46px;
  padding: 24px 40px 0px 50px;
}
.sustain-main-disc{
  padding: 80px 200px;
  font-size: 20px;
  text-align: justify;
}
.sustain-main-disc p{
  font-size: 20px;
}
.sustain-main-info{
  padding: 40px 0;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin-bottom: 50px;
}
.sustain-infograph-section, .environment-section{
  position: relative;
  padding: 80px 0 !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.info-img-title{
  margin-bottom: 30px;
}
.pillar-title{
  text-align: center;
  color: #bdbdbd;
  margin-bottom: 70px;
}
.info-img-title{
  text-align: center;
  color: #fff;
  margin-top: 5px;
}
.pillar-title h5{
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 900;
}
.sustain-infograph-section::before, .environment-section:before{
  position: absolute;
  content: '';
  background: #041e27d1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.sustainability-card-main{
  padding: 0 100px;
}
.sustain-infograph-section .container, .environment-content{
  position: relative;
  z-index: 9;
}
.sustainability-card .card-title{
  background: #004b63;
  padding: 20px 0;
  margin: 0;
  color: #fff;
}
.sustainability-card .card{
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border: none;
}
.sustainability-card{
  cursor: pointer;
  transition: .4s ease-in-out;
}
.sustainability-card:hover{
  transform: scale(1.1);
}
.sustainability-card .card-sub-title{
  margin: 10px 0;
  text-transform: uppercase;
  height: 50px;
  overflow: hidden;
}
.sustainability-card .sustainability-card-disc{
  position: relative;
  height: 80px;
  overflow: hidden;
}
.sustain-info-img{
  text-align: center;
}
.environment-inner-img{
  text-align: right;
}
.environment-main-disc{
  position: relative;
  margin-top: 30px;
}
.environment-inner-disc{
  padding: 0 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: justify;
  height: 400px;
}
.environment-inner-disc p{ font-size: 18px;}
.environment-inner-img{
  text-align: center;
}
.human-right-content{
  padding: 30px 0;
}
.human-right-section .view-all-btn>i{
  margin-left: 20px;
}
.human-right-section .view-all-btn {
  font-size: 20px;
  padding: 9px 52px;
  font-weight: 400;
}
.human-right-section .view-all-btn:hover {
  background-color:#175169;
}
.certification-section{
  position: relative;
  padding: 50px 0;
  background: #ececec;
}
.certifications-icon{
  margin-top: 40px;
}
.certifications-icon .certi-icon{
  text-align: center;
  margin-bottom: 30px;
}
.certificate-main-img{
  margin-top: 40px;
}
.certificate-main-img .certifications-img{
  margin-bottom: 30px;
}
.certification-disc{
  padding: 40px 200px;
  text-align: justify;
}
.management-sction {
  margin: 28px 0px 0px 0px;
}
.company-nav-fixed {
  background-color: #ebedf4;
  bottom: 0;
  display: block;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 110px 20px 20px;
  position: fixed;
  top: 0;
  z-index: 1;
}
.side-bar {
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: #f6f8f8;
  height: auto;
  padding: 50px 20px 20px;
}
.company-nav li {
  padding-top: 15px;
  padding-bottom: 15px;
}
.company-nav li {
  margin: 0.5rem 0;
}
.side-nav ul li a.active, .side-nav ul li a:hover {
  color: #f41e20;
  font-weight: 800;
}
.company-nav li a {
  text-transform: uppercase;
}
.company-nav li a {
  color: #000;
  letter-spacing: 0.25px;
  line-height: 1.6rem;
  font-weight: 400;
}
.concern-body .common-subheading {
  margin: 30px 0;
}
.sustainability {
  padding: 50px 21px;
  color: #fff;
}
.environment-sec p{
  text-align: justify;
}
#humanrights h2, #environment h2, #labour h2, #anti_corruption h2, #compliance h2 {
  font-size: 21px;
}
#labour{
  background-color: #e9e9e9;
  padding: 20px;
}
.labour-sec {
  margin: 46px 0;
}
.common-section{
  margin-top: 70px;
}
.sustainability p, .labour-sec p {
  font-size: 16px;
  text-align: justify;
}
.sustain-paralax-section{
  position: relative;
  height: 220px;
  overflow: hidden;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}
.caption-content .b-environment {
  animation-name: fade-in;
  animation-duration: 1.5s;
  animation-delay: .5s;
  animation-fill-mode: both;
}
@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.caption-content .b-tomorrow {
  animation-name: fade-in;
  animation-duration: 1.5s;
  animation-delay: 1.8s;
  animation-fill-mode: both;
}
@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* sustainability page end */

/* career page start */
.career-form-section{
  position: relative;
}
.submit-button .btn{
  background: #175169;
  color: #fff;
}
.interested-title{
  margin-bottom: 30px;
  text-align: center;
}
.interested-title h4{
  text-transform: capitalize;
}

.career-form-title{
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
.career-form-title h4{
  color: #fff;
  position: relative;
  text-align: center;
  font-size: 22px;
  text-transform: capitalize;
  display: inline-block;
}
.career-form-title h4::before{
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -8px;
  background: red;
  height: 3px;
  width: 80px;
}
.career-form-section{
  margin-top: 30px;
  padding: 40px 0;
  background-size: cover;
  background-attachment: fixed;
}

.career-form-section .contact-wrap {
  background: #ffffffa1;
  padding: 40px 25px 33px 25px;
}
.career-form-section  .form-control, #contactForm select  {
  background-color: #ffffff8c;
  padding: 20px 11px;
}
.from-group-file{
  padding: 20px 10px;
  background: #ffffffa1;
}

.job-desc {
  background: #fff;
  margin-bottom: 15px;
  padding: 15px 20px;
  border-radius: 8px;
  box-shadow: 3px 3px 8px rgba(0,0,0,0.1);
  font-size: 1rem;
  transition: transform 0.3s cubic-bezier(.4,0,.2,1), box-shadow 0.3s cubic-bezier(.4,0,.2,1);
  cursor: pointer;
}
.job-desc:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    background: #eff9ff;
  }
.job-desc strong {
  display: block;
  font-size: 1.1rem;
  margin-bottom: 5px;
  color: #0055a5;
}
.job-desc p{
  margin-top: 10px;
  color: #535353;
  font-style: italic;
}

/* career page end */

/* Milestone page start */
/*----------------- A W A R D S ---------------*/
.banner .item,.about-banner .item{
	height: calc(100vh - 90px);
	-webkit-background-size:cover;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:left top;
	position:relative;
	}
.about-banner .item{
	height: 70vh;
}

.award,.news{
	margin-top:75px;
	}
.award{
	padding: 50px 0 50px;
	background:#fff url("../image/shapes.png") repeat scroll 0 0 / 360px auto;
	margin-top: 0;
}
.award .container::before,.award .container::after{
    background: #ddd none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 16px;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 16px;
    left: 50%;
}
.award .container::before{
	 top: -3px;
}
.award .container::after{
	bottom: -3px;
}
.award .container{
	background: url(../image/bg-award.jpg) repeat-y top center;
	position: relative;
	margin-bottom: 50px;
  padding: 100px 0 50px;
  max-width: 1140px !important;
}
.award .row {
    margin:30px 0;
    position: relative;
}
.year {
    background: #fff none repeat scroll 0 0;
    color: #747474;
    cursor: pointer;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin: 0 auto;
    padding: 25px 8px 6px 8px;
    position: relative;
    text-align: center;
    width: 65px;
    z-index: 9;
}
.img-float-right ul li img{
  float: right;
}
.img-float-right ul li{
  text-align: end;
}
.row-content-milestone{
  background-color: rgb(156, 138, 109);
}
.year::after{
	content: '';
	width: 0px;
	height: 1px;
	background:#ff0000;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 4px;
	-webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.year:hover::after{
  width: 60px;
}
.year.active::after{
  width: 60px;
}
.award .slide-content {
    background: #fff none repeat scroll 0 0;
    display: flex;
    overflow: hidden;
    padding: 30px;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    position: relative;
    -webkit-box-shadow: 5px 5px 12px -7px #424242;
    -moz-box-shadow: 5px 5px 12px -7px #424242;
    box-shadow: 5px 5px 12px -7px #424242;
    text-align: center;
}
.year::before {
  background-color: #d8d8d8;
  border-radius: 50%;
  content: "";
  font-family: "viyella";
  font-size: 12px;
  height: 22px;
  left: 47%;
  margin-left: -10px;
  padding-top: 2.5px;
  position: absolute;
  text-align: center;
  bottom: 36px;
  width: 22px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.year:hover::after, .year.active::after, .year.active {
  color: #ff0000;
}
.year.active .fa-chevron-down{
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  color: #ff0000;
}
.award-intro::after {
    background: #fff;
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    margin-left: -4px;
    position: absolute;
    top: 0;
    width: 8px;
    z-index: -1;
}
.award-intro {
    line-height: 18px;
    margin: 10px 0;
    position: relative;
    text-align: center;
    z-index: 1;
}
.news {
    background: #fff;
    padding: 50px 0 35px;
}
.awards-parent,.news-parent{
	-moz-column-count:3;
	-webkit-column-count:3;
	column-count:3;
	}
.award .award-content{
	padding:20px 0px;
	background:none;
}
.sustainability-list ul,.all-news ul{
	padding:0;
	margin:0;
	}
.award-icon-section {
    background: #f8f8f9 none repeat scroll 0 0;
    padding: 25px 0 10px 0;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.award-icon-section ul{
  display: flex;
  justify-content: center;
}
.award-icon-section ul li {
    color: #222;
    font-size: 13.8px;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 22px;
    margin: 0 20px;
}
.award .slide-content {
  padding: 30px 0;
}
@media (min-width: 768px){
  .order-md-12 {
      order: 12;
  }
  }
  .fa-chevron-down{
    transition: .5s;
  }
  #award-down-btn{
    font-size: 18px;
    z-index: 9999;
    border: none;
    background-color: transparent;
    position: absolute;
    bottom: 35px;
    left: 37%;
    cursor: pointer;
    animation: aw_down_animate 3s linear infinite;
    transition: .5s;
    color:rgb(56, 55, 55);
  }
  /* Milestone page End */

/* Buyers page start */
.usa-buyers .buyer-card{
  position: relative;
  transition: .3s ease-in-out;
  background: #ffffff42;
  border: 1px solid #ff0000 !important;
  cursor: pointer;
}
.usa-buyers .buyer-card:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transition: .3s ease-in-out;
  box-shadow: 0px 0px 13px -3px rgba(0, 0, 0, 0.349);
  border: 1px solid #ff0000 !important;
  background: #ffffff;
}
.buyer-text{
  position: relative;
  background: #e6e7e7;
  padding: 20px 40px;
  border-top: 2px solid #ff0000;  
  border-bottom: 2px solid #ff0000;  
}
.bd-buyers{
  border-right: 1px solid #ccc !important;
  border-bottom: 1px solid #ccc !important;
  margin: 0 !important;
  transition: .3s ease-in-out;
  background-color: #ffffffec;
  cursor: pointer;
}
.bd-buyers:hover{
  background: #ffffff;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.349);
  transform: scale(1.05);
}
.bd-buyers .buyer-card{
  border: none !important;
} 
/* gallery page start  */
.photo-albam-section{
  position: relative;
  padding: 50px 0;
}
.photo-albam-section .card {
  margin: 10px 0;
  border: 1px solid rgba(156, 156, 156, 0.596);
  transition: .2s;
}
.photo-albam-section .card-title {
  text-align: center;
  padding: 10px 5px;
  color: #000;
}
.photo-albam-section .discover-button {
  margin: 20px 0 25px 0;
  text-align: center;
}
.discover-button button {
  background: transparent;
  padding: 10px 15px;
  color: #000;
  border: 2px solid #004b63;
  box-shadow: inset 0 0 0 0 #004b63;
  transition: .3s all ease-in-out;
}
.discover-button button:hover {
  color: white;
  box-shadow: inset 280px 0 0 0 #004b63;
}
.about-gallery-img{
  position: relative;
  overflow: hidden;
  height: 180px;
  cursor: pointer;
  text-align: center;
  }
  .about-gallery-img img{
  transition: 0.5s;
  }
  .about-gallery-img:hover img{
  transform: scale(1.3);
  }
  .video-section .video-thum img {
    cursor: pointer;
}
.video-gallary-section {
  margin: 40px 0 30px 0;
}
.video-section .thumb {
  position: relative;
  overflow: hidden;
  max-height: 200px;
  margin-bottom: 25px;
  text-align: center;
}
.thumb:hover .video-overlay {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
  .video-overlay-icon {
    position: absolute;
    top: 40%;
    left: 43%;
    font-size: 30px;
}
.video-section .fa-youtube {
  border-radius: 50px;
  background: #ffffff;
  color: red;
  padding: 10px;
}
  .video-overlay {
    position: absolute;
    left: auto;
    top: 0;
    right: auto;
    z-index: 1;
    background: #0f0ca570;
    color: #f41e20;
    width: 100%;
    height: 100%;
    text-align: center;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 30px;
}
/* gallery page end  */

/* Contact Page start */
#contact-carousel .owl-nav{
  display: none;
}
#contact-carousel .owl-stage-outer{
  padding: 0 30px;
}
.contact_slide .dbox {
  width: 100%;
  color: #000000;
  margin-bottom: 25px;
}
.form-group .btn{
  background: #175169;
  color: #fff;
}
.country-title{
  text-align: center;
  margin-bottom: 30px;
  color: #175169;
}
.contact-form .contact-image {
  position: relative;
  text-align: center;
}
.different-bg{
  background-color: #f1f1f1;
}
.contact-bg-default{
   padding: 30px 20px;
}
.dbox .icon {
  color: #fff;
  background: #004b63;
  height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
}
.address-text, .address-text a {
  color: #000000;
}
.contact_slide {
  padding: 22px;
  margin-bottom: 25px;
}
.address-text {
  padding-left: 50px;
}
.contact_slide .dbox p span {
  font-weight: 400;
  color: #004b63;
  font-size: 20px;
  display: block;
  text-transform: uppercase;
}
.contact-wrap {
  background: #fff;
  border-radius: 10px;
  padding: 10px 25px 10px 25px;
}
.get-in-touch {
  text-align: center;
}
.get-in-touch h3 {
  text-transform: capitalize;
}
.form-group {
  margin-bottom: 1rem;
}
.gm-style .gm-style-iw-c {
  width: 270px;
}
#contactForm .form-control, #contactForm select {
  font-size: 16px;
}
.form-control , #contactForm select {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.ftco-section {
  padding: 20px 0;
}
.bg-hero {
  position: relative;
  z-index: 0;
}
.ftco-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
textarea.form-control {
  height: inherit !important;
}
/* contact page end */

.inner-content h2{
  text-align: center;
}

  /*Partners Section Start*/
  .our-partner {
    background-color: #f1f3f4;
  }
  .clients-img img {
    border: 1px solid #9da2a5;
    width: 175px;
    height: 65px;
    border-radius: 60px 0 60px;
  }
  .partners {
    position: relative;
    overflow: hidden;
    margin-top: 25px;
    padding: 10px 36px;
  }
  #owl-partner-carousel {
    padding: 0px 36px 36px 36px;
  }
  .our-partner-img .owl-prev,.our-partner-img .owl-next {
    top: -2% !important;
  }
  .our-partner-img .owl-prev, .our-partner-img .owl-next {
    top: -2% !important;
}
.our-partner-section .owl-prev, .our-partner-section .owl-next{
  top: 10px;
}
.our-partner-section .owl-prev{
  left: -5px;
}
.our-partner-section .owl-next{
  right: -5px;
}
.owl-prev {
    height: 100px;
    position: absolute;
    top: -10px;
    left: -17px;
    display: block !important;
    border: 0px solid black;
    cursor: pointer;
}
.owl-next {
height: 100px;
position: absolute;
top: -10px ;
right: -17px;
display: block !important;
border: 0px solid black;
cursor: pointer;
}
.owl-dots{
    display: none;
}
  .vendor-carousel .owl-stage {
  direction: ltr !important; /* keep layout left-to-right */
}


  /*Partners Section End*/
  /* about page end */
  
.four-office-circle {
  position: relative;
  width: 100%;
  min-height: 600px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
.four-office-circle::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.555);
}
.office-circle-image{
  position: relative;
  text-align: center;
  padding: 40px 0 20px 0;
}
.office-circle-image img {
  max-width: 800px;
  position: relative;
  overflow: hidden;
	-webkit-animation: ImgBounce 3s ease-in-out 0s infinite alternate;
	        animation: ImgBounce 3s ease-in-out 0s infinite alternate;
}
 
@-webkit-keyframes ImgBounce {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
}
@keyframes ImgBounce {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
}

/* footer start */
.footer-middle-area{
  position: relative;
  z-index: 9;
  padding-top: 30px;
  background-color: #004b63;
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.footer-middle-area::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.548);
}
.home-page-footer{
  background-color: #1f2528 !important;
}
.footer-link ul li a{
  font-size: 15px;
}
.footer-middle-area .form-group{
position: relative;
}
.footer_logo{
  padding: 20px 20px 10px 20px;
  text-align: center;
  margin-bottom: 30px;
}
.footer-link li a:before {
  content: "\f061";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.footer-link li{
  margin: 15px 0;
}
.footer-link li a {
  margin-left: 8px;
  color: #ffffff;
  position: relative;
  transition: .2s all ease-in-out;
}
.footer_logo img{
  height: 64px;
  background: white;
  margin-bottom:20px;
}

.footer-title{
  min-height: 50px;
  color: #ffffff;
  font-size: 17px;
  text-transform: uppercase;
}

.footer-link li a:hover {
  padding-left: 10px;
  color: #ff0000;
}
.footer-wrapper p{
  text-align: justify;
}
.footer-bottom {
  padding-top: 10px;
  border-top: 1px dashed #cacaca;
  margin-top: 30px;
}
.footer-bottom p {
  color: #b4b4b4;
}
.footer-bottom .footer-bottom-copyright {
  text-align: right;
}
.subscribed_email .form-control {
  background-color: #2f3c4c;
  /* width: auto; */
  color: #fff;
  border-radius: unset;
}
.footer-quick-menu{
  margin-top: 20px;
  text-align: center;
}
.footer-quick-menu ul{
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.footer-quick-menu ul li::after{
  position: absolute;
  content: '';
  height: 15px;
  width: 1px;
  right: 0;
  top: 3px;
  background: rgb(218, 214, 214);
}
.footer-quick-menu ul li:nth-last-child(1)::after{
  display: none;
}
.footer-quick-menu ul li{
  position: relative;
  padding: 0 10px;
}
.footer-quick-menu ul li a{
  color: #CF842B;
  font-size:16px ;
}
.footer-quick-menu ul li a:Hover{
  color: #ffffff;
}
.footer-social a {
  display: inline-block;
  margin: 0;
}
.footer-link a .fa-brands {
  height: 35px;
  width: 35px;
  color: #c5c5c5;
  border: 1px solid #c5c5c5;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 50%;
  margin: 5px;
  transition: .4s;
}
.footer-link a .fa-brands:hover{
  background: #ff0000;
  color: #fff;
  border: 1px solid #ffffff;
}
.footer .widget.portfolio {
    width: 100%;
    float: left;
    margin-top: 0px;
}
.footer .widget.portfolio ul li {
    width: 86px;
    height: 76px;
    line-height: 60px;
    text-align: center;
    margin-left: 6px;
    margin-bottom: 6px;
    float: left;
    position: relative;
}
.footer .widget.portfolio ul li img {
    width: 85px;
    height: 76px;
    border-radius: 2px;
}
.footer .widget.portfolio ul li .footer-over a {
    color: rgb(255, 255, 255);
    font-size: 12px;
    display: none;
    line-height: 20px;
    text-decoration: none;
}
.footer .widget.portfolio ul li .footer-over {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: -2px;
    background-color: rgba(153, 164, 189, 0.9);
    display: none;
    border-radius: 2px;
}
.footer .widget.portfolio ul li:hover .footer-over {
    display: block;
}
.footer .widget.portfolio ul li:hover .footer-over a {
    display: block;
}

.copyright-text a{
  color: #ff0000;
}
.copyright-text a:hover{
  text-decoration: underline;
}
/* footer end */
.content-box h1 {
    font-size: 50px;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 4px;
    background-size: 200%;
  }
@media (min-width: 992px){
  .order-lg-12 {
      order: 12;
  }
  }
  .flipster__item img {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.disabled{
  display: none;
}
.flipster__item--current{
  background: #f1f3f4;
}
.flipster__button{
  opacity: 1;
  background: #eff3f3d6;
}

/* sister concern start  */

.company-nav{
  padding-left: 10px;
}
.company-nav li {
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0.5rem 0;
  cursor: pointer;
}
.company-nav li a{
  cursor: pointer;
  font-size: 14px;
  color: #000;
}
.company-nav-fixed {
  background-color: #ebedf4;
  bottom: 0;
  display: block;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 110px 20px 20px;
  position: fixed;
  top: 0;
  z-index: 0;
}

/* sister concern end  */
.language-dropdown button{
  box-shadow: 0px 0px 6px 0px #0000008c;
  padding: 2px;
}

.language-dropdown ul{
  min-width: 60px !important;
}

.language-dropdown li a{
  display: inline;
  padding: 2px 4px !important;
}
.language-dropdown li a img, .language-dropdown button img{
  width:17px;
  height:16px;
  margin-right:1px;
}
:hover .language-dropdown li:hover a {
  background: #d3d2d2 !important;
  color: #000 !important;
}
.language-dropdown li:hover{
  background: #d3d2d2 !important;
}

.accordion-header button{
  font-size: 18px;
}
.accordion-body{
  font-size: 16px;
}
.accordion-item{
  position: relative;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1);
  margin-bottom: 20px;
}
.accordion-item:hover, .accordion-collapse.collapse.show{
    box-shadow: 0px 8px 12px -7px #0000006e;
}
.accordion-item {
    border: 1px solid rgb(253 0 0 / 34%);
}
.accordion-button:focus{
    box-shadow: none;
}


/*Sister Concer Page Start*/
/*Banner Section Start*/

.company-nav li {
  margin: 5px 0;
}
.side-bar {
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: #d31c16;
  height: auto;
  padding: 50px 20px 20px;
}
.company-nav-fixed {
  background-color: #d31c16;
  bottom: 0;
  display: block;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 110px 20px 20px;
  position: fixed;
  top: 0;
  z-index: 1;
}
@media (max-width: 992px) {
  .company-nav-fixed {
    position: static;
  }
}
.common-text,.intro-text,.company-nav li a {
  color: #000000;
  letter-spacing: 0.25px;
  line-height: 1.6rem;
  font-weight: 400;
}
.side-nav ul li a.active,.side-nav ul li a:hover {
  color: #fffb00;
  font-weight: 800;
}
.concern-body {
  margin-top: 46px;
  padding: 24px 40px 0px 50px;
}
.common-heading,.common-subheading {
  line-height: normal;
  color: #252525;
  font-weight: 700;
  letter-spacing: 0.25px;
  text-transform: capitalize;
  font-size: 26px;
}
.common-heading {
  -webkit-text-fill-color: transparent;
  background:-webkit-linear-gradient(118deg, #4424f8 10%, #d31c16);
  -webkit-background-clip: text;
  font-size: 30px;
}
.common-heading--center:after {
  margin: 0 auto;
}
.company-details .overview {
  padding: 3rem 0;
  margin: 1.5rem 0;
}
.overview {
  background: linear-gradient(118deg, #7361d7 10%, #d31c16);
  background:-webkit-linear-gradient(118deg, #7361d7 10%, #d31c16);
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#about-company .overview {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.common-btn:after,.report-link:after {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}
.common-btn:after,.report-link:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.common-btn,.report-link {
  padding: 1.125rem 3rem;
  letter-spacing: 1px;
  line-height: normal;
  background: #252525;
  font-weight: 700;
  display: inline-block;
  margin: 1rem 0;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 3px;
}
.common-btn:after,
.report-link:after {
  will-change: transform;
  background: -webkit-linear-gradient(135deg, #6265cd 20%, #bb1515);
}
.common-btn:hover:after,
.report-link:hover:after {
  transform: scaleX(1);
  transform-origin: 0% 100%;
}
.report-link:hover {
  color: #fff;
}
.report-item {
  margin: 0.5rem 0;
  display: block;
  overflow: hidden;
}
.report-link {
  width: 100%;
  padding: 1.125rem 1rem;
  text-transform: capitalize;
  font-weight: 100;
  margin: 0;
}
.report-link span {
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 1.1rem 1rem 1rem;
}
.report-link:hover {
  color: #fff;
}
.common-subheading a:hover {
  color: #fff;
}
.concern-location {
  font-size: 17px;
  text-align: center;
}
.concern-location b {
  font-size: 21px;
}
.sister-location .top-social {
  float: unset;
  padding: 0px 0px 14px 0px;
}
.follow {
  margin-right: 7px;
}

.top-social {
  padding: 14px 0;
}
.top-social li a {
  font-size: 14px;
  width: 35px;
  height: 35px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  margin: 0px 3px;
  transition: 0.5s ease-in;
}
.top-social li a:hover {
  background-color: #f41e20;
  border: 1px solid #f41e20;
}
.top-social li a i {
  color: #fff !important;
}
.top-social li a:hover i {
  color: #fff !important;
}
.facebook a {
  background: #3b5998;
  border: 1px solid #3b5998;
}
.youtube a {
  background: #ff0000;
  border: 1px solid #ff0000;
}
.twitter a {
  background: #00acee;
  border: 1px solid #00acee;
}
.linkedin a {
  background: #0077b5;
  border: 1px solid #0077b5;
}
.weixin a {
  background: #7bb32e;
  border: 1px solid #7bb32e;
}
.whatsapp a {
  background: #40c251;
  border: 1px solid #40c251;
}
/*Sister Concer Page End*/

.go-website-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 38px;
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
  background: transparent;
  border: none;
  border-radius: 40px;
  box-shadow: 0 6px 24px rgba(30,144,255,0.18);
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.2s, background 0.2s;
  z-index: 1;
  letter-spacing: 0.5px;
}
.go-website-btn .btn-bg {
  position: absolute;
  left: 0; top: 0; right: 0; bottom: 0;
  background: linear-gradient(100deg, #ff1e1e 0%, #ff0076 50%, #de1eff 100%);
  opacity: 1;
  z-index: 0;
  transition: filter 0.5s cubic-bezier(.4,2,.6,1), opacity 0.5s cubic-bezier(.4,2,.6,1);
}
.go-website-btn .btn-text, .go-website-btn .arrow {
  position: relative;
  z-index: 2;
  transition: color 0.3s;
}
.go-website-btn .arrow {
  display: inline-block;
  margin-left: 16px;
  font-size: 1.3em;
  transition: transform 0.5s cubic-bezier(.4,2,.6,1), color 0.3s;
}
.go-website-btn:hover {
  box-shadow: 0 16px 40px rgba(30,144,255,0.32);
}
.go-website-btn:hover .btn-bg {
  filter: blur(3px) brightness(1.2) saturate(1.3);
  opacity: 0.92;
}
.go-website-btn:hover .btn-text {
  color: #fff700;
  letter-spacing: 2px;
  transition: color 0.3s, letter-spacing 0.4s cubic-bezier(.4,2,.6,1);
}
.go-website-btn:hover .arrow {
  transform: translateX(24px) scale(1.35) rotate(15deg);
  color: #fff700;
}
.go-website-btn:active {
  transform: scale(0.98);
}
.go-website-btn::after {
  content: "";
  position: absolute;
  left: 50%; top: 50%;
  width: 0; height: 0;
  background: rgba(255,255,255,0.25);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.5s cubic-bezier(.4,2,.6,1), height 0.5s cubic-bezier(.4,2,.6,1);
  z-index: 1;
  pointer-events: none;
}
.go-website-btn:hover::after {
  width: 250%;
  height: 250%;
  opacity: 0;
}
                