h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0px;
    padding: 0px;
}

h3 {
    font-weight: inherit !important;
}

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

a,
button {
    -webkit-transition: all 250ms ease 0s;
    -moz-transition: all 250ms ease 0s;
    -ms-transition: all 250ms ease 0s;
    -o-transition: all 250ms ease 0s;
    transition: all 250ms ease 0s;
}

button,
button:focus {
    outline: none;
    border: none;
    cursor: pointer;
}

input,
select,
textarea {
    font-size: 16px;
    line-height: 37px;
}

textarea:hover,
textarea:focus,
textarea:active {
    outline: none;
    box-shadow: none;
}

input:hover,
input:active,
input:focus {
    outline: none;
    box-shadow: none;
}

select:hover,
select:active,
select:focus {
    outline: none;
    box-shadow: none;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.custom_container {
    width: 100%;
    max-width: 1400px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0px auto;
}

.custom_row {
    margin-left: -15px;
    margin-right: -15px;
}

.d_block {
    display: block !important;
}

.d_flex {
    display: flex !important;
}

.flex_row {
    flex-direction: row !important;
}

.flex_row_reverse {
    flex-direction: row-reverse !important;
}

.flex_column {
    flex-direction: column !important;
}

.flex_column_reverse {
    flex-direction: column-reverse !important;
}

.w_100 {
    width: 100% !important;
    max-width: 100% !important;
}

.cstm_col_3 {
    width: 25%;
}

.cstm_col_4 {
    width: 33.333%;
}

.cstm_col_6 {
    width: 50%;
}

.btn_area {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.btnCmn {
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    color: #FFFFFF;
    background: #1470DA;
}

.program_section {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 83px 0px 109px;
    background: #FFFFFF;
}

.program_section .cstm_row {
    margin: 0px -33px;
}

.program_section .cstm_col_6 {
    padding: 0px 33px;
    float: left;
}

.why_te_cont {
    width: 100%;
    display: inline-block;
    padding: 59px 37px 44px 46px;
    background: rgb(20, 85, 253);
    background: linear-gradient(136.34deg, rgb(20, 85, 253) 0%, rgb(205, 7, 16) 96.81%);
    border-radius: 20px;
}

.why_te_cont h3 {
    font-weight: 400 !important;
    font-size: 41px;
    line-height: 56px;
    color: #FFFFFF;
    margin-bottom: 18px;
}

.why_te_cont h3>strong {
    font-weight: 700;
    font-size: 46px;
    line-height: 56px;
    display: inline-block;
}

.why_te_cont p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #ECEFF7;
}

.why_te_cont p+p {
    margin-top: 22px;
}

.why_te_cont .btn_area {
    margin-top: 35px;
    text-align: left;
}

.hireBtn {
    display: inline-block;
    font-weight: 700;
    font-size: 19px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    padding: 19px;
    border: 1px solid #1455FD;
    background: #1455FD;
    border-radius: 10px;
}

.hireBtn:hover {
    background: rgba(20, 85, 253, 0.8);
}

.hire_box {
    width: 100%;
    display: inline-block;
    padding-top: 18px;
}

.hire_box h2 {
    font-weight: 700;
    font-size: 51px;
    line-height: 59px;
    color: #000000;
    position: relative;
}

.hire_box h2>span {
    font-weight: 300;
    font-size: 33px;
    line-height: 48px;
    color: #000000;
    display: block;
}

.hire_box>p {
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: #4B4B4B;
    margin-top: 34px;
}

.sm_border {
    width: 66px;
    height: 3px;
    background: #D30000;
    display: block;
    margin-top: 8px !important;
}

.mx_auto {
    margin: 0px auto;
}

.w_66 {
    width: 66px;
}

.w_46 {
    width: 46px;
}

.w_136 {
    width: 136px;
}

.red {
    background: #D30000 !important;
}

.fadeBlue {
    background: #97AFFF !important;
}

.hire_list {
    margin-top: 27px;
}

.hire_list li {
    width: 100%;
    display: inline-block;
    padding-left: 36px;
    position: relative;
}

.hire_list li::before {
    position: absolute;
    content: '';
    left: 2px;
    top: 4px;
    width: 22px;
    height: 22px;
    background: #FB1717;
    border-radius: 50%;
}

.hire_list li::after {
    position: absolute;
    content: '';
    left: 0px;
    top: 6px;
    width: 18px;
    height: 18px;
    background: #17328E;
    border-radius: 50%;
}

.hire_list li+li {
    margin-top: 25px;
}

.hire_list li p {
    font-weight: 500;
    font-size: 17px;
    line-height: 30px;
    color: #4B4B4B;
}

.hire_list li p>strong {
    display: block;
    color: #000000;
}

.sec_title {
    font-weight: 300;
    font-size: 52px;
    line-height: 88px;
    color: #000000;
    text-align: center;
}

.sec_title>strong {
    font-weight: 700;
    display: inline-block;
}

.expert_section {
    width: 100%;
    overflow: hidden;
    padding-top: 136px;
    padding-bottom: 55px;
    background: #0C236E;
    /* background: rgba(228, 30, 42, 1); */
    background-image: url(../images/hire-python/expert-bg-texture.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.expert_section::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 233px;
    left: 0px;
    top: 0px;
    background: url(../images/hire-python/top-curb.png) no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}

.expert_section .sec_title {
    max-width: 1200px;
    font-weight: 300;
    font-size: 44px;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 57px;
    margin-left: auto;
    margin-right: auto;
}

.expert_section .sub_title {
    margin-bottom: 30px;
    color: #FFF8F0;
}

.expert_section .cstm_row {
    margin: 0px -16.5px;
    display: flex;
    flex-wrap: wrap;
}

.expert_section .cstm_col_3 {
    padding: 0px 14.5px;
    display: flex;
    float: left;
    margin-bottom: 29px;
}

.expert_section .cstm_col_4 {
    padding: 0px 16.5px;
    display: flex;
    float: left;
    margin-bottom: 46px;
}

.expert_section .cstm_col_3 .exprt_cont_col {
    padding: 75px 20px 59px;
}

.exprt_cont_col {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 75px 38px 59px;
    background: #FFFFFF;
    background: #FFFFFF;
    border: 1px solid #CDE0FE;
    border-radius: 10px;
    justify-content: flex-start;
    text-align: center;
}

.exprt_cont_col .icon_box {
    width: 98px;
    height: 98px;
    border-radius: 50%;
    margin: 0px auto 30px;
    padding: 24px;
    background: #1470DA;
}

.exprt_cont_col .icon_box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.exprt_cont_col h4 {
    font-weight: 800;
    font-size: 19px;
    line-height: 30px;
    color: #0C236E;
    margin-bottom: 18px;
}

.exprt_cont_col p {
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #5F6471;
}

.technical_expert_section {
    width: 100%;
    display: inline-block;
    padding: 102px 0px 106px;
    background: #F4F4F4;
}

.tech_cstm_tbl {
    margin-top: 62px;
}

.tech_tbl {
    width: 100%;
    display: inline-block;
}

.tech_tbl>li {
    width: 100%;
    display: flex;
    border-radius: 5px;
    overflow: hidden;
}

.tech_tbl>li+li {
    margin-top: 19px;
}

.tech_tbl>li>.techlabl_name {
    width: 287px;
    padding: 29px 31px;
    background: rgb(4, 52, 173);
    background: linear-gradient(90.14deg, rgb(20, 85, 253) 1.07%, rgb(4, 52, 173) 99.97%);
}

.techlabl_name>span {
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    color: #FFFFFF;
}

.tech_name_list {
    width: calc(100% - 287px);
    display: inline-block;
    padding: 19px 37px 13px 10px;
    background: #FFFFFF;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.08);
}

.tech_name_list>li {
    padding: 5px 25px;
    margin: 3px 0px;
    float: left;
    border-right: 1px solid #C0BDBD;
}

.tech_name_list>li:last-child {
    border-right: 0px;
}

.tech_name_list>li>p {
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    color: #000000;
}

.step_section {
    width: 100%;
    display: inline-block;
    padding: 98px 0px 110px;
    background: linear-gradient(180deg, #EBF2FF 0%, #EBF2FF 100%);
}

.step_box_wrap {
    width: 100%;
    max-width: 835px;
    margin: 59px auto 0px;
}

.step_container {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.step_container::before {
    position: absolute;
    content: '';
    width: 1px;
    height: calc(100% + 33px);
    border-left: 1px dashed #605E62;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
    z-index: -1;
}

.step_container:first-child:before {
    height: calc(50% + 33px);
    top: 49%;
}

.step_container:last-child:before {
    height: 50%;
}

.step_container+.step_container {
    margin-top: 33px;
}

.step_container .round {
    position: absolute;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 4px solid #605E62;
    padding: 4px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #FFFFFF;
}

.step_container .round::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #000000;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.step_container.red_clr .stepIcon,
.step_container.red_clr .round::before {
    background: #D71C27;
}

.step_container.fadeBlue_clr .stepIcon,
.step_container.fadeBlue_clr .round::before {
    background: #57A4FC;
}

.step_container.dibRed_clr .stepIcon,
.step_container.dibRed_clr .round::before {
    background: #981219;
}

.step_container.dibBlue_clr .stepIcon,
.step_container.dibBlue_clr .round::before {
    background: #4D77B7;
}

.red_clr .step_iconDiv {
    border-color: #D71C27;
}

.fadeBlue_clr .step_iconDiv {
    border-color: #57A4FC;
}

.dibRed_clr .step_iconDiv {
    border-color: #981219;
}

.dibBlue_clr .step_iconDiv {
    border-color: #4D77B7;
}

.step_container .cstm_col_6 {
    float: left;
}

.step_container:nth-child(odd) .cstm_col_6:nth-child(1) {
    text-align: right;
    padding-right: 35px;
}

.step_container:nth-child(odd) .cstm_col_6:nth-child(2) {
    text-align: left;
    padding-left: 62px;
}

.step_container:nth-child(even) {
    flex-direction: row-reverse;
}

.step_container:nth-child(even) .cstm_col_6:nth-child(1) {
    text-align: left;
    padding-left: 35px;
}

.step_container:nth-child(even) .cstm_col_6:nth-child(2) {
    padding-right: 62px;
}

.step_iconDiv {
    width: 202px;
    height: 202px;
    padding: 10px;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    border-color: #D71C27;
    display: inline-block;
}

.step_iconDiv .stepIcon {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #D71C27;
    box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.18);
    padding: 40px;
}

.step_iconInfo {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 33px 45px;
    position: relative;
    z-index: 1;
}

.arrow_sign-left {
    position: absolute;
    width: 0px;
    height: 0px;
    left: -25px;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 25px solid #FFFFFF;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.arrow_sign-right {
    position: absolute;
    width: 0px;
    height: 0px;
    right: -25px;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid #FFFFFF;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.step_iconInfo strong {
    display: inline-block;
    font-weight: 600;
    font-size: 24px;
    line-height: 31px;
    color: #0C183F;
}

.hire_dev_pagkge_section {
    width: 100%;
    display: inline-block;
    padding: 117px 0px 67px;
    background: #F4F4F4;
    position: relative;
    z-index: 1;
}

.hire_dev_pagkge_section .sec_title {
    font-weight: 700;
}

.sub_title {
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    text-align: center;
    color: #4B4B4B;
    margin-top: 24px;
}

.dev_pagkge_row {
    margin: 80px -17px 69px;
}

.dev_pagkge_row .custom_col_3 {
    width: calc(33.333% - 3px);
    display: inline-block;
    vertical-align: bottom;
    padding-left: 17px;
    padding-right: 17px;
    margin: 0;
}

.packg_box {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    background: #FFFFFF;
    text-align: center;
}

.packg_box .pack_value_box {
    padding: 75px 50px 35px;
}

.pack_value_box strong {
    font-weight: 700;
    font-size: 68px;
    line-height: 72px;
    color: #000000;
    display: block;
}

.pack_value_box span {
    display: block;
    font-weight: 400;
    font-size: 29px;
    line-height: 30px;
    margin-top: 7px;
    color: #125ABB;
}

.pack_info_box {
    padding: 37px 45px 40px;
    background: #E9E9E9;
}

.pack_info_box p {
    font-weight: 400;
    font-size: 19px;
    line-height: 27px;
    text-align: center;
    color: #5F6471;
}

.packg_box:hover {
    background: linear-gradient(186.03deg, #E01E2A 0.2%, #24255D 70.09%);
    margin-top: -35px;
}

.packg_box:hover .pack_info_box {
    background: transparent;
}

.packg_box:hover .pack_info_box p {
    color: #FFDDD6;
}

.packg_box:hover .pack_value_box span {
    color: #FFD2AC;
}

.packg_box:hover .pack_value_box strong {
    color: #FFFFFF;
}

.packg_box:hover .pack_value_box {
    padding-top: 110px;
}

.hire_dev_pagkge_section .btn_area {
    width: 100%;
    display: inline-block;
    margin-top: 0px;
    text-align: center;
}

.btn_area .interview_btn {
    width: 100%;
    max-width: 464px;
    background: #1A5AFF;
    border-radius: 10px;
    padding: 19px 15px;
    font-weight: 700;
    font-size: 19px;
    line-height: 23px;
    text-align: center;
    color: #FFFFFF;
    border: 1px solid transparent;
    text-transform: capitalize;
    transition: 0.5s;
    display: block;
    margin: 0px auto;
}

.btn_area .interview_btn:hover {
    text-decoration: none;
    background: none;
    border-color: #1A5AFF;
    color: #1A5AFF;
}

.we_provide_section {
    width: 100%;
    display: inline-block;
    padding: 73px 0px 76px;
    background: #FFFFFF;
}

.we_provide_table {
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}

.col_provide {
    width: 34%;
    float: left;
}

.col_cmn3 {
    width: 22%;
    float: left;
}

.wePro_th {
    padding: 24px 10px;
    font-weight: 600;
    font-size: 27px;
    line-height: 36px;
    text-align: center;
}

.wePro_td {
    padding: 15px 10px;
    text-align: center;
    border-bottom: 1px solid #DCDBDB;
}

.wePro_td_lable {
    padding: 15px 24px 15px 40px;
}

.wePro_txt_lbl {
    font-weight: 500;
    font-size: 23px;
    line-height: 27px;
    color: #313644;
    text-align: left;
}

.wePro_txt {
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    color: #34423B;
}

.wePro_txt.yes {
    color: #0A9D57;
}

.wePro_txt.no {
    color: #F90C29;
}

.col_provide .wePro_th {
    background: #EFEDED;
    color: #3D3C3C;
}

.hourly .wePro_th {
    background: #1A5AFF;
    color: #FFFFFF;
}

.monthly .wePro_th {
    background: #4D7EFF;
    color: #FFFFFF;
}

.teamMembers .wePro_th {
    background: #073DC8;
    color: #FFFFFF;
}

.hourly .wePro_td,
.teamMembers .wePro_td {
    background: #FAF9F9;
}

.import_notice {
    background: #FAF9F9;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    text-align: center;
    color: #000000;
    padding: 17px 10px 14px;
}

.import_notice.sm {
    font-size: 15px;
    line-height: 19px;
}

.import_notice.no-bg {
    background-color: transparent;
}

.faq_section {
    width: 100%;
    display: inline-block;
    background: #E9F8FF;
    padding: 81px 0px 103px;
    position: relative;
    z-index: 1;
    counter-reset: section;
}

.faq_section .sec_title {
    font-weight: 700;
    font-size: 52px;
    line-height: 88px;
    text-align: center;
    color: #000000;
    margin-bottom: 58px;
}

.accordion_wrap {
    width: 100%;
    max-width: 870px;
    margin-left: auto;
    margin-right: auto;
}

.accordion_box {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #7CBFDF;
    box-shadow: 0px 4px 4px rgba(190, 218, 231, 0.62);
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.accordion_box:before {
    counter-increment: section;
    content: counter(section);
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    left: 25px;
    top: 25px;
    background: #17328E;
    font-family: 'Montserrat', sans-serif;
    z-index: 1;
    font-weight: 800;
    font-size: 20px;
    line-height: 32px;
    color: #FFFFFF;
    text-align: center;
    line-height: 35px;
}

.accordion_box:after {
    position: absolute;
    content: '';
    width: 35px;
    height: 35px;
    border-radius: 50%;
    left: 28px;
    top: 28px;
    background: #FB1717;
}

.accordion_box+.accordion_box {
    margin-top: 20px;
}

.accr_title {
    width: 100%;
    display: inline-block;
    padding: 28px 71px 24px 74px;
    background: #FFFFFF;
    position: relative;
    cursor: pointer;
}

.accr_title .accr_icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D30000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 39px;
    padding: 9px;
}

.accr_title h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
}

.accr_content {
    width: 100%;
    display: inline-block;
    border-top: 0px;
    background: #FFFFFF;
    padding: 0px 47px 36px 31px;
}

.accr_content p {
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #675E5E;
}

.accordion_box:not(.active) .accr_content {
    display: none;
}

.accordion_cont_bullet {
    width: 100%;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 40px;
}

.accordion_cont_bullet li {
    padding-left: 15px;
    display: block;
    position: relative;
}

.accordion_cont_bullet li::before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #000000;
    left: -12px;
    top: 7px;
}

.accordion_cont_bullet li+li {
    margin-top: 6px;
}

.accordion_cont_bullet li p {
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #675E5E;
}

.similar_dev_Section {
    width: 100%;
    overflow: hidden;
    padding: 39px 0px 43px;
    background: #DAEDF7;
}

.sec_title_box {
    width: 100%;
    display: inline-block;
    margin-bottom: 39px;
}

.sec_title_box h2 {
    font-weight: 300;
    font-size: 38px;
    line-height: 43px;
    color: #000000;
    text-align: center;
}

.sec_title_box h2 strong {
    font-weight: 700;
    display: block;
}

.sec_title_box .linkView_all {
    display: inline-block;
    margin-top: 22px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #115AAE;
}

.sec_title_box .linkView_all img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    transition: all 0.4s ease-in-out;
}

.sec_title_box .linkView_all:hover img {
    margin-left: 11px;
}

.similar_techBox_wrap {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.similar_techBox {
    margin: 0px -15px;
}

.similar_techBox_wrap .owl-carousel .owl-stage {
    margin: auto;
}

.similarTech_itm {
    width: 100%;
    display: inline-block;
    padding: 0px 15px;
}

.similar_tech_col {
    width: 100%;
    height: 148px;
    display: inline-block;
    padding: 17px 9px;
    background: #FFFFFF;
    border: 1px solid #7CBFDF;
    box-shadow: 0px 4px 4px rgba(190, 218, 231, 0.62);
    border-radius: 5px;
    transition: all 0.4s ease-in-out;
    margin: 15px 0px;
}

.similar_tech_col:hover {
    box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.3);
}

.simlar_tech_icon {
    width: auto;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 0px 12px;
    text-align: center;
}

.simlar_tech_icon>img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.similar_tech_col>p,
.similar_tech_col>a {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    display: block;
    text-align: center;
    color: #000000;
}

.similar_dev_Section .owl-carousel .owl-item img {
    width: auto;
}

.blog_section {
    width: 100%;
    display: inline-block;
    background: #F8F8F8;
    padding: 81px 0px 86px;
}

.blog_section .title_blog {
    font-weight: 700;
    font-size: 34px;
    line-height: 53px;
    color: #000000;
    margin-bottom: 40px;
}

.blog_section .cstm_row {
    margin: 0px -18px;
}

.blog_section .cstm_col_3 {
    padding: 0px 18px;
    float: left;
}

.blog_section .blog_col {
    padding: 18px 18px 16px;
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    border-radius: 10px;
}

.blog_col .blog_img {
    width: 100%;
    height: 185px;
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
}

.blog_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog_col h5 {
    font-weight: 600;
    font-size: 19px;
    line-height: 29px;
    color: #000000;
    margin-top: 40px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    min-height: 87px;
}

.blog_col p {
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #4B4B4B;
    margin-top: 14px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    min-height: 81px;
}

.blog_col .readmre_btn {
    padding: 7px 22px;
    border: 1px solid #1470DA;
    border-radius: 6px;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 29px;
    color: #1470DA;
    margin-top: 38px;
}

.trusted_by_section {
    background: #F5FAFE;
    position: relative;
    z-index: 0;
    padding: 78px 0px 89px;
}

.trusted_by_section:after {
    content: '';
    position: absolute;
    z-index: 1;
    right: 0;
    width: 61%;
    background-color: #1A5AFF;
    top: 0;
    bottom: 0;
    height: 100%;
}

.trusted_by_wrap {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.trusted_by_left {
    width: 100%;
    background-color: #fff;
    text-align: center;
    box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    padding: 60px 82px 40px;
}

.trusted_by_left h2 {
    margin-bottom: 44px;
}

.trusted_by_left p {
    font-size: 18px;
    color: #000;
    line-height: 1.4;
}

.speaker_details figure {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border: 5px solid #A1141C;
    position: relative;
    z-index: 3;
    border-radius: 50%;
    overflow: hidden;
}

.speaker_details .speaker_img {
    position: relative;
    z-index: 3;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    margin: 42px auto 35px;
}

.speaker_details .speaker_img:before {
    content: '';
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #DD1E2A;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    left: -25px;
    top: -15px;
    z-index: -1;
}

.speaker_details .speaker_img:after {
    content: '';
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    right: -25px;
    bottom: -15px;
    z-index: -1;
}

.speaker_details h3 {
    font-size: 24px;
    line-height: 33px;
    font-weight: 700 !important;
    color: #000000;
    margin-bottom: 1px;
}

.speaker_details h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #000;
}

.testimonial_text p {
    font-size: 19px;
    color: #4B4B4B;
    line-height: 1.55;
}

.owl-nav.disabled {
    display: none;
}

.trusted_by_section .owl-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
}

.trusted_by_section .owl-dot {
    margin-right: 10px;
}

.trusted_by_section .owl-dot:last-child {
    margin-right: 0;
}

.trusted_by_section .owl-dot span {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #D9D9D9;
    display: block;
}

.trusted_by_section .owl-dot.active span {
    background-color: #595656;
}

.consultant_section {
    width: 100%;
    display: inline-block;
    padding-top: 72px;
    padding-bottom: 76px;
    background: #0B60C2;
    position: relative;
    z-index: 1;
}

.consultant_section::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/homenew/te-consult-bg.png) no-repeat;
    background-size: auto auto;
    background-position: center top 187px;
    z-index: -1;
}

.consultant_section .sec_title {
    color: #FFFFFF;
}

.consultant_section .sec_title .sm_border {
    background: #FFFFFF;
}

.te_consult_wrap {
    display: flex;
    align-items: center;
    max-width: 796px;
    margin: 56px auto 0px;
    position: relative;
    z-index: 1;
}

.te_consult_wrap::before {
    position: absolute;
    content: "";
    width: 162px;
    height: 273px;
    background: url(../images/homenew/te-consult-rocket.png) no-repeat;
    background-size: 100%;
    left: -237px;
    bottom: 0;
    z-index: -1;
    animation: jump-animation 2s linear infinite
}

@keyframes jump-animation {
    0% {
        bottom: 0rem;
    }

    25% {
        bottom: 1rem;
    }

    50% {
        bottom: 1.5rem;
    }

    75% {
        bottom: 1rem;
    }

    100% {
        bottom: 0rem;
    }
}

.te_consult_wrap .te_consult_box {
    width: 432px;
    max-width: 100%;
}

.te_consult_wrap .te_consult_box form {
    width: 100%;
    display: inline-block;
    background: #FFFFFF;
    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.55);
    border-radius: 10px;
    padding: 36.2px 33.74px;
    padding-top: 45px;
    position: relative;
    z-index: 1;
}

.te_consult_wrap .te_consult_box form::before {
    position: absolute;
    content: "";
    width: 65px;
    height: 65px;
    left: 40.43px;
    bottom: -28.56px;
    z-index: -1;
    background: linear-gradient(180deg, #FAEB34 0%, #EB2122 100%);
    border-radius: 50%;
}

.form_fild_group {
    width: 100%;
    display: inline-block;
}

.form_fild {
    width: 100%;
    height: auto !important;
    display: inline-block;
    background: #FFFFFF;
    border: 1px solid #B3B8D2 !important;
    padding: 7.5px 15.07px !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #212741;
}

.form_fild::placeholder {
    color: #4D5361;
}

.form_fild:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #B3B8D2 !important;
}

.form_fild_group+.form_fild_group {
    margin-top: 11px;
}

textarea {
    resize: none;
}

.btn_area {
    width: 100%;
    display: inline-block;
    margin-top: 22.54px;
}

.consultant_section .btn_area button {
    width: 100%;
    display: inline-block;
    padding: 16px 10px;
    border: 3px solid #FB1717;
    background: #FB1717;
    font-weight: 700;
    font-size: 19px;
    line-height: 26px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.consultant_section .btn_area button:hover {
    background: none !important;
    color: #FB1717;
}

.frm_btn_txt {
    display: block;
    margin: 18px auto 0px;
    max-width: 245px;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #363636;
}

.consultant_expert {
    width: calc(100% - 432px);
}

.consultant_expert li {
    width: 90%;
    display: inline-block;
    transition: 0.5s;
}

.consultant_expert li+li {
    margin-top: 13px;
}

.consultant_expert li .consultProf_bx {
    width: 100%;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.29);
    border: 1px solid #FFFFFF;
    border-left: 0;
    border-radius: 0px 70px 70px 0px;
    padding: 11px 28px 11px 22px;
    text-decoration: none;
    transition: 0.5s;
}

.consultant_expert li:hover {
    width: 100%;
}

.consultant_expert li:hover .consultProf_bx {
    background: linear-gradient(180deg, #FD6CAF 0%, #DC3B85 100%);
    border-color: #eb5299;
}

.con_exp_img {
    width: 72px;
    height: 72px;
    overflow: hidden;
    border-radius: 50%;
}

.con_exp_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.con_exp_info {
    width: calc(100% - 72px);
    padding-left: 16px;
}

.con_exp_info strong {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
    display: block;
    margin-bottom: 5px;
}

.contact_no {
    display: inline-block;
    margin-top: 3px;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
}

.contact_no .cuntry_logo {
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}

.contact_no .cuntry_logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.company_form_section {
    width: 100%;
    padding: 132px 0px 138px;
    background: url(../images/form-background-map.png) no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
    z-index: 1;
}

.company_form_section::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(3, 22, 44, 0.7);
    z-index: -1;
    top: 0;
    left: 0;
}

.company_contact_form_wrap {
    width: 100%;
    max-width: 1105px;
    margin: 0px auto;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 70px 78px 44px;
}

.contact_form_title {
    font-weight: 300;
    font-size: 52px;
    line-height: 63px;
    text-align: center;
    color: #000000;
    margin-bottom: 56px;
}

.company_contact_form .cstm_row {
    margin: 0px -16px;
}

.company_contact_form .cstm_col_6 {
    float: left;
    padding: 0px 16px;
}

.company_contact_form .form_fild {
    padding: 20px 21px;
    height: auto;
    border-radius: 5px;
}

.company_contact_form textarea.form_fild {
    max-height: 275px;
    resize: none;
}

.company_contact_form .form_group+.form_group {
    margin-top: 19px;
}

.company_contact_form .btn_area {
    margin-top: 20px;
    text-align: right;
}

.company_contact_form .send_btn {
    font-weight: 700;
    font-size: 19px;
    line-height: 23px;
    text-align: center;
    color: #FFFFFF;
    padding: 19px 10px;
    background: #0B60C2;
    border-radius: 10px;
    width: 160px;
    border: 1px solid #0B60C2;
}

.company_contact_form .send_btn:hover {
    background: none;
    color: #0B60C2;
}

.portfolio_sec {
    width: 100%;
    display: inline-block;
    padding-top: 40px;
    padding-bottom: 55px;
    position: relative;
    z-index: 1;
}

.portfolio_sec .sec_title {
    margin-bottom: 75px;
}

.portfolio_sec .custom_portfolio_row {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    flex-wrap: wrap;
}

.portfolio_sec .custom_portfolio_row .cstm_col_4 {
    max-width: 33.33%;
    flex: 0 0 33.33%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
}

.portfolio_col {
    width: 100%;
    height: 302px;
    display: inline-block;
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
}

.portfolio_col img {
    width: 100%;
    height: 100%;
}

.portfolio_linkarea {
    width: 100%;
    display: inline-block;
    margin-top: 18.04px;
}

.portfolio_linkarea .link_img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    background: #c4c4c4;
    padding-top: 11px;
    float: left;
    margin-right: 16px;
}

.link_img img {
    display: inline-block;
}

.portfolio_link {
    width: calc(100% - 56px);
    float: left;
    margin-top: 11px;
}

.portfolio_link a {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #000;
}

.dib_pink {
    background: #ec70a7 !important;
}

.dib_green {
    background: #006174 !important;
}

.fade_green {
    background: #4cb684 !important;
}

.blue {
    background: #001f69 !important;
}

.fade_navy_blue {
    background: #356193 !important;
}

.fade_blue {
    background: #3c3980 !important;
}

.purple {
    background: #692c84 !important;
}

.purple2 {
    background: #642E86 !important;
}

.light_purple {
    background: #6f43ec !important;
}

.black {
    background: #000 !important;
}

.cyan {
    background: #27e4f0 !important;
}

.light_cyan {
    background: #57b0e0 !important;
}

.yellow {
    background: #fda310 !important;
}

.gray {
    background: #2b2b2b !important;
}

.dib_gray {
    background: #1f2b45 !important;
}

.lightseagreen {
    background: #1FA9A5 !important;
}

.gold {
    background: #F3C438 !important;
}

.royalblue {
    background: #5168F4 !important;
}

.brown {
    background: #D1A285 !important;
}

.orange {
    background: #F7570A !important;
}

.award_section {
    width: 100%;
    display: inline-block;
    padding: 50px 0px 60px;
    background-color: #0a53af;
    background-image: url(../images/award/award-background.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.award_section .sec_title {
    color: #FFFFFF;
    margin-bottom: 36px;
}

.award_section .cstm_row {
    margin: 0px -8px 20px;
    display: flex;
    flex-wrap: wrap;
}

.award__col_times {
    max-width: 28.5%;
    flex: 0 0 28.5%;
    padding: 0px 8px;
    display: flex;
    flex-direction: column;
}

.award__col_fast {
    max-width: 20.5%;
    flex: 0 0 20.5%;
    padding: 0px 8px;
    display: flex;
    flex-direction: column;
}

.award__col_brand {
    max-width: 49%;
    flex: 0 0 49%;
    padding: 0px 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 60px;
}

.award__col_brand p {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
}

.award__col_brand p+p {
    margin-top: 15px;
}

.award__col_brand .img_wrap {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: row;
    margin-top: 30px;
}

.award__col_brand .img_wrap figure {
    max-width: 80%;
}

.award__col_brand figure+figure {
    margin-left: 45px;
}

.award_section p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
}

.award__col_times {
    align-items: flex-start;
    justify-content: flex-end;
}

.award__col_times figure+figure {
    margin-top: 20px;
}

.award__col_fast {
    align-items: center;
    justify-content: flex-end;
}

.award__col_fast figure+figure {
    margin-top: 10px;
}

.award__col_fast figure:nth-child(2) {
    width: 89%;
}

.tools_technologies_section {
    padding: 100px 0;
    background-color: #0B60C2;
    color: #fff;
    text-align: center;
    background-image: url(../images/tools-technologies-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.tools_technologies_section .sec_title {
    margin-bottom: 90px;
}

.tools_technologies_section .cstm_row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
}

.tools_technologies_section .cstm_col_3 {
    padding: 0 16px;
    width: 33.33%;
    margin-bottom: 40px;
}

.tools_technologies_section .sec_title {
    margin-bottom: 40px;
    color: #fff;
}

.tools_technologies_section p {
    font-size: 21px;
    font-weight: 400;
    line-height: 1.7;
    text-align: center;
    color: #fff;
}

.tools_technologies_tab {
    margin-top: 50px;
}

ul.tab_menu {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    border-bottom: 1px solid #70AAEC;
    margin-bottom: 66px;
}

ul.tab_menu li {
    margin-right: 20px;
}

ul.tab_menu li:last-child {
    margin-right: 0;
}

ul.tab_menu li a {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    padding: 15px 17px;
    border: 1px solid #70AAEC;
    border-radius: 5px 5px 0px 0px;
    display: block;
    border-bottom: none;
}

ul.tab_menu li.active a {
    background-color: #fff;
    color: #0B60C2;
}

.tab_block {
    display: none;
}

.tab_block.active {
    display: block;
}

.tab_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}

.logo_block {
    width: 33.333%;
    padding: 0 8px;
    margin-bottom: 16px;
}

.tab_wrap.colm-4 .logo_block {
    width: 25%;
}

.tools_logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    height: 120px;
    padding: 10px;
}

.development_process_section {
    padding: 100px 0 60px;
    background-color: #F4F4F4;
    counter-reset: section;
}

.development_process_section .cstm_row>div {
    position: relative;
    z-index: 0;
}

.development_process_section .cstm_row>div:after {
    content: '';
    border-right: 1px dashed #7A7878;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 60px;
    z-index: 2;
}

.development_process_section .cstm_row>div:last-child:after {
    display: none;
}

.development_process_section .cstm_row>div:before {
    counter-increment: section;
    content: counter(section);
    background-color: #FF0000;
    width: 48px;
    height: 48px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 9px 9px rgba(0, 0, 0, 0.05);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 3;
    top: 55px;
    font-size: 25px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #FFFFFF;
}

.development_process_section .custom_col_1 {
    display: flex;
    flex-wrap: wrap;
    max-width: 1160px;
    margin: 0 auto;
    padding-bottom: 32px;
}

.development_process_section .custom_col_1:last-child {
    padding-bottom: 0px;
}

.development_process_section .custom_col_1:nth-child(even) {
    flex-direction: row-reverse;
}

.development_process_section .custom_col_1 figure {
    width: 50%;
    padding-left: 40px;
}

.development_process_section .custom_col_1 .content {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-right: 102px;
    padding-top: 55px;
}

.development_process_section .custom_col_1:nth-child(even) .content {
    justify-content: flex-start;
    padding-right: 0px;
    padding-left: 102px;
}

.development_process_section .custom_col_1:nth-child(even) figure {
    padding-left: 0;
    padding-right: 40px;
}

.development_process_section .custom_col_1 .text {
    width: 100%;
    display: inline-block;
    background: #FFFFFF;
    box-shadow: 0px 5px 21px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    padding: 35px 30px 30px 55px;
}

.development_process_section h3 {
    font-size: 21px;
    font-weight: 800 !important;
    margin-bottom: 15px;
    color: #0C236E;
    margin-bottom: 35px;
}

.development_process_section p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 25px;
    line-height: 1.8;
}

.development_process_section ul li {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 25px;
    position: relative;
    padding-left: 30px;
}

.development_process_section ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    background-image: url(../images/check-icon.png);
    width: 20px;
    height: 20px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.development_process_section .sec_title {
    margin-bottom: 40px;
}

.development_process_section .custom_col_1 figure img {
    margin: 0 auto;
}

#quote_msg_first .error_msg,
#quote_msg .error_msg {
    display: inline-block;
    vertical-align: top;
    color: #ff0000;
    background-color: #ffeaea;
    padding: 3px 10px;
    font-size: 13px;
    line-height: 17px;
    border-radius: 4px;
    max-width: 100%;
    margin: 0 0 12px 0;
}

#quote_msg_first .succ_msg,
#quote_msg .succ_msg {
    display: inline-block;
    vertical-align: top;
    color: #ffffff;
    background-color: #55b433;
    padding: 3px 10px;
    font-size: 13px;
    line-height: 17px;
    border-radius: 4px;
    max-width: 100%;
    margin: 0 0 12px 0;
}

.videoPopup {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    transition: 300ms;
    background-color: rgba(0, 0, 0, 0.62);
    padding: 0;
    visibility: hidden;
    opacity: 0;
}

.videoPopupBox {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100vh);
    width: 530px;
    max-width: calc(100% - 30px);
    height: auto;
    background-color: #000;
    border: 2px solid #fff;
    transition: 800ms;
}

.videoPopupBox h2 {
    display: block;
    color: #000;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin: 0;
    padding: 7px 16px 10px 7px;
    text-align: left;
    background-color: #ffffff;
}

.videoPopup .videoBox {
    display: block;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.videoPopup iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoPopup .close {
    display: block;
    position: absolute;
    top: -15px;
    right: -15px;
    background-color: #ff0000;
    z-index: 2;
    padding: 8px;
    border-radius: 100px;
}

.videoPopup img {
    display: block;
    width: 12px;
    height: auto;
}

.vdoShow .videoPopup {
    visibility: visible;
    opacity: 1;
}

.vdoShow .videoPopupBox {
    transform: translate(-50%, -50%);
}

.page_link {
    color: #0B60C2;
}

.page_link:hover {
    text-decoration: underline;
}

.custom-country-drop-down {
    display: block;
    float: left;
    width: 152px;
    position: relative;
    margin-bottom: 12px;
}

.custom-country-drop-down .selected-country {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    background: url(../images/down-arrow-black.svg) no-repeat right 10px center;
    background-size: 10px auto;
    width: 100%;
    height: auto;
    padding: 10px 28px 10px;
    border: 1px solid #bababa;
    background-color: #fff;
    color: #191d1c;
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
}

.custom-country-drop-down .selected-country img,
.custom-country-drop-down>ul li img {
    display: block;
    float: left;
    width: auto;
    height: 38px;
    margin: 0 6px 0 0;
}

.custom-country-drop-down>ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 300px;
    height: auto;
    max-height: 300px;
    overflow: auto;
    background-color: #fff;
    z-index: 1;
    margin-top: -3px;
    border: 1px solid #bababa;
    border-radius: 0 0 5px 5px;
}

.custom-country-drop-down>ul li {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    font-size: 17px;
    line-height: 21px;
    padding: 5px 28px;
    cursor: pointer;
    transition: 500ms;
}

.custom-country-drop-down>ul li:hover {
    background-color: #f2f2f2;
}

.phone-field {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.phone-field .cstm_form_fld_box {
    display: block;
    float: left;
    width: 100%;
    flex: 1;
}

.phone-field .custom-country-drop-down .selected-country {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: none;
    height: 62px;
}

.phone-field .cstm_form_fld_box .cstm_fild {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    height: 62px;
}

.te_consult_box .custom-country-drop-down {
    width: 130px;
    margin: 0;
}

.te_consult_box .phone-field .custom-country-drop-down .selected-country {
    padding: 10px 8px 10px;
}

.te_consult_box .phone-field .custom-country-drop-down .selected-country,
.te_consult_box .phone-field .cstm_form_fld_box .cstm_fild {
    height: 44px;
    border-radius: 0;
}

.form_group .custom-country-drop-down {
    margin: 0;
    width: 132px;
}

.form_group .phone-field .cstm_form_fld_box .cstm_fild,
.form_group .phone-field .custom-country-drop-down .selected-country {
    height: 45px;
}

.form_group .phone-field .custom-country-drop-down .selected-country {
    padding-left: 15.07px !important;
}


.hire__common_bnr .cstm_row {
    margin: 0px -14px;
    display: flex;
    flex-wrap: wrap;
}
.hire__common_bnr .cstm_col_6,
.hire__common_bnr .cstm_col_12 {
    padding: 0px 14px;
}
.hire__common_bnr .cstm_col_12 {
    width: 100%;
}

@media only screen and (max-width: 1400px) {
    .custom_container {
        max-width: 1200px;
    }

    .program_section .cstm_row {
        margin: 0px -15px;
    }

    .program_section .cstm_col_6 {
        padding: 0px 15px;
        float: left;
    }

    .why_te_cont {
        padding: 40px 26px 35px;
    }

    .why_te_cont h3 {
        font-size: 35px;
        line-height: 41px;
    }

    .why_te_cont h3>strong {
        font-size: 40px;
        line-height: 48px;
    }

    .why_te_cont p {
        line-height: 28px;
    }

    .hireBtn {
        padding: 14px 19px;
    }

    .hire_box h2 {
        font-size: 44px;
        line-height: 50px;
    }

    .hire_box h2>span {
        font-size: 30px;
        line-height: 40px;
    }

    .hire_box>p {
        margin-top: 25px;
    }

    .hire_list {
        margin-top: 20px;
    }

    .hire_list li+li {
        margin-top: 14px;
    }

    .sec_title {
        font-size: 42px;
        line-height: 54px;
    }

    .expert_section::before {
        height: 165px;
    }

    .expert_section .cstm_row {
        margin: 0px -15px;
    }

    .expert_section .cstm_col_4 {
        padding: 0px 15px;
        margin-bottom: 30px;
    }

    .expert_section .cstm_col_3 .exprt_cont_col {
        padding: 38px 15px 40px;
    }

    .exprt_cont_col {
        padding: 38px 22px 40px;
    }

    .exprt_cont_col h4 {
        font-size: 16px;
        line-height: 24px;
    }

    .wePro_th {
        font-size: 20px;
        line-height: 28px;
    }

    .wePro_td_lable {
        padding: 15px 20px 15px 25px;
    }

    .wePro_txt_lbl {
        font-size: 19px;
        line-height: 27px;
    }

    .wePro_txt {
        font-size: 16px;
        line-height: 27px;
    }

    .step_iconInfo {
        padding: 28px 35px;
    }

    .step_iconInfo strong {
        font-size: 20px;
    }

    .hire_dev_pagkge_section {
        padding: 80px 0px 65px;
    }

    .dev_pagkge_row {
        margin: 60px -15px 50px;
    }

    .dev_pagkge_row .custom_col_3 {
        padding: 0px 15px;
    }

    .pack_value_box strong {
        font-size: 48px;
        line-height: 62px;
    }

    .pack_value_box span {
        font-size: 22px;
    }

    .pack_info_box {
        padding: 28px 20px 35px;
    }

    .pack_info_box p {
        font-size: 18px;
        line-height: 28px;
    }

    .packg_box:hover .pack_value_box {
        padding-top: 100px;
    }

    .sec_title_box h2 {
        font-size: 34px;
    }

    .similar_tech_col {
        padding: 17px 6px;
    }

    .similar_tech_col>p,
    .similar_tech_col>a {
        font-size: 12px;
        line-height: 20px;
    }

    .blog_section .cstm_row {
        margin: 0px -15px;
    }

    .blog_section .cstm_col_3 {
        padding: 0px 15px;
    }

    .blog_section .blog_col {
        padding: 16px 14px;
    }

    .blog_col h5 {
        font-size: 16px;
        line-height: 23px;
        margin-top: 30px;
    }

    .blog_col p {
        font-size: 14px;
        line-height: 24px;
    }

    .blog_col .readmre_btn {
        margin-top: 32px;
    }

    .speaker_details h3 {
        font-size: 21px;
    }

    .speaker_details h4 {
        font-size: 16px;
    }

    .trusted_by_left p,
    .testimonial_text p {
        font-size: 16px;
    }

    .form_left_box {
        padding-right: 0px;
    }

    .form_left_box .sec_title {
        font-size: 45px;
    }

    .contact_dtl>li a {
        font-size: 18px;
    }

    .company_contact_form .cstm_row {
        margin: 0px -15px;
    }

    .company_contact_form .cstm_col_6 {
        padding: 0px 15px;
    }

    .company_contact_form .form_fild {
        padding: 10px 12px;
    }

    .company_contact_form textarea.form_fild {
        max-height: 207px;
    }

    .company_contact_form .form_group+.form_group {
        margin-top: 15px;
    }

    .company_contact_form .send_btn {
        font-size: 17px;
        padding: 14px 10px;
        width: 160px;
    }
}

@media only screen and (max-width: 1199px) {

    .hire_box h2,
    .sec_title,
    .trusted_by_left h2,
    .contact_form_title {
        font-size: 38px !important;
        line-height: 48px !important;
    }

    .expert_section {
        padding-top: 120px;
    }

    .expert_section::before {
        height: 125px;
    }

    .exprt_cont_col {
        padding: 38px 18px 40px;
    }

    .tech_cstm_tbl {
        margin-top: 30px;
    }

    .tech_name_list {
        padding: 12px 22px 13px 10px;
    }

    .tech_name_list>li {
        padding: 5px 18px;
    }

    .tech_tbl>li>.techlabl_name {
        padding: 12px 25px;
    }

    .tech_name_list>li>p {
        font-size: 15px;
        line-height: 22px;
    }

    .pack_info_box {
        padding: 18px 12px 25px;
    }

    .pack_info_box p {
        font-size: 16px;
        line-height: 28px;
    }

    .pack_value_box strong {
        font-size: 40px;
        line-height: 54px;
    }

    .pack_value_box span {
        font-size: 18px;
        line-height: 28px;
    }

    .btn_area .interview_btn {
        font-size: 18px;
    }

    .wePro_th {
        padding: 18px 10px;
        font-size: 18px;
        line-height: 28px;
    }

    .wePro_txt_lbl {
        font-size: 16px;
    }

    .similar_tech_col {
        height: 148px;
    }

    .company_form_section {
        padding: 60px 0px;
    }

    .consultant_section::after {
        background-size: 100% auto;
    }

    .te_consult_wrap::before {
        width: 150px;
        left: -170px;
    }

    .portfolio_col {
        height: 245px;
    }

    .tools_technologies_section {
        padding: 55px 0px;
    }

    .tools_technologies_section p {
        font-size: 18px;
    }

    ul.tab_menu li a {
        font-size: 16px;
    }

    ul.tab_menu {
        margin-bottom: 60px;
    }

    .tools_logo {
        height: 100px;
    }

    ul.tab_menu li a {
        padding: 12px 15px;
    }

    .development_process_section {
        padding: 55px 0px;
    }

    .development_process_section h3 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .development_process_section ul li {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .development_process_section .cstm_row>div:before {
        width: 45px;
        height: 45px;
    }

    .development_process_section .custom_col_1 .text {
        padding: 24px 18px 30px 30px;
    }
}

@media only screen and (max-width: 1100px) {
    .why_te_cont .btn_area {
        margin-top: 25px;
    }

    .hireBtn {
        font-size: 16px;
        line-height: 24px;
    }

    .trusted_by_left h2 {
        font-size: 37px;
        margin-bottom: 35px;
    }

    .trusted_by_left {
        padding: 50px 60px 40px;
    }

    .trusted_by_left p {
        font-size: 17px;
    }

    .testimonial_text p {
        font-size: 18px;
    }

    .speaker_details h3 {
        font-size: 22px;
    }

    .speaker_details h4 {
        font-size: 17px;
    }

    .blog_section .cstm_row {
        margin: 0px -10px;
    }

    .blog_section .cstm_col_3 {
        padding: 0px 10px;
    }

    .blog_col h5 {
        margin-bottom: 20px;
    }

    .blog_col p {
        margin-top: 10px;
    }

    .blog_col .readmre_btn {
        padding: 7px 18px;
        line-height: 24px;
        margin-top: 25px;
    }

    .contact_dtl>li {
        margin-bottom: 25px;
    }

    .contact_dtl>li .contact_icon {
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }

    .social_icon>li>a {
        width: 40px;
        height: 40px;
    }

    .tools_logo {
        height: 90px;
        padding: 15px 35px;
    }

    .tools_logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}

@media only screen and (max-width: 1024px) {

    .hire_box h2,
    .sec_title,
    .trusted_by_left h2,
    .why_te_cont h3,
    .why_te_cont h3>strong,
    .sec_title_box h2,
    .blog_section .title_blog,
    .contact_form_title {
        font-size: 30px !important;
        line-height: 36px !important;
    }

    .why_te_cont p,
    .hire_box>p,
    .hire_list li p,
    .sub_title,
    .import_notice,
    .trusted_by_left p,
    .testimonial_text p,
    .contact_dtl>li a,
    .form_box_cont .form_fild,
    .accr_title h4,
    .award_section p,
    .tools_technologies_section p {
        font-size: 16px;
        line-height: 24px;
    }

    .program_section {
        padding: 55px 0px 59px;
    }

    .why_te_cont {
        padding: 30px 26px 35px;
    }

    .expert_section {
        padding-top: 115px;
        padding-bottom: 30px;
    }

    .expert_section::before {
        height: 100px;
    }

    .expert_section .cstm_col_3 {
        width: 33.333%;
    }

    .technical_expert_section {
        padding: 55px 0px;
    }

    .tech_tbl>li>.techlabl_name {
        width: 240px;
        padding: 10px 15px;
    }

    .techlabl_name>span {
        font-size: 16px;
    }

    .tech_name_list {
        width: calc(100% - 240px);
        padding: 8px 10px;
    }

    .tech_name_list>li {
        padding: 5px 12px;
    }

    .step_section {
        padding: 55px 0px 60px;
    }

    .step_iconInfo {
        padding: 22px 30px;
    }

    .step_iconInfo strong {
        font-size: 18px;
    }

    .step_iconDiv {
        width: 165px;
        height: 165px;
    }

    .step_iconDiv .stepIcon {
        padding: 35px;
    }

    .hire_dev_pagkge_section {
        padding: 55px 0px;
    }

    .faq_section {
        padding: 55px 0px;
    }

    .faq_section .sec_title {
        margin-bottom: 30px;
    }

    .accr_title {
        padding: 18px 50px 18px 54px;
    }

    .accordion_box:before {
        width: 22px;
        height: 22px;
        left: 20px;
        top: 20px;
        font-size: 14px;
        font-weight: 600;
        line-height: 22px;
    }

    .accordion_box:after {
        width: 22px;
        height: 22px;
        top: 22px;
        left: 22px;
    }

    .accr_title .accr_icon {
        width: 22px;
        height: 22px;
        right: 20px;
        padding: 5px;
    }

    .sec_title_box .linkView_all {
        font-size: 15px;
    }

    .similar_techBox {
        margin: 0px;
    }

    .similarTech_itm {
        padding: 0px 8px;
    }

    .trusted_by_wrap {
        align-items: flex-start;
    }

    .trusted_by_left h2 {
        margin-bottom: 20px;
    }

    .speaker_details .speaker_img {
        margin: 35px auto 25px;
    }

    .blog_section {
        padding: 55px 0px 40px;
    }

    .blog_section .cstm_col_3 {
        width: 50%;
        margin-bottom: 30px;
    }

    .blog_section .title_blog {
        margin-bottom: 30px;
    }

    .social_icon {
        margin-top: 25px;
    }

    .te_consult_wrap::before {
        left: -100px;
    }

    .te_consult_wrap .te_consult_box form::before {
        width: 50px;
        height: 50px;
    }

    .contact_form_title {
        margin-bottom: 40px;
    }

    .company_contact_form_wrap {
        padding: 40px 38px;
    }

    .portfolio_sec h2 {
        margin-bottom: 35px;
    }

    .development_process_section .custom_col_1 .content {
        padding-right: 60px;
    }

    .development_process_section .custom_col_1:nth-child(even) .content {
        padding-left: 60px;
    }

    .award__col_brand figure+figure {
        margin-left: 20px;
    }

    .award__col_brand {
        padding-top: 0px;
    }

    .award__col_fast {
        justify-content: flex-end;
    }
}

@media only screen and (max-width: 991px) {
    .expert_section .sec_title {
        margin-bottom: 35px;
    }

    .dev_pagkge_row {
        margin: 60px -10px 35px;
    }

    .dev_pagkge_row .custom_col_3 {
        padding: 0px 10px;
    }

    .pack_value_box strong {
        font-size: 32px;
        line-height: 40px;
    }

    .pack_value_box span {
        font-size: 16px;
        line-height: 24px;
    }

    .pack_info_box {
        padding: 15px 10px 20px;
    }

    .pack_info_box p {
        font-size: 14px;
        line-height: 22px;
    }

    .btn_area .interview_btn {
        max-width: 320px;
        padding: 12px 15px;
        font-size: 16px;
        line-height: 24px;
    }

    .trusted_by_logo_holder {
        padding: 40px 0 40px 20px;
    }

    .trusted_by_left {
        padding: 40px 40px 25px;
    }

    .trusted_by_left h2 {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .trusted_by_left p {
        font-size: 16px;
    }

    .trust_logoImg_box {
        height: 125px;
        padding: 20px;
    }

    .testimonial_text p {
        font-size: 17px;
    }

    .speaker_details h3 {
        font-size: 20px;
    }

    .speaker_details h4 {
        font-size: 16px;
    }

    .portfolio_sec .custom_portfolio_row .cstm_col_4 {
        max-width: 33.33%;
        flex: 0 0 33.33%;
    }

    .portfolio_col {
        height: 225px;
    }

    ul.tab_menu li a {
        font-size: 15px;
        padding: 10px 12px;
    }

    ul.tab_menu {
        margin-bottom: 50px;
    }

    .tab_wrap {
        margin: 0 -5px;
    }

    .logo_block {
        padding: 0 5px;
        margin-bottom: 10px;
    }

    .consultant_section::after {
        opacity: 0.6;
    }

    .consultant_expert li .consultProf_bx {
        background: rgb(102, 167, 241, 0.39);
    }

    .award__col_brand p+p {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 880px) {
    .program_section .cstm_col_6 {
        width: 100%;
        float: none;
        display: inline-block;
    }

    .hire_box {
        padding-top: 25px;
    }

    .expert_section .cstm_col_3,
    .expert_section .cstm_col_4 {
        width: 50%;
    }

    .dev_pagkge_row .custom_col_3 {
        width: calc(50% - 3px);
        margin-bottom: 25px;
    }

    .dev_pagkge_row .custom_col_3:last-child {
        width: 100%;
    }

    .packg_box:hover {
        margin-top: 0;
    }

    .packg_box .pack_value_box {
        padding: 55px 25px 35px;
    }

    .packg_box:hover .pack_value_box {
        padding-top: 55px;
    }

    .wePro_th {
        font-size: 16px;
    }

    .trusted_by_left h2 {
        font-size: 30px;
    }

    .trusted_by_section {
        background-color: #1A5AFF;
        padding: 50px 0;
    }

    .trusted_by_left {
        margin-top: 0;
    }

    .trusted_by_wrap {
        display: block;
    }

    .trusted_by_section:after {
        content: normal;
    }

    .owl-dot span {
        width: 10px;
        height: 10px;
    }

    .consultant_section::after {
        background: none;
    }

    .consultant_section .custom_container {
        padding: 0px 10px;
    }

    .form_left_box {
        width: 100%;
        display: inline-block;
    }

    .form_left_box .sec_title {
        margin-bottom: 55px;
    }

    .social_icon {
        justify-content: center;
    }

    .te_consult_wrap {
        max-width: 767px;
        justify-content: center;
    }

    .te_consult_wrap .te_consult_box {
        width: 400px;
    }

    .btn_area button {
        padding: 12px 10px;
    }

    .consultant_expert li .consultProf_bx {
        padding-left: 18px;
        padding-right: 22px;
    }

    .con_exp_img {
        width: 65px;
        height: 65px;
    }

    .con_exp_info {
        width: calc(100% - 65px);
        padding-left: 12px;
    }

    .con_exp_info strong {
        font-size: 16px;
    }

    .portfolio_sec .custom_portfolio_row .cstm_col_4 {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .development_process_section .custom_col_1 .text {
        padding: 24px 15px 20px;
    }
}

@media only screen and (max-width: 767px) {

    .program_section,
    .technical_expert_section,
    .step_section,
    .hire_dev_pagkge_section,
    .we_provide_section,
    .similar_dev_Section {
        padding: 40px 0px;
    }

    .hire_box h2,
    .sec_title,
    .trusted_by_left h2,
    .why_te_cont h3,
    .why_te_cont h3>strong,
    .sec_title_box h2,
    .blog_section .title_blog,
    .contact_form_title {
        font-size: 24px !important;
        line-height: 30px !important;
    }

    .why_te_cont p,
    .hire_box>p,
    .hire_list li p,
    .sub_title,
    .import_notice,
    .trusted_by_left p,
    .testimonial_text p,
    .contact_dtl>li a,
    .accr_title h4,
    .wePro_txt_lbl,
    .wePro_txt,
    .award_section p,
    .development_process_section p,
    .tools_technologies_section p {
        font-size: 15px;
    }

    .hireBtn {
        padding: 10px 15px;
    }

    .expert_section::before {
        height: 50px;
    }

    .tech_tbl>li {
        flex-direction: column;
    }

    .tech_tbl>li+li {
        margin-top: 13px;
    }

    .tech_tbl>li>.techlabl_name {
        width: 100%;
    }

    .tech_name_list {
        width: 100%;
    }

    .step_box_wrap {
        margin: 35px auto 0px;
    }

    .step_iconDiv {
        width: 105px;
        height: 105px;
        padding: 7px;
    }

    .step_iconDiv .stepIcon {
        padding: 20px;
    }

    .step_container:nth-child(odd) .cstm_col_6:nth-child(2) {
        padding-left: 44px;
    }

    .step_container:nth-child(even) .cstm_col_6:nth-child(2) {
        padding-right: 44px;
    }

    .step_iconInfo {
        padding: 10px 13px;
    }

    .step_iconInfo strong {
        font-size: 14px;
        line-height: 20px;
    }

    .arrow_sign-left {
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-right: 15px solid #FFFFFF;
        left: -15px;
    }

    .arrow_sign-right {
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 15px solid #FFFFFF;
        right: -15px;
    }

    .dev_pagkge_row {
        margin: 40px -10px 15px;
    }

    .wePro_th {
        padding: 12px 5px;
        font-size: 14px;
    }

    .wePro_td {
        padding: 15px 10px 12px;
    }

    .sec_title_box {
        margin-top: 25px;
    }

    .form_left_box .sec_title {
        margin-bottom: 30px;
    }

    .company_contact_form_wrap {
        padding: 35px 15px 30px;
    }

    .company_contact_form .form_fild {
        padding: 7px 12px;
    }

    .consultant_section::after {
        opacity: 1;
    }

    .consultant_section {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .te_common_title {
        font-size: 36px;
        line-height: 42px;
    }

    .te_consult_wrap {
        flex-direction: column;
    }

    .te_consult_wrap::before {
        left: 42px;
        width: 94px;
        height: 167px;
    }

    .consultant_expert {
        width: 100%;
        max-width: 360px;
        margin-top: 50px;
    }

    .consultant_expert li {
        width: 100%;
    }

    .consultant_expert li .consultProf_bx {
        border-radius: 70px;
    }

    .portfolio_sec {
        padding-top: 45px;
        padding-bottom: 15px;
    }

    ul.tab_menu li {
        margin-right: 12px;
    }

    ul.tab_menu li a {
        font-size: 14px;
    }

    ul.tab_menu {
        margin-bottom: 40px;
    }

    .development_process_section .custom_col_1 {
        display: flex;
        flex-direction: column-reverse;
    }

    .development_process_section .custom_col_1 figure {
        width: 100%;
        margin-bottom: 40px;
    }

    .development_process_section .custom_col_1 .content {
        width: 100%;
        padding-top: 0px;
    }

    .development_process_section .cstm_row {
        margin: 0 auto;
    }

    .development_process_section h3 {
        text-align: center;
    }

    .development_process_section .cstm_row>div:after {
        content: normal;
    }

    .development_process_section .cstm_row>div:before {
        display: none;
    }

    .development_process_section .custom_col_1 .content {
        display: block;
        padding-right: 0;
    }

    .development_process_section .custom_col_1 figure {
        padding-left: 0;
    }

    .development_process_section .custom_col_1:nth-child(even) {
        flex-direction: column-reverse;
    }

    .development_process_section .custom_col_1:nth-child(even) figure {
        padding-right: 0;
    }

    .development_process_section .custom_col_1:nth-child(even) .content {
        padding-left: 0;
    }

    .development_process_section .custom_col_1 .text {
        max-width: 100%;
    }

    .award__col_brand {
        order: 1;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .award__col_times {
        order: 2;
        max-width: 100%;
        flex: 0 0 100%;
        flex-direction: row;
        align-items: flex-end;
    }

    .award__col_fast {
        order: 3;
        max-width: 100%;
        flex: 0 0 100%;
        flex-direction: row-reverse;
        align-items: flex-end;
    }

    .award__col_times figure:nth-child(2),
    .award__col_fast figure:nth-child(2) {
        width: 100%;
    }

    .award__col_brand figure+figure {
        margin-left: 0px;
    }

    .award__col_times figure+figure,
    .award__col_fast figure+figure {
        margin-top: 0px;
    }

    .award__col_brand .img_wrap figure {
        max-width: 100%;
    }
    
    .hire__common_bnr .cstm_col_6 {
        width: 100%;
    }
}

@media only screen and (max-width: 650px) {
    .hire_box>p {
        margin-top: 18px;
    }

    .col_provide {
        display: none;
    }

    .col_cmn3 {
        width: 33.333%;
    }

    .wePro_txt::before {
        font-family: 'Montserrat', sans-serif;
        content: attr(data-head);
        font-weight: 600;
        color: #3f4855;
        display: block;
        font-size: 13px;
        line-height: 16px;
    }

    .videoPopup .close {
        padding: 6px;
        top: -8px;
        right: -12px;
    }

    .videoPopup img {
        width: 10px;
    }

    .videoPopupBox h2 {
        font-size: 15px;
        padding: 2px 16px 7px 2px;
    }

    .te_consult_wrap::before {
        display: none;
    }

    .award_section {
        padding: 40px 0px;
    }

    .tools_logo {
        height: 60px;
        padding: 10px;
    }
}

@media only screen and (max-width: 575px) {

    .expert_section .cstm_col_3,
    .expert_section .cstm_col_4 {
        width: 100%;
    }

    .blog_section .cstm_col_3 {
        width: 100%;
    }

    .dev_pagkge_row .custom_col_3 {
        width: 100%;
    }

    .company_contact_form .cstm_col_6 {
        float: none;
        width: 100%;
    }

    .company_contact_form .cstm_col_6+.cstm_col_6 {
        margin-top: 15px;
    }

    .company_contact_form textarea.form_fild {
        max-height: 120px;
    }

    .company_contact_form .btn_area {
        text-align: center;
    }

    .company_contact_form .send_btn {
        font-size: 15px;
        padding: 8px 10px;
        width: 120px;
    }

    .consultant_section .btn_area button {
        font-size: 16px;
        line-height: 24px;
    }

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

@media only screen and (max-width: 480px) {

    .hire_box h2,
    .sec_title,
    .trusted_by_left h2,
    .why_te_cont h3,
    .why_te_cont h3>strong,
    .sec_title_box h2,
    .blog_section .title_blog,
    .contact_form_title {
        font-size: 20px !important;
        line-height: 26px !important;
    }

    .why_te_cont p,
    .hire_box>p,
    .hire_list li p,
    .sub_title,
    .import_notice,
    .trusted_by_left p,
    .testimonial_text p,
    .contact_dtl>li a,
    .accr_title h4,
    .wePro_txt_lbl,
    .wePro_txt,
    .award_section p,
    .development_process_section p,
    .tools_technologies_section p {
        font-size: 14px;
        line-height: 20px;
    }

    .why_te_cont {
        padding: 25px 18px 30px;
    }

    .why_te_cont p+p {
        margin-top: 14px;
    }

    .hireBtn {
        font-size: 14px;
    }

    .step_container:nth-child(odd) .cstm_col_6:nth-child(1),
    .step_container:nth-child(even) .cstm_col_6:nth-child(1) {
        width: auto;
        padding: 0px;
    }

    .step_container:nth-child(even) {
        flex-direction: row;
    }

    .step_container::before {
        left: 42.5px;
        transform: translateX(0);
    }

    .step_iconDiv {
        width: 85px;
        height: 85px;
    }

    .step_container:nth-child(odd) .cstm_col_6:nth-child(2) {
        padding-left: 20px;
        width: calc(100% - 85px);
    }

    .step_container:nth-child(even) .cstm_col_6:nth-child(2) {
        padding-left: 20px;
        padding-right: 0px;
        width: calc(100% - 85px);
    }

    .arrow_sign-right {
        border-left: 0px;
        border-right: 15px solid #FFFFFF;
        left: -15px;
    }

    .col_cmn3 {
        width: 100%;
    }

    .col_cmn3+.col_cmn3 {
        margin-top: 15px;
    }

    .wePro_td {
        padding: 8px 10px;
    }

    .monthly .wePro_td:last-child,
    .teamMembers .wePro_td:last-child {
        border-bottom: none;
    }

    .accr_title {
        padding: 12px 30px 12px 38px;
    }

    .accordion_box:before {
        width: 20px;
        height: 20px;
        left: 10px;
        top: 16px;
        font-size: 11px;
        line-height: 20px;
    }

    .accordion_box:after {
        width: 20px;
        height: 20px;
        left: 12px;
        top: 18px;
    }

    .accr_title .accr_icon {
        width: 16px;
        height: 16px;
        padding: 3px;
        right: 10px;
    }

    .accr_content {
        padding: 0px 15px 25px;
    }

    .trusted_by_left h2 {
        font-size: 25px;
        margin-bottom: 25px;
    }

    .owl-dot span {
        width: 8px;
        height: 8px;
    }

    .trusted_by_left p {
        font-size: 15px;
    }

    .testimonial_text p {
        font-size: 16px;
    }

    .te_consult_wrap .te_consult_box form {
        padding-left: 18px;
        padding-right: 18px;
    }

    .portfolio_sec .custom_portfolio_row .cstm_col_4 {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 20px;
    }

    .portfolio_col {
        height: auto;
    }

    .portfolio_col img {
        height: auto;
    }

    .award_section .cstm_col_6 {
        width: 100%;
    }

    .custom-country-drop-down {
        width: 130px;
    }

    .custom-country-drop-down .selected-country {
        padding: 10px 8px;
    }
}

@media screen and (max-width: 420px) {
    .logo_block {
        width: 50%;
    }
}

@media only screen and (max-width: 390px) {
    .step_container::before {
        left: 32.5px;
        transform: translateX(0);
    }

    .step_iconDiv {
        width: 65px;
        height: 65px;
    }

    .step_container:nth-child(odd) .cstm_col_6:nth-child(2),
    .step_container:nth-child(even) .cstm_col_6:nth-child(2) {
        width: calc(100% - 65px);
    }

    .step_iconDiv .stepIcon {
        padding: 10px;
    }

    .trust_logoImg_box {
        height: 100px;
        padding: 10px;
    }

    .trust_logoImg_box.red-bull,
    .trust_logoImg_box.amazon,
    .trust_logoImg_box.disney {
        width: 175px;
    }

    .trust_logoImg_box.nasa,
    .trust_logoImg_box.warner-bros,
    .trust_logoImg_box.wall-street-journal {
        width: 115px;
    }

    ul.trust_by_logo_wrap li:last-child,
    .trust_logoImg_box.forbes {
        max-width: 310px;
    }

    .consultant_section .btn_area button {
        font-size: 14px;
        line-height: 20px;
    }
}

@media only screen and (max-width: 340px) {
    .trusted_by_left h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .trusted_by_left p {
        font-size: 14px;
    }

    .testimonial_text p {
        font-size: 15px;
    }
}