*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ul{
    padding-left: 0;
}
ul li{
    list-style: none;
}
a{
    text-decoration: none;
    transition: .5s ease;
}
h1,h2,h3,h4,h5,h6,p,ul{
    margin-bottom: 0;
}
input:focus , select:focus, textarea:focus {
    outline: none;
}
@font-face {
    font-family: 'Urbanist-Regular';
    src: url(../fonts/Urbanist-Regular.ttf);
}
@font-face {
    font-family: 'OpenSans';
    src: url(../fonts/OpenSans-Regular.ttf);
}
@font-face {
    font-family: 'OpenSans-SemiBold';
    src: url(../fonts/OpenSans-SemiBold.ttf);
}
@font-face {
    font-family: 'OpenSans-Light';
    src: url(../fonts/OpenSans-Light.ttf);
}
@font-face {
    font-family: 'Poppins-Medium';
    src: url(../fonts/Poppins-Medium.ttf);
}
@font-face {
    font-family: 'Poppins-Light';
    src: url(../fonts/Poppins-Light.ttf);
}
@font-face {
    font-family: 'Poppins-Thin';
    src: url(../fonts/Poppins-Thin.ttf);
}
@font-face {
    font-family: 'Poppins-Regular';
    src: url(../fonts/Poppins-Regular.ttf);
}
.container-main {
    max-width: 1325px;
    margin: 0 auto;
}
.header-main {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
    padding: 15px 0;
}
.header-main.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
}
.header-main.sticky .desk-logo {
    display: none;
}
.inner-logo {
    height: 74px;
    display: none;
}
.header-main.sticky .inner-logo {
    display: block;
}
.header-main.sticky .nav-link {
    color: #000000;
}
.header-main .container-fluid {
    padding: 0;
    max-width: 1560px;
    margin: 0 auto;
}
.header-main .navbar-brand {
    padding: 0;
    margin: 0;
}
.header-main .navbar {
    padding: 0;
}
.header-main .nav-link {
    font-size: 14px;
    letter-spacing: 2.8px;
    color: #fff;
    font-family: 'Urbanist-Regular';
    padding: 0 !important;
    text-transform: uppercase;
    margin-right: 32px;
}
.header-main .nav-item:last-child .nav-link {
    margin-right: 0;
}

/* BANNER */

.home-banner-img {
    height: 100vh;
}
.home-banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-banner {
    position: relative;
}
.home-banner-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 100px;
}
.home-banner-info  .container-main  {
    height: 100%;
}
.home-banner-content {
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: end;
}
.home-banner-content h1 {
    font-size: 100px;
    line-height: 120px;
    color: #fff;
    font-family: 'Poppins-Medium'; 
}
.banner-btn {
    padding-top: 50px;
}
.banner-btn a {
    font-size: 16px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    font-family: 'OpenSans';
    color: #000000;
    border-radius: 30px;
    background: #ffffff;
    border: 1px solid #000000;
    height: 50px;
    width: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-who {
    padding: 135px 0;
}
.home-who .main-title {
    text-align: center;
}
.main-title h6 {
    font-size: 14px;
    color: #000000;
    letter-spacing: 7px;
    text-transform: uppercase;
    font-family: 'OpenSans-SemiBold';
    padding-bottom: 32px;
}
.main-title h2 {
    font-size: 34px;
    line-height: 52px;
    color: #000000;
    font-family: 'Poppins-Medium'; 
}
.home-who .main-title h2 {
    max-width: 1168px;
    margin: 0 auto;
}
.home-feat {
   background: #f9f9f9;
   padding: 50px 0;
}
.home-feat-slider .container-main {
    max-width: 1612px;
    margin-right: 0;
}
.home-feat-left .main-title h6 {
    padding-bottom: 22px;
}
.home-feat-left .main-title h2 {
    line-height: 48px;
    padding-bottom: 8px;
}
.home-feat-left .main-title h4 {
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    font-family: 'OpenSans-Light';
}
.home-feat-left-info {
    padding-top: 19px;
}
.home-feat-left-info ul li {
    font-size: 16px;
    line-height: 32px;
    color: #000000;
    letter-spacing: 0.16px;
    font-family: 'OpenSans-SemiBold';
}
.banner-btn.home-feat-left-btn {
    padding-top: 38px;
}
.banner-btn.home-feat-left-btn a {
    border: unset;
    color: #fff;
    background: #011834;
}
.home-feat-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.home-feat-left {
    width: 22%;
}
.home-feat-right {
    width: 78%;
    padding-left: 87px;
}
.home-feat-right-main {
    position: relative;
}
.home-feat-right-slider .owl-item {
    opacity: 0.5;
    transition: opacity 0.3s ease; 
}
.home-feat-right-arrow {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 2;
}
.home-feat-right-arrow-flex {
    display: flex;
    justify-content: space-between;
}
.home-feat-right-arrow-flex button {
    border: unset;
    background: unset;
    opacity: 1;
}
.home-feat-right-arrow-flex button.disabled {
    opacity: 0;
}
.home-logos {
    padding-top: 63px;
}
.home-logos-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.home-logos-block {
    padding: 11px 57px;
    border-right: 1px solid #cccccc;
    height: 78px;
}
.home-logos-block img {
    height: 100%;
    object-fit: scale-down;
}
.home-logos .owl-stage {
    display: flex;
    align-items: center;
}
.home-logos-block:first-child {
    padding-left: 0;
}
.home-more-projects {
    padding-top: 82px;
    padding-bottom: 95px;
}
.home-more-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.more-slider-arrow-flex {
    display: flex;
    align-items: center;
    column-gap: 30px;
}
.more-slider-arrow-flex button {
    background: unset;
    border: unset;
}
.more-slider-arrow-flex button.disabled {
    opacity: 0;
}
.home-more-projects-slider {
    padding-top: 45px;
}
.home-more-projects-slider-info {
    background: #f9f9f9;
    padding: 0 20px;
    padding-top: 20px;
    padding-bottom: 22px;
}
.home-more-projects-slider-info h6 {
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 0.6px;
    color: #797979;
    text-transform: uppercase;
    font-family: 'OpenSans';
}
.home-more-projects-slider-info h4 {
    font-size: 18px;
    color: #000000;
    font-family: 'Poppins-Light';
}
.home-img-section img {
    width: 100%;
}
.footer-main {
    background: #062f4e;
    padding-top: 120px;
}
.footer-top-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-top-left h2 {
    font-size: 80px;
    line-height: 80px;
    color: #fff;
    font-family: 'Poppins-Medium';
    max-width: 404px;
}
.footer-top-left ul {
    display: flex;
    align-items: center;
    padding-top: 30px;
}
.footer-top-left ul li a {
    font-size: 16px;
    color: #fff;
    font-family: 'Poppins-Light';
}
.footer-top-left ul li:first-child a {
    font-family: 'Poppins-Thin';
}
.footer-top-left ul li:first-child{
    position: relative;
    /*margin-right: 20px;*/
    font-family: 'Poppins-Thin';
}
/*.footer-top-left ul li:first-child::before {*/
/*    position: absolute;*/
/*    content: '';*/
/*    width: 1px;*/
/*    height: 16px;*/
/*    background: #fff;*/
/*    top: 4px;*/
/*    right: -10px;*/
/*    font-family: 'Poppins-Thin';*/
/*}*/
.footer-top-right p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-family: 'Poppins-Regular';
    max-width: 339px;
}
.footer-btn {
    padding-top: 25px;
}
.footer-btn a {
    border: unset;
    height: 52px;
    width: 245px;
}
.footer-center {
    padding-top: 113px;
}
.footer-center-flex {
    border-top: 2px solid #346b94;
    border-bottom: 2px solid #346b94;
    padding: 19px 0;
    display: flex;
    justify-content: space-between;
}
.footer-center-flex ul {
    display: flex;
    align-items: center;
    column-gap: 28px;
}
.footer-center-flex ul li a {
    font-size: 16px;
    color: #fff;
    font-family: 'Poppins-Medium';
    text-transform: uppercase;
}
.footer-bottom-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0;
}
.footer-bottom-left ul {
    display: flex;
    align-items: center;
    column-gap: 12px;
}
.footer-bottom-right span {
    font-size: 14px;
    color: #fff;
    font-family: 'Poppins-Light';  
}

/* CONTACT */
.inner-banner-img img {
    width: 100%;
}
.inner-banner {
    position: relative;
}
.inner-banner::before {
    position: absolute;
    content: '';
    background: #00000042;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.contact-main {
    padding-top: 95px;
    padding-bottom: 99px;
}
.contact-flex {
    display: flex;
    flex-wrap: wrap;
}
.contact-left {
    width: 35%;
}
.contact-left h6 {
    font-size: 14px;
    letter-spacing: 7px;
    color: #011834;
    text-transform: uppercase;
    font-family: 'OpenSans-SemiBold';
    padding-bottom: 13px;
}
.contact-left h1 {
    font-size: 46px;
    line-height: 56px;
    color: #000000;
    font-family: 'Poppins-Light'; 
    max-width: 329px;
    padding-bottom: 24px;
}
.contact-left ul li a {
    font-size: 20px;
    line-height: 40px;
    color: #03234a;
    font-family: 'Poppins-Light'; 
    display: flex;
    align-items: center;
    column-gap: 8px;
}
.contact-right {
    width: 65%;
    padding-left: 212px;
}
.contact-right-form-flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -6px;
}
.contact-right-form-flex .contact-right-form-block {
    width: 50%;
    padding: 0 6px;
    padding-bottom: 20px;
}
.contact-right-form-block input {
    border: 1px solid #dcdcdc;
    width: 100%;
    height: 50px;
    font-family: 'Poppins-Light';
    font-size: 16px;
    color: #000000;
    padding: 0 12px;
    margin-top: 5px;
}
.contact-right-form-block label {
    font-size: 16px;
    color: #011834;
    font-family: 'OpenSans-SemiBold'; 
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.contact-right-form-block textarea {
    border: 1px solid #dcdcdc;
    width: 100%;
    height: 50px;
    font-family: 'Poppins-Light';
    font-size: 16px;
    color: #000000;
    padding: 12px;
    margin-top: 5px;
    resize: none;
    min-height: 160px;
}
.contact-right-form-submit {
    padding-top: 23px;
}
.contact-right-form-submit input {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    background: #032349;
    font-family: 'OpenSans';
    border: unset;
    border-radius: 30px;
    width: 195px;
    height: 50px;
}

/* ABOUT */
.about-we-are {
    padding-top: 77px;
    padding-bottom: 80px;
}
.about-we-are .contact-left {
    width: unset;
    text-align: center;
}
.about-we-are .contact-left h1 {
    max-width: unset;
}
.about-we-are .contact-left p {
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    font-family: 'OpenSans-Light';
    max-width: 1118px;
    margin: 0 auto;
}
.about-we-are .contact-left p+p {
    padding-top: 15px;
}
.what-we-do-part {
    position: relative;
    padding: 50px 0;
}
.what-we-do-img {
    width: 50%;
}
.what-we-do-img img {
    width: 100%;
}
.what-we-do-info {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
}
.what-we-do-info .container-main {
    height: 100%;
    display: flex;
    justify-content: flex-end;
}
.what-we-do-content {
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 50%;
    padding-left: 135px;
}
.what-we-do-content .contact-left {
    width: unset;
}
.what-we-do-content .contact-left h6 {
    padding-bottom: 20px;
}
.contact-left h2 {
    font-size: 46px;
    line-height: 48px;
    color: #000000;
    font-family: 'Poppins-Light';
}
.what-we-do {
    position: relative;
}
.what-we-do::before {
    position: absolute;
    content: '';
    width: 91.5%;
    height: 100%;
    background: #f8f8f8;
    top: 0;
    right: 0;
    z-index: -1;
}
.what-we-do-list {
    padding-top: 18px;
}
.what-we-do-list ul li {
    font-size: 16px;
    color: #000000;
    padding-left: 18px;
    font-family: 'OpenSans-SemiBold'; 
    position: relative;
}
.what-we-do-list ul li+li {
    margin-top: 8px;
}
.what-we-do-list ul li::before {
    position: absolute;
    content: '';
    background: url(../images/what-we-do-list-arrow.webp) no-repeat;
    width: 10px;
    height: 11px;
    left: 0;
    top: 6px;
}
.what-we-do-btn {
    padding-top: 35px;
}
.what-we-do-btn a {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    background: #032349;
    font-family: 'OpenSans';
    border-radius: 30px;
    width: 195px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.our-team {
    padding-top: 93px;
    padding-bottom: 100px;
}
.our-team .contact-left {
    width: unset;
    text-align: center;
}
.our-team-flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px;
    padding-top: 46px;
}
.our-team-block {
    width: 25%;
    padding: 0 7px;
}
.our-team-img img {
    width: 100%;
}
.our-team-info {
    text-align: center;
    padding-top: 16px;
}
.our-team-info h6 {
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    font-family: 'Poppins-Regular';
}
.our-team-info span {
    font-size: 20px;
    line-height: 26px;
    color: #6a6a6a;
    font-family: 'Poppins-Light';
}

/* PRESS */
.press-main {
    padding-top: 90px;
    padding-bottom: 100px;
}
.press-main .contact-left {
    width: unset;
    text-align: center;
}
.press-main .container-main {
    max-width: 1050px;
}
.press-main .contact-left h1 {
    max-width: unset;
    padding-bottom: 0;
}
.press-grid {
    padding-top: 73px;
}
.press-block+.press-block {
    padding-top: 38px;
}
.press-block-inner {
    background: #fff;
    box-shadow: rgba(17, 17, 26, 0.051) 0px 4px 16px, rgba(17, 17, 26, 0.051) 0px 8px 24px, rgba(17, 17, 26, 0.051) 0px 16px 56px;
    padding: 72px 130px;
    text-align: center;
}
.press-block-info {
    padding-top: 26px;
}
.press-block-info h2 {
    font-size: 26px;
    line-height: 42px;
    color: #000000;
    font-family: 'Poppins-Light';
    padding-bottom: 24px;
}
.press-block-info span {
    font-size: 14px;
    color: #011834;
    display: block;
    font-family: 'OpenSans-Light';
    padding-bottom: 31px;
}
.press-block-info a {
    font-size: 16px;
    color: #000000;
    text-transform: uppercase;
    border-bottom: 1px solid #000000;
    font-family: 'OpenSans';
}

/* PROJECTS */
.projects-main {
    padding-top: 98px;
    padding-bottom: 80px;
}
.projects-main .contact-left {
    width: 100%;
    text-align: center;
}
.projects-main .contact-left h1 {
    max-width: unset;
    padding-bottom: 0;
}
.projects-flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
    row-gap: 32px;
    padding-top: 80px;
}
.projects-block {
    width: 50%;
    padding: 0 16px;
}
.projects-img img {
    width: 100%;
}
.projects-block .home-more-projects-slider-info {
    background: unset;
    padding: 0 18px;
    padding-top: 14px;
    padding-bottom: 20px;
}
.projects-block .home-more-projects-slider-info h6 {
    font-size: 14px;
}
.projects-block .home-more-projects-slider-info h4 a {
    color: #000000;
}

/* PROJECT DETAILS */
.project-details {
    padding-top: 120px;
    padding-bottom: 135px;
}
.project-details-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.project-details-left .contact-left {
    width: unset;
}
.project-details-left .contact-left h1 {
    max-width: unset;
    font-family: 'OpenSans-SemiBold';
    padding-bottom: 20px;
}
.project-details-left h6 {
    font-size: 18px;
    letter-spacing: 1.35px;
    color: #011834;
    font-family: 'OpenSans';
    padding-bottom: 19px;
}
.project-details-left p {
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    font-family: 'OpenSans-Light';
    max-width: 574px;
}
.project-details-left-info {
    padding-top: 20px;
}
.project-details-left span {
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    font-family: 'OpenSans-Light';
    display: block;
}
.project-details-right ul li{
    font-size: 18px;
    display: flex;
    align-items: center;
    column-gap: 16px;
    color: #000000;
    font-family: 'OpenSans-Light';
}
.project-details-right ul li+li {
    margin-top: 20px;
}
.project-details-right ul li img {
    width: 34px;
    object-fit: scale-down;
}
.project-details .projects-flex {
    padding-top: 105px;
}

.projects-img {
    height: 396px;
}
.home-more-projects-slider-img {
    height:429px;
}
.projects-img img , .home-more-projects-slider-img img{
    height:100%;
    object-fit:cover
}

