.custom-language-width {
    min-width: 1.6rem !important;
}

.custom-flag-width {
    min-width: 1.6rem !important;
}


.navbar .dropdown-menu a:hover {
    text-decoration: none;
}

.custom-dropdown-menu {
    /*border: 2px solid red;*/
    min-width: 5rem !important;
}

.custom-dropdown-item {
    /*border: 2px solid red;*/
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}


body {
    background-color: #fff;
    color: #6E788A;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6,
p {
    font-family:'Roboto',-apple-system,"Segoe UI","Helvetica Neue",Arial,sans-serif;
}
p {
    color: #6E788A;
}
h1, h2, h3, h4, h5, h6 {
    color: #283959;
    font-weight: 700;
    margin-bottom: 1rem;
}
.navbar {
    background: #fff;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.2);
}
.desktop_logo {
    display: none;
}
.mobile_logo {
    display: block;
}
.navbar a {
    color: #283959;
    font-weight: 700;
    text-decoration: none;
}
.navbar a:hover,
.navbar a:focus {
    color: #00B2A2;
    text-decoration: underline;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.5rem 1.5rem;
}
.navbar-expand-lg .navbar-nav .nav-link-last {
    display: block;
    padding: 0.5rem 1.5rem;
}
.navbar-toggler-icon {
    width: auto;
    height: auto;
}
.navbar-toggler {
    padding: .25rem 0 .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.main_container {
    max-width: 1920px;
    width: 100%;
    color: #000;
    overflow: hidden;
    margin:0 auto;
}
.main_container p {
    font-size: 16px;
    font-weight: 300;
}
.hero_container {
    padding: 6rem 0 1rem 0;
    overflow: hidden;
    height: 100vh;
}
.hero_container p {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}
.hero_img {
    width: 300px;
    top: 0px;
    right: 0px;
    display: none;
}
.hero_img img,
.mobile_hero_img img {
    width: 100%;
}
.mobile_hero_img {
    display: block;
    padding: 2rem 0 0 0;
}
.hero_text {
    padding-top: 0rem;
}
.main_btn {
    width: 100%;
    background: #00B2A2;
    background: linear-gradient(90deg, #00B2A2 0%, #00C472 100%);
    border-radius: 6px;
    color: #fff!important;
    font-weight: 700;
    padding: 12px 30px!important;
    text-align: center;
    text-transform: uppercase;
    transition: all 0s ease-in-out;
}
.main_btn:hover,
.main_btn:focus {
    background: linear-gradient(90deg, #009D8F 0%, #00A45F 100%);
    box-shadow: 0px 4px 50px rgba(0, 191, 174, 1);
}
.section{
    padding: 3.5rem 0 6.5rem 0;
}
.section_grey {
    padding: 3.5rem 0;
}
.section h2,
.section_grey h2 {
    margin-bottom: 1.5rem;
}
.section_grey {
    background: #EEF0F3;
}
.section_grey .trees_bg {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}
.section_grey .trees_bg img {
    height: 40px;
}
.section_title_underline {
    display: block;
    margin: 0 auto 1.5rem auto;
}
.before_box_container .section_title_underline {
    margin: 0 auto;
}
.horizontal_center {
    justify-content: center;
}
.box_container {
    margin-top: 30px;
}
.box {
    background: #FFFFFF;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    height: 100%;
    padding: 25px;
}
.box h4 {
    color: #000;
    font-size: 1rem;
    margin-bottom: 0.5rem;
}
.box p {
    margin-bottom: 0;
}
.icon_container {
    width: 60px;
    height: 60px;
    margin: 0 auto 1rem auto;
}
.icon_container img {
    width: 100%;
}
.scrum_content {
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.scrum_content img {
    width: 50px;
}
.scrum_content p {
    color: #000;
    font-weight: 700;
    margin-bottom: 4rem;
}
.scrum_content .line_right,
.scrum_content .line_left {
    position: absolute;
}
.scrum_content .line_right {
    top: 21px;
    right: -50px;
}
.scrum_content .line_left {
    top: 21px;
    left: -50px;
}
.scrum_content .line_right img,
.scrum_content .line_left img {
    width: 94px;
}
.map_container {
    padding: 2rem;
}
.map {
    width: 100%;
    max-width: 478px;
    margin: 0 auto;
    display: block;
}
#contact h4 {
    color: #000;
}
#contact h4,
#contact p {
    font-size: 1.5rem;
}
#contact .mobile_mb {
    margin-bottom: 2rem;
}
#footer {
    padding: 1rem 0!important;
}
#footer p {
    margin-bottom: 0;
}
.chip {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 300px;
}
.solid_chip {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 200px;
}
.chip img,
.solid_chip img {
    width: 100%;
}
#services .chip {
    left: 0;
}
#team .chip {
    right: 0;
}
#scrum .solid_chip,
#work .solid_chip {
    left: 0;
}
#why .solid_chip,
#contact .solid_chip {
    right: 0;
}
.calc_container .row {
    margin-right: -30px;
    margin-left: -30px;
}
.calc_container {
    width: 100%;
    height: 100%;
    padding: 30px;
    background: #FFFFFF;
    box-shadow: 0px 10px 100px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
}
.calc_container h3 {
    color: #000;
    font-size: 1.2rem;
    margin-bottom: 1em;
}
.form_group {
    width: 100%;
    margin-bottom: 1.5rem;
    position: relative;
}
.input_group {
    display: -ms-flexbox!important;
    display: flex!important;
    position: relative;
    border-radius: 28px;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.2);
    max-width: 310px;
    margin: 0 auto;
}
.select_group {
    width: 35%;
    background: #fff;
    border-radius: 28px 0 0 28px;
    border: none;
    position: relative;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
}
.select_group button {
    border: 0px;
    font-weight: 500;
    float: none;
    height: 56px;
    line-height: 36px;
    border-radius: 28px;
    padding: 10px;
    width: 100%;
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    background: #fff;
}
.button_container {
    display: flex;
}
.currency {
    font-size: 1rem;
    padding: 0 10px;
}
.flag_container, .currency, .select_container {
    height: 36px;
}
.select_container {
    padding: 8px 0;
}
.select {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.25);
    vertical-align: middle;
}
.select img {
    margin-top: -16px;
}
.amount_group {
    width: 65%;
}
.amount_group label {
    position: absolute;
    color: #9CA9B0;
    font-size: 1rem;
    line-height: 46px;
    z-index: 3;
    top: 6px;
    right: 20px;
    padding-left: 0;
}
.amount_group input {
    font-size: 1rem;
    border: 0px;
    background-color: #F1F1F1;
    padding: 4px 60px 4px 10px;
    height: 56px;
    line-height: 46px;
    border-radius: 28px;
    margin-bottom: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    width: 100%;
    outline: 0px;
}
.change_arrows {
    width: 40px;
    height: 35px;
    margin: 0 auto;
}
.button_group {
    max-width: 310px;
    margin: 0 auto;
}
.button_group .btn {
    width: 100%!important;
}
.mobile_btn_margin {
    margin-bottom: 1rem;
}
.calc_btn_primary {
    border-radius: 25px;
    background: #8C004C;
    color: #fff;
    box-shadow: 0px 10px 40px rgba(97, 0, 52, 0.5);
    height: auto;
    font-weight: 700;
    padding: 12px 40px;
}
.calc_btn_primary:hover {
    color: #fff!important;
    background: #610034;
}
.calc_btn_secondary {
    background: transparent;
    border-radius: 25px;
    color: #8C004C;
    font-weight: 700;
    padding: 12px 40px;
}
.calc_btn_secondary span {
    padding-right: 6px;
}
.calc_btn_secondary:hover {
    color: #610034!important;
}
a,
span,
i,
.btn {
    outline: 0!important;
}
.mobile_text_center {
    text-align: center;
}
.hero_container h1 {
    font-size: 2rem;
}
.work_text {
    text-align: center;
}
.o {

}
@media (max-width:767px) {
    .hero_container .container {
        max-width: 1000px;
        padding-right: 0;
        padding-left: 0;
    }
    .hero_text {
        padding-right: 30px;
        padding-left: 30px;
    }
    .mobile_hero_img {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width:576px) {
    .hero_container {
        padding: 8rem 0 1rem 0;
    }
    .currency {
        padding: 0 8px 0 8px;
    }
    .mobile_btn_margin {
        margin-bottom: 0px;
    }
    .calc_container {
        width: 80%;
    }
    .main_btn {
        width: auto;
    }
    .desktop_logo {
        display: block;
    }
    .mobile_logo {
        display: none;
    }
    .select_group {
        width: 30%;
    }
    .amount_group {
        width: 70%;
    }
}
@media (min-width:768px) {
    .hero_img {
        width: 700px;
        right: -300px;
        display: block;
    }
    .mobile_hero_img {
        display: none;
    }
    .button_group, .input_group {
        max-width: 360px;
    }
    .mobile_text_center {
        text-align: left;
    }
    .map_container {
        padding: 0rem;
    }
    #contact .mobile_mb {
        margin-bottom: 0;
    }
}
@media (min-width:992px) {
    .hero_container {
        height: 90vh;
    }
    .hero_container h1 {
        font-size: 2.5rem;
    }
    .hero_img {
        right: -150px;
    }
    .hero_container p {
        font-size: 1.7rem;
    }
    .section_grey .trees_bg {
        top: -60px;
    }
    .section_grey .trees_bg img {
        height: 60px;
    }
    .map_text,
    .work_text {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        padding-right: 15px;
    }
    .work_text {
        text-align: left;
    }
    .currency {
        padding: 0 16px 0 8px;
    }
    .navbar-expand-lg .navbar-nav .nav-link-last {
        padding: 0.5rem 0 0.5rem 1rem;
    }
    .calc_container {
        width: 100%;
    }
    #services .chip {
        left: -100px;
    }
    #team .chip {
        right: -100px;
    }
}
@media (min-width:1200px) {
    .hero_container {
        padding: 8rem 0 8rem 0;
    }
    .hero_img {
        right: 0;
    }
    .hero_text {
        padding-top: 2rem;
    }
}
@media (min-width:1400px) {
    .hero_img {
        width: 800px;
    }
    .hero_text {
        padding-top: 4rem;
    }
    .section_grey .trees_bg {
        top: -80px;
    }
    .section_grey .trees_bg img {
        height: 80px;
    }
}
@media (min-width:1700px) {
    .hero_img {
        width: 800px;
    }
    .hero_text {
        padding-top: 4rem;
    }
    .section_grey .trees_bg {
        top: -80px;
    }
    .section_grey .trees_bg img {
        height: 80px;
    }
    #services .chip {
        left: 0;
    }
    #team .chip {
        right: 0;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.animated {
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform:translateY(30px);
        -ms-transform:translateY(30px);
        -webkit-transform:translateY(30px);
    }

    to {
        opacity: 1;
        transform:translateY(0px);
        -ms-transform:translateY(0px);
        -webkit-transform:translateY(0px);
    }
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        transform:translateY(30px);
        -ms-transform:translateY(30px);
        -webkit-transform:translateY(30px);
    }

    to {
        opacity: 1;
        transform:translateY(0px);
        -ms-transform:translateY(0px);
        -webkit-transform:translateY(0px);
    }
}