@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,200;9..40,300;9..40,400;9..40,500;9..40,600;9..40,700;9..40,800;9..40,900&display=swap');

*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    color: #7C7C7C;
    font-family: DM Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'DM Sans';
    font-style: normal;
    line-height: 1.5;
}

h1 {
    text-align: center;
    font-size: 100px;
    font-weight: 700;
    line-height: 110px;
}

h2 {
    text-align: center;
    font-size: 80px;
    font-weight: 700;
    line-height: 110px;
}

h3 {
    color: #183FA2;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px; 
}

h4 {
    color: #183FA2;
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
}

h5 {
    color: #1F1F1F;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px; 
}

h6{
    color: #1F1F1F;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.mein_hd span {
    font-size: 14px;
    color: #00A8A8;
    border-radius: 5px;
    background: rgba(0, 168, 168, 0.09);
    padding: 8px 20px;
}
.mein_hd h4,
.mein_hd h3 {
    margin-top: 20px;
}
a {
    transition: all 0.3s ease-in-out;
}
.btn-link:hover,
a:hover {
    text-decoration: none;
}
.p_120{
    padding: 120px 0px;
}
.py-120{
    padding: 120px 0px;
}
.py-60{
    padding: 60px 0px;
}
img{
    height: auto;
    max-width: 100%;
}
a{
    text-decoration: none;
    transition: all 0.3s linear;
}
a {
    text-decoration: none;
}
a:hover{
    text-decoration: none; 
}
.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: unset;
}

/*button start here */
.btn {
    transition: all 0.4s ease-in-out;
}
.btn:focus {
    box-shadow: none;
}
.cta {
    color: #FFF;
    text-align: center;
    font-family: DM Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 5px;
    border: 1px solid transparent;
    background: #00A8A8;
    padding: 16px 34px;
}
.light {
    color: #1F1F1F;
    border: 1px solid #00A8A8;
    background-color: #fff;
}
.cta:hover {
    background-color: #183FA2;
    color: #fff;
}
.light_btn {
    background-color: transparent;
    border: 1px solid #fff;
}
/*button end here */

/*=========== Home page start here ==========*/
 .dropdown:hover .dropdown-menu {
   display: block;
   margin-top: 0;
} 
.hearder_wrapper .navbar-nav li .nav-link {
    display: inline-block;
    font-size: 16px;
    padding: 0;
    position: relative;
    color: #1F1F1F;
}
.navbar-nav .dropdown-menu {
    padding: 0;
    overflow: hidden;
}
.navbar-nav .dropdown-menu a.dropdown-item {
    font-size: 14px;
}
.hearder_wrapper .navbar-nav .nav-link.active::before,
.hearder_wrapper .navbar-nav li .nav-link::before {
    position: absolute;
    content: '';
    bottom: 0;
    width: 0;
    height: 1.5px;
    background-color: #183FA2;
    left: 0;
    transition: all 1s ease-in-out;
}
.hearder_wrapper .navbar-nav .nav-link.active::before,
.hearder_wrapper .navbar-nav li .nav-link:hover::before {
    width: 50%;
}
.hearder_wrapper .navbar-nav .nav-link.active,
.hearder_wrapper .navbar-nav li .nav-link:hover {
    color: #183FA2;
    -webkit-text-stroke: 0.60px #183FA2;
}
.hearder_wrapper .navbar-nav {
    margin-right: 50px;
    gap: 40px;
}
.hearder_wrapper nav.navbar {
    padding: 25px 45px;
}
.hearder_wrapper .cta {
    padding: 12px 27px;
    font-size: 16px;
    line-height: 1.2;
}
.banner_wrapper {
    position: relative;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.banner_wrapper::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.699999988079071;
    background: linear-gradient(180deg, #00A8A8 0%, #2A7AF8 100%);
}
.banner_wrapper .banner_head {
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1;
    width: 1080px;
    margin: 0 auto;
}
a.arrow-down {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 65px;
    height: 65px;
    border: 1px solid #FFFFFF;
    border-radius: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    z-index: 1;
}
.banner_wrapper .banner_head p {
    margin-bottom: 45px;
}
.about_wrapper .about_hd {
    max-width: 840px;
}
.about_wrapper .row {
    align-items: center;
}
.about_wrapper .about_hd h3 {
    margin-bottom: 100px;
    position: relative;
}
.about_wrapper .about_hd h3::after {
    position: absolute;
    content: '';
    bottom: 22px;
    right: 110px;
    width: 200px;
    height: 3px;
    background-color: #00A8A8;
}
.certif_wrapper .certif_content h3 {
    text-align: center;
    margin-bottom: 40px;
}
.let_wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.let_wrapper::after {
    position: absolute;
    content: '';
    background-image: url(../img/play_bg.png);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.let_wrapper .row {
    position: relative;
    z-index: 9;
    align-items: center;
}
.let_wrapper .let_content {
    color: #fff;
}
.let_wrapper .let_content h3 {
    color: #fff;
    margin-top: 24px;
}
.let_wrapper .let_content span {
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.15);
    padding: 8px 18px;
    border-radius: 5px;
}
.let_wrapper .let_content p {
    margin-bottom: 40px;
}
.paly_btn a.btn.paly {
    width: 135px;
    height: 135px;
    border: 1px solid #FFF;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    gap: 5px;
}
.paly_btn a.btn.paly i {
    font-size: 10px;
}
.choose_wrapper  .mein_hd {
    text-align: center;
    max-width: 1004px;
    margin: 0 auto 40px;
}
.choose_content .choose_grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 30px;
}
.choose_content .choose_grid .card {
    border-color: transparent;
    text-align: center;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
    padding: 30px;
}
.choose_content .choose_grid .card .choose_img {
    width: 104px;
    height: 104px;
    border: 2px solid #00A8A8;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.choose_content .choose_grid .card .choose_img img {
    max-width: 55px;
}
.choose_content .choose_grid .card .card-body {
    padding: 20px 0 0;
}
.choose_content .choose_grid .card .card-body p {
    font-size: 15px;
}
.choose_content .choose_grid .card:hover {
    box-shadow: 0px 26px 24px 0px rgba(44, 134, 212, 0.09);
}
.project_wrapper .project_content {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 26px 24px 0px rgba(44, 134, 212, 0.09);
    padding: 45px;
    width: 100%;
    transform: unset;
}
.project_wrapper .project_content ul {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 40px;
    margin: 32px 0;
}
.project_wrapper .project_content ul li h5 {
    font-size: 20px;
}
.project_wrapper .project_content ul li p {
    font-size: 14px;
    margin: 0;
}
.project_wrapper  .project_img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    z-index: -1;
}
.project_wrapper {
    position: relative;
    background: rgba(24, 63, 162, 0.03);
}
.project_wrapper .project_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.project_wrapper .project_content h3 {
    font-size: 40px;
}
.busines_wrapper {
    background: linear-gradient(180deg, #00A8A8 0%, #183FA2 100%);
}
.busines_wrapper .busines_content {
    text-align: center;
    padding: 70px 0;
}
.busines_wrapper .busines_content h4 {
    color: #fff;
    margin-bottom: 30px;
}
.our_content .mein_hd {
    text-align: center;
    margin-bottom: 30px;
}
.our_content .our_grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}
.our_content .our_grid .card {
    border-radius: 25px;
    border: 1px solid #EEE;
    padding: 38px;
}
.our_content .our_grid .card .card-body {
    padding: 0;
}
.our_content .our_grid .card .our_img {
    margin: 24px 0;
}
.our_content .our_grid .card .card-body p {
    font-size: 16px;
    margin: 14px 0 0 0;
}
.category_wreap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}
.category_wreap span {
    font-size: 14px;
}
.category_wreap a.btn {
    border-radius: 130px;
    border: 1px solid #00A8A8;
    font-size: 12px;
    padding: 14px 21px;
}
.our_content .our_grid .card .card-body a {
    color: #1F1F1F;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
}
.our_content .our_grid .card .card-body a:hover {
    color: #183FA2;
}
.our_content .our_btn {
    margin-top: 60px;
    text-align: center;
}
.footer_wrapper {
    background-color: #000;
}
.footer_bottom {
    background: #1F1F1F;
}
.footer_bottom p {
    padding: 22px 0;
    margin: 0;
    text-align: center;
    font-size: 16px;
    color: #FFF;
}
.row.footer_top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    padding: 60px 0;
    align-items: center;
}
.row.footer_content {
    padding: 100px 0;
}
.footer_top .subscribe_text {
    display: flex;
    align-items: center;
}
.footer_top .subscribe_text h4 {
    color: #fff;
    margin: 0 0 0 30px;
}
.subscribe_email .form-control {
    font-size: 15px;
    color: #858585;
    padding: 24px;
    border-radius: 145px;
    border: 1px solid #EEE;
    background: #FFF;
}
.footer_list p {
    font-size: 16px;
    color: #fff;
    margin: 40px 0 0;
}
.footer_list ul li {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
}
.footer_list h5 {
    color: #FFF;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 25px;
}
.footer_list h5::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #00A8A8;
}
.footer_list ul li a {
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.addres_text li a {
    word-break: break-all;
}
.footer_list ul li a:hover {
    color: #00A8A8;
}
.social_icon {
    display: flex;
    align-items: center;
    gap: 10px;
}
.social_icon li a {
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    background-color: #00A8A8;
    border-radius: 100%;
    border: 1px solid transparent;
}
.social_icon li a:hover {
    background-color: transparent;
    border-color: #00A8A8;
    color: #00A8A8;
}
.quick_text {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.quick_text li {
    width: 50%;
}
.subscribe_email button.btn {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    border-radius: 40px;
    background: #00A8A8;
    padding: 18px 38px;
    position: absolute;
    top: 5px;
    right: 5px;
}
.subscribe_email {
    position: relative;
}
.certif_slider .certif_img {
    margin: 0 10px;
}
.let_content .cta {
    background-color: #fff;
    color: #1F1F1F;
}
.let_content .cta:hover {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}
.get_popup .get_vd .video_show {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.get_popup figure.get_vd {
    margin: 0;
}
.get_popup .modal-header {
    background: #00A8A8;
}
.get_popup .modal-body {
    background: linear-gradient(180deg, #00A8A8 0%, #183FA2 100%);
}
.get_popup button.btn_close {
    line-height: 1.2;
    background-color: transparent;
    color: #fff;
    border: 0;
    font-size: 22px;
    margin-left: auto;
}
.get_popup .modal-dialog {
    max-width: 80%;
}
.get_popup.modal.fade .modal-dialog {
    transform: scale(0.95);
}
/*=========== Home page end here ==========*/

/*=========== About page start here ==========*/
.banner_inner {
    min-height: 450px;
}
.breadcrumb_wreap ol.breadcrumb {
    justify-content: center;
    margin: 0;
}
.breadcrumb_wreap ol.breadcrumb li.breadcrumb-item a {
    color: #fff;
    font-weight: 400;
}
.breadcrumb_wreap ol.breadcrumb li.breadcrumb-item {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
}
.breadcrumb_wreap .breadcrumb-item+.breadcrumb-item::before {
    content: '|';
    color: #fff;
    font-weight: 400;
}
.breadcrumb_wreap ol.breadcrumb li.breadcrumb-item a:hover {
    color: #000;
    text-decoration: underline;
}
/*=========== About page end here ==========*/

/*======== press and press details page start here =======*/
.our-latest .articles-text h5 {
    font-weight: 700;
}
.our-latest .latest-content h2 {
    color: #183FA2;
    margin-bottom: 35px;
}
.our-latest .category-data {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    justify-content: space-between;
}
.our-latest .category-data p {
    font-size: 14px;
    margin: auto;
}
.our-latest .articles-box {
    border-radius: 25px;
    border: 1px solid #EEE;
    padding: 40px;
    margin-bottom: 30px;
}
.our-latest .articles-box img {
    width: 100%;
}
.our-latest .date span {
    color: #394149;
    font-weight: 500;
    padding-right: 10px;
}
.our-latest .category-btn a {
    border-radius: 130px;
    border: 1px solid #00A8A8;
    padding: 15px 21px;
    color: #1F1F1F;
    font-size: 12px;
    line-height: normal;
    font-weight: 500;
    display: block;
    text-decoration: none;
}
.our-latest .articles-text {
    padding-top: 24px;
}
.our-latest .pagination-wrapper ul.pagination {
    justify-content: center;
    padding-top: 50px;
    margin: 0;

}
.our-latest .pagination-wrapper a.page-link {
    height: 59px;
    width: 59px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    border: 1px solid #EEEEEE;
    border-radius: 50%;
    color: #1F1F1F;
}
.our-latest .page-item:first-child .page-link{
    border-radius: 50%;
    color: #00A8A8;
}
.our-latest .page-item:last-child .page-link{
    border-radius: 50%;
    background-color: #00A8A8 !important;
    color: #fff !important;

}
.our-latest li.page-item {
    margin: 0 8px;
}
.our-latest .page-item.active .page-link {
    color: #00A8A8;
    background-color: #00a8a84a;
    border: none;
    box-shadow: none;
}
.our-latest .resent-post {
    border-radius: 25px;
    border: 1px solid #EEE;
    padding: 40px 30px;
}
.our-latest .post-box {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #EEEEEE;
    padding-top: 30px;
}
.our-latest .resent-text p {
    color: #7C7C7C;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin: 0;
    padding-left: 20px;
}
.our-latest .resent-text .date {
    padding-top: 18px;
}
.our-latest .resent-text .date p {
    color: #7C7C7C;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
.our-latest .post-data {
    margin-bottom: 10px;
}
.our-latest .post-box:last-child {
    padding-bottom: 0;
    border: none;
}
.our-latest .resent-text .date span {
    color: #1F1F1F;
    font-weight: 500;
}
.our-latest .category-box {
    border-radius: 25px;
    border: 1px solid #EEE;
    margin-top: 30px;
    padding: 40px 30px;
}
.our-latest .category-box h6 {
    color: #1F1F1F;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.our-latest .category-wrapp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 36px;
}
.category-box ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
}
.category-box ul li a {
    color: #7C7C7C;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}
.category-box ul li a:hover {
    color: #00A8A8;
}
.resent-post ul li {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #EEE;
}
.resent-post ul li:last-child {
    padding: 0;
    margin: 0;
    border: 0;
}
.resent-post ul li .recent_text a:hover {
    color: #00A8A8;
}
.resent-post ul li .recent_text a {
    color: #7C7C7C;
    font-size: 20px;
    font-weight: 500;
}
.resent-post ul li .re_post {
    width: 30%;
}
.resent-post ul li  .recent_text {
    width: 70%;
}
.resent-post ul li .recent_text .category_wreap {
    margin-top: 20px;
}
.articles-text p {
    margin: 0;
    font-size: 16px;
    color: #7C7C7C;
}
.detail-img img{
    width: 100%;
}
.lorem-data h4 {
    max-width: 737px;
    width: 100%;
    color: #1F1F1F;
}
.our-latest .post-data h5{
    font-weight: 600;
}
.lorem-data {
    padding-top: 40px;
    max-width: 922px;
}
.lorem-text {
    padding-bottom: 50px;
}
/*======== press and press details page start here =======*/

.testimonial-content .block{
    border-radius: 25px;
    border: 1px solid #EBEBEB;
    background: #FFF;
    padding: 50px 40px 40px 60px;
    margin-top: 15px;
    margin-bottom: 15p;
}
.testimonial-content h2{
    text-align: center;
}
.testimonial-content .profile {
    display: flex;
    align-items: center;
}
.testimonial-content .profile p {
    margin: 0px;
    color: #1F1F1F;
    font-size: 20px;
    font-weight: 700;
}
.testimonial-content .profile span {
    font-size: 14px;
}
.testimonial-content .profile .name{
    padding-left: 15px;
}
.button a{
    border-radius: 5px;
    background: #00A8A8;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    padding: 16px 35px;
}
.button a:hover{
    border-radius: 5px;
    background: rgba(0, 168, 168, 0.09);
    color: #00A8A8;
}
.button.lgt a{
    border-radius: 5px;
    background: rgba(0, 168, 168, 0.09);
    color: #00A8A8;
}
.button.lgt a:hover{
    background: #00A8A8;
    color: #FFF;
}
.testimonial-sec{
    position: relative;
}
.testimonial-sec::before{
    content: url(../images/ellipsebefore.png);
    position: absolute;
    right: 0;
    top: 15%;
}
.testimonial-sec::after{
    content: url(../images/ellipseafter.png);
    position: absolute;
    bottom: 15%;
    
}
.testimonial-content .button{
    margin-top: 50px;
}
.contact-content .button, .testimonial-content .button{
    text-align: center;
}
.contact-content .button{
    margin-bottom: 25px;
}
.contact-content .contact-head {
    max-width: 904px;
    margin: auto;
    text-align: center;
}
.contact-content .contact-box {
    border-radius: 10px;
    border: 1px solid #EEE;
    background: #FFF;
    padding: 50px;
    min-height: 296px;
    transition: all 0.6s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.contact-content .contact-box h4 {
    color: #1F1F1F;
    font-size: 32px;
    font-weight: 700;
    margin: 10px 0 0;
}
.contact-content .contact-box i{
    color: #00A8A8;
    font-size: 40px;
}
.contact-content .contact-box p, .contact-content .contact-box a {
    font-size: 20px;
    color: #7C7C7C !important;
    word-break: break-all;
}
.contact-content .contact-box:hover {
    background: #00A8A8;
    
}
.contact-content .contact-box:hover *{
    color:#fff !important;
}
.contact-form{
    background: rgba(24, 63, 162, 0.03);
}
.contact-form .form {
    border-radius: 25px;
    border: 1px solid rgb(24 63 162 / 7%);
    padding: 80px;
    max-width: 1100px;
    background-color: transparent;
    margin: auto;
}
.contact-form .form h2{
   color: #1F1F1F;
}
.contact-form .form input,.contact-form .form textarea {
    border-radius: 5px;
    background: #FFF;
    display: block;
    width: 100%;
    padding: 25px;
    margin-bottom: 30px;
    border:none;
}
.contact-form .form input::placeholder,.contact-form .form textarea::placeholder {
    color: #7C7C7C;
    font-size: 16px;
    font-weight: 400;
}
.contact-form .form a.btn.cta {
    width: 100%;
}
.contact-form .form h3 {
    color: #1F1F1F;
    margin-bottom: 30px;
}
.management-content h3 {
    text-align: center;
    margin-bottom: 40px;
}
.management-content .row {
    align-items: center;
}
.management-content .chnage_left{
    padding-left: 30px;
}
.management-content .chnage_left h5{
    font-size: 20px;
}
.management-content .expert-list {
    padding: 15px 0px;
}
.management-content li::marker,.project-content li::marker {
    color: rgba(0, 168, 168, 1);
}
.project-content .project-top {
    max-width: 907px;
    margin: auto auto 50px auto;
    text-align: center;
    
}
.project-content h5 {
    font-size: 24px;
    padding: 35px 0px 15px;
}
.project-content  .project-type {
    background: #fff;
    padding: 24px 61px;
    height: 100%;
}
.project-content  .project-type:hover {
    box-shadow: 0px 20px 40px 0px rgba(24, 63, 162, 0.06);
}
.testimonial-content .block:before {
    content: url(../img/testimonialbefore.png);
    position: absolute;
}
.testimonial-content .block {
    position: relative;
}
.management-content {
    position: relative;
}
.management-content .choose_img {
    position: relative;
}
.management-content .choose_img:before {
    position: absolute;
    content: '';
    background-image: url(../img/mgtbefore.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 380px;
    height: 350px;
    top: -30px;
    left: -30px;
    z-index: -1;
}
.project-sec {
    position: relative;
}
.project-content .project-type ul {
    margin: 0;
}
.project-sec:before {
    position: absolute;
    content: url(../img/projectbefore.png);
    z-index: -1;
}
.our-latest .our_content .our_grid {
    grid-template-columns: repeat(2,1fr);
}
.share_wreap ul li span {
    color: #1F1F1F;
    font-size: 22px;
    font-weight: 600;
}
.prv_next_wreap ul {
    margin: 40px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    padding: 45px 0;
}
.prv_next_wreap ul li a {
    padding: 0;
    color: #1F1F1F;
    font-size: 22px;
    font-weight: 500;
}
.testimonial-content .our_btn {
    text-align: center;
    margin-top: 50px;
}
.contact-head p {
    margin-bottom: 40px;
}


.custom_blog .our_content  .our_grid {
    grid-template-columns: repeat(1,1fr);
    margin-top: 10px;
    gap: 0px;
}

.custom_blog .our_content .our_grid .our_img {
    display: none;
}

.custom_blog .our_content .our_grid .card {
    border-radius: 0px;
    border-width: 1px 0px 0px 0px;
}
.custom_blog .our_content .our_grid .card:last-child{
   border-width: 1px 0px 1px 0px; 
}
.custom_blog .our_content .our_grid .card .category_wreap a.btn {
    display: none;
}
.custom_blog_sidebar {
    display: none;
}

.custom_blog {
    margin: auto;
}
.custom_blog_section .mein_hd {
    text-align: center;
}

.custom_blog_section .mein_hd span {
    display: none;
}
.custom_blog .cta {
    padding: 10px 30px;
}

.custom_blog .blog_btn {
    margin-top: 20px;
}
.video-wrapper video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.banner_wrapper{
    position: relative;
}
.video-wrapper{
    position: absolute;
    top:0 ;
    left: 0;
    width: 100%;
    height: 100%;
}
.custom-project-type {
    display: flex;
    align-items: center;
}

.custom-project-type img {
    width: 40px;
    margin-right: 8px;
}

.custom-project-type h5 {
    width: calc(100% - 40px);
}