/* ------------------------portfolio main section start---------------------------- */

section.gallery_main {
    margin-top: 70px;
    position: relative;
}

img.portfolio_element {
    position: absolute;
    right: 11%;
    width: 70px;
    top: 0%;
}

img.portfolio_element {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

img.portfolio_element {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

section.gallery_main h1 {
    position: relative;
    margin-left: 34px;
    font-size: 40px;
    font-weight: 600;
    padding-top: 8px;
}

img.img_heda_element {
    position: absolute;
    height: 122px;
    width: 129px;
    left: 119px;
}

.gallery_card_sec {
    margin-top: 67px;
}

.card_portfolio_1 {
    border: none;
    margin-top: 28px;
}

.card_portfolio_1:hover {
    transform: translateY(-6px);
    animation-name: hover;
    animation-duration: 1.9s;
    animation-delay: 0.9s;
}

.card_portfolio_1 img {
    width: 100%;
}

.card_portfolio_1 figure {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
    border-radius: 24px;
}

.gallery_card_sec h6 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-top: 17px;
    text-align: center;
}

@media (max-width: 1237px) {
    img.img_heda_element {
        left: 53px !important;
    }
}

@media (max-width: 1182px) {
    .gallery_card_sec h6 {
        font-size: 15px;
    }
}

@media (max-width: 991px) {
    section.gallery_main {
        margin-top: 18px !important;
    }
    .gallery_card_sec h6 {
        font-size: 18px;
    }
}

@media (max-width: 600px) {
    img.img_heda_element {
        display: none !important;
    }
    .gallery_card_sec {
        margin-top: 15px;
    }
    section.gallery_main h1 {
        margin-left: 0 !important;
        font-size: 27px !important;
    }
}

@media (max-width: 351px) {
    section.gallery_main h1 {
        font-size: 22px !important;
    }
}


/* ------------------------portfolio main section end---------------------------- */


/* ------------------------form section start---------------------------- */

section.form {
    margin-top: 130px;
}

.card.form_card h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 48px;
}

.card.form_card {
    padding: 65px;
    border: none;
    border-radius: 36px;
    box-shadow: 0 0px 25px 0px #00000021;
}

.card.form_card input {
    padding: 9px 0px;
    background: none;
    border: none;
    border-bottom: 2px solid #d7d7d7;
    margin-top: 20px;
    width: 90%;
}

form#submit-form {
    margin-top: 20px;
}

.form-control-up {
    width: 100%;
    outline: none;
    font-size: 16px;
}

.input-label {
    display: block;
    position: relative;
}

.placeholder-text {
    position: absolute;
    left: -2px;
    top: 30px;
    padding: 0px 4px;
    color: #848484;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    transform-origin: top left;
    transition: 0.25s ease;
}

.form-control-up:focus+.placeholder-text,
.form-control-up:not(:placeholder-shown)+.placeholder-text {
    top: 10px;
    transform: scale(1);
    background-color: #fff;
    color: #848484;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
}

@media (max-width: 767px) {
    .placeholder-text {
        font-size: 14px;
        top: 27px;
    }
    .lets_talk_form input {
        margin-top: 15px;
    }
    section.form {
        margin-top: 66px;
    }
}

button.more_dtls.form_btn {
    margin-top: 32px;
    padding: 12px 34px;
    font-size: 19px;
}

.form_btns {
    margin-top: 53px;
}

button.whats_app.form_wtz {
    padding: 12px 20px;
}

button.call_us.form_call {
    padding: 12px 20px;
}

.form_contact {
    margin-top: 25px;
}

.form_contact img {
    margin-right: 25px;
}

.form_contact h6 {
    font-size: 19px;
    font-weight: 600;
    margin-top: 6px;
}

.form_contact.phone_form {
    margin-top: 25px;
}

.phone_form h6 {
    line-height: 1.7;
    margin-top: 0;
}

.form_social img {
    margin-left: 14px;
    margin-top: 7px;
}

@media (max-width: 991px) {
    .card.form_card .justify-content-end {
        justify-content: end !important;
    }
    .form_social img {
        margin-right: 14px;
        margin-top: 7px;
        margin-left: 0;
    }
    button.whats_app.form_wtz {
        padding: 12px 15px;
    }
    button.call_us.form_call {
        padding: 12px 15px;
    }
    .card.form_card h1 {
        font-size: 36px;
    }
    section.form .border-left {
        display: contents;
    }
}

@media (max-width: 991px) {
    img.form_main_skype {
        width: 35px !important;
    }
    .form_social img {
        width: 26px;
    }
}

@media (max-width: 430px) {
    .card.form_card {
        padding: 49px 21px;
        border: none;
        border-radius: 36px;
        box-shadow: 0 16px 35px 0px #00000021;
    }
    .form_contact h6 {
        font-size: 15px;
        font-weight: 600;
        margin-top: 6px;
    }
    img.form_main_skype {
        width: 28px !important;
    }
    .form_social img {
        width: 22px;
    }
    .card.form_card h1 {
        font-size: 30px;
    }
}

section.form .border-left {
    border-left: 1px solid #707070 !important;
}

button.whats_app {
    border: 1px solid #fff;
    padding: 19px 41px;
    border-radius: 57px;
    font-weight: 500;
    font-size: 19px;
    background: linear-gradient( 0deg, rgba(58, 188, 75, 1) 0%, rgba(29, 94, 38, 1) 100%);
    color: #fff;
}

button.whats_app span {
    display: flex;
    align-items: center;
}

button.whats_app span i {
    font-size: 26px;
    margin-right: 7px;
}

button.whats_app span p {
    margin: 0;
    color: #fff !important;
    font-size: 17px !important;
}

button.call_us {
    border: 1px solid #fff;
    padding: 12px 41px;
    border-radius: 57px;
    font-weight: 500;
    font-size: 19px;
    background: linear-gradient( 0deg, #0A72C6 0%, #084B81 100%);
    color: #fff;
    margin-left: 16px;
}

button.call_us span {
    display: flex;
    align-items: center;
}

button.call_us span img {
    width: 17px;
    margin-right: 7px;
}

button.call_us span p {
    margin: 0;
    color: #fff !important;
    font-size: 17px !important;
}

@media (max-width: 991px) {
    button.whats_app.form_wtz {
        padding: 12px 15px;
    }
    button.call_us.form_call {
        padding: 12px 15px;
    }
    button.call_us span p {
        font-size: 12px !important;
    }
    button.whats_app span p {
        font-size: 12px !important;
    }
}

@media (max-width: 350px) {
    button.call_us.form_call {
        padding: 8px 11px;
    }
    button.whats_app.form_wtz {
        padding: 8px 11px;
    }
    button.whats_app span i {
        font-size: 22px;
        margin-right: 7px;
    }
}


/* ------------------------form section end---------------------------- */


/* ----------------------------------------------------------gallery inner page start----------------------------------------------------------------- */

div#image-gallery {
    margin-top: 72px;
}

div#image-gallery img {
    border-radius: 14px;
}

.img-wrapper {
    position: relative;
    margin-top: 30px;
}

.img-wrapper img {
    width: 100%;
}

.img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    border-radius: 14px;
}

.img-overlay i {
    color: #fff;
    font-size: 18px;
    border: 1px solid #fff;
    padding: 12px;
    border-radius: 53%;
}

#overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1030;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#overlay img {
    margin: 0;
    width: 80%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 5%;
}

@media screen and (min-width: 768px) {
    #overlay img {
        width: 60%;
    }
}

@media screen and (min-width: 1200px) {
    #overlay img {
        width: 50%;
    }
}

#nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}

#nextButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #nextButton {
        font-size: 3em;
    }
}

#prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}

#prevButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #prevButton {
        font-size: 3em;
    }
}

#exitButton {
    color: rgba(255, 255, 255, 0);
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
}

#exitButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #exitButton {
        font-size: 3em;
    }
}

@media (max-width: 767px) {
    div#image-gallery {
        margin-top: 42px;
    }
    img.img_heda_element {
        left: 31px !important;
    }
    img.portfolio_element {
        width: 39px;
    }
}

@media (max-width: 600px) {
    div#image-gallery {
        margin-top: 12px;
    }
}


/* ----------------------------------------------------------gallery inner page end----------------------------------------------------------------- */


/* ----------------------------------------------------------portfolio page start----------------------------------------------------------------- */

section.portfolio {
    margin-top: 75px;
}

section.portfolio h1 {
    text-align: center;
    margin-bottom: 55px;
    font-size: 40px;
    font-weight: 600;
}

@media (max-width: 991px) {
    section.portfolio h1 {
        margin-bottom: 32px;
        font-size: 25px;
    }
    section.portfolio {
        margin-top: 42px;
    }
}

@media (max-width: 350px) {
    ul.portfolio_tab li a {
        margin-right: 5px !important;
    }
}

ul.portfolio_tab {
    border: none;
    justify-content: center;
}

.portfolio_tab .nav-item.show .nav-link,
.portfolio_tab .nav-link.active {
    color: #fff !important;
    border-color: #fff !important;
    border-radius: 21px !important;
    background: linear-gradient( 0deg, #0A72C6 0%, #084B81 100%) !important;
    padding: 8px 27px;
}

ul.portfolio_tab li a {
    color: #000;
    color: #000 !important;
    border: 1px solid #212121 !important;
    border-radius: 21px !important;
    margin-right: 19px;
    padding: 7px 27px;
    font-size: 13px;
}

div.portfolio_tab_content {
    margin-top: 69px;
}

div.portfolio_tab_content img {
    margin-top: 21px;
    border-radius: 16px;
}

@media (max-width: 991px) {
    div.portfolio_tab_content {
        margin-top: 8px;
    }
}


/* ----------------------------------------------------------portfolio inner page end----------------------------------------------------------------- */



.card_portfolio {
    padding: 45px;
    border-radius: 10px;
    background: linear-gradient(145deg, #e2e8ec, #ffffff) !important;
    box-shadow: 5px 5px 15px #d1d9e6, -5px -5px 15px #ffffff !important;
}

.card_portfolio button {
    border-radius: 7px !important;
}

.card_portfolio h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.4;
}

@media (max-width: 991px) {
    .card_portfolio h3 {
        margin-top: 20px;
    }
}

@media (max-width: 500px) {
    .card_portfolio {
        padding: 23px;
    }
    .card_portfolio h3 {
        font-size: 22px;
    }
}
.awrad_main_bg {
    position: relative;
}

.awrad_main_bg::before {
    position: absolute;
    content: '';
    background: #D3DEE8;
    width: 100%;
    height: 30%;
    z-index: -1;
}

.awrad_main_bg h1 {
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    font-size: 39px;
    max-width: 98%;
    padding-top: 56px;
    padding-bottom: 17px;
    line-height: 1.4;
}

section.award_inner h5 {
    color: #3e3e3e;
    font-size: 18px;
    font-weight: 200;
}

section.award_inner h4 {
    font-size: 20px;
    font-weight: 500;
}

@media (max-width: 1600px) {
    .awrad_main_bg h1 {
        font-size: 30px;
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .awrad_main_bg::before {
        height: 26%;
    }
}

@media (max-width: 600px) {
    .awrad_main_bg h1 {
        font-size: 20px;
        padding-top: 27px;
    }
    .awrad_main_bg::before {
        height: 20%;
    }
}

@media (max-width: 991px) {}