@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.f-light{
     font-family: "Plus Jakarta Sans", sans-serif;
     font-weight: 300;
}
.f-regular{
     font-family: "Plus Jakarta Sans", sans-serif;
     font-weight: 400;
}
.f-medium{
     font-family: "Plus Jakarta Sans", sans-serif;
     font-weight: 500;
}
.f-semibold{
     font-family: "Plus Jakarta Sans", sans-serif;
     font-weight: 600;
}
.f-bold{
     font-family: "Plus Jakarta Sans", sans-serif;
     font-weight: 700;
}
.f-outfit{
    font-family: "Outfit", sans-serif;
}

body a:hover{
  text-decoration: none;
  color: #fff;
}
body li{
  list-style: none;
}
.f-light{
 
  font-weight:300;
}
.f-regular{
  
   font-weight:400;
 }
.f-medium{

  font-weight:500;
}
.f-semibold{

  font-weight:600;
}
.f-bold{

  font-weight:700;
}
.f-Extrabold{
  
    font-weight:800;
  }
.f-black{
 
  font-weight:900;
} 
p{
  font-weight:400;
  font-size: 0.89vw;
  line-height: 135%;
  color: #515151;
}
.custom-list li{
     font-weight:400;
  font-size: 0.89vw;
  line-height: 135%;
  color: #fff;
}
a {
  text-decoration: none;
}
button:focus {
  outline: 0;
  box-shadow: none;
}
header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 5;
    height: 4.95vw;
    padding: 0px 0 0px;
    transition: all 0.3s ease-in-out;
}
header .container {
    background: #fff;
    border-radius: 0px 0px 1.04vw 1.04vw;
    padding: 0.5vw 3.5vw;
}
/*header.shrink{
  animation: 0.3s 0.3s fadeInDown both;
  background: #fff;
  box-shadow: 0px 2px 10px #00000059;
}*/
.heads-up {
    transform: translateY(-6rem);
    transform: translate3d(0,-6rem,0);
}
header.shrink .navbar-expand-md .navbar-nav .nav-item:nth-child(11) .nav-link{
  color: #fff;
}
header .container {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
}
header .header {
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  z-index: 1;
  position: relative;
}
header .header-white {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
header .mobile-navbar {
    position: relative;
    right: -2vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
}
.navbar-expand-md {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0px 0 8px;
}
.navbar-expand-md .navbar-nav .nav-link {
    font-size: 0.89vw;
    color: #fff;
    padding: 0;
    /* margin-right: 12px; */
    transition: all 0.3s ease-in-out;
    position: relative;
    color: #000;
    font-weight: 500;
    margin: 0px 10px;
    margin-top: 1.2vw;
    position: relative;
    padding: 0px 8px;
}
header .navbar-expand-md .navbar-nav .nav-link.active, header .navbar-expand-md .navbar-nav .nav-link:hover {
    color: #00339C;
}
.navbar-brand {
    position: absolute;
    top: 0.4vw;
    left: -1.6vw;
    padding: 0;
}
.navbar-brand img {
    width: 100%;
}
.foot-top .common-btn{
    background: #000;
    color: #fff;
    z-index: 1;
}
.main-footer .footer-wrapp {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: 36px;
}
  footer{
    position: relative;
    background: url(../images/footer-bg.png) #172864;
    overflow: hidden;
  }
  img.img-fluid.footer-element {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.main-footer {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 30px 0px;
}
.btm-strip p {
    color: #FFFFFF;
    font-size: 0.89vw;
    font-weight: 300;
}
 a.top-arrow {
    background: #5A6162;
    position: absolute;
    right: -55px;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    transform: rotate(270deg);
} 
.column:nth-child(1) {
    width: 33%;
    margin-right: 0;
}
.column:nth-child(5) {
    width: 25%;
}
.column:nth-child(1) p {
    color: #fff;
    margin-top: 1vw;
    font-size: 0.89vw;
    line-height: 1.4vw;
    width: 91%;
    font-weight: 300;
    margin-bottom: 0;
}
.social-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 21px;
}
  .social-box .twitter, .social-box .insta, .social-box .facebook, .social-box .linkedin {
    color: #fff;
    font-size: 29px;
    margin-right: 23px;
}
.column:nth-child(1) .social-box a {
    font-size: 1.3vw;
    margin-right: 1vw;
}
.footer-logo {
     background: #fff;
    padding: 10px 20px;
    box-shadow: 0px 0px 93px #00000029;
    border-radius: 6px;
    margin-top: -26%;
}
.column:nth-child(2) {
    width: 15%;
    position: relative;
    padding-left: 0vw;
}
.column h4 {
    color: #fff;
    font-size: 1.1vw;
    font-weight: 600;
    margin-bottom: 1vw;
}
.column:nth-child(3) {
    width: 23%;
}
.column:nth-child(4) {
    width: 25%;
}
.footer-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 1vw;
}

.footer-wrapper.align-items-start img {
    position: relative;
    top: 2px;
}
.footer-wrapper img {
    margin-right: 0.6vw;
}
.footer-wrapper p {
    margin-top: 0 !important;
}

.column a {
    display: block;
    padding-bottom: 0.7vw;
    /* line-height: 20px; */
    color: #fff;
    font-size: 0.89vw;
    font-weight: 300;
}
.Contact-wrapper a img{
    margin-right: 10px;
}
.Contact-wrapper a{
    display: flex;
    align-items: center;
    color: #90A0AA;
}
 .footerlogo {
    width: 55%;
}

.column p {
    color: #fff;
    margin-top: 1vw;
    font-size: 0.89vw;
    line-height: 1.4vw;
    font-weight: 300;
    margin-bottom: 0;
}
.footer-wrapper a {
    margin-bottom: 0;
    padding-bottom: 0;
}
  footer a,
  footer p{
    color: #a8a4a4;
    font-size: 16px;
  }
  footer p{
    margin-bottom: 0;
  }
.common-btn {
   width: 9.11vw;
    height: 2.5vw;
   background: linear-gradient(to right, #E87D24, #EBA123, #E87D24);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.89vw;
    transition: all 0.3s ease-in-out;
    position: relative;
    /* text-transform: uppercase; */
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
    overflow: hidden;
    outline: none;
    border-radius: 0px;
    border: 0;
    cursor: pointer;
    font-weight: 600;
    border-radius: 3.23vw;
}
.common-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:#163576;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: all 0.3s ease-in-out;
    color: #fff;
}
.address-wrapper {
    display: flex;
    align-items: flex-start;
    margin-top: 24px;
}
.common-btn:hover{
    color: #fff !important;
    border:0px !important;
}
.common-btn:hover:before{
    transform:scaleX(1);
}
.common-btn span {
    font-size: 10px;
    align-items: center;
    justify-content: center;
    color: #ffffffc4;
    transform: rotate(323deg);
    position: relative;
    top: 1px;
}
.footer-contact a {
    padding-bottom: 0px !important;
}
.footer-contact span {
    padding-right: 5px;
    color: #5EC434;
}
.btm-strip .container {
    padding: 0.8vw 0 0.5vw;
    position: relative;
    /* border-top: 1px solid #ffffff47; */
}
.btm-strip a {
    font-size: 0.89vw;
    color: #fff;
}
.btm-strip {
  color:#fff;
  background: #FFFFFF26;
}
.navbar-expand-md .navbar-nav .nav-item:nth-child(7) .nav-link {
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 9px 30px;
    color: #fff;
    font-size: 0.89vw;
    margin-top: 1.2vw;
    background: #1980B0;
    border: 0;
    /* margin-left: 2vw; */
    position: relative;
    left: 2vw;
}
.navbar-expand-md .navbar-nav .nav-item:nth-child(7) .nav-link img{
    margin-left: 0.6vw;
}
.home-slider h2 {
    font-size: 3.13vw;
    color: #fff;
    font-weight: 800;
    margin-bottom: 1vw;
    width: 65%;
}
.caption-left {
    position: absolute;
    top: 40%;
}
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 80vw;
    }
.caption-left p{
    font-size: 0.89vw;
}
.caption-left h6{
    font-size: 1.04vw;
}
.common-btn img {
    width: auto !important;
    padding-left: 0.5vw;
}
.slider-section .owl-dots {
    /* display: flex; */
    /* flex-direction: column; */
    position: absolute;
    bottom: 2vw;
    right: 8vw;
}
.slider-section .owl-theme .owl-dots .owl-dot span,
.slider-section .owl-theme .owl-dots .owl-dot span, .slider-section .owl-theme .owl-dots .owl-dot:hover span {
    width: 14px;
    height: 3px;
    margin: 5px 4px;
    background:#ffffff66;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s 
ease;
    border-radius: 12px;
}
.slider-section .owl-theme .owl-dots .owl-dot.active span {
    background: #fff;
    height: 3px;
    width: 32px;
}

.font25{
    font-size: 1.3vw;
}
.font22{
    font-size: 1.15vw;
}

.home-about{
    padding: 5vw 0;
}
.subheading {
    color: #FFA500;
    font-weight: 600;
    font-size: 1.04vw;
    line-height: 120%;
}
.heading{
    color: #163576;
    font-weight: 700;
    font-size: 2.03vw;
    line-height: 120%;
     font-family: "Outfit", sans-serif;
}
.font20{
    font-size: 1.04vw;
}
.home-about .text-box {
    width: 80%;
}









.navbar-nav .nav-item:last-child .nav-link {
    width: 9.11vw;
    height: 2.5vw;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(90deg, #E87D24 -0.01%, #EBA123 59%, #E87D24 100%);
    background: linear-gradient(to right, #E87D24, #EBA123, #E87D24);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 3.23vw;
    margin-top: 0.6vw;
}
.navbar-nav .nav-item:last-child .nav-link img {
    margin-left: 4px;
}
.slider-section .owl-theme .owl-nav [class*=owl-]{
    font-size: 18px;
    background: transparent;
}
.slider-section .owl-nav {
    position: absolute;
    bottom: 3vw;
    left: 10vw;
}
.home-about-wrapper{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 2vw;
}
.about-single {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.6vw;
}
.about-single div {
    margin-left: 1vw;
}
.blue{
    color: #163576;
}
.br-15{
    border-radius: 0.78vw;
}
.home-about .img1 {
    text-align: right;
    padding-right: 3.5vw;
    width: 88%;
    float: right;
}
.home-about .img2 {
    position: absolute;
    bottom: -30vw;
    /* border: 8px solid #fff; */
    width: 70%;
}
.home-about .imgdiv{
    position: relative;
}
.home-about .about-element {
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
    width: 81%;
}
.home-services{
    background: #163576;
}
.home-services .lefy-box {
    padding-left: 11vw;
    padding-top: 4.4vw;
}
.home-services ul#myTab {
    border-bottom: 0;
    display: block;
    width: 85%;
    margin-top: 3vw;
}
.home-services .nav-tabs .nav-link {
    margin-top: 0.7vw;
    border-radius: 0;
    font-size: 1.15vw;
    color: #fff;
    border: 0;
    border-bottom: 1px solid #FFFFFF4D;
    font-family: "Outfit", sans-serif;
}
.home-services .nav-tabs .nav-item.show .nav-link, .home-services .nav-tabs .nav-link.active {
    background: background: #FFFFFF14;
    background: #FFFFFF14;
    color: #fff;
    border: 0;
    border-bottom: 1px solid #FFFFFF4D;
}
.home-services .text-box {
    position: absolute;
    background:#ffffffe3;
    z-index: 1;
    bottom: 2vw;
    left: 50%;
    transform: translateX(-50%);
    width: 83%;
    border-radius: 10px;
    padding: 1vw;
}
.home-services .img-box{
    position: relative;
}
.home-services .text-box a{
    font-size: 0.89vw;
}
.home-services .text-box a:hover{
    color: #163576;
}
.home-services .text-box a img {
    filter: invert(90%) sepia(100%) saturate(3034%) hue-rotate(219deg) brightness(99%) contrast(84%);
}
.why-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 2.5vw;
    width: 91%;
}
.why-wrapper .text-box {
    padding-left: 2vw;
}
.why-wrapper .text-box h3 {
    margin-bottom: 5px;
}
.why-choose {
    padding: 5vw 0;
}
.why-choose .row {
    margin-top: 2vw;
    align-items: center;
}
.why-choose .img-box{
    width: 88%;
    margin: 0 auto;
}
.home-certificate{
    background:#F6F6F6;
    padding: 5vw 0;
}
.certificate-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin-top: 2vw;
}
.Certificate-single {
    height: 7vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}
.Certificate-single img{
    height: 10vw;
    width: 10vw;
}
.breadcum {
    position: relative;
    margin-top: 0vw;
}
/*.breadcum img{
  height: 300px;
  object-fit: cover;
}*/
.breadcum .parallax-container {
    position: relative;
    overflow: hidden;
}
.breadcum .parallax-parent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.breadcum .parallax-content {
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.breadcum .main-img {
    width: 100%;
}
.caption-heading {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
}
.breadcum h1 {
    font-size: 3.13vw;
    /* font-family: "Righteous", sans-serif; */
    color: #fff;
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 700;
}
.breadcum-list {
    display: flex;
    align-items: center;
   
    
    z-index: 1;
   
}
.breadcum-list a,
.breadcum-list span{
    font-size: 1.04vw;
    color: #fff;
}
.breadcum-list .slash{
    padding: 0px 0.4vw;
}
.breadcum img{
    filter: brightness(0.6);
}
.vision-mission{
    background: url(../images/vision-mission.png) no-repeat;
    background-position: center;
    background-size: cover;
}
.vision-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
}
.vision-wrapper .img-box {
    width: 50%;
    height: -webkit-fill-available;
}
.vision-wrapper .img-box img {
    height: -webkit-fill-available;
    width: 100%;
}
.vision-wrapper .text-box {
    width: 50%;
    background: #163576;
    padding: 7vw 4vw;
    height: -webkit-fill-available;
}
.vision-single {
    background: #FFFFFF30;
    padding: 1vw 1.4vw;
    margin-top: 2.5vw;
    display: flex;
    align-items: flex-start;
    border-radius: 12px;
    width: 72%;
}
.vision-single .text {
    padding-left: 1vw;
    width: 82%;
}
.vision-single .icon-box{
    width: 3.96vw;
    height: 3.96vw;
    background: linear-gradient(to right, #E87D24, #EBA123, #E87D24);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-list li{
    list-style-type: disc;
}
.contact-single {
    background: #FFFFFF1F;
    border-radius: 10px;
    padding: 1vw 1.5vw;
    margin-bottom: 1vw;
}
.contact-single .text{
    display: flex;
    align-items: center;
}
.contact-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    box-shadow: 0px 2px 35.7px 0px #0000001A;
    border-radius: 20px;
}
.contact-wrapper .form-box {
    width: 60%;
    padding: 2vw 2vw 1.9vw 2vw;
}
.contact-wrapper .text-box {
    width: 40%;
    background: #163576;
    padding: 2vw;
    border-radius: 0px 15px 15px 0;
}
.contact-wrapper .form-control {
    font-size: 0.89vw;
    border: 1px solid #51515133;
    border-radius: 10px;
    padding: 0.8vw;
}
.contact {
    padding: 4vw 0;
}
.contact-single p, .contact-single a {
    color: #fff;
}
.contact-wrapper .form-group{
    margin-bottom: 1.7vw;
}
.contact-single img{
    margin-right: 1vw;
}
.contact-wrapper .heading {
    border-bottom: 1px solid #ccc;
    margin-bottom: 2vw;
    padding-bottom: 1vw;
}
.service{
    padding: 4vw 0;
}
.service .text-box {
    padding-left: 3vw;
    width: 87%;
}
.why-choose-service{
    background: #163576;
    padding: 5vw 0;
}
.why-choose-wrapper{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 2.5vw;
}
.why-choose-single img {
    display: block;
    margin: 0 auto 1vw;
    width: 60px;
    height: 60px;
}
.faq{
    padding: 5vw 0;
}
 .accordion-item {
    margin-bottom: 2vw;
    border: 1px solid #ccc;
    border-radius: 15px !important;
}
 .accordion-button{
     border: 1px solid #ccc !important;
      border-radius: 15px;
}
.accordion-item:first-of-type .accordion-button,
.accordion-item:last-of-type .accordion-button.collapsed{
    border-radius: 15px !important;
}
.accordion-button:not(.collapsed){
    background: #163576;
    color: #fff;
    box-shadow: none;
}
div#accordionExample {
    margin-top: 2vw;
    width: 89%;
}
.career{
    padding: 5vw 0;
}

.career .right-box {
    box-shadow: 0px 0px 8.9px 0px #00000040;
    background: #F3F3F3;
    width: 33%;
}
.form-div {
    padding: 1.5vw;
    padding-top: 1vw;
}
.form-control, .select2-selection__rendered {
    border-radius: 0;
    font-size: 0.89vw;
    padding: 0.7vw;
}
.form-group {
    margin-bottom: 1.2vw;
}
.career .right-box form {
    margin-top: 1vw;
}
.openings {
    width: 64%;
}
.career-wrapper {
    display: flex;
    justify-content: space-between;
}
.benefits {
    background: #F2F9FD;
    padding: 4.5vw 0;
}
.benefits-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 2.4vw;
    gap: 3vw;
}
.benefits-single img {
    margin-bottom: 1vw;
    height: 50px;
    width: 52px;
}
.benefits-single p {
    padding-right: 1vw;
}
.custom-dropdown .dropdown-menu {
    background-color: #163576;
    border: none;
    border-radius: 0.5rem;
    padding: 0;
}
.custom-dropdown .dropdown-item {
    color: #fff;
    padding: 10px 8px;
}
.custom-dropdown .dropdown-item:hover {
    background-color: #eba123;
    color: #fff;
}
.dropdown-menu {
  display: block;       
  opacity: 0;
  transform: translateY(10px);
  visibility: hidden;
  transition: all 0.25s ease;
}
.dropdown:hover .dropdown-menu {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.sitemap, .common-page {
    padding: 60px 0px;
}
.common-page h4 {
    font-size: 23px;
}
.common-page h3 {
    font-size: 20px;
}
.sitemap a,.sitemap a:hover {
    display: block;
    color: #000;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 7px;
}
.sitemap h4 {
    font-size: 20px;
    font-weight: 700;
}
.thank-you img {
    width: 15%;
}
.thank-you {
    padding-top: 6vw;
}
.error-page img {
    width: 10%;
    margin-bottom: 25px;
}
.common-page {
    padding-top: 4vw;
}
.error-btns {
    display: flex;
    align-items: center;
    justify-content: center;
}
.error-btns .common-btn{
    margin: 0px 10px;
}
.error-page {
    padding-top: 3vw;
}
.img-box{
    overflow: hidden;
}
.img-box img:hover{
    transform: scale(1.07);
}
.img-box img{
    transition: all 0.7s;
}
.value-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 3vw;
}
.value-single {
    width: 30%;
    border: 0 !important;
    padding: 1.5vw;
    display: block;
    align-items: flex-start;
    background: #fff;
    box-shadow: 0px 0px 10px #ccc;
    margin: 10px;
}
.core-value {
    padding: 5vw 0;
}
.value-single:nth-child(1),
.value-single:nth-child(2),
.value-single:nth-child(3){
    border-bottom: 0;
    border-top: 0;

}
.value-single:nth-child(4),
.value-single:nth-child(5),
.value-single:nth-child(6){
    border-bottom: 0;
    border-right: 0;
}
.value-single:nth-child(1),
.value-single:nth-child(4){
    border-left: 0;
}
.value-single:nth-child(3),
.value-single:nth-child(6){
    border-right: 0;
}
.value-single div {
    padding-left: 1vw;
}
.iti {width: 100% !important;}
.projects{
    padding: 5vw 0 3vw;
}
.gallery-single{
    margin-bottom: 2vw;
    overflow: hidden;
    position: relative;
}
.gallery-single p {
    position: absolute;
    bottom: 0;
    background: #e98824;
    width: 100%;
    margin-bottom: 0;
    padding: 10px 0px;
    color: #fff;
    text-align: center;
    font-size: 20px;
}
.dropdown ul li:last-child .nav-link {
    background: transparent;
    color: #000 !important;
    display: block;
    font-size: 0.89vw;
    width: fit-content;
    padding: 3px 0px;
}
.navbar .dropdown ul a {
    padding: 10px 0px;
    font-size: 0.89vw;
}
.navbar .dropdown ul{
    top: 178%;
    left: 8px;
}
.select2-container .select2-selection--single {margin-bottom: 15px; height: auto !important;}
.select2-container--default .select2-selection--single .select2-selection__arrow {top: 40% !important; transform: translateY(-50%) !important;}
.gallery-single .img-wrapp img {
    height: 256px;
    object-fit: cover;
}
.career-wrapper div#accordionExample{
    margin-top: 0;
    width: 100%;
}
.career .right-box .img-box {
    display: none;
}
.home-services .text-box img {
    filter: invert(84%) sepia(70%) saturate(1532%) hue-rotate(200deg) brightness(91%) contrast(97%);
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
.home-services .text-box a img {
    width: 2%;
}
.back-to-top{
    left: unset !important;
    right: 15px !important;
}
header.shrink .container{
    box-shadow: 0px 0px 10px #ccc;
}
.value-single img {
    margin: 0 auto 20px;
    display: block;
}
.value-single h3 {
    text-align: center;
}
.value-single p {
    text-align: center;
}
.home-services .img-box{
    position: relative;
}
.home-services .img-box::before {
    position: absolute;
    content: "";
    background: linear-gradient(to top, rgb(0 0 0 / 52%), rgba(0, 0, 0, 0));
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.offer-wrapper {
    display: flex;
    align-items: center;
    width: 81%;
    margin: 0 auto 2vw;
    border-width: 1px, 4px, 4px, 1px;
    border-style: solid;
    border-color: #16357680;
    border-radius: 15px;
}
.offer-wrapper .text-box {
    width: 70%;
    padding-left: 2vw;
}
.offer-wrapper .img-box {
    width: 30%;
}
.offer-wrapper .text-box ul li {
    font-size: 0.89vw;
    list-style-type: disc;
    color: #515151;
}
.what-we-offer h2 {
    margin-bottom: 2vw;
}
section.what-we-offer {
    padding: 5vw 0;
}
.offer-wrapper .text-box p {
    margin-bottom: 4px;
}