*{
    font-family: 'Roboto', sans-serif;

}

.navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

a.nav-link{
    color: #000;
    margin: 0 15px 0 0;
}
header{
    /* position: fixed;
    width: 100%; */
    z-index: 6;
}
header .navbar.bg-body-tertiary {
    background-color: transparent !important;
}

.navbar-expand-lg .navbar-collapse#navbarNavDropdown{
    justify-content: right;
    gap: 20px;
}

.navbar-brand {
    display: flex;
    align-items: center;
}

.logo-name {
    font-size: 18px;
    padding: 0 12px;
    color: #258c94;
}

.logo-name p {
    margin: 0;
}

.contact-num {
    background-color: #40e09c;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    border-radius: 5px;
}
.contact-num:hover{
    background-color: #5ae8ac;
}

.main {
    position: relative;
}

.side-img {
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.side-img img {
    position: relative;
    top: -200px;
    rotate: 252deg;
    left: 500px;
    width: 100%;
    height: 1100px;
}

.banner-content {
    display: flex;
    padding: 150px 0 0 0;
}

.banner-head {
    width: 45%;
}

.banner-input {
    background-color: #f7f9fa;
    border-radius: 6px;
    padding: 40px 64px 20px;
    width: 100%;
    margin: auto;
    margin-top: 70px;
    box-shadow: 0 1px 6px rgba(61, 65, 84, .15);
}

.banner-input h2 {
    font-size: 20px;
    margin: 0 0 30px 0;
}

.banner-input form {
    display: flex;
    gap: 20px;
}

.form-flex {
    flex: 1 1 0%;
    margin-bottom: 20px;
}

.form-content {
    position: relative;
    margin-bottom: 8px;
}

.form-content input {
    border-width: 0;
    background: transparent;
    border-bottom-width: 1px;
    border-color: #cbd5e1;
    width: 100%;
    font-size: 14px;
    padding: 0 0 15px 0;
}

.form-content input:focus {
    outline: none !important;
}

.input-underline {
    position: relative;
    display: block;
    height: 2px;
    width: 0;
    bottom: 0;
    position: absolute;
    transition: .2s ease all;
    --tw-bg-opacity: 1;
    background-color: #40e09c;
}

.form-content input:focus~.input-underline {
    width: 100%;
}

.get-btn {
    background-color: #40e09c;
    text-decoration: none;
    color: #fff;
    padding: 15px 24px;
    border-radius: 6px;
}
.get-btn:hover{
    background-color: #5ae8ac;
}

.card-content {
    padding: 100px 0;
}

.card-content h2 {
    width: 70%;
    margin: auto;
    text-align: center;
}

.cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
}

.card-details {
    padding: 48px 40px;
    box-shadow: 0 1px 6px rgba(61, 65, 84, .15);
}

.card-details img {
    margin-bottom: 24px;
}

.card-details h3 {
    margin-bottom: 16px;
}

/* .side-img-left {
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.side-img-left img {
    position: relative;
    top: -80px;
    rotate: 80deg;
    right: 465px;
    width: 100%;
    height: 840px;
} */

.side-img-left img{
    width: 100%;
}

.side-content {
    /* width: 45%;
    margin-left: auto;
    padding-top: 120px; */
}

.side-content h2 {
    margin-bottom: 24px;
}

.side-content p {
    margin-bottom: 40px;
}

.button-side {
    background-color: #40e09c;
    text-decoration: none;
    color: #fff;
    padding: 8px 24px;
    border-radius: 6px;
}
.button-side:hover{
    background-color: #5ae8ac;

}

.slide-card {
    background-color: #22c5d1;
    padding: 100px 0;
}

.side-container {
    padding-bottom: 200px;
}

.aboutsection{
    margin-top: 20px;
    margin-bottom: 50px;

}

.card-img {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
}

.hover-shadow {
    background-color: #ffffff;
    border-radius: 8px;
}

.hover-shadow a {
    text-decoration: none;
    color: #000;
}

.hover-shadow img {
    width: 100%;
    border-radius: 8px 8px 0 0;
}

.hover-shadow:hover {
    box-shadow: 0 20px 40px rgba(100, 116, 139, 0.2);
}

.slider-wrapper {
    background-color: #f7f9fa;
    padding: 100px 0px;
}

.slider-content {
    padding: 40px;
}

.image-back {
    background-image: url(./images/map.png);
    height: 560px;
}

.image-content h2 {
    text-align: center;
    width: 50%;
    margin: auto;
    color: #fff;
    padding-top: 80px;
}

.image-content p {
    color: #fff;
    text-align: center;
    padding-top: 15px;
}

.work-partner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 50px;
    align-items: center;
}

.image-back-content {
    background-color: #f7f9fa;
    border-radius: 6px;
    padding: 100px;
    width: 80%;
    margin: auto;
    text-align: center;
    position: relative;
    bottom: 140px;
}

.image-back-content h2 {
    margin-bottom: 40px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 40px;
    padding-bottom: 48px;
}

.col-span-3 {
    grid-column: span 3 / span 3;
}
.col-span-3 a{
    display: flex;
    text-decoration: none;
    align-items: center;
}
.col-span-3 p {
    margin-top: 24px;
}

.resources.resources-nav {
    grid-column-start: 7 !important;
}
.resources-nav{
    grid-column: span 2 / span 2;
}
.resources h2{
    font-size: 15px;
}

.nav-content ul li a:hover{
    color: #0099a7;
}
.nav-content ul li a{
    color: #21c3d2;
}
.nav-content ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}
.logo-name-footer{
    font-size: 18px;
    padding: 0 12px;
    color: #258c94;
}
.logo-name-footer p{
    margin: 0;
}
.technologies{
    grid-column: span 2 / span 2;
}
.technologies h2{
font-size: 15px;
}
.company{
    grid-column: span 2 / span 2;
}
.company h2{
    font-size: 15px;
    }
.border-t{
    border-top: 1px solid #e8eced;
    padding: 48px 0;
    text-align: center;
}

#form {
    padding: 71px 0;
}

#form h1 {
    text-align: center;
    color: #258c94;
    padding-bottom: 50px;
}

.contact-text h6 {
    color: #595959;
    line-height: 26px;
    font-size: 16px;
}
.contact-text a{
    text-decoration: none;
    color: #000;
}

#usr,
#comment {
    background: #f4f4f4;
    margin-top: 0;
    border: solid 1px #d5d5d5;
}

.form-group {
    width: 100%;
    padding: 0 !important;
}

.form-ara .col-md-6 {
    padding: 0 0;
}

.name-text {
    /* margin-top: ; */
    display: block;
    overflow: hidden;
    margin-top: 5px;
    width: 96%;
}

.form-ara .col-lg-6 {
    padding: 0;
}

.form-ara input {
    padding: 10px 15px;
    font-size: 14px;
    min-height: 53px;
    margin: 10px 0;
}

.map-area iframe {
    width: 100%;
}

.captha {
    width: 60%;
    background: #F4F4F4;
    border: solid 1px #d5d5d5;
    padding: 15px 22px;
    margin: 10px 0 !important;
}

.form-check {
    width: 50% !important;
}

.form-check .form-check-label {
    display: inline-flex;
}

.form-check p {
    margin-top: 11px;
    padding-right: 29px;
}

#captha-image {
    margin-left: 10px;
}

.buton-form a {
    background: #40e09c;
    /* position: absolute; */
    right: 0;
    padding: 14px 51px;
    bottom: 47px;
    font-size: 16px;
    color: white;
    font-weight: 600;
    border-radius: 5px;
    border: solid 1px transparent;
    transition: all ease-in 0.5s;
    text-decoration: none;
}

.buton-form a:hover {
    background: #F4F4F4;
    color: #40e09c;
    border: solid 1px #40e09c;
    transition: all ease-out 0.5s;
}

.buton-form {
    align-items: center;
    flex-wrap: nowrap !important;
}

.form-check-label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-check-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 18px;
    left: 0;
    height: 26px;
    width: 26px;
    background-color: white;
    border: solid 1px #d5a440;
}

.form-check-label:hover input~.checkmark {
    background-color: #01478C;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.form-check-label input:checked~.checkmark:after {
    display: block;
}

.form-check-label .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.contact-text.text-center h6 {
    margin-bottom: 60px;
}

.capcta {
    width: 25%;
    min-height: 63px;
    object-fit: cover;
}

.map-area iframe {
    border: solid 2px whitesmoke !important;
    padding: 4px;
    background: #fff;
    box-shadow: 1px 4px 2px 0px rgba(1, 1, 1, 0.22);
}

.form-box .row {
    justify-content: center;
}

@media (min-width:992px) {
    .navbar-expand-lg .navbar-collapse {
        justify-content: space-between;
    }
}
@media (max-width:992px) {
    .cards{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .banner-head{
        width: 100%;
    }
    .banner-content{
        padding: 80px 0 0 0;
    }
    .card-content h2{
        width: 100%;
    }
    .image-back{
        height: 600px;
    }
    .work-partner{
        padding-top: 0;
    }
    .resources.resources-nav{
        grid-column: span 2 / span 2 !important;   
    }
    footer .container{
        max-width: 100% !important;
    }
    .footer-content{
        grid-template-columns: repeat(9, minmax(0, 1fr));
    }
}
@media (max-width:768px) {
    .banner-input form{
        flex-direction: column;
    }
    .image-back {
        height: 800px;
    }
    .image-content h2{
        width: 100%;
    }
    .footer-content{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width:600px) {
    .image-back-content{
        width: 90%;
        padding: 45px;
    }
}
@media (max-width:370px) {
    .image-back{
        height: 960px;
    }
}
@media (max-width:330px) {
    .navbar>.container{
        flex-wrap: nowrap !important;
    }
}