html,
body {
    margin: 0px;
    overflow-x: hidden;
}

html {
    height: 100%;
}

body {
    height: 100%;
    font-family: 'Exo 2', sans-serif;
    background-color: #f0eff5;
}

.btn {
    border-radius: 50rem !important;
}

section {
    padding: 60px 0;
    height: auto;
}

header {
    height: 100%;

    background: #4568DC;
    background: -webkit-linear-gradient(to right, #4568DC, #B06AB3);
    background: linear-gradient(to right, #4568DC, #B06AB3);
}

.top-vw {
    position: absolute;
    top: 0px;
    width: 100%;
}

.down-vw {
    position: absolute;
    bottom: -1px;
    width: 100%;
    /* z-index: 99; */
}

.testi-globe {
    position: absolute;
    top: 29px;
    right: 44px;
    width: 50%;
    max-height: unset;
    max-width: unset;
    opacity: 0.2;
    -webkit-animation: rotate-center 100s linear infinite both;
    animation: rotate-center 100s linear infinite both;
}

.img-circle {
    position: absolute;
    top: 200px;
    width: 71%;
    left: 14%;
    max-height: unset;
    -webkit-animation: rotate-center 100s linear infinite both;
    animation: rotate-center 100s linear infinite both;
    z-index: -1;
}

.logo {
    max-width: 200px;
}

h1 {
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    color: #fff;
    font-size: 5em;
}

h2 {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-size: 60px;
    line-height: 1.3;
    text-transform: capitalize;
    color: #1f425d;
}

h2 span {
    color: #4ab9cf;
}

h2.h4 {
    font-family: 'Exo 2', sans-serif;
}

.top-conts a {

    font-weight: 100;
    color: #fff;
    font-size: 1.5em;
}

.tg-btn {
    max-width: 80%;
    color: #fff;
    font-size: 1.5em;
    padding: 0.7rem 1.3rem;
    border: 3px solid #fff;

    border-radius: 8px;
    background-color: transparent;
}



.tg-btn:hover {
    color: #5e68d2;
    background-color: #fff;
}

.section-side-text {
    font-size: 123px;
    line-height: 1;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #1f425d;
    -webkit-text-fill-color: transparent;
    opacity: .1;
    margin-bottom: 0;
    position: absolute;
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    z-index: 2;
    letter-spacing: -4px;
    left: -9%;
    -ms-transform: translate(0, -50%) rotate(-90deg);
    transform: translate(0, -50%) rotate(-90deg);
}

.caps {
    border: 1px solid #1f425d4a;
    border-radius: 30px;
    padding: 20px 10px;
    font-weight: 900;
    opacity: 0.8;
}

.caps:hover {
    opacity: 1;
    cursor: pointer;
}

.reqlink {
    font-weight: 500;
}

.btn-outline-primary:hover {
    border-color: #1f425d;
    background-color: #1f425d;
}

.btn-primary {
    border-color: #1f425d;
    background-color: #1f425d;
}

.bg-grad .btn-primary {
    border-color: #000247;
    background-color: #000247;
}

.bg-grad .btn-outline-primary {
    border-color: #000247;
    color: #000247;
}

.bg-grad .btn-outline-primary:hover {
    border-color: #000247;
    background-color: #000247;
    color: #fff;
}

.btn-primary:hover {
    background-color: #4ab9cf;
}

.bg-grad {
    /* background: #000046;
    background: -webkit-linear-gradient(to right, #000046, #1CB5E0);
    background: linear-gradient(to right, #000046, #1CB5E0); */
    background: #ff00cc;
    background: -webkit-linear-gradient(to right, #333399, #ff00cc);
    background: linear-gradient(to right, #333399, #ff00cc);
}

.bg-grad .section-side-text {
    -webkit-text-stroke-color: #ffffff;
}

.bg-grad .caps {
    border: 1px solid #ffffff;
}

.accordion-button {
    background: #f0eff5;

    color: #1f425d;
    font-weight: 600;
}

.accordion-button:not(.collapsed) {
    color: #5842bc;
    background: #f0eff5;
}

.accordion-button:focus {
    box-shadow: none;
}

.slide-bg,
.slide-bg>.inside {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-position: 70% 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.slide-bg {
    overflow: hidden
}

.slide-bg>.inside {
    transition: transform .8s ease-in-out;
    transform: scale(1.08);
    transition-delay: .8s
}

.section.active .slide-bg>.inside {
    transform: scale(1)
}

.section.active .slide-bg-list .slide-bg>.inside {
    transition: all .8s ease-in-out;
    transform: scale(1.08)
}



.slide-bg-list .slide-bg.active>.inside {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0s;
    transform: scale(1) !important
}



.piling-project-list:hover .project-item {
    opacity: 0.1;
    transition: all 0.5s;
}

.piling-project-list .project-item:hover {
    opacity: 1;
}



.slide-bg-list .slide-bg.active:first-child>.inside {}

.slide-bg-list .slide-bg>.inside {
    opacity: 0
}

.project-item {
    margin-bottom: 15px;
    cursor: pointer;
}

.project-title {
    font-size: 1.25rem;
}

.project-title a {
    color: #000;
    text-decoration: none;
}

::-webkit-scrollbar {
    width: 20px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #a8bbbf;
}

.contacts {
    background-color: #d3d6ff;
    border-radius: 30px 30px 0 0;
}

.contacts a {
    text-decoration: none;
    color: #000046;
}

.contacts a:hover {
    color: #1CB5E0;
}

.tg-cont {
    padding: 10px 35px;
    border: 1px solid #000046;
    border-radius: 50rem !important;
    text-align: center;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 500;
}

.tg-cont:hover {
    border-color: #1CB5E0;
}

.form-control {
    border: 1px solid #c7c7c7;
    border-radius: 30px;
}

.form-control-lg {
    font-size: 1rem;
}

textarea {
    min-height: 180px !important;

}

.content {
    border: 1px solid #9993;
    border-radius: 15px;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.img {
    max-width: 100%;
    max-height: 100%;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.commun-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 33%;
    border-right: 1px solid #9993;
    padding: 10px 0;
}

.icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 25px;
}

.icon-45 {
    width: 45px;
    height: 45px;
}

.icon-90 {
    width: 70px;
    height: 70px;
}

.commun-card .icon img {
    -webkit-filter: drop-shadow(-10px 10px 20px #084cba77);
    filter: drop-shadow(-10px 10px 20px #084cba77);
    -webkit-animation: scale_up_down 1s ease-in-out infinite alternate both;
    animation: scale_up_down 1s ease-in-out infinite alternate both;
}

.commun-card a:hover {
    color: #1CB5E0 !important;
}

.contact_a {
    position: absolute;
    left: -12px;
    bottom: 0;
    border-bottom-left-radius: 30px;
    pointer-events: none;
    max-width: 20%;
}

.contact_message {
    position: absolute;
    right: -150px;
    top: 100px;
    border-bottom-left-radius: 30px;
    pointer-events: none;
    max-width: 30%;
}

.btn-lg {
    font-size: 1.1rem;

}

.cndt {
    padding: 20px;
    border: 3px solid #1f425d;
    border-radius: 50px;
    text-align: center;
    margin-bottom: 35px;
    background-color: #4bb8ce;
    color: #f0eff5;
}

#menu {
    background: #DE4152;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    text-align: center;
    top: 0;
    transition: all 0.7s ease-in-out;
    visibility: hidden;
    width: 100%;
    z-index: 99;
}

.nav {
    position: fixed;
    bottom: 5%;
    right: 5%;
    z-index: 999;
    border-radius: 50%;
    background-color: #0d934f;
}

#menu.open {
    opacity: 1;
    visibility: visible;
}

#menu.open li:nth-child(1) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

#menu.open li:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#menu.open li:nth-child(3) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

#menu.open li:nth-child(4) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#menu.open li:nth-child(5) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

#menu.open li:nth-child(6) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

#menu.open li:nth-child(7) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

#menu.open li:nth-child(8) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

#menu.open li:nth-child(9) {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

#menu.open li:nth-child(10) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

#menu.open li {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

#menu ul:hover a {
    opacity: 0.5;
}

#menu ul a {
    -webkit-transform: translateZ(0);
    transition: opacity 0.3s ease-in-out;
}

#menu ul a:hover {
    opacity: 1;
}

#menu .main-nav {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#menu .main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu .main-nav a {
    color: #ffffff;
    display: block;
    font-size: 2.2rem;
    font-weight: bold;
    padding: 0.6rem 0.6rem;
    text-decoration: none;
    text-transform: uppercase;
}

#menu .main-nav a:first {
    padding-top: 0;
}

#menu .menu-footer {
    padding: 2rem;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
}

#menu .menu-footer ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu .menu-footer ul li {
    display: inline;
    margin: 0 1rem;
}

#menu .menu-footer a {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
}

.toggle-menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: inline-block;
    height: 60px;
    outline: none;
    padding: 0;
    pointer-events: initial;
    position: relative;
    vertical-align: middle;
    width: 60px;
    z-index: 9999;
}

.toggle-menu span {
    background-color: #fff;
    content: "";
    display: block;
    height: 2px;
    left: calc(50% - 13px);
    position: absolute;
    top: calc(50% - 1px);
    transform-origin: 50% 50%;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
    width: 26px;
}

.toggle-menu span:before,
.toggle-menu span:after {
    background-color: #fff;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transform-origin: 50% 50%;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
    width: 26px;
}

.toggle-menu span:before {
    top: 7px;
}

.toggle-menu span:after {
    top: -7px;
}

.toggle-menu.active span {
    background-color: transparent;
    transition: background 0.2s ease-out;
}

.toggle-menu.active span:before,
.toggle-menu.active span:after {
    transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
}

.toggle-menu.active span:before {
    top: 0;
    transform: rotate3d(0, 0, 1, -45deg);
}

.toggle-menu.active span:after {
    top: 0;
    transform: rotate3d(0, 0, 1, 45deg);
}

@-webkit-keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes scale_up_down {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale_up_down {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@media(max-width:1200px) {
    h1 {
        font-size: 3.2rem;
        margin-top: 50px;
    }

    html,
    body,
    header,
    .container {
        height: auto;
    }
}

@media(max-width:991px) {
    h1 {
        font-size: 2.8rem;
        margin-top: 70px;
    }

    .tg-btn {
        max-width: 80%;
        font-size: 1.5em;
        padding: 0.4rem;
        margin-bottom: 30px !important;
    }

    .caps {
        margin-bottom: 15px;
        min-height: 180px;
    }

    .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-radius: 20px !important;
    }

    .commun-card {
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        padding: 30px !important;
    }

    .contact_message {
        right: 0;
        top: 30px;
    }
}

@media(max-width:1400px) {
    .section-side-text {
        left: -15%;
    }
}

@media(max-width:768px) {
    h1 {
        font-size: 2.6rem;
        margin-top: 100px;
    }

    .tg-btn {
        max-width: 90%;
        font-size: 1.1em;
    }

    .project-title {
        font-size: 1.1rem;
    }

    .piling-project-detail {
        font-size: 0.8rem;
    }
}

@media(max-width:480px) {

    html,
    body,
    header,
    .container {
        height: auto;
    }

    body {
        font-size: 1.2rem;
    }

    h1 {
        font-size: 2.6rem;
        margin-top: 150px;
        padding: 0 10px;
    }

    .logo {
        margin-left: 10px;
    }

    .top-conts {
        display: none;
    }

    .section-side-text {
        display: none;
    }

    h3 {
        font-size: 1.6rem;
    }

    .project-title {
        font-size: 1rem;
    }

    .piling-project-detail {
        font-size: 0.6rem;
    }

    h6 {
        font-size: 1.4rem;
    }

    .tg-cont {
        padding: 5px 3px;
    }
}