@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Black.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

html,
body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    min-height: 100%;
}

body {
    font-family: 'Poppins';
    color: #24272c;
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    background: #28282a;
}

* {
    box-sizing: border-box;
}

a,
a:link,
a:visited {
    outline: none;
    text-decoration: none;
    -moz-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
}

img {
    border: none;
    margin: 0px;
    max-width: 100%;
    display: block;
}

h1 {
    font-weight: normal;
    font-size: 28px;
    margin: 0px;
    padding: 0px;
    margin-block-start: 0em;
    margin-block-end: 0em;
}

h2 {
    font-weight: normal;
    font-size: 24px;
    margin: 0px;
    padding: 0px;
    margin-block-start: 0em;
    margin-block-end: 0em;
}

h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 18px;
    margin: 0px;
    padding: 0px;
    margin-block-start: 0em;
    margin-block-end: 0em;
}

form,
input,
select,
textarea,
p {
    margin: 0px;
    padding: 0;
    color: #37393d;
    font-size: 16px;
}

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

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time {
    display: block;
    margin: 0px;
    padding: 0;
}

.customClear {
    clear: both;
    font-size: 0em;
    line-height: 0px;
    height: 0px;
    margin: 0px;
    padding: 0px;
}

p {
    margin: 0px;
    padding: 0;
    color: #37393d;
    font-size: 16px;
    font-weight: 500;
}

ul {
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
    margin-inline-start: 0px;
    padding: 0;
}
/*IE below 9*/

#ieWrapper {
    background: #000;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.ieHolder {
    position: relative;
    width: 555px;
    padding: 20px;
    margin: 200px auto 0 auto;
    background: #FFF;
    border: 7px solid #2b2927;
}

.btnIeUpdate {
    background: url(../images/btnIeUpdate.jpg) 0 0 no-repeat;
    width: 144px;
    height: 37px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #fff;
    line-height: 37px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.ieLogo {
    float: left;
    width: 134px;
    height: 139px;
    background: url(../images/ieLogo.jpg) no-repeat 0 0;
}

.ieContent {
    float: right;
    margin: 0;
    padding: 0;
    width: 350px;
    color: #666;
    font-size: 15px;
    line-height: 18px;
}

.ieContent strong {
    margin: 0 0 15px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px dashed #cccccc;
    display: block;
    font-size: 18px;
    color: #333;
    font-weight: normal;
}
/*End IE below 9*/

#container {
    position: relative;
    background-color: #fff;
}

.page_center {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

header#page_header {
    background-color: #fff;
}

.page_logo {
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.logo {
    width: 142px;
    min-width: 100%;
}

.flex {
    display: flex;
}

.div_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top_header {
    display: flex;
    justify-content: space-between;
    background-color: #37393d;
    flex: 1;
    height: 40px;
}

.page_menu {
    display: flex;
}

.page_menu .submenu>a::after {
    content: "";
    background-image: url(../images/arrow-downb.png);
    background-repeat: no-repeat;
    padding-right: 20px !important;
    background-position: right center;
}

.page_menu .submenu:hover>a::after {
    background-image: url(../images/arrow-downw.png);
}

.page_menu ul {
    display: flex;
    align-items: center;
    font-weight: bold;
}

.page_menu ul li {
    list-style: none;
    font-weight: 600;
    font-size: 17px;
    position: relative;
    text-align: left;
}

.page_menu ul li.active a,
.page_menu ul li a:hover {
    background-color: #000;
    color: #fff;
}

.page_menu ul li a {
    padding: 15px 20px;
    text-decoration: none;
    margin-right: 5px;
    color: #000;
    text-transform: capitalize;
}

.page_menu ul a {
    display: block;
    padding: 5px;
    color: #666;
    text-decoration: none;
    background-color: white;
}

.page_menu ul li:hover a,
#page_header ul li a:hover {
    color: #fff;
    background-color: #000;
}

.top_header ul li a:hover {
    background-color: transparent !important;
}

#page_header ul li a.active {
    background-color: #000;
}

.page_menu ul ul {
    flex-direction: column;
    position: absolute;
    left: 0;
    display: none;
    width: 227px;
    z-index: 1;
    float: left;
    text-transform: uppercase;
}

.responsive-header .page_menu ul ul {
    width: 100%;
}

.responsive-header .page_menu .login-btn.active {
    margin-left: 0px;
    padding-right: 0px;
    width: 314px;
    border-radius: 6px;
}

.responsive-header .page_menu ul .login-btn.active::after {
    content: none;
}

.responsive-header .page_menu .login-btn.active figcaption {
    line-height: 25px;
    color: #000;
}

.responsive-header .page_menu .login-btn.active::before {
    top: 15px;
    right: 12px;
}

.responsive-header .page_menu ul .login-btn.active a,
.responsive-header .page_menu ul .login-btn.active a:hover {
    background-color: #0000 !important;
    color: #fff !important;
}

.responsive-header .page_menu .submenu>a::after {
    filter: invert(1);
}

.responsive-header .page_menu ul>li>img {
    margin: auto;
    margin-top: 20px;
}

.page_menu ul li:hover ul a {
    color: white;
    font-weight: normal;
    font-size: 12px;
}

.page_menu .submenu>a:hover::after ul a,
.page_menu .submenu>a:active::after ul a {
    content: "";
    background-image: url(../images/arrow-downw.png);
    background-repeat: no-repeat;
    padding-right: 20px !important;
    background-position: right center;
}

.page_menu ul li:hover ul li a:hover {
    background-color: #e05461 !important;
}

#page_header ul li ul li a {
    float: none;
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: left;
    padding: 12px 0 12px 17px;
}

#page_header ul li ul li {
    border-bottom: solid 1px #fff;
    height: fit-content;
    padding: 0;
    background-color: #000;
    font-size: 14px !important;
    padding-left: 0 !important;
}

.page_menu li:hover ul {
    display: block;
}

.page_menu ul .login-btn.active {
    background-color: #fff !important;
    text-transform: initial;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    max-width: 300px;
}

.page_menu ul .login-btn.active::after {
    content: '';
    border-bottom: solid 4px #e05461;
    width: 100%;
    position: absolute;
    bottom: -31px;
}

.page_menu ul .login-btn.active a,
.page_menu ul .login-btn.active a:hover {
    background-color: #fff !important;
    color: #2e3339 !important;
    text-transform: initial;
    display: contents;
}

.page_menu .login-btn.active {
    margin-left: 50px;
    padding-right: 20px;
}

.page_menu .login-btn.active::before {
    content: '';
    display: inline-block;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    position: absolute;
    top: 12px;
    right: 0;
}

.page_menu .login-btn.active figure {
    display: flex;
    align-items: center;
}

.page_menu .login-btn.active figcaption {
    padding-left: 15px;
    line-height: 19px;
}

.page_menu .login-btn.active figcaption span {
    display: block;
    font-size: 14px;
    color: #80868c !important;
    text-transform: initial;
}

.page_menu .login-btn ul {
    width: 100%;
    padding-top: 31px;
}

.page_menu .member-login ul {
    padding-top: 27px;
}

.member-login {
    margin-right: 12px;
}

.page_menu ul .member-login.active::after {
    bottom: -27px;
}

.page_menu .member-login figcaption em {
    font-style: normal;
    font-weight: 600;
    color: #2e3339;
    font-size: 13px;
}

ul {
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
}

h2 {
    display: flex;
    color: #e05461;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 20px;
}

h2 span {
    width: 46px;
    height: 2px;
    background-color: #e05461;
    display: block;
    margin-right: 12px;
}

.infolinks {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.infolinks li {
    display: flex;
    padding-right: 20px;
    list-style: none;
    align-items: center;
    justify-content: center;
}

.infolinks li:nth-of-type(1)::after {
    content: "";
    background-color: #fff;
    width: 1px;
    height: 20px;
    margin-left: 20px;
}

.infolinks li img {
    margin-right: 3px;
}

.infolinks li span {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}

.infolinks li a {
    color: #fff;
    align-items: center;
}

.infolinks li a select {
    color: #fff;
    background-color: transparent;
    border: none;
}

.infolinks li a select option {
    color: #000;
}

.socialicons {
    display: flex;
    align-items: center;
}

.socialicons li {
    list-style: none;
    padding-left: 20px;
}

.main_header .page_center.div_flex {
    height: 114px;
    align-items: center;
}

.banner {
    /* display: flex;
flex-direction: column;
justify-content: center; */
    text-align: left;
    /* background-repeat: no-repeat;
background-size: cover; */
    /* height: 748px; */
    position: relative;
}

.banner-title {
    display: flex;
    justify-content: start;
    flex-direction: column;
    width: 52%;
    align-items: flex-start;
}

.banner-center {
    position: absolute;
    top: 22%;
    width: 14.3%;
}

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

.banner h1 {
    font-size: 70px;
    color: #000;
    line-height: 78px;
    font-weight: 700;
    margin-bottom: 25px;
}

.banner p {
    color: #37393d;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 35px;
    text-shadow: 2px 7px 5px rgb(251 247 247 / 30%), 0px -4px 10px rgb(255 255 255 / 30%);
}

button {
    font-size: 18px;
    background-color: #000;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    padding: 19px;
    cursor: pointer;
    border: none;
}

.slick-track {
    line-height: normal !important;
}

.home_featues {
    display: flex;
}

section.home_aboutus {
    position: relative;
}

.home_featues-left {
    width: 50%;
}

.home_featues_current {
    font-weight: 500;
    position: relative;
    margin-top: -65px;
    font-size: 15px;
    text-align: center;
    flex-direction: column;
    width: 255px;
    padding: 0 30px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 312px;
    margin-right: 35px;
    background-color: #fff;
    box-shadow: 0px 0px 90px -62px rgba(0, 0, 0, 0.63);
    -webkit-box-shadow: 0px 0px 90px -62px rgba(0, 0, 0, 0.63);
    -moz-box-shadow: 0px 0px 90px -62px rgba(0, 0, 0, 0.63);
}

.home_featues_current figure {
    margin-bottom: 25px;
}

.home_featues-left .home_featues_current figure img {
    width: 61px;
}

.home_featues_current h3 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    color: #37393d;
    padding-bottom: 0;
    line-height: 12px;
}

.home_featues_current p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
}

.home_featues_current-black {
    background-color: #000;
}

.home_featues_current-black h3 {
    color: #fff;
}

.home_featues_current-black p {
    color: #fff;
}

.experience-features {
    right: 20px;
    bottom: -50px;
    border-right: solid 3px #e05461;
    background-color: #fff;
    box-shadow: 0px 0px 90px -62px rgba(0, 0, 0, 0.63);
    -webkit-box-shadow: 0px 0px 90px -62px rgba(0, 0, 0, 0.63);
    -moz-box-shadow: 0px 0px 90px -62px rgba(0, 0, 0, 0.63);
    width: 250px;
    height: 177px;
    padding: 35px 40px;
    position: absolute;
}

.experience-features h1 {
    font-size: 60px;
    font-weight: 700;
    color: #37393d;
    padding-bottom: 0;
    line-height: 60px;
}

.what_wedo_position {
    margin-top: 65px;
    position: relative;
}

.home_aboutus-main {
    position: relative;
    background-color: #f8f8f8;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-image: url(../images/mobile-bg.png);
}

.home_featues-main {
    position: relative;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center right;
    background-image: url(../images/home-bg.png);
    margin-bottom: 50px;
    padding-bottom: 50px;
}

.about_home {
    padding-top: 40px;
    display: flex;
    height: 430px;
    justify-content: space-between;
}

.what_wedo_position figure {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

h3 {
    color: #37393d;
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
    padding-bottom: 30px;
}

p a {
    color: #e05461;
    text-decoration: none;
}

.about_home p {
    line-height: 26px;
    font-weight: 500;
}

.about_text {
    width: 60%;
}

.about_img {
    position: relative;
    width: 407px;
}

.about_img figure {
    position: absolute;
    bottom: 0;
}

.about_img img {
    margin: auto;
    position: relative;
}

.about_img:after {
    content: "";
    width: 100%;
    height: 17px;
    display: block;
    position: absolute;
    z-index: 0;
    -webkit-box-shadow: 0px 0px 48px -3px #444444;
    -moz-box-shadow: 0px 0px 48px -3px #444444;
    box-shadow: 0px 0px 48px -3px #444444;
    bottom: -5%;
}

.digit {
    opacity: 0;
    -webkit-transform: translateY(140px);
    -moz-transform: translateY(140px);
    -ms-transform: translateY(140px);
    -o-transform: translateY(140px);
    transform: translateY(140px);
    -webkit-transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    -moz-transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    -ms-transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    -o-transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.digit.visible {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.what_wedo_div {
    display: flex;
    justify-content: space-between;
}

.what_wedo_text {
    padding: 95px 0 100px 20px;
    width: 50%;
}

.what_wedo_text h4 {
    color: #fff;
    font-size: 24px;
    line-height: 37px;
    font-weight: 700;
    padding-bottom: 55px;
}

.what_wedo_text ul {
    padding: 45px 0 45px 50px;
}

.what_wedo_text ul li {
    color: #6d6d6d;
    font-size: 17px;
    line-height: 26px;
    font-weight: 500;
    text-align: left;
    list-style: none;
    background: url(../images/list_pic.png) no-repeat left center;
    padding: 0px 0px 20px 34px;
    background-position: 0% 14%;
}

.home-services-text-title {
    width: 50%;
    padding-top: 75px;
    position: relative;
}

.home-services-text {
    height: 350px;
    background-color: #37393d;
    position: relative;
    background-repeat: no-repeat;
    background-position: center right;
    background-image: url(../images/service-bg.png);
}

.home-services-text-title h3 {
    color: #fff;
    text-align: right;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    padding-right: 20px;
    padding-bottom: 0px;
}

.home-services-text-title h4 {
    color: #fff;
    text-align: right;
    font-size: 40px;
    padding-right: 20px;
    line-height: 44px;
    font-weight: 700;
    padding-bottom: 0px;
}

.home-services-text-title p {
    color: #fff;
    padding-left: 25px;
}

.home-services-text-title:nth-of-type(2)::before {
    content: "";
    width: 9px;
    height: 74px;
    position: absolute;
    background-color: #e05461;
    border-radius: 10px;
}

.home-services-slides {
    position: relative;
    margin-top: -125px;
}

.home-services-slide-current {
    width: 31%;
}

.home-services-slide-current-text {
    padding: 40px 20px;
    height: 268px;
    background-color: #fff;
    box-shadow: 0px 0px 90px -62px rgba(0, 0, 0, 0.63);
    -webkit-box-shadow: 0px 0px 90px -62px rgba(0, 0, 0, 0.63);
    -moz-box-shadow: 0px 0px 90px -62px rgba(0, 0, 0, 0.63);
}

.home-services-slide-current figure {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.home-services-slide-current figure img {
    visibility: hidden;
}

.home-services-slide-current-text h4 {
    font-size: 26px;
    font-weight: 700;
    padding-bottom: 10px;
    cursor: pointer;
    line-height: 32px;
}

.home-services-slide-current-text h4 a {
    color: #24272c;
}

.home-services-slide-current-text p {
    font-size: 17px;
    padding-bottom: 20px;
}

.no-bg-button {
    background-color: transparent;
    color: #e05461;
    padding: 0;
    font-size: 17px;
    text-transform: capitalize;
}

button:focus {
    outline: none;
    border: none;
}

.home-services-slide-current figure {
    position: relative;
}

.home-services-slide-current figure span {
    background-color: #e05461;
    width: 73px;
    height: 73px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -37px;
    right: 28px;
}
/* .home-services-offer-left {
width: 50%;
} */

.home-services-offer-title h2 {
    padding-bottom: 20px;
}

.home-services-offer {
    width: 100%;
    margin-top: 112px;
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 50%, #f3f4f5 50%, #f3f4f5 100%);
    background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 50%, #f3f4f5 50%, #f3f4f5 100%);
    background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #f3f4f5 50%, #f3f4f5 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f4f5', GradientType=1);
}

.home-services-offer-current {
    width: 215px;
    margin-right: 50px;
}

.home-services-offer-current figure {
    margin-bottom: 10px;
}

.home-services-offer-current h4 {
    margin-bottom: 15px;
    cursor: pointer;
}

.home-services-offer-current h4 a {
    color: #24272c;
}

.home-services-offer-text {
    border-bottom: solid 1px #ccc;
    padding-bottom: 50px;
}

.home-services-offer-right {
    position: relative;
}

.home-services-offer-right-left .home-services-offer-title h3 {
    font-size: 22px;
    line-height: 22px;
    padding-bottom: 15px;
    cursor: pointer;
}

.home-services-offer-right-left .home-services-offer-title h3 a {
    color: #37393d
}

.home-services-offer-right-left .home-services-offer-title h6 {
    color: #8a8f98;
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 10px;
}

.home-services-offer-right-left .home-services-offer-title button {
    font-size: 15px;
    line-height: 16px;
    margin-top: 25px;
    text-transform: capitalize;
    padding: 14px 19px;
}

.home-services-offer-right-left .home-services-offer-title {
    width: 50%;
}

.home-services-offer-news figure {
    margin-right: 45px;
}

.home-services-offer-right-left {
    margin-top: 75px;
}

section.client_section {
    padding: 100px 0 180px 0;
    display: flex;
    align-items: center;
}

.client_list {
    display: flex;
    justify-content: center;
    align-items: center;
}

.client_list figure {
    padding: 0 25px;
}

.client_imgs {
    position: relative;
}

.client_imgs ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
    flex-wrap: wrap;
    justify-content: center;
}

.client_imgs li {
    flex: 1;
    position: relative;
    display: flex;
}

.client_imgs li:first-child::before {
    content: none;
}

.client_imgs li figure img {
    /* max-width: 200px; */
    height: 100px;
    width: auto;
}

.client_imgs li figure {
    margin: auto;
    padding: 0;
}

.client_imgs li:last-child figure {
    padding-right: 0;
}

.footer-services-current figure img {
    width: 62px;
}

.client_imgs li figure .info-footer ul li {
    list-style: none;
    line-height: 35px;
}

.info-footer ul li a {
    display: flex;
    align-items: center;
    color: #99999d;
}

.info-footer ul li a img {
    margin-right: 15px;
}

.top_footer .page_center {
    justify-content: space-between;
}

.newsletter-footer h4 {
    color: #fff;
}

.newsletter-footer input {
    width: 100%;
    height: 49px;
    padding: 10px;
    border-radius: 10px;
    color: #99999d;
    font-size: 16px;
    margin-top: 20px;
    border: none;
}

.newsletter-footer button {
    height: 49px;
    width: 128px;
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;
    color: #fff;
    background-color: #e05461;
    font-size: 16px;
}

.footer-services-current {
    width: 31%;
    height: 268px;
    background-color: #fff;
    padding: 35px 40px;
    position: relative;
    margin-top: -100px;
    box-shadow: 0px -2px 100px -58px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px -2px 100px -58px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px -2px 100px -58px rgba(0, 0, 0, 0.5);
}

.footer-services-current figure {
    display: flex;
    align-items: flex-end;
    margin-bottom: 25px;
}

.footer-services-current figcaption {
    color: #37393d;
    font-size: 20px;
    font-weight: 600;
    padding-left: 10px;
}

.footer-services-current p {
    margin-bottom: 15px;
}

.top_footer {
    display: flex;
    padding-top: 70px;
    padding-bottom: 40px;
    align-items: center;
}

.logo-footer p {
    color: #99999d;
    margin: 30px 0;
}

.logo-footer p a {
    color: #fff;
}

.logo-footer {
    width: 25%;
}

.bottom_footer .page_center {
    border-top: solid 1px #404041;
    padding: 30px 0;
}

.bottom_footer p {
    color: #fff;
    font-weight: 300;
    font-size: 15px;
}

.footer .socialicons li {
    list-style: none;
    padding-left: 8px;
}

.ftr_menu {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.ftr_menu ul {
    /* display: flex; */
    text-align: left;
}

.ftr_menu ul li {
    list-style: none;
    font-weight: 500;
    font-size: 15px;
    color: #99999d;
    padding-left: 18px;
    cursor: pointer;
    text-align: left;
    line-height: 35px;
}

.ftr_menu ul li.current-menu-item a,
.ftr_menu ul li a:hover {
    text-decoration: none;
    color: #fff;
}

.ftr_menu ul li.active a {
    color: #99999d;
}

.ftr_menu ul li a {
    color: #99999d;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
}

.ftr_infolinks {
    display: flex;
    justify-content: center;
    color: #99999d;
    width: 100%;
}

.ftr_infolinks ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
}

.ftr_infolinks li {
    position: relative;
    border-right: 1px solid #fff;
    padding: 0 4px;
    line-height: 17px;
}

.ftr_infolinks li:last-child {
    border: 0;
}

.ftr_infolinks li a {
    color: #99999d;
}

.ftr_menu .socialicons {
    padding-bottom: 0;
    padding-top: 35px;
}

footer .socialicons li {
    margin-right: 10px;
    background-color: #363638;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    cursor: pointer;
}

footer .socialicons li:hover {
    background-color: #313131;
}

.footer p {
    padding-right: 10px;
    color: #99999d;
}

.home-services-offer-left .home-services-offer-title h3 {
    width: 80%;
}

.responsive-header {
    background-color: #fff;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .1);
    position: fixed;
    width: 100%;
    z-index: 3;
    display: none;
}

.responsive-header .menu {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.responsive-header .logo {
    width: 50%;
    display: block;
    float: left;
    padding: 14px;
    text-decoration: none;
}

.responsive-header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 34px 20px;
    position: relative;
    user-select: none;
}

.responsive-header .menu-icon .navicon {
    background: #333;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
}

.responsive-header .menu-icon .navicon:before,
.responsive-header .menu-icon .navicon:after {
    background: #333;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.responsive-header .menu-icon .navicon:before {
    top: 5px;
}

.responsive-header .menu-icon .navicon:after {
    top: -5px;
}

.responsive-header .menu-btn {
    display: none;
}

.responsive-header .menu-btn:checked~.menu {
    max-height: 100vh;
    height: 100vh;
}

.responsive-header .menu-btn:checked~.menu-icon .navicon {
    background: transparent;
}

.responsive-header .menu-btn:checked~.menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.responsive-header .menu-btn:checked~.menu-icon .navicon:after {
    transform: rotate(45deg);
}

.responsive-header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,
.responsive-header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
    top: 0;
}

.mobile_home {
    background-color: #fff;
    padding: 0px 8px;
    position: absolute;
    top: 62px;
    width: 359px;
    left: 24px;
    bottom: 41px;
    overflow: hidden;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
}

.mobile_home figure {
    position: inherit;
    bottom: inherit;
}

.mobile_home ul.flex {
    justify-content: space-between;
    margin: 0;
    padding: 17px 25px 20px 7px;
}

.mobile_home ul.flex li {
    list-style: none;
}

.mobile_home h1 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 27px;
}

.mobile_search {
    border: solid 1px #e1e1e1;
    padding: 10px 15px;
    border-radius: 30px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.mobile_search figure:nth-of-type(1) {
    align-items: center;
}

.mobile_search figure:nth-of-type(1) img {
    margin-right: 15px;
}

.mobile_text h3 {
    color: #37393d;
    font-size: 20px;
    line-height: 31px;
    font-weight: 600;
    padding-bottom: 8px;
}

.mobile_text h5 {
    color: #6e7779;
    font-size: 16px;
    padding-bottom: 7px;
}

.mobile_news-img {
    box-shadow: 1px 4px 28px -9px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 1px 4px 28px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 4px 28px -9px rgba(0, 0, 0, 0.75);
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    margin-bottom: 15px;
}

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

.mobile_text {
    padding: 15px;
}

.mobile_news-list figure:nth-of-type(1) img {
    width: 16px;
    align-items: center;
    margin-right: 7px;
}

.mobile_news-list figure {
    align-items: center;
}

.mobile_news-list figcaption {
    font-size: 9px;
    font-weight: 400;
}

.mobile_news-list {
    padding: 0 10px 17px 10px;
    justify-content: space-between;
}

.mobile_buttons {
    padding: 38px 0 9px 0;
    position: fixed;
    bottom: 38px;
    background-color: #fff;
    width: 351px;
    left: 29px;
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
}

.mobile_buttons img {
    margin: inherit;
    width: 90%;
    padding-left: 4px;
}

.mob-icons {
    text-align: right;
}

.mob-icons img {
    width: 90px;
}

.login-popup figcaption {
    font-size: 20px;
    margin-bottom: 25px;
    color: #e05461;
}

.login-popup input {
    color: #222222;
    font-size: 15px;
    width: 100%;
    border-radius: 0px;
    box-sizing: border-box;
    height: 46px;
    border: none;
    padding: 0 22px;
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #e2dede;
    font-weight: 400;
}

.login-popup button {
    padding: 17px;
    color: #fff;
    border: 1px solid #e05461;
    border-radius: 0;
    background-color: #e05461;
    width: 100%;
    font-weight: 600;
    height: 46px;
    font-size: 18px;
    margin: 15px 0 20px 0;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 3;
    position: fixed;
    overflow: auto;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.login-popup img {
    margin: auto;
    margin-bottom: 40px;
}

.login-popup .popup {
    margin: 70px auto;
    padding: 100px;
    background: #fff;
    border-radius: 5px;
    width: 536px;
    height: 700px;
    background-image: url(../images/login-bg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    position: relative;
    transition: all 5s ease-in-out;
    text-align: center;
}

.login-popup .popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 45px;
    font-weight: 300;
    text-decoration: none;
    color: #37393d;
}

.login-popup .popup .close:hover {
    color: #e05461;
}

.login-popup p a {
    color: #37393d;
}

.inner_footer .top_footer {
    background-color: #fff;
    padding: 35px 0;
}

.inner_footer .ftr_menu ul {
    display: flex;
}

.inner_footer .socialicons li {
    background-color: transparent;
}

.inner_footer .bottom_footer {
    background-color: #37393d;
}

.inner_footer .ftr_menu ul li {
    margin-right: 30px;
}

.inner_footer .ftr_menu ul li a {
    color: #37393d;
    text-transform: lowercase;
    font-size: 17px;
    display: flex;
    align-items: center;
}

.inner_footer .bottom_footer .page_center {
    padding: 0 0;
}

.inner_footer .bottom_footer p {
    font-size: 13px;
}

.inner_footer .top_footer .page_center {
    align-items: center;
}

.inner_footer .ftr_menu ul li a img {
    margin-right: 7px;
}

.myprofile-wrapper .home_featues {
    position: relative;
    margin-top: -165px;
    display: initial;
    width: 100%;
}

.myprofile-wrapper .home_featues>h3 {
    color: #fff;
    font-size: 28px;
}

.myprofile-content {
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    display: flex;
    height: 227px;
    background-color: #fff;
    -webkit-box-shadow: 1px 4px 12px -2px rgb(0 0 0 / 10%);
    -moz-box-shadow: 1px 4px 12px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 4px 12px -2px rgb(0 0 0 / 10%);
}

.myprofile-content-logo {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 0px 20px;
}

.myprofile-content-logo figure {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}

.myprofile-content-logo figure img {
    visibility: hidden;
}

.myprofile-content-logo p {
    color: #586370;
    font-size: 15px;
    font-weight: 600;
}

.myprofile-contentinfo {
    background-color: #e05461;
    padding: 28px 20px 0px 20px;
    text-align: left;
}

.myprofile-contentinfo h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 17px;
}

.myprofile-contentinfo ul li {
    list-style: none;
    font-weight: 500;
    font-size: 15px;
    text-align: left;
    line-height: 35px;
}

.myprofile-contentinfo ul li img {
    margin-right: 15px;
}

.myprofile-contentinfo ul li a {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.myprofile-basic-details {
    background-color: #fff;
    flex: 1;
    text-align: left;
}

.myprofile-basic-details h3 {
    font-size: 22px;
    color: #37393d;
}

.myprofile-basic-details ul li {
    font-size: 16px;
}

.myprofile-basic-details ul li a {
    color: #37393d;
}

.myprofile-basic-ul {
    display: flex;
}

.profile-pic {
    max-width: 52px;
    height: 52px;
    border-radius: 50%;
}

.headquarters-services figure img {
    cursor: pointer;
    width: 100%;
}

.headquarters-services figure img .contact {
    width: 176px;
    display: inline;
}

.myprofile-basic-ul ul li {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: normal;
}

.myprofile-basic-ul ul span {
    display: flex;
    align-items: center;
    margin-right: 15px;
    min-width: 140px;
}

.myprofile-basic-ul li span::after {
    content: ":";
}

.myprofile-basic-ul ul li em {
    font-style: normal;
}

.inner-about-content .home_featues-left {
    width: 40%;
}

.inner-about-content .home_featues-left .what_wedo_position figure img {
    visibility: hidden;
}

.inner-about-content .what_wedo_text {
    padding-right: 60px;
    width: 60%;
    padding-bottom: 0;
}

.inner-about-content .what_wedo_text p {
    margin-bottom: 30px;
}

.inner-about-content h3 {
    font-size: 24px;
}

.inner-about-content .experience-features {
    display: flex;
    left: -48px;
    bottom: 55px;
    border: none;
    width: 375px;
    height: 100px;
    padding: 0;
}

.inner-about-content .experience-features h1 {
    background-color: #e05461;
    padding: 20px 15px 0 15px;
    color: #fff;
    font-size: 64px;
}

.inner-about-content .experience-features h4 {
    padding: 18px 15px 0 18px;
    font-size: 16px;
    color: #37393d;
    font-weight: 600;
}

.inner-about-content .experience-features h4 span {
    display: block;
    color: #37393d;
    font-size: 14px;
    font-weight: 300;
}

.speciality-content {
    margin-bottom: 60px;
}

.speciality-content ul {
    display: flex;
    flex-wrap: wrap;
}

.speciality-content ul:nth-of-type(1) li {
    border-top: none;
}

.speciality-content ul:nth-of-type(2) li {
    border-bottom: none;
}

.speciality-content ul li:nth-of-type(1) {
    border-left: none;
}

.speciality-content ul li:nth-last-child(1) {
    border-right: none;
}

.speciality-content h3 {
    font-size: 24px;
}

.speciality-content li {
    width: 120px;
    /* height: 115px; */
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #f1f0f0;
    cursor: pointer;
}

.speciality-content li:hover {
    -webkit-box-shadow: 1px 2px 22px -1px rgb(0 0 0 / 10%);
    -moz-box-shadow: 1px 2px 22px -1px rgb(0 0 0 / 10%);
    box-shadow: 1px 2px 22px -1px rgb(0 0 0 / 10%);
}

.speciality-content figure {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.speciality-content li figcaption {
    margin: 5px 7px;
    font-size: 12px;
    color: #37393d;
    text-align: center;
    line-height: 14px;
    word-break: break-word;
}

.speciality-content figure img {
    max-width: 80px;
    height: auto;
}

.headquarters-services {
    text-align: center;
    margin-bottom: 90px;
}

.headquarters-services .home-services-text-title {
    width: 100%;
    padding-top: 75px;
}

.headquarters-services .home-services-text-title h4 {
    color: #fff;
    text-align: center;
    font-size: 27px;
    padding-right: 20px;
    line-height: 44px;
    font-weight: 700;
    padding-bottom: 0px;
}

.headquarters-services .home-services-slide-current {
    /*width: 22%;*/
    width: 100% !important ;
    /*height: 380px;*/
    height: 438px;
    margin-left: 25px;
}

.additional-information {
    position: relative;
}

.additional-information .what_wedo_text {
    background-color: #f0f2f4;
    display: flex;
    align-items: center;
    padding: 0;
    padding-left: 13%;
}

.additional-information .what_wedo_text h4 {
    font-size: 19px;
    color: #37393d;
    line-height: 17px;
    font-weight: 700;
    padding-bottom: 30px;
}

.additional-information .what_wedo_position {
    margin-top: 0px;
}

.additional-information .what_wedo_position img {
    width: 100%;
}

.additional-information-text {
    width: 369px;
}

.additional-information-text p {
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
}

.additional-information .experience-features {
    width: 416px;
    height: auto;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0px;
    border: none;
    padding: 50px 30px;
}

.additional-information .experience-features::after {
    content: "";
    border-bottom: solid 5px #e05461;
    width: 71.3%;
    position: absolute;
    bottom: 0;
}

.additional-information .experience-features h4 {
    margin: 20px 0;
}

.additional-information .experience-features ul {
    display: flex;
    flex-wrap: wrap;
}

.additional-information .experience-features li {
    list-style: none;
    margin-bottom: 15px;
}

.additional-information .experience-features ul:nth-of-type(1) {
    border-bottom: solid 3px #dfdfdf;
}

.additional-information .experience-features .ul-recognition li {
    width: 50%;
    list-style-position: inside;
    background-image: url(../images/tick.png);
    background-repeat: no-repeat;
    padding: 0 0 0 20px;
    background-size: 16px;
    font-size: 14px;
}

.headquarters-services .home-services-text {
    background-image: url(../images/head-bg.jpg);
    height: 367px;
}

.headquarters-services .home-services-slides {
    margin-top: -174px;
}

.headquarters-slide {
    background-color: #e05461;
    width: 28% !important;
    color: #fff;
    text-align: left;
    margin-left: 0 !important;
}

.headquarters-slide .home-services-slide-current-text {
    background-color: #d34c59;
    padding: 12px 40px 0px 40px;
    height: calc(100% - 175px);
}

.headquarters-slide h4 {
    text-transform: uppercase;
    color: #fff;
    font-size: 17px;
    padding: 0px 0px 13px 0px;
    font-weight: 600;
}

.headquarters-slide>h4 {
    font-size: 20px;
    padding: 35px 0px 8px 40px;
}

.headquarters-slide p {
    color: #fff;
    font-size: 15px;
    padding: 0px 0px 25px 0px;
}

.headquarters-slide .home-services-slide-current-text h4 {
    display: flex;
    justify-content: space-between;
}

.headquarters-slide .home-services-slide-current-text p:nth-of-type(1) {
    font-size: 17px;
    padding: 0px 0px 5px 0px !important;
}

.headquarters-slide>p {
    padding: 0px 40px 30px 40px;
}

.headquarters-slide .home-services-slide-current-text ul {
    display: flex;
    padding: 0px 0px 18px 0px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #fff;
}

.headquarters-slide .home-services-slide-current-text ul li {
    list-style: none;
    padding: 0px 10px 0 0px;
}

.headquarters-slide .home-services-slide-current-text ul li a {
    padding: 8px;
    color: #fff;
}

.headquarters-slide .home-services-slide-current-text ul li.active a {
    background-color: #fff;
    border-radius: 4px;
    color: #e05461;
}

.headquarters-services .home-services-slide-current-text h1 {
    color: #202529;
    font-size: 18px;
    font-weight: 600;
    padding: 0px;
}

.headquarters-services .home-services-slide-current-text h2 {
    color: #202529;
    font-size: 16px;
    font-weight: 500;
    padding: 0px 0px 15px 0px;
    margin-bottom: 15px;
    border-bottom: 2px solid #dfdfdf;
    display: block;
}

.headquarters-services .home-services-slide-current-text h3 {
    color: #202529;
    font-size: 16px;
    font-weight: 500;
    padding: 0px;
    line-height: 16px;
}

.headquarters-services .home-services-slide-current-text a {
    color: #e05461;
    font-size: 12px;
    font-weight: 500;
    padding: 0px 0px 15px 0px;
}
.client-slider-wrap{ width: calc(78% - 110px);}

.home-services-slide-current.headquarters-slide{
width: 28% !important;
flex-shrink: 0;
display: flex;
flex-direction: column;
justify-content: space-between;
}

.home-services-slides .page_center.flex{
gap: 40px;
}

.client-slider.owl-carousel .owl-nav button.owl-next, .client-slider.owl-carousel .owl-nav button.owl-prev{
position: absolute;
top: calc(50% - 45px);
transform: translateY(calc(-50% + 45px));
width: 22px;
height: 22px;
background: url(../images/ic_AngleLt_md.svg) center no-repeat;
background-size: contain;
}

.client-slider.owl-carousel .owl-nav button.owl-next span, .client-slider.owl-carousel .owl-nav button.owl-prev span{
display: none;
font-size: 0;
}

.client-slider.owl-carousel .owl-nav button.owl-next{
right: -30px;
background: url(../images/ic_AngleRt_md.svg) center no-repeat;
background-size: contain;
/* transform: scaleX(-1); */
}

.client-slider.owl-carousel .owl-nav button.owl-prev{
left: -30px;
}

.client-slider .owl-stage-outer { 
overflow: visible;
}


.client-slider .owl-item {
opacity: 0;
transition: opacity 500ms;
}

.client-slider .owl-item.active {
opacity: 1;
}

.client-slider.owl-carousel .owl-item{
padding-bottom: 45px;
}

.client-slider.owl-carousel .owl-nav button.disabled{
opacity: 0.2;
cursor: default;
}

@media screen and (max-width: 1279px) {
.client-slider-wrap{ width: calc(78% - 10.94vw);}
.home-services-slides .page_center.flex {
    gap: 35px;
}

.home-services-slide-current-text{
    height: auto;
}
}

@media screen and (max-width: 1024px){
.client-slider-wrap {
    width: calc(50% - 40px);
}

.headquarters-services .client-slider.owl-carousel .owl-item .home-services-slide-current{
    width: 100% !important;
}

.home-services-slides .page_center.flex {
    gap: 20px;
}

}


@media screen and (max-width: 991px) {
    .page_menu ul {
        flex-direction: column;
        width: 100%;
    }
    .page_menu ul ul {
        width: 100%;
    }
    .responsive-header .menu {
        clear: none;
        float: right;
        max-height: none;
    }
    .responsive-header {
        display: block;
    }
    header#page_header {
        display: none;
    }
    .infolinks li a {
        padding: 0;
    }
    .top_header {
        flex-direction: column;
        height: auto;
        justify-content: center;
        align-items: center;
    }
    .infolinks {
        padding-top: 12px;
        justify-content: center;
    }
    .infolinks li {
        padding-right: 0;
    }
    .page_menu ul li {
        font-size: 16px;
        line-height: 45px;
        width: 100%;
        padding-left: 10px;
        text-align: center;
    }
    .page_menu ul li.active a,
    .page_menu ul li a:hover,
    .page_menu ul li a {
        background-color: transparent;
        color: #fff;
        padding: 0;
    }
    .page_menu {
        display: flex;
        justify-content: center;
        text-align: center;
    }
    ul.socialicons {
        padding: 12px 0;
    }
    .main_header {
        padding: 10px 0;
    }
    .infolinks li:nth-of-type(1)::after {
        margin-right: 20px;
    }
    .additional-information .experience-features::after {
        width: 50%;
    }

}

@media screen and (max-width: 440px) {
    .infolinks li:nth-of-type(1)::after {
        content: none;
    }
    .infolinks,
    .top_header>.flex {
        flex-direction: column;
    }
    .additional-information .experience-features::after {
        width: 78.3%;
    }

}

.responsive-header .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
    width: 100%;
    background-color: #37393d;
}

figure.transform-image>img {
    width: 407px;
}

.dashboard-content {
    padding: 60px 50px;
    font-weight: 500;
    font-size: 15px;
    display: flex;
    background-color: #fff;
    -webkit-box-shadow: 1px 4px 12px -2px rgb(0 0 0 / 10%);
    -moz-box-shadow: 1px 4px 12px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 4px 12px -2px rgb(0 0 0 / 10%);
}

.dashboard-content h3 {
    font-size: 22px;
}

.search-dashbord {
    margin-bottom: 40px;
}

.search-dashbord h3 {
    padding-bottom: 0px;
}

.search-form {
    display: flex;
}

.search-dashbord input[type=text] {
    padding: 30px 10px;
    font-size: 17px;
    border: 1px solid grey;
    width: 90%;
    background: #fff;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 45px;
    border: none;
    border-bottom: solid 2px #e05461;
}

.search-dashbord button {
    width: 10%;
    padding: 30px 0px;
    background: transparent;
    color: #e05461;
    font-size: 17px;
    border: none;
    text-align: right;
    border-bottom: solid 2px #e05461;
    cursor: pointer;
}

.search-dashbord button:hover {
    background: transparent;
    color: #df3a4a;
}

.search-dashbord::after {
    content: "";
    clear: both;
    display: table;
}

.dashboard-left h5 {
    font-size: 18px;
    font-weight: 600;
    padding: 20px 0;
}

.dashboard-left .news-current .home-services-slide-current-text {
    padding: 30px 0;
}

.news-current p {
    font-size: 17px;
    padding-bottom: 20px;
}

.dashboard-left .news-current {
    padding: 0 22px;
    border-left: solid 1px #ccc;
}

.dashboard-left .news-current:nth-of-type(1) {
    padding-left: 0;
    border-left: none;
}

.dashboard-left .news-current:nth-last-of-type(1) {
    padding-right: 0 !important;
}

.dashboard-left .news-current img {
    width: 100%;
}

.dashboard-left .wrapper {
    width: 100%;
}

.featured-members h3 {
    display: flex;
    justify-content: space-between;
}

.featured-members h3 a {
    color: #e05461;
    font-size: 16px;
    text-decoration: none;
}

.dashboard-left {
    width: 65%;
    padding-right: 30px;
}

.dashboard-right {
    width: 35%;
}

.featured-members li {
    width: 50%;
    height: 139px;
    border: none;
}

.featured-members li figcaption {
    font-size: 12px;
}

.featured-members li {
    -webkit-box-shadow: 1px 2px 22px -1px rgb(0 0 0 / 10%);
    -moz-box-shadow: 1px 2px 22px -1px rgb(0 0 0 / 10%);
    box-shadow: 1px 2px 22px -1px rgb(0 0 0 / 10%);
    border: solid 1px #f1f0f0 !important;
}

.featured-members ul {
    flex-wrap: wrap;
}

.featured-members li:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.contact-map-bg {
    height: 268px;
    width: 378px;
    background-image: url(../images/map.png);
    background-repeat: no-repeat;
    position: relative;
    background-color: #37393d;
    border: solid 1px #ccc;
    background-position: center;
}

.contact-details {
    display: none;
    z-index: 9;
    position: absolute !important;
    background-color: #fff;
    padding: 7px 6px;
    border-radius: 6px;
    border: solid 1px #88888b;
    position: relative;
    -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.2);
}

.contact-details h6 {
    font-size: 12px;
    line-height: 12px;
    color: #3e4c5a;
    margin-bottom: 0;
    font-weight: normal;
}

.contact-details:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 11px solid white;
    bottom: -11px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.contact-details ul li {
    font-size: 15px;
    line-height: 19px;
    font-weight: normal;
    margin-top: 20px;
    display: flex;
}

.contact-details ul li img {
    margin-right: 10px;
    height: 16px;
}

.contact-map-bg ul li {
    width: 8px;
    height: 8px;
    list-style: none;
    position: absolute;
    border-radius: 50%;
    cursor: pointer;
    animation: popBase 1s infinite;
    transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}

.contact-map-bg ul li.active::after {
    content: "";
    width: 18px;
    height: 18px;
    background-color: #f87b6b23;
    border: solid 1px #f87c6b;
    border-radius: 50%;
    animation: popBase 1s infinite;
    transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    position: absolute;
    left: -6px;
    top: -6px;
}

@keyframes popBase {
    0% {
        box-shadow: 0px 0px 0px 0px rgba(139, 46, 85, 0.75);
        transform: scale(1)
    }
    50% {
        box-shadow: 0px 0px 5px 0px rgba(139, 46, 85, 0.75);
        transform: scale(1.2)
    }
    100% {
        box-shadow: 0px 0px 0px 0px rgba(139, 46, 85, 0.75);
        transform: scale(1)
    }
}

@-webkit-keyframes popBase {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px rgba(139, 46, 85, 0.75);
        -webkit-transform: scale(1)
    }
    50% {
        -webkit-box-shadow: 0px 0px 5px 0px rgba(139, 46, 85, 0.75);
        -webkit-transform: scale(1.2)
    }
    100% {
        -webkit-box-shadow: 0px 0px 0px 0px rgba(139, 46, 85, 0.75);
        -webkit-transform: scale(1)
    }
}

.branches-home {
    position: relative;
    display: flex;
    flex-direction: column;
}

li.dot1 {
    bottom: 61%;
    left: 57px;
    background-color: #f87c6b;
}

.contact-dot1 h6 span {
    color: #f87c6b !important;
}

.contact-dot1 {
    bottom: 57%;
    left: 10px;
}

li.dot2 {
    bottom: 37%;
    left: 105px;
    background-color: #a28ee3;
}

.dot2.active::after,
.dot3.active::after {
    border: solid 1px #a28ee3 !important;
    background-color: #a28ee323 !important;
}

.contact-details h6 span {
    color: #a28ee3;
}

.contact-dot2 {
    bottom: 38%;
    left: 59px;
}

li.dot3 {
    bottom: 51%;
    left: 172px;
    background-color: #a28ee3;
}

.contact-dot3 {
    bottom: 50%;
    left: 126px;
}

li.dot4 {
    bottom: 54%;
    right: 153px;
    background-color: #f87c6b;
}

.contact-dot4 h6 span {
    color: #f87c6b;
}

.contact-dot4 {
    bottom: 52%;
    left: 169px;
}

li.dot5 {
    bottom: 50%;
    left: 248px;
    background-color: #01b9ff;
}

.dot5.active::after {
    border: solid 1px #01b9ff !important;
    background-color: #01b9ff23 !important;
}

.contact-dot5 h6 span {
    color: #01b9ff;
}

.contact-dot5 {
    bottom: 49%;
    left: 203px;
}

.key-services {
    padding-left: 25px;
    margin-top: 20px;
    width: 100%;
}

.key-services figure {
    padding-right: 12px;
    width: 42%;
    align-items: center;
}

.key-services figcaption {
    padding-left: 10px;
    color: #fff;
    font-size: 13px;
}

.accordion {
    margin: 3rem 0;
}

.accordion-tabs {
    display: none;
    border-bottom: solid 2px #000;
}

.accordion-tabs :focus {
    outline: none;
}

.accordion-item:last-child {
    border: none;
}

.accordion-item__label:after {
    content: none;
}

.accordion-item__container {
    padding: 0 1.25em;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: padding 0.2s ease, opacity 0.5s 0.15s ease;
}

.accordion-active .accordion-item__label:hover {
    background: none;
}

.accordion-active .accordion-item__label:after {
    opacity: 0;
}

.accordion-active .accordion-item__container {
    padding: 1.25em;
    height: auto;
    opacity: 1;
}

.accordion-tabs {
    display: flex;
}

.accordion-tabs .accordion-tab {
    padding: 15px 25px;
    color: #b5b7bc;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    transition: all 0.25s;
    border: none;
    background: transparent;
    cursor: pointer;
}

.accordion-tabs .accordion-tab:hover {
    color: #fff;
    background: #37393d;
    z-index: 1;
}

.accordion-tabs .accordion-tab.accordion-active {
    color: #fff;
    background: #37393d;
    transition: all 0.35s;
    z-index: 1;
}

.accordion-tabs .accordion-tab:last-child {
    border-right: 0;
}

.accordion-item {
    display: none;
    border: none;
}

.accordion-item__label,
.accordion-item__container {
    padding: 0;
    transition: inherit;
}

.accordion-item__label {
    margin-bottom: 0rem;
}

.accordion-item.accordion-active {
    display: block;
}

.accordion-item.accordion-active .accordion-item__container {
    padding: 0;
}

.accordion {
    overflow: hidden;
    width: 100%;
}

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

.news-main {
    position: relative;
}

.news-main-image {
    background-repeat: no-repeat;
    background-size: contain;
}

.news-main-image img {
    visibility: hidden;
}

.news-main-text {
    position: absolute;
    bottom: 35px;
    padding: 10px 0 10px 30px;
    width: 100%;
    background-color: #00000054;
}

.news-main-text h3 {
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    padding-bottom: 0px;
    line-height: 17px;
    margin-bottom: 10px;
    text-shadow: 1px 1px 10px #000;
}

.news-main-text h1 {
    font-weight: 600;
    font-size: 25px;
    color: #fff;
    margin-bottom: 10px;
    line-height: 20px;
    text-shadow: 1px 1px 10px #000;
}

.news-main-text p {
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    max-width: 90%;
    text-shadow: 1px 1px 10px #000;
}

section.slider {
    width: 100%;
}

section.slider .content h3 {
    padding-bottom: 0;
}

article.content.flex {
    justify-content: space-between;
    padding: 50px 0 20px 0;
    font-weight: 300;
}

.slider-item {
    position: relative;
}

.single-item .slider-item img {
    position: relative;
}

.single-item .slider-item-text {
    position: absolute;
    bottom: 40px;
    left: 30px;
    color: #fff;
}

.single-item .slider-item-text h6 {
    font-size: 14px;
    margin-bottom: 26px;
}

.single-item .slider-item-text h1 {
    font-size: 25px;
    font-weight: 700;
    line-height: 28px;
}

.slick-prev,
.slick-next {
    position: absolute;
    top: -10%;
    right: 0 !important;
    display: block !important;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border: solid 1px #cfd2d3;
    width: 26px;
    height: 26px;
    color: #cfd2d3;
    cursor: pointer;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: #cfd2d3;
    border: solid 1px #cfd2d3;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 14px;
    line-height: 1;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    color: #cfd2d3;
}

.slick-next:before {
    content: "\276F";
}

.slick-prev:before {
    content: "\276E";
}

.slick-prev {
    left: initial !important;
    right: 35px !important;
}

.news-slider .slider-item-text h6 {
    font-size: 14px;
    margin-bottom: 0px;
    color: #e05461;
    font-weight: 600;
    margin-top: 30px;
}

.news-slider .slider-item-text h6 span {
    color: #747882;
}

.news-slider h4 {
    color: #151c2b;
    font-size: 18.5px;
    font-weight: 700;
    margin: 10px 0;
}

.news-slider p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* number of lines to show */
    -webkit-box-orient: vertical;
    color: #37393d;
    font-size: 13.5px;
}

.news-slider .holder:nth-child(odd) .slider-item-text h4,
.news-slider .holder:nth-child(odd) .slider-item-text p,
.news-slider .holder:nth-child(odd) .slider-item-text h6 {
    padding-right: 10px;
}

.news-slider .holder .slider-item img {
    width: 97%;
}

.slick-track {
    line-height: initial !important;
}

.client_imgs .slick-track {
    display: flex;
    flex: 1;
    width: 100% !important;
}

.client_imgs .slick-initialized .slick-slide {
    width: 220px !important;
    display: flex;
    justify-content: center;
}

.feature-news-item {
    align-items: flex-start;
    margin-bottom: 25px;
}

.feature-news-text {
    margin-left: 15px;
}

.feature-news-item h6 {
    font-size: 12px;
    color: #e05461;
    font-weight: 600;
    text-transform: uppercase;
}

.news-slider h3 {
    margin-top: 50px;
}

.news-slider h3,
.business-news h3 {
    margin-top: 50px;
    padding-bottom: 20px;
}

.feature-news-pic {
    background-repeat: no-repeat;
    background-position: top center;
}

.feature-news-pic img {
    visibility: hidden;
}

.feature-news-item h6 span {
    color: #747882;
    text-transform: capitalize;
}

.feature-news-item h4 {
    color: #151c2b;
    font-size: 16px;
    font-weight: 700;
    margin: 5px 0;
    line-height: 18px;
}

.feature-news-item p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    -webkit-box-orient: vertical;
    color: #37393d;
    font-size: 13.5px;
}

.memberlist-content h3 {
    color: #37393d;
    font-size: 18px;
}

.memberlist-content {
    display: inherit;
}

.search-memberlist h3 {}

.memberlist-content input,
.memberlist-content select {
    height: 50px;
    background-color: #f5f6f8;
    border-radius: 3px;
    border: none;
    font-size: 15px;
    color: #37393d;
    padding: 0 15px;
    margin: 0 14px 14px 0;
    width: 23.7%;
}

.search-memberlist-form input:nth-of-type(5),
.search-memberlist-form select:nth-of-type(2) {
    margin-right: 0;
}

form.search-memberlist {
    padding-bottom: 30px;
}

.search-memberlist-form button {
    height: 50px;
    background-color: #37393d;
    border-radius: 3px;
    border: none;
    color: #fff;
    font-size: 19px;
    text-align: center;
    margin: 0 0 14px 0;
    width: 23.7%;
}

.member-list-wrapper ul {
    display: flex;
    flex-wrap: wrap;
}

.member-list-wrapper ul li {
    width: 23.7%;
    list-style: none;
    border: solid 1px #e7ebef;
    margin: 0 14px 14px 0;
    border-radius: 6px;
    height: 150px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.member-list-wrapper ul li figure {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.member-list-wrapper ul li figcaption {
    margin-top: 10px;
    padding: 0 30px;
    color: #24272c;
}

.pagination {
    display: inline-block;
    margin-top: 30px;
}

.pagination a {
    color: black;
    float: left;
    border-radius: 4px;
    border: solid 1px #e6eaee;
    padding: 5px 14px;
    text-decoration: none;
    margin-right: 6px;
}

.pagination a.active {
    background-color: #37393d;
    color: white;
}

.change-password-wrapper {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-popup.change-password .popup {
    margin: 0 auto 0 auto;
    width: 700px;
    height: 600px;
    background-size: contain;
    padding-top: 50px;
    box-shadow: 0px 0px 90px -62px rgb(0 0 0 / 63%);
    -webkit-box-shadow: 0px 0px 90px -62px rgb(0 0 0 / 63%);
    -moz-box-shadow: 0px 0px 90px -62px rgba(0, 0, 0, 0.63);
}

.dashboard-left .news-current figure {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}

.dashboard-left .news-current figure img {
    visibility: hidden;
}

@media screen and (max-width: 1600px) {
    .additional-information .what_wedo_text {
        padding-left: 15%;
    }
}

@media screen and (max-width: 1500px) {
    p.padding-top {
        padding-top: 0;
    }
    .additional-information .experience-features {
        width: 380px;
        padding: 20px 35px;
    }
    .additional-information .experience-features::after {
        width: 78.3%;
    }
    .additional-information .what_wedo_text {
        padding-left: 17%;
    }
    .additional-information .experience-features h4 {
        margin: 10px 0;
    }
}

@media screen and (max-width: 1200px) {
    .banner-title {
        padding-left: 20px;
        width: 60%;
    }
    .page_center {
        padding: 0 15px;
    }
    .banner h1 {
        font-size: 50px;
        line-height: 55px;
    }
    .banner p {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .banner button {
        font-size: 16px;
    }
    .speciality-content li {
        width: 114px;
        height: 115px;
    }
    .bottom_footer {
        padding: 0 15px;
    }
    .page_menu .login-btn.active {
        margin-left: 10px;
        padding-right: 15px;
    }
    .speciality-content li {
        width: 50%;
    }
    .key-services figure {
        width: 50%;
    }
    .memberlist-content input,
    .search-memberlist-form button,
    .member-list-wrapper ul li {
        width: 23.5%;
    }
    .additional-information .what_wedo_text {
        padding-left: 0;
    }
    .additional-information .experience-features {
        position: initial;
        width: 100%;
    }
    .additional-information {
        flex-wrap: wrap;
    }
    .additional-information .what_wedo_text {
        padding-left: 19px;
    }
    .additional-information .what_wedo_position {
        padding-right: 0px;
    }
}

@media screen and (max-width: 1024px) {
    .banner h1 {
        font-size: 46px;
        line-height: 55px;
    }
    .about_img {
        position: relative;
        right: 0px;
    }
    .about_img {
        width: 380px;
    }
    .mobile_home {
        width: 332px;
    }
    .mobile_buttons {
        width: 327px;
    }
    .home_featues_current h3 {
        margin-bottom: 9px;
        font-size: 16px;
    }
    .home_featues_current {
        padding: 0 16px;
    }
    .home_featues_current p {
        font-size: 15px;
    }
    .what_wedo_position {
        padding-right: 25px;
    }
    .experience-features {
        right: 0;
    }
    .footer-services-current figure {
        align-items: center;
        margin-bottom: 5px;
        flex-direction: column;
    }
    .footer-services-current {
        text-align: center;
    }
    .footer-services-current figcaption {
        padding-left: 0;
    }
    .login-btn.active {
        margin-left: 5px;
        padding-right: 5px;
    }
    .login-btn.active figcaption {
        padding-left: 7px;
    }
    .login-btn.active figcaption span {
        font-size: 13px;
    }
    .inner-about-content .page_center {
        flex-direction: column;
    }
    .inner-about-content .what_wedo_text {
        padding: 32px 0 0px 0;
        width: 100%;
    }
    .inner-about-content .home_featues-left {
        width: 100%;
    }
    .inner-about-content .what_wedo_position {
        padding-right: 0px;
        margin: 0;
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
    }
    .inner-about-content .experience-features {
        left: 15%;
    }
    .headquarters-services .home-services-slides .page_center {
        flex-wrap: wrap;
    }
    .headquarters-services .home-services-slide-current {
        width: 47% !important;
        height: 515px;
        margin-bottom: 20px;
        margin-right: 20px;
        margin-left: 0;
    }
    .headquarters-slide .home-services-slide-current-text {
        height: 46vh;
    }
    .page_menu ul li a {
        font-size: 15px;
        padding-right: 0;
    }
    .page_logo {
        width: 200px;
    }
    .dashboard-content {
        padding: 30px 15px;
    }
    .feature-news-item p {
        font-size: 12px;
    }
    .feature-news-item h4 {
        margin: 3px 0;
        line-height: 16px;
    }
    .feature-news-item {
        margin-bottom: 5px;
    }
    .single-item .slider-item-text h6 {
        margin-bottom: 4px;
    }
    .page_menu ul .member-login.active::after {
        bottom: -28px;
    }
    .member-list-wrapper ul li figcaption {
        padding: 0 15px;
        margin-top: 3px;
    }
    .what_wedo_text {
        padding: 95px 0 0px 20px;
    }
    .what_wedo_text ul {
        padding: 35px 0 35px 22px;
    }
    .home-services-offer {
        margin-top: 50px;
        background: none;
    }
    .home-services-offer .page_center {
        flex-direction: column;
    }
    .home-services-offer-left {
        width: 100%;
    }
    .home-services-offer-current {
        width: 50%;
    }
    .home-services-offer-right-left {
        margin-top: 0px;
    }
    .home-services-offer-right-left .home-services-offer-title {
        width: 65%;
        padding-top: 15px;
    }
    .home-services-offer-right {
        background-color: #f3f4f5;
    }
    .inner_footer .ftr_menu ul li {
        margin-right: 15px;
    }
    .inner_footer .ftr_menu ul li a {
        font-size: 15px;
    }
    .dashboard-main .dashboard-left {
        width: 60%;
        padding-right: 20px;
    }
    .dashboard-main .dashboard-right {
        width: 40%;
        overflow: hidden;
    }
    .search-dashbord button {
        width: 21%;
    }
    .featured-members li figcaption {
        font-size: 11px;
    }
    .popup .page_logo {
        width: auto;
    }
}

@media screen and (max-width: 991px) {
    .banner {
        padding-top: 70px;
    }
    .banner-center {
        top: 9%;
    }
    .home_featues-main {
        margin-bottom: 0px;
        padding-bottom: 0;
    }
    .what_wedo_text {
        padding: 50px 0;
    }
    .newsletter-footer form {
        width: 90%;
        display: flex;
        flex-direction: column;
        align-items: end;
    }
    h3 {
        font-size: 28px;
        line-height: 36px;
        padding-bottom: 20px;
    }
    .about_img {
        width: 348px;
    }
    .mobile_home {
        width: 284px;
    }
    .mobile_buttons {
        width: 277px;
    }
    .home_featues-main .page_center {
        flex-direction: column;
    }
    .home_featues-left {
        width: 100%;
    }
    .home_featues_current {
        margin-top: -45px;
        width: auto;
        height: 280px;
        margin-right: 30px;
    }
    .what_wedo_text {
        width: 100%;
    }
    .experience-features {
        right: 12%;
    }
    .home-services-slide-current-text {
        padding: 40px 20px;
    }
    .home-services-slide-current-text h4 {
        font-size: 24px;
    }
    .footer-services-current figcaption {
        font-size: 18px;
    }
    .top_footer .page_center {
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .logo-footer,
    .info-footer,
    .ftr_menu,
    .newsletter-footer {
        width: 50%;
    }
    .ftr_menu {
        align-items: end;
    }
    .speciality-content li img {
        width: 40px;
    }
    .additional-information .what_wedo_text {
        width: 50%;
        padding: 20px;
    }
    .additional-information .experience-features {
        width: 50%;
    }
    .inner_footer .ftr_menu ul {
        flex-direction: column;
    }
    .feature-news-item h4 {
        margin: 2px 0;
        line-height: 15px;
        font-size: 14px;
    }
    .single-item .slider-item-text h1 {
        font-size: 23px;
    }
    .news-slider h4 {
        font-size: 14.5px;
    }
    .memberlist-content input,
    .search-memberlist-form button,
    .member-list-wrapper ul li {
        width: 23%;
    }
    .home-services-offer-right-left .home-services-offer-title button {
        margin-top: 12px;
    }
    .home-services-offer-title h2 {
        padding-bottom: 7px;
        font-size: 19px;
    }
    .home-services-offer-right-left .home-services-offer-title h3 {
        font-size: 19px;
        line-height: 14px;
        padding-bottom: 12px;
    }
    p {
        font-size: 15px;
    }
    .home-services-offer-right-left .home-services-offer-title {
        padding-right: 15px;
    }
    .speciality-content h3 {
        font-size: 18px;
    }
    .featured-members h3 a {
        font-size: 13px;
    }
    .dashboard-left,
    .dashboard-main .dashboard-left {
        width: 100%;
        padding-right: 0px;
    }
    .dashboard-right,
    .dashboard-main .dashboard-right {
        width: 100%;
    }
    .dashboard-content {
        flex-direction: column;
    }
    .myprofile-content {
        flex-direction: column;
        height: auto;
    }
    .myprofile-content-logo {
        width: 30%;
    }
    .myprofile-contentinfo {
        width: 70%;
    }
    .myprofile-basic-details {
        width: 100%;
    }
    .myprofile-basic-ul ul {
        width: 36%;
    }
    .myprofile-basic-ul {
        align-items: center;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 768px) {
    .banner h1 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 8px;
    }
    .banner p {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .banner {
        padding-top: 64px;
    }
    .banner button {
        font-size: 13px;
    }
    h2 {
        font-size: 19px;
        padding-bottom: 15px;
    }
    h3 {
        font-size: 24px;
        line-height: 27px;
        padding-bottom: 20px;
    }
    .about_home {
        padding-top: 35px;
        height: auto;
        flex-direction: column;
    }
    .about_text {
        width: 100%;
    }
    .about_img {
        width: 100%;
        position: initial;
        right: 0;
    }
    .home-services-slides {
        margin-top: -60px;
    }
    .home-services-text-title h4 {
        font-size: 30px;
    }
    .about_img figure {
        position: relative;
    }
    figure.transform-image {
        margin: 30px 0;
        transform: matrix(1, 0, 0, 1, 0, 0) !important;
    }
    .mobile_home {
        width: 357px;
    }
    .mobile_buttons {
        width: 341px;
    }
    .newsletter-footer form {
        width: 90%;
        display: flex;
        flex-direction: column;
        align-items: end;
    }
    .about_img:after {
        width: 97%;
    }
    .home-services-slide-current-text {
        padding: 40px 15px;
    }
    .home-services-slide-current-text h4 {
        font-size: 20px;
        padding-bottom: 5px;
        padding-top: 9px;
    }
    .home-services-offer-right-left {
        flex-direction: column;
    }
    section.client_section {
        padding: 50px 0 120px 0;
    }
    .what_wedo_text ul {
        padding: 20px 0 3px 30px;
    }
    .home-services-slides .page_center {
        flex-direction: column;
    }
    .home-services-offer-news figure {
        margin-right: 0;
    }
    .home-services-offer-news figure img {
        margin: auto;
        margin-top: 20px;
    }
    .home-services-offer-right-left .home-services-offer-title {
        width: 100%;
        padding: 15px;
        text-align: center;
    }
    .home-services-offer-right-left .home-services-offer-title h2 {
        justify-content: center;
    }
    .home-services-slide-current {
        width: 52%;
        margin-bottom: 20px;
    }
    .experience-features {
        right: 0%;
    }
    .footer-services .page_center {
        flex-direction: column;
        padding-top: 20px;
    }
    .footer-services-current {
        width: 90%;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .mobile_home,
    .mobile_buttons {
        left: 0px;
        margin: auto;
        right: 0;
    }
    .myprofile-basic-ul ul {
        width: 50%;
    }
    .speciality-content ul {
        flex-wrap: wrap;
    }
    .speciality-content ul li:nth-last-child(1) {
        border: solid 1px #f1f0f0;
    }
    .speciality-content li {
        width: 20%;
        padding: 0 5px;
    }
    .headquarters-services .home-services-slides .page_center {
        flex-direction: inherit;
    }
    .headquarters-services .home-services-slide-current {
        height: auto;
        margin-right: 10px;
        margin-left: 0;
    }
    .headquarters-slide .home-services-slide-current-text {
        height: auto;
        padding-bottom: 53px;
    }
    .myprofile-wrapper .home_featues {
        margin-top: -57px;
    }
    .additional-information-text {
        width: 100%;
    }
    .featured-members li {
        width: 50%;
        height: 140px;
    }
    .featured-members li img {
        width: auto;
    }
    .feature-news {
        padding-top: 30px;
    }
    .member-list-wrapper ul li {
        width: 31%;
    }
    .login-popup.change-password {
        padding: 0 10px;
    }
    .login-popup.change-password .popup {
        width: 100%;
        height: auto;
        background-size: contain;
        padding-top: 20px;
    }
}

@media screen and (max-width: 600px) {
    /* .banner {
background-repeat: no-repeat;
background-size: cover;
height: 348px;
background-image: url(../images/banner.jpg);
} */
    /* .slick-slide img {
visibility: hidden;
height: fit-content;
} */
    .banner-center {
        top: 5%;
    }
    .banner h1 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 8px;
    }
    .banner p {
        font-size: 15px;
        margin-bottom: 12px;
        line-height: 18px;
    }
    .about_home {
        padding-top: 35px;
        height: auto;
        flex-direction: column;
    }
    .about_img {
        width: 100%;
        right: initial;
    }
    .home-services-slides .page_center {
        flex-direction: column;
    }
    .home-services-slide-current {
        width: 64%;
        margin-bottom: 20px;
    }
    .client_imgs ul {
        flex-direction: column;
    }
    .client_imgs li::before {
        content: none;
    }
    section.client_section {
        padding: 50px 0 20px 0;
    }
    .about_img:after {
        width: 96%;
    }
    .home-services-text-title {
        width: 100%;
        padding: 35px 0 15px 0;
    }
    .home-services-text {
        height: auto;
        padding-bottom: 70px;
    }
    .home-services-text>.flex {
        flex-direction: column;
    }
    .home-services-slides {
        margin-top: -50px;
    }
    .about_text {
        width: 100%;
    }
    .home-services-offer-current {
        margin-right: 30px;
    }
    .home_featues_current {
        width: 50%;
    }
    .home_featues_current:nth-of-type(2) {
        margin-right: 0;
    }
    .home-services-offer-text {
        border-bottom: none;
    }
    .myprofile-basic-ul {
        flex-direction: column;
    }
    .myprofile-basic-ul ul {
        width: 90%;
    }
    .myprofile-basic-ul ul:nth-of-type(2) {
        padding-left: 0;
        margin-left: 0;
        border-left: none;
    }
    .speciality-content {
        margin-top: 30px;
    }
    .headquarters-slide .home-services-slide-current-text {
        height: 215px;
    }
    .additional-information .what_wedo_text {
        width: 100%;
        text-align: center;
    }
    .additional-information .experience-features {
        width: 100%;
    }
    .myprofile-content-logo {
        width: 100%;
    }
    .myprofile-content>.flex {
        flex-direction: column;
    }
    .myprofile-contentinfo {
        width: 100%;
        padding-bottom: 20px;
        margin-top: 20px;
    }
    .bottom_footer .page_center {
        flex-direction: column;
        text-align: center;
    }
    .accordion-item__container .flex {
        flex-direction: column;
    }
    .dashboard-left .news-current {
        padding: 22px 0;
        border-left: none;
        border-bottom: solid 1px #ccc;
    }
    .search-dashbord button {
        width: 20%;
    }
    .search-dashbord input[type=text] {
        width: 80%;
    }
    .page_logo {
        width: auto;
    }
    .memberlist-content input,
    .search-memberlist-form button,
    .member-list-wrapper ul li {
        width: 46%;
    }
    .slick-dots li button {
        width: 9px !important;
        height: 9px !important;
    }
    .home-services-text-title h3,
    .home-services-text-title h4 {
        text-align: left;
    }
    .login-popup.change-password .popup {
        padding: 50px 20px 100px 20px;
    }
    .login-popup.change-password img {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 580px) {
    .headquarters-services .home-services-slide-current {
        width: 100% !important;
    }
    .speciality-content li {
        width: 50%;
    }
    .speciality-content ul:nth-of-type(2) li {
        border: solid 1px #f1f0f0;
    }
    .news-main-text {
        bottom: 20px;
        left: 20px;
    }
    .news-main-text h1 {
        font-size: 20px;
        margin-bottom: 8px;
        line-height: 14px;
    }
    .client-slider-wrap {
        width: calc(100% - 40px);
        margin: 0 auto;
    }

}

@media screen and (max-width: 480px) {
    .home_featues {
        flex-direction: column;
    }
    .home_featues_current {
        margin-right: 0;
        width: 100%;
    }
    .home-services-offer-text {
        flex-direction: column;
    }
    .home-services-offer-current {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .banner-title {
        width: 100%;
    }
    .slick-dots {
        bottom: 3px !important;
    }
    .responsive-header {
        height: 64px;
    }
    .responsive-header .menu-icon {
        padding: 27px 20px 26px 20px;
    }
    .logo-footer,
    .ftr_menu,
    .info-footer,
    .newsletter-footer {
        width: 100%;
    }
    .ftr_menu {
        align-items: start;
        padding: 12px 0;
    }
    .top_footer .page_center {
        text-align: center;
    }
    .page_logo,
    .socialicons,
    .info-footer {
        display: flex;
        justify-content: center;
    }
    .ftr_menu {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .ftr_menu ul li {
        padding-left: 0;
        text-align: center;
    }
    .newsletter-footer form {
        width: 100%;
        align-items: center;
    }
    .inner-about-content .experience-features {
        left: 1%;
    }
    .myprofile-basic-ul ul {
        width: 100%;
    }
    .branches-home {
        margin-left: -15px;
        margin-right: -15px;
    }
    .news-slider .holder .slider-item img {
        width: 100%;
    }
    .news-slider h4 {
        font-size: 18px;
    }
    .news-main-image {
        background-size: cover;
        background-position: center;
    }
    .news-main-image img {
        height: 250px;
    }
    .news-main-text p {
        max-width: 96%;
    }
    .memberlist-content input,
    .search-memberlist-form button,
    .member-list-wrapper ul li {
        width: 100%;
        margin-right: 0;
    }
    .pagination {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    figure.transform-image>img {
        width: 360px;
    }
    .mobile_home {
        width: 315px;
    }
    .mobile_buttons {
        width: 315px;
        bottom: 23px;
    }
}

@media screen and (max-width: 380px) {
    .myprofile-basic-ul ul li {
        font-size: 13px;
    }
    .myprofile-basic-ul ul span {
        margin-right: 7px;
    }
    .inner-about-content .what_wedo_position {
        flex-direction: column;
    }
    .additional-information .experience-features li {
        width: 100%;
    }
    .additional-information .experience-features ul {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .additional-information .experience-features li img {
        margin: auto;
    }
    .additional-information .experience-features h4 {
        text-align: center;
    }
    .dashboard-content h3 {
        font-size: 19px;
    }
    .featured-members h3 a {
        font-size: 14px;
    }
    .news-main-text h1 {
        font-size: 17px;
        margin-bottom: 5px;
        line-height: 12px;
    }
    .news-main .news-main-text h6 {
        font-size: 13px !important;
    }
    .news-main-text p {
        font-size: 13px;
        line-height: 14px;
    }
    .pagination a {
        padding: 3px 10px;
        margin-right: 2px;
    }
    .myprofile-wrapper .home_featues {
        margin-top: -30px;
    }
    figure.transform-image>img {
        width: 310px;
    }
    .mobile_home {
        width: 272px;
    }
    .mobile_buttons {
        width: 256px;
        bottom: 24px;
    }
}

@media screen and (max-width: 330px) {
    .banner-title {
        width: 100%;
    }
    .responsive-header .menu-icon {
        padding: 27px 20px 26px 20px;
    }
    figure.transform-image>img {
        width: 265px;
    }
    .mobile_home {
        width: 231px;
    }
    .mobile_buttons {
        width: 214px;
        bottom: 24px;
    }
}

.errorMsgBox {
    margin-bottom: 20px;
    border: 1px solid #e8aaad;
    background: #f9e5e6;
    padding: 8px 10px;
    text-align: left;
    border-radius: 4px;
}

.successMsgBox {
    margin-bottom: 20px;
    border: 1px solid #5cf7ae;
    background: #8cffc9;
    padding: 8px 10px;
    text-align: left;
    border-radius: 4px;
}

.single-item .slider-item-text h6 {
    margin-bottom: 4px;
}
/* the slides */

.holder8 .slick-slide {
    margin: 0 0 0 34px;
}
/* the parent */

.holder8 .slick-list {
    margin: 0 0 0 -34px;
}

.slideCtrlV1 {
    width: 36px;
    height: 36px;
    float: right;
    margin-left: 12px;
    background: white;
    border: 1px solid #161823;
    margin-top: -2px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 22%;
}

.slideCtrlV1.prevBtn1,
.slideCtrlV1.prevBtn2 {
    background-image: url('../images/arrowLeft.png');
    cursor: pointer;
}

.slideCtrlV1.nextBtn1,
.slideCtrlV1.nextBtn2 {
    background-image: url('../images/arrowRight.png');
    cursor: pointer;
}

.page_menu ul ul {
    width: 100%;
}

.page_menu ul ul a {
    margin: 0;
}

.page_menu .submenu {
    position: relative;
}

.page_menu .submenu::before {
    content: '';
    display: inline-block;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    position: absolute;
    top: 26px;
    right: 9px;
}

.submenu:hover::before {
    border-top: 5px solid #ffffff;
}

.ftr_menu ul li:first-child img {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: -2px;
}

.dashboard-left .news-current {
    padding: 0 22px;
    width: 270px !important;
}

.dashbord-tabs .accordion-tabs {
    margin: 0 0 36px 0 !important;
}

.dashbord-tabs .news-current figure {
    background-size: cover !important;
    background-position: 0 0 !important;
}

.business-news h3 {
    margin-top: 29px !important;
}

.page_menu ul li a {
    margin-right: 0 !important;
}

.additional-information .experience-features li {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 118px;
}

.additional-information .experience-features li img {
    max-width: 114px;
}

.headquarters-services .home-services-slide-current-text a {
    word-break: break-all;
}

#news-popup {
    height: 100vh;
}

.news-popup h4 {
    padding-bottom: 21px;
}

.news-popup .popup {
    margin: 70px auto;
    padding: 70px 30px;
    width: 536px;
    height: 600px;
    text-align: justify;
}

p#newsread {
    padding-right: 10px;
    margin-bottom: 30px;
    overflow-y: scroll;
    height: 100px;
}
p#detailednews {
    padding-right: 10px;
    margin-bottom: 30px;
    overflow-y: scroll;
    height: 300px;
}

.slider-item-text>a,
.feature-news-text>a,
.news-main-text>a {
    color: #ff0505;
}

.pdf-main {
    background-color: #f3f4f5;
    width: 1200px;
    margin: auto;
}

.pdf-main .page_center {
    padding: 0 100px;
}

.pdf-main footer .top_footer {
    padding-top: 30px;
}

.speciality-content.pdf-speciality {
    margin-bottom: 10px;
}

.pdf-main header .top_footer,
.pdf-main .mainbody,
.pdf-main #container {
    background-color: #f3f4f5;
}

.pdf-main footer {
    background-color: #fff;
}

.pdf-banner figure {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
/* .pdf-banner figure img {
    visibility: hidden;
} */

.download-btn {
    background-color: #e05461;
    color: #fff;
    text-transform: capitalize;
    padding: 8px 20px !important;
    position: absolute;
    top: 80px;
    right: 15px;
}

.download-btn figcaption {
    color: #fff;
}

.download-btn img {
    margin-right: 8px !important;
}

header.inner_footer .ftr_menu {
    flex-direction: initial;
}

header.inner_footer .ftr_menu ul li {
    margin-right: 0px;
    padding-left: 0px;
    margin-left: 8px;
}

header.inner_footer .ftr_menu .download-social li a img {
    margin-right: 0px;
}

header.inner_footer .ftr_menu ul li a {
    color: #000;
    font-size: 14px;
}

header.inner_footer .ftr_menu .menu li {
    margin-right: 10px;
}

.pdf-home-featueres {
    display: flex !important;
    margin-top: 1px !important;
}

.inner-about-content {
    padding-top: 40px;
    padding-bottom: 50px;
}

.myprofile-pdf {
    flex: 1;
}

.myprofile-pdf-logo {
    width: 218px;
    height: 215px;
    background-color: #fff;
    justify-content: center;
    box-shadow: 0px 0px 90px -62px rgb(0 0 0 / 63%);
    -webkit-box-shadow: 0px 0px 90px -62px rgb(0 0 0 / 63%);
    -moz-box-shadow: 0px 0px 90px -62px rgba(0, 0, 0, 0.63);
    background-repeat: no-repeat;
    background-position: center;
    background-size: initial;
}

.myprofile-pdf-logo img {
    visibility: hidden;
}

.pdf-qrcode {
    width: 118px;
    height: 118px;
    display: flex;
    background-color: #fff;
    justify-content: center;
    box-shadow: 0px 0px 90px -62px rgb(0 0 0 / 63%);
    -webkit-box-shadow: 0px 0px 90px -62px rgb(0 0 0 / 63%);
    -moz-box-shadow: 0px 0px 90px -62px rgba(0, 0, 0, 0.63);
}

.myprofile-pdf h3 {
    color: #fff;
    padding-top: 20px;
    padding-left: 30px;
    padding-bottom: 0;
}

.myprofile-pdf .ftr_menu {
    padding-top: 40px;
    align-items: center;
    flex-direction: inherit;
    justify-content: space-between;
}

.myprofile-pdf .ftr_menu a {
    color: #37393d;
    align-items: center;
    display: flex;
    font-size: 16px;
}

.myprofile-pdf .ftr_menu a img {
    margin-right: 10px;
}

.myprofile-pdf .ftr_menu a:hover {
    color: #37393d;
}

.myprofile-pdf .ftr_menu ul li {
    padding-left: 30px;
}

.ourservices-pdf.flex figure {
    width: 49%;
    margin-right: 10px;
    background-repeat: repeat;
    background-position: center;
    background-size: cover;
    margin-top: 30px;
}

.ourservices-pdf figure img {
    visibility: hidden;
}

.pdf-speciality ul {
    background-color: #384349;
}

.pdf-speciality ul li {
    border: none;
    width: 200px;
    height: 170px;
}

.pdf-speciality ul li figure img {
    filter: brightness(0) invert(1);
}

.pdf-speciality ul figcaption {
    color: #fff;
}

.pdf-main footer p,
.pdf-main footer figcaption {
    color: #37393d;
    font-weight: 300;
    font-size: 14px;
    margin-top: 10px;
    justify-content: end;
}

.pdf-main footer p a img {
    margin-left: 5px;
}

.pdf-main .logo-footer {
    width: initial;
}