*{
    margin: 0;
    padding: 0;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body{
    font-size: 16px;
    font-weight: normal;
    font-family: "Roboto Slab", serif;
}
a, a:hover{
    text-decoration: none;
}
.btn{
    border-radius: 0;
}
p{
    line-height: 170%;
    font-size: 0.885rem;
    font-weight: 400;
}
.nav-item {
	margin-right: 1rem;
}
h1 {
    font-size: 4rem;
    line-height: 120%;
    letter-spacing: -1.6px;
    font-family: "Orbitron", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}
.inner-banner h1{
    font-size: 3rem;
}
h2 {
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 150%;
	letter-spacing: -0.05rem;
	color: #006185;
    font-family: "Orbitron", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}
h3{
    font-size: 1.1rem;
    line-height: 150%;
    font-weight: 800;
    color: #af6c14;
}
.nav-link{
    position: relative;
}
header{
    padding: 2rem 0;
    transition: all ease 1s;
}
header .navbar-light .navbar-nav .nav-link {
    color: #fff;
}
header.scrolled .navbar-light .navbar-nav .nav-link {
    color: #646464;
}
header.scrolled .navbar-light .navbar-nav .nav-link:focus {
    color: #af6c14;
}
header.scrolled .navbar-light .navbar-nav .nav-link.btn-primary {
    color: #fff;
}
header.scrolled .navbar-light .navbar-nav .nav-link.active, header.scrolled .navbar-light .navbar-nav .show>.nav-link {
    color: #af6c14;
}
header.scrolled .navbar-light .navbar-nav .nav-link.active::after, header.scrolled .navbar-light .navbar-nav .show>.nav-link::after{
    background: #af6c14;
}
header.scrolled{
    background-color: #fff;
    box-shadow: 0 3px 4px rgba(0,0,0,0.13);
    transition: all ease 1s;
    padding: 0;
}
.navbar-light .navbar-nav .nav-link.btn-primary{
    color: #fff;
}
.btn-check:focus + .btn-primary, .btn-primary:focus{
    background-color: #af6c14;
    border-color: #af6c14;
}
.whatsapp {
	position: fixed;
	bottom: 30px;
	right: 15px;
	background: #006185;
	color: #fff;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	box-shadow: 0 5px 15px -3px rgba(0, 111, 128, 0.29);
    transition: all ease .6s;
    z-index: 9999;
}
.whatsapp i{
    font-size: 1.25rem;
}
.whatsapp:hover i, .whatsapp:visited i, .whatsapp:focus i, .whatsapp:active i{
    transition: all ease .6s;
    bottom: 24px;
    color: #fff;
}
.whatsapp:hover{
    transition: all ease .6s;
    bottom: 24px;
}
.navbar-brand {
    background: url('../img/logo-white.svg') no-repeat;
    background-size: 100%;
    background-position: center;
    width: 200px;
    height: 57px;
    background-size: contain;
}
.scrolled .navbar-brand {
    background: url('../img/logo.svg') no-repeat;
    background-size: 100%;
    background-position: center;
}
.fullHeight{
    /* min-height: 100vh; */
    display: flex;
    align-items: center;
    padding: 6rem 0;
}
.banner{
    position: relative;
    height: 100vh;
}
.banner video {
    position: absolute;
    width: 100%;
    height: 100vh;
    bottom: 0;
    left: 0;
    object-fit: cover;
}
.hero-text-box{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    color: #fff;
}
.hero-text-box::before{
    width: 100%;
    height: 100%;
    background-color:rgb(13 110 253 / 27%);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    /* mix-blend-mode: screen; */
}
.hero-text-box .container{
    position: relative;
    z-index: 1;
}
.hero-text-box p {
    width: 100%;
    max-width: 650px;
    font-size: 1.4rem;
    margin-top: 1.2rem;
}
.about-card{
    border: none;
    border-radius: 1rem;
    background-color: #fff;
}
.about-card .btn-lg{
    font-size: 0.885rem;
}
.about-card .card-body{
    padding: 0;
}
.about-description{
    column-count: 2;
}
.mission-card, .values-card{
    background-color: #EFF7FF;
    border-color: transparent;
    border-radius: 1rem;
    padding: 4rem;
    /* padding-top: 11rem; */
    /* min-height: 360px; */
    display: flex;
    align-items: center;
    height:100%;
}
.mission-card, .mission-card-inside{
    background-color: #EFF7FF;
}
.mission-card .icon-box, .values-card .icon-box {
    width: 106px;
    height: 106px;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}
.anim6{
    animation: float 4s ease-in-out infinite;
}
.anim8{
    animation: float 6s ease-in-out infinite;
}
.mission-card .icon-box img, .values-card .icon-box img {
    width: 90%;
    height: 90%;
    object-fit: contain;
}
.values-card, .values-card-inside{
    background-color: #ECFFE6;
}
.about .card-body .icon-box{
    margin-bottom: 1rem;
}
.contact .btn-group-lg>.btn, .btn-lg {
    font-size: 0.885rem;
}
.about .card-body p{
    margin-bottom: 0rem;
}
.about-pic-box{
    border-radius: 1rem;
    overflow: hidden;
    min-height: 320px;
}
.about-pic-box img{
        width: 100%;
        height: 100%;
        object-fit: contain;
}
.service-boxes{
    display: inline-flex;
    color: #1D1A1A;
    border-radius: 1rem;
    transition: all ease .6s;
    align-items: center;
    flex-direction: column;
    gap: 2rem;
}
.services-content{
    padding: 0 2rem;
}
.service-core {
	display: flex;
	align-items: center;
    gap: 1rem;
}
.services-content span{
    font-size: .75rem;
    margin-bottom: .75rem;
    display: inline-block;
}
.service-img-box {
	height: 280px;
	border-radius: 1rem;
	overflow: hidden;
	position: relative;
    display: flex;
	flex: 0 0 auto;
    transition: all ease .6s;
}
.service-img-box:hover img{
    transform: scale(1.06);
    transform-origin: center;
    transition: all ease .6s;
}
.service-img-box:hover h3{
    padding-left: 2rem;
    transition: all ease .6s;
}
.service-img-box::after{
    content: '';
    width: 100%;
    height: 80%;
    background: rgb(0,97,133);
background: -moz-linear-gradient(0deg, rgba(0,97,133,1) 0%, rgba(0,97,133,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(0,97,133,1) 0%, rgba(0,97,133,0) 100%);
background: linear-gradient(0deg, rgba(0,97,133,1) 0%, rgba(0,97,133,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#006185",endColorstr="#006185",GradientType=1);
position: absolute;
left: 0;
bottom: 0;
}
.service-img-box img{
    transition: all ease .6s;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease .3s;
}
.service-img-box h3{
    font-family: "Orbitron", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-size: 1.3rem;
    padding: 1rem;
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 1;
    transition: all ease .6s;
}
.services{
    padding: 6rem 0;
}
.service-img {
	width: 550px;
	overflow: hidden;
	flex: 0 0 auto;
}
.service-img img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.service-boxes h3, .blog-boxes h3{
    font-weight: 600;
    margin-bottom: 1rem;
}
a.footer-logo {
    max-width: 260px;
    height: 57px;
    display: inline-block;
}
a.footer-logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
footer{
    background-color: #F5F5F5;
    padding: 2rem 0;
}
footer p{
    font-size: 0.875rem;
}
footer ul{
    list-style: none;
    padding-left: 0;
}
footer ul li{
    margin-bottom: 1rem;
}
footer ul li a{
    color: #2D3133;
    font-size: 0.875rem;
}
footer ul.social{
    margin-bottom: 0;
    text-align: right;
}
footer ul.social li{
    display: inline-block;
    margin-bottom: 0;
    margin-left: .8rem;
}
footer ul.social li a{
    display: inline-block;
    width: 16px;
    height: 16px;
}
footer ul.social li a img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.contact{
    background-color: #d7f0f4;
    /* background-image: url('../img/contact.jpg'); */
    /* background-repeat: no-repeat; */
    /* background-position: right center; */
    /* background-size: cover; */
    position: relative;
}
.owl-theme .owl-nav [class*="owl-"] {
    color: transparent;
    font-size: 14px;
    margin: 5px;
    background: #fff !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    height: 50px;
    width: 50px;
    border: 1px solid #bbb !important;
    border-radius: 50%;
}
.owl-nav .owl-next, .owl-nav .owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto !important;
}
.owl-nav .owl-prev {
    left: 16px;
}
.owl-nav .owl-next {
    right: 16px;
}
.navbar-nav .nav-link {
    text-transform: uppercase;
    font-size: 0.885rem;
    font-weight: 600;
    text-align: center;
}
.industry{
    padding: 3rem 0;
}
.indus-img-box{
    width: 100%;
    height: 240px;
    border-radius: 1rem;
    overflow: hidden;
    transition: all ease .6s;
}
.indus-core-content {
	background-color: #f2f2f2;
	border-radius: 1rem;
	text-align: center;
	width: 90%;
	padding: 2rem;
	margin: auto;
	transition: all ease .6s;
	transform: translateY(-60px);
}
.indus-core-content ul{
    list-style: none;
    padding: 0;
}
.indus-core-content ul li{
    font-weight: 600;
    margin-bottom: .5rem;
}
.industry-card:hover .indus-core-content{
    box-shadow:0 2.8px 2.2px rgba(0, 0, 0, 0.02), 0 6.7px 5.3px rgba(0, 0, 0, 0.028), 0 12.5px 10px rgba(0, 0, 0, 0.035), 0 22.3px 17.9px rgba(0, 0, 0, 0.042), 0 41.8px 33.4px rgba(0, 0, 0, 0.05);
}
.indus-core-content .icon-box{
    width: 48px;
    height: 56px;
    display: inline-block;
}
.indus-core-content .icon-box img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.indus-core-content h3, .service-boxes h3{
    font-size: 1.1rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    color: #af6c14;
}
.btn-primary{
	padding: .5rem 1.2rem !important;
	border-radius: 3rem;
	background: #006185;
	border-color: #006185;
}
.btn-secondary{
    border-radius: 3rem;
    background: #fff;
	border-color: #006185;
    color: #006185;
}
.btn-primary:hover{
    background: #af6c14;
	border-color: #af6c14;
}
.btn-secondary:hover{   
    background: #af6c14;
	border-color: #af6c14;
    color: #fff;
}
.fixed-top .navbar-toggler-icon {
    width: 1.2em;
    height: 1.2em;
}
.fixed-top .navbar-toggler {
    padding: .25rem .5rem;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
}
.navbar-light .navbar-nav .nav-link.active::after, .navbar-light .navbar-nav .show>.nav-link::after {
    content: '';
    width: 40%;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
section.section{
    justify-content: center;
}
.footer-icon-btn{
    display: inline-flex;
    align-items: center;
    font-size: 14px;
}
.footer-icon-btn i{
    width: 12px;
    height: 12px;
    margin-right: 8px;
    display: inline-flex;
}
.footer-icon-btn i img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.ourvalues .card-body{
    padding: 0;
}
.ourvalues .card-body h3 {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 150%;
}
.mapouter {
	position: absolute;
	text-align: right;
	height: 100%;
	width: 40vw;
	top: 0;
	right: 0;
}
.gmap_canvas, .gmap_canvas iframe{
	width: 100%;
	height: 100%;
}
.mapicon{
    width: 16px;
    height: 16px;
    background: url('../img/map-pin.svg');
    display: inline-block;
    background-size: contain;
}
.bagicon{
    width: 16px;
    height: 16px;
    background: url('../img/briefcase.svg');
    display: inline-block;
    background-size: contain;
}
.shareicon{
    width: 16px;
    height: 16px;
    background: url('../img/share.svg');
    display: inline-block;
    background-size: contain;
}
.share-btn{
    color: #2D3133;
    display: flex;
    align-items: center;
}
.new-item::after{
    content: 'New';
    /* width: 10px; */
    /* height: 10px; */
    background: crimson;
    border-radius: 50px;
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 8px;
    line-height: 10px;
    letter-spacing: .1em;
    padding: .25rem;
    color: #fff;
}
.benefit-bg{
    background: url('../img/benefit-banner.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}
@keyframes float {
	0% {
		transform: translatex(0%) translatey(0px);
	}
	50% {
		transform: translatex(0%) translatey(-20px);
	}
	100% {
		transform: translatex(0%) translatey(0px);
	}
}
.service-details-banner{
    position: relative;
}
.services-fixed{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.anchor-box{
    background-color: rgb(230, 230, 230);
    display: flex;
    gap: 1px;
    border-radius: 1rem;
    overflow: hidden;
    justify-content: center;
}
.service-anchor{
    display: flex;
    padding: 2rem 2.5rem;
    background: #fff;
    text-align: center;
    color: #006185;
    gap: 1rem;
    transition: all ease .6s;
}
.service-anchor:hover{ 
    background: #006185;
    text-align: center;
    color: #fff;
    transition: all ease .6s;
}
.service-anchor:hover .arrow-down{
    opacity: 1;
    filter: invert(100%);
    animation: floatSlow 1s linear infinite;
}
.arrow-down{
    width: 24px;
    height: 24px;
    background: url('../img/arrow-down.svg') no-repeat;
    opacity: .5;
}
@keyframes floatSlow {
	0% {
		transform: translatey(0px);
	}
	30% {
		transform: translatey(6px);
	}
    60% {
		transform: translatey(0px);
	}
	90% {
		transform: translatey(-6px);
	}
    100% {
		transform: translatey(0px);
	}
}
@media (min-width: 1480px){   
    .container{
        max-width:1400px;
    }
}
@media (max-width: 1200px){
    h2 {
        font-size: 1.2rem;
    }
    .fullHeight {
        padding: 3rem 0;
    }
    .service-boxes{
        flex-direction: column;
    }
    .service-img-box {
        height: 330px;
        width: 100%;
        margin-bottom: 2rem;
    }
    .carousel-inner {
        height: auto;
    }
    .anchor-box{
        display: none;
    }
}
@media (max-width: 768px){
    .mission-card, .values-card {
        padding: 2rem;
        padding-top: 9rem;
    }
    .about-description{
        column-count: 1;
    }
    .service-img-box {
        height: 180px;
    }
    .services-inside .card-body {
        padding: 2rem;
    }
    .bannerTobottom {
        bottom: 80px;
    }
    li.nav-item {
        margin-bottom: 1.3rem;
    }
    .navbar-brand {
        background: url('../img/logo.svg') no-repeat;
        background-size: contain;
        background-position: center;
    }
    header{
        padding: 0;
        background: rgba(255, 255, 255,1);
    }
    p{
        font-size: .885rem;
    }
    h1 {
        font-size: 3rem;
    }
    .inner-banner h1 {
        font-size: 2rem;
    }
    h2 {
        font-size: 1.2rem;
    }
    .hero-text-box p {
        font-size: 1rem;
    }
    .indus-core-content p{
        height: auto;
        overflow: visible;
    }
    .indus-core-content {
        top: 100px;
    }
    .comp-card {
        padding: 2.5rem;
    }
    .comp-card .core-content {
        margin-top: 70%;
    }
    .partner-card{
        margin-bottom: 2rem;
    }
    .contact-page-card {
        padding: 3rem 1rem;
    }
    a.navbar-brand {
        width: 160px;
    }
    a.navbar-brand img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .ourvalues .mission-card-inside, .ourvalues .values-card-inside,
    .partners-address .mission-card-inside, .partners-address .values-card-inside {
        padding: 1rem;
    }
    footer ul.social{
        text-align: left;
    }
    footer ul.social li{
        margin-left: 0;
        margin-right: .5rem;
    }
    .navbar-light .navbar-nav .nav-link.active::after, .navbar-light .navbar-nav .show>.nav-link::after {
        width: 16px;
    }
    .inner-banner {
        height: 190px;
        margin-top: 60px;
    }
    .fullHeight {
        padding: 2rem 0;
    }
    .career-page p, .partner-page p, .about-page p, .ourmission p {
        font-size: 1rem;
    }
    .ourmission {
        height: 230px;
    }
    header .navbar-light .navbar-nav .nav-link {
        color: #212121;
    }
    .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
        /* color: #af6c14; */
        color: #af6c14;
    }
    .navbar-light .navbar-nav .nav-link.active::after, .navbar-light .navbar-nav .show>.nav-link::after {
        background: #af6c14;
    }
    footer ul li a {
        font-size: 0.75rem;
    }
    .navbar-toggler[aria-expanded="false"] .navbar-toggler-icon{
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon{
        background-image: url("../img/close_icon.svg");
        background-size: 64%;
    }
    .owl-theme .owl-nav [class*="owl-"] {
        height: 40px;
        width: 40px;
    }
    .owl-nav .owl-prev {
        left: 0px;
    }
    .owl-nav .owl-next {
        right: 0px;
    }
    .indus-core-content {
        padding: 2rem 1.5rem;
    }
    .comp-card{
        height: auto;
    }
    .comp-card .core-content {
        margin-top: 0;
    }
    .comp-card .core-content p {
        height: auto;
        overflow: visible;
    }
    .comp-card .comp-img-block {
        opacity: .3;
        transition: all ease .6s;
    }
    .job-boxes{
        flex-direction: column;
    }
    .job-boxes span{
        position: static;
        opacity: 1;
        transform: translateY(0);
    }
    .service-details-banner {
        margin-top: 72px;
    }
    .service-img {
        width: 100%;
    }
}
@media(max-width: 575px){
    .mapouter {
        position: static;
        width: 100%;
    }
}
@media(max-width: 375px){
    .bannerTobottom {
        bottom: 40px;
    }
    h1 {
        font-size: 2rem;
    }
}