@font-face {font-family: 'FuturaBTWXX-Light';src: url('webfonts/35D112_0_0.eot');src: url('webfonts/35D112_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/35D112_0_0.woff2') format('woff2'),url('webfonts/35D112_0_0.woff') format('woff'),url('webfonts/35D112_0_0.ttf') format('truetype');}
@font-face {font-family: 'FuturaBTWXX-Medium';src: url('webfonts/35D112_1_0.eot');src: url('webfonts/35D112_1_0.eot?#iefix') format('embedded-opentype'),url('webfonts/35D112_1_0.woff2') format('woff2'),url('webfonts/35D112_1_0.woff') format('woff'),url('webfonts/35D112_1_0.ttf') format('truetype');}
@font-face {  font-family: 'FuturaBTWXX-Normal';  src: url('webfonts/tt0140m_.ttf');  }
@font-face {  font-family: GothamPro;  src: url('webfonts/10183.ttf');  }
@font-face {  font-family: GothamPro-Medium;  src: url('webfonts/11031.ttf');  }
/*Global*/
html {
    scroll-behavior: smooth;
}

body {
    background-color: #f8f8f8;
    font-family: 'Inter', FuturaBTWXX-Normal, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.show-mobile-menu {
    overflow-y: hidden;
}


.description {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.2;
    color: #6c757d;
    font-family: 'Inter', sans-serif; font-weight: 300;
}

.inner-content {
    padding: 25px 200px 119px 150px;
    height: 100%;
}

/*Fonts*/
.FuturaBT-Light {
    font-family: 'Inter', sans-serif; font-weight: 300;
    font-weight: normal;
    font-style: normal;
}

.FuturaBT-Medium {
    font-family: 'Inter', sans-serif; font-weight: 500;
    font-weight: normal;
    font-style: normal;
}

/*Navbar*/
nav {
    opacity: 1;
    overflow: hidden;
    transition: all 0.3s ease;
}

nav.scrolled {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: rgba(248, 248, 248, 0.95) !important;
}

.page-padding {
    padding-left: 150px;
    padding-right: 200px;
}

.navbar-brand {
    padding-top: 30px;
}

.navbar-brand .logo {
    width: 80px;
}

.navbar-brand .scroll-logo {
    width: 40px;
    height: 46px;
    display: none;
}

.link,
.portfolio-link {
    font-size: 18px;
    color: #263a44 !important;
    transition: color 0.3s ease, transform 0.2s ease;
    position: relative;
}

.link:hover,
.portfolio-link:hover {
    text-decoration: none;
    color: #0073c7 !important;
}

.navbar-nav .nav-link.link::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: -10px;
    right: 30px;
    width: auto;
    height: 2px;
    background: #0073c7;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.navbar-nav .nav-link.link:hover::after {
    transform: scaleX(1);
}

.about-btn.link::after {
    display: none;
}

.current a {
    color: #0073c7 !important;
}

.white-logo {
    display: none;
    width: 40px;
    height: 46px;
}

.menu-mini {
    display: none;
    font-size: 100px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.71;
    text-align: left;
    color: #0073c7 !important;
    text-shadow: 0 8px 25px rgba(0, 0, 161, 0.16);
    margin-bottom: 20px;
    margin-left: -90px;
}

.navbar-collapse {
    overflow: visible;
}

/*Screens*/
.screen {
    height: 100vh;
    min-height: 1000px;
}

.main {
    margin-top: 150px;
    height: 600px;
    margin-bottom: 50px;
}

.main-bgc {
    background: url("../images/main3.svg") no-repeat left bottom;
    background-size: 72%;
    height: 100%;
    position: relative;
}

.main .inner-content {
    padding-bottom: 0;
    padding-right: 150px;
}

.marking {
    font-size: 17px;
    letter-spacing: normal;
    text-align: left;
    color: #6c757d;
    position: absolute;
}

.page-title {
    font-size: 59px;
    font-weight: 500;
    line-height: 1;
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    text-align: right;
}

.more {
    margin-left: 75%;
    margin-bottom: 50px;
}

.main-title {
    width: 700px;
}
.main-title span{
    font-family: 'Inter', sans-serif;
}

/*About*/
.ab-title {
    color: #fff;
    font-size: 22vw;
    width: 100%;
    text-shadow: 0 8px 25px rgba(4, 99, 242, 0.03);
    letter-spacing: -18px;
}

.about-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    color: #0073c7;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

/*.ab-info {*/
    /*min-width: 390px;*/
/*}*/

.about-info {
    max-width: 1100px;
    margin: 0 auto;
    margin-top: -5%;
}

.info-bgc:before {
    content: url("../images/rectangleDefault.svg");
    position: absolute;
    left: -37%;
    top: 92px;
    width: 325px;
    z-index: -1;
}

/* About section list styling */
.ab-info ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.ab-info ul li {
    margin-bottom: 8px;
    line-height: 1.5;
}

.ab-content {
    padding: 0 15px 100px 5px;
}

.wrap-over-txt {
    position: relative;
}

.over-txt {
    font-size: 4vw;
    font-weight: 500;
    line-height: 1;
    color: #0073c7;
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
    max-width: 930px;
}

.over-txt img {
    margin-right: 71px;
}

/*Services*/
.services {
    background: linear-gradient(135deg, #0073c7 0%, #005a9e 100%);
    padding-top: 50px;
}

.serv-col {
    transition: transform 0.3s ease;
}

.serv-col:hover {
    transform: translateY(-5px);
}

.services-content {
    padding: 0 200px 119px 200px;
}

.sr-title {
    font-size: 20vw;
    color: #0073c7;
    text-shadow: -15px 9px 59px rgba(0, 0, 161, 0.2);
    line-height: 0.75;
}

.wrap-sr-txt {
    position: relative;
}

.service-col-title {
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
}

.services-description {
    font-size: 19px;
    font-family: 'Inter', sans-serif; font-weight: 300;
    line-height: 1.27;
    color: #ffffff;
    margin-top: 30px;
    padding-right: 20px;
}

.services .inner-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.serv-col {
    min-width: 310px;
}

.serv-col .col-img {
    width: 70%;
}

.mt-m {
    margin: -36px 0 36px;
}

.projects {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    text-decoration: underline;
}

.projects:hover {
    color: #fff;
}

.offer {
    font-family: 'Inter', sans-serif; font-weight: 300;
    font-size: 25px;
    line-height: 1.2;
    color: #ffffff;
    position: absolute;
    top: 135px;
    width: 587px;
    right: 150px;
}

/*Team*/
.team {
    padding-top: 50px;
}

.tm-title {
    color: #fff;
    font-size: 22vw;
    text-shadow: 0 8px 25px rgba(4, 99, 242, 0.03);
    line-height: 0.75;
}

.team .over-txt img {
    margin-right: 39px;
}

.tm-content {
    padding: 0 200px;
}

.tm-content .row {
    margin-top: -40px;
}

.tm-col {
    min-width: 310px;
    margin-bottom: 100px;
    max-width: 310px;
    transition: transform 0.3s ease;
}

.tm-col:hover {
    transform: translateY(-8px);
}

.developer {
    width: 200px;
    height: 200px;
    margin-bottom: 15px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
    background: #fff;
    border: 6px solid #fff;
    box-shadow: 0 8px 24px rgba(0, 115, 199, 0.15);
    transition: all 0.4s ease;
}

.developer:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 32px rgba(0, 115, 199, 0.25);
}

.tm-col:before {
    content: url("../images/rectangeWhite.svg");
    position: absolute;
    left: -100px;
    top: 60px;
    width: 320px;
    z-index: -1;
}

.name {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.13;
    color: #0073c7;
}

.job {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.2;
    color: #263a44;
}

/*Testimonials*/
.ts-title {
    color: #fff;
    font-size: 17vw;
    text-shadow: 0 8px 25px rgba(4, 99, 242, 0.03);
}

.ts-over {
    top: 65% !important;
}

.testimonials .list-unstyled {
    max-width: 930px;
    position: relative;
    margin: 0 auto;
    padding-top: 0;
}

.list-unstyled li {
    padding: 0 80px;
    position: relative;
    margin-bottom: 60px;
}

.list-unstyled li p {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.2;
    color: #263a44;
    margin-bottom: 40px;
}

.testimonials-mb {
    margin-bottom: 100px;
}

.quoter p::before,
.quoter p::after {
    content: "''";
    font-family: 'Inter', sans-serif;
    font-size: 75px;
    font-weight: bold;
    color: #263a44;
    position: absolute;
    top: 0;
    line-height: 0.9;
}

.quoter p::before {
    left: 0;
}

.quoter p::after {
    right: 0;
}

/*Contacts*/
.screen.contacts {
    width: 100%;
    height: 500px;
    min-height: 500px;
    background-color: #263a44;
    border: solid 1px #707070;
    position: relative;
}

.contact-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 120px 5% 120px 20%;
}

.contact-inner:before {
    content: url("../images/RectangleGrey.svg");
    position: absolute;
    left: -39px;
    top: -45px;
    width: 450px;
}

.lb-contact h4,
.info h4 {
    font-size: 25px;
    font-weight: 500;
    line-height: 1.13;
    color: #ffffff;
}

.mail {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.12;
    color: #a7aaac;
    margin-bottom: 45px;
    display: block;
}

.mail:hover {
    color: #88898a;
    text-decoration: none;
}

.info h4 span {
    border-bottom: 3px solid #afe356;
    padding-bottom: 16px;
}

.position {
    font-size: 17px;
    font-family: 'Inter', sans-serif; font-weight: 300;
    line-height: 1.1;
    color: #ffffff;
    margin-bottom: 1rem;
}

.ft-links {
    min-width: 690px;
    margin-top: 40px;
}

.ft-links li a {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    color: #ffffff !important;
}

.list-inline-item:not(:last-child) {
    margin-right: 3.5rem;
}

.reserved-small p {
    display: none;
    font-size: 12px;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 0;
    font-family: 'Inter', sans-serif; font-weight: 300;
}

.list-inline-item {
    margin-bottom: 20px;
}

.reserved-full {
    font-family: 'Inter', sans-serif; font-weight: 300;
    line-height: 1.3;
    color: #ffffff;
    font-size: 13px;
}

/*FORM*/

.form {
    max-width: 650px;
    padding-top: 20px;
}

.form input,
.form textarea {
    box-sizing: border-box;
    outline: none;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #a7aaac;
    background: transparent;
    margin-bottom: 10px;
    font-size: 13px;
    height: 30px;
    color: #fff;
    transition: border-color 0.3s ease;
}

.form input:focus,
.form textarea:focus {
    border-bottom-color: #afe356;
}

.form textarea {
    border: none;
    height: 70px;
    width: 250px;
    resize: none;
}

.ab-content .about-btn {
    width: auto;
    background-color: #0073c7;
    border: none;
    cursor: pointer;
    line-height: 42px;
    padding: 0 40px;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 18px;
    height: 42px;
    border-radius: 22px;
    margin-top: 10px;
    text-transform: none;
    font-family: 'Inter', sans-serif; font-weight: 500;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 115, 199, 0.3);
}

.ab-content .about-btn:hover {
    background-color: #005a9e;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 115, 199, 0.4);
}

.form button {
    width: auto;
    border: none;
    line-height: 42px;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 18px;
    height: 42px;
    border-radius: 22px;
    margin-top: 10px;
    text-transform: none;
    font-family: 'Inter', sans-serif; font-weight: 500;
    padding: 0 40px;
    background-color: #0073c7;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 115, 199, 0.3);
}

.form button:hover {
    background-color: #005a9e;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 115, 199, 0.4);
}

.form button.macButton {
    line-height: 36px;
}

.devider {
    border-right: 1px solid #a7aaac;
    padding-right: 25px;
}

.no-devider {
    padding-left: 25px;
}

::placeholder {
    color: #a7aaac;
}

#success {
    display: none;
}


/*Scrolled style*/
body.scrolled nav {
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background-color: #ffffff;
    box-shadow: 0 3px 6px 0 rgba(4, 99, 242, 0.08);
    transition: all 1s ease-in-out;
}

body.scrolled nav .navbar-brand {
    padding-top: .3125rem;
}

body.scrolled nav .navbar-brand .logo {
    display: none;
}

body.scrolled nav .navbar-brand .scroll-logo {
    display: block;
}

/*Responsive menu*/
.show-menu {
    background: #0073c7 !important;
    transition: none;
}

/* Override scrolled background when menu is open */
nav.scrolled.show-menu {
    background: #0073c7 !important;
}

.show-menu .navbar-nav .nav-link {
    color: #fff !important;
    font-size: 25px;
}

.show-menu .navbar-brand .logo,
.show-menu .navbar-brand .scroll-logo {
    display: none;
}

.show-menu .navbar-brand .white-logo {
    display: block;
}

.show-menu .navbar-brand .scroll-logo {
    display: none !important;
}

.show-menu .navbar-brand {
    height: 70px;
    display: flex;
    align-items: center;
}

.show-menu .navbar-collapse .navbar-nav {
    margin-bottom: 80px;
}

#name-error,
#email-error,
#message-error {
    background: #fff;
    color: #ff4600;
    font-weight: 100 !important;
    font-size: 12px;
    border-radius: 4px;
    position: absolute;
    left: -40px;
    z-index: 1;
    padding: 2px 10px;
    top: 28px;
}

#message-error {
    left: 5px;
}

#name-error:after,
#email-error:after,
#message-error:after {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    width: 10px;
    left: 41px;
    height: 10px;
    background: #fff;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
    transform: rotate(45deg);
}

.form-success {
    height: 140px;
    display: none;
    padding-top: 20px;
    align-items: center;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
}

.sending-form {
    display: flex !important;
}

.link-contact-us {
    border-bottom: 3px solid #84d625;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 2px;
    transition: border-color 0.3s ease;
}

.link-contact-us::after {
    left: 0 !important;
    right: 0 !important;
    bottom: -3px !important;
}

.link-contact-us:hover {
    color: #0073c7 !important;
    border-bottom-color: transparent;
}

/* Carousel Styles */
.carousel {
    position: relative;
    margin-bottom: 0;
    min-height: 450px;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 450px;
}

.carousel-item {
    position: relative;
    display: none;
    width: 100%;
    min-height: 450px;
}

.carousel-item.active {
    display: block;
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 20px;
    transform: none;
    z-index: 1;
    cursor: pointer;
    padding: 0;
    width: 60px;
    height: 60px;
    border: none;
    background: rgba(0, 115, 199, 0.2);
    color: #0073c7;
    border-radius: 5px;
    transition: background 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 0;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background: rgba(0, 115, 199, 0.4);
}

.carousel-control-prev {
    left: 30px;
}

.carousel-control-next {
    right: 30px;
}

.carousel-indicators {
    position: absolute;
    bottom: 120px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 0;
    list-style: none;
    z-index: 2;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(0, 115, 199, 0.3);
    cursor: pointer;
    transition: background 0.3s ease;
    border: none;
    padding: 0;
    margin: 0;
}

.carousel-indicators li.active {
    background: #0073c7;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: none;
}

.carousel-control-prev::after {
    content: "❮";
    font-size: 50px;
    color: #0073c7;
    line-height: 1;
}

.carousel-control-next::after {
    content: "❯";
    font-size: 50px;
    color: #0073c7;
    line-height: 1;
}

/* Scroll margins for anchor navigation */
#About,
#Services,
#Team,
#Testimonials,
#Contacts {
    scroll-margin-top: 10vh;
}.full-height {
    height: 100%;
}

.fl-col-bet {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: baseline;
}

.color-white {
    color: #fff !important;
}

.default-color {
    color: #0073c7 !important;
}

.baseline {
    align-content: baseline;
}

.hide {
    display: none;
}

.no-margin {
    margin: 0 !important;
}/*Hamburger*/
.hamburger {
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    overflow: visible;
    outline: none !important;
    display: none;
    margin: 10px 0 0 0;
}

.hamburger:hover {
    opacity: 0.7;
}

.hamburger-box {
    width: 25px;
    height: 20px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 25px;
    height: 2px;
    background-color: #88c5ff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger--spring.is-active .hamburger-box .hamburger-inner::before,
.hamburger--spring.is-active .hamburger-box .hamburger-inner::after {
    background-color: #fff;
    height: 1px;
}

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

.hamburger--spring .hamburger-inner {
    top: 2px;
    transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
    transition-delay: 0.22s;
    background-color: transparent;
}
.hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg);
}/*Media*/

@media screen and (max-width: 1650px) {
    .page-title {
        transform: translateY(-65%);
    }
    .main {
        height: 550px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 1550px) {
    .hide-desktop-menu {
        display: none;
    }
}

@media screen and (max-width: 1500px) {
    .page-padding {
        padding-left: 100px;
        padding-right: 100px;
    }
    .main .inner-content {
        padding-left: 100px;
    }
    .offer {
        top: 95px;
    }
    .tm-content {
        padding: 0 130px;
    }
    .contact-inner:before {
        top: -20px;
        width: 376px;
        left: -65px;
    }
}

@media screen and (max-width: 1440px) {
    .page-title {
        transform: translateY(-45%);
        font-size: 51px;
    }
    .main-title {
        width: 602px;
    }
    .portfolio-img {
        width: 300px;;
    }
    .portfolio-media .media-body h2 {
        font-size: 28px;
        margin-bottom: 15px !important;
        line-height: 28px;
    }
    .portfolio-desc {
        font-size: 15px;
    }
    .pt-title {
        letter-spacing: -18px;
    }
    .hideContent {
        height: 165px;
    }
    .media .media-body .number {
        padding-top: 5px;
    }
    .media .media-body .count {
        margin-bottom: 10px;
    }
    .tm-content .row {
        margin-top: -53px;
    }
}

@media screen and (max-width: 1350px) {
    .page-padding {
        padding-left: 100px;
        padding-right: 100px;
    }
    .offer {
        font-size: 20px;
        width: 390px;
    }
    .tm-content {
        padding: 0 70px;
    }
    .main {
        height: 550px;
    }
}

@media screen and (max-width: 1280px) {
    .main-bgc {
        background: url("../images/main3.svg") no-repeat left center;
        background-size: 65%;
        height: 100%;
        position: relative;
    }
    .page-title {
        transform: translateY(-83%);
        font-size: 47px;
    }
    .contact-inner {
        padding: 100px 5% 50px 17%;
    }
    .screen.contacts {
        height: 460px;
        min-height: 460px;
    }
    .contact-inner:before {
        width: 300px;
        top: -6px;
        left: -64px;
    }
    .service-col-title {
        font-size: 20px;
    }
    .services-description {
        font-size: 18px;
    }
    .services-content {
        padding: 0 100px 119px 100px;
    }
    .ft-links {
        min-width: auto;
    }
}

@media screen and (max-width: 1200px) {
    .sr-title, .tm-title {
        line-height: 1;
    }
    .mt-m {
         margin: 0;
    }
    .wrap-sr-txt {
        padding-top: 0 !important;
    }
    .offer {
        font-size: 23px;
        line-height: 1;
        width: 587px;
    }
    .over-txt img {
        width: 15px;
    }
    .tm-content .row {
        justify-content: space-between;
    }
    .portfolio-list {
        margin-left: 50px;
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }
    .info-bgc:before {
        display: none;
    }
    .tm-col:before {
        display: none;
    }
    .main-bgc {
        background: url("../images/main3.svg") no-repeat left bottom;
    }
    .offer {
        top: 0;
        right: 0;
        margin: 50px auto 50px;
        position: relative;
    }
}

@media screen and (max-width: 1100px) {
    .ft-links {
        min-width: auto;
    }
}


@media screen and (min-width: 992px) {
    .custom-navbar.navbar-light .navbar-nav .nav-item:not(:last-child) .nav-link {
        padding-right: 40px;
        padding-left: 0;
    }
}

@media screen and (max-width: 991px) {
    .navbar-brand {
        padding-top: 20px;
    }
    .navbar-brand .logo {
        width: 55px;
    }
    .navbar-light .navbar-toggler {
        border-color: transparent;
        outline: none;
    }
    .main {
        margin-top: 0;
        height: 700px;
        margin-bottom: 0;
    }
    .main .fl-col-bet {
        display: block;
        padding: 150px 100px 119px;
        position: relative;
    }
    .marking {
        right: 250px;
        top: 45px;
    }
    .more {
        position: absolute;
        bottom: 0;
        display: block;
        right: 250px;
        margin-left: auto;
    }
    .main-title {
        width: 100%;
        margin-bottom: 0;
    }
    .ab-info:first-child {
        margin-bottom: 40px;
    }
    .services-content {
        padding: 0 80px 119px 80px;
    }
    .serv-col {
        max-width: 300px;
    }
    .tm-content .row {
        margin-top: 40px;
    }
    .tm-col {
        margin-bottom: 50px;
    }
    .tm-content .row {
        justify-content: center;
    }
    .more {
        display: none;
    }
    .main-bgc {
        background-size: 100%;
    }
    .page-title {
        top: 0;
        transform: none;
    }
    .inner-content {
        padding-top: 150px;
    }
    .hamburger {
        display: inline-block;
    }
    .menu-mini {
        display: block;
    }
    .row-mobile {
        display: block;
    }
    .row-desktop {
        /*display: none;*/
    }

    .hideContent{
        height: auto;
    }

    .row-desktop ul{
        display: none;
    }

    .portfolio-desc{
        line-height: normal;
    }
    .row-desktop .technologies, .row-desktop .stack, .row-desktop .show-more {
        display: none;
    }
    .portfolio-img {
        width: 145px;
    }
    .media .media-body .number {
        font-size: 10px;
        padding-top: 5px;
        margin-bottom: 5px;
    }
    .media .media-body .count {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .portfolio-media .media-body h2 {
        font-size: 18px;
        line-height: 24px;
    }
    .pt-title {
        letter-spacing: -11px;
    }
    .portfolio-media {
        margin-bottom: 50px;
    }
    .row-mobile {
        margin-bottom: 130px;
    }
    .contact-inner {
        padding: 70px 5% 50px;
    }
    .link-contact-us {
        border-bottom: none !important;
    }
}

@media screen and (max-width: 800px) {
    .list-inline-item:not(:last-child) {
        margin-right: 2.5rem;
    }
}

@media screen and (max-width: 768px) {
    #name-error,
    #email-error,
    #phone-error {
        left: -20px;
    }
    .ab-content .about-btn {
        width: 95%;
    }
    .ab-content {
        padding: 0 0 145px 0;
    }
    .ab-title {
        letter-spacing: -8px;
    }
    .team, .services {
        padding-top: 30px;
    }
    .page-padding {
        padding-left: 50px;
        padding-right: 30px;
    }
    .marking {
        right: 125px;
        font-size: 12px;
    }
    .main {
        height: 515px;
    }
    .main .fl-col-bet {
        padding: 150px 50px 119px;
    }
    .page-title {
        font-size: 40px;
    }
    .ab-info {
        max-width: 300px;
        margin: 0 auto;
    }
    .serv-col {
        margin-bottom: 30px;
    }
    .offer {
        width: 80%;
    }
    .testimonials .list-unstyled {
        max-width: 90%;
    }
    .list-unstyled li {
        padding: 0 30px;
    }
    .quoter p::before,
    .quoter p::after {
        font-size: 30px;
        line-height: 0.1;
    }
    .list-unstyled li:last-child {
        margin-bottom: 60px;
    }
    .ft-links {
        margin-top: 30px;
        margin-bottom: 0;
    }
    .contact-inner {
        padding: 70px 5%;
    }
    .screen.contacts {
        height: auto;
        min-height: auto;
    }
    .over-txt img {
        margin-right: 30px;
    }
    .tm-col {
        max-width: 280px;
    }
    .main .inner-content {
        padding: 150px 50px 0 50px;
    }
    .menu-mini {
        margin-left: -45px;
    }
    .contact-inner:before {
        width: 37%;
    }
    .list-unstyled li p.technologies {
        margin-bottom: 0;
        margin-top: 25px;
    }
    .reserved-full {
        display: none;
    }
    .reserved-small p {
        display: block;
    }
    .mail {
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .lb-contact {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 600px) {
    .over-txt {
        max-width: 300px;
        padding: 0;
    }
}

@media screen and (max-width: 576px) {
    .devider {
        border-right: none;
        padding-right: 15px;
        margin-bottom: 20px;
    }
    .no-devider {
        padding-left: 15px;
    }
    #message-error {
        left: -6px;
    }
}

@media screen and (max-width: 480px) {
    #name-error, #email-error, #phone-error {
        left: -35px;
    }
    .marking {
        right: 115px;
    }
    .main {
        height: 550px;
    }
    .main .fl-col-bet {
        padding: 110px 50px 119px;
    }
    .main .inner-content {
        padding: 100px 40px 15px 40px;
    }
    .about-title {
        font-size: 38px;
    }
    .page-title {
        top: 40px;
        right: auto;
        left: 40px;
        text-align: left;
    }
    .developer {
        width: 110px;
        height: 110px;
        margin-right: 25px;
        min-width: 110px;
        border-radius: 50%;
        object-fit: cover;
        object-position: top;
    }
    .tm-col {
        min-width: 90%;
        display: flex;
        align-items: flex-start;
    }
    .job {
        margin-bottom: 0;
    }
    .tm-content {
        padding: 0 30px 70px;
    }
    .lb-contact {
        font-size: 20px;
        margin-right: 0;
    }
    .map {
        width: 90%;
    }
    .screen.contacts {
        height: auto;
    }
    .contact-inner {
        padding: 70px 25px 50px 50px;
    }
    .form button {
        max-width: 100%;
    }
    .ft-links {
        margin-bottom: 30px;
    }
    .list-inline-item {
        margin-right: 0;
        margin-bottom: 5px;
        display: block;
    }
    .over-txt img {
        margin-right: 9px !important;
        width: 8px;
    }
    .contact-inner:before {
        width: 50%;
        top: 25px;
    }
    .pt-title {
        letter-spacing: -5px;
    }
    .portfolio-list {
        margin-left: 0;
    }
    .portfolio-img {
        margin-right: 17px !important;
    }
    .contact-inner .row {
        margin-right: 0;
    }
    .navbar-brand .logo {
        width: 45px;
    }
    .ab-info {
        max-width: 310px;
        padding: 0 15px;
    }
    .offer {
        padding: 0 50px;
        width: 100%;
        font-size: 16px;
        margin: 20px auto 50px;
    }
    .services-content {
        padding: 0 50px 119px 50px;
    }
    .description,
    .services-description {
        font-size: 16px;
    }
    .list-unstyled li p {
        font-size: 16px;
    }
    .testimonials-mb {
        margin-bottom: 50px;
    }
    .testimonials-mb img {
	    width: 100px;
		height: auto;
		margin-right: 0!important;
		margin-top: .5rem;
    }
    .name {
        font-size: 14px;
        line-height: 1;
        margin: 0!important;
    }
    .ab-content {
        padding: 0 15px 145px 0;
    }
    .over-txt {
        padding: 0 15px;
        max-width: 310px;
    }
    .page-padding {
        padding-left: 40px;
    }
    .decimal-list li:last-child {
        margin-bottom: 0;
    }
    .row-mobile {
        margin-bottom: 50px;
    }
    .info {
        font-size: 14px;
    }
    .over-txt {
        font-size: 24px;
    }
    .ab-content .about-btn {
        width: 80%;
        height: 45px;
        line-height: 45px;
        margin: 0 auto;
        display: block;
    }
}

@media screen and (max-width: 400px) {
    .marking {
        right: 95px;
    }
    .ab-title {
        letter-spacing: -5px;
    }
}

/* Mobile carousel arrows */
@media screen and (max-width: 768px) {
    .carousel-control-prev,
    .carousel-control-next {
        width: 40px;
        height: 40px;
    }
    .carousel-control-prev::after,
    .carousel-control-next::after {
        font-size: 28px;
    }
    .carousel-control-prev {
        left: 10px;
    }
    .carousel-control-next {
        right: 10px;
    }
}

@media screen and (max-width: 480px) {
    .carousel-control-prev,
    .carousel-control-next {
        width: 32px;
        height: 32px;
    }
    .carousel-control-prev::after,
    .carousel-control-next::after {
        font-size: 20px;
    }
    .carousel-control-prev {
        left: 5px;
    }
    .carousel-control-next {
        right: 5px;
    }
}
