.evaluation-sticky-btn {
    position: fixed;
    z-index: 9;
    right: -80px;
    top: 289px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    background: #222331;
    padding: 7px;
}

.evaluation-sticky-btn .cmn-btn {
    padding: 0px;
    border: 0px;
    padding: 13px 20px;
    position: relative;
    font-family: "trade-gothic-next-condensed";
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    cursor: pointer;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
}

.evaluation-sticky-btn .cmn-btn::before{
    opacity: 0;
}

.evaluation-sticky-btn:hover .cmn-btn::before{
    opacity: 1;
    z-index: 999;
    background-image: url("right_arrow_white.png");
    right: 19px;
    top: -18px;
}

.evaluation-sticky-btn:hover {
    padding: 28px 7px 7px 7px;
}


/* HOME_PAGE_OUR_CLIENT_SECTION
==================================================== */

.et_pb_section.home-client-carosel {
    position: relative;
    background-color: #eff0f3;
    padding-top: 135px;
}

.home-client-carosel::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("");
    z-index: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    top: 0px;
}

.home_testimonials_outer .item p.testimonial_image img { 
    width: 400px;
    height: 200px;
    object-fit: contain;
    margin-right: 30px;
}

.home_testimonials_outer .item {
    box-shadow: 0px 0px 12px 0px #00000066;
    background-color: #fff;
    padding: 100px 110px;
    height: 100%;
    margin: 20px;

    display: flex;
    align-items: center;
    column-gap: 40px;
}

.home_testimonials_outer .item p.testimonial_title {
    text-transform: uppercase;
    color: #35aec7;
    font-size: 20px;
    padding-bottom: 0;
    font-family: "trade-gothic-next-condensed";
    font-weight: 700;
}
.home_testimonials_outer .item p.comp_name {
    font-size: 14px;
    line-height: initial;
    padding-bottom: 20px;
}
.home_testimonials_outer .item .testimonial_content p{
    font-weight: 900;
    font-family: "trade-gothic-next";
    font-size: 20px;
    font-style: italic;
}

.home-client-carosel p.client-below-text {
    text-align: center;
    font-size: 26px;
    font-family: "questa-slab";
    font-weight: 700;
    font-style: italic;
    color: #384050;
    padding-top: 47px;
}
.home_testimonials_outer .item .testimonial_image {
    min-width: 160px;
    max-width: 160px;
}
/* 
.home_testimonials_outer .owl-nav {
    position: relative;
    top: -122px;
    right: -8px;
}

.home_testimonials_outer .owl-nav button.owl-prev {
    width: 100%;
    right: 0;
    left: -2%;
}

.home_testimonials_outer .owl-nav button.owl-next {
    right: 27px;
    top: 50px;
}

.home_testimonials_outer .owl-nav button.owl-prev::after {
    width: 40px;
    height: 40px;
    filter: grayscale(1);
    background-size: cover;
    opacity: .6;
}

.home_testimonials_outer .owl-nav button.owl-next::after {
    width: 40px;
    height: 40px;
    background-size: cover;
} */

.home_testimonials_outer .owl-nav {
    flex-direction: column;
    align-items: flex-end;
    row-gap: 10px;
    position: absolute;
    bottom: 20px;
    right: 19px;
}
.home_testimonials_outer .owl-nav button {
    width: 40px;
    height: 40px;
}
.home_testimonials_outer .owl-nav button.owl-prev {
    filter: grayscale(1);
    opacity: .6;
}

.home-client-carosel .client-empty-text {
    width: 200px;
    height: 45px;
    border-radius: 50px;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-image: url("DL_Parallax1.jpg");
    position: absolute;
    right: 19%;
    margin-top: -75px;
}

.home-client-carosel .et_pb_text_inner h2::before{
    position: absolute;
    content: '';
    bottom: -15px;
    width: 221px;
    height: 2px;
    background-color: #35aec7;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}



/* client_logo_section_css_start
================================== */


.et_pb_section.home-client-carosel {
    padding-bottom: 40px;
}

.client-carousel-outer {
    background: #383f4f;
}

.client-carousel-outer .et_pb_row.et_pb_row_10{
    width: 100%;
    padding: 2% 5%;
    display: flex;
    display: -webkit-flex;
}

.client-carousel-outer .home_clients_logo_outer .owl-stage{
    display: flex;
    column-gap: 30px;
    align-items: center;
}


/*=== webdevelopement page ===*/

.inner-page-banner-section .et_pb_row {
    padding: 0;
}
.inner-page-banner-section .et_pb_image .et_pb_image_wrap {
    height: 0;
    padding-bottom: 100%;
    position: relative;
    width: 100%;
}
.inner-page-banner-section .et_pb_image .et_pb_image_wrap img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inner-page-banner-section .et_pb_image .et_pb_image_wrap {
    height: 0;
    padding-bottom: 29%;
    position: relative;
    width: 100%;
}
.inner-side-nav-items a {
    text-transform: uppercase;
    font-size: 16px;
    background: #35aec7;
    color: #fff;
    padding: 10px 10px;
    font-family: 'TradeGothicNextLTPro_BdCn';
    min-width: 202px;
    display: table;
    float: left;
    line-height: 20px;
    text-align: center;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
.inner-side-nav-items a:hover {
    background: #d6de23;
}
.inner-side-nav-items p {
    float: left;
    width: 100%;
}
.et_pb_section.alternate-section h3.alternate-title {
    font-size: 40px;
    text-transform: uppercase;
    font-family: 'TradeGothicNextLTPro_BdCn';
    color: #35aec7;
    padding: 0 0 40px;
}
.et_pb_section.alternate-section .et_pb_column {
    width: 100%;
    margin: 0;
}
.et_pb_section.alternate-section .et_pb_row::after {
    content: none;
}
.et_pb_section.alternate-section .et_pb_row {
    float: left;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding-right: 0;
}
.et_pb_section.alternate-section p {
    line-height: 24px;
    font-size: 14px;
    font-family: 'TradeGothicNextLTPro_Rg';
}
.et_pb_section.alternate-section .cmn-btn {
    margin: 32px 0 0;
    float: left;
    display: table;
    line-height: 20px;
}
.et_pb_section.alternate-section .et_pb_text_inner {
    padding-right: 60px;
}
.et_pb_section.contact-call-to-action .et_pb_text_inner,
.et_pb_section.contact-call-to-action .et_pb_text_inner p {
    font-size: 46px;
    font-family: 'TradeGothicNextLTPro_BdCn';
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 20px;
    width: 100%;
}
.et_pb_section.contact-call-to-action {
    padding: 61px 0;
}
.et_pb_section.contact-call-to-action .et_pb_row {
    padding: 0 177px 0 173px;
}
.et_pb_section.contact-call-to-action .cmn-btn::before {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.et_pb_section.about-pagebtn-grids .et_pb_row {
    display: grid;
    grid-template-columns: 45px auto 200px;
    padding: 0 67px;
}
.et_pb_section.about-pagebtn-grids .et_pb_column {
    width: 100%;
    max-width: 100%;
}
.et_pb_section.about-pagebtn-grids .about-sec-col-2 {
    padding: 0 80px 0 45px;
}
.et_pb_section.alternate-section .et_pb_row.service-block-2 {
    padding: 0 67px 0 0;
}
.et_pb_section.alternate-section .service-block-2 .et_pb_text_inner {
    padding-left: 65px;
    padding-right: 0;
}
.et_pb_section.alternate-section .service-block-1 {
    background: #fbfbfb;
}
.et_pb_section.home-abt-section .about-sec-col-3 {
    padding-top: 147px;
}
.et_pb_section.alternate-section .et_pb_row img {
    height: 100%;
    object-fit: cover;
    float: left;
}
/*=== end of webdevelopment page ====*/

.et_pb_section.home-abt-section .about-sec-col-2 {
    padding-top: 24px;
    width: 100%;
}

/*=== START OF ABOUT US PAGE ===*/

.et_pb_section.home-abt-section.abt-banner-below .abt-btn {
    display: flex;
    align-items: center;
    line-height: 16px;
    max-width: 373px;
    justify-content: space-between;
    padding: 52px 0 74px;
}
.et_pb_section.home-abt-section.abt-banner-below .abt-btn .cmn-btn::before {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.et_pb_section.home-abt-section.abt-banner-below .et_pb_row {
    grid-template-columns: 45px auto 400px;
}
.et_pb_section.home-abt-section.abt-banner-below .et_pb_row .owl-item .et_pb_image_wrap {
    width: 100%;
}
.et_pb_section.abt-banner-below .et_pb_column .owl-nav {
    margin: 6px 0 0;
    float: right;
    grid-gap: 8px;
}
.et_pb_section.abt-banner-below .et_pb_column .owl-nav button {
    width: 42px;
    height: 42px;
}
.et_pb_section.home-abt-section.abt-banner-below {
    padding-bottom: 47px;
}
.people-inner-col {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px 53px;
    padding-right: 16px;
}
.et_pb_section.abt-client-outer {
    background: #384050;
}
.et_pb_section.abt-client-outer h2.abt-client-title,
.et_pb_section.abt-people-outer .et_pb_module .abt-ppl-title {
    margin: 0 auto;
    display: table;
    padding: 0 0 35px;
}
.et_pb_section.abt-client-outer .abt-client-title::before,
.et_pb_section.abt-people-outer .et_pb_module .abt-ppl-title::before {
    min-width: 202px;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    bottom: 0;
}
.et_pb_section.abt-client-outer {
    background: #384050;
    padding: 52px 0 0px;
}
.people-inner-col .single-item-people {
    position: relative;
    float: left;
    width: 100%;
}
.et_pb_section.abt-people-outer {
    padding: 15px 0 79px;
}
.people-inner-col .single-item-people .people-img-outer {
    height: 0;
    float: left;
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}
.people-inner-col .single-item-people :is(.people_image_1, .people_image_2) {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.people-inner-col .single-item-people :is(.people_image_1, .people_image_2) img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.people-inner-col .single-item-people .people_image_2 { opacity: 0;}
.people-inner-col .single-item-people:hover .people_image_2 { opacity: 1;}
.people-inner-col .single-item-people .people_image_1 { opacity: 1;}
.people-inner-col .single-item-people:hover .people_image_1 { opacity: 0;}

.people-inner-col .title {
    float: left;
    width: 100%;
    padding: 0;
    line-height: 21px;
    font-size: 16px;
    color: #35aec7;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 0;
    cursor: pointer;
    letter-spacing: 2px;
    font-family: "trade-gothic-next";
    padding-top: 8px;
    border-top: 2px solid #d6de23;
    margin-top: 11px;
}
.people-inner-col .single-item-people .position {
    float: left;
    width: auto;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    position: absolute;
    top: 0;
    height: 100%;
    right: -30px;
    font-size: 16px;
    color: #35aec7;
    font-weight: 300;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 1px;
}
.people-inner-col .single-item-people .hover-box {
    position: absolute;
    width: 130px;
    background: #35aec7;
    right: -130px;
    height: 100%;
    padding: 20px;
    opacity: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
.people-inner-col .single-item-people:hover .hover-box {
    opacity: 1;
    right: 0;
}
.people-inner-col .single-item-people .hover-box p {
    color: #fff;
    font-size: 10px;
    padding: 0;
    line-height: 10px;
    float: left;
    width: 100%;
    font-weight: 400;
    margin-bottom: 16px;
}
.people-inner-col .single-item-people .hover-box p:last-child {
    margin-bottom: 0;
}
.people-inner-col .single-item-people .hover-box p span {
    width: 100%;
    float: left;
    line-height: 20px;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
}
.et_pb_section.abt-client-outer .et_pb_text_inner p {
    font-weight: 300;
    margin: 48px 0 108px;
    padding: 0 112px;
    color: #fff;
}
.et_pb_section.abt-client-outer .et_pb_column span.et_pb_image_wrap {
    height: 100%;
    display: flex;
    align-items: center;
}
.abt-client-row-2 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 135px 90px;
}
.abt-client-row-2:last-child {
    grid-gap: 100px 90px;
}
.abt-client-row-2 .et_pb_column {
    width: 100% !important;
    float: left;
    margin: 0 !important;
}
.et_pb_section.home-abt-section.abt-banner-below .et_pb_row.strip-row {
    padding: 0;
    width: 100%;
    height: 10px;
    background-attachment: fixed;
    background-position: center;
    background-image: url("DL_Parallax1.jpg");
    background-size: cover;
    z-index: 9;
    box-shadow: 0px 4px 0px 0px #7e7e7e;
}
.et_pb_section.home-abt-section.abt-banner-below .et_pb_row .left-slider-about {
    padding-top: 126px;
}
/*=== END OF ABOUT US PAGE ===*/


/*==== BLOG MAIN PAGE ===*/

.wave-detail-outer {
    display: inline-block;
}
.common_banner_row {
    display: inline-block;
    float: left;
    width: 100%;
}
.et_pb_section.single_wave_outer {
    width: 100%;
    background-color: #222431;
}
.et_pb_section.single_wave_outer::before {
    position: absolute;
    content: "";
    background-image: url("");
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    mix-blend-mode: multiply;
}
.single_wave_outer .common_banner_column {
    margin: 0 !important;
    float: left;
    width: 100%;
    padding: 89px 180px 70px;
}
.portfolio_project ul#type-cat_auction {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 35px;
}
.home_projects_outer .portfolio_project {
    display: flex;
    display: -webkit-flex;
    margin: 0 0 41px;
}
.portfolio_project ul#type-cat_auction li,
.portfolio_project .filter-text {
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-size: 16px;
    font-family: "trade-gothic-next";
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
}
.portfolio_project .filter-text {
    margin-right: 23px;
}
.et_pb_section.single_wave_outer .common_banner_module {
    margin: 0;
    padding: 0px;
    position: relative;
}
.common_banner_module .thumb-image {
    height: 0;
    padding-bottom: 56.3%;
    position: relative;
    display: inline-block;
    width: 100%;
}
.common_banner_module .thumb-image img {
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.wave-detail-outer {
    display: inline-block;
    padding: 0 177px;
}
.wave-detail-outer .wave-title p {
    font-size: 40px;
    color: #384050;
    font-family: "trade-gothic-next-condensed";
}
.wave-detail-outer .wave-title {
    padding: 38px 0 26px;
}
.wave-detail-outer h3 {
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 600;
    color: #35aec7;
    float: left;
    width: 100%;
    padding: 0 0 25px;
    font-family: "trade-gothic-next-condensed";
}
.wave-detail-outer .wave-desc blockquote {
    margin: 0;
    border: 0;
    border-top: 2px solid #35aec7;
    border-bottom: 2px solid #35aec7;
    padding: 100px 0px;
    margin-top: 47px;
    margin-bottom: 52px;
}
.wave-detail-outer .wave-desc blockquote p {
    font-family: "trade-gothic-next-condensed";
    font-style: italic;
    font-size: 40px;
    color: #97a1b8;
    font-weight: 400;
    text-align: center;
    line-height: initial;
}
body.single-post h5 {
    font-family: "trade-gothic-next-condensed";
    font-size: 27px;
    color: #35AEC7;
    font-weight: 700;
}
.et_pb_section.single_wave_outer .head-title h2 {
    margin: 0 0 40px;
}
.portfolio_project ul#type-cat_auction li.active {
    color: #d5de23;
    text-transform: lowercase;
}
.portfolio_project ul#type-cat_auction li::before {
    position: absolute;
    content: "";
    width: 13px;
    height: 1px;
    background-color: #fff;
    top: 51%;
    transform: rotate(70deg);
    -webkit-transform: rotate(70deg);
    right: -22px;
}
.portfolio_project ul#type-cat_auction li:last-child::before {
    content: none;
}
.portfolio_project ul#type-cat_auction li {
    cursor: pointer;
}
.wave-gallery-outer .items p {
    color: #35aec7;
    font-size: 12px;
    text-align: left;
    line-height: 22px;
    direction: initial;
}
.wave-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 0 48px;
}
.bottom-three-blocks .block-content {
    font-size: 34px;
    color: #6d6e70;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "trade-gothic-next-condensed", sans-serif;
    text-align: left;
}
.bottom-three-blocks {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 35px 68px 37px;
    border-top: 2px solid #dcdbe0;
}
.bottom-three-blocks .block-title {
    color: #35aec7;
    font-size: 24px;
    font-family: 'Questa Slab';
    font-weight: 300;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.wave-items .wave_thumbnail-inner a {
    float: left;
    width: 100%;
    height: 0;
    padding-bottom: 59%;
    position: relative;
}
.wave-items .wave_thumbnail-inner a img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.read-more-outer.et_pb_section {
    padding: 63px 0 90px;
}
.read-more-outer.et_pb_section .wave_title_link {
    display: block;
    color: #384050;
    font-size: 26px;
    font-family: "trade-gothic-next-condensed";
    padding-top: 15px;
    text-transform: uppercase;
    float: left;
    width: 100%;
}
.read-more-outer.et_pb_section .read-more-title {
    padding: 0 0 28px 117px;
}
.wave-gallery-outer .owl-nav {
    display: none;
}
.testimonial-outer.et_pb_section.home-client-carosel .owl-nav {
/*    display: none;*/
}
.wave-gallery-outer {
    padding: 72px 0 107px;
    position: relative;
    margin-top: 73px;
}
.wave-gallery-outer .owl-stage-outer .items .image-link {
    height: 0;
    padding-bottom: 100%;
    display: inline-block;
    width: 100%;
}
.wave-gallery-outer .owl-stage-outer .items .image-link img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}
.wave-gallery-outer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(100% - 134px);
    height: 2px;
    background-color: #35aec7;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.et_pb_section.single_wave_outer .heaeding-image {
    width: 45px;
    height: 200px;
    border-radius: 50px;
    background-attachment: fixed;
    background-position: center;
    background-image: url("DL_Parallax1.jpg");
    background-size: cover;
    position: absolute;
    left: -90px;
    top: -25px;
}
.et_pb_section.wave-client-slider .item {
    padding: 0;
    background: transparent;
    box-shadow: none;
    margin: 0;
}
.et_pb_section.wave-client-slider .item .testimonial_image {
    display: none;
}
.et_pb_section.wave-client-slider .item .testimonial_content p {
    color: #fff;
    font-size: 34px;
    line-height: 39px;
    font-family: "questa-slab";
    font-weight: 700;
    font-style: italic;
}
.et_pb_section.wave-client-slider .item .testimonial_content p * {
    color: #fff;
    font-family: "questa-slab";
    font-weight: 700;
}
.et_pb_section.wave-client-slider .item .single-testimonial-item {
    display: grid;
    width: 100%;
}
.et_pb_section.wave-client-slider .single-testimonial-name {
    order: 2;
    display: flex;
    padding: 49px 0 0;
}
.et_pb_section.wave-client-slider .testimonial_content {
    order: 1;
}
.et_pb_section.wave-client-slider .single-testimonial-name p {
    padding: 0 10px 0 0;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    line-height: 25px;
    text-transform: uppercase;
    font-family: "trade-gothic-next";
}
.mfp-wrap.mfp-gallery {
    z-index: 999999;
    background-color: #fff;
}
.mfp-bg.mfp-ready {
    z-index: 999999;
    background: #fff;
    opacity: 1;
}
.wave-client-slider.et_pb_section.home-client-carosel .et_pb_row {
    padding: 0 180px;
}
.mfp-wrap.mfp-gallery .mfp-arrow::before,
.mfp-wrap.mfp-gallery .mfp-arrow::after {
    content: none !important;
}
/* .mfp-wrap.mfp-gallery .mfp-arrow::after {
    
} */
.mfp-wrap.mfp-gallery button.mfp-arrow {
    background-image: url("slider_left_arrow.png") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 60px !important;
    left: 0px;
    width: 60px;
    height: 60px;
}
.mfp-wrap.mfp-gallery button.mfp-arrow.mfp-arrow-right {
    left: auto;
    background-image: url("slider_right_arrow.png") !important;
    right: 0px;
}
.mfp-wrap.mfp-gallery .mfp-bottom-bar .mfp-counter {
    display: none;
}
.mfp-wrap.mfp-gallery .mfp-bottom-bar .mfp-title {
    padding: 0;
    color: #35aec7;
    font-size: 16px;
    text-align: left;
    line-height: 26px;
}
.mfp-wrap.mfp-gallery button.mfp-close {
    position: absolute;
    width: 40px;
    height: 40px;
    background-image: url("") !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40px;
    top: 24px;
    right: 24px;
    color: transparent;
    opacity: 1;
}
.mfp-gallery .mfp-image-holder .mfp-figure figure img {
    padding: 0;
    background: #ccc;
    object-fit: cover;
    width: 1000px;
    height: 836px;
    height: 100%;
    max-height: 836px !important;
}
.mfp-image-holder .mfp-content {
    max-width: 100%;
    position: initial;
    background: transparent;
}
.mfp-container .mfp-figure:after {
    content: none !important;
}
.mfp-gallery .mfp-image-holder .mfp-figure figure {
    position: relative;
    padding: 140px 0 140px;
}
.mfp-wrap.mfp-gallery .mfp-container {
    padding: 0;
    height: auto;
}
.mfp-gallery .mfp-image-holder .mfp-bottom-bar {
    margin-top: -115px;
}
.et_pb_section.testimonial-outer.wave-client-slider {
    padding-left: 20px;
    padding-right: 20px;
}
/*=== END OF BLOG MAIN PAGE ===*/

/*=== CONTACT US PAGE ===*/

.et_pb_module.parallax-text p {
    font-size: 50px;
    font-weight: 600;
}
.et_pb_module.parallax-text .et_pb_text_inner {
    background: url("DL_Parallax1.jpg") 0 0 / cover no-repeat;
     color: #de466c;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.et_pb_section.hello-section-outer .hello-section-row {
    padding: 0 0 0 176px;
    display: grid;
    grid-template-columns: auto 62%;
    justify-content: space-between;
}
.hello-section-row .hello-text {
    font-size: 100px;
    text-transform: uppercase;
    font-family: "trade-gothic-next";
    font-weight: 600;
    color: #d6de23;
    padding: 0;
    white-space: nowrap;
    position: absolute;
}
.hello-section-row .hello-email {
    padding-top: 129px;
    padding-bottom: 30px;
}
.hello-section-row .hello-email a {
    color: #004683;
    font-size: 22px;
    font-weight: 600;
}
.hello-section-row p {
    padding: 0;
}
.hello-section-row .hello-city {
    color: #35aec7;
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
}
.hello-section-row .hello-address {
    color: #004683;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
}
.hello-section-row .hello-phone {
    padding: 30px 0 36px;
}
.hello-section-row .hello-phone a {
    color: #004683;
    font-size: 33px;
    font-weight: 600;
    line-height: 32px;
}
.hello-section-row .city1-phone {
    margin: 0 0 31px;
}
.hello-section-row .city1-phone a {
    color: #004683;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
}
.hello-section-row .et_pb_column {
    margin: 0;
    width: 100%;
}
.hello-section-row .et_pb_column span.et_pb_image_wrap img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.hello-section-row .et_pb_column span.et_pb_image_wrap::after {
    content: '';
    position: absolute;
    bottom: -4px;
    background: white;
    width: 100%;
    height: 5px;
    right: 0;
}
.hello-section-row .et_pb_module.et_pb_image {
    background-attachment: fixed;
    background-size: cover;
}
.hello-section-row .et_pb_column.hello-section-col-2 {
    z-index: 0;
}
.et_pb_section.social-icon-section {
    float: left;
    width: 100%;
    position: relative;
    background: #004683;
    padding: 81px 0;
}
.et_pb_section.social-icon-section .et_pb_text_inner {
    color: #fff;
    font-family: "trade-gothic-next-condensed";
    font-weight: 400;
    font-size: 50px;
    text-transform: uppercase;
    position: relative;
}
.social-icon-row .et_pb_column {
    width: 100%;
    margin: 0;
}
.social-icon-row {
    display: grid;
    grid-template-columns: 1fr auto;
}
.social-icon-row ul li {
    margin: 0;
    display: flex;
}
.social-icon-row ul.et_pb_social_media_follow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 0 77px;
}
.social-icon-row ul li a {
    margin: 0;
}
.hello-section-row .et_pb_module.et_pb_image span.et_pb_image_wrap {
    padding-bottom: 78%;
    height: 0;
    top: -1px;
}
.et_pb_section.hello-section-outer {
    margin: 7px 0 0;
}
.social-icon-row .et_pb_column.social-icon-col-2 {
    display: flex;
}
.social-icon-row ul li a.icon {
    position: relative;
    width: 27px;
    height: 27px;
    background-color: transparent !important;
}
.social-icon-row ul li a.icon::before { 
    content: '' !important; 
    width: 27px;
    height: 27px;
    position: absolute;
    left: 0;
    top: 0;
/*    background: url('../images/ftr_Facebook@2x-8.png');*/
    background: url("");
    background-position: center;
    background-size: contain;
    background-color: transparent !important;
    background-repeat: no-repeat;
    opacity: 1;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
.social-icon-row ul li a.icon::after {
    content: '' !important; 
    width: 27px;
    height: 27px;
    left: 0;
    top: 0;
    position: absolute;
    background: url("");
    background-position: center;
    background-size: contain;
    background-color: transparent !important;
    background-repeat: no-repeat;
    opacity: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
.social-icon-row ul li a.icon:hover::after { 
    opacity: 1;
}
.social-icon-row ul li a.icon:hover::before {
    opacity: 0; 
}

.social-icon-row ul li.et-social-linkedin a.icon::before {
/*    background: url('../images/ftr_LinkedIn@2x-8.png');*/
    background: url("");
    background-position: center;
    background-size: contain;
    background-color: transparent !important;
    background-repeat: no-repeat;
}
.social-icon-row ul li.et-social-linkedin a.icon::after {
    background: url("");
    background-position: center;
    background-size: contain;
    background-color: transparent !important;
    background-repeat: no-repeat;
}

.social-icon-row ul li.et-social-instagram a.icon::before {
/*    background: url('../images/ftr_Instagram@2x-8.png');*/
    background: url("");
    background-position: center;
    background-size: contain;
    background-color: transparent !important;
    background-repeat: no-repeat;
}
.social-icon-row ul li.et-social-instagram a.icon::after {
    background: url("");
    background-position: center;
    background-size: contain;
    background-color: transparent !important;
    background-repeat: no-repeat;
}


.social-icon-row ul li.et-social-vimeo a.icon::before {
    background: url("");
    background-position: center;
    background-size: contain;
    background-color: transparent !important;
    background-repeat: no-repeat;
}
.social-icon-row ul li.et-social-vimeo a.icon::after {
    background: url("");
    background-position: center;
    background-size: contain;
    background-color: transparent !important;
    background-repeat: no-repeat;
}
.et_pb_section.contact-form-section-outer form input,
.et_pb_section.contact-form-section-outer form select,
.et_pb_section.contact-form-section-outer form textarea {
    width: 100%;
    float: left;
    padding: 29px 21px;
    border: 1px solid #35aec7;
    border-radius: 0;
    font-size: 16px;
    margin: 0 0 15px;
    color: #384050;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
}
.et_pb_section.contact-form-section-outer form span.holder,
.et_pb_section.contact-form-section-outer form span.holder1,
.et_pb_section.contact-form-section-outer form span.holder2 {
    width: 100%;
    float: left;
    padding: 21px 21px;
    border: 1px solid #35aec7;
    border-radius: 0;
    font-size: 16px;
    margin: 0 0 15px;
    color: #384050;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
    position: absolute;
    top: 0;
    z-index: 99;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("");
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: right 13px center;
}
.et_pb_column.contact-form-section-col form p br { display: none;}
.et_pb_section.contact-form-section-outer form span { font-weight: 600; float: left; width: 100%; position: relative; }
.et_pb_section.contact-form-section-outer form input.wpcf7-not-valid {
    border: 1px solid #F44336;
}
.et_pb_section.contact-form-section-outer form select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("");
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: right 13px center;
    cursor: pointer;
    opacity: 0;
}
.et_pb_section.contact-form-section-outer {
    padding: 63px 0 87px;
}
.et_pb_section.contact-form-section-outer form input::placeholder,
.et_pb_section.contact-form-section-outer form textarea::placeholder {
    opacity: 1;
    color: #384050;
}
.et_pb_section.contact-form-section-outer form label {
    font-size: 16px;
    color: #384050;
    font-weight: 600;
    line-height: 20px;
    padding-left: 20px;
}
.et_pb_section.contact-form-section-outer form span.wpcf7-form-control-wrap span {
    margin: 9px 0 0;
    float: left;
    width: 100%;
}
.et_pb_section.contact-form-section-outer form .wpcf7-radio input[type="radio"] {
    width: 178px;
    height: 178px;
    padding: 0;
    margin: 0px 0 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0px solid #8b8f99;
    position: absolute;
    z-index: 99;
    cursor: pointer;
    border-radius: 50%;
    left: 0;
    top: 0;
}
.et_pb_section.contact-form-section-outer form span.wpcf7-form-control-wrap span.wpcf7-list-item {
    float: left;
    width: 178px;
    height: 178px;
    position: relative;
    display: table-cell;
    justify-content: center;
    text-align: center;
    margin: 0 25px 20px 0;
}
.et_pb_section.contact-form-section-outer form span.wpcf7-form-control-wrap span.wpcf7-list-item:last-child {
    margin: 0;
}
.et_pb_section.contact-form-section-outer form input[type="radio"]+span.wpcf7-list-item-label::after {
    content: "";
    background: transparent;
    margin-right: 0;
    width: 178px;
    height: 178px;
    top: -1px;
    position: absolute;
    left: -1px;
    border-radius: 50%;
    z-index: -1;
}
.et_pb_section.contact-form-section-outer form input[type="radio"]:checked+span.wpcf7-list-item-label::after {
    background: #35aec7;
}
.et_pb_section.contact-form-section-outer form input[type="radio"]:checked+span.wpcf7-list-item-label {
    color: #fff;
}
.et_pb_section.contact-form-section-outer form span.wpcf7-form-control-wrap span.wpcf7-list-item-label {
    position: relative;
    float: left;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    color: #384050;
    z-index: 0;
    border: 1px solid #35aec7;
    border-radius: 50%;
    text-transform: uppercase;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    margin: 0;
}
.et_pb_column.contact-form-section-col form p {
    float: left;
    width: 100%;
    padding: 0;
    position: relative;
}
.et_pb_section.contact-form-section-outer form textarea {
    margin: 10px 0 0;
    min-height: 174px;
    height: 174px;
    resize: vertical;
}
.et_pb_section.contact-form-section-outer form input.wpcf7-submit {
    width: auto;
    padding: 10px 77px;
    background: #35aec7;
    color: #fff;
    font-family: "trade-gothic-next-condensed";
    text-transform: uppercase;
    font-weight: 400;
    margin: 70px auto 0;
    display: table;
    float: none;
    cursor: pointer;
    border: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
.et_pb_section.contact-form-section-outer form input.wpcf7-submit:hover {
    background-color: #d6de23;
}
.et_pb_column.contact-form-section-col .wpcf7-response-output {
    float: left;
    width: 100%;
    margin: 20px 0 20px !important;
    font-size: 14px !important;
}
.et_pb_column.contact-form-section-col span.wpcf7-spinner {
    position: absolute;
    bottom: 10px;
    margin: 0;
    float: left;
    width: 24px;
}
.et_pb_section.contact-form-section-outer form span.wpcf7-form-control-wrap label {
    padding: 0;
}
.et_pb_section.contact-form-section-outer .et_pb_row {
    padding: 0 175px;
}
.et_pb_section.social-icon-section .et_pb_row {
    padding: 0 180px;
}
.social-icon-row ul.et_pb_social_media_follow::after {
    content: none;
}
.et_pb_section.home-abt-section.contact-us .et_pb_row {
    padding-left: 90px;
}
/*=== END OF CONTACT US PAGE ===*/

/*=== support page ===*/

.et_pb_section.support_form_sec {
    padding: 18px 0px 87px;
}
.et_pb_section.support_form_sec .contact-form-section-row {
    padding: 0 179px;
}
.et_pb_section.support_form_sec form textarea {
    margin: 0;
}
#et-secondary-menu ul#et-secondary-nav li.current-menu-item a {
    color: #d5de23;
}
.et_pb_section.contact-form-section-outer.support_form_sec textarea {
    margin: 0;
}

/*=== end of support page ===*/


/*=== WORK DETAIL PAGE ===*/

.et_pb_section.single_work_outer .common_banner_column {
    width: 100%;
    margin: 0;
    padding: 90px 58px 0 178px;
}
.et_pb_section.single_work_outer .common_banner_column .common_banner_module {
    padding: 0px;
    position: relative;
}
.et_pb_section.single_work_outer .common_banner_column .filter-text {
    color: #384050;
    font-family: "trade-gothic-next";
    font-weight: 600;
    text-transform: uppercase;
}
.et_pb_section.single_work_outer ul#type-cat_work li {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-family: "trade-gothic-next";
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
}
.et_pb_section.single_work_outer ul#type-cat_work {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    column-gap: 35px;
}
.et_pb_section.single_work_outer ul#type-cat_work li::after {
    position: absolute;
    content: "";
    width: 13px;
    height: 1.5px;
    background-color: #384050;
    top: 51%;
    transform: rotate(66deg);
    -webkit-transform: rotate(66deg);
    right: -22px;
}
.et_pb_section.single_work_outer ul#type-cat_work li:last-child::after {
    content: none;
}
.et_pb_section.single_work_outer .heaeding-image {
    width: 45px;
    height: 200px;
    border-radius: 50px;
    position: absolute;
    background-attachment: fixed;
    background-position: center;
    background-image: url("DL_Parallax1.jpg");
    background-size: cover;
    left: -92px;
    top: -27px;
}
.main-banner-outer {
    float: left;
    width: 100%;
}
.main-banner-outer .banner-left-section {
    padding: 0 67px;
}
.main-banner-outer .banner-left-section .banner-image {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}
.main-banner-outer .banner-image .image-right {
    grid-row: span 2;
    order: 2;
}
.main-banner-outer .banner-left-section .banner-image .image-left-1 {
    order: 1;
}
.main-banner-outer .banner-left-section .banner-image .image-left-2 {
    order: 3;
}
.main-banner-outer .banner-left-section .banner-image img {
    height: 100%;
    object-fit: cover;
}
.projects-outer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    float: left;
    width: 100%;
    padding: 15px 67px 0 68px;
    align-items: center;
    grid-gap: 0 50px;
}
.projects-outer h2 {
    font-size: 40px;
}
.projects-outer h2::before { content: none; }
.description-section {
    float: left;
    width: 100%;
    background: #004782;
    padding: 99px 180px 92px;
}
.description-section * {
    color: #fff;
}
.description-section h3, .description-section h2,
.description-section h1, .description-section h4, .description-section h6  {
    font-family: "trade-gothic-next-condensed";
    color: #35aec7;
}
.description-section ul,
.description-section ol {
    padding: 0 0 0 20px;
}
.description-section ul li *,
.description-section ul li * { color: #fff; }
.description-section ul li {
    color: #fff;
    list-style: disc;
}
.description-section h5 { 
    font-family: "trade-gothic-next-condensed";
    font-size: 27px;
    color: #fff;
    font-weight: 700;
}
.description-section ol li { color: #fff;  list-style: decimal; }
.description-section .desc-title {
    font-size: 40px;
    color: #35aec7;
    text-transform: uppercase;
    padding-bottom: 22px;
    margin-bottom: 0;
    position: relative;
}
.description-section .desc-body {
    color: #fff;
    font-weight: 400;
}
.description-section .desc-body p {
    color: #fff;
}
.no-carousel-outer {
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 26px;
    padding: 16px 67px 21px;
}
.no-carousel-outer .no-carousel-left {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}
.style-2-carousel,.work-gallery-outer, 
.style-4-outer, .style-5-outer {
    float: left;
    width: 100%;
}
.style-4-image {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    padding: 0 110px 20px 67px;
    grid-gap: 24px;
}
.style-4-image .style-4-image-left-1 {
    grid-row: span 2;
}
.style-4-image img {
    height: 100%;
    object-fit: cover;
}
.style-5-outer img {
    height: 100%;
    object-fit: cover;
    display: flex;
}
.style-5-outer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0 67px 38px;
    grid-gap: 0 20px;
}
.work-gallery-outer .owl-stage-outer p {
    color: #35aec7;
    font-size: 12px;
    text-align: left;
    line-height: 22px;
    direction: initial;
}
.work-gallery-outer {
    padding: 79px 0 69px;
}
.no-carousel-outer img {
    height: 100%;
    min-height: 100%;
    object-fit: cover;
}
.main-banner-outer .banner-left-section .banner-image {
    display: grid;
    grid-template-columns: 37.5% auto;
    grid-gap: 20px;
}
.section-right .serv-title {
    color: #35aec7;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 0;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    padding-top: 43px;
}
.section-right ul li {
    font-family: "trade-gothic-next-condensed";
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
}
.section-right .visit-site a {
    font-family: "trade-gothic-next-condensed";
    font-weight: 600;
    color: #d5de23;
}

/*=== END OF WORK DETAIL PAGE ===*/


/*=== 404 page ====*/
div.error-page-outer {
    padding: 70px 67px;
    text-align: center;
    display: grid;
    font-size: 30px;
    line-height: 64px;
    font-weight: 600;
}
div.error-page-outer .error-text {
    padding: 0;
    font-family: "questa-slab";
    font-size: 50px;
    line-height: 64px;
}
div.error-page-outer .bk-to-hm-btm {
    padding: 0px;
    border: 0px;
    position: relative;
    font-family: "trade-gothic-next-condensed";
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #35aec7;
    cursor: pointer;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    width: 200px;
    float: none;
    margin: 0 auto;
}
body.error404 .container::before { content: none !important; }

/*=== end of 404 page ===*/

.mfp-wrap.mfp-gallery.mfp-img-mobile img.mfp-img {
    display: none;
}
.mfp-wrap.mfp-gallery.mfp-img-mobile .mfp-figure figure {
    position: relative;
    padding: 140px 0 140px;
    float: left;
    width: 50vw;
    display: grid;
}
.mfp-wrap.mfp-gallery.mfp-img-mobile .mfp-container {
    padding: 0;
    height: 100%;
}
.mfp-wrap.mfp-gallery.mfp-img-mobile .mfp-figure .mfp-bottom-bar {
    top: auto;
    margin: 0;
    background: transparent;
    position: relative;
}
.mfp-wrap.mfp-gallery.mfp-img-mobile .mfp-figure figure {
    position: relative;
    padding: 50px 40px 60px;
    width: 50vw;
    display: grid;
    float: left;
    background: #35aec7;
}
.mfp-wrap.mfp-gallery.mfp-img-mobile .mfp-figure figure span.magnificpopup-gallery-text p {
    text-align: center;
    color: #fff;
}
.mfp-wrap.mfp-gallery.mfp-img-mobile .mfp-container button.mfp-arrow  { display: none;}
.mfp-bg.mfp-img-mobile {
    background: #000;
    opacity: 0.8;
} 
.mfp-wrap.mfp-gallery.mfp-img-mobile {
    background: transparent;
}

/*=== Join our team ===*/

.et_pb_section.career_shortcode_sec ul {
    padding: 0;
}
.et_pb_section.career_shortcode_sec ul li {
    list-style: none;
    float: left;
    width: 100%;
    position: relative;
}
.et_pb_section.career_shortcode_sec ul li.file-drop-area span.fake-btn {
    padding: 20px 15px;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    float: left;
    position: relative;
    z-index: 0;
    border: 1px solid #35aec7;
    background: #35aec7;
    font-family: 'trade-gothic-next-condensed';
    text-align: center;
}
.et_pb_section.career_shortcode_sec ul li.file-drop-area span.fake-btn span {
    float: left;
    width: 100%;
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 12px;
    color: #fff;
    font-family: 'trade-gothic-next-condensed';
}
.et_pb_section.career_shortcode_sec ul li.file-drop-area span.file-msg {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}
.file-drop-area span.wpcf7-form-control-wrap {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}
.et_pb_section.career_shortcode_sec ul li.file-drop-area span {
    font-weight: 600;
}
.et_pb_section.career_shortcode_sec ul li button .getting_carrer_title {
    background: transparent;
    font-size: 30px;
    line-height: 36px;
    color: #6d7681;
    text-transform: uppercase;
    font-family: "trade-gothic-next-condensed", sans-serif;
    font-weight: 600;
    float: left;
    width: 100%;
    position: relative;
    padding: 4px 0px 13px 0;
}
.et_pb_section.career_shortcode_sec ul li button span {
    color: #35aec7;
    font-size: 16px;
    margin: 0;
    float: left;
    padding: 5px 0 0;
    line-height: 26px;
}
.accordion {
    background-color: transparent;
    color: #444;
    cursor: pointer;
    padding: 18px 48px 18px 0px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    position: relative;
    border-bottom: 2px solid #dadbde;
    transition: 0.4s;
}
.careers_post_otr button.accordion.active {
    padding-bottom: 0;
    border: 0;
}
  .et_pb_section.career_shortcode_sec ul li .application_form .wpcf7-response-output {
    float: left;
    width: 100%;
    margin: 0;
    font-size: 15px;
    padding: 5px 8px;
}
  /* .active, .accordion:hover {
    background-color: #ccc; 
  } */
  .et_pb_section.career_shortcode_sec ul li .panel {
    padding: 30px 0px 30px;
    border-bottom: 2px solid #dadbde;
  }
  .panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
  }
  .accordion:after {
      content: "\002B";
      color: #777;
      font-weight: bold;
      float: right;
      margin-left: 5px;
    }
    
    .accordion.active:after {
      content: "\2212";
    }
    .careers_post_otr {
        margin: 0 auto 60px;
        display: table;
        width: 70%;
        float: none;
    }
    .et_pb_section.career_section {
        padding: 30px 0 20px;
    }
    li.digi-career button.accordion::after {
        font-size: 60px;
        top: 20px;
        position: absolute;
        right: 0;
        line-height: 50px;
        transition: 0.3s;
        -webkit-transition: 0.3s;
    }
    .career_shortcode_sec .application_form span.wpcf7-form-control-wrap {
        width: 100%;
        float: left;
    }
    .career_shortcode_sec .application_form span.wpcf7-form-control-wrap input,
    .career_shortcode_sec .application_form span.wpcf7-form-control-wrap textarea,
    .et_pb_section.career_shortcode_sec ul li select {
        width: 100%;
        float: left;
        padding: 29px 21px;
        border: 1px solid #35aec7;
        border-radius: 0;
        font-size: 16px;
        margin: 0 0 15px;
        color: #384050;
        font-weight: 600;
        line-height: 20px;
        text-transform: capitalize;
    }
    .career_shortcode_sec .application_form span.wpcf7-form-control-wrap textarea {
        height: 140px;
    }
    .et_pb_section.career_shortcode_sec ul li select {
        -moz-appearance: none;
        -webkit-appearance: none;
        background: url("");
        background-size: 22px;
        background-repeat: no-repeat;
        background-position: right 13px center;
        cursor: pointer;
    }
    .et_pb_section.career_shortcode_sec ul li.submit-btn input {
        width: auto;
        padding: 10px 77px;
        background: #35aec7;
        color: #fff;
        font-family: "trade-gothic-next-condensed";
        text-transform: uppercase;
        font-weight: 400;
        margin: 30px auto 0;
        display: table;
        float: none;
        cursor: pointer;
        border: 0;
        line-height: 20px;
        transition: 0.3s;
        -webkit-transition: 0.3s;
    }
    .et_pb_section.career_shortcode_sec ul li.submit-btn input:hover {
        background-color: #d6de23;
    }
    .et_pb_section.career_shortcode_sec ul li.active::after { content: none; }
    .et_pb_section.career_shortcode_sec ul li .application_form {
        float: left;
        width: 100%;
        margin: 50px 0 0;
    }
    .et_pb_section.career_shortcode_sec ul li .application_form h6 {
        color: #35aec7;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 600;
        float: left;
        width: 100%;
        position: relative;
        padding: 0 0 25px;
    }
    .et_pb_section.web-design-agency-section h1 {
        font-size: 36px;
        text-transform: uppercase;
        color: #35aec7;
        padding: 0 0 30px;
        font-weight: 600;
        line-height: 44px;
        font-family: 'trade-gothic-next-condensed';
    }
    .et_pb_section.web-design-agency-section h3 {
        color: #004683;
        font-size: 20px;
        font-weight: 600;
        line-height: 32px;
    }
    .et_pb_section.web-design-agency-section {
        padding: 40px 0 20px 113px;
        margin: -90px 0 0;
    }
    .careers_post_otr h5 {
        font-weight: 600;
        margin: 30px 0 10px;
        float: left;
        width: 100%;
    }
    .et_pb_section.career_shortcode_sec ul li .accord_otr .accord_inner:first-child .sub_head {
        margin-top: 0;
    }
    .et_pb_section.career_shortcode_sec ul li .desctiprion ul li {
        list-style: inside;
    }
    .et_pb_section.career_shortcode_sec .desctiprion ul {
        padding: 0 0 0 10px;
        display: inline-block;
    }
    .et_pb_section.career_shortcode_sec ul li.digi-career .accord_otr .accord_inner {
        float: left;
        width: 100%;
    }
    .et_pb_section.web-design-agency-section span.et_pb_image_wrap {
        width: 100%;
        height: 0;
        padding-bottom: 50%;
        position: relative;
    }
    .et_pb_section.web-design-agency-section span.et_pb_image_wrap img {
        position: absolute;
        left: 0;
        top: 0;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .et_pb_section.career_shortcode_sec ul li span.wpcf7-spinner {
        margin: 0;
        top: -30px;
    }
/*=== end of join our team ===*/


.wave-detail-outer ul,
.wave-detail-outer ol {
    padding: 0 0 0 20px;
}
.wave-detail-outer ul li {
    list-style: disc;
}
.wave-detail-outer ol li { 
     list-style: decimal;
}
/*=== RESPONSIVE ===*/

@media screen and (max-width: 1199px) {
    .et_pb_section.home-abt-section.abt-banner-below .et_pb_row { grid-template-columns: 45px auto 250px; }
    .wave-client-slider.et_pb_section.home-client-carosel .et_pb_row { padding: 0 0px; }
    .mfp-wrap.mfp-gallery .mfp-bottom-bar .mfp-title { padding: 0 40px; }
    .et_pb_section.support_form_sec .contact-form-section-row { padding: 0 154px; } 
    .projects-outer { padding: 35px 67px 35px 68px; }
    .et_pb_section.social-icon-section .et_pb_row { padding: 0 100px; } 
    .et_pb_section.contact-form-section-outer .et_pb_row { padding: 0 100px; }
    .et_pb_section.home-abt-section.contact-us .et_pb_row { padding-left: 0; }
    .et_pb_section.hello-section-outer .hello-section-row {  padding: 0 0 0 100px; }
    .home-abt-section.contact-us .about-sec-col-1 .et_pb_image { position: relative; right: -20px; }
    .et_pb_section.web-design-agency-section { padding: 40px 0 20px 72px; }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .what-we-do-below-section .development-col-4 .et_pb_module.et_pb_text {
        position: absolute;
        right: 300px;
        bottom: 210px;
    }
}
@media screen and (max-width: 1024px) {
    .et_pb_section.hello-section-outer .hello-section-row { padding: 0 0 0 100px; }
    .et_pb_section.contact-form-section-outer form .wpcf7-radio input[type="radio"],
    .et_pb_section.contact-form-section-outer form span.wpcf7-form-control-wrap span.wpcf7-list-item,
    .et_pb_section.contact-form-section-outer form input[type="radio"]+span.wpcf7-list-item-label::after {     
        width: 136px;
        height: 136px; }
    .et_pb_section.support_form_sec .contact-form-section-row { padding: 0 110px; }
    .description-section {  padding: 99px 68px 92px; }
    .et_pb_section.social-icon-section .et_pb_text_inner { font-size: 42px; }
    .mfp-wrap.mfp-gallery.mfp-img-mobile .mfp-figure figure {
        position: relative;
        padding: 50px 0px 60px; }
}
@media screen and (min-width: 992px) {
    #main-header {
        top: 55.5px !important;
    }
}
@media screen and (max-width: 980px) {
    .et_pb_section.home-abt-section .inner-side-nav-items .et_pb_text_inner {
        padding-top: 0;
        overflow: scroll;
    }
    .inner-side-nav-items .et_pb_text_inner {
        float: left;
        width: 100%;
        display: flex;
    }
    .inner-side-nav-items a {
        width: 100%;
        min-width: 100%;
        padding: 10px 10px;
        white-space: nowrap;
        font-weight: 400;
    }
    
    .et_pb_section.alternate-section .et_pb_text_inner,
    .et_pb_section.alternate-section .service-block-2 .et_pb_text_inner {
        padding: 100px 18px 90px;
        float: left;
        width: 100%;
    }
    .et_pb_section.contact-call-to-action .et_pb_row {
        padding: 0 13px;
    }
    .et_pb_section.contact-call-to-action .et_pb_text_inner,
    .et_pb_section.contact-call-to-action .et_pb_text_inner p {
        line-height: 57px;
        display: grid;
        justify-content: center;
    }
    .et_pb_section.contact-call-to-action .cmn-btn {
        margin: 48px auto 0;
        display: table;
    }
    .et_pb_section.contact-call-to-action {
        padding: 76px 0 48px;
    }
    .et_pb_section.contact-call-to-action .et_pb_text_inner,
    .et_pb_section.contact-call-to-action .et_pb_text_inner p {
        grid-gap: 0;
    }
    .et_pb_section.about-pagebtn-grids .about-sec-col-2 {
        padding: 0 0 0 18px !important;
    }
    .inner-side-nav-items p { padding: 0; }
    .et_pb_section.about-pagebtn-grids .about-sec-col-3 {
        position: relative;
        float: left;
    }
    .et_pb_section.home-abt-section .inner-side-nav-items::before,
    .et_pb_section.home-abt-section .inner-side-nav-items::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 40px;
        background: #35aec7;
        right: -10px;
    }
    .et_pb_section.home-abt-section .inner-side-nav-items::after { right: auto; left: -10px; z-index: -1; }
    .et_pb_section.home-abt-section .about-sec-col-3 { padding-top: 20px; }
    .et_pb_section.client-carousel-outer .et_pb_row { padding-right: 0; padding-left: 43px; }
    .et_pb_section.client-carousel-outer .cmn-btn { margin-left: -44px; }
    .people-inner-col { grid-template-columns: 1fr 1fr; }
    .et_pb_section.abt-client-outer .et_pb_text_inner p { padding: 0px; }
    .abt-client-row-2, .abt-client-row-2:last-child { grid-gap: 78px 50px; }
    .et_pb_section.home-abt-section.abt-banner-below .abt-btn {  padding: 32px 0 6px; }
    .et_pb_section.home-abt-section.abt-banner-below .et_pb_row.strip-row { margin: 37px 0 0; }
    .et_pb_section.home-abt-section.abt-banner-below .et_pb_row .left-slider-about { padding-top: 0px; }
    .et_pb_section.home-abt-section.cnt-dev-size .about-sec-col-3 { padding: 20px 0 0; }
    .single_wave_outer .common_banner_column { padding: 89px 100px 70px 130px; }
    .wave-detail-outer .wave-desc blockquote { padding: 47px 0px; margin-top: 47px; margin-bottom: 52px; }
    .et_pb_section.home-client-carosel.web-des-client { padding-left: 20px; padding-right: 20px; }
    .wave-gallery-outer .items p { padding: 0 13px; }
    .mfp-gallery .mfp-image-holder .mfp-figure figure img { padding: 0 40px; background: #fff; }
    .mfp-wrap.mfp-gallery button.mfp-close { width: 30px; height: 30px; background-size: 30px;     background-color: transparent; }
    .wave-gallery-outer::before { width: calc(100% - 40px); }
    .wave-gallery-outer { padding: 86px 0 107px; margin-top: 23px; }
    .et_pb_section.hello-section-outer .hello-section-row { padding: 0 0 0 80px; } 
    .hello-section-row .hello-text {  font-size: 80px; }
    .social-icon-row ul.et_pb_social_media_follow { grid-gap: 0 70px; }
    .et_pb_section.social-icon-section .et_pb_text_inner { font-size: 40px; }
    .et_pb_section.support_form_sec .contact-form-section-row { padding: 0 22px; }
    /* .et_pb_section.single_work_outer .common_banner_column { 
        padding: 60px 58px 0 56px;
    } */
    div.error-page-outer {
        padding: 70px 20px; }
        .mfp-wrap.mfp-gallery.mfp-img-mobile .mfp-figure figure { width: 70vw; }
}

@media screen and (max-width: 767px) {
    
    .et_pb_section.alternate-section .service-block-1,
    .et_pb_section.alternate-section .et_pb_row.service-block-2 {
        grid-template-columns: 100%;
        padding: 0 0;
    }
    .et_pb_section.alternate-section .et_pb_row.service-block-2 {
        flex-direction: column-reverse;
        display: flex;
        flex-wrap: nowrap;
    }
    .people-inner-col { grid-template-columns: 100%; }
     .wave-items { grid-template-columns: 100%; grid-gap: 46px 48px; }
     .bottom-three-blocks { padding: 35px 28px 37px; }
     .read-more-outer.et_pb_section .read-more-title { padding: 0 0 0px 0px; }
     .wave-detail-outer { padding: 0 23px; }
     .et_pb_section.single_wave_outer .heaeding-image { width: 30px; height: 125px; }
     .single_wave_outer .common_banner_column { padding: 49px 20px 70px 20px; }
    .portfolio_project .filter-text {     white-space: nowrap; }
    .et_pb_section.single_wave_outer .heaeding-image {
        width: 30px;
        height: 125px;
        left: -10px;
        top: 0;
    }
    .single_wave_outer .common_banner_column .head-title,
    .single_wave_outer .common_banner_column .home_projects_outer { padding-left: 32px; }
    .home-abt-section .about-sec-col-1 .et_pb_image {
        width: 29px;
        height: 120px; }
    .et_pb_section.hello-section-outer .hello-section-row { padding: 0 0 0px; }
    .hello-section-row .hello-text { white-space: initial;  position: relative;}
    .et_pb_section.hello-section-outer .hello-section-row { grid-template-columns: 100%; }
    .social-icon-row { grid-template-columns: 100%; }
    .hello-section-row .hello-email { padding-top: 35px; padding-bottom: 28px; }
    .et_pb_section.social-icon-section .et_pb_text_inner { text-align: center; margin: 0 0 40px; line-height: 42px; }
    .et_pb_section.social-icon-section { padding: 51px 0 83px; }
    .et_pb_section.contact-form-section-outer { padding: 38px 0 87px; }
    .et_pb_section.contact-form-section-outer form span.wpcf7-form-control-wrap span.wpcf7-list-item {
        margin: 0;
    }
    .et_pb_section.contact-form-section-outer form span.wpcf7-form-control-wrap span.wpcf7-list-item-label {
        margin: 0;
    }
    .et_pb_section.contact-form-section-outer form .wpcf7-radio input[type="radio"], .et_pb_section.contact-form-section-outer form span.wpcf7-form-control-wrap span.wpcf7-list-item, .et_pb_section.contact-form-section-outer form input[type="radio"]+span.wpcf7-list-item-label::after { margin: 0; }
    .et_pb_section.contact-form-section-outer form span.wpcf7-form-control-wrap span.wpcf7-radio {
        display: flex;
        flex-wrap: wrap;
        grid-gap: 20px;
    }
    .et_pb_section.home-abt-section.contact-us .about-sec-col-2 {
        padding: 0 0 0 10px;
    }
    .et_pb_section.single_work_outer .heaeding-image {
        width: 30px;
        height: 120px;
        left: -44px;
        top: 0;
    } 
    .main-banner-outer .banner-left-section { padding: 30px 0px 0; }
    .projects-outer { padding: 35px 22px 35px 22px; grid-template-columns: 100%; }
    .description-section { padding: 99px 22px 92px; }
    .style-4-image { padding: 0 0px 20px 0px; }
    .style-5-outer { padding: 0 0px 38px;}
    .no-carousel-outer { padding: 16px 0 21px; }
    .et_pb_section.single_work_outer .common_banner_column { padding: 60px 24px 0 56px; } 
    .home-abt-section.contact-us .about-sec-col-1 .et_pb_image { right: 0; }
    .et_pb_section.contact-form-section-outer .et_pb_row { padding: 0 22px; }
    .social-icon-row .et_pb_column.social-icon-col-2 { justify-content: center; }
    .et_pb_section.social-icon-section .et_pb_row { padding: 0 22px; }
    .hello-section-row .et_pb_column.hello-section-col-1 { padding: 0 0 0 57px; }
    .et_pb_section.contact-form-section-outer form textarea { margin: 30px 0 0; }
    .mfp-wrap.mfp-gallery .mfp-bottom-bar .mfp-title {
        padding: 0 20px;
    }
    .mfp-wrap.mfp-gallery.mfp-img-mobile .mfp-figure figure {
        width: 75vw;
        padding: 30px 0px 30px;
    }
    .et_pb_section.web-design-agency-section { padding: 40px 0 20px 35px; margin: -50px 0 0 0; }
 }

 @media screen and (max-width: 640px) {
    .abt-client-row-2 {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .bottom-three-blocks { 
        display: grid;
        justify-content: center;
        grid-gap: 50px 0;
    }
    .bottom-three-blocks {
        padding: 25px 28px 27px;
    }
    .portfolio_project ul#type-cat_auction li,
    .portfolio_project .filter-text {
        cursor: pointer;
        font-size: 11px;
        line-height: 23px;
    }
    .portfolio_project .filter-text { line-height: 25px; }
    .home_projects_outer .portfolio_project {
        margin: 0 0 38px;
    }
    .et_pb_section.wave-client-slider.home-client-carosel { padding: 240px 20px 260px !important; }
    .wave-gallery-outer .owl-nav {
        display: block;
        top: -50px;
        position: absolute;
        right: 10px;
        display: flex;
        grid-gap: 0 9px;
    }
    .wave-gallery-outer .owl-nav button {
        width: 40px;
        height: 40px;
    }
    .et_pb_section.single_work_outer ul#type-cat_work li {
        font-size: 11px;
    line-height: 23px;
    }
    .et_pb_section.single_work_outer .portfolio_project {
        margin: 0 0 10px;
    }
    .main-banner-outer .banner-left-section .banner-image {
        grid-template-columns: 100%;
    }
    .no-carousel-outer { grid-template-columns: 100%; grid-gap: 20px 26px; padding: 16px 0 21px; }
    .style-4-image { grid-template-columns: 100%; }
    .work-gallery-outer .owl-stage-outer p { padding: 0 20px;}
    .social-icon-row ul.et_pb_social_media_follow { grid-gap: 0 55px; }
}

@media screen and (max-width: 480px) {
    .people-inner-col .single-item-people .hover-box p span {
        line-height: 17px;
        font-size: 12px;
    }
}