@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
/* CSS Document */

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    color: #373d48;
    font-size: 17px;
    line-height: 24px;
    overflow-x: hidden;
    position: relative;
    background: #fff;
    font-weight: 400;
    direction: rtl;
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
}
html,
body {
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
}
a,
p,
span,
li,
button,
h1,
h2,
h3,
h4,
h5 {
    direction: rtl !important;
}
h1,
h2,
h3,
h4,
h5,
p {
    margin: 0px;
    margin-bottom: 20px;
}
h1 {
    font-weight: 400;
    font-size: 32px;
    line-height: normal;
}
h2 {
    font-size: 24px;
    line-height: normal;
    font-weight: 700;
}
h3 {
    font-weight: 700;
    font-size: 25px;
    line-height: 40px;
    letter-spacing: 0.02em;
}
h4 {
    font-size: 22px;
    line-height: 29px;
    font-weight: 500;
}
h5 {
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    color: #501C36;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: #151515;
}
a:hover {
    text-decoration: none;
    outline: none;
    transition: 0.5s ease-in-out all;
    -webkit-transition: 0.5s ease-in-out all;
    -ms-transition: 0.5s ease-in-out all;
    -moz-transition: 0.5s ease-in-out all;
    -o-transition: 0.5s ease-in-out all;
    color: #EDE7E1;
}
p {
    font-weight: 400;
    font-size: 20px;
    line-height: normal;
    color: #000;
    margin-top: 0;
}
img {
    max-width: 100%;
    height: auto;
}
/*----- Wrapper Part ------*/
.container {
    max-width: 1280px;
    height: auto;
    display: block;
    margin: 0 auto;
    clear: both;
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
}
section {
    position: relative;
}
/*----- Wrapper Part ------*/
.primary_btn {
    height: 50px;
    background: #05509E;
    transition: all 0.3s ease-in-out;
    font-size: 20px;
    line-height: 50px;
    padding: 0 63px;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    min-width: 175px;
    text-align: center;
    position: relative;
    border-radius: 25px;
    border: 1px solid #fff;
}
.primary_btn:hover {
    background: #00A550;
    color: #fff;
    border: 1px solid #fff;
}
header {
    background: rgba(254, 254, 254, 0.5);
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 9;
    transition: 0.3s;
    padding: 25px 0;
}
header.fixed-header {
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
	z-index: 99;
}
.header-spacer {
    height: 100px;
}
.logo img {
    width: 100%;
    height: 75px;
    object-fit: contain;
}
.header_main {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    width: 100%;
    justify-content: space-between;
}
.navigation {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 50px;
}
.navigation ul {
    display: flex;
    align-items: flex-end;
    gap: 50px;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.navigation ul li a {
    font-size: 20px;
    line-height: normal;
    font-weight: 400;
    color: #000;
    transition: 0.3s;

}
.navigation ul li a:hover {
    color: #05509E;
}
.banner_section {
    height: calc(100vh - 150px);
    width: 100%;
    background-size: cover !important;
    display: flex;
    align-items: center;
    position: relative;
}
.banner_main {
    max-width: 475px;
    position: absolute;
}
.banner_main h1 {
    color: #fff;
    text-align: right;
}
.banner_image {
    position: absolute;
    bottom: -50px;
    left: 196px;
    z-index: 1;
}
.international_section .banner_image{
	z-index:9;
}
.international_section .banner_image img{
	z-index:9;
}
.banner_section .banner_image{
    bottom: -110px;
}
.banner_section .banner_image img {
    height: 230px;
    width: 100%;
    object-fit: contain;
}
.international_section .banner_image img{
    height: 230px;
    width: 100%;
    object-fit: contain;
}
section.highest_price {
    padding: 80px 0;
}
.highest_price h2 {
    text-align: right;
    color: #000;
    font-size: 20px;
    line-height: 28px;
}
.price_two {
    display: flex;
    align-items: center;
    margin-top: 50px;
    border-bottom: 1px solid #ED1848;
    padding-bottom: 80px;
}
/* .left_part {
    max-width: 442px;
    width: 100%;
} */
.left_part img {
    width: 100%;
    display: block;
    /* border: 1px solid #000; */
    border-radius: 20px;
    height: 385px;
    object-fit: cover;
}
.highest_price .left_part img{
    border: 1px solid #000;
}
.right_part {
    width: calc(100% - 442px);
    /* padding-right: 120px; */
    padding-right: 100px;
    max-width: 714px;
}
.highest_price .right_part {
    max-width: 100%;
}
.right_part p {
    font-size: 18px;
    line-height: normal;
    text-align: right;
}
section.solutions_section {
    height: 100%;
    padding: 34px 0 58px;
    background-size: cover !important;
    background: none !important
}
.solutions_section.services-lists-wrapper{
    background: none !important;
    padding-top: 0;
    padding-bottom: 0;
}
.solutions_section.services-lists-wrapper .services-lists-inner-wrapper {
    padding-bottom: 60px;
    border-bottom: 1px solid #ED2651;
}
.cmsmasters-location-cmsmasters_header {
    display: none !important;
}
.banner_section video {
    width: 100%;
    object-fit: cover !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.solutions_main {
    max-width: 830px;
    margin: 0 auto;
    text-align: center;
}
.solutions_section.services-lists-wrapper .solutions_main{
    max-width: 1100px;
}
.solutions_main h2 {
    color: #fff;
}
.solutions_section.services-lists-wrapper .solutions_main h2{
    color: #ED2651;
    padding-bottom: 20px;
}
.solutions_main p {
    color: #fff;
    margin-top: 0;
}
.solutions_section.services-lists-wrapper .solutions_main p{
    color: #000;
    font-size: 18px;
    line-height: 26px;
}
.solutions_main .sub_title {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.solutions_section.services-lists-wrapper .solutions_main .sub_title{
    color: #ED2651;
    display: block;
    padding-bottom: 20px;
}
.solutions_grid {
    display: flex;
    align-items: center;
    margin: 40px 0 0;
    gap: 110px;
}
.solutions_box {
    width: 33.33%;

}
.solutions_box figure {
    margin: 0;
    position: relative;

}
.solutions_box figure:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.6);
    border-radius: 20px;
}
.solutions_section.services-lists-wrapper .solutions_box figure:before {
    border-radius: 40px;
    backdrop-filter: blur(1px);
    z-index: 1;
}
.solutions_box figure img {
    border-radius: 20px;
    display: block;
    width: 100%;
    min-height: 400px;
    object-fit: cover;
    object-position: center;
}
.solutions_section.services-lists-wrapper .solutions_box figure img{
    border-radius: 40px;
    filter: grayscale(1);
}
.solution_desc {
    position: relative;
}
.figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 33px 38px;
    text-align: center;
    height: 100%;
    z-index: 9;
}
.figcaption h3 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: normal;
    min-height: 32px;
    margin-bottom: 33px;
}
.figcaption p {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}
.solutions_bottom_text {
    max-width: 665px;
    text-align: right;
    margin-top: 30px;
}
.solutions_section.services-lists-wrapper .solutions_bottom_text{
    padding-top: 60px;
    max-width: 773px;
    margin-top: 0;
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}
.solutions_section.services-lists-wrapper .solutions_bottom_text .solution-bottom-content-wrapper {
    max-width: 673px;
}
.solutions_section.services-lists-wrapper .solutions_bottom_text .solution-bottom-icon-wrapper .solution-bottom-icon-img{
    width: 70px;
    height: 70px;
    object-fit: contain;
}
.solutions_bottom_text h4 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}
.solutions_section.services-lists-wrapper .solutions_bottom_text h4{
    color: #ED2651;
    padding-bottom: 20px;
}
.solutions_bottom_text p {
    color: #fff;
}
.solutions_section.services-lists-wrapper .solutions_bottom_text p{
    color: #ED2651;
    font-size: 18px;
    margin-bottom: 0;
}
.team_section {
    padding: 70px 0;
}
.team_section.team-lists-wrapper{
    padding-bottom: 0;
}
.team_section.team-lists-wrapper .team-lists-border-wrapper {
    border-bottom: 1px solid #ED2651;
}
.expert_section.team_section .container {
    max-width: 1280px;
    text-align: center;
}
.team_section.team-lists-wrapper .container{
    max-width: 1280px;
}
.team_section.team-lists-wrapper .container .team-lists-inner-wrapper {
    margin: 0 auto;
}
.team_section.team-lists-wrapper .team-bottom-outer-wrapper {
    /* background: #ED2651; */
    padding-bottom: 100px;
    margin-top: -200px;
    padding-top: 200px;
    margin-bottom: 35px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.team_section.team-lists-wrapper.hp-team-lists-wrapper .team-bottom-outer-wrapper{
    margin-top: 0;
    padding: 100px 0;
}
.team_section.team-lists-wrapper.hp-team-lists-wrapper .team-bottom-outer-wrapper .team_bottom{
    margin-top: 0;
}
.team_section h2 {
    margin-bottom: 15px;
    color: #000;
    text-align: center;
}

.team_section p {
    font-size: 20px;
    line-height: normal;
}
.team_section.team-lists-wrapper .container .team-lists-inner-wrapper .team_main p{
    max-width: 870px;
    margin: 0 auto;
}
.our_blog_section {
    padding: 100px 0;
    background-size: cover !important;
    width: 100%;
    height: 100%;
    position: relative;
}
.our_blog_section.blog-lists-wrapper{
    padding: 50px 0 0 0;
}
.our_blog_section.blog-lists-wrapper .blog_main{
    margin-bottom: 50px;
}
.our_blog_section.blog-lists-wrapper .blog-lists-inner-wrapper{
    padding-bottom: 50px;
    border-bottom: 1px solid #ed2651;
}
/*.our_blog_section:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(236, 27, 72, 0.9);
}*/
.our_blog_section .blog_main {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 100px;
}
.our_blog_section h2 {
    margin-bottom: 10px;
    color: #000;
}
.our_blog_section .row {
    margin: 0 -18px;
    position: relative;
}
.our_blog_section .row .col-md-4 {
    padding: 0 18px;
}
.blog_box figure {
    margin: 0;
    overflow: hidden;
    border: 1px solid #000;
    border-radius: 20px;
}
.blog_box figure img {
    
    display: block;
    width: 100%;
    height: 380px;
    object-fit: cover;
    transform: scale(1.0);
    transition: 0.3s;
}
.blog_box:hover figure img{
    transform: scale(1.1);
}
.blog_desc {
    margin-top: 40px;
    text-align: right;
    padding-left: 26px;
}
.blog_desc span.date {
    text-align: right;
    width: 100%;
    display: inline-block;
    font-weight: 500;
    font-size: 12px;
    color: #999999;
    margin-bottom: 15px; 
}
.blog_grid .blog_box{
    display: block;
}
.blog_desc .link_blog{
    color: #7C4EE4;
    display: block;
    margin-top: 10px;
}
.blog_desc .link_blog:hover {
    color: #000;
}
.blog_box h3 {
    font-weight: 700;
    font-size: 23px;
    line-height: 32px;
    color: #000;
    margin-bottom: 16px;
   
}
.blog_box .link_blog {
    text-decoration-line: underline;
    color: #7C4EE4;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    margin-top: 10px;
    display: inline-block;
    transition: 0.3s;
}
.blog_box:hover .link_blog{
    color: #000;
}
.blog_box p {
    color: #000;
    line-height: normal;
    margin-bottom: 0;
}
.international_amin {
    max-width: 998px;
    margin: 0 auto;
}
.international_amin h2 {
    margin-bottom: 68px;
    color: #000;
    text-align: center;
}
.international_amin p {
    text-align: right;
    line-height: 24px;
}
.international_amin h3 {
    text-align: right;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    line-height: normal;
}
section.international_section {
    padding: 50px 0 80px;
	content-visibility: visible;
}
.international_section .international_amin h5{
    font-size: 18px;
    line-height: 28px;
    color: #000;
}
.international_section .international_amin p{
    font-size: 18px;
    line-height: 28px;
    color: #000;
}
.international_section .international_amin ul li{
    font-size: 18px;
    line-height: 28px;
    color: #000;
}
.gallery_section {
    padding: 50px 0 0;
    text-align: center;
}
.gallery_section .gallery-inner-wrapper{
    border-bottom:1px solid #ed2651;
    padding-bottom: 50px;
}
.gallery_section h2 {
    color: #05509E;
    margin-bottom: 50px;
}
.consultation_section {
    padding: 45px 0 80px;
    text-align: right;
}
.consultation_section h2,.consultation_section p{
    color: #000;
}
.consultation_section .consultation_bottom {
    margin-top: 100px;
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}
.consultation_section .consultation_bottom .consultation-bottom-icon-wrapper .consultation-bottom-icon-img {
    height: 85px;
    width: 85px;
    object-fit: contain;
}
.consultation_section .consultation_bottom .consultation-bottom-content-wrapper{
    max-width: 815px;
}
.consultation_section .consultation_bottom h3{
    font-size: 20px;
    line-height: normal;
    color: #000;
    margin-bottom: 20px;
}
.consultation_section .consultation_bottom p{
    font-size: 20px;
    line-height: normal;
    color: #000;
    margin-bottom: 0;
}
.contact_form {
    padding: 30px 0 0;
    background-size: cover !important;
    width: 100%;
}
.contact_form .contact-form-inner-wrapper{
    padding-bottom: 100px;
    border-bottom: 1px solid #ED2651;
}
.contact_desc {
    background: #fff;
    border-radius: 20px;
    padding: 50px 34px 26px;
    height: 100%;
    border: 1px solid #000000;
    border-radius: 20px;
}
.contact_image img {
    width: 100%;
    display: block;
    border-radius: 20px;
    height: 100%;
    object-fit: cover;
    border: 1px solid #000000;
    border-radius: 20px;
}
.contact_desc h2 {
    text-align: center;
    font-weight: 400;
    padding: 0 35px;
    margin-bottom: 49px;
    color: #000;
}
.contact_form .form-control {
    border-radius: 0;
    border: 1px solid #000;
    /* background: #D9D9D9; */
    height: 42px;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    font-family: 'Open Sans', sans-serif !important;
    text-align: right;
    border-radius: 20px;
}
.contact_desc .row {
    padding-bottom: 12px;
}
.contact_form textarea.form-control {
    height: 108px;
    resize: none;
}
.contact_form .submit-btn {
    width: 100%;
    border-radius: 0;
    border: 1px solid #000;
    /* background: #EC1B48; */
    background: #fff;
    height: 51px;
    font-size: 20px;
    font-weight: 400;
    /* color: #fff; */
    color: #000;
    transition: 0.3s;
    font-family: 'Open Sans', sans-serif !important;
    border-radius: 20px;
}
.contact_form .submit-btn:before,
.contact_form .submit-btn:after {
    display: none;
}
.contact_form .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
}
.contact_form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}
.contact_form .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}
.contact_form .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}
.contact_form .submit-btn:hover {
    /* background: #D9D9D9;
    color: #000; */
    background: #05509E;
    color: #fff;
    border: 1px solid #05509E;
}
.contact_form .form-control:focus,
.contact_form textarea.form-control:focus {
    outline: none;
    box-shadow: none;
}
.journey_main {
    display: flex;
    align-items: center;
}
.journey_section input[type=range] {
    position: relative;
    -webkit-appearance: none;
    width: calc(100% + 0);
    height: 100%;
    margin-left: 0;
    background-color: transparent;
    outline: none;
    transform: rotate(180deg);
}
.journey_right {
    width: 30%;
    text-align: right;
    padding-left: 43px;
}
section.journey_section {
    padding: 73px 0;
}
.journey_section h3,.journey_section p{
    color: #000;
}
.journey_section .container {
    max-width: calc(100% + (1280px - 100%)/2);
    left: 0;
    margin-left: 0;
    padding-left: 0;
}
.journey_right ul {
    padding-left: 0;
    padding: 0 20px 0 0;
    margin: 0;
}
.journey_right ul li {
    margin-bottom: 20px;
    color: #000;
}
.journey_section .title {
    text-align: center;
}
.journey_section .img_block .image-before {
    clip-path: polygon(0 0, var(--position) 0, var(--position) 100%, 0% 100%);
    height: 550px;
    object-fit: cover;
    display: block;
}
.journey_section .movement_content {
    height: 550px;
    position: absolute;
    top: 0;
    width: 100%;
}
.journey_section .grid-layout {
    margin-left: -27px;
    margin-right: -27px;
}
.journey_section .grid-layout.column-3 .item {
    width: calc(33% - 54px);
    margin: 0 27px;
    margin-bottom: 54px;
}
.journey_section .img_block {
    position: relative;
}
.journey_section .slider-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
    border-radius: 20px;
}
.journey_section .image-before {
    position: absolute;
}
.journey_section .slider {
    position: absolute;
    inset: 0;
    cursor: pointer;
    opacity: 0;
    width: 100%;
    height: 100%;
}
.journey_section .slider:focus-visible~.slider-button {
    outline: 5px solid black;
    outline-offset: 3px;
}
.journey_section .slider-button:after {
    position: absolute;
    inset: 0;
    width: 3px;
    height: 100%;
    background-color: #fff;
    right: 48%;
    transform: translateX(-50%);
    pointer-events: none;
    content: "";
    z-index: -1;
}
.journey_section .slider-button {
    position: absolute;
    width: 75px;
    height: 100%;
    border-radius: 100vw;
    display: grid;
    place-items: center;
    top: 50%;
    left: var(--position);
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.journey_section .image-container {
    height: 688px;
}
.journey_section .img_block .image-before,
.journey_section .movement_content {
    height: 100%;
    border-radius: 20px;
}
.journey_left {
    width: 70%;
    overflow: hidden;
}
section.insta_section {
    background: #ED1848;
    padding: 25px 70px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
section.insta_section h2 {
    color: #05509E;
    text-align: center;
}
footer {
    background-size: cover !important;
    width: 100%;
    height: 100%;
    padding: 106px 0 50px;
}
.footer_main ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    list-style: none;
    gap: 49px;
}
.footer_main ul li a {
    font-size: 20px;
    line-height: normal;
    color: #05509E;
    font-weight: 400;
}
.footer_main .copy_right a {
    color: #05509E;
}
.footer_main .copy_right a:hover {
    color: #000;
}
.footer_main ul li a:hover {
    color: #000;
}
.footer_logo {
    text-align: center;
    margin-top: 30px;
}
.copy_main {
    display: flex;
    justify-content: space-between;
}
.social_icon {
    text-align: center;
}
.social_icon .title {
    font-size: 20px;
    font-weight: bold;
    color: #05509E;
    margin-bottom: 13px;
    display: block;
}
.social_icon ul {
    display: flex;
    gap: 13px;
}
.social_icon ul li a {
    background: #05509E;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    display: inline-block;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social_icon ul li a svg {
    fill: #fff;
    width: 20px;
    height: 20px;
}
.social_icon ul li a:hover {
    background: #00A550;
}
.social_icon ul li a img{
    height: 20px;
    width: 20px;
    object-fit: contain;
}
.copy_right {
    text-align: right;
}

.copy_right ul {
    margin: 0;
    padding: 0;
    gap: 20px;
}


.copy_right ul li {
    position: relative;
    font-size: 20px;
    line-height: 28px;
    color: #05509E;
    font-weight: 700;
}

.copy_right ul li a {
    font-size: 20px;
    font-weight: bold;
}

.copy_right ul li:after {
    position: absolute;
    right: -10px;
    width: 2px;
    background: #fff;
    height: calc(100% - 7px);
    content: "";
    top: 4px;
}

.copy_right p {
    color: #05509E;
    font-size: 20px;
    font-weight: bold;
}

.copy_right ul li:first-child:after {
    display: none;
}

a.toggle_nav,
a.toggle_close {
    display: none;
}

.team_grid {
    display: flex;
    justify-content: space-around;
    margin-top: 55px;
    gap: 100px;
}
.hp-team-lists-wrapper .team_grid {
    flex-direction: column;
    margin: 50px auto;
}
.hp-team-lists-wrapper .team_grid .row .col-lg-8{
    display: flex;
    align-items: center;
}
.hp-team-lists-wrapper .team_grid .row .col-lg-8 .team_box_content{
    max-width: 425px;
}
.team-desc {
    background: #fff;
    border: 1px solid #000;
    padding: 50px 20px 80px;
    border-radius: 20px;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    max-width: 357px;
    width: 100%;
    height: 100%;
}
.team_section .team-desc{
    display: flex;
    padding: 0;
    flex-direction: column;
    max-width: 270px;
}
.team_section .team-desc .teams-desc-top-overlay {
    background: #05509E;
    height: 50%;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom: 1px solid #fff;
}
.team_section .team-desc .teams-desc-bottom-overlay {
    background: #00A550;
    height: 50%;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 50px 20px 80px;
	text-align:center;
}
.expert_section.team_section .team-desc .teams-desc-bottom-overlay{
    padding: 65px 25px 50px;
}
.profile_image {
    width: 150px;
    height: 150px;
    margin: 40px auto;
    border-radius: 50%;
    border: 1px solid #293889;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile_image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.team_section .team-desc .profile_image{
    height: 210px;
    width: 210px;
    border: unset;
    margin: 40px auto -50px auto;
    position: relative;
    z-index: 9;
}
.team-desc h2 {
    margin-bottom: 5px;
    font-size: 30px;
    font-weight: bold;
    color: #293889;
}

.team-desc .position {
    font-size: 20px;
    font-weight: bold;
}
.team_section .team-desc h2{
    color: #fff;
	text-align:center;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
}
.team_section .team-desc  .position {
    color: #fff;
    font-weight: 400;
	text-align:center;
}
.team_bottom {
    text-align: right;
    margin-top: 80px;
}
.team_section.team-lists-wrapper .team_bottom {
    max-width: 669px;
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}
.team_bottom p {
    margin-bottom: 0;
}
.team_section.team-lists-wrapper .team_bottom .team-lists-bottom-icon-img {
    height: 70px;
    width: 70px;
    object-fit: contain;
}
.team_bottom h3 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    line-height: normal;
}
.team_section.team-lists-wrapper .team_bottom h3{
    color: #05509E;
    margin-bottom: 20px;
}
.team_section.team-lists-wrapper .team_bottom p {
    color: #05509E;
    font-size: 18px;
}
.team_section.team-lists-wrapper.hp-team-lists-wrapper .team_bottom p{
    font-weight: 500;
}
.team_section.team-lists-wrapper .team-lists-bottom-content-wrapper {
    max-width: 535px;
}
.gslide-image img {
    min-width: 500px !important;
}

.glightbox-clean .gprev:before,
.glightbox-clean .gprev:after,
.glightbox-clean .gnext:before,
.glightbox-clean .gnext:after,
.glightbox-clean .gclose:before,
.glightbox-clean .gclose:after {
    display: none;
}

.glightbox-clean .gclose {
    width: 40px;
    height: 40px;
}

#form-modal .modal-dialog {
    max-width: 700px;
}

#form-modal .modal-header {
    border-bottom: 0;
    align-items: flex-start;
    padding: 0 30px 0;
}

#form-modal .modal-body {
    padding: 30px;
}

#form-modal .modal-header .btn-close {
    position: absolute;
    opacity: 1;
    top: 20px;
    left: 20px;
}

#form-modal .modal-header h2 {
    font-weight: 400;
    padding-left: 30px;
    color: #000;
}

#form-modal .modal-header .btn-close:before,
#form-modal .modal-header .btn-close:after {
    display: none;
}

#form-modal .row {
    padding-bottom: 12px;
}

#form-modal .form-control {
    border-radius: 0;
    border: 1px solid #000;
    /* background: #D9D9D9; */
    height: 42px;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    font-family: 'Open Sans', sans-serif !important;
    text-align: right;
    border-radius: 20px;
}

#form-modal .wpcf7-form p{
    margin-bottom: 0 !important;
}

#form-modal .modal-content .wpcf7-form br{
    display: none;
}

#form-modal .modal-content .logo{
    width: 100%;
    text-align: center;
}

#form-modal .modal-content .wpcf7-spinner{
    margin: 5px 20px;
}

#form-modal .wpcf7-form.invalid .wpcf7-response-output {
    padding: 5px 15px;
    margin: 10px 15px;
    text-align: right;
    direction: rtl;
}
#form-modal .wpcf7-form .wpcf7-response-output{
    margin: 10px 15px !important;
}

#form-modal textarea.form-control {
    height: 120px;
    resize: none;
    color: #000;
}

#form-modal .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
}

#form-modal .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

#form-modal .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}

#form-modal .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}

#form-modal .submit-btn {
    width: 100%;
    border-radius: 0;
    border: 1px solid #000;
    /* background: #EC1B48; */
    height: 51px;
    font-size: 20px;
    font-weight: 400;
    /* color: #fff; */
    transition: 0.3s;
    font-family: 'Open Sans', sans-serif !important;
    background: #fff;
    border-radius: 20px;
    color: #000;
}


#form-modal .submit-btn:hover {
    /* background: #D9D9D9;
    color: #000; */
    background: #05509E;
    color: #fff;
    border: 1px solid #05509E;
}

#form-modal .submit-btn:before,
#form-modal .submit-btn:after {
    display: none;
}

a.envlop_icon.mobile-menu {
    display: none;
}

.modal_title .logo {
    margin-bottom: 10px;
}

#form-modal .modal-content {
    padding-top: 30px;
}

.modal-content .logo {
    display: block;
    margin: 0 auto 15px;
}

.modal-content .logo img {
    width: 280px;
}

.solution_desc a.primary_btn {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    padding: 0 28px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    bottom: 48px;
    margin: 0 auto;
    max-width: max-content;
}


section.international_section.standards-price {
    height: 380px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.about_section {
    padding: 50px 0;
}
.about_section .about-inner-wrapper {
    padding-bottom: 100px;
    border-bottom: 1px solid #ED2651;
}
.standards-price h2 {
    color: #000;
    text-align: center;
    max-width: 782px;
    display: block;
    margin: 0 auto;
}

.expert_two_coloum {
    display: flex;
    align-items: center;
    padding-top: 120px;
}

.expert_right {
    max-width: 305px;
    width: 100%;
}

.expert_left {
    max-width: calc(100% - 305px);
    padding-left: 101px;
    text-align: right;
}

.expert_left h3{
    color: #000;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
}

.expert_left p{
    font-size: 18px;
    margin-bottom: 0;
}

.expert_section h2 {
    text-align: center;
    color: #000;
    
}

section.expert_section {
    padding: 50px 0;
}

.expert_two_coloum:nth-child(even) .expert_left {
    order: 1;
    padding-left: 0;
    padding-right: 110px;
}

.why_hire_section{
    padding: 100px 0;
    text-align: center;
}

.why_hire_section .container{
    max-width: 1015px;
    width: 100%;
}

.why_hire_section h2{
    color: #000;
}

.why_hire_section .title{
    font-size: 24px;
    font-weight: bold;
    color: #000;
    display: inline-block;
}

.text_desc {
    text-align: right;
}

.text_desc .right_block {
    margin-bottom: 30px;
}

.text_desc .right_block {
    font-weight: bold;
    font-size: 20px;
    color: #000;
}

.faq_section{
    padding: 0;
    background-size: cover !important;
}

.faq_section .container {
    max-width: calc(100% + (1280px - 100%) / 2);
    margin-left: 0;
    padding-left: 0;
    padding-right: 20px;
}

.faq_main{
    display: flex;
    /* align-items: center; */
}

.faq_left {
    width: 50%;
    padding: 50px 0 50px 100px;
}

.faq_right {
    width: 50%;
    text-align: right;
}

.faq_section h2{
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
}

.main_accordion .accordion .panel {
    padding-bottom: 0;
    display: none;
    padding-right: 33px;
}

.main_accordion {
    text-align: right;
}

.faq_right img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}

.main_accordion .accordion .accordion-title {
    padding: 0;
    width: 100%;
    border: none;
    text-align: right;
    background-color: transparent;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    position: relative;
    padding-right: 0;
    color: #fff;
    padding-right: 32px;
    cursor: pointer;
}

.main_accordion .accordion .accordion-title:before{
    background: url(/wp-content/uploads/2025/06/plus_icon-1.png) no-repeat right top;
    position: absolute;
    top: 5px;
    right: 0;
    width: 35px;
    height: 35px;
    content: "";
}

.main_accordion .accordion.active .accordion-title:before{
    background: url(/wp-content/uploads/2025/06/minus_icon-1.png) no-repeat right top;
    position: absolute;
    top: 12px;
    right: 0;
    width: 35px;
    height: 35px;
    content: "";
}

.main_accordion .accordion .accordion-title:focus{
    outline: none;
    box-shadow: none;
}

.main_accordion .accordion .panel p{
    color: #fff;
    padding-top: 28px;
    margin-bottom: 0;
}

.main_accordion .accordion {
    margin: 0;
    border-top: 1px solid #fff;
    font-size: 22px;
    line-height: 28px;
    padding: 40px 0 40px 0;
}

.surgry_slider {
    background: #fff;
    padding-bottom: 30px;
}
.gallery_section.surgry_slider{
    padding: 50px 0;
    background: #05509E;
}
.surgry_slider h2{
    color: #000;
}
.gallery_section.surgry_slider h2{
    color: #fff;
}
.blog_intro.blog-header{
    height: 380px;
    text-align: center;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.blog_intro.blog-header .blog_main{
    margin-bottom: 50px;
}
.blog_intro.blog-header .blog_main h2{
    color: #fff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.blog_intro.blog-header .blog_main p{
    color: #fff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.blog_intro h1 {
    color: #000;
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
}

.blog_intro h2{
    color: #000;
    font-size: 24px;
    line-height: 29px;
}

.blog_grid{
    padding-bottom: 100px;
}

.blog_grid h4{
    margin-bottom: 59px;
    font-size: 25px;
    font-weight: 700;
    color: #333333;
    line-height: 64px;
    display: flex;
}

.information_section{
    padding: 50px 0 50px;
}

.information_section h2{
    text-align: center;
    margin-bottom: 53px;
}

.information_section ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -15px;
}

.information_section ul li{
    width: auto;
    padding: 0 15px 30px;
}

.information_section ul li a {
    background: #00A550;
    border: 1px solid #000;
    border-radius: 20px;
    font-size: 24px;
    font-weight: 400;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 135px;
    width: 100%;
    color: #fff;
    transition: 0.3s;
    padding: 0 15px;
}

.information_section ul li a:hover{
    background: #05509E;
    color: #fff;
}

.information_box {
    border: 1px solid #000;
    padding: 42px 50px 20px 50px;
    border-radius: 20px;
}

.blog_form{
    padding-bottom: 70px;
}

section.blog_intro.contact_intro {
    text-align: right;
}

.contact_intro .blog_main {
    max-width: 998px;
    width: 100%;
}

.contact_intro .blog_main h2{
    font-size: 20px;
    line-height: 24px;
}

.contact_intro .blog_main p{
    margin-bottom: 0;
}

.inner_banner img {
    width: 100%;
    display: block;
    height: 376px;
    object-fit: cover;
}

.blog_d_desc{
    padding: 89px 0;
}

.blog_d_desc h1 {
    text-align: center;
    color: #000;
    margin-bottom: 75px;
    font-weight: 700;
}

.blog_d_desc h2{
    text-align: center;
    color: #000;
    margin-bottom: 75px;
}

.blog_d_desc img{
    border-radius: 16px;
    width: 100%;
    display: block;
}
.single-post .blog_d_desc img{
    height: 500px !important;
    object-fit: cover;
}
.blog_d_intro{
    padding-bottom: 65px;
}

.blod_d_bottom .d_bottom_desc{
    max-width: 1024px;
    text-align: right;
    margin: 0 auto;
}

.blod_d_bottom img{
    max-width: 816px;
    margin: 0 auto 55px;
    display: block;
}

section.blod_d_bottom {
    padding-bottom: 55px;
}


.main_accordion .accordion:last-child {
    padding-bottom: 0;
}

.contact_form .contact_desc .wpcf7-form p{
    margin-bottom: 0 !important;
}
.contact_form .contact_desc .wpcf7-form.invalid .wpcf7-response-output{
    padding: 5px 15px px;
    margin: 10px 15px;
    text-align: right;
    direction: rtl;
}
.contact_form .contact_desc .wpcf7-form .wpcf7-spinner {
    margin: 5px 20px;
    height: 0;
}
.contact_form .contact_desc .wpcf7-form.submitting .wpcf7-spinner {
    height: 24px;
    width: 24px;
}
.team_section .team_box .team_link:hover .position{
    color: #fff;
}
.single-post .international_amin img {
    margin: 20px auto;
    border-radius: 15px;
}
.blog-grid-category-heading .blog-grid-category-link:hover {
    color: #000;
}
.blog_grid .row {
    gap: 50px 0;
}
.archive .our_blog_section .row{
    gap: 50px 0;
}
.archive .our_blog_section{
    padding: 50px 0;
}
.archive .our_blog_section .blog_main{
    margin-bottom: 0;
}
.header_main .navigation .header-menu .has-submenu ul{
    display: none;
}
.header_main .navigation .header-menu .has-submenu {
    position: relative;
}
.header_main .navigation .header-menu .has-submenu:hover ul{
    display: flex;
    flex-direction: column;
    text-align: right !important;
    position: absolute;
    background: #fff;
    padding: 15px 25px;
    gap: 5px;
    min-width: 250px;
    top: 30px;
    right: -20px;
}
.header_main .navigation .header-menu .has-submenu ul li {
    text-align: right !important;
    width: 100%;
    font-size: 16px;
}
.header_main .navigation .header-menu .has-submenu ul li a {
    font-size: 16px;
    line-height: 26px;
}
.header_main .navigation .header-menu .has-submenu::after {
    content: "\f0d7";
    position: absolute;
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    top: 2px;
    left: -17px;
}
.load-more-btn-wrapper {
    margin-top: 50px;
}
.load-more-btn-wrapper .load-more-btn {
    background: #ec1b48;
    border: 1px solid #000;
    font-size: 24px;
    line-height: 24px;
    padding: 10px 15px;
    font-weight: 700;
}
.load-more-btn-wrapper .load-more-btn:hover {
    background: #000;
}
.archive .navigation.posts-navigation{
    display: none;
}
.load-more-btn-wrapper .load-more-btn-loader{
    display: none;
}
.load-more-btn-wrapper .load-more-btn-loader .load-more-btn-img {
    height: 70px;
    width: 70px;
    margin-bottom: 30px;
}
.team_box.team-box-wrapper .title_team{
    text-align: center;
}
/* .team_box.team-box-wrapper .profile_image{
    margin: 20px auto;
} */
.wpcf7 .wpcf7-response-output{
    direction: rtl !important;
    text-align: right !important;
    margin: 5px auto !important;
}
.wpcf7 .wpcf7-form-control-wrap.recaptcha{
    float: right;
}
.contact_form .contact_image{
    height: 100%;
}
.header_main .call-icon {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.header_main .call-icon img {
    height: 25px;
    width: 25px;
    object-fit: contain;
}
.header_main .call-icon span{
    font-size: 20px;
    color: #000;
}
.header_main .call-icon:hover span {
    color: #ec1b48;
}
.header_main .call-icon .fa-solid.fa-phone{
    font-size: 20px;
    color: #000;
}
/* .gallery_section{
	display:none;
} */
.contact_form.about_contact,
.contact_form.services-contact,
.contact_form.contact-us-form,
.contact_form.blog-contact{
    padding: 100px 0;
}
.page-main-background{
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    padding: 0;
}
.blog_intro.contact_intro{
    padding: 200px 0 0;
}
.blog_section.our-blog-section{
    padding-top: 100px;
}
.single-post .blog_d_intro .international_amin p,
.single-post .blog_d_intro .international_amin ul li,
.single-post .blog_d_intro .international_amin ol li{
    font-size: 20px;
    line-height: 30px;
    color: #000;
}
.single-post .blog_d_intro .international_amin h3{
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.single-post .blog_d_intro .international_amin a{
    color: #05509E;
}
.gallery-slider.owl-carousel .owl-item img{
    height: 350px;
    object-fit: cover;
    width: 100%;
    border-radius: 16px;
}
.expert_section.team_section .expert_two_coloum .expert_left p{
    margin-bottom: 20px;
}
.expert_section.team_section .expert_two_coloum .expert_left{
    width: 100%;
}
.expert_section.team_section .expert_two_coloum .expert_left .team-full-content{
    max-width: 555px;
}
.about-gallery-wrapper {
    padding-bottom: 100px;
}
.about-gallery-wrapper .about-gallery-heading{
    text-align: center;
    margin-bottom: 50px;
    color: #000;
}
.about-gallery-slider.owl-carousel{
    padding-right: 10px;
}
.about-gallery-wrapper .owl-item img{
    height: 470px;
    object-fit: cover;
    width: 100%;
    border-radius: 16px;
    border: 1px solid #000;
}
.page-main-wrapper {
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.page-main-wrapper .container{
    text-align: center;
}
.page-main-wrapper .page-main-heading {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    z-index: 9;
    position: relative;
    text-shadow: 0 2px 4px #fff;
}
.page-main-wrapper .btn.btn-primary {
    height: 50px;
    background: #05509E;
    transition: all 0.3s ease-in-out;
    font-size: 20px;
    line-height: 50px;
    padding: 0 63px;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    min-width: 175px;
    text-align: center;
    position: relative;
    border-radius: 25px;
    border: 1px solid #fff;
}
.page-main-wrapper .btn.btn-primary:hover {
    background: #00A550;
    color: #fff;
    border: 1px solid #fff;
}
.footer-disclaimer{
    margin: 50px 0 0 0;
}
.footer-disclaimer p {
    color: #808080;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
}
.footer-disclaimer p a{
    color: #808080;
}
.footer-disclaimer p a:hover{
    color: #808080;
}
.main-content-wrapper{
    margin-top: 150px;
}
.main-content-wrapper .main-content-inner-wrapper h1{
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    color: #000;
}
.main-content-wrapper .main-content-inner-wrapper h2{
    font-size: 24px;
    line-height: 34px;
}
.main-content-wrapper .main-content-inner-wrapper h3 {
    font-size: 20px;
    line-height: 30px;
}
.main-content-wrapper .main-content-inner-wrapper h2,
.main-content-wrapper .main-content-inner-wrapper h3{
    color: #000;
    font-weight: 700;
}
.main-content-wrapper .main-content-inner-wrapper p,
.main-content-wrapper .main-content-inner-wrapper ul li,
.main-content-wrapper .main-content-inner-wrapper ol li{
    color: #000;
    font-size: 16px;
    line-height: 26px;
}
.main-content-wrapper .main-content-inner-wrapper p a{
    color: #05509E;
}
.main-content-wrapper .main-content-inner-wrapper p a:hover{
    color: #05509E;
}
.about_section .about-main-content ul li{
    font-weight: 400;
    font-size: 20px;
    line-height: normal;
    color: #000;
    margin-top: 0;
}
@media(max-width:1830px){
    .international_section .banner_image{
        position: relative;
        z-index: 1;
        bottom: unset;
        left: unset;
        width: 100%;
        text-align: center;
        margin-top: 50px;
    }
    .international_section .banner_image img{
        height: 150px;
        width: 100%;
    }
}
@media(max-width:1280px) {
    .our_blog_section .row {
        margin: 0 -15px;
    }

    .our_blog_section .row .col-md-4 {
        padding: 0 15px;
    }

    .banner_image {
        left: 20px;
    }
}

@media(max-width:1199px) {
    .logo img {
        width: 284px;
    }

    .main_accordion .accordion{
        padding: 20px 20px 20px 20px;
    }

    .solutions_grid {
        gap: 20px;
    }

    .contact_image {
        display: flex;
        height: 100%;
    }

    .contact_desc h2{
        padding: 0 4px;
        margin-bottom: 20px;
    }

    .contact_desc{
        padding: 26px 20px;
    }

    .information_section ul li{
        width: 16.66%;
    }

    .primary_btn {
        height: 50px;
        line-height: 50px;
        padding: 0 30px;
        font-size: 20px;
    }

     .expert_left{
        padding-left: 50px;
    }

    .expert_two_coloum:nth-child(even) .expert_left{
        padding-right: 50px;
    }
}
@media(max-width:1150px){
    .header_main .call-icon span{
        display: none;
    }
}
@media(max-width:1024px) {
    .single-post .blog_d_desc img {
        height: 350px !important;
        object-fit: cover;   
    }
    .about-gallery-wrapper .owl-item img {
        height: 350px;
    }
}
@media(min-width:992px){
    .blog_box h3{
        min-height: 90px;
    }
}
@media(max-width:991px) {
    a.toggle_nav,
    a.toggle_close {
        display: flex;
    }

    .faq_left {
      padding: 30px 0 30px 30px;
    }

    .blod_d_bottom img{
        width: 100%;
    }

    .blog_desc{
        padding-left: 0;
    }

    .figcaption p {
        -webkit-line-clamp: 4;
    }

    a.envlop_icon.mobile-menu {
        display: block;
        position: absolute;
        right: 80px;
        color: #000;
    }
    .header_main a.envlop_icon.mobile-menu i.fa-solid.fa-envelope {
        font-size: 25px;
        margin-top: 2px;
    }
    .team_grid {
        display: flex;
        justify-content: center;
        margin-top: 55px;
        margin: 55px -15px 0;
    }

    .team_box {
        width: 50%;
        padding: 0 15px;
    }

    .team-desc {
        max-width: 100%;
    }

    .figcaption h3 {
        margin-bottom: 15px;
    }

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

    .navigation {
        padding-left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        transform: translateX(100%);
        background: #fff;
        transition: 0.3s;
        opacity: 0;
        left: 0;
        height: 100%;
        z-index: 2;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 0 30px;
    }

    .show_menu .navigation {
        transform: translateX(0%);
        opacity: 1;
    }

    header {
        padding: 10px 0;
    }

    /* .toggle_nav {
        width: 40px;
        height: 40px;
        position: absolute;
        right: 21px;
        z-index: 1;
        border-radius: 12px;
        display: block;
        top: 25px;
    } */
    .header_main .toggle_nav img {
        height: 30px;
        width: 30px;
        object-fit: contain;
    }
    .navigation ul {
        flex-direction: column;
        align-items: flex-start;
        padding: 80px 0 0;
        margin: 0;
        gap: 0;
        width: 100%;
    }

    .navigation ul li {
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
        margin-bottom: 10px;
        width: 100%;
        text-align: right;
    }

    .show_menu a.toggle_close {
        width: 30px;
        height: 30px;
        position: fixed;
        z-index: 9;
        top: 20px;
        left: 34px;
        display: block;
    }

    .right_part {
        padding-right: 50px;
        width: 50%;
    }

    .solutions_grid {
        gap: 34px;
    }

    .banner_image img {
        width: 220px;
    }

    .contact_desc {
        padding: 40px 20px 20px;
    }

    .journey_right {
        width: 45%;
        padding-left: 30px;
    }

    .journey_left {
        width: 55%;
    }

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

    .left_part {
        max-width: 50%;
    }

    .figcaption {
        padding: 20px;
    }

    .our_blog_section .row .col-md-4 {
        width: 33.33%;
    }

    .blog_box p {
        padding: 0 10px;
        font-size: 18px;
    }

    .international_amin h2 {
        margin-bottom: 30px;
        text-align: right;
    }

    .contact_desc h2 {
        padding: 0 20px;
    }

    .logo img {
        width: 250px;
    }

    header {
        background: rgba(254, 254, 254, 0.8);
    }

    .envlop_icon.mobile-menu img {
        width: 32px;
    }

    .blog_box figure img{
        height: 250px;
    }

    section.international_section.standards-price{
        padding-top: 50px;
    }

    .header-spacer {
        height: 76px;
    }

    .information_section ul li{
        width: 20%;
    }

    .information_box{
        padding: 20px;
    }
    .header_main .navigation .header-menu .has-submenu::after{
        left: 0;
        transition: 0.3s;
    }
    .header_main .navigation .header-menu .has-submenu.submenu-active::after {
        transform: rotate(180deg);   
    }
    .header_main .navigation .header-menu .has-submenu:hover ul{
        display: none;
    }
    .header_main .navigation .header-menu .has-submenu.submenu-active {
        position: relative;
        padding-bottom: 0;
        margin-bottom: 10px;   
    }
    .header_main .navigation .header-menu .has-submenu.submenu-active ul {
        position: static;
        padding: 0;
        display: block;   
    }
    .header_main .navigation .header-menu .has-submenu.submenu-active ul li {
        text-align: right !important;
        width: 100%;
        font-size: 16px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
        margin-bottom: 10px;   
    }
    .header_main .navigation .header-menu .has-submenu.submenu-active ul li:last-child {
        border-bottom: unset;
        padding-bottom: 0;   
    }
    .header_main .navigation .header-menu .has-submenu > a{
        padding-bottom: 10px !important;
        width: 100%;
        display: block;
    }
    .header_main .navigation .header-menu .has-submenu.submenu-active > a {
        margin-bottom: 10px !important;
        border-bottom: 1px solid #ccc;
    }
    .header_main .navigation .header-menu .has-submenu.submenu-active {
        position: relative;
        padding-bottom: 0;
        margin-bottom: 10px;   
    }
    .team_box.team-box-wrapper{
        width: 100%;
    }
    .solutions_box figure img{
        min-height: unset;
        height: 300px;
    }
    .header_main .call-icon{
        position: absolute;
        right: 130px;
        margin-top: -1px;
    }
    .header_main .call-icon img{
        margin-top: 5px;
    }
    .header_main .call-icon .fa-solid.fa-phone{
        font-size: 19px;
    }
    .team_section.team-lists-wrapper.hp-team-lists-wrapper .team_box{
        width: 100%;
        max-width: 270px;
        margin: 0 auto 50px auto;
        padding: 0;
    }
    .hp-team-lists-wrapper .team_grid .row .col-lg-8 .team_box_content{
        width: 100%;
        max-width: 100%;
    }
    .team_section .team-desc .teams-desc-bottom-overlay{
        padding: 50px 20px;
    }
    .main-content-wrapper {
        margin-top: 100px;
    }
}

@media(max-width:767px) {
    .price_two {
        flex-direction: column;
    }

    .faq_section .container{
        padding-right: 0;
    }

    .header-spacer {
        height: 74px;
    }

    section.international_section.standards-price{
        padding: 50px 0;
    }

    .expert_two_coloum{
        flex-direction: column;
        padding-top: 0;
        margin-bottom: 50px;
    }

    .expert_two_coloum:last-child{
        margin-bottom: 0;
    }

    .main_accordion .accordion .accordion-title{
        font-size: 20px;
    }

    .main_accordion .accordion.active .accordion-title:before{
        top: 11px;
    }


    .main_accordion .accordion .accordion-title:before{
        top: 4px;
    }

    section.expert_section{
        padding: 0;
    }

    .international_amin p{
        margin-bottom: 0;
    }

    #form-modal .row {
        padding-bottom: 0;
    }

    #form-modal .row .col-md-6 {
        padding-bottom: 12px;
    }
    #form-modal .row .col-md-12 {
        padding-bottom: 12px;
    }
    #form-modal .submit-btn {
        margin-top: 12px;
    }

    .team_grid {
        flex-direction: column;
    }

    .gslide-image img {
        min-width: 100% !important;
    }

    .glightbox-clean .gprev {
        position: absolute;
        top: 50%;
        left: 4px;
        transform: translateY(-50%);
    }

    .glightbox-clean .gnext {
        position: absolute;
        top: 50%;
        right: 4px;
        transform: translateY(-50%);
    }

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

    .team_bottom {
        margin-top: 50px;
    }

    .team_box {
        width: 100%;
        padding-bottom: 30px;
    }

    .team_box:last-child {
        padding-bottom: 0;
    }

    .solutions_grid {
        gap: 0;
        flex-wrap: wrap;
        margin: 0 -10px;
    }

    .solutions_box {
        width: 50%;
        padding: 0 10px 20px;
    }

    .blog_box p {
        padding: 0;
    }

    .our_blog_section .blog_main {
        margin-bottom: 30px;
    }

    .banner_main {
        max-width: 475px;
        position: absolute;
        top: 55%;
        transform: translateY(-50%);
    }

    h2 {
        font-size: 22px;
    }

    .left_part {
        max-width: 100%;
    }

    .right_part {
        width: 100%;
        padding-right: 0;
        margin-top: 40px;
    }

    .journey_main {
        flex-direction: column;
    }

    .journey_right {
        width: 100%;
        padding-left: 0;
        order: 1;
        padding-top: 30px;
    }

    .journey_left {
        width: 100%;
    }

    .journey_section .container {
        padding-left: 20px;
    }

    .journey_right ul li:last-child {
        margin-bottom: 0;
    }

    section.journey_section, .why_hire_section {
        padding: 50px 0;
    }

    .consultation_section,
    .team_section {
        padding: 50px 0 30px;
    }

    p {
        font-size: 18px;
        line-height: 24px;
    }

    .our_blog_section .blog_main {
        margin-bottom: 30px;
    }

    .gallery_section {
        padding: 70px 0 50px;
    }

    footer {
        padding: 50px 0;
    }

    .contact_desc .row .col-md-6 {
        margin-bottom: 12px;
    }

    .contact_desc .row .col-md-6:last-child {
        margin-bottom: 0;
    }

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

    .expert_left {
        max-width: 100%;
        padding-left: 0;
        text-align: right;
        order: 1;
        padding-top: 30px;
    }

    .expert_two_coloum:nth-child(even) .expert_left{
        padding-right: 0;
    }

    .why_hire_section .title{
        font-size: 20px;
    }

    .blog_grid{
        padding-bottom: 50px;
    }

    .information_section ul li {
        width: 25%;
        padding: 0 10px 20px;
    }

    .blog_intro{
        padding: 50px 0 30px;
    }

    .blog_grid h4{
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 30px;
    }

    .blog_grid .col-md-4 {
        padding-bottom: 30px;
        width: 50%;
    }

    .blog_d_desc{
        padding: 50px 0;
    }

    .blog_d_desc h1 {
        margin-bottom: 30px;
    }

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

    .blog_d_intro{
        padding-bottom: 50px;
    }

    .blod_d_bottom img{
        margin-bottom: 50px;
    }

    .faq_main{
        flex-direction: column;
    }

    .faq_left{
        width: 100%;
        padding-left: 0;
        order: 1;
        padding: 30px 20px;
    }

    .faq_right{
        width: 100%;
    }

    .faq_section h2{
        font-size: 30px;
        margin-bottom: 50px;
    }
    .information_section .information_box ul li a{
        height: 70px;
        text-align: center;
    }
    .gallery-slider.owl-carousel .owl-item img{
        height: 220px;
    }
    .expert_section.team_section .expert_main .expert_two_coloum{
        margin-top: 50px;
    }
    .expert_section.team_section .expert_two_coloum .expert_left .team-full-content{
        width: 100%;
        max-width: 100%;
    }
    .about-gallery-wrapper .owl-item img {
        height: 250px;
    }
}
@media(max-width:600px) {
    .our_blog_section .row .col-md-4 {
        width: 100%;
        padding-bottom: 30px;
    }

    .solutions_box figure img{
        min-height: 300px;
    }

    .information_section ul li a{
        font-size: 20px;
    }

    .blog_grid .col-md-4 {
        
        width: 100%;
    }

    .blog_grid .col-md-4:last-child{
        padding-bottom: 0;
    }

    .blog_desc span.date{
        text-align: right;
        
    }

    .information_section ul li {
        width:50%;
        padding: 0 10px 20px;
    }

    .blog_desc{
        margin-top: 20px;
        padding-left: 0;
    }

    .blog_box figure img{
        height: 300px;
    }

    .blog_box h3{
        font-size: 20px;
        line-height: 30px;
    }

    /* a.envlop_icon.mobile-menu {
        right: 100px;
    } */

    #form-modal .modal-header .btn-close {
        left: 10px;
    }

    .team-desc h2 {
        font-size: 24px;
    }

    .team-desc .position {
        font-size: 18px;
    }

    .solutions_grid {
        gap: 0;
        flex-direction: column;
    }

    .solutions_box {
        width: 100%;
        padding-bottom: 30px;
    }

    .solutions_bottom_text {
        margin-top: 0;
    }

    .copy_main {
        flex-direction: column;
    }

    .copy_right {
        text-align: center;
    }

    .copy_right ul li a,
    .copy_right p,
    .social_icon .title,
    .footer_main ul li a {
        font-size: 18px;


    }

    .footer_main ul {
        gap: 25px;
    }

    header {
        padding: 10px 0;
    }

    .logo img {
        width: 100px;
    }

    .banner_main h1 {
        font-size: 28px;
        padding-left: 20px;
    }


}

.cmsmasters-location-cmsmasters_footer {
    display: none !important;
}