@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

*:not(i) {
    font-family: "Roboto", sans-serif;
}

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    box-sizing: border-box;
    letter-spacing: 0 !important;
}


:root {
    --primary: #1a84ee !important;
    --secondary: #0057a0 !important;
    --site-bg: #ffffff !important;
    --light-bg: #e7e7e7 !important;
    --dark-bg: #123860 !important;
    --text-color: #23282d !important;
}

body {
    background-color: var(--site-bg) !important;
}

.site-logo img {
    max-height: 4rem !important;
}

main#site-content {
    padding-top: 70px;
}
a:hover{
    text-decoration: none;
}
header#site-header {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 9;
    top: 0;
}

#site-header .header-inner {
    max-width: 1170px;
    padding: 15px;
}

#site-header .header-inner .header-navigation-wrapper .primary-menu-wrapper .primary-menu {
    margin: 0;
    gap: 25px;
}

#site-header .header-inner .header-navigation-wrapper .primary-menu-wrapper .primary-menu li {
    margin: 0;
    color: #000;
}

#site-header .header-inner .header-navigation-wrapper .primary-menu-wrapper .primary-menu li a {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-color);
    text-decoration: none !important;
    text-transform: capitalize;
    margin-bottom: 4px;
    border-radius: 6px;
}

#site-header .header-inner .header-navigation-wrapper .primary-menu-wrapper .primary-menu li.current-menu-item,
#site-header .header-inner .header-navigation-wrapper .primary-menu-wrapper .primary-menu li.current-menu-item > a,
#site-header .header-inner .header-navigation-wrapper .primary-menu-wrapper .primary-menu>li:hover > a,
#site-header .header-inner .header-navigation-wrapper .primary-menu-wrapper .primary-menu>li:hover,
#site-header .header-inner .header-navigation-wrapper .primary-menu-wrapper .primary-menu li a:focus {
    color: #2f379a;
}

#site-header .header-inner .header-navigation-wrapper .primary-menu-wrapper .primary-menu li.current_page_ancestor, #site-header .header-inner .header-navigation-wrapper .primary-menu-wrapper .primary-menu li.current_page_ancestor>a {
    text-decoration: none !important;
    color: #2f379a !important;
}

#site-header .header-inner .header-navigation-wrapper .primary-menu-wrapper .primary-menu li ul li.current-menu-item .icon,
#site-header .header-inner .header-navigation-wrapper .primary-menu-wrapper .primary-menu li ul li.current-menu-item > a,
#site-header .header-inner .header-navigation-wrapper .primary-menu-wrapper .primary-menu li ul li:hover .icon,
#site-header .header-inner .header-navigation-wrapper .primary-menu-wrapper .primary-menu li ul li:hover > a,
#site-header .header-inner .header-navigation-wrapper .primary-menu-wrapper .primary-menu li ul a:focus{
    color: black !important;
    background-color: #ededed;
}
#site-header .header-inner .header-titles-wrapper .header-titles {
    margin: 0;
    gap: 10px;
}

#site-header .header-inner .header-titles-wrapper .header-titles .site-logo {
    margin: 0;
}

#site-header .header-inner .header-titles-wrapper .header-titles .site-description {
    margin: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 41px;
    color: var(--text-color);
}

.main-banner-wrappar {
    min-height: calc(100vh - 70px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: flex-end;
}

.container {
    max-width: 1170px !important;
}

.banner-content-wrappar {
    max-width: fit-content;
    padding: 10px 20px;
    background-color: var(--secondary);
    margin: auto;
}

.banner-content-wrappar h1 {
    font-size: 48px;
    line-height: 64px;
    font-weight: 400;
    color: var(--site-bg);
    margin: 0;
}

.ps-section2-wrapper {
    background-color: var(--dark-bg);
    color: #fff;
    padding: 60px 0;
}
.ps-section2-wrapper .ps-btn-outline-light {
    border-color: #fff;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    padding: 8px 16px !important;
    border-radius: 4px;
    border: 2px solid #fff !important;
}
.ps-section2-wrapper .ps-btn-outline-light:hover {
    background-color: var(--primary);
    border-color: var(--primary) !important;
    color: #fff;
}
.ps-section2-wrapper i{
    font-size: 45px;
    margin-bottom: 20px;
}
.ps-section2-wrapper h3,
.ps-section2-wrapper h2 {
    font-size: 28px;
    font-weight: 400;
    line-height: 30px;
    color: white;
    margin-bottom: 30px;
    margin-left: 0;
}

.ps-section2-wrapper .ps-des {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
    margin-bottom: 34px;
}

.ps-section2-wrapper .ps-des p {
    margin-bottom: 0;
}

.ps-section2-wrapper img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-bottom: 14px;
}

.section3-wrapper {
    background-color: #E7E7E7 !important;
    padding: 80px 0 !important;
}

.left-img-box-shadow-wrap {
    padding-right: 15px;
    padding-bottom: 15px;
}

.section3-wrapper .section3-subtitle {
    font-size: 14px;
    font-weight: bold;
    line-height: 27px;
    margin-bottom: 30px;
    display: block;
    color: var(--text-color);
    text-transform: uppercase;
}

.section3-wrapper .section3-title {
    font-size: 44px;
    line-height: 60px;
    font-weight: 400;
    margin: 0 0 30px 0;
    color: var(--text-color);
}

.section3-wrapper .section3-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: var(--text-color);
    margin: 0 0 30px 0;
}

.section3-progress span {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 5px 0;
    text-transform: capitalize;
}

.section3-progress .progress {
    background-color: #FFFFFF !important;
    height: 14px;
    border-radius: 3px !important;
}

.section3-progress .progress .progress-bar {
    background-color: #0057A0 !important;
}

.py-80 {
    padding: 80px 0 !important;
}

.ps-overline {
    font-size: 14px;
    font-weight: bold;
    color: var(--primary);
    margin: 0 0 20px 0;
    text-transform: uppercase;
}
.ps-main-title {
    font-size: 44px;
    line-height: 60px;
    font-weight: 400;
    color: var(--text-color);
    margin-bottom: 30px;
}

.ps-img-content-box-card-wrappar .ps-card-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    margin-bottom: 20px;
}
.ps-img-content-box-card-wrappar i{
    font-size: 45px;
    margin-bottom: 20px;
}
.ps-img-content-box-card-wrappar  .ps-card-body .ps-card-title {
    font-size: 28px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 20px;
    color: var(--text-color);
    margin-left: 0;
    text-transform: capitalize;
}
.ps-img-content-box-card-wrappar  .ps-card-body .ps-card-title a:hover{
    color: #0056b3 !important;
    text-decoration: none !important;
}
.ps-img-content-box-card-wrappar  .ps-card-body p{
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: black;
    margin: 0 0 20px 0;
}
.ps-card-text {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 40px;
}
.ps-learn-more {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: var(--primary);
    text-decoration: none;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 5px;
}

.rtl .ps-learn-more-icon {
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.ps-learn-more:hover,
.ps-learn-more:focus {
    text-decoration: none;
}

.departments_list_wrapper {
    background-color: #123860;
    padding: 80px 0;
}
.departments_list_wrapper i{
    font-size: 45px;
    margin-bottom: 20px;
    color: white;
}
.departments_list_wrapper h2 {
    font-size: 44px;
    line-height: 60px;
    font-weight: 400;
    color: #fff;
}

.departments_list_wrapper p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 20px 0;
}

.btn-primary {
    padding: 15px 20px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 22px !important;
    border-radius: 4px !important;
}

.departments_list_wrapper .wp-post-image {
    height: 290px;
    object-fit: cover;
    width: 100%;
    margin: 0 0 20px 0;
}

.departments_list_wrapper h3 a {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
}

.departments_list_wrapper h3 a:hover {
    text-decoration: none;
}

.services-main-wrappar {
    background-size: contain;
    background-position: -50px 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 80px 0;
}

.services-main-wrappar .sub_title {
    font-size: 14px;
    font-weight: bold;
    line-height: 27px;
    margin-bottom: 30px;
    display: block;
    color: var(--primary);
    text-transform: uppercase;
}

.services-main-wrappar .main_title {
    font-size: 44px;
    line-height: 60px;
    font-weight: 400;
    margin: 0 0 30px 0;
    color: var(--text-color);
}

.services-main-wrappar .des-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: var(--text-color);
    margin: 0 0 30px 0;
}

.footer-nav-widgets-wrapper {
    margin: 0 !important;
    background-color: #123860;
    border-top: 15px solid var(--primary);
    padding: 40px 0 50px 0;
}

.footer-nav-widgets-wrapper .footer-widgets-outer-wrapper {
    padding: 0;
    border: 0;
}

.footer-nav-widgets-wrapper .footer-widgets-outer-wrapper .footer-widgets-wrapper {
    margin: 0;
    gap: 50px;
    max-width: 100%;
    width: 100%;
}

.footer-nav-widgets-wrapper .footer-widgets-outer-wrapper .footer-widgets-wrapper .footer-widgets {
    margin: 0;
    width: fit-content;
}

.footer-nav-widgets-wrapper .footer-widgets-outer-wrapper .footer-widgets-wrapper .footer-widgets .main_footer_title {
    font-size: 16px !important;
    line-height: 22px !important;
    color: #fff !important;
    font-weight: 600 !important;
    margin: 0 0 45px 0 !important;
    font-family: 'Roboto', sans-serif;
}

.footer-nav-widgets-wrapper .footer-widgets-outer-wrapper .footer-widgets-wrapper .footer-widgets .widget_text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #fff;
    margin: 0 0 40px 0;
    font-family: 'Roboto', sans-serif;
}

.footer-nav-widgets-wrapper .footer-widgets-outer-wrapper .footer-widgets-wrapper .footer-widgets .widget {
    margin: 0;
}

.footer-nav-widgets-wrapper .footer-widgets-outer-wrapper .footer-widgets-wrapper .footer-widgets figure {
    margin: 0 !important;
}

.footer-nav-widgets-wrapper .footer-widgets-outer-wrapper .footer-widgets-wrapper .footer-widgets .wp-block-list,
.footer-nav-widgets-wrapper .footer-widgets-outer-wrapper .footer-widgets-wrapper .footer-widgets ul {
    margin: 0;
}

.footer-nav-widgets-wrapper .footer-widgets-outer-wrapper .footer-widgets-wrapper .footer-widgets .wp-block-list li,
.footer-nav-widgets-wrapper .footer-widgets-outer-wrapper .footer-widgets-wrapper .footer-widgets ul li {
    margin: 0;
    line-height: 1 !important;
}

.footer-nav-widgets-wrapper .footer-widgets-outer-wrapper .footer-widgets-wrapper .footer-widgets .wp-block-list li:not(:last-child),
.footer-nav-widgets-wrapper .footer-widgets-outer-wrapper .footer-widgets-wrapper .footer-widgets ul li:not(:last-child) {
    margin-bottom: 18px;
}

.footer-nav-widgets-wrapper .footer-widgets-outer-wrapper .footer-widgets-wrapper .footer-widgets .wp-block-list li a,
.footer-nav-widgets-wrapper .footer-widgets-outer-wrapper .footer-widgets-wrapper .footer-widgets ul li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #fff;
    text-transform: capitalize;
    text-decoration: none;
}
.footer-nav-widgets-wrapper .footer-widgets-outer-wrapper .footer-widgets-wrapper .column-one{
    max-width: 400px;
}
.footer-nav-widgets-wrapper .footer-widgets-outer-wrapper .footer-widgets-wrapper .column-one .widget_text{
    margin-top: 30px;
}
/*.footer-nav-widgets-wrapper .footer-widgets-outer-wrapper .footer-widgets-wrapper .footer-widgets .wp-block-list li a:hover {
    text-decoration: none;
}*/

.footer-nav-widgets-wrapper .footer-widgets-outer-wrapper .footer-widgets-wrapper .footer-widgets .footer-three-content p:not(:last-child) {
    margin: 0 0 20px 0;
}

.footer-nav-widgets-wrapper .footer-widgets-outer-wrapper .footer-widgets-wrapper .footer-widgets .footer-three-content p, .footer-nav-widgets-wrapper .footer-widgets-outer-wrapper .footer-widgets-wrapper .footer-widgets .footer-three-content p a {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #fff;
    margin: 0 0 40px 0;
    font-family: 'Roboto', sans-serif;
}

.footer-nav-widgets-wrapper .footer-widgets-outer-wrapper .footer-widgets-wrapper .footer-widgets .footer-three-content p a:hover {
    text-decoration: none;
}

.footer-nav-widgets-wrapper .footer-widgets-outer-wrapper .footer-widgets-wrapper .footer-widgets .widget .wp-block-columns {
    margin: 0;
}

.footer-nav-widgets-wrapper .footer-widgets-outer-wrapper .footer-widgets-wrapper .footer-widgets .footer-for-wrappar p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #fff;
    margin: 0 0 40px 0;
    font-family: 'Roboto', sans-serif;
}

.footer-nav-widgets-wrapper .footer-widgets-outer-wrapper .footer-widgets-wrapper .footer-widgets .map_btn a {
    background-color: transparent;
    border: 1px solid #FFFFFF;
    color: #fff;
    padding: 14px 30px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    display: inline-block;
}

.footer-nav-widgets-wrapper .footer-widgets-outer-wrapper .footer-widgets-wrapper .footer-widgets .map_btn a:hover {
    background-color: #fff !important;
    color: #000 !important;
}
.footer-widgets .wp-block-image img{
    max-height: 100px;
    width: auto;
}
.section-inner {
    width: 100% !important;
    max-width: 1170px !important;
    padding: 0 15px;
}

#site-footer {
    padding: 12px 0;
    background-color: #0057A0;
}

#site-footer .row {
    align-items: center;
}
.bottom_content_info a{
    color: #1d375e !important;
    text-decoration: none !important;
}
#site-footer .footer-copyright {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    line-height: 20px;
}

#site-footer .footer-social-media-wrap {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

#site-footer .footer-social-media-wrap li {
    margin: 0;
}

#site-footer .footer-social-media-wrap a {
    background-color: #1A84EE !important;
    padding: 5px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    width: 36px;
    height: 36px;
}

#site-footer .footer-social-media-wrap a svg {
    width: 18px;
    height: 18px;
}

#site-footer .footer-social-media-wrap a svg {
    fill: antiquewhite;
}

#site-footer .privacy-links-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
    gap: 20px;
    padding: 0;
}

#site-footer .privacy-links-wrap li {
    margin: 0;
}

#site-footer .privacy-links-wrap li a {
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
}

.services-main-wrappar img {
    box-shadow: 15px 15px 0px var(--primary);
}

.section3-wrapper img {
    box-shadow: 15px 15px 0px var(--primary);
}

.row-gap-20 {
    row-gap: 20px;
}

.row-gap-30 {
    row-gap: 30px;
}
.menu-modal-inner{
    background-color: var(--dark-bg) !important;
}

/*about page css start*/

.page_banner{
    min-height: 130px;  
    background-color: var(--secondary);
}
.page_banner h1{
    font-size: 30px;
    font-weight: 500;
    text-transform: capitalize;
}
.page_banner h1 span{
    color: white;
}
.progress_section_wraper{
    color: #23282d;
}
.progress_section_wraper .section1-subtitle, .subtitle{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}
.progress_section_wraper .section1-title{
    font-size: 28px;
    font-weight: 400;
    margin: 30px 0;
    text-transform: capitalize;
}
.progress_section_wraper .section1-content, .sub_content{
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 28px;
    
}

.progress_section_wraper .section1-content {
    margin: 0;
}

.progress_section_wraper .section1-progress{
    font-size: 14px;
    color: #23282d;
}
.progress_section_wraper .progress-bar{
    background-color: var(--secondary);
}
.progress_section_wraper .progress{
    height: 20px;
    border-radius: 3px;
    background-color: #eee;
}
.exclellance_wraper{
    background-color: var(--dark-bg);
    padding: 80px 0;
}
.section_heading{
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.exclellance_wraper p{
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 28px;
}
.exclellance_wraper .container{
    max-width: 900px !important;
}
.custom-image-layout .top-row {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.custom-image-layout .half-image {
  flex: 1;
}

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

.custom-image-layout .full-image {
  width: 100%;
}
.button{
    font-size: 14px;
    padding: 9px 17px;
    border: 3px solid;
    border-radius: 4px;
    transition: .4s;
    color: white !important;
    text-decoration: none !important;
    text-transform: capitalize;
    font-weight: 400 !important;
}
.button_outline{
    border-color: white;
    background-color: transparent;
}
.button_outline:hover, .button_primary{
    background-color: #1a84ee;
    border-color: #1a84ee;
}
.button_primary:hover{
    background-color: var(--secondary);
    border-color: var(--secondary);   
}
.gap-10{
    gap: 10px;
}
.bottom_content_info{
    padding: 80px 0;
}
.bottom_content_info i{
    font-size: 45px;
    color: #0057a0;
    margin-bottom: 20px;
}
.bottom_content_info h3{
    font-size: 28px;
    margin-bottom: 30px;
    color: #23282d;
    font-weight: 400;
    text-transform: capitalize;
}
.bottom_content_info p{
    color: #23282d;
    font-weight: 400;
    font-size: 16px;   
    line-height: 28px;
    margin: 0;
}
.section2-wrapper{
    background-color: #e7e7e7;
    padding: 80px 0;
}
.section2-wrapper .sub_content{
    max-width: 860px;
}
.section2-wrapper .inner_box .name{
    font-size: 24px;
    color: rgb(35, 40, 45);
    font-weight: 400;
    margin-bottom: 20px;
}
.section2-wrapper .inner_box .desiganation{
    color: rgb(35, 40, 45);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}
.section2-wrapper .inner_box .content{
    font-size: 16px;
    line-height: 28px;
    color: rgb(35, 40, 45);
}
.contact_wraper{
    padding: 60px 0;
}
.contact_wraper .inner_box{
    box-shadow: 0 4px 20px rgba(0,0,0,.15);
    border-radius: 10px;
}
.wpcf7-form label{
    font-size: 16px;
    color: black;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 3px;
}

.wpcf7-form p br {
    display: none;
}

.wpcf7-form .wpcf7-form-control{
    padding: 10px;
    font-size: 16px;
    color: black;
    border: 1px solid #ededed;
    width: 100%;
    outline: none !important;
    border-radius: 8px;
}
.wpcf7-form .wpcf7-textarea{
    height: 100px;
}
.wpcf7-form .wpcf7-submit{
    background-color: var(--primary);
    border-color: var(--primary);
    color: white;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none !important;
    transition: .4s;
}
.wpcf7-form .wpcf7-submit:hover{
    background-color: var(--secondary);
    border-color: var(--secondary);
}
.wpcf7-form .wpcf7-spinner{
    position: absolute;
    right: 40px;
    margin-top: 9px;
}
.wpcf7-form .wpcf7-response-output{
    font-size: 13px;
}
.wpcf7-not-valid-tip{
    font-size: 14px;
    margin-top: 4px;
}

.bg-primary-wrap {
    background-color: var(--dark-bg);
}

.bg-primary-wrap i, .bg-primary-wrap h3, .bg-primary-wrap .ps-des p {
    color: #fff;
}

.section_des p {
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    color: var(--text-color);
}

.section_space {
    padding: 80px 0;
}

.planning_visit_wrap {
    padding: 80px 0;
    background-color: #0057a0;
}

.planning_visit_wrap .visitor_hu_card {
    border-radius: 10px;
    overflow: hidden;
}

.planning_visit_wrap .visitor_hu_card .visitor_hu_card_header {
    padding: 20px 40px;
    text-align: center;
    background-color: var(--primary);
}

.planning_visit_wrap .visitor_hu_card .visitor_hu_card_header span {
    font-size: 24px;
    font-weight: 400;
    line-height: 27px;
    color: #fff;
}

.planning_visit_wrap .visitor_hu_card_body {}

.planning_visit_wrap .visitor_hu_card_body .vis-card-row {
    display: flex;
    flex-wrap: wrap;
    padding: 27px 40px;
    background-color: #fff;
}

.planning_visit_wrap .visitor_hu_card_body .vis-card-row .vis-card-col {
    flex: 1;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    color: var(--text-color);
}

.planning_visit_wrap .visitor_hu_card_body .vis-card-row:nth-child(even) {
    background-color: #e7e7e7;
}

.planning_visit_wrap p {
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    margin: 0 0 30px 0;
}

.section_ul {
    margin: 0;
}

.section_ul li {
    margin-bottom: 10px !important;
    list-style-type: disc;
    font-size: 16px;
    line-height: 27px;
}

.section_ul li:last-child {
    margin-bottom:0 !important;
}

.send_us_message_wrap .section_desc p {
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    color: var(--text-color);
    margin: 0 0 30px 0;
}

.send_us_message_wrap ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 20px;
}

.send_us_message_wrap ul li {
    margin: 0;
}

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

.send_us_message_wrap .wpcf7 .wpcf7-form .wpcf7-form-control-wrap input, .send_us_message_wrap .wpcf7 .wpcf7-form .wpcf7-form-control-wrap textarea {
    border-color: var(--text-color);
}

.send_us_message_wrap .wpcf7 .wpcf7-form .wpcf7-submit {
    width: fit-content;
    background-color: var(--text-color);
    border-color: var(--text-color);
    padding: 10px 20px;
    border-radius: 4px;
    text-transform: capitalize;
}
.primary-menu-wrapper li .icon{
    color: currentColor !important;
}
body:not(.overlay-header) .primary-menu ul{
    background-color: white !important;
    box-shadow: 0 4px 20px rgba(0,0,0,.15);
    min-width: 260px;
    padding: 6px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

body:not(.overlay-header) .primary-menu ul li ul {
    box-shadow: 0 4px 20px rgba(0,0,0,.10);
}

#site-header .header-inner .header-navigation-wrapper .primary-menu-wrapper .primary-menu li ul li a {
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

#site-header .header-inner .header-navigation-wrapper .primary-menu-wrapper .primary-menu li ul li a {
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.primary-menu ul li .icon {transform: rotate(225deg) !important;top: calc(50% - 0.8rem) !important;}

body:not(.overlay-header) .primary-menu ul ul:after {
    display: none;
}
body:not(.overlay-header) .primary-menu > li > ul:after{
    border-bottom-color: #2f379a !important;
    display: none;
}
.primary-menu > li > .icon{
    top: calc(50% - 0.6rem);
}
button{
    outline: none !important;
}
.single_post_wraper .banner_wraper{
    height: 500px;
}
.single_post_wraper .featured-media{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.single_post_wraper .featured-media .featured-media-inner{
    max-width: 100% !important;
    left: 0;
    height: 100%;
    padding: 0;
}
.single_post_wraper .featured-media .featured-media-inner img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.single_post_wraper .entry-header {
    background-color: rgb(0 0 0 / 60%);
    height: 100%;
}
.single_post_wraper .entry-header .entry-header-inner{
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-direction: column;
    height: 100%;
}
.single_post_wraper .entry-header .entry-header-inner a, .single_post_wraper .entry-header .entry-header-inner svg, .single_post_wraper .entry-header .entry-header-inner .meta-text{
    color: white !important;
}
.single_post_wraper .pagination-single, .single_post_wraper .comments-wrapper, .category_listing_wraper .inner_box .post-inner, .category_listing_wraper .inner_box .post-meta-wrapper{
    display: none;
}
.category_listing_wraper .inner_box .featured-media-inner{
    padding: 0;
    height: 300px;
}
.category_listing_wraper .inner_box .featured-media-inner img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.category_listing_wraper .inner_box .entry-categories-inner{
    justify-content: flex-start;
}
.category_listing_wraper .inner_box .entry-header-inner{
    padding: 0;
}
.category_listing_wraper .inner_box .entry-categories{
    margin-bottom: 20px;
}
.category_listing_wraper .inner_box h2.entry-title{
    font-size: 24px;
    text-align: left;
}
.category_listing_wraper .inner_box h2.entry-title a{
    text-decoration: none !important;
}
.category_listing_wraper .inner_box h2.entry-title a:hover, .category_listing_wraper .inner_box .entry-categories a{
    color: #25559d !important;
}
.footer-widgets.third_col p:last-child a{
    font-weight: 500 !important;
    border: 1px solid white;
    padding: 10px 20px;
}
.footer-widgets.third_col p:last-child a:hover{
    background-color: white;
    color: #2f379a !important;
}
.technology_wraper{
    background-color: #f5f5f5f5;
}
.technology_wraper .inner_wraper h3{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: .5rem;
}
.technology_wraper .inner_wraper .icon{
    min-width: 80px;
    flex-shrink: 0;
    text-align: center;
    font-size: 40px;
    color: #25559d;
}
.technology_wraper .inner_wraper .icon img{
    margin: auto;
}
.mb-30{
    margin-bottom: 30px;
}
.nav-tab-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    flex-wrap: nowrap;
    border-bottom: 1px solid #dfdfdf !important;
}
.technology_tabing_wraper{
    border: 0 !important;
    padding-bottom: 1px ;
    flex-wrap: nowrap !important;
    white-space: nowrap;
}
.body:not(.rtl) .technology_tabing_wraper li:not(:first-child){
    margin-left: 40px;
}
body:not(.rtl) .technology_tabing_wraper li:first-child{
    margin-left: 0;
}

.rtl .technology_tabing_wraper li:not(:first-child){
    margin-right: 40px;
}
.rtl .technology_tabing_wraper li:first-child{
    margin-right: 0;
}

.technology_tabing_wraper.nav-tabs .nav-link{
    font-size: 16px;
    color: black !important;
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid transparent;
    background: unset !important;
    padding: 10px 0;
    margin-bottom: -1px;
}
.technology_tabing_wraper.nav-tabs .nav-link.active{
    border-bottom-color: #4386f7;
}
.client_wraper, .project_wraper{
    background-color: #E7E7E7;
}
.client_wraper .inner_box{
    padding: 40px 30px;
    background: rgb(255 255 255 / 50%);
    border-radius: 8px;
    transition: .3s;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.client_wraper .inner_box:hover{
    background: white;
    box-shadow: 0 4px 20px rgba(0,0,0,.15);
}
.client_wraper .inner_box img{
    margin-bottom: 0;
    max-width: 100%;
    object-fit: contain;
}
.client_wraper .inner_box .content, .project_wraper .inner_box .content{
    font-size: 18px;
    color: black;
    line-height: 30px;
}
.project_wraper .inner_box{
    background: white;
    padding: 10px;
    border-radius: 8px;
    height: 100%;
    transition: .3s;
}
.project_wraper .inner_box:hover{
    box-shadow: 0 4px 20px rgba(0,0,0,.15);   
}
.project_wraper .inner_box .content_wraper{
    padding: 0 10px;
}
.project_wraper .inner_box .img_box{
    overflow: hidden;
    padding: 30px;
    border-radius: 8px;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.project_wraper .inner_box .img_box img{
    transition: 1.0s;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}
.project_wraper .inner_box:hover .img_box img{
    transform: scale(1.3);
}
.project_wraper .inner_box h3{
    font-size: 24px;
    font-weight: 600;
    color: black;
    margin-bottom: 20px;
}

.project_wraper .row .col-md-6:nth-child(6) .inner_box .img_box img {
    transform: scale(1.2);
}

.project_wraper .row .col-md-6:nth-child(6) .inner_box:hover .img_box img {
    transform: scale(1.4);
}

@media (min-width: 768px)  {
    .contact_wraper{
        padding: 80px 10px;
    }
}

@media(min-width: 992px){
    .services-main-wrappar { 
        background-image: url(https://wpdev.perceptionsystem.in/simpeli-v2/wp-content/uploads/2025/06/Group-162-main.svg) !important;    
    }
    .rtl .services-main-wrappar { 
        background-image: url(https://wpdev.perceptionsystem.in/simpeli-v2/wp-content/uploads/2025/06/Group-162-main-rtl.svg) !important;    
        background-position: 100% 50%;
    }

    .page_banner{
        min-height: 300px;  
    }
    .page_banner h1{
        font-size: 60px;
    }
    .progress_section_wraper .section1-title, .section_heading{
        font-size: 44px;
    }
    .progress_section_wraper{
        background-color: white !important;
        background: url("https://wpdev.perceptionsystem.in/simpeli-v2/wp-content/uploads/2025/06/Group-162-main.svg") no-repeat;
        background-size: contain;
        background-position: -50px 50%;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }
    .rtl .progress_section_wraper{
        background: url("https://wpdev.perceptionsystem.in/simpeli-v2/wp-content/uploads/2025/06/Group-162-main-rtl.svg") no-repeat;
        background-position: 100% 50%;
        background-attachment: fixed;
    }
    .section1-wrapper{
        background: url("https://wpdev.perceptionsystem.in/simpeli-v2/wp-content/uploads/2025/05/Group-165.svg") no-repeat fixed 100% 50% / contain;
    }
    .rtl .section1-wrapper {
        background: url("https://wpdev.perceptionsystem.in/simpeli-v2/wp-content/uploads/2025/06/Group-165-rtl.svg") no-repeat fixed 0% 50% / contain;
    }
    .contact_wraper{
        background: url("https://wpdev.perceptionsystem.in/simpeli-v2/wp-content/uploads/2025/05/shadow.svg") no-repeat fixed 0% 100% / contain;

    }
    .contact_wraper .inner_wraper{
        background: url("https://wpdev.perceptionsystem.in/simpeli-v2/wp-content/uploads/2025/05/Group-165.svg") no-repeat scroll 0% 100%/auto;   
    }
    .singular .entry-header .entry-title{
        font-size: 42px;
    }
    .category_listing_wraper .inner_box h2.entry-title{
        font-size: 28px;
    }
    .ps-img-content-box-card-wrappar  .ps-card-body p{
        min-height: 120px;
    }
}
@keyframes fadeInUpSoft {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.scroll-animate {
  opacity: 0;
}
.animate__fadeInUpCustom {
  animation-name: fadeInUpSoft !important;
  animation-duration: 0.8s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}

.rtl {
    text-align: right;
}

.rtl .text-cenetr {
    text-align: center;
}

.rtl .has-text-align-left {
    text-align: right;
}

.rtl .ps-section2-wrapper h3,
.rtl .ps-section2-wrapper h2 {
    margin-right: 0;
}

.rtl .ps-img-content-box-card-wrappar .ps-card-body .ps-card-title {
    margin-right: 0;
}

.ps-overlap-box-wrap {
    background-color: rgb(255 255 255 / 10%);
    border-radius: 8px;
    padding: 20px;
    height: 100%;
}

.casestudy_wraper .inner_box .img_box {
    padding: 0 !important;
}

.casestudy_wraper .inner_box .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    height: 350px;
}

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

/* Case Single Page Design Start */
.case-first-wrap img {
    margin: 0 auto 15px;
    height: 40px;
    object-fit: contain;
    width: 100%;
}

.case-first-wrap h2 {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    line-height: normal;
    margin: 0 0 15px 0;
}

.case-first-wrap p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #555;
}

.case_about_wrap {
    background-color: #1B345F;
    padding: 60px 0;
}

.case_about_wrap .about_title {
    font-size: 24px;
    font-weight: bold;
    line-height: normal;
    color: #fff;
    margin: 0 0 15px 0;
}

.case_about_wrap .about_list_content .about_list_content_iteams p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
    margin: 0;
}

.case_about_wrap .about_content_wrap p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    margin: 0;
}

.case_about_wrap .about_content_wrap {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.case_box_col_wrap {
    padding: 60px 0;
}

.case_box_col_wrap .main_title {
    font-size: 24px;
    font-weight: bold;
    line-height: normal;
    color: #000;
    margin: 0 0 15px 0;
}

.case_box_col_wrap .main_desc p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 24px;
    margin: 0;
}

.case_box_col_wrap .box_title {
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    color: #1B345F;
    margin: 0 0 10px 0;
}

.case_box_col_wrap .box_desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #000;
    margin: 0;
}

.case_box_col_wrap .row {
    margin: -10px;
}

.case_box_col_wrap .row > div {
    padding: 10px;
}

.case_featured_img_wraps {
    background-color: rgb(27 52 95 / 5%);
}

.case_box_col_wrap + .case_box_col_wrap {
    padding-top: 0;
}

.technology_data_wrap .technology_data_row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.technology_data_wrap .technology_data_row .technology_data_col .technology_data_box {
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: center;
}

.technology_data_wrap .technology_data_row .technology_data_col .technology_data_box .name {
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    color: #000;
}

.technology_data_wrap .technology_data_row .technology_data_col .technology_data_box img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.technology_data_wrap h2 {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    line-height: normal;
    margin: 0 0 15px 0;
    max-width: 100%;
}

.case_last_wrap {
    padding: 60px 0;
}

.case_last_wrap .main_title {
    font-size: 24px;
    font-weight: bold;
    line-height: normal;
    color: #000;
    margin: 0 0 15px 0;
}

.case_last_wrap .main_desc {
    font-size: 16px;
    font-weight: 400;
    color: #3C4043;
    margin: 0 0 30px 0;
}

.case_last_wrap .row .row {
    margin: -10px;
}

.case_last_wrap .row .row > div {
    padding: 10px;
}

.case_last_wrap .result_number_box {
    padding: 10px 15px;
    border-left: 1px solid #1B345F;
}

.rtl .case_last_wrap .result_number_box {
    border-left: 0;
    border-right: 1px solid #1B345F;
}

.case_last_wrap .result_number_box .result_number {
    font-size: 28px;
    font-weight: bold;
    color: #1B345F;
    line-height: 1;
    margin: 0 0 10px 0;
}

.case_last_wrap .result_number_box .result_desc {
    font-size: 16px;
    font-weight: 400;
    color: #555555;
    line-height: normal;
}

.case_last_wrap .result_number_box .result_desc p {
    margin: 0;
}

@media screen and (min-width: 768px) {
    .case-first-wrap img {
        height: 50px;
        margin-bottom: 20px;
    }

    .case-first-wrap h2 {
        font-size: 30px;
        margin-bottom: 18px;
    }

    .case-first-wrap p {
        font-size: 17px;
        line-height: 26px;
    }

    .case_about_wrap .about_title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .case_about_wrap .about_list_content .about_list_content_iteams p {
        font-size: 17px;
        line-height: 40px;
    }

    .case_about_wrap .about_content_wrap p {
        font-size: 17px;
        line-height: 26px;
    }

    .case_about_wrap .about_content_wrap {
        gap: 20px;
    }

    .case_box_col_wrap {
        padding: 80px 0;
    }

    .case_box_col_wrap .main_title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .case_box_col_wrap .main_desc p {
        font-size: 17px;
        line-height: 26px;
    }

    .case_box_col_wrap .box_title {
        font-size: 15px;
    }

    .case_box_col_wrap .box_desc {
        font-size: 14.5px;
        line-height: 25px;
    }

    .case_box_col_wrap .row {
        margin: -15px;
    }

    .case_box_col_wrap .row > div {
        padding: 15px;
    }

    .technology_data_wrap .technology_data_row {
        gap: 40px;
    }

    .technology_data_wrap .technology_data_row .technology_data_col .technology_data_box {
        gap: 20px;
    }

    .technology_data_wrap .technology_data_row .technology_data_col .technology_data_box .name {
        font-size: 19px;
    }

    .technology_data_wrap .technology_data_row .technology_data_col .technology_data_box img {
        width: 75px;
        height: 75px;
    }

    .technology_data_wrap h2 {
        font-size: 28px;
        margin-bottom: 20px;
        max-width: 230px;
    }

    .case_last_wrap {
        padding: 80px 0;
    }

    .case_last_wrap .main_title {
        font-size: 28px;
        margin-bottom: 18px;
    }

    .case_last_wrap .main_desc {
        font-size: 17px;
        margin-bottom: 50px;
    }

    .case_last_wrap .row .row {
        margin: -15px;
    }

    .case_last_wrap .row .row > div {
        padding: 15px;
    }

    .case_last_wrap .result_number_box {
        padding: 12px 18px;
    }

    .case_last_wrap .result_number_box .result_number {
        font-size: 34px;
        margin-bottom: 15px;
    }

    .case_last_wrap .result_number_box .result_desc {
        font-size: 17px;
    }
}

@media screen and (min-width: 1024px) {
    .case-first-wrap img {
        margin: 0 auto 30px;
        height: 60px;
        object-fit: contain;
    }

    .case-first-wrap h2 {
        font-size: 36px;
        font-weight: bold;
        color: #000;
        line-height: normal;
        margin: 0 0 20px 0;
    }

    .case-first-wrap p {
        font-size: 18px;
        font-weight: 400;
        line-height: 30px;
        color: #555;
    }

    .case_about_wrap {
        padding: 80px 0;
    }

    .case_about_wrap .about_title {
        font-size: 30px;
        font-weight: bold;
        line-height: normal;
        color: #fff;
        margin: 0 0 25px 0;
    }

    .case_about_wrap .about_list_content .about_list_content_iteams p {
        font-size: 18px;
        font-weight: 400;
        color: #fff;
        line-height: 60px;
        margin: 0;
    }

    .case_about_wrap .about_content_wrap p {
        font-size: 18px;
        font-weight: 400;
        line-height: 30px;
        color: #fff;
        margin: 0;
    }

    .case_about_wrap .about_content_wrap {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .case_box_col_wrap {
        padding: 130px 0;
    }

    .case_box_col_wrap .main_title {
        font-size: 30px;
        font-weight: bold;
        line-height: normal;
        color: #000;
        margin: 0 0 25px 0;
    }

    .case_box_col_wrap .main_desc p {
        font-size: 18px;
        font-weight: 400;
        color: #000;
        line-height: 30px;
        margin: 0;
    }

    .case_box_col_wrap .box_title {
        font-size: 16px;
        font-weight: bold;
        line-height: normal;
        color: #1B345F;
        margin: 0 0 10px 0;
    }

    .case_box_col_wrap .box_desc {
        font-size: 15px;
        font-weight: 400;
        line-height: 28px;
        color: #000;
        margin: 0;
    }

    .case_box_col_wrap .row {
        margin: -25px;
    }

    .case_box_col_wrap .row > div {
        padding: 25px;
    }

    .case_featured_img_wraps {
        background-color: rgb(27 52 95 / 5%);
    }

    .case_box_col_wrap + .case_box_col_wrap {
        padding-top: 0;
    }

    .technology_data_wrap .technology_data_row {
        display: flex;
        flex-wrap: wrap;
        gap: 75px;
    }

    .technology_data_wrap .technology_data_row .technology_data_col .technology_data_box {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .technology_data_wrap .technology_data_row .technology_data_col .technology_data_box .name {
        font-size: 20px;
        font-weight: bold;
        line-height: normal;
        color: #000;
    }

    .technology_data_wrap .technology_data_row .technology_data_col .technology_data_box img {
        width: 90px;
        height: 90px;
        object-fit: contain;
    }

    .technology_data_wrap h2 {
        font-size: 30px;
        font-weight: bold;
        color: #000;
        line-height: normal;
        margin: 0 0 30px 0;
        max-width: 230px;
    }

    .case_last_wrap {
        padding: 200px 0;
    }

    .case_last_wrap .main_title {
        font-size: 30px;
        font-weight: bold;
        line-height: normal;
        color: #000;
        margin: 0 0 20px 0;
    }

    .case_last_wrap .main_desc {
        font-size: 18px;
        font-weight: 400;
        color: #3C4043;
        margin: 0 0 80px 0;
    }

    .case_last_wrap .row .row {
        margin: -30px;
    }

    .case_last_wrap .row .row > div {
        padding: 30px;
    }

    .case_last_wrap .result_number_box {
        padding: 16px 20px;
        border-left: 1px solid #1B345F;
    }

    .case_last_wrap .result_number_box .result_number {
        font-size: 40px;
        font-weight: bold;
        color: #1B345F;
        line-height: 1;
        margin: 0 0 20px 0;
    }

    .case_last_wrap .result_number_box .result_desc {
        font-size: 18px;
        font-weight: 400;
        color: #555555;
        line-height: normal;
    }

    .case_last_wrap .result_number_box .result_desc p {
        margin: 0;
    }
}

/* Case Single Page Design End*/

.departments_list_wrapper .btn {
    text-transform: capitalize;
}

.primary-menu a:hover, .primary-menu a:focus, .primary-menu .current_page_ancestor {
    text-underline-offset: 5px;
}

.primary-menu ul li.menu-item-has-children:hover > ul, .primary-menu ul li.menu-item-has-children:focus > ul, .primary-menu ul li.menu-item-has-children.focus > ul {
    right: unset;
    left: calc(100% + 0.5rem);
}

.primary-menu ul ul {
    top: -0.5rem;
}

.primary-menu ul ul::after {
    right: unset;
    left: -1.6rem;
    border-left-color: transparent !important;
    border-right-color: #000 !important;
}

.primary-menu ul ul::before {
    right: unset;
    left: -2.9rem;
    width: 3.4rem;
}

.rtl .primary-menu ul ul::before {
    right: -2.9rem;
    left: unset;
}

body.rtl .primary-menu ul li.menu-item-has-children:hover > ul,
body.rtl .primary-menu ul li.menu-item-has-children:focus > ul,
body.rtl .primary-menu ul li.menu-item-has-children.focus > ul {
    left: unset;
    right: calc(100% + 0.5rem);
}

.rtl .primary-menu ul li .icon {
    transform: rotate(-225deg) !important;
}

.section_third {
    margin: 0 0 30px 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.section_third .contact_info_box {
    display: flex;
    gap: 20px;
}

.section_third .contact_info_box .content .title {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin: 0 0 10px;
}

.section_third .contact_info_box .content a {
    color: #000;
    font-size: 16px;
    line-height: normal;
    text-decoration: none;
    font-weight: 400;
}

.section_third .contact_info_box .icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary);
    border-radius: 3px;
    color: #fff;
    font-size: 18px;
}


.policy_content_wrap {
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: left;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.policy_content_wrap h2 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin: 20px 0 15px;
    text-align: left;
}
.policy_content_wrap h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin: 20px 0 10px;
    text-align: left;
}
.policy_content_wrap h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 20px 0 10px;
    text-align: left;
}

.policy_content_wrap p {
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    margin: 0;
    text-align: left;
}
.policy_content_wrap ul {
    margin: 0;
    padding-left: 20px;
}
.policy_content_wrap ul li {
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    margin-bottom: 10px;
    text-align: left;
}
.policy_content_wrap ul li:last-child {
    margin-bottom: 0;
}
.policy_content_wrap ul li a {
    color: var(--primary);
    text-decoration: none;
    text-align: left;
}

.rtl .policy_content_wrap,
.rtl .policy_content_wrap h2,
.rtl .policy_content_wrap h3,
.rtl .policy_content_wrap h4,
.rtl .policy_content_wrap p,
.rtl .policy_content_wrap ul,
.rtl .policy_content_wrap ul li,
.rtl .policy_content_wrap ul li a {
    text-align: right;
}


.menu-modal .menu-wrapper {
    padding: 0;
}

.menu-modal .menu-top button:not(.sub-menu-toggle) {
    padding: 15px 20px;
}

.menu-modal .menu-wrapper .menu-top .mobile-menu .modal-menu .menu-item {
    margin: 0 !important;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.menu-modal .menu-wrapper .menu-top .mobile-menu .modal-menu .menu-item a {
    padding: 16px 22px;
    text-transform: capitalize;
}

.menu-modal .menu-wrapper .menu-top .mobile-menu .modal-menu .menu-item a:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

.menu-modal .menu-wrapper .menu-top .mobile-menu .modal-menu .menu-item .submenu-toggle {
    background: none;
    border: none;
    padding: 16px;
    position: absolute;
    right: 10px;
    top: 3px;
    cursor: pointer;
}

.menu-modal .menu-wrapper .menu-top .mobile-menu .modal-menu .menu-item .submenu-toggle[aria-expanded="true"] svg{
    transform: rotate(180deg);
}

.menu-modal .menu-wrapper .menu-top .mobile-menu .modal-menu .menu-item .submenu-toggle svg {
    width: 25px;
    height: 25px;
    stroke: #fff;
    transition: transform 0.4s ease;
}

.menu-modal .menu-wrapper .menu-top .mobile-menu .modal-menu .menu-item .sub-menu {
    max-height: 0;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.04);
    transition: max-height 0.4s ease;
    display: block;
    padding: 0;
}

.menu-modal .menu-wrapper .menu-top .mobile-menu .modal-menu .menu-item .sub-menu.open {
    max-height: 1000px;
}

.menu-modal .menu-wrapper .menu-top .mobile-menu .modal-menu .menu-item .sub-menu li a {
    padding-left: 40px;
}

.menu-modal .menu-wrapper .menu-top .mobile-menu .modal-menu .menu-item .sub-menu .sub-menu li a {
    padding-left: 60px;
}

.menu-modal .menu-wrapper .menu-top .mobile-menu .modal-menu .menu-item .sub-menu .sub-menu .sub-menu li a {
    padding-left: 75px;
}

.menu-modal .menu-wrapper .menu-top .mobile-menu .modal-menu .menu-item.current_page_item a,
.menu-modal .menu-wrapper .menu-top .mobile-menu .modal-menu .menu-item.current-menu-item a {
    background-color: rgba(255,255,255,0.1);
    font-weight: 900;
}

.rtl .menu-modal .menu-wrapper .menu-top .mobile-menu .modal-menu .menu-item .submenu-toggle {
    left: 10px;
    right: unset;
}

.rtl .menu-modal .menu-wrapper .menu-top .mobile-menu .modal-menu .menu-item .sub-menu li a {
    padding-left: 16px;
    padding-right: 40px;
    
}

.rtl .menu-modal .menu-wrapper .menu-top .mobile-menu .modal-menu .menu-item .sub-menu .sub-menu li a {
    padding-left: 16px;
    padding-right: 60px;
}

.rtl .menu-modal .menu-wrapper .menu-top .mobile-menu .modal-menu .menu-item .sub-menu .sub-menu .sub-menu li a {
    padding-left: 16px;
    padding-right: 75px;
}

.otgs-development-site-front-end {
    display: none;
}

@media (max-width: 1399px) {
    .services-main-wrappar {
        background-position: -35%;
    }
}

@media (max-width: 1199px) {
    #site-header .header-inner .header-navigation-wrapper .primary-menu-wrapper .primary-menu {
        gap: 10px;
    }
    .footer-nav-widgets-wrapper .footer-widgets-outer-wrapper .footer-widgets-wrapper .column-one {
        max-width: 310px;
    }
    .footer-nav-widgets-wrapper .footer-widgets-outer-wrapper .footer-widgets-wrapper .footer-widgets .map_btn a {
        padding: 14px 25px;
    }
}

@media (max-width: 999px) {
    #site-footer .privacy-links-wrap {
        gap: 15px;
    }
    #site-header .header-inner .header-titles-wrapper  .toggle {
        padding: 0;
        position: relative;
        width: 50px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid var(--text-color);
        right: 0;
    }
    
    #site-header .header-inner .header-titles-wrapper {
        justify-content: space-between;
        padding: 0;
    }
    
    #site-header .header-inner .header-titles-wrapper .toggle .toggle-inner {
        padding: 0;
        width: 100%;
        height: 100%;
    }
    
    #site-header .header-inner .header-titles-wrapper .toggle .toggle-inner .toggle-icon {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    #site-header .header-inner .header-titles-wrapper .toggle .toggle-inner .toggle-icon svg {
        width: 30px;
        height: 30px;
    }
    #site-header .header-inner .header-titles-wrapper .toggle:focus {
        outline: none;
    }
    .menu-modal {
        z-index: 999;
    }

    .menu-modal .menu-top button:not(.sub-menu-toggle) {
        outline: none;
    }

    .menu-modal .menu-top button .toggle-text {
        display: none;
    }

    .menu-modal .menu-top .mobile-menu .modal-menu {
        left: 0;
        right: 0;
        width: 100%;
    }
    
    .menu-modal .menu-top .mobile-menu .modal-menu li {
        border: 0;
    }

    
    
    .menu-modal .menu-top .mobile-menu .modal-menu li a {
        text-wrap: wrap;
        padding: 0;
        white-space: normal;
        padding-right: calc(1em + (18px * 2));
        font-size: 18px;
        font-weight: 600;
        line-height: 30px;
        text-decoration: none;
        color: white;
    }

    .rtl .menu-modal .menu-top .mobile-menu .modal-menu li a {
        padding-left: calc(1em + (18px * 2));
        padding-right: 0;
    }

    .menu-modal .toggle{
        color: white;
        border: 0;
        margin: 0;
    }
    .modal-menu ul{
        background-color: rgba(255, 255, 255, 10%);
        padding: 10px 14px;
    }
    .modal-menu ul li a{
        font-size: 16px;
    }
    .menu-modal .menu-top button:not(.sub-menu-toggle) .svg-icon {
        width: 50px;
        height: 40px;
        border: 1px solid white;
        padding: 10px;
    }

    /* Initial modal styles */
    .menu-modal {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: #fff;
        z-index: 9999;
        overflow-y: auto;
        overflow: hidden;
    
        /* Animation-related */
        transform: translateX(-100%);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    
        /* Transition */
        transition: transform 0.4s ease, opacity 0.4s ease, visibility 0.4s;
    }
  
  /* When menu is open */
  .menu-modal.active {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: transform 0.4s ease, opacity 0.4s ease, visibility 0.4s;
  }
  
  /* Modal content area */
  .menu-modal-inner {
    display: block;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 0;
  }
  
  .menu-wrapper {
    display: block;
  }

  .modal-menu .sub-menu {
        position: relative;
    }

    .modal-menu ul.sub-menu.active::before {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 10%);
    }

    .modal-menu > li {
        margin: 0 0 20px 0;
    }

    .modal-menu > li > .ancestor-wrapper {
        overflow: hidden;
        z-index: 9;
        background-color: #123860;
        margin: 0 0 10px 0;
    }
  
}

@media (max-width: 991px) and (min-width: 768px) {
    #site-footer .footer-copyright {
        font-size: 11px;
    }
    
    #site-footer .footer-social-media-wrap {
        gap: 10px;
    }
    
    #site-footer .privacy-links-wrap li a {
        font-size: 11px;
    }
}

@media (max-width: 991px) {
    .footer-nav-widgets-wrapper .footer-widgets-outer-wrapper .footer-widgets-wrapper {
        flex-wrap: wrap;
    }

    .footer-nav-widgets-wrapper .footer-widgets-outer-wrapper .footer-widgets-wrapper .footer-widgets {
        width: calc(50% - 50px);
    }

    .section3-wrapper .section3-title, .ps-main-title, .services-main-wrappar .main_title {
        font-size: 38px;
        line-height: 50px;
        margin: 0 0 20px 0;
    }

    .departments_list_wrapper h2 {
        font-size: 38px;
        line-height: 50px;
    }

    .section3-wrapper .section3-subtitle,
    .services-main-wrappar .sub_title,
    .ps-overline {
        margin-bottom: 15px;
    }

    .section3-wrapper .section3-content, .services-main-wrappar .des-content {
        margin-bottom: 20px;
    }

    .services-main-wrappar .des-content {
        width: 100% !important;
    }

    .services-main-wrappar {
        background-size: 500px;
        background-position: -20%;
    }

    .footer-nav-widgets-wrapper .footer-widgets-outer-wrapper .footer-widgets-wrapper .footer-widgets .main_footer_title {
        margin: 0 0 30px 0 !important;
    }

    .progress_section_wraper .section1-title {
        margin: 15px 0 20px 0;
    }

    .footer-nav-widgets-wrapper .footer-widgets-outer-wrapper .footer-widgets-wrapper .column-one {
        max-width: fit-content;
    }
    .bottom_content_info h3 {
        margin-bottom: 20px;
    }
    .project_wraper .inner_box .img_box {
        height: 230px;
        margin-bottom: 30px !important;
    }
    /* .nav-tab-scroll {
        border-bottom: 1px solid #dfdfdf !important;
    }
    .technology_tabing_wraper{
        border-bottom: 0 !important;
        padding-bottom: 1px !important;
    } */
}

@media (max-width: 767px) {
    #site-footer .row {
        row-gap: 20px;
    }
    #site-footer .footer-copyright, #site-footer .footer-social-media-wrap, #site-footer .privacy-links-wrap {
        display: flex;
        justify-content: center;
    }
    .banner-content-wrappar h1 {
        font-size: 26px;
        line-height: 50px;
    }
    .section3-wrapper, .py-80, .departments_list_wrapper, .services-main-wrappar, .bottom_content_info, .section2-wrapper, .exclellance_wraper {
        padding: 60px 0 !important;
    }
    .footer-nav-widgets-wrapper .footer-widgets-outer-wrapper .footer-widgets-wrapper .footer-widgets {
        width: 100%;
    }
    .footer-nav-widgets-wrapper .footer-widgets-outer-wrapper .footer-widgets-wrapper .footer-widgets .widget_text p, .footer-nav-widgets-wrapper .footer-widgets-outer-wrapper .footer-widgets-wrapper .footer-widgets .footer-for-wrappar p,
    .footer-nav-widgets-wrapper .footer-widgets-outer-wrapper .footer-widgets-wrapper .footer-widgets .footer-three-content p:not(:last-child) {
        margin: 0 0 20px 0 !important;
        text-align: center;
    }
    .footer-nav-widgets-wrapper .footer-widgets-outer-wrapper .footer-widgets-wrapper .footer-widgets .widget_text p br,
    .footer-nav-widgets-wrapper .footer-widgets-outer-wrapper .footer-widgets-wrapper .footer-widgets .footer-for-wrappar p br {
        display: none;
    }
    .footer-nav-widgets-wrapper .footer-widgets-outer-wrapper .footer-widgets-wrapper {
        display: flex;
        gap: 40px;
    }
    .footer-nav-widgets-wrapper .footer-widgets-outer-wrapper .footer-widgets-wrapper .footer-widgets figure {
        display: flex;
        justify-content: center;
    }
    .footer-nav-widgets-wrapper .footer-widgets-outer-wrapper .footer-widgets-wrapper .footer-widgets .wp-block-list li a, .footer-nav-widgets-wrapper .footer-widgets-outer-wrapper .footer-widgets-wrapper .footer-widgets .footer-three-content p, .footer-nav-widgets-wrapper .footer-widgets-outer-wrapper .footer-widgets-wrapper .footer-widgets .footer-three-content p a, .footer-nav-widgets-wrapper .footer-widgets-outer-wrapper .footer-widgets-wrapper .footer-widgets .footer-for-wrappar p, .footer-nav-widgets-wrapper .footer-widgets-outer-wrapper .footer-widgets-wrapper .footer-widgets ul li a {
        display: block;
        text-align: center;
    }
    .footer-nav-widgets-wrapper .footer-widgets-outer-wrapper .footer-widgets-wrapper .footer-widgets .widget .wp-block-columns .wp-block-buttons {
        justify-content: center;
    }
    .footer-nav-widgets-wrapper .footer-widgets-outer-wrapper .footer-widgets-wrapper .footer-widgets .footer-three-content p:last-child, .footer-nav-widgets-wrapper .footer-widgets-outer-wrapper .footer-widgets-wrapper .footer-widgets .footer-three-content p:last-child a:not(.map_btn a) {
        margin: 0 !important;
    }
    .services-main-wrappar {
        background-size: inherit;
        background-position: 0%;
    }   
    #site-header .header-inner .header-titles-wrapper .header-titles .site-description {
        display: block;
    }
    
    #site-header .header-inner .header-titles-wrapper .header-titles {
        display: flex;
        align-items: center;
    }
    .footer-nav-widgets-wrapper .footer-widgets-outer-wrapper .footer-widgets-wrapper .footer-widgets .widget .wp-block-columns .wp-block-buttons .wp-block-button {
        width: 100%;
    }
    .ps-section2-wrapper h3,
    .ps-section2-wrapper h2 {
        margin-bottom: 25px;
        font-size: 24px;
        line-height: normal;
    }
    
    .ps-section2-wrapper .ps-des {
        font-size: 15px;
        margin-bottom: 30px;
    }
    
    .ps-section2-wrapper .ps-btn-outline-light {
        font-size: 15px;
    }
    
    .section3-wrapper .row,
    .services-main-wrappar .row {
        row-gap: 30px;
    }
    
    .section3-wrapper .section3-subtitle,
    .ps-overline,
    .services-main-wrappar .sub_title {
        margin-bottom: 15px;
    }
    
    .section3-wrapper .section3-title,
    .ps-main-title,
    .services-main-wrappar .main_title {
        font-size: 28px;
        margin-bottom: 20px;
        line-height: normal;
    }

    .departments_list_wrapper h2 {
        font-size: 28px;
        line-height: normal;
    }
    
    .section3-wrapper .section3-content,
    .services-main-wrappar .des-content,
    .departments_list_wrapper p {
        font-size: 15px;
        line-height: 26px;
    }
    
    .ps-img-content-box-card-wrappar .ps-card-body .ps-card-title {
        font-size: 24px;
    }
    
    .ps-img-content-box-card-wrappar .ps-card-body .ps-card-text {
        font-size: 15px;
        margin-bottom: 30px;
    }
    
    .ps-img-content-box-card-wrappar .ps-card-body .ps-learn-more {
        margin: 0 0 20px 0;
        display: block;
    }
    .section_space {
        padding: 60px 0;
    }
    .bottom_content_info h3,
    .section_heading {
        margin-bottom: 15px;
    }
    .progress_section_wraper .section1-title {
        margin: 10px 0 20px 0;
    }
    .footer-nav-widgets-wrapper .footer-widgets-outer-wrapper .footer-widgets-wrapper .footer-widgets .wp-block-list li:not(:last-child) {
        margin-bottom: 10px;
    }
    .footer-nav-widgets-wrapper .footer-widgets-outer-wrapper .footer-widgets-wrapper .footer-widgets.column-one p {
        margin: 0 !important;
    }
    .footer-nav-widgets-wrapper .footer-widgets-outer-wrapper .footer-widgets-wrapper .footer-widgets .footer-three-content p:not(:last-child) {
        margin-bottom: 10px !important;
    }
    .footer-nav-widgets-wrapper .footer-widgets-outer-wrapper .footer-widgets-wrapper .footer-widgets .footer-three-content p a {
        margin: 0;
    }
    .footer-nav-widgets-wrapper .footer-widgets-outer-wrapper .footer-widgets-wrapper .footer-widgets .map_btn a {
        margin-top: 20px !important;
    }
    .footer-nav-widgets-wrapper .footer-widgets-outer-wrapper .footer-widgets-wrapper .column-one .widget_text {
        margin-top: 10px;
    }
    .contact_wraper .row {
        row-gap: 10px;
    }
    .project_wraper .inner_box .img_box {
        height: 220px;
    }
    .client_wraper .inner_box {
        background: white;
        box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
    }
    .post-template-default .post-inner .entry-content p {
        font-size: 16px;
    }
    .rtl .has-submenu > a {
        padding-left: calc(1em + (18px * 2)) !important;
    }
    body:not(.rtl) .has-submenu > a {
        padding-right: calc(1em + (18px * 2)) !important;
    }
    .policy_content_wrap {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}


.mobile-menu .menu-item.current-menu-item > a,
.mobile-menu .menu-item.current_page_item > a,
.mobile-menu .menu-item.current-menu-ancestor > a,
.mobile-menu .menu-item.current_page_ancestor > a {
    background-color: rgba(255, 255, 255, 0.1);
    font-weight: 900 !important;
}