* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

input[type="file"]{
    background: #fff;
}

.top{
    background: #00569F url(images/top-icon.webp) no-repeat center / 24px auto;
    width: 60px;
    border-radius: 60px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    padding: 0 !important;
    height: 60px;
    cursor: pointer;
    transition-duration: 0.5s;
    visibility: hidden;
    opacity: 0;
}

/* .success{
    display: none;
} */

.reason-us .content>div {
    width: 100%;
}

.techicons{
    align-items: center;
    margin-top: 0;
}

.rticon{
    width: 16px;
}

.nav-button a:hover img.rticon {
    width: 16px;
    content: url(images/right-hover.webp);
}

.fileadd.input-wrap input{
    width: 71%; 
    border: none;
}

.fileadd  {   
    background: #fff;
    border: 1px dashed #00569F;
}


.fileadd span {   
    background: #ededed;
    display: flex;
    align-items: center;
    width: 29%;
    justify-content: center;
    border-left: solid 1px #ccc;   
    padding: 0 20px;
}

.main-button-2 {
    font-weight: 500;
    font-size: 18px;
    color: #000;
    padding: 10px 50px;
    background: #ffffff;
    text-decoration: none;
    display: inline-block;
    /* margin-top: 20px; */
    transition: all 0.5s;
}
p.success{
    background: green;
    color: white;
    padding: 10px 20px;
    margin: 20px auto 0;
    text-align: center;
    width: fit-content;
    border-radius: 5px;
    border: solid 2px #004200;
    position: fixed;
    bottom: 40px;
    left: 0;
    right: 0;
}

ul {
    list-style: none;
    padding-left: 0 !important;
}

.section>div {
    padding: 100px 0;
}



p {
    font-size: 18px;
}
.cards {
    width: 90%;
    margin: 20px auto;
    padding: 20px 20px;
    background: #F8F9FA;
    border: 1px dashed #00569F;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
    /* height: 450px; */
    height: 400px;
}

.cards .icon {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cards h4 {
    color: #00569F;
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0;
}

.cards p {
    font-size: 15px;
    color: #0A203E;
    margin: 0;
    line-height: 24px;
}

/* ----------------------------------------------------------------------------------
**********************************hero-section****************************************
------------------------------------------------------------------------------------ */

.navbar_nav {
    padding: 25px 4%;
}

.hero-section {
    background-image: url("images/hero-image.webp");
    background-size: cover;
    background-position: center center;
    height: 550px;
}

.nav-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.text-align {
	margin-top: 105px !important;
}

.nav-logo {
    width: 150px;
    display: inline-block;
}

.nav-logo img {
    width: 100%;
    height: 100%;
}

.nav-button a {
    border: 1px solid #00569F;
    border-radius: 5px;
    padding: 10px 10px;
    text-decoration: none;
    color: #00569F;
    transition: all 0.5s;
    font-weight: 600;
    font-size: 16px;
    display: block;
}

.nav-button a:hover {
    background-color: #00569F;
    color: white;
}

.hero-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin: auto;
    text-align: center;
}

.hero-div h1 {
    color: #00569F;
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 16px;
}

.hero-div p {
    /* width: 80%; */
    /* margin: auto; */
    line-height: 34px;
    color: #0A203E;
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
    font-weight: 400;
    margin-bottom: 16px;
    font-size: 22px;
}

.main-button {
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    padding: 10px 50px;
    background: #00569F;
    text-decoration: none;
    display: inline-block;
    /* margin-top: 20px; */
    transition: all 0.5s;
}

.main-button:hover {
    background-color: white;
    color: #00569F;
}

/* ----------------------------------------------------------------------------------
**********************************section****************************************
------------------------------------------------------------------------------------ */

.reason .title h2,
.reason .title h3 {
    text-align: center;
    color: #0A203E;
    font-weight: 600;
    font-size: 36px;
}

.reason .title p {
    font-weight: 400;
    color: #0A203E;
    text-align: center;
    /* font-size: 16px; */
}

.reason .title {
    width: 80%;
    margin: auto;
}


.reason .cards{
    height: 400px;
}

/* ----------------------------------------------------------------------------------
**********************************reason-us****************************************
------------------------------------------------------------------------------------ */
.reason-us {
    background-image: url(images/technology.webp);
    background-position: center center;
    background-size: cover;
    height: 450px;
}

.reason-us .content {
    color: white;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.reason-us .content>div {
    /* width: 60%;
    margin: auto; */
    width: 90%;
}

.reason-us .content>div span {
    color: #00AFFF;
    font-size: 18px;
}

.reason-us .content>div h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    padding-right: 40%;

}

.reason-us ul li {
    font-size: 17px;
    font-weight: 500;
    color: white;

    display: flex;
    /* gap: 18%; */
    gap: 10px;
    align-items: center;
    line-height: 36px;

}

/* .reason-us .content li img{
    width: 32px;
    height: 32px;
} */
/* ----------------------------------------------------------------------------------
**********************************team-suggestion****************************************
------------------------------------------------------------------------------------ */
.team-suggestion .cards {
    background: #FFFFFF;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
    height: 380px;
    text-align: center;
}

.team-suggestion .cards .icon {
    background: #F8F9FA;
    margin: auto;
}

.last {
    height: 600px;
}



/* ----------------------------------------------------------------------------------
**********************************offshore-services****************************************
------------------------------------------------------------------------------------ */

.offshore-services {
    background: #F8F9FA;
}

.offshore-services .cx{
    /* padding: 0 10px; */
}

/* .offshore-services .tech{
    margin-top: 20%;
} */

.offshore-services h4 {
    font-weight: 700;
    font-size: 40px;
    color: #0A203E;

}

.offshore-services p {
    font-weight: 400;
    font-size: 18px;
    color: #0A203E;
    line-height: 35px;
    width: 90%;
}


.technology p{
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}


@media (min-width: 1200px) {
 .technology.col-xl-2 {   
    width: 20%;
    }   
}

.navbar-tabs {
    display: flex;
    gap: 5%;
    justify-content: end;
}

.navbar-tabs li a {
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    text-decoration: none;
}
.tabs-content-wrapper{
    margin-top: 10%;
}
.tabs-content {
    display: none;
}

.tab-active {
    display: block;
}

.active {
    color: #0079E0 !important;    
}

.navtabs{
    position: relative;
    display: inline-block;
}

.navtabs.active::after{
width: 100%;
content: "";
position: absolute;
top: calc(100% + 10px);
left: 0;
right: 0;
margin-bottom: 2px;
height: 2px;
background-color: #0079E0 ;
}

.tabs-content .technology p {
    margin-top: 10px;
    text-align: center;
}

.tabs-content .polygon {
    /* clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%); */
    background: url("images/polygon.webp") no-repeat 0 0 / 100% auto;
    width: 120px;
    height: 120px;
    /* border: 1px dashed #D2D2D2; */
    border-radius: 22px;
    /* background-color: white; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

/* ----------------------------------------------------------------------------------
**********************************profile-key-fact****************************************
------------------------------------------------------------------------------------ */

.profile-key-fact .cards {
    background: #FFFFFF;
    height: 350px;
}

.profile-key-fact .cards .icon {
    background: #F8F9FA;
}

.key-fact {
    display: flex;
    width: 80%;
    margin: 5% auto;
    background-color: #041F36;
    ;
}

.key-fact>div {
    padding: 60px 40px;
    width: 50%;
}

.key-fact .content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #F8F9FA;
    gap: 25px;
}

.key-fact .content>div {
    display: flex;
    gap: 10px;
}

.key-fact .image {
    background-image: url("images/key-fact.webp");
    background-size: cover;
    background-position: center center;   
}
/* 
.key-fact .image>div {
    width: 70%;
} */

.key-fact .image h5 {
    color: #FAB900;
    font-weight: 700;
    font-size: 50px;
}

.key-fact .image p {
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
}

.key-fact .content p {
    margin: 0;
    font-size: 20px;
}

.key-fact .content p:first-child {
    color: #00569F;
    font-weight: 700;
    font-size: 30px;
}
/* ----------------------------------------------------------------------------------
**********************************contact-form****************************************
------------------------------------------------------------------------------------ */

.contact-form {
    background-image: url("images/contact.webp");
    background-size: cover;
    background-color: #00569F;
    background-position: center center;
}

.contact-form .icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: auto;
    background-color: #0A203E;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}

.contact-form .title {
    color: white;
    text-align: center;
}

.contact-form .title h5,
.contact-form .title h3 {
    font-weight: 600;
    font-size: 36px;
    margin: 0;
}

.contact-form .title p {
    margin-top: 5px;
    font-weight: 500;
    font-size: 17px;
}

.form {
    width: 80%;
    margin: 0 auto;
    margin-top: 40px;
}

.form>div {
    margin: 20px 0;
}

.input-wrap {
    display: flex;
    gap: 20px;
}

.input-wrap>div {
    width: 50%;
}

.input-wrap input {
    padding: 10px 10px;
    border: none;
    outline: none;
    border: 1px dashed #00569F;
    width: 100%;
    font-weight: 400;
    font-size: 15px;
    color: #0A203E;
}

.input-wrap input::placeholder,
.message textarea::placeholder {
    color: #0A203E;
    font-weight: 400;
    font-size: 15px;
}

.message textarea {
    border: none;
    outline: none;
    border: 1px dashed #00569F;
    width: 100%;
    padding: 10px 10px;
    resize: none;
}

.contact-button {
    text-align: center;
}

.contact-button button {
    border: none;
    padding: 10px 10px;
    width: 20%;
    color: #00569F;
    font-weight: 600;
    font-size: 18px;
    background: #FFFFFF;
    border-radius: 5px;
    transition: all 0.5s;
}

.contact-button button:hover {
    background-color: #00569F;
    color: white;
    transition: all 0.5s;
    box-shadow: 0 0 20px #ffffff59;
}


/* ----------------------------------------------------------------------------------
**********************************Footer****************************************
------------------------------------------------------------------------------------ */
.footer {
    background-image: url('images/footer.webp');
    background-size: cover;
    background-position: center center;
    position: relative;
    border-top: solid 1px #e5e5e5;
}

.footer figure{
    margin: 0;
}

.footer>div {
    padding: 100px 0;
}

.footer .about p{
    width: 90%;
}

.footer h4 {
    color: #0A203E;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px;
}

.footer .social-media ul {
    display: flex;
    gap: 25px;
}

.footer .social-media ul li img{
    cursor: pointer;
}

.footer ul li a{
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    color: #0A203E;
    display: flex;
    gap: 10px;
}

.footer .about figure{
    width: 150px;
}

.footer .about figure img{
    width: 100%;
    height: auto;
    margin-top: -14%;
}

.footer .at-bottom{
    font-weight: 400;
    font-size: 16px;
    /* text-align: center; */
    color: #0A203E;
    /* position: absolute;
    bottom: 8%;
    left: 0;
    right: 0; */
    margin: auto;
    width: 100%;
}

.footer .at-bottom a{
    text-decoration: none;
}

.ftr_link a{
    text-decoration: none;
}

.ftr_link a{
    padding: 0 20px 0 0;
    border-right: solid 1px #4e4e4e;
    margin-right: 20px;
}

.ftr_link a:nth-last-child(1){
    padding: 0;
    border-right: none;
    margin-right: 0px;
}

.prv_plc{
    background: url(images/policy.webp) no-repeat center bottom -200px ;
}

.prv_plc h1{
    color: #fff;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
}

