/*!
Theme Name: Dycoders
Theme URI: /
Author: Dycoders
Author URI: /
Description: Dycoders is a vigorous team of passionate web developers, coders, designers, creatives and tech-junkies which aims to provide cutting-edge and futuristic solutions to tech startups, mid-size companies and enterprises. Our ultimate mission is to make Dycoders the leading software development and consulting company by keeping our steady experimental approach and being open to ideas and innovations.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dycoders
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Dycoders is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------*/
@font-face {
    font-family: 'Gilroy';
    src: url('/web/20220429084809im_/https://dycoders.com/fonts/Gilroy-SemiBold.eot');
    src: url('/web/20220429084809im_/https://dycoders.com/fonts/Gilroy-SemiBold.eot#iefix') format('embedded-opentype'),
        url('/web/20220429084809im_/https://dycoders.com/fonts/Gilroy-SemiBold.woff2') format('woff2'),
        url('/web/20220429084809im_/https://dycoders.com/fonts/Gilroy-SemiBold.woff') format('woff'),
        url('/web/20220429084809im_/https://dycoders.com/fonts/Gilroy-SemiBold.ttf') format('truetype'),
        url('/web/20220429084809im_/https://dycoders.com/fonts/Gilroy-SemiBold.svg#Gilroy-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/web/20220429084809im_/https://dycoders.com/fonts/Gilroy-Medium.eot');
    src: url('/web/20220429084809im_/https://dycoders.com/fonts/Gilroy-Medium.eot#iefix') format('embedded-opentype'),
        url('/web/20220429084809im_/https://dycoders.com/fonts/Gilroy-Medium.woff2') format('woff2'),
        url('/web/20220429084809im_/https://dycoders.com/fonts/Gilroy-Medium.woff') format('woff'),
        url('/web/20220429084809im_/https://dycoders.com/fonts/Gilroy-Medium.ttf') format('truetype'),
        url('/web/20220429084809im_/https://dycoders.com/fonts/Gilroy-Medium.svg#Gilroy-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/web/20220429084809im_/https://dycoders.com/fonts/Gilroy-Bold.eot');
    src: url('/web/20220429084809im_/https://dycoders.com/fonts/Gilroy-Bold.eot#iefix') format('embedded-opentype'),
        url('/web/20220429084809im_/https://dycoders.com/fonts/Gilroy-Bold.woff2') format('woff2'),
        url('/web/20220429084809im_/https://dycoders.com/fonts/Gilroy-Bold.woff') format('woff'),
        url('/web/20220429084809im_/https://dycoders.com/fonts/Gilroy-Bold.ttf') format('truetype'),
        url('/web/20220429084809im_/https://dycoders.com/fonts/Gilroy-Bold.svg#Gilroy-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/web/20220429084809im_/https://dycoders.com/fonts/Gilroy-Regular.eot');
    src: url('/web/20220429084809im_/https://dycoders.com/fonts/Gilroy-Regular.eot#iefix') format('embedded-opentype'),
        url('/web/20220429084809im_/https://dycoders.com/fonts/Gilroy-Regular.woff2') format('woff2'),
        url('/web/20220429084809im_/https://dycoders.com/fonts/Gilroy-Regular.woff') format('woff'),
        url('/web/20220429084809im_/https://dycoders.com/fonts/Gilroy-Regular.ttf') format('truetype'),
        url('/web/20220429084809im_/https://dycoders.com/fonts/Gilroy-Regular.svg#Gilroy-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    overflow-x: hidden;
    background-color: var(--thm-default);
}

a.active,
a:focus,
button:focus,
button.active {
    outline: none;
}

a:focus,
a:hover,
a:active {
    outline: 0;
    box-shadow: 0;
}

a:focus,
a:hover {
    text-decoration: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: .5rem;
    margin-top: 0;
}

a,
button {
    text-decoration: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

a:hover {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

p {
    margin: 0;
    font-weight: 400;
    line-height: 1.5;
    font-size: 14px;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

:root {

    /* New */
    --thm-default: #ffffff;
    --thm-orange: #2462ad;
    --thm-dorange: #9d3400;
    --thm-d2orange: rgb(157 52 0 / 85%);
    /* --thm-black: #212529; */
    --thm-black: #354E5E;
    --thm-black2: #354E5E;
    --thm-gray2: #fff8f0;
    --thm-gray3: #f2f2f2;

    --thm-sblue: #2ECED4;
    --thm-purple: #BB3FD1;
    --thm-green: #53AF50;
    --thm-yellow: #F2C010;
    --thm-pink: #fae9e6;




    --thm-font-public: 'Gilroy';

}


h1 {
    font-size: 3.4375rem;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 1.25rem;
}

.h5,
h5 {
    font-size: 1.25rem;
}

.h4,
h4 {
    font-size: 1.5rem;
}

.text1 {
    font-size: 55px;
}

.wbtn {
    padding: 9px 25px;
    font-weight: 400;
    text-align: center;
    border-radius: 4px;
    border: 1px solid rgb(255 255 255 / 23%);
    display: inline-block;
    background-color: var(--thm-orange);
    font-size: 13px !important;
}

.wbtn:hover {
    background-color: var(--thm-default);
    color: var(--thm-black) !important;
}


[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=search]::-webkit-search-decoration,
input,
button,
.btn {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

section {
    position: relative;
}

/* ========= Custom CSS =========== */


/* ===== Header section ===== */

.headersec.darkHeader {
    background-color: var(--thm-orange);
}


.headersec .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 15px;
    font-family: var(--thm-font-public);
    text-transform: uppercase;
}

.headersec .navbar-expand-lg .navbar-nav .nav-link {
    display: flex;
}

.headersec .navbar-brand img {
    width: 170px;
    object-fit: cover;
}

.headersec .navbar-nav .dropdown-menu {
    min-width: 792px;
    background-color: var(--thm-default);
    border-radius: 0;
    top: 100%;
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
    padding: 25px 30px;
    border: 1px solid #f5f5f5;
    border-radius: 10px;
    margin-top: 0;
}

.headersec .nav-item a img {
    height: 40px;
    width: 40px;
    margin-right: 5px;
}

.headersec .nav-item a {
    font-size: 13px;
    color: var(--thm-black);
    text-transform: capitalize;
    align-items: center;
}

.headersec .nav-item.dropdown .col-lg-4 a {
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: block;
}

.nav-item.dropdown {
    position: static;
}

.dropdown-menu {
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
    display: block !important;
}

.headersec .nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transition: all .3s ease-in-out;
}

.headersec .navbar-nav .dropdown.smallbx .dropdown-menu {
    padding: 15px 10px;
    width: 180px !important;
    min-width: initial !important;
    top: 132%;
}

.headersec .navbar-nav .dropdown.smallbx .nav-item a {
    font-size: 13px;
    color: var(--thm-black);
    text-transform: capitalize;
    align-items: center;
}

.dropdown-toggle::after {
    border: none;
    background: url(/web/20220429084809im_/https://dycoders.com/img/arrow_d.svg);
    width: 13px;
    height: 11px;
    background-repeat: no-repeat;
    background-size: cover;
}

.conttop {
    background-color: var(--thm-default);
    border-radius: 25px;
    color: var(--thm-black);
    font-weight: bold;
}

.headersec {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    background-color: var(--thm-orange);
}

.headersec .navbar-nav .nav-item .nav-link {
    color: var(--thm-default);
}

/* ======= Banner section ====== */

.bannersec {
 /*    background: url('/web/20220429084809im_/https://dycoders.com/img/banner_bg.svg');*/
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding-bottom: 300px;
    padding-top: 150px;
    width: 100%;
    position: relative;
    background-color: #2462adf0;
}

.bannersec:after {
    content: '';
    height: 92px;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    display: block;
    background: url(/web/20220429084809im_/https://dycoders.com/img/banner_bot.svg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;

}

li.nav-item.dropdown.smallbx {
    position: relative;
}

.banner_content {
    max-width: 490px;
    width: 100%;
}

.bannersec h1 {
    font-weight: bold;
}

.bannersec p {
    line-height: 1.5;
    margin-top: 15px;
}

.wbtn.fl {
    padding-left: 35px;
    padding-right: 35px;
}

.orcolor {
    color: var(--thm-orange);
}

.py100 {
    padding-top: 100px;
    padding-bottom: 100px;
}


/* ========== Home Features section ========= */

.featsection {
    margin-top: -160px;
}

.bgcom,
.testimonailsec,
.portoslider {
    background: url('/web/20220429084809im_/https://dycoders.com/img/features_bg.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.featbx {
    background: var(--thm-default) url('/web/20220429084809im_/https://dycoders.com/img/post_dec.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: auto 90px;
    border-radius: 25px;
    box-shadow: 0px 0px 10px -7px #707070;
    padding: 25px 25px 110px;
    text-align: center;
}

.featbx h5 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 16px;
}

.featbx p {
    line-height: 1.7;
}

.wbtn.bo {
    background-color: var(--thm-orange);
    color: var(--thm-default);
    border: 1px solid rgb(242 103 34 / 36%);
}

.wbtn.bo:hover {
    background-color: var(--thm-default);
}


/* ============= Development sevices section =============== */

.headerbx h2 {
    font-weight: bold;
    color: var(--thm-black);
}

.headerbx p {
    margin-top: 25px;
}

.headerbx {
    text-align: center;
    margin-bottom: 70px;
}


.devservboxes .nav-item .nav-link {
    align-items: center;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 16px 16px 84px 0 rgb(0 0 0 / 3%);
    cursor: pointer;
    height: 130px;
    justify-content: center;
    min-width: 100%;
    padding: 25px;
    text-align: center;
    margin-bottom: 20px;
    border: none !important;
}

.devservboxes .nav-item .nav-link:hover {
    box-shadow: 16px 16px 84px 0 rgb(0 0 0 / 10%);
}

.devservboxes .nav-item .nav-link img {
    display: block;
    height: 37px;
    margin: auto;
    width: 37px;
}

.devservboxes .nav-item .nav-link span {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
    padding-top: 10px;
    color: var(--thm-black);
}

.devsec .tab-content ul {

    display: flex;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 30px;

}

.wbtn.bw {
    background-color: var(--thm-default);
}

.wbtn img {
    transition: all .2s ease-in-out;
    margin-left: 5px;
    width: 14px !important;
    height: 9px !important;
    object-fit: cover;
}

.wbtn.bw:hover {
    background-color: var(--thm-orange);
    color: var(--thm-default) !important;
}

.wbtn:hover img {
    transition: all .2s ease-in-out;
    filter: brightness(0) invert(0.1);
}

.devsec .tab-content ul li+li {
    margin-left: 30px;
}

.devsec .tab-content ul li img {
    width: 30px;
    height: 30px;
}

.devsec .tab-content .wbtn {
    border-color: var(--thm-black);
}

.devservboxes .nav-item .nav-link.active {
    background-color: var(--thm-orange);

}

.devservboxes .nav-item .nav-link.active img {
    filter: brightness(0) invert(1);
}

.devservboxes .nav-item .nav-link.active span {
    color: var(--thm-default);
}

/* ======= About us section ========= */

.prsbx {
    background: url(/web/20220429084809im_/https://dycoders.com/img/new/about_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 458px;
    position: relative;
}

.prsbx ul {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.prsbx ul li {
    font-size: 44px;
    line-height: 1;
    color: var(--thm-default);
}

.prsbx ul li strong {
    display: block;
}

.prsbx ul li span {
    font-size: 34px;
    font-weight: 500;
    display: block;
}

.prsbx ul li:first-child {
    position: absolute;
    top: 33%;
    left: 33%;
    transform: translate(-33%, -33%);
}

.prsbx ul li:nth-child(2) {
    position: absolute;
    top: 43%;
    left: 64%;
    transform: translate(-6%, -6%);
    font-size: 30px;
}

.prsbx ul li:nth-child(2) span {
    font-size: 22px;
}

.prsbx ul li:nth-child(3) {
    position: absolute;
    top: 83%;
    left: 50%;
    transform: translate(-50%, -83%);
    font-size: 56px;
}

.prsbx ul li:nth-child(3) span {
    font-size: 44px;
}

.absbx {
    max-width: 568px;
    width: 100%;
}

.absbx h2 {
    font-size: 42px;
    margin-bottom: 15px;
}

.subhead {
    font-size: 34px;
    text-transform: uppercase;
    color: var(--thm-black2);
}

.subhead span {
    position: relative;
}

.subhead span:after {
    content: '';
    width: 90px;
    height: 3px;
    background-color: var(--thm-orange);
    display: block;
    position: absolute;
    top: 50%;
    left: 140%;
    transform: translate(0, -50%);
}

.aboutsect p+p {
    margin-top: 20px;
}

/* ======= What We DO section ========= */

.headerbx .msubhead {
    position: relative;
    color: rgb(0 0 0 / 38%);
    display: inline-block;
}

.headerbx .msubhead:before {
    content: '';
    height: 3px;
    width: 40px;
    background-color: rgb(0 0 0 / 38%);
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 110%;
}

.headerbx .msubhead:after {
    content: '';
    height: 3px;
    width: 40px;
    background-color: rgb(0 0 0 / 38%);
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 110%;
}


/* ======= Logo Slider section ======= */


.logosec {
    background-color: #ebebeb;
    position: relative;

}

.logosec:before {
    content: '';
    height: 92px;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    display: block;
    background: url('/web/20220429084809im_/https://dycoders.com/img/upper_portion.svg');
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.logosec:after {
    content: '';
    height: 92px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: block;
    background: url(/web/20220429084809im_/https://dycoders.com/img/lowers_portion.svg);
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotate(180deg);
    z-index: 1;
}

.logoimg {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    display: block;
    background-color: var(--thm-default);
}

.py50 {
    padding-top: 50px;
    padding-bottom: 50px;
}


/* ======= Skills Section ========= */

.whatwedosec {
    background: url('/web/20220429084809im_/https://dycoders.com/img/skills_bg.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.main-timeline {
    position: relative
}

.main-timeline:before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: rgb(198 198 198 / 18%);
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}



.main-timeline .timeline {
    margin-bottom: 40px;
    position: relative
}

.main-timeline .timeline:after {
    content: "";
    display: block;
    clear: both
}

.main-timeline .icon {
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.main-timeline .icon:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.33s ease-out 0s
}

.main-timeline .icon:before {
    background: #fff;
    border: 2px solid #232323;
    left: 0px
}


.main-timeline .date-content {
    width: 50%;
    float: left;
    position: relative
}


.main-timeline .date-outer {
    width: 240px;
    height: 125px;
    font-size: 16px;
    text-align: center;
    z-index: 1
}


.main-timeline .date {
    width: 240px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0
}

.main-timeline .date:before {
    content: '';
    width: 75px;
    height: 75px;
    border-radius: 0 30px 0 30px;
    background-color: var(--thm-sblue);
    display: block;
    position: absolute;
    top: 30px;
    left: 35%;
    transform: translateX(-35%);
}

.main-timeline .date img {
    position: relative;
    z-index: 1;
}

.main-timeline .month {
    font-size: 18px;
    font-weight: 700
}

.main-timeline .year {
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: #232323;
    line-height: 36px
}

.main-timeline .timeline-content {
    width: 50%;
    padding: 20px 0 20px 50px;
    float: right
}

.main-timeline .title {
    font-size: 19px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 15px 0
}

.main-timeline .description {
    margin-bottom: 0;
    max-width: 350px;
    width: 100%;
}

.main-timeline .timeline:nth-child(odd) .date-content .date-outer,
.main-timeline .timeline:nth-child(odd) .date-content .date {
    float: right;
    margin-left: auto;
    left: auto;
    right: 0;
}

.main-timeline .timeline:nth-child(even) .date-content .date:before {
    left: 65%;
    transform: translateX(-65%);
}

.main-timeline .timeline:nth-child(odd) .icon:before {
    border: none;
    background-color: var(--thm-black);
}

.main-timeline .timeline:nth-child(even) .icon:before {
    border: none;
    background-color: var(--thm-orange);
}


.main-timeline .timeline:nth-child(2) .date-content .date:before {
    background-color: var(--thm-green);
}

.main-timeline .timeline:nth-child(3) .date-content .date:before {
    background-color: var(--thm-purple);
}

.main-timeline .timeline:nth-child(4) .date-content .date:before {
    background-color: var(--thm-orange);
}

.main-timeline .timeline:nth-child(even) .timeline-content .description {
    float: right;
}

.main-timeline .timeline:nth-child(2n) .date-content {
    float: right
}

.main-timeline .timeline:nth-child(2n) .date-content:before {
    left: 10px
}

.main-timeline .timeline:nth-child(2n) .timeline-content {
    padding: 20px 50px 20px 0;
    text-align: right
}

@media only screen and (max-width: 991px) {
    .main-timeline .date-content {
        margin-top: 35px
    }

    .main-timeline .date-content:before {
        width: 22.5%
    }

    .main-timeline .timeline-content {
        padding: 10px 0 10px 30px
    }

    .main-timeline .title {
        font-size: 17px
    }

    .main-timeline .timeline:nth-child(2n) .timeline-content {
        padding: 10px 30px 10px 0
    }
}

@media only screen and (max-width: 767px) {
    .main-timeline:before {
        margin: 0;
        left: 7px
    }

    .main-timeline .timeline {
        margin-bottom: 20px
    }

    .main-timeline .timeline:last-child {
        margin-bottom: 0
    }

    .main-timeline .icon {
        margin: auto 0
    }

    .main-timeline .date-content {
        width: 95%;
        float: right;
        margin-top: 0
    }

    .main-timeline .date-content:before {
        display: none
    }

    .main-timeline .date-outer {
        width: 110px;
        height: 110px
    }

    .main-timeline .date-outer:before,
    .main-timeline .date-outer:after {
        width: 110px;
        height: 110px
    }

    .main-timeline .date {
        top: 30%
    }

    .main-timeline .year {
        font-size: 24px
    }

    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        width: 95%;
        text-align: center;
        padding: 10px 0
    }

    .main-timeline .title {
        margin-bottom: 10px
    }
}


/* ======== Our Tech section ======== */

.ourtechsec {
    background: linear-gradient(180deg, rgba(137, 166, 184, 1) 0%, rgba(255, 255, 255, 1) 78%);
}

.ourtechsec ul li .skillogo {
    height: 75px;
    border: 1px solid #AFAFAF;
    width: 100%;
    position: relative;
    display: block;
}

.ourtechsec ul li .skillogo img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 15px;
}

.ourtechsec .col-lg-6 .row {
    margin-left: -7px;
    margin-right: -7px;
}

.ourtechsec .col-lg-6 [class*='col-'] {
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.ourtechsec .wbtn i {
    width: 48px;
    height: 48px;
    background-color: #fff;
    border-radius: 0 12px 0 12px;
    color: #e96629;
    line-height: 48px;
    font-size: 23px;
    margin-right: 30px;

}

.ourtechsec .wbtn strong {
    display: block;
    text-align: left;
    font-size: 21px;
    font-weight: 600;
    line-height: 1;
}

.ourtechsec .wbtn {
    display: flex;
    align-items: center;
    font-size: 19px !important;
    font-weight: 500;
    padding-left: 10px;
    padding-right: 10px;
    width: 323px;
    margin: 0 auto;
}

.ourtechsec .wbtn:hover i {
    background-color: var(--thm-orange);
    color: var(--thm-default);
}

.ourtechsec .absbx {
    margin-bottom: 15px;
}



/* ========== Portfolio slider ========== */

.indusec {
    background-color: #f8f8f8;
}

.catslider li {
    cursor: pointer;
    display: inline-block;
    list-style: none;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
}

.catslider li+li {
    margin-left: 30px;
}

.catslider {
    border-bottom: 1px solid #000;
    display: inline-block;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 100%;
}

.my50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.imgslid {
    text-align: center;
}

.imgslid img {
    border-radius: 7px;
    height: 260px;
    opacity: .6;
    width: 100%;
    object-fit: cover;
}

.imgslid {
    padding: 0 15px;
    position: relative;
    margin-top: 40px;
}

.slick-slide.slick-current.slick-active.slick-center img {
    height: 300px;
    opacity: 1;
    margin-top: 0;
}

.slick-slide.slick-current.slick-active.slick-center .imgslid {
    margin-top: 0;
}

.imgslid h5 {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    top: 0;
}

.imgslid .wbtn {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
    width: 180px;
}

.imgslid:hover .wbtn {
    opacity: 1;
    visibility: visible;
    transition: all .3s ease-in-out;
}

.slick-next,
.slick-prev {
    align-items: center;
    border-radius: 30px;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
    cursor: pointer;
    display: flex;
    height: 50px;
    justify-content: center;
    width: 50px;
    background-color: var(--thm-orange) !important;
}

.slick-next:hover,
.slick-prev:hover {
    background-color: var(--thm-black) !important;
}

.px30 {
    padding-left: 50px;
    padding-right: 50px;
}


.textslider {
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.catslider a {
    font-weight: normal;
    color: var(--thm-black);
}

.catslider a:hover {
    color: var(--thm-orange);
}

.portfoliosec p {
    margin: 35px 0 75px;
}

.portfoliosec .slick-prev {
    position: absolute;
    bottom: -85px;
    top: auto;
    right: 10%;
    left: auto;
    z-index: 10;
}

.portfoliosec .slick-next {
    position: absolute;
    bottom: -85px;
    top: auto;
    right: 4%;
    left: auto;
    z-index: 10;
}

.slick-dots li button::before {
    font-size: 45px;
    line-height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    content: "â€¢";
    text-align: center;
    opacity: 0.25;
    color: rgb(156, 156, 156);
}

.slick-dots li.slick-active button:before {
    color: var(--thm-orange);
}


.prtbg {
    background: url(/web/20220429084809im_/https://dycoders.com/img/portfolio_shape.svg);
    background-repeat: no-repeat;
    background-size: auto 430px;
    background-position: center center;
    height: 450px;
}

.prtbg img {
    height: 330px;
    position: absolute;
    right: 10%;
    bottom: 10%;
}

.portoslider .carousel-control-next,
.portoslider .carousel-control-prev {

    width: 45px;
    color: var(--thm-orange);
    opacity: 1;
    height: 45px;
    border-radius: 50%;
    border: 2px solid var(--thm-orange);
    font-size: 30px;
    position: initial;
    z-index: 10;
}

.portarrows {
    max-width: 460px;
    width: 100%;
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.portarrows .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #d5d5d5;
    opacity: 1;
    margin-left: 6px;
    margin-right: 6px;
}

.portarrows .carousel-indicators .active {
    width: 18px;
    height: 18px;
    background-color: var(--thm-orange);
}

.portarrows .carousel-indicators {
    align-items: center;
    margin-bottom: 0;
    top: 0;
}

/*========== Have a Question section =========== */

.contwidgetsec {
    margin-top: 50px;
    margin-bottom: 20px;
}

.py70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.questmsgsec {
    background: url('/web/20220429084809im_/https://dycoders.com/img/new/back.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.questmsgsec h2 {
    color: var(--thm-default);
}

.questmsgsec [class*='col-'] {
    position: relative;
    z-index: 1;
}

.questmsgsec p {
    color: var(--thm-default);
    margin-bottom: 30px;
}

.questmsgsec .col-lg-7 h2 {
    margin-bottom: 30px;
}

.contwidin {
    /*background: url('/web/20220429084809im_/https://dycoders.com/img/ft_cont_bg.svg');*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    padding: 50px 30px;
    border-radius: 20px;
    background-color: #2462adf0;
    
}

/* =========== Hire Experts section =============== */

.vidbox {
    background: url('/web/20220429084809im_/https://dycoders.com/img/video_thubnail-06c3d95d4866c8f6c6113067c5edfd45.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
    height: 340px;
    position: relative;
}

.vidbox a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%);
}

.vidbox a img {
    height: 70px;
}

.bg-gray {
    background-color: #f8f8f8;
}

.hirexpertsec p {
    margin-top: 15px;

}

/* =============== Engagement Models section ============== */

.featurebx {
    align-items: center;
    background-color: #fff;
    border-radius: 7px;
    box-shadow: 16px 16px 84px 0 rgb(0 0 0 / 4%);
    display: flex;
    margin: 15px 0;
    min-height: 120px;
    padding: 0 15px;
}

.featurebx img {
    height: 55px;
    margin-right: 10px;
}

.featuresblk .featurebx:nth-child(even) {
    margin-left: 40px;
}

.featuresblk .featurebx:nth-child(odd) {
    margin-right: 40px;
}

.engmodelsec .headerbx {
    max-width: 380px;
    width: 100%;
    text-align: left;
}

.engmodelsec .headerbx img {
    margin-top: 50px;
}

.bg-orange {
    background-color: var(--thm-orange);
}

.counterbx h3 {
    font-size: 36px;
    font-weight: 700;
    margin-top: 25px;
}

.contformbx {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 16px 16px 84px 0 rgb(0 0 0 / 4%);
    color: #fff;
    padding: 35px 25px;
    margin-top: 15px;


}

#contform {
    text-align: center;
    max-width: 481px;
    width: 100%;
    margin: 0 auto;
}

form .form-group {
    margin-bottom: 15px;
}

form .form-control {
    border-radius: 0;
    background-color: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    height: 42px;
    border-bottom: 1px solid var(--thm-default) !important;
    padding-left: 0;
    color: var(--thm-default) !important;
}

.questmsgsec .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--thm-default) !important;
}

.questmsgsec .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--thm-default) !important;
}

.questmsgsec .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: var(--thm-default) !important;
}

.questmsgsec .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: var(--thm-default) !important;
}

form textarea {
    height: 100px !important;
    resize: none;
}

.form-check input {
    width: 18px !important;
    height: 18px !important;
}

.form-check label {
    color: var(--thm-black);
    margin-left: 5px;
    text-align: left;
}

.form-check-input {
    margin-top: 0;
}

.attachbx input {
    opacity: 0;
    width: 100%;
    z-index: 1;
    position: relative;
}

.attachbx span {
    color: var(--thm-default);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.attachbx {
    position: relative;
    width: 90px;
    overflow: hidden;
}

.form-check {
    text-align: left;
}

a.ftlogo img {
    height: 50px;
    filter: brightness(0) invert(1);
}

.ftemail h5 img {
    height: 24px;
    margin-right: 10px;
    margin-top: -4px;
}

.ftemail {
    color: var(--thm-default);
}

.ftemail ul {
    display: flex;
    align-items: center;
}

.ftemail ul li a {
    color: var(--thm-default);
    font-size: 16px;
}

.ftemail ul li {
    position: relative;
}

.ftemail ul li+li:before {
    content: '|';
    padding: 0 10px;

}

.ftemail ul li a:hover {
    color: var(--thm-black);
}

.addressbx+.addressbx {
    margin-top: 30px;
}

.addressbx img {
    height: 23px;
}

.addressbx h5,
.addressbx a {
    color: var(--thm-default);

}

.addressbx a {
    width: 90%;
    display: block;
}

.addressbx h5 {
    margin-bottom: 15px;
}

.newslettr input {
    height: 50px;
    border-radius: 8px;
    border: 1px solid #fff !important;
    background-color: #fff !important;
    padding-left: 10px;
    color: var(--thm-black) !important;
}

.newslettr {
    position: relative;
    padding-right: 170px;
}

.newslettr a {
    color: var(--thm-default);
    height: 50px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
    padding-top: 0;
    padding-bottom: 0;
}

.newslet h5 {
    color: var(--thm-default);
    margin-bottom: 30px;
}

.socialmed ul {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.socialmed ul li a {
    width: 36px;
    height: 36px;
    background-color: var(--thm-default);
    border-radius: 6px;
    display: block;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    color: var(--thm-orange);
}

.socialmed ul li+li {
    margin-left: 15px;
}

.socialmed ul li a:hover {
    background-color: var(--thm-black);
    color: var(--thm-default);
}

.borderx {
    border-top: 1px solid rgb(255 255 255 / 23%);
    margin: 30px 0;
    display: block;
}

.newslet {
    margin-top: 30px;
}

/* ======== CopyRight section ======= */

.copyrghtsec {
    background-color: var(--thm-default);
    padding: 20px 0;
}

.copyrghtsec p,
.copyrghtsec ul li a {
    color: var(--thm-black);
    font-size: 14px;
}

.copyrightbx p a {
    color: var(--thm-black);
    border-bottom: 1px solid var(--thm-black);
}

.copyrghtsec ul li {
    float: left;
    position: relative;
}

.copyrghtsec ul li a {
    text-decoration: underline;
}

.copyrghtsec ul li+li:before {
    content: '|';
    margin: 0 10px;
    color: var(--thm-default);
}

.copyrghtsec ul li a:hover {
    text-decoration: underline;
}

.copyrghtsec ul {
    float: right;
}

.letusknowsec {
    background: #f8f8f8 url('/web/20220429084809im_/https://dycoders.com/img/decorate_img.svg');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto 500px;
}



/* ==========================================
                Service Page
=============================================*/
.mt70 {
    margin-top: 55px;
}

.innerpg .headersec {
    background-color: var(--thm-orange) !important;
}

.innerpg .headersec .navbar-brand img {
    filter: brightness(0) invert(1);
}

.servicebanner p {
    margin-top: 20px;
}

.blist li {
    font-size: 16px;
    position: relative;
    padding-left: 20px;
    margin-top: 15px;
    line-height: 1.2;
}

.blist li:before {
    content: '\f111';
    font-family: FontAwesome;
    color: var(--thm-orange);
    font-size: 10px;
    position: absolute;
    top: 5px;
    left: 0;
}


.hiredevelopersec {
    background: var(--thm-default) url('/web/20220429084809im_/https://dycoders.com/img/servbgsvg.svg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.hiredevelopersec .headerbx {
    text-align: left;
}

.hrbox h5 {
    margin: 15px 0;
}

/* ========== Hire Dedicated developers section ========= */

.hrdx {
    text-align: center;
    padding: 40px;
}

.hrdx img {
    height: 128px;
}

.hrdx p {
    font-size: 18px;
    width: 174px;
    margin: 15px auto 0;
}

.osrcbx {
    position: relative;
    padding-left: 30px;
}

.osrcbx+.osrcbx {
    margin-top: 30px;
}

.osrcbx:before {
    content: '';
    background-image: linear-gradient(to bottom, var(--thm-dorange) 0%, var(--thm-orange) 100%);
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 5px;
}

.outsourcesec img {
    height: 327px;
    margin: 0 auto;
    display: block;
}

/* ======== Dev Tools section ======== */


.devtoolsec {
    background-color: var(--thm-gray2);
}

.dvtool {
    text-align: center;
    margin: 15px 0;
}

.dvtool p {
    margin-top: 15px;
}

.faqblk {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

.accordion-button:not(.collapsed) {
    color: #ffffff !important;
    background-color: #2462adf0 !important;
    box-shadow: none !important;
}

.accordion-button:after {
    filter: brightness(0);
}

.accordion-button {
    background-color: #f8f8f8;
}

.headersec.darkHeader .navbar-brand img {
    filter: brightness(0) invert(1);
}

/* =============================================
                Industry Page
===============================================*/

.customcontsec {
    /*background: url(/web/20220429084809im_/https://dycoders.com/img/ft_cont_bg.svg);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #2462adf0;
}

.py50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.servban {
    background: #f2f2f2 url('/web/20220429084809im_/https://dycoders.com/img/banner-bg-9b62edead1cdba5ada17d1ae7ea2a765.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    display: block;
    padding-bottom: 196px;
    padding-top: 124px;
}

.servfeat {
    background-color: #f2f2f2;
    background-image: none;
}

.hireblk h2 {
    margin-bottom: 30px;
}

.hireblk p,
.hireblk .osrcbx+.osrcbx {
    margin-top: 15px;
}

.dedicatbx.projbx img {
    filter: brightness(0.3);
}

.contsec .form-control {
    border: 1px solid var(--thm-default) !important;
    border-radius: 8px;
}

/* ======== Dedicated Team section ========= */

.dedicatbx {
    border-radius: 20px;
    padding: 75px 30px;
    background: linear-gradient(265deg, var(--thm-orange), var(--thm-d2orange));
    color: var(--thm-default);
    display: flex;
    align-items: flex-start;

}

.dedicatbx.projbx {
    background: var(--thm-default);
    color: var(--thm-black);
}

.dedicatbx img {
    height: 115px;
    margin-right: 20px;
}

.letusentrustsec .col-lg-6 {
    display: flex;
    align-items: stretch;
}

.dedicatbx .btn {
    margin-top: 20px;
}

.bg-gray2 {
    background-color: var(--thm-gray2);
}

.bg-gray3 {
    background-color: var(--thm-gray3);
}

.dedicbx p {
    min-height: 90px;
}

.devdetail p {
    margin-top: 15px;
}

.devdetail h2,
.devdetail h3 {
    margin-top: 30px;
}

.devdetail ul li {
    font-size: 16px;
    color: var(--thm-black);
    margin-top: 15px;
    list-style: disc;
    margin-left: 15px;
}

.devdetail {
    padding: 30px;
    height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 20px;
}

/* ========= Why us section ========= */

.whyuseusec img {

    max-width: 900px;
    width: 100%;
    margin: 50px auto 0;
}

select.form-control {
    appearance: auto;
}

.contsec #contform {
    max-width: 550px;
    width: 100%;
}

.contsec .contformbx {

    background-color: var(--thm-orange);
    border-radius: 20px;
}

.contsec .contformbx label {
    display: block;
    text-align: left;
    margin-bottom: 5px;
}

.contformbx label sup {
    font-size: 12px;
}

.servicebanner .blist {
    margin-top: 30px;
}

.servicebanner h5 {
    font-weight: normal;
    font-size: 24px;
    margin-top: 20px;
}

.appbs .osrcbx {
    padding-left: 0;
}

.appbs .osrcbx::before {
    display: none;
}

.devtools img {
    height: 60px;
}

.dvtool p {
    text-transform: capitalize;
}


.ourstrysec .main-timeline .date:before {
    display: none;
}

.ourstrysec .main-timeline .date {
    top: 50%;
    transform: translateY(-50%);
}

.ourstrysec .main-timeline .month {
    font-size: 36px;
}

.ourstrysec .main-timeline .timeline:nth-child(even) .date-content .date .month {
    color: var(--thm-orange);
}

.ourstrysec .main-timeline .title {
    margin: 24px 0 15px 0;
    font-weight: 500;
    font-size: 18px;
}

.wbtn img {
    display: inline-block;
}

.hrbox img {
    height: 38px;
}

.dedicbanner img {
    max-width: 738px;
    width: 100%;
    margin: 0 auto;
    height: 350px;
}

.dedicbanner {
    background-color: var(--thm-pink);
    clip-path: polygon(0 0, 100% 0, 100% 89%, 0% 100%);
}

.py200 {
    padding-top: 200px;
    padding-bottom: 200px;
}


.whyuseusec .col-lg-4 .dbx {
    background-color: #f2f2f2;
    padding: 30px;
    border-radius: 5px;
    margin-top: 30px;
}

.mdx {
    padding: 15px;
    background-color: var(--thm-default);
    margin: 12px 0;
    border-radius: 8px;
    width: 100%;
    box-shadow: 0 0 21px -6px rgb(53 78 94 / 24%);
}

.modelteamsec .headerbx {
    text-align: left;
}

.testimg {
    width: 200px;
    height: 200px;
    background-color: #2462ad;
    border-radius: 50%;
    text-align: center;
    line-height: 200px;
    margin: 0 auto;
    box-shadow: 0 0 13px -5px #333;
    position: relative;
}

.testimg img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 15px;
    filter: brightness(0) invert(1);
}

.testidet ul li+li {
    margin-left: 7px;
}

.testidet ul li {
    font-size: 25px;
}

.testidet ul {
    display: flex;
    align-items: center;
}

.testidet p {
    margin: 15px 0 30px;
    font-size: 16px;
}

.advmodelteamsec .headerbx {
    text-align: left;
}

.advmodelteamsec img {
    height: 48px;
}

.advmodelteamsec h5 {
    margin-top: 8px;
}

.hiredevelopersec .card {
    width: 100%;
    box-shadow: 0px 0px 10px -7px #333;
}

.hiredevelopersec .card a {
    float: right;
    margin-top: 11px;
    font-size: 15px;
    color: var(--thm-orange);
}

.hiredevelopersec .card a:hover {
    color: var(--thm-black);
    text-decoration: underline;
}

.hiredevelopersec .card.border-warning {
    border-color: var(--thm-orange) !important;
}

select>option {
    color: var(--thm-black) !important;
}

.servicebanner .form-control {
    padding-left: 10px;
}

/* ======= Pricing Tables ========= */

.pricingTable {
    background-color: var(--thm-default);
    text-align: center;
    padding: 0 0 75px;
    border-radius: 10px;
    box-shadow: 0 0 18px -10px #333;
    position: relative;
    z-index: 1;
    width: 100%;
}

.pricingTable .pricingTable-header {
    color: var(--thm-default);
    background: linear-gradient(#2462ad9c,  #2462ad);
    padding: 20px 15px 30px;
    margin: 0 0 40px;
    border-radius: 10px;
    position: relative;
}

.pricingTable .pricingTable-header:after {
    content: '';
    background: #2462ad;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: -15px;
    z-index: -1;
}

.pricingTable .title {
    color: var(--thm-black);
    background-color: var(--thm-default);
    font-size: 19px;
    font-weight: 600;
    padding: 6px 20px 5px;
    margin: 0;
    border-radius: 10px;
    display: inline-block;
    width: 100%;
}

.pricingTable .price-value {
    color: var(--thm-default);
    font-size: 55px;
    font-weight: 400;
    line-height: 55px;
}

.pricingTable .pricing-content {
    text-align: left;
    padding: 0 25px;
    margin: 0 0 30px;
    list-style: none;
}

.pricingTable-signup {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}

.pricingTable .pricing-content li {
    color: var(--thm-black);
    font-size: 15px;
    padding: 0 0 0 20px;
    margin: 0 0 15px;
    position: relative;
}

.pricingTable .pricing-content li:last-child {
    margin-bottom: 0;
}

.pricingTable .pricing-content li:before {
    content: '';
    background: linear-gradient(#53A1FF, #5F70F6);
    height: 10px;
    width: 10px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 3px;
}

.pricingTable.green .pricingTable-header,
.pricingTable.green .pricing-content li:before {
    background: linear-gradient(#354e5e80, #354e5e);
}

.pricingTable.green .pricingTable-header:after {
    background-color: #354e5e;
}

.pricingTable.pink .pricingTable-header,
.pricingTable.pink .pricing-content li:before {
    background: linear-gradient(#2462ad9c,  #2462ad)
}

.pricingTable.pink .pricingTable-header:after {
    background-color: #2462ad;
}

.pricingTable h6 {
    padding: 0 25px 20px;
    text-align: left;

}

@media only screen and (max-width: 990px) {
    .pricingTable {
        margin: 0 0 30px;
    }
}
