@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&display=swap');
body{
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 100%;
    padding: 0 80px;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Poppins', sans-serif;
}
.btn{
    font-family: 'Poppins', sans-serif;
}
header {
    width: 100%;
    background: #FFFFFFF5;
    z-index: 9999;
    position: fixed;
}
.navbar {
    padding-top: 15px;
    padding-bottom: 15px;
}
.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9);
    padding: 0;
    margin: 0;
}
.navbar-brand img {
    height: 50px;
}
.navbar-light .navbar-nav .nav-link {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #000000 !important;
    font-weight: 500;
    padding: 10px 15px;
    text-transform: uppercase;
     -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.navbar-light .navbar-nav .nav-link:hover{
    color: #3A82D7 !important;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #3A82D7 !important;
    opacity: 1;
}
.navbar-light .navbar-nav .nav-link.contact-btn {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 500;
    background: #3D84D7;
    color: #FFFFFF !important;
    border-radius: 3px;
    padding: 8px 20px;
    border: solid 1px #1B83C6;
    margin-left: 20px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.navbar-light .navbar-nav .nav-link.contact-btn:hover{
    background: #FFFFFF;
    color: #3D84D7 !important;
}
li.nav-item {
    padding-bottom: 0;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #3d84d7;
}
.banner{
    position: relative;
    background-image: url("../images/banner.jpg");
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.about-banner{
    background-image: url("../images/about-bg.jpg");
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.connectivity-banner{
    background-image: url("../images/connectivity-bg.jpg");
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.esg-banner{
    background-image: url("../images/esg-bg.jpg");
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
img.iso-img {
    height: 50px;
    margin-bottom: 10px;
}
a.btn.btn-theme svg {
    width: 24px;
    height: 24px;
}

.banner-content {
    text-align: left;
    position: absolute;
    bottom: 100px;
}

.banner-content h2 {
    color: #fff;
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
    margin-bottom: 10px;
}
.banner-content p {
    color: #fff;
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    margin-bottom: 0;
}
.inner-banner .banner-content {
    text-align: center;
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.inner-banner .banner-content h2 {
    color: #fff;
    font-size: 24px;
    line-height: 60px;
    font-weight: 500;
    margin-bottom: 10px;
}
.banner-content .btn.btn-theme {
    font-size: 15px;
    font-weight: 800;
    background: #FFFFFF;
    color: #3A82D7;
    border-radius: 2rem;
    padding: 8px 12px;
    border: solid 1px #FFFFFF;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.banner-content .btn.btn-theme:hover {
    background:#3A82D7 ;
    color: #FFFFFF;
}
p {
    font-family: 'Heebo', sans-serif;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
ul.dropdown-menu li {
    margin-bottom: 5px;
}
ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.sec-title {
    color: #014BA1;
    font-size: 28px;
    line-height: 40px;
    font-weight: 600;
    margin-top: 0 !important;
    margin-bottom: 20px;
}
.min-title{
    position: relative;
    color: #000000;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 10px;
    display: inline-block;
}
.min-title::after{
    display: block;
    position: absolute;
    content: "";
    background:#000000;
    width: 65px;
    height: 1px;
    bottom: 0;
    left: 0;
}
.py-50{
    padding: 80px 0;
}
.pt-50{
    padding-top: 50px;
}
.compliance{
    background-color: #4683D7;
}
.owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 5px 7px;
        background: #D6D6D6;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity .2s ease;
        border-radius: 30px;
    }
    
    .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: #3A82D7;
    }
    .owl-dots {
    text-align: center;
    margin-top: 30px;
}
.owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    background: #4683D740;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 3px;
    opacity: 1;
}
.owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #3A82D7;
    transform: rotate(45deg);
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 5px;
    height: 15px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #C4C4C4;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1 !important;
    transition: opacity .6s ease;
    border: none !important;
    border-radius: 6px;
}
.carousel-indicators .active {
    opacity: 1;
    background-color: #FF9600; 
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 50px;
    object-fit: contain;
}
.mantra-list {
    position: relative;
    box-shadow: 6px 6px 15px 0px #0000001A;
    padding: 20px;
    border-right: solid 1px #4683D7;
    border-radius: 8px;
}
.arrow{
    position: absolute;
    right: -20px;
    top: 40%;
}
.bg-gray{
    background-color: #F6F6F6;
}
.btn.btn-theme {
    font-size: 15px;
    font-weight: 500;
    background: #3D84D7;
    color: #FFFFFF;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 8px 12px;
    border: solid 1px #3D84D7;
    margin-top: 20px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.btn.btn-theme:hover {
    background: #FFFFFF;
    color: #3D84D7;
}
a.btn.btn-theme.w-100 {
    padding: 12px 12px;
}
.btn.btn-theme:hover svg path{
    fill: #3D84D7;
    stroke: #3D84D7;
}
.category .row{
  align-items: center;
}
.services {
    padding-top: 100px;
}
.service-img{
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}
.service-list img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.service-content {
    position: relative;
    background: #00000059;
    padding: 20px;
    text-align: left;
    border-radius: 0 0 3px 3px;
    border-bottom: solid 2px #3A82D7;
}
.service-content h4 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}
.service-content a {
    color: #95C241;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition-duration: 0.5s;
}
.service-link svg {
    height: 14px;
}
.service-list{
    transition-duration: 0.5s;
}
.service-list:hover {
    box-shadow: 1px 1px 6px #0000009e;
}
.service-list:hover svg path{
    fill: #3A82D7;
    stroke: #3A82D7;
}
.service-list:hover  a {
    color: #3A82D7;
}
.service-list:hover .service-img img{
   transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-backface-visibility: hidden;
}
.media {
    display: flex;
    grid-gap: 20px;
    margin-bottom: 30px;
}
.media img {
    height: 80px;
}
.media-content h4 {
    color: #000000;
    font-size: 22px;
    font-weight: 500;
}
.media-content p {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0;
}
.features-list h4 {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.vision-mission {
    background: #EEF3F5;
}
.value-list {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 30px;
}
.number {
    background: #014BA1;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
}
.number.two {
    background: #005BC5;
}
.number.three {
    background: #006EEF;
}
.value-content {
    float: right;
    width: calc(100% - 100px);
    text-align: left;
}
.vision-mission-content h3{
    position: relative;
}
.vision-mission-content h3::after {
    display: block;
    position: absolute;
    content: "";
    background: #000000;
    width: 65px;
    height: 1px;
    bottom: 0;
    left: 0;
}
.our-values h3{
    position: relative;
    display: inline-block;
}
.our-values h3::after {
    display: block;
    position: absolute;
    content: "";
    background: #000000;
    width: 65px;
    height: 1px;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    right: 0;
}
.value-content h4{
    font-family: 'Heebo', sans-serif;
    color: #000000;
    font-size: 20px;
    font-weight: 500;
}
.value-content p{
    font-family: 'Heebo', sans-serif;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
}
.connectivity {
    background: url(../images/map.png), #F6F6F6;
    height: 500px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right top;
    display: flex;
    align-items: center;
}
.connectivity .row{
    min-height: 380px;
}
footer {
    background: #3079CD;
}
.footer-sec ul {
    padding: 0;
    margin: 0;
}
.footer-sec li {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    list-style: none;
    padding-bottom: 11px;
    display: flex;
    align-items: flex-start;
}
.footer-sec li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
}
.footer-sec h4 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}
.footer-sec p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}
.footer-sec li a svg{
    width: 14px;
    height: 14px;
}
.socialmedia li a svg{
    width: 20px;
    height: 20px;
}
.contact li svg {
    width: 22px;
    height: 22px;
    margin-right: 5px;
}
.footer-logo {
    margin-bottom: 20px;
}
.footer-logo p{
    margin-top: 20px;
}
.footer-bottom p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}
.footer-bottom p img{
    width: 16px;
}
.footer-bottom {
    border-top: 1px solid #FFFFFF0F;
    padding: 20px 0;
    margin-top: 20px;
}
ul.socialmedia {
    padding: 0;
    display: flex;
    gap: 15px;
}
.recruitment-list-img {
    display: none;
}

.form-group {
    margin-bottom: 16px;
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #FFFFFF;
    border: 1px solid #ebebeb;
    border-radius: 8px;
}
.input-group-text img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}
.form-control {
    display: block;
    width: 100%;
    padding: 10px 12px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    color: #1D1D1D;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ebebeb;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 8px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-left: none;
    height: 50px;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 8px;
}
form .btn.btn-theme {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 15px;
    font-weight: 800;
    background: #3A82D7;
    color: #FFFFFF;
    border-radius: 8px;
    padding: 8px 12px;
    border: solid 1px #1B83C6;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    padding: 10px 15px;
}
.service{
    background-image: url(../images/cat-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}
.industries{
    background-image: url(../images/industries-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}
.industries-list {
    background: #ffffff;
    position: relative;
    padding: 80px 20px 20px;
    margin-top: 80px;
}
.industries-img {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
}
.industries-img img {
    height: 100px;
}
.industries-content h4 {
    color: #014BA1;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 20px;
}
.industries-content p {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    min-height: 100px;
}
.features{
    background: #F1F1F1;
}
.features-list {
    margin-top: 30px;
    padding: 10px;
     -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.features-list:hover {
    background: #fff;
   box-shadow: 1px 1px 9px #f7f7f7;
}
.features-list img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 20px;
}
.esg{
    background-image: url(../images/esg.svg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size:360px;
    margin: 80px 0;
}
.esg-bottom{
    background-image: url("../images/esg-bottom-bg.jpg");
    padding: 80px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact {
    padding: 30px;
    border-radius: 12px;
    --tw-shadow: 0 0 3px rgb(60 72 88 / 0.15) !important;
    --tw-shadow-colored: 0 0 3px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.contact svg {
    width: 24px;
    height: 20px;
    margin-top: 4px;
    margin-right: 5px;
}
.con-list svg path {
    stroke: #3D74FF;
    fill: #3D74FF;
}
.con-list {
    margin-bottom: 20px;
}
.con-list a {
    color: #000;
    text-decoration: none;
}
.contact h3{
    color: #3D74FF;
}
.con-list {
    margin-bottom: 20px;
    display: flex;
    align-items: self-start;
    grid-gap: 10px;
    background: #5e8cfe0f;
    padding: 30px;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    border-left: solid 3px #3d84d7;
    margin-bottom: 30px;
    border-radius: 3px;
}
.form-sec .form-control {
    border: 1px solid #ebebeb !important;
}
.form-label {
    margin-bottom: 0.5rem;
    font-size: 15px;
    font-weight: 400;
}
.con-list svg {
    height: 30px;
    width: 30px;
    margin-right: 10px;
}
.con-list svg path {
    stroke: #3d84d7;
    fill: #3d84d7;
}
.con-list.con-right {
    height: 200px;
}
.con-list.con-left {
    height: 85px;
    align-items: center;
}
.form-sec {
    background: #5e8cfe0f;
    padding: 30px;
    border-radius: 8px;
}
.map img {
    width: 100%;
    border-radius: 8px;
}
.footer-bottom a{
    text-decoration: none;
}
.number img {
    width: 50px;
    height: 50px;
}
@media only screen and (min-width: 1920px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 100%;
    padding: 0 250px;
}
.navbar-light .navbar-nav .nav-link {
    font-size: 16px;
}
.banner-content h2 {
    color: #fff;
    font-size: 38px;
    line-height: 48px;
    font-weight: 900;
    margin-bottom: 30px;
}
}
@media only screen and (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 100%;
    padding: 0 150px;
}
.navbar-light .navbar-nav .nav-link {
    font-size: 15px;
    padding: 10px 15px;
}
.banner {
    background-image: url(../images/banner.jpg);
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-content h2 {
    color: #fff;
    font-size: 32px;
    line-height: 44px;
    font-weight: 900;
    margin-bottom: 30px;
}
p {
    color: #1D1D1D;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.sec-title {
    color: #1D1D1D;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 30px;
}

element.style {
}
.c-box-inner li {
    color: #1D1D1D;
    border-left: solid 2px #4683D733;
    padding: 0;
    margin-bottom: 10px;
    padding-left: 5px;
}
li {
    font-size: 15px;
}
.c-box img {
    width: 28px;
    height: 28px;
}
.c-box h4 {
    background: #3a82d7;
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    padding: 12px;
    grid-gap: 10px;
    border-radius: 8px 8px 0 0;
}
.recruitment-list h4 {
    color: #1D1D1D;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
}
}
@media all and (min-width: 992px) {
    .navbar .dropdown-menu-end{ right:0; left: auto;  }
    .navbar .nav-item .dropdown-menu{  display:block; opacity: 0;  visibility: hidden; transition:.3s; margin-top:0;  }
    .navbar .dropdown-menu.fade-down{ top:80%; transform: rotateX(-75deg); transform-origin: 0% 0%; }
    .navbar .dropdown-menu.fade-up{ top:180%;  }
    .navbar .nav-item:hover .dropdown-menu{ transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }
}
@media only screen and (max-width: 991px) {
.navbar-nav {
    padding-top: 30px;
}
.pe-5 {
    padding-right: 0 !important;
}
.banner {
    height: 500px;
}
.team img {
    height: auto;
    max-width: 100%;
    object-fit: contain;
}
.compliance-img {
    height: auto;
    object-fit: cover;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 100%;
    padding: 0 40px;
}
.about-img {
    margin-bottom: 30px;
}
.why-saar-img{
    margin-bottom: 30px;
}
.recruitment-list-img {
    max-width: 100%;
    margin-bottom: 20px;
    height: 100px;
}
.recruitment-img {
    margin-bottom: 30px;
    display: none;
}
.recruitment-list-img {
    display: block;
}
.category .row {
    flex-direction: column-reverse;
}
.c-box {
    margin-bottom: 0;
    margin-top: 30px;
}
.recruitment-list {
    text-align: left;
    margin-top: 20px;
    margin-left: 20%;
}
.service-list {
    transition-duration: 0.5s;
    margin-bottom: 30px;
}
.esg {
    background-size: 500px;
}
.connectivity-content.wow.fadeInRight {
    padding-top: 480px;
}
.inner-banner {
    height: 300px;
}
.vision-mission {
    padding: 60px 0;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
.navbar-light .navbar-nav .nav-link.contact-btn {
    margin-left: 0;
    margin-top: 8px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.dropdown-menu {
    border: none;
    border-radius: 0.25rem;
}
}
@media only screen and (max-width: 767px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 100%;
    padding: 0px 20px;
}
.py-50 {
    padding: 50px 0;
}
.mb-5 {
    margin-bottom: 2rem!important;
}
.banner {
    height: 400px;
}
.banner-content {
    text-align: center;
    padding-top: 50px;
}
.banner-content h2 {
    color: #fff;
    font-size: 32px;
    line-height: 45px;
    font-weight: 900;
}
.con-list {
    margin-bottom: 20px;
    display: flex;
    align-items: self-start;
    grid-gap: 10px;
    background: #5e8cfe0f;
    padding: 15px;
}
.recruitment-list {
    text-align: left;
    margin-top: 20px;
    margin-left: 0;
}
.mb-sm-3{
    margin-bottom: 20px;
}
.esg {
    background-size: contain;
}
.connectivity-content.wow.fadeInRight {
    padding-top: 30px;
}
.vision-mission img {
    margin-bottom: 30px;
}
.connectivity {
    background: url(../images/map.png), #F6F6F6;
    height: 500px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right top;
}
.esg-top {
    padding-top: 360px;
}
.connectivity-top {
    padding-top: 300px;
}
.row.align-items-center.mission-row {
    flex-direction: column-reverse;
}
.ps-4 {
    padding-left: 0 !important;
}
.pe-4 {
    padding-left: 0 !important;
}
.p-0{
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
}
.vision-mission img {
    margin-top: 10px;
}
.con-list.con-right {
    height: 250px;
}
.esg {
    margin: 50px 0;
}
.esg-bottom {
    padding: 50px 0;
}
.service {
    padding: 50px 0;
}
.industries {
    padding: 50px 0;
}
}