/*
Theme Name: Manishri
Description: 
Author: TechMistriz
Author URI: 
Version: 1.1.1
Update: 01.02.2022
*/


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


:root {
    --bgcream: #FBF6ED;
    --bglightcream: #FFFCFC;
    --orange: #FE5624;
    --navyblue: #000D2C;
    --white: #ffffff;
    --black: #1e1e1e;
    --heading-font: "DM Sans", sans-serif;
    --body-font: 'Poppins', sans-serif;    
    --grey:#757575;
    --lightgrey:#d9d9d9;
}

body{
    background: var(--bgcream);
    font-family: var(--body-font);
    overflow-x: hidden;
}

header .row{
    align-items: center;
}

html {
  scroll-behavior: smooth;
}


p{
	font-size:16px;
    font-size: var(--body-font);
}

a{
    text-decoration: none;
}

h1,h2,h3,h4,h5,h6{
    font-family: var(--heading-font);
}

.text-blue{
    color: var(--navyblue)!important;
}

.text-orange{
    color: var(--orange)!important;
}

.text-white{
    color: var(--white)!important;
}

.text-black{
    color: var(--black)!important;
}

.text-grey{
    color: var(--grey)!important;
}

.text-lightgrey{
    color: var(--lightgrey)!important;
}

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

.text-left{
    text-align: left;
}

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

.parah12{
    font-size: 12px;
}

.parah14{
    font-size: 14px;
}

.parah16{
    font-size: 16px;
}

.parah18{
    font-size: 18px;
}

.parah20{
    font-size: 18px;
}

.padding-top80{
    padding-top:80px;
}

.padding-top60{
    padding-top:60px;
}

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

.padding-top40{
    padding-top:40px;
}

.padding-top30{
    padding-top:30px;
}

.padding-top20{
    padding-top:20px;
}

.padding-top10{
    padding-top:10px;
}


.padding-bottom80{
    padding-bottom:80px;
}

.padding-bottom60{
    padding-bottom:60px;
}

.padding-bottom50{
    padding-bottom:50px;
}

.padding-bottom40{
    padding-bottom:40px;
}

.padding-bottom30{
    padding-bottom:30px;
}

.padding-bottom20{
    padding-bottom:20px;
}

.padding-bottom10{
    padding-bottom:10px;
}


.margin-bottom50{
    margin-bottom:50px;
}

.margin-bottom40{
    margin-bottom:40px;
}

.margin-bottom30{
    margin-bottom:30px;
}

.margin-bottom20{
    margin-bottom:20px;
}

.margin-bottom15{
    margin-bottom:15px;
}



.margin-top50{
    margin-top:50px;
}

.margin-top40{
    margin-top:40px;
}

.margin-top30{
    margin-top:30px;
}

.margin-top20{
    margin-top:20px;
}

.section_title_60{
    font-size: 60px;
    line-height: 68px;
    font-weight: bold;
}

.section_title_48{
    font-size: 48px;
    line-height: 60px;
    font-weight: bold;
}

.section_title_36{
    font-size: 36px;
    line-height: 48px;
    font-weight: bold;
}

.section_title_28{
    font-size: 28px;
    line-height: 40px;
    font-weight: bold;
}

.section_title_24{
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
}


.section_title_20{
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
}

.margin0{
    margin-bottom: 0;
}

.padding0{
    margin-bottom: 0;
}



.btn-transparent{
    background: transparent;
    color: var(--navyblue);
    text-decoration: none;
    padding: 14px 26px;
    display: inline-block;
    border: 1px solid var(--navyblue);
    border-radius: 50px;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
}

.btn-transparent:hover{
    background: var(--orange);
    color: var(--white);
    border: 1px solid var(--orange);
}

.btn-orange{
    background: var(--orange);
    color: var(--white);
    border: 1px solid var(--orange);
    text-decoration: none;
    padding: 14px 26px;
    display: inline-block;
    border-radius: 50px;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
}

.btn-orange:hover{
    background: transparent;
    color: var(--orange);
    border: 1px solid var(--orange);
}

/*-- wordpress form css--*/
input[type="text"], input[type="email"], input[type="tel"], input[type="file"]{
    background: var(--bglightcream);
    border: 1px solid var(--navyblue);
    padding: 12px 24px;
    width: 100%;
    border-radius: 50px;
    color: var(--grey);
}

input[type="submit"]{
    background: var(--orange);
    color: var(--white);
    border: 1px solid var(--orange);
    text-decoration: none;
    padding: 14px 26px;
    display: inline-block;
    border-radius: 50px;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
}

input:focus{
    border: 1px solid var(--orange)!important;
}

input[type="submit"]:hover{
    background: transparent;
    color: var(--orange);
    border: 1px solid var(--orange);
}

.conatctformbox p:nth-child(7){
    text-align: center!important;
}

/* .conatctformbox .col-md-6:nth-child(1){
    padding-left:0!important;
}

.conatctformbox .col-md-6:nth-child(2){
    padding-right:0!important;
} */

.wpcf7-spinner{
    position: absolute!important;
}


textarea{
    background: var(--bglightcream);
    border: 1px solid var(--navyblue);
    padding: 12px 24px;
    width: 100%;
    height: 150px;
    border-radius: 30px;
    color: var(--grey);
}


input::placeholder{
    color: var(--grey);
}

select{
    background: var(--bglightcream);
    border: 1px solid var(--navyblue);
    padding: 12px 24px;
    width: 100%;
    border-radius: 50px;
    color: var(--grey);
}

/*-- wordpress form css--*/

.form-control{
    background: var(--bgcream);
    border: 1px solid var(--navyblue);
    padding: 8px 24px;
    width: 100%;
    border-radius: 30px;
}

.form-control:focus{
    outline: none;
    border: 1px solid var(--orange);
}

.form-control:hover{
    border: 1px solid var(--orange);
}


.navbar-collapse{
    justify-content: right;
}

.navbar-nav .nav-link{
    font-family: var(--body-font)!important;
    font-weight: 500;
}

.navbar-nav .nav-link:hover{
    color: var(--orange);
}


.mainmenu{
    display: flex;
    justify-content: right;
}


.mainmenu .menu-item-has-children::before {
    content: '';
    height: 28px;
    width: 100%;
    background: transparent;
    display: block;
    position: absolute;
    bottom: -20px;
}

.navbar-nav .nav-link{
    font-family: var(--body-font)!important;
    font-weight: 500;
}

.nav li{
    margin:0px 24px;
}

.nav li a{
    color:var(--navyblue);
    font-family: var(--body-font)!important;
    font-weight: 500;
    text-decoration:none;
}

.nav li a:hover{
    color: var(--orange);
}

.sub-menu{
    width: 200px;
    background:var(--white);
    border:1px solid #d9d9d9;
    border-radius:20px;
    padding:20px 0px;  
    position:absolute;
    list-style-type:none;
    margin-top: 20px;
    z-index: 999;
    display: none;
}

.sub-menu.show{
    display: block;
}

.sub-menu li{
    margin: 0px 0px 5px 0px;
}

.sub-menu li a{
    color:var(--navyblue);
    font-family: var(--body-font)!important;
    font-weight: 400;
    text-decoration:none;
    display:block;
    width:100%;
    padding:5px 20px;
}

#searchshow{
    color:var(--navyblue);
    font-family: var(--body-font)!important;
    font-weight: 500;
    padding:0;
}

.search-action{
    margin-left: 24px;
}

.menu-item-has-children{
    position: relative;
}

.menu-item-has-children::after{
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    content: '';
    margin: 3px;
}

@media (min-width: 992px){
.dropdown-menu{
    width: 200px;
}
}

.dropdown-item{
    font-family: var(--body-font)!important;
    padding: 0.6rem 1.2rem;
}

.dropdown-item a{
    color: var(--orange);
}

.dropdown-toggle::after{
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.search-box{
    display: none;
    position:absolute;
    width: 200px;
    right: 0;
}



.close-search{
    cursor: pointer;
    position:absolute;
    right: -8%;
    top:8%;
}


@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x);
        margin: 0px 12px;
    }
}

.mainslider_section h1{
    width: 90%;
}

.mainslider_section p{
    width: 75%;
}

.mainslider_section .image_block img{
    border-radius: 50%;
    height: 450px;
    width: 450px;
}

.mainslider_section .image_block {
    position: relative;
    border-radius: 50%;
    height: 450px;
    width: 450px;
    object-fit: cover;
}

.mainslider_section .image_block .elementone{
    height: 135px;
    width: 135px;
    background: var(--orange);
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.8;
}

.mainslider_section .image_block .elementtwo{
    height: 95px;
    width: 95px;
    background: var(--orange);
    border-radius: 50%;
    position: absolute;
    position: absolute;
    top: 135px;
    right: -30px;
    opacity: 0.8;
}

.mainslider_section .carousel-control-prev{
    display: none;
}

.mainslider_section .carousel-control-next{
    display: none;
}


.carousel-inner{
    overflow: visible;
}

.carousel-indicators{
    margin-bottom: -2rem;
}

.carousel-indicators [data-bs-target]{
    width: 25px;
    height: 8px;
    border-radius: 30px;
    background: var(--navyblue);
    display: block;
    opacity: 1;
    color: transparent;
    margin: 0px 5px;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
}

.carousel-indicators .active{
    background: var(--orange);
    width: 32px;
}


.timeline-steps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 6.8rem;
    width: max-content;
}

.history_section .over-content::-webkit-scrollbar {
  width: 6px;
  height: 4px;
}

/* Track */
.history_section .over-content::-webkit-scrollbar-track {
  background: var(--navyblue);
}
 
/* Handle */
.history_section .over-content::-webkit-scrollbar-thumb {
  background: var(--orange); 
}

/* Handle on hover */
.history_section .over-content::-webkit-scrollbar-thumb:hover {
  background:var(--orange); 
}

.timeline-steps .timeline-step {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 1rem;
    width: 8rem;
}

.timeline-steps .timeline-content.up{
    margin-top: -6.8rem;
}

.timeline-steps .timeline-step:not(:last-child):after {
    content: "";
    display: block;
    border-top: .25rem solid var(--lightgrey);
    width: 3.46rem;
    position: absolute;
    left: 7.5rem;
    top: .3125rem
}
.timeline-steps .timeline-step:not(:first-child):before {
    content: "";
    display: block;
    border-top: .25rem solid var(--lightgrey);
    width: 3.8125rem;
    position: absolute;
    right: 7.5rem;
    top: .3125rem
}

.history_section .section_title_48{
    font-size: 28px;
    line-height: 40px;
}



@media (min-width:768px) {
    .timeline-steps .timeline-step:not(:last-child):after {
        content: "";
        display: block;
        border-top: .25rem solid var(--lightgrey);
        width: 3.46rem;
        position: absolute;
        left: 7.5rem;
        top: .3125rem
    }
    .timeline-steps .timeline-step:not(:first-child):before {
        content: "";
        display: block;
        border-top: .25rem solid var(--lightgrey);
        width: 3.8125rem;
        position: absolute;
        right: 7.5rem;
        top: .3125rem
    }
}



.history_section .over-content{
    width: 100%;
    overflow-x: auto;
}

.timeline-steps .timeline-content {
    width: 10rem;
    text-align: center
}

.timeline-steps .timeline-content .inner-circle {
    border-radius: 1.5rem;
    height: 1rem;
    width: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--orange);
}

.timeline-steps .timeline-content.up .inner-circle{
    position: absolute;
    bottom: 90%;
}

.timeline-steps .timeline-content .inner-circle:before {
    content: "";
    background-color: var(--orange);
    display: inline-block;
    height: 2rem;
    width: 2rem;
    min-width: 2rem;
    border-radius: 6.25rem;
    opacity: .5
}


.profile_maincard{
    position: relative;
}

.overlay-content{
    background:#000d2ccc;
    padding: 35px 25px;
    border-radius: 25px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
}

.profile-card{
    position: relative;
}

.profile-card img{
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 25px;
}

.profile-card h4{
    margin: 0;
    position: absolute;
    bottom: 3%;
    width: max-content;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.overlay-content .desg{
    background: var(--orange);
    padding: 5px 10px;
    border-radius: 6px;
    width: max-content;
    color: var(--white);
    font-weight: bold;
    margin-bottom: 30px;
}

.overlay-name{
    background: linear-gradient(to bottom, transparent, transparent, #0000009c);
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 25px;
}

.solutions_section{
    background:var(--navyblue);
    border-radius: 100px;
}

.solution_card{
    background: var(--white);
    margin: 15px;
    border-radius: 50%;
    position: relative;
}

.solution_card h5{
    padding: 15px 20px;
    margin-bottom: 0;
}

.solution_card .link{
    font-size: 16px;
    color: #7a7a7a;
    font-family: var(--body-font);
    font-weight: 500;
    text-decoration: none;
    text-transform: capitalize;
    padding: 0px 20px 20px 20px;
    display: inline-block;
}

.solution_card .link i{
    background:var(--orange);
    padding: 5px 6px;
    border-radius: 30px;
    color: var(--white);
}

.solution_card img {
    height: 210px;
    width: 100%;
    object-fit: cover;
    border-radius: 25px 25px 25px 25px;
}

.slick-dots{
    bottom: -60px;
}

.slick-dots li button:before{
    contain: ''!important;
    width: 25px;
    height: 8px;
    border-radius: 30px;
    background: var(--bgcream);
    display: block;
    opacity: 1;
    color: transparent;
    margin: 0px 10px;
}

.slick-dots li{
    width: 25px;
}

.slick-dots li.slick-active{
    width: 32px;
}

.slick-dots li.slick-active button{
    width: 32px;
}


.slick-dots li.slick-active button:before{
    opacity: 1;
    contain: ''!important;
    background: var(--orange);
    color: transparent;
    width: 32px;
}

.swiper-pagination .swiper-pagination-bullet{
    width: 25px;
    height: 8px;
    border-radius: 30px;
}

.swiper-pagination .swiper-pagination-bullet-active{
    background: var(--orange)!important;
}

.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: -18px!important;
}

.client_section{
    background:var(--navyblue);
    border-radius: 100px;
}

.client_section .tab-content .col-md-3{
    width: 20%;
}

.logo_card{
    background: var(--white);
    padding: 30px;
    text-align: center;
    border-radius: 25px;
    height: 165px;
    width: 165px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo_card img{
    width: 120px;
    height: max-content;
}

.tab-link{
    background: var(--white);
    color: var(--navyblue);
    text-decoration: none;
    padding: 14px 26px;
    display: inline-block;
    border: 1px solid var(--white);
    border-radius: 50px;
    font-weight: 500;
    margin: 0px 10px;
    text-transform: capitalize;
    cursor: pointer;
}

.tab-link.active{
    background: var(--orange);
    color: var(--white);
    border: 1px solid var(--orange);
}

.tab-content {
    display: none;
    padding-top: 50px;
  }

.tab-content.active {
    display: block;
  }

.testimonial_card{
    border: 1px solid var(--black);
    padding: 34px;
    border-radius: 24px;
}

.testimonial_card .star_rating{
    margin-bottom: 15px;
}

.testimonial_card .star_rating i{
    color: var(--orange);
    font-size: 16px;
}

.testimonial_image{
    width: 28%;
}


.testimonial_detail{
    width: 72%;
}



/***---- MEDIA PAGE START ----***/


.page_header{
    background: var(--bglightcream);
    position:relative;
}

.page_header::after{
    content:'';
    position:absolute;
    height:100%;
    width:100%;
    background: #00000036;
    top: 0;
}

.page_header .row{
    align-items: center;
    position: relative;
    z-index: 99;
}

.page_header a{
    color: var(--blue);
    text-decoration: none;
}

.page_header a:hover{
    color: var(--orange);
    text-decoration: none;
}

.media_grid .row{
    align-items: center;
}

.media_grid  .featured-detail span{
    margin-left: 30px;
}

.media_grid  .featured-detail i{
    background: var(--orange);
    padding: 10px;
    color: var(--white);
    font-size: 22px;
    border-radius: 30px;
    height: 40px;
    width: 40px;
    line-height: 20px;
    text-align: center;
}

.media_grid  .featured_image{
    margin-right: 30px;
}

.media_grid  .featured_image img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 30px;
}



.media_grid  .media-detail span{
    margin-left: 30px;
}



.media_grid  .media_image{
    margin-bottom: 20px;
}

.media_grid  .media_image img{
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 30px;
}

.media_grid .media-detail i {
    background: var(--orange);
    padding: 10px;
    color: var(--white);
    font-size: 18px;
    border-radius: 30px;
    height: 35px;
    width: 35px;
    line-height: 16px;
    text-align: center;
}


.media_single .featured_image img{
    width: 100%;
    height: 460px;
    object-fit: cover;
    border-radius: 30px;
    margin-bottom: 30px;
}

.media_single  .featured-detail span{
    margin-left: 30px;
}

.media_single  .featured-detail i{
    background: var(--orange);
    padding: 10px;
    color: var(--white);
    font-size: 22px;
    border-radius: 30px;
    height: 40px;
    width: 40px;
    line-height: 20px;
    text-align: center;
}

/***---- MEDIA PAGE END ---***/



/***---- CUSTOMER PAGE START ---***/

#tabs-nav{
    padding: 0;
    list-style-type: none;
    display: flex;
    margin-bottom: 50px;
}

#tabs-nav li{
    margin-right: 20px;
}

#tabs-nav li.active .btn-orange{
    background: var(--orange);
    color: var(--white);
    border: 1px solid var(--orange);
    text-decoration: none;
    padding: 14px 26px;
    display: inline-block;
    border-radius: 50px;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
}


#tabs-nav li .btn-orange{
    background: var(--white);
    color: var(--navyblue);
    border: 1px solid var(--white);
    text-decoration: none;
    padding: 14px 26px;
    display: inline-block;
    border-radius: 50px;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
}

.customer_card{
    background: var(--white);
    border-radius: 25px;
    padding: 20px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 30px;
}

.customer_card .image_block{
    width: 35%;
    height: 120px;
    border: 1px solid var(--grey);
    border-radius: 20px;
    text-align: center;
    position: relative;
}

.customer_card .image_block img{
    width:80%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.customer_card .content_block{
    width: 65%;
    padding-left: 30px;
}

.customer_card .content_block h4::after{
    content: '';
    display: block;
    background: var(--orange);
    border-radius: 20px;
    height: 5px;
    width: 62px;
    margin: 5px 0px;
}

/***---- CUSTOMER PAGE END ---***/





/***---- TEAM PAGE START ----***/

.hr-line{
    height: 1px;
    width: 100%;
    background: var(--lightgrey);
    margin: 30px 0px;
}

.chairmens_message .row{
    align-items: center;
}

.chairmens_message .image_block img{
    border-radius: 50%;
    height: 450px;
    width: 450px;
}

.chairmens_message .image_block {
    position: relative;
    border-radius: 50%;
    height: 450px;
    width: 450px;
    object-fit: cover;
}

.chairmens_message .image_block .elementone{
    height: 135px;
    width: 135px;
    background: var(--orange);
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.8;
}

.chairmens_message .image_block .elementtwo{
    height: 95px;
    width: 95px;
    background: var(--orange);
    border-radius: 50%;
    position: absolute;
    position: absolute;
    top: 135px;
    right: -30px;
    opacity: 0.8;
}

.solutions_section .solution_card .elementone{
    height: 75px;
    width: 75px;
    background: var(--orange);
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: -2px;
    opacity: 0.8;
}

.solutions_section .solution_card .elementtwo{
    height: 50px;
    width: 50px;
    background: var(--orange);
    border-radius: 50%;
    position: absolute;
    top: 80px;
    right: -15px;
    opacity: 0.8;
}


/***---- TEAM PAGE END ----***/


/***---- CTA SECTION START ----***/

.cta_section{
    background: var(--navyblue);
    border-radius: 100px;
}

/***---- CTA SECTION END ---***/

 .elementor-accordion .elementor-accordion-item.active .elementor-tab-title{
    border-radius: 25px 25px 0px 0px;
    padding: 20px 40px 20px 40px!important;
}

.elementor-accordion .elementor-tab-content{
    border-radius: 0px 0px 25px 25px;
    padding: 10px 40px 30px 40px!important;
}


.elementor-accordion .elementor-tab-title{
    border-radius: 25px;
    padding: 20px 40px 20px 40px!important;  
} 

.elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active{
    border-radius: 25px 25px 0px 0px;
    padding: 20px 40px 20px 40px!important;
}

.elementor-accordion-icon .elementor-accordion-icon-closed{
    background: var(--navyblue);
    height: 24px;
    width: 24px;
    text-align: center;
    line-height: 24px;
    border-radius: 50px;
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{
    fill: #ffffff!important;
}

.elementor-accordion-icon .elementor-accordion-icon-opened{
    background: var(--orange);
    height: 24px;
    width: 24px;
    text-align: center;
    line-height: 24px;
    border-radius: 50px;
}

.elementor-accordion-item{
    margin-bottom: 20px;
}

.elementor-counter{
    background: var(--white);
    border-radius: 25px;
    border: 1px solid var(--grey);
    margin: 10px 15px;
}

.elementor-element-d2828ba .elementor-counter .elementor-counter-title{
    background: var(--orange);
    color: var(--white);
    border-radius: 0px 0px 25px 25px;
}

.elementor-element-0abed66 .elementor-counter .elementor-counter-title{
    background: var(--navyblue);
    color: var(--white);
    border-radius: 0px 0px 25px 25px;
}

.elementor-element-01d7326 .elementor-counter .elementor-counter-title{
    background: var(--orange);
    color: var(--white);
    border-radius: 0px 0px 25px 25px;
}

.elementor-element-3a6f8a7 .elementor-counter .elementor-counter-title{
    background: var(--navyblue);
    color: var(--white);
    border-radius: 0px 0px 25px 25px;
}

.elementor-counter .elementor-counter-number-wrapper{
    padding: 45px 0px;
}


.vision-mission-box .elementor-widget-wrap{
    padding: 0!important;
    border: 3px solid var(--navyblue);
}

.vision-mission-box  .elementor-widget-heading{
    margin-block-end: 0px!important;
    border-bottom: 3px solid var(--navyblue);
    margin-bottom: 20px!important;
}

.vision-mission-box  .elementor-widget-heading .elementor-heading-title{
    padding: 20px 40px;
}

.vision-mission-box .elementor-widget-text-editor{
    padding: 0px 40px 20px 40px;
}

.vision-mission-box-pic img{
    height: 330px!important;
    object-fit: cover;
}

footer .footer_logo{
    width: 52%;
    margin: auto;
    padding-bottom: 30px;
}


footer .footer_desc{
    font-family: var(--body-font);
    text-align: center;
    width: 80%;
    margin: auto;
    padding-bottom: 30px;
}

footer .footer_desc p{
    margin-bottom: 0;
}

footer .footer_social{
    text-align: center;
    padding-bottom: 30px;
}

footer .footer_social i{
    color: var(--orange);
    font-size: 1.6rem;
    margin: 0rem 0.4rem;
}

footer .footer_menu ul{
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
}

footer .footer_menu ul li{
    margin: 0px 20px;
    border-right: 1px solid var(--black);
    padding-right: 20px;
    line-height: 14px;
}

footer .footer_menu ul li:last-child{
    border-right: 0px;
    padding-right: 0px;
}

footer .footer_menu ul li a{
    font-size: 16px;
    font-family: var(--body-font);
    color: var(--black);
    text-decoration: none;
}

footer .footer_menu ul li a:hover{
    color: var(--orange);
}

footer .footer_bottom{
    border-top: 1px solid var(--black);
    padding: 0.8rem 0rem;
    margin-top: 2.4rem;
}

footer .copyright_text .left-text{
    float: left;
    font-size: 14px;
    font-family: var(--body-font);
    color: var(--black);
}

footer .copyright_text .right-text{
    float: right;
    font-size: 14px;
    font-family: var(--body-font);
    color: var(--black);
}



.elementor-element-23f3b5f p{
    width: 90%;
    margin: auto;
}


.wp-pagenavi .pages{
    background: var(--white);
    padding: 8px 12px;
    border: 0;
    border-radius: 5px;
}

.wp-pagenavi span.current{
    background: var(--orange);
    padding: 8px 12px;
    border: 0;
    border-radius: 5px;
    color: var(--white);
}

footer .copyright_text .right-text a{
    font-weight: 600;
    color: var(--black);
}


/**----- Mobile responsive ------**/

@media (max-width:767px){

html{
    overflow-x: hidden;
}   

body{
    overflow-x: hidden;
}

header .navbar-brand img{
    width: 240px;
}

.mainmenu{
    display: none;
}

.page_header .section_title_60 {
    font-size: 40px;
    line-height: 48px;
    font-weight: bold;
}

.breadcrumbs{
    text-align: left;
}

.breadcrumbs p{
    font-size: 16px;
    margin-bottom: 0;
}

.elementor-element-4e4e0c2{
    margin: 15px;
}

.elementor-140 .elementor-element.elementor-element-4e4e0c2 > .elementor-element-populated{
    padding: 30px 20px 30px 20px!important;
}


.elementor-140 .elementor-element.elementor-element-040fa17 .elementor-heading-title {
    font-size: 28px!important;
}

.elementor-element-23f3b5f p{
    width: 100%;
    font-size: 14px!important;
    margin: auto;
}

.elementor-140 .elementor-element.elementor-element-603d2bd .elementor-heading-title{
    font-size: 26px!important;
}

.elementor-element-a48c877 P{
    font-size: 14px!important;
}

.elementor-element-b0c045a .elementor-icon-box-description{
    font-size: 14px!important;
}

.elementor-element-4149132 .elementor-icon-box-description{
    font-size: 14px!important;
}


.elementor-element-7110cb1 p{
    font-size: 14px!important;
}

.elementor-338 .elementor-element.elementor-element-61d0953 .elementor-heading-title{
    font-size: 28px!important; 
}

.elementor-element-ccb273a{
    font-size: 14px!important;
}

.elementor-338 .elementor-element.elementor-element-fadeed3 > .elementor-element-populated{
    padding: 30px 20px 30px 20px!important;
}

.elementor-338 .elementor-element.elementor-element-3dea769 .elementor-heading-title{
    font-size: 28px!important;
}

.elementor-accordion-title{
    font-size: 18px!important;
    line-height: 26px!important;
}

.elementor-tab-content p{
    font-size: 14px!important;
}

.elementor-accordion .elementor-tab-content{
    padding: 10px 30px 30px 30px!important;
}

.elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active{
    padding: 20px 30px 20px 30px!important;
}

.elementor-accordion .elementor-tab-title{
    padding: 20px 30px 20px 30px!important;
}

.elementor-338 .elementor-element.elementor-element-0fc9b55 > .elementor-widget-container{
    margin: 0!important;
}

#tabs-nav{
    display: block;
}

#tabs-nav li{
    margin-right: 0px;
    margin-bottom: 20px;
}

#tabs-nav li .btn-orange{
    width: 100%;
    text-align: center;
}

.tab-content{
    margin-top: 25px;
}

.media_grid .featured_image{
    margin-right: 0;
}

.media_grid .featured_image img{
    margin-bottom: 30px;
    height: 280px;
}

.featured_content .section_title_36{
    font-size: 28px;
    line-height: 38px;
}

.featured_content .parah18{
    font-size: 16px;
}

.media_single .section_title_36{
    font-size: 28px;
    line-height: 38px;
}

.media_grid .pt-5{
    padding-top: 1.5rem !important;
}

.media_grid .pb-5{
    padding-bottom: 1.5rem !important;
}

.media_single .featured_image img{
    height: 300px;
}

.chairmens_message .section_title_48{
    font-size: 36px;
    line-height: 48px;
}

.chairmens_message .image_block{
    width: 100%;
    height:100%;
}

.chairmens_message .image_block img{
    width: 100%;
    height:100%;
}

.profile-card{
    margin-bottom: 30px;
}


.chairmens_message .image_block{
    width: 100%;
    height:100%;
}

.chairmens_message .image_block img{
    width: 100%;
    height:100%;
}

.padding-bottom80{
    padding-bottom: 60px;
}

.padding-top80{
    padding-top: 60px;
}

.elementor-447 .elementor-element.elementor-element-cfe38dd .elementor-heading-title{
    font-size: 36px!important;
}

.elementor-447 .elementor-element.elementor-element-efb4817 .elementor-heading-title{
    font-size: 36px!important;
}

.elementor-447 .elementor-element.elementor-element-d2828ba{
    width: var(--container-widget-width, 100%)!important;
    max-width: 100%!important;
    --container-widget-width: 100%!important;
    --container-widget-flex-grow: 0;
}

.elementor-447 .elementor-element.elementor-element-0abed66{
    width: var(--container-widget-width, 100%)!important;
    max-width: 100%!important;
    --container-widget-width: 100%!important;
    --container-widget-flex-grow: 0;   
}

.elementor-447 .elementor-element.elementor-element-01d7326{
    width: var(--container-widget-width, 100%)!important;
    max-width: 100%!important;
    --container-widget-width: 100%!important;
    --container-widget-flex-grow: 0; 
}

.elementor-447 .elementor-element.elementor-element-3a6f8a7{
    width: var(--container-widget-width, 100%)!important;
    max-width: 100%!important;
    --container-widget-width: 100%!important;
    --container-widget-flex-grow: 0; 
}

.client_section{
    border-radius: 50px;
    padding-top: 80px!important;
    padding-bottom: 80px!important;
}

.client_section #tabs-nav{
    margin-bottom: 30px;
}

.client_section .tab-content .col-md-2{
    width: 50%!important;
}

.logo_card{
    height: 150px;
    width: 100%;
}

.logo_card img{
    width: 110px;
    height: max-content;
}

.cta_section {
    background: var(--navyblue);
    border-radius: 50px;
    padding: 35px 25px;
}

.cta_section  .section_title_36 {
    font-size: 26px;
    line-height: 38px;
    font-weight: bold;
}

.cta_section .text-right{
    text-align: left;
}

.section_title_48{
    font-size: 36px;
    line-height: 48px;
}

.testimonial_card{
    margin-bottom: 20px;
}

.mainslider_section h1{
    width: 100%;
    font-size: 48px;
    line-height: 56px;
}

.mainslider_section .image_block {
    position: relative;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    margin-top: 50px;
}

.mainslider_section .image_block img {
    border-radius: 50%;
    height: 100%;
    width: 100%;
}

.mainslider_section p {
    width: 90%;
}

.solutions_section{
    border-radius: 50px;
    padding: 80px 0px!important;
}

footer .footer_logo{
    padding-bottom: 0;
}

footer .footer_menu ul{
    display: block;
    text-align: center;
}

footer .footer_menu ul li {
    margin: 20px 20px;
    border-right: 0px solid var(--black);
    padding-right: 0px;
    line-height: 14px;
}

footer .copyright_text .left-text{
    float: none;
    font-size: 12px;
    font-family: var(--body-font);
    color: var(--black);
    text-align: center;
    margin-bottom: 5px;
}

footer .copyright_text .right-text{
    float: none;
    font-size: 12px;
    font-family: var(--body-font);
    color: var(--black);
    text-align: center;
    margin-bottom: 0px;
}

footer .copyright_text .right-text a{
    font-weight: 600;
    color: var(--black);
}

}

/**----- Mobile responsive ------**/