@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Signika:wght@500;700&display=swap');

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: value;
    -moz-appearance: value;
    appearance: value;
    word-wrap: break-word;
    outline: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html,
body {
    height: 100%;
}


a {
    text-decoration: none !important;
    cursor: pointer;
}

button {
    cursor: pointer;
    outline: none !important;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #302B27;
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


.wrapper {
    min-height: 100%;
    position: relative;
}

.container {
    max-width: 1280px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}

.container.ca-container {
    max-width: 1500px;
}

/* header */
header {
    width: 100%;
    padding: 15px 0;
    position: fixed;
    top: 0;
    background-color: #fff;
    left: 0;
    z-index: 99;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0, 1.12) 0s;
    -moz-transition: all 0.5s cubic-bezier(0, 0, 0, 1.12) 0s;
    transition: all 0.5s cubic-bezier(0, 0, 0, 1.12) 0s;
}

header.sticy-header,
.bd-bottom {
    padding: 10px 0;
    border-bottom: 1px solid #e4e4e4;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.branding {
    font-size: 32px;
    color: #2b2b2b !important;
    font-weight: 700;
}

.branding span {
    font-family: 'Signika', sans-serif;
    font-size: 36px;
    color: #00B4D8;
    font-weight: 700;
    font-style: italic;
}

.navigation ul {
    display: flex;
    align-items: center;
}

.navigation ul li {
    margin-left: 30px;
}

.navigation ul li a {
    display: block;
    font-size: 16px;
    text-decoration: none !important;
    color: #2b2b2b;
    position: relative;
}

.navigation ul li a:hover {
    color: #03045E !important;
}

.navigation ul li a.active {
    color: #00B4D8;
}

.navigation ul li:last-child a {
    color: #03045E;
    font-weight: 500;
}

.navigation ul li a:before,
.txtNav:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #03045E;
    content: "";
    transform: scaleX(0) translateZ(0);
    transform-origin: 100% 100%;
    -webkit-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: scaleX(0) translateZ(0);
    -moz-transform: scaleX(0) translateZ(0);
    -ms-transform: scaleX(0) translateZ(0);
    -o-transform: scaleX(0) translateZ(0);
}

.navigation ul li a:hover:before,
.txtNav:hover:before {
    transform: scaleX(1) translateZ(0);
    transform-origin: 0 0;
    -webkit-transform: scaleX(1) translateZ(0);
    -moz-transform: scaleX(1) translateZ(0);
    -ms-transform: scaleX(1) translateZ(0);
    -o-transform: scaleX(1) translateZ(0);
}

.txtNav {
    color: #03045E;
    font-size: 16px;
    display: inline-block;
    position: relative;
}

.banner {
    position: relative;
    height: 90vh;
    padding-top: 77.5px;
}

.banner figure {
    height: 100%;
    position: relative;
}

.banner figure img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner figure::before {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.9+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6000000', endColorstr='#00000000', GradientType=1);
    /* IE6-9 */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
}

.caption_section {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 120px 0 40px;
}

.caption_section .container {
    height: 100%;
    padding-bottom: 100px;
}

.caption_section h1 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 30px;
}

.caption_section h1 span {
    color: #00B4D8;
}

.caption_section h2 {
    background: rgba(153, 155, 203, .23);
    border-radius: 26px;
    max-width: fit-content;
    display: flex;
    color: #fff;
    align-items: center;
    padding: 15px 25px;
    margin-bottom: 30px;
}

.bullet-number {
    color: #fff;
    display: flex;
    justify-content: space-between;
    width: 550px;
    align-items: center;
    margin: 50px 0;
    max-width: 100%;
    margin-left: -25px;
}

.bullet-number li {
    border-right: 1px solid rgba(255, 255, 255, .6);
    padding: 5px 25px;
}

.bullet-number li:last-child {
    border: 0;
}

.bullet-number li .top-part {
    display: flex;
    justify-content: center;
    font-weight: 700;
    align-items: center;
    margin-bottom: 10px;
}

.bullet-number li .top-part svg {
    margin-right: 10px;
}

.bullet-number li .bottom-part {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #bababa;
}

.bullet-offerings {
    display: flex;
    align-items: center;
    position: absolute;
    color: #fff;
    bottom: 0;
    left: 15px;
}

.bullet-offerings .txt {
    font-weight: 600;
    border-right: 2px solid #fff;
    padding: 10px 20px 10px 0;
    margin-right: 20px;
}

.bullet-offerings li {
    margin-right: 20px;
}

.bullet-offerings a {
    color: rgb(210 210 210);
    font-weight: 300;
}

.selectbox_bar,
.selectbox_bar form {
    display: flex;
    background-color: #fff;
}

.selectbox_bar form {
    width: 100%;
}

.selectbox_bar {
    max-width: 100%;
    width: 1000px;
    margin-top: 60px;
}

select {
    padding: 16px 15px;
    width: 130%;
    border-radius: 0;
    border: 0;
    border-right: 1px solid #acacac;
    color: #181820;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background: url('../images/arrow.png');
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: right;
    font-family: 'Poppins', sans-serif;
    background-origin: content-box;
}

.select-dropdown {
    position: relative;
    display: inline-block;
    max-width: 100%;
    margin: 0;

    font-family: 'Poppins', sans-serif;
}

.selctWrap {
    width: 100%;
    border-right: 1px solid #cecece;
}

.selctWrap:last-child {
    border: 0;
}

.select-dropdown::last-child {
    margin-right: 0px;
}

.select-dropdown__button {
    padding: 15px 35px 15px 15px;
    background-color: #fff;
    color: #2b2b2b;
    border: 0;
    cursor: pointer;
    width: 100%;
    text-align: left;
    background-image: url('../images/arrow.png');
    background-position: calc(100% - 10px) 18px;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.select-dropdown__button::focus {
    outline: none;
}

.select-dropdown__button .zmdi-chevron-down {
    position: absolute;
    right: 10px;
    top: 12px;
}

.select-dropdown__list {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    max-height: 250px;
    overflow: auto;
    margin: 0;
    padding: 0;
    border: 1px solid #cecece;
    border-top: 0px solid transparent;
    list-style-type: none;
    opacity: 0;
    pointer-events: none;
    transform-origin: top left;
    transform: scale(1, 0);
    transition: all ease-in-out 0.3s;
    z-index: 2;
}

.select-dropdown__list.active {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1, 1);
}

.select-dropdown__list-item {
    display: block;
    list-style-type: none;
    padding: 10px 15px;
    background: #fff;
    border-top: 1px solid #e6e6e6;
    font-size: 12px;
    line-height: 1.4;
    cursor: pointer;
    color: #616161;
    text-align: left;
    transition: all ease-in-out 0.3s;
}

.select-dropdown__list-item:hover {
    background-color: #00B4D8;
    color: #fff;
}

.border-zero {
    border: 0 !important;
}

.btn {
    border: 0;
    padding: 15px;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    min-width: 120px;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
}

.btn.submit {
    background-color: #03045E;
    color: #fff;
    min-width: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.btn.submit:hover {
    background-color: #00B4D8;
}

.btn.submit svg {
    width: 24px;
}

.common_section {
    padding: 100px 20px;
}

.heading {
    font-size: 40px;
    text-align: center;
    color: #03045E;
    font-weight: 700;
    margin-bottom: 20px;
}

.heading span {
    color: #00B4D8;
}

.sub-heading {
    width: 850px;
    max-width: 100%;
    text-align: center;
    font-size: 18px;
    margin: 0 auto 50px;
    line-height: 1.67;
    color: rgba(18, 17, 34, .7);
}

.services_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.services_list .each-service {
    width: calc(25% - 10px);
    background: #faf9ff;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    padding: 30px 20px;
    z-index: 0;
    overflow: hidden;
    position: relative;
    transition: .5s ease-out;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -ms-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    box-shadow: none;
}

.services_list .each-service:hover {
    background: #fff;
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 18px 32px -4px rgb(136 136 136 / 25%);
    -webkit-box-shadow: 0 18px 32px -4px rgb(136 136 136 / 25%);
    -moz-box-shadow: 0 18px 32px -4px rgba(136, 136, 136, .25);
    -ms-box-shadow: 0 18px 32px -4px rgba(136, 136, 136, .25);
    -o-box-shadow: 0 18px 32px -4px rgba(136, 136, 136, .25);
}

.services_list .each-service .step-num {
    font-size: 24px;
    color: rgba(18, 17, 34, .45);
    font-weight: 700;
    margin-bottom: 20px;
    display: block;
}

.services_list .each-service .hd {
    font-size: 22px;
    font-weight: 600;
    color: #03045E;
    min-height: 100px;
    margin-bottom: 30px;
    line-height: 1.5;
}

.services_list .each-service-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.services_list .each-service p {
    font-size: 14px;
    color: rgba(18, 17, 34, .58);
    margin-bottom: 30px;
    line-height: 1.67;
}

.services_list .each-service-links li {
    margin-right: 6px;
    display: flex;
    background: #edeeff;
    border: 1px solid #d1d3ff;
    min-height: 33px;
    padding: 6px;
    border-radius: 5px;
    margin-bottom: 12px;
    align-items: center;
    justify-content: space-between;
}

.services_list .each-service-links li a:last-child {
    border-left: 1px solid #d1d3ff;
    padding-left: 5px;
    display: flex;
    margin-left: 10px;
    align-items: center;
    padding-right: 0;
    height: 24px;
}

.services_list .each-service-links li a {
    color: #03045E;
    font-size: 12px;
}

.consultca-stats {
    background: #00B4D8;
    padding: 65px 50px;
    min-height: 219px;
    color: #fff;
}

.consultca-stats-row {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.consultca-stats-column .hd {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 15px;
}

.consultca-stats-column .shd {
    color: #c5f5ff;
    font-size: 20px;
    font-weight: 300;
}

.consultca-stats-column {
    display: flex;
    flex-direction: column;
}

.our-client-says-carousel,
.blogs-list {
    position: static !important;
}

.our-client-says-carousel .owl-stage,
.blogs-list .owl-stage {
    display: flex;
}

.our-client-says-carousel .owl-item,
.blogs-list .owl-item {
    display: flex;
    flex: 1 0 auto;
}

.our-client-says-carousel .item {
    box-shadow: 0 9px 32px rgb(0 0 0 / 7%);
    -webkit-box-shadow: 0 9px 32px rgb(0 0 0 / 7%);
    -moz-box-shadow: 0 9px 32px rgba(0, 0, 0, .07);
    -ms-box-shadow: 0 9px 32px rgba(0, 0, 0, .07);
    -o-box-shadow: 0 9px 32px rgba(0, 0, 0, .07);
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
    padding: 50px 15px 20px;
    margin: 50px 15px;
    position: relative;
}

.our-client-says-carousel .each-client-item {
    background: #fff;
    height: 100%;
}

.our-client-says-carousel .each-client-item .avatar-img {
    position: absolute;
    top: -40px;
    left: 30px;
}

.our-client-says-carousel .each-client-item .name-symbol {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}

.our-client-says-carousel .each-client-item p {
    min-height: 145px;
    color: rgba(18, 17, 34, .85);
    font-size: 13px;
    line-height: 1.67;
}

.client-each-footer {
    border-top: 1px solid rgba(0, 0, 0, .23);
    padding-top: 15px;
    margin-top: 15px;
    align-items: center;
    display: flex;
}

.client-each-footer .m-r-5 {
    margin-right: 5px;
}

.each-client-rate {
    margin-left: auto;
}

.our-client-says .owl-nav,
.blogs-list .owl-nav {
    position: absolute;
    top: 15px;
    z-index: 1;
    display: flex;
    right: 20px;
}

.our-client-says .owl-next,
.our-client-says .owl-prev {
    display: flex;
    width: 40px !important;
    height: 40px !important;
    margin: 0 10px;
    border-radius: 50% !important;
    background-color: #fff !important;
    border: 1px solid rgba(18, 17, 34, .45) !important;
    align-items: center;
    justify-content: center;
}

.our-client-says .owl-next.disabled,
.our-client-says .owl-prev.disabled {
    opacity: 0.2;
    background-color: #b1b1b1 !important;
    border-color: #b1b1b1 !important;
}

.our-client-says .owl-next.disabled span,
.our-client-says .owl-prev.disabled span {
    filter: brightness(0) invert(1);
}

.our-client-says .owl-next:not(.disabled),
.our-client-says .owl-prev:not(.disabled) {
    background-color: #03045E !important;
    border: 0 !important;
}

.our-client-says .owl-prev span {
    background-image: url(../images/carousel-chevron-left.svg) !important;
}

.our-client-says .owl-next span {
    background-image: url(../images/carousel-chevron-right.svg) !important;
}

.our-client-says .owl-next span,
.our-client-says .owl-prev span {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    display: block;
    font-size: 0;
    width: 11px;
    height: 21px;
    background-size: 25px auto;
}

.our-client-says {
    padding-bottom: 50px;
}

.client-each-footer .m-r-5 .font-16 {
    font-size: 16px;
    font-weight: 500;
    color: #272738;
}

.client-each-footer .m-r-5 .font-12 {
    font-size: 12px;
    color: #828294;
}

.blogs-list {
    margin-top: 50px;
}

.blogs-list .item {
    border-radius: 20px;
    margin: 10px;
    background: #fff;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.078);
    position: relative;
}

.blogs-list .item .up_sec {
    position: absolute;
    bottom: 17px;
    left: 16px;
    width: calc(100% - 34px);
    background: rgb(255 255 255 / 80%);
    border-radius: 10px;
    padding: 15px;
}

.blogs-list .item .hd {
    font-size: 16px;
    font-weight: 500;
    color: #03045e;
    display: table;
    position: relative;
    transition: .5s ease-out;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -ms-transition: .5s ease-out;
    -o-transition: .5s ease-out;
}

.blogs-list .item .hd:hover {
    color: #00B4D8;
}

.blogs-list .item .hd:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #00B4D8;
    content: "";
    transform: scaleX(0) translateZ(0);
    transform-origin: 100% 100%;
    -webkit-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: scaleX(0) translateZ(0);
    -moz-transform: scaleX(0) translateZ(0);
    -ms-transform: scaleX(0) translateZ(0);
    -o-transform: scaleX(0) translateZ(0);
}

.blogs-list .item .hd:hover:before {
    transform: scaleX(1) translateZ(0);
    transform-origin: 0 0;
    -webkit-transform: scaleX(1) translateZ(0);
    -moz-transform: scaleX(1) translateZ(0);
    -ms-transform: scaleX(1) translateZ(0);
    -o-transform: scaleX(1) translateZ(0);
}

.blogs-list .item figure {
    overflow: hidden;
    border-radius: 10px;
    height: 350px;
}

.blogs-list .item figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transition: .5s ease-out;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -ms-transition: .5s ease-out;
    -o-transition: .5s ease-out;
}

.blogs-listing-sec .items .up_sec .like_dt .lk,
.blogs-listing-sec .items .up_sec .like_dt .vk {
    display: flex;
    align-items: center;
    line-height: 1;
}

.blogs-listing-sec .items .up_sec .like_dt svg {
    width: 18px;
    fill: #8f8f8f;
}

.blogs-listing-sec .items .up_sec .like_dt .lk button:hover svg,
.blogs-listing-sec .items .up_sec .like_dt .vk p:hover svg {
    fill: #ea4c89;
}

.blogs-listing-sec .items .up_sec .like_dt button.active svg {
    fill: #ea4c89;
}

.blogs-listing-sec .items .up_sec .like_dt button {
    background: transparent;
    border: 0;
    padding: 0;
    line-height: 1;
    margin-right: 5px;
}

.blogs-listing-sec .items .up_sec .like_dt .lk {
    margin-right: 15px;
}

.blogs-listing-sec .items .up_sec .like_dt .vk p {
    margin-right: 5px;
}

.blogs-list .item figure a {
    display: block;
    height: 100%;
}


.blogs-list .item p {
    font-size: 12px;
    line-height: 1.67;
    color: rgb(12 12 12 / 50%);
    text-transform: uppercase;
    font-weight: 500;
}

.main-footer {
    padding-top: 50px;
    background: #f9f9fd;
}

.main-footer .footer-top {
    border-bottom: 1px solid #e3e2e5;
    margin-right: 75px;
    margin-left: 75px;
    padding-bottom: 50px;
}

.main-footer .row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.main-footer .col-3,
.main-footer .col-9 {
    position: relative;
    width: 100%;
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.main-footer .col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.main-footer .col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.main-footer .footer-top .foot-navs ul {
    margin-top: 30px !important;
}

.main-footer .footer-top .foot-navs li {
    margin-bottom: 12px;
}

.main-footer .footer-top .foot-navs li a,
.main-footer .social-icons ul li a {
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    text-decoration: none !important;
}

.main-footer .footer-top .foot-navs li a {
    color: #121127;
    display: table;
    position: relative;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.foot-navs h4 {
    font-size: 16px;
    font-weight: 600;
    color: #03045E;
}

.main-footer .footer-bottom {
    padding: 35px 0;
    text-align: center;
}

.foot-navs img {
    margin-right: 10px;
}

.social-icons ul {
    display: flex;
    margin-top: 20px;
}

.social-icons ul li a {
    display: block;
}

.social-icons ul li {
    margin-right: 10px;
}

.social-icons ul li a img {
    width: 30px;
}

.main-footer .footer-top .foot-navs li a:hover {
    color: #00B4D8;
}

.main-footer .footer-top .foot-navs li a:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #00B4D8;
    content: "";
    transform: scaleX(0) translateZ(0);
    transform-origin: 100% 100%;
    -webkit-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: scaleX(0) translateZ(0);
    -moz-transform: scaleX(0) translateZ(0);
    -ms-transform: scaleX(0) translateZ(0);
    -o-transform: scaleX(0) translateZ(0);
}

.main-footer .footer-top .foot-navs li a:hover:before {
    transform: scaleX(1) translateZ(0);
    transform-origin: 0 0;
    -webkit-transform: scaleX(1) translateZ(0);
    -moz-transform: scaleX(1) translateZ(0);
    -ms-transform: scaleX(1) translateZ(0);
    -o-transform: scaleX(1) translateZ(0);
}

.blogs_listing {
    padding: 120px 20px 100px;
}

.blogs-listing-sec {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}

.blogs-listing-sec .items {
    width: calc(25% - 20px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 30px 60px 0;
}

.blogs-listing-sec .items figure {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 235px;
    border-radius: 3px;
}

.blogs-listing-sec .items figure a::before {
    position: absolute;
    left: 0;
    z-index: 1;
    bottom: 0;
    width: 100%;
    content: '';
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.92+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.92) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.92) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.92) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#eb000000', GradientType=0);
    /* IE6-9 */

}

.blogs-listing-sec .items figure:hover a::before {
    opacity: 1;
    visibility: visible;
}

.blogs-listing-sec .items figure .cat {
    position: absolute;
    left: 15px;
    bottom: -35px;
    z-index: 2;
    color: #fff;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.blogs-listing-sec .items figure:hover .cat {
    bottom: 15px;
}

.blogs-listing-sec .items figure a {
    display: block;
    height: 100%;
    position: relative;
}

.blogs-listing-sec .items figure a img {
    width: 100%;
    height: 100%;
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    object-fit: cover;
    transition: .5s ease-out;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -ms-transition: .5s ease-out;
    -o-transition: .5s ease-out;
}

.blogs-listing-sec .items .up_sec {
    width: 100%;
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
}

.blogs-listing-sec .items .up_sec .auth_tx {
    color: #2b2b2b;
    font-size: 15px;
    font-weight: 500;
}

/* .blogs-listing-sec .items .up_sec a {
    display: table;
    position: relative;
} */

.blogs-listing-sec .items .up_sec .sm {
    color: #8b8b8b;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 5px;
    margin-top: 15px;
}

.blogs-listing-sec .items .up_sec .hd {
    font-size: 18px;
    font-weight: 500;
    color: #03045e;
    display: table;
    position: relative;
    transition: .5s ease-out;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -ms-transition: .5s ease-out;
    -o-transition: .5s ease-out;
}

.blogs-listing-sec .items .up_sec .hd:hover {
    color: #00B4D8;
}

.blogs-listing-sec .items figure .author {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgb(255 255 255 / 80%);
    border-radius: 10px;
    padding: 4px 10px 3px 10px;
    line-height: 1;
    color: #868686;
    font-size: 12px;
    font-weight: 500;
    z-index: 2;
}

.blogs-listing-sec .items .up_sec .like_dt {
    display: flex;
    font-size: 13px;
    align-items: center;
}

.blogs-listing-sec .items .up_sec .like_dt img {
    width: 18px;
    opacity: 0.4;
    margin-right: 5px;
}


.consults-listing-sec {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}

.consults-listing-sec .items {
    width: calc(50% - 15px);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 10%);
    padding: 15px;
    position: relative;
    border-radius: 10px;
    transition: .5s ease-out;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -ms-transition: .5s ease-out;
    -o-transition: .5s ease-out;

}

.consults-listing-sec .items:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 18px 32px -4px rgb(136 136 136 / 25%);
    -webkit-box-shadow: 0 18px 32px -4px rgb(136 136 136 / 25%);
    -moz-box-shadow: 0 18px 32px -4px rgba(136, 136, 136, .25);
    -ms-box-shadow: 0 18px 32px -4px rgba(136, 136, 136, .25);
    -o-box-shadow: 0 18px 32px -4px rgba(136, 136, 136, .25);
}

.consults-listing-sec .items figure {
    width: 62px;
    height: 62px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.consults-listing-sec .items figure a {
    display: block;
    height: 100%;
}

.consults-listing-sec .items figure a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s ease-out;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -ms-transition: .5s ease-out;
    -o-transition: .5s ease-out;
}


/* .consults-listing-sec .items:hover figure a img {
    transform: scale(1.2) rotate(10deg);
    -webkit-transform: scale(1.2) rotate(10deg);
} */

.consults-listing-sec .items .up_sec {
    width: calc(100% - 80px);
    display: flex;
    justify-content: space-between;
}

.consults-listing-sec .items .up_sec .lt {
    padding-top: 10px;
}

.consults-listing-sec .items .up_sec .lt .lst {
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.consults-listing-sec .items .up_sec .lt .lst i {
    line-height: 1;
    padding-right: 8px;
    border-right: 1px solid #ddd;
    margin-right: 8px;
    font-size: 12px;
    margin-bottom: 8px;
    color: #515151;
}

.consults-listing-sec .items .up_sec .lt .lst i:last-child {
    border: 0;
    margin: 0;
    padding: 0;
}

.consults-listing-sec .items .up_sec .hd {
    white-space: nowrap;
    font-weight: 400;
    color: #03045e;
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

.consults-listing-sec .items .up_sec .rt {
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    padding-right: 10px;
}

.consults-listing-sec .items .cs_para {
    font-size: 13px;
    line-height: 1.67;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 70px;
    color: #565656;
}

.consults-listing-sec .items:hover .cs_para {
    color: #2b2b2b;
}

.consults-listing-sec .items .up_sec .rt a {
    background: #03045e;
    color: #fff;
    font-size: 12px;
    padding: 6px 18px;
    border-radius: 40px;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none !important;
    transition: .5s ease-out;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -ms-transition: .5s ease-out;
    -o-transition: .5s ease-out;
}

.consults-listing-sec .items .up_sec .rt a:hover {
    background: #00B4D8;
}

.partner-form-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
}

.partner-form-wrap .lt {
    display: flex;
    background: #00b4d8;
    padding: 25px;
    border-radius: 15px;
    width: 380px;
    max-width: 100%;
    flex-direction: column;
    justify-content: space-between;
    height: 660px;
}

.partner-form-wrap .lt .tp {
    color: rgb(255 255 255 / 67%);
    text-transform: uppercase;
    margin-bottom: 30px;
}

.partner-form-wrap .lt .bt-sec {
    display: flex;
    flex-wrap: wrap;
    background: rgb(255 255 255 / 12%);
    padding: 20px;
    border-radius: 15px;
}

.partner-form-wrap .lt .md-sec h2 {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
}


.partner-form-wrap .lt .md-sec p {
    color: #9defff;
}

.partner-form-wrap .lt .bt-sec p {
    color: #c5f6ff;
    width: 100%;
    margin-bottom: 25px;
}

.partner-form-wrap .lt .bt-sec .aut_sec {
    display: flex;
}

.partner-form-wrap .lt .bt-sec .aut_sec figure {
    width: 60px;
    margin-right: 20px;
    border-radius: 8px;
    overflow: hidden;
}

.partner-form-wrap .lt .bt-sec .aut_sec figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.partner-form-wrap .lt .bt-sec .aut_sec .suth_sec a {
    color: #fff;
    font-weight: 500;
}

.partner-form-wrap .lt .bt-sec .aut_sec .suth_sec h3 {
    font-size: 12px;
    color: rgb(255 255 255 / 68%);
}

.partner-form-wrap .rt {
    width: calc(100% - 440px);
    max-width: 100%;
}

.partner-form-wrap .rt h2 {
    font-size: 30px;
    font-weight: 500;
}

.partner-form-wrap .rt p {
    color: #848484;
    margin-bottom: 40px;
}

.button_outer {
    background: #f0f0f0 url(../images/User-avatar.webp) no-repeat center;
    height: 130px;
    width: 130px;
    position: relative;
    transition: 0.2s;
    overflow: hidden;
    background-size: 120px auto;
    border-radius: 10px;
}

.btn_upload {
    background: #00b4d8;
    text-align: center;
    position: absolute;
    overflow: hidden;
    z-index: 3;
    right: 0;
    bottom: 0;
    font-size: 30px;
    line-height: 1;
    padding: 0 5px 0 6px;
    color: #fff;
    cursor: pointer;
    border-radius: 10px 0 0 0;
}

.btn_upload input {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    width: 100%;
    height: 105%;
    cursor: pointer;
    opacity: 0;
}

.file_uploading {
    width: 100%;
    height: 10px;
    margin-top: 20px;
    background: #ccc;
}

.file_uploading .btn_upload {
    display: none;
}

.processing_bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    border-radius: 30px;
    background: #83ccd3;
    transition: 3s;
}

.file_uploading .processing_bar {
    width: 100%;
}

.upload-img {
    width: 130px;
    height: 130px;
    position: relative;
}

.success_box {
    display: none;
    width: 36px;
    height: 40px;
    position: absolute;
    z-index: 9;
    right: 0;
    bottom: 0;
}

.success_box:before {
    content: "";
    display: block;
    width: 9px;
    height: 18px;
    border-bottom: 6px solid #fff;
    border-right: 6px solid #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 17px;
    top: 10px;
}

.file_uploaded .success_box {
    display: inline-block;
}

.file_uploaded {
    margin-top: 0;
    width: 100%;
    background: #83ccd3;
    height: 130px;
}

.uploaded_file_view {
    text-align: center;
    top: 0;
    left: 0;
    position: absolute;
    transition: 0.2s;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.file_remove {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: block;
    position: absolute;
    background: #aaa;
    line-height: 30px;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    right: -15px;
    top: -15px;
}

.file_remove:hover {
    background: #222;
    transition: 0.2s;
}

.uploaded_file_view img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.uploaded_file_view.show {
    opacity: 1;
}

.error_msg {
    text-align: center;
    color: #f00;
}

input[type="text"],
input[type="email"],
input[type="number"],
textarea {
    width: 100%;
    border: 1px solid #ddd;
    padding: 17px 15px;
    font-family: 'Poppins', sans-serif;
}

.inp {
    margin-bottom: 25px;
}

.border-select .select-dropdown__button {
    border: 1px solid #ddd;
    transform: none;
}

.formHd {
    font-size: 20px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 20px;
}

.partner-form-wrap .submit {
    padding: 15px 50px !important;
}

.blog_nvtp {
    display: flex;
    justify-content: end;
    margin: 40px 10px -30px 0;
}

.category_list ul {
    display: flex;
}


.category_list ul li a {
    display: block;
    color: #8b8b8b;
    padding: 6px 20px;
    border-radius: 4px;
}

.category_list ul li a.active {
    background: rgba(13, 12, 34, 0.05);
    color: #03045E;
    font-weight: 500;
}

.category_list ul li a:hover {
    color: #03045E;
}

.consultWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.consultWrap .cs_lt {
    width: calc(100% - 370px);
}

.consultWrap .cs_rt {
    width: 310px;
    border-left: 1px solid #ddd;
    padding-left: 40px;
    margin: -51px 0 -101px 0;
    padding-top: 50px;
}

.consultWrap .blogs-list .item figure {
    height: 290px;
}

.consultWrap .blogs-list .item .hd {
    font-size: 14px;
}

.consultWrap .blogs-list .item .up_sec {
    bottom: 6px;
    left: 6px;
    width: calc(100% - 12px);
}

.consultCA .selctWrap {
    border: 0;
    margin-right: 15px;
}

.consultCA .selctWrap .select-dropdown__button {
    background-color: #ebedf0;
}

.cs_blogs_list .item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.cs_blogs_list .item figure {
    width: 90px;
    height: 70px;
    border-radius: 6px;
    overflow: hidden;
}

.cs_blogs_list .item figure a {
    display: block;
    height: 100%;
}

.cs_blogs_list .item figure a img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.cs_blogs_list .item .up_sec {
    width: calc(100% - 110px);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.cs_blogs_list .item .up_sec p {
    color: #858585;
    font-size: 13px;
}

.cs_blogs_list .item .up_sec a {
    font-weight: 500;
    color: #2b2b2b;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    margin-bottom: 5px;
    -webkit-box-orient: vertical;
}

.selectbox_bar.consultCA .btn.submit {
    min-width: 56px;
}

.cs_blogs_list .item:last-child {
    border: 0;
}

.selectbox_bar.consultCA {
    margin: 0;
    width: 100%;
}

#detail .ql-tooltip.ql-hidden {
    display: none;
}

#detail.ql-container {
    height: auto;
    width: 100%;
}

#detail.ql-container p {
    margin-bottom: 10px;
}

#detail.ql-container p strong {
    font-weight: 600;
}

.partner-form-wrap .border-select {
    margin-bottom: 25px;
}

@keyframes errorAni {
    from {
        transform: translateY(-10px);
        opacity: 0;
    }

    to {
        transform: translateY(0px);
        opacity: 1;
    }
}

label.error {
    animation-name: errorAni;
    animation-duration: 0.5s;
    animation-fill-mode: backwards;
    display: table;
}

.error {
    color: red;

}

input.error,
textarea.error {
    border-color: red;
}

input.valid,
textarea.valid {
    border-color: #121127;
}

.dropdown-toggle {
    background: transparent;
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 17px 15px;
    font-size: 14px;
    font-weight: 400 !important;
    font-family: 'Poppins', sans-serif !important;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder {
    color: #6f6f6f;
}

.dropdown.bootstrap-select {
    width: 100% !important;
    display: flex !important;
    flex-direction: column;
}

.dropdown.bootstrap-select label {
    order: 4;
}

.selectpicker.error~button {
    border-color: red !important;
}

.btn_upload .error {
    font-size: 14px;
    padding-top: 14px;
}

.thankyou_popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    display: none;
    z-index: 999;
    background: rgb(255 255 255 / 40%);
    backdrop-filter: blur(5px);
}

.thankyou_popup figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.thankyou_popup figure img {
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 12px rgb(0 0 0 / 10%);
}

.blog-details-popups {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    display: none;
    height: 100%;
    background: rgb(0 0 0 / 15%);
    z-index: 99;
    backdrop-filter: blur(7px);
}

.blog-inside-popups {
    position: absolute;
    width: 800px;
    max-width: 100%;
    background: #fff;
    border-radius: 10px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    margin-top: 50px;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
}

.blogClose {
    position: absolute;
    right: 30px;
    z-index: 9;
    top: 20px;
    cursor: pointer;
}

.ql-container.ql-disabled .ql-hidden {
    display: none;
}

.blogitemsDetails .popHeader {
    display: flex;
    padding-bottom: 30px;
    justify-content: space-between;
    align-items: end;
}

.blogitemsDetails .popHeader .lt {
    display: flex;
    flex-direction: column;
    font-size: 36px;
    font-weight: 500;
}

.blogitemsDetails .popHeader .lt .auth {
    font-size: 15px;
    font-weight: 400;
    color: #a4a4a4;
}

.blogitemsDetails .popHeader .rt {
    font-size: 13px;
}

.blogitemsDetails .likesData {
    padding: 10px 0 10px 0;
    display: flex;
    align-items: center;
}

.blogitemsDetails .likesData svg {
    fill: #ea4c89;
}

.partners-details {
    padding: 30px;
}

.partners-details .pr_del.nm {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

.partners-details .igm {
    width: 100%;
    height: 140px;
    overflow: hidden;
    border-radius: 10px;
}

.partners-details .igm img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.partners-details label {
    color: #969696;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
}

.partners-details .pr_del {
    margin-bottom: 25px;
}

.selectbox_bar form .border-select {
    width: 100%;
    margin-right: 15px;
}

.nodata {
    font-size: 36px;
    text-align: center;
    width: 100%;
    color: #c6c6c6;
}

.border-select .bootstrap-select .dropdown-toggle:focus,
.border-select .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: thin dotted #333 !important;
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: 0px;
}

.homeSearchBar,
.homeSearchBar form {
    border-radius: 0 6px 6px 0;
    width: 1100px;
}

.selectbox_bar.homeSearchBar .border-select {
    margin: 0 0 0 -1px;
}

.custom-switch {
    display: flex;
    align-items: center;
}

.custom-switch .error {
    order: 3;
}

.custom-switch .nvmtt {
    margin-left: 10px;
}

.custom-switch .toggle-handle {
    min-width: auto;
    background: #00b4d8;
}

.custom-switch .toggle-on.btn {
    min-width: auto;
}

.custom-switch .btn-primary {
    background-color: #008fac;
    border-color: #008fac;
}

.custom-switch .toggle-on {
    left: -15px;
}

.custom-switch .toggle-off {
    min-width: auto;
    right: -14px;
    background: #e7e7e7;
}

.bootstrap-select .dropdown-menu {
    max-width: 350px !important;
    font-size: 13px;
}

.clearfilrer {
    display: flex;
    width: 100%;
    margin: 30px 0 -20px 0;
}

.clearfilrer a {
    background: #f55858;
    color: #fff;
    padding: 6px 20px;
    border-radius: 3px;
}

.blackColor {
    color: #121127 !important;
}

.hamburger-menu {
    display: none;
    width: 40px;
    padding: 0;
    border: 0;
    background: transparent;
}

.hamburger-menu img {
    opacity: 0.6;
}

@media (max-width: 1024px) {
    .consultWrap .cs_rt {
        width: 100%;
        border-left: 0;
        padding-left: 0;
        margin: 0;
        border-top: 1px solid #ddd;
    }

    .blogs_listing {
        padding: 120px 0 100px;
    }

    .partner-form-wrap .lt {
        width: 100%;
        height: 400px;
        margin-bottom: 30px;
    }

    .partner-form-wrap .rt {
        width: 100%;
    }

    .consultWrap .cs_lt {
        width: 100%;
    }
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation : landscape) {}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation : portrait) {
    .services_list .each-service {
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }

    .our-client-says .heading {
        width: 400px;
        text-align: left;
        max-width: 100%;
    }

    .social-icons {
        margin-bottom: 40px;
    }

    .blogs-listing-sec .items {
        width: calc(50% - 35px);
    }

    .consults-listing-sec .items {
        width: 100%;
    }

}

@media (max-width: 767px) {

    .homeSearchBar,
    .homeSearchBar form {
        max-width: 100%;
        flex-wrap: wrap;
        border-radius: 6px;
    }

    .caption_section h1 {
        font-size: 24px;
    }

    .selectbox_bar.homeSearchBar .border-select {
        margin: 0;
    }

    .btn.submit {
        min-width: 100%;
        padding: 12px 0;
    }

    .bullet-offerings li:first-child {
        width: 100%;
        margin: 0 0 20px;
    }

    .bullet-offerings {
        flex-wrap: wrap;
    }

    .bullet-offerings .txt {
        border-right: 0;
        padding: 0 0 10px 0;
        margin-right: 0;
        border-bottom: 2px solid #fff;
    }

    .homeSearchBar {
        margin-top: 30px;
    }

    .caption_section {
        padding: 100px 0 40px;
    }

    .caption_section h2 {
        padding: 10px 15px;
        font-size: 12px;
        margin-bottom: 20px;
    }

    .common_section {
        padding: 40px 0;
    }

    .heading {
        font-size: 30px;
    }

    .sub-heading {
        font-size: 14px;
    }

    .services_list .each-service {
        width: 100%;
        margin-bottom: 20px;
    }

    .consultca-stats-row {
        flex-wrap: wrap;
        text-align: center;
    }

    .consultca-stats-column {
        margin-bottom: 40px;
    }

    .consultca-stats-column:last-child {
        margin-bottom: 0;
    }

    .consultca-stats {
        padding: 50px 20px;
    }

    .our-client-says .owl-nav,
    .blogs-list .owl-nav {
        top: 135px;
    }

    .our-client-says-carousel {
        margin-top: 80px;
    }

    .main-footer .footer-top {
        margin-right: 0;
        margin-left: 0;
        padding-bottom: 20px;
    }

    .social-icons {
        margin-bottom: 50px;
    }

    .navigation {
        position: fixed;
        left: 0;
        display: none;
        top: 62px;
        width: 100%;
        background: #f5f5f5;
        border-top: 1px solid #d3d3d3;
    }

    .navigation ul {
        flex-wrap: wrap;
    }

    .navigation ul li:last-child a {
        border-bottom: 0;
    }

    .navigation ul li {
        width: 100%;
        margin: 0;
    }

    .navigation ul li a {
        padding: 10px 20px;
        border-bottom: 1px solid #d3d3d3;
    }

    .hamburger-menu {
        display: block;
    }

    .blogs-listing-sec .items {
        width: 100%;
    }


    .partner-form-wrap .lt {
        width: 100%;
        height: 400px;
        margin-bottom: 30px;
    }

    .partner-form-wrap .rt {
        width: 100%;
    }

    #partnerForm .col-3,
    #partnerForm .col-6,
    #partnerForm .col-9,
    #partnerForm .col-4,
    .blog-inside-popups .col-3,
    .blog-inside-popups .col-6,
    .blog-inside-popups .col-9,
    .blog-inside-popups .col-4 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100%;
    }

    .upload-img {
        margin-bottom: 20px;
    }

    .custom-switch {
        padding-left: 0;
    }

    .consults-listing-sec .items {
        width: 100%;
    }

    .consults-listing-sec .items .up_sec {
        flex-wrap: wrap;
    }

    .consults-listing-sec .items .cs_para {
        min-height: auto;
    }

    .consults-listing-sec .items .up_sec .rt {
        padding-bottom: 0;
        padding-right: 0;
        width: 100%;
    }

    .consults-listing-sec .items .up_sec .lt {
        padding-top: 0;
        padding-bottom: 10px;
    }

    .selectbox_bar form {
        flex-wrap: wrap;
    }

    .selectbox_bar.consultCA .btn.submit {
        min-width: 96px;
        margin: 20px auto 40px;
    }

    .selectbox_bar form .border-select {
        width: 100%;
        margin-right: 0;
    }

    .partners-details .igm {
        margin-bottom: 20px;
    }

    .blogitemsDetails .popHeader {
        flex-wrap: wrap;
    }

    .blogitemsDetails .popHeader .lt {
        font-size: 24px;
    }

    .bgdelimg img {
        width: 100%;
    }

    #bgdetail p {
        line-height: 1.67;
    }

    .main-footer .footer-top .foot-navs ul {
        margin-bottom: 30px !important;
    }
}