.cstm_meet_the_founder.meet_the_founder .bothparts .rightpart.cstm_meet_right {
    width: 100%;
}

.cstm_footer_menu ul{
    padding: 0px;
    margin: 0px;
    margin-bottom: 5px;
}
.cstm_footer_menu ul li{
    list-style: none;
}
.cstm_footer_menu ul li a{
    font-size: 22px;
    line-height: 19px;
    font-weight: 300;
    color: #fff;
}

p.headerr.footer_menu_heading {
    margin-bottom: 12px;
}

@media (min-width: 992px) and (max-width: 1281px) {
    .cstm_footer_menu ul li a{
        font-size: 17px;
        line-height: 9px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .cstm_footer_menu ul li a{
        font-size: 16px;
        line-height: 7px;
    }
}
@media (min-width: 481px) and (max-width: 767px) {
    .cstm_footer_menu ul li a{
        font-size: 16px;
        line-height: 5px;
    }
}
@media (max-width:480px){
    .cstm_footer_menu ul li a{
        font-size: 15px;
        line-height: 5px;
    }
}

.ourstory .left.cstm_story_left {
    width: 100%;
}
.ourstory .left.cstm_story_left p {
    width: 100%;
}

/*menu*/
nav ul li.active .hover-line::after {
    width: 100%;
    transition: width 0.3s;
}

/* 404 page start*/
.cstm_not_page{
    background-color: #292929;
    padding: 210px 0px;
    color: #fff;
    text-align: center;
}
.cstm_not_page h1{
    font-size: 60px;
}
.cstm_not_page p{
    font-size: 23px;
    line-height: 30px;
}
.cstm_not_page .cstm_home_btn{
    background-color: transparent;
    border: 1.5px solid #fff;
    border-radius: 0;
    color: #fff;
    padding: 0px 25px;
    transition-duration: 0.3s;
    outline: none;
    line-height: 55px;
    font-size: 20px;
}
.cstm_not_page .cstm_home_btn:hover {
    border: 1.5px solid transparent;
    background-color: #fff;
    color: #000;
}
@media (min-width: 992px) and (max-width: 1281px) {
    .cstm_not_page h1{
        font-size: 45px;
    }
    .cstm_not_page p{
        font-size: 18px;
        line-height: 24px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .cstm_not_page h1{
        font-size: 40px;
    }
    .cstm_not_page p{
        font-size: 16px;
        line-height: 24px;
    }
}
@media (max-width:480px){
    .cstm_not_page h1{
        font-size: 35px;
    }
    .cstm_not_page p{
        font-size: 15px;
        line-height: 20px;
    }
}
/* 404 page end*/


/*default pages start*/
.cstm_default_pages .ourstory{
    display: block;
}
.cstm_default_pages .ourstory .left {
    width: 100%;
}
.cstm_default_pages .ourstory .left p{
    width: 100%;
}
.cstm_default_pages .ourstory .right {
    width: 100%;
    text-align: center;
}
.cstm_default_pages .cstm_search img{
    width: 95%;
    height: auto;
}
/*default pages end*/



/* custom pagination start */
.custompagination .pagination{
    box-shadow: none !important;
    display: block;
    margin-top: 37px;
    padding-bottom: 30px;
    margin-bottom:0px !important;
}
.custompagination .pagination .nav-links {
    border: none !important;
}
.custompagination .pagination .nav-links a, .custompagination .pagination .nav-links span, .custompagination .pagination .nav-links  .next ,  .custompagination .pagination .nav-links .prev{

      background-color: rgba(255,255,255,.05);
      border: 1px solid #BBBBBB;
      border-radius: 5px;
      color: #BBBBBB;
      margin-left: 0;
      margin-right: 12px;

}
.custompagination .pagination .nav-links a:hover{
     background-color: #000;
     border-color:#000;
     color: #fff;
}
.custompagination .pagination .nav-links .current{
 background-color: #fff;
    color: #000000;
}
.custompagination {
    text-align: center;
    position: relative;
}
.custompagination .nav-links .page-numbers{ border-radius:5px; font-size:17px; font-weight:normal; margin-right:5px; padding:0px; height:40px; width:40px; line-height:40px; border:1px solid #f2f2f2; background-color:transparent; color:#000000;}
.custompagination .nav-links .page-numbers.current{background-color:#000; color:#fff; border-color:#000;}
.custompagination .nav-links .page-numbers:last-child{margin-right:0px;}
.custompagination .nav-links .page-numbers .screen-reader-text{margin-right:0px;}
.custompagination .nav-links .page-numbers.next:before{height:40px; width:40px; line-height:40px; font-size:0px; }
.custompagination .nav-links .page-numbers.prev:before{height:40px; width:40px; line-height:40px; font-size:0px;}

.custompagination nav {
    top: 0px;
    position: relative;
    width: auto;
    height: auto;
    background-color: transparent;
    padding: 0px;
    z-index: 0;
}

/* custom pagination end */


/* custom pagination  media query start */
@media (max-width:767px){
    .custompagination .nav-links .page-numbers.next::before {
        line-height: 27px;
        width: 28px;
    }
    .custompagination .nav-links .page-numbers {
        height: 26px;
        line-height: 25px;
        width: 27px;
        font-size: 12px;
    }
    .custompagination .pagination .nav-links a, .custompagination .pagination .nav-links span, .custompagination .pagination .nav-links .next, .custompagination .pagination .nav-links .prev {
        margin-left: 0;
        margin-right: 0;
    }
    .custompagination .nav-links .page-numbers.prev::before {
        line-height: 24px;
        width: 26px;
    }
}

.custompagination .next.page-numbers,.custompagination .prev.page-numbers {
    background: transparent !important;
    border: none !important;
}
.custompagination .next.page-numbers::before {
    background: url(../images/right-1.svg) center center / 100px 100px rgba(0, 0, 0, 0.0);
    
}
.custompagination .prev.page-numbers::before {
    background: url(../images/left-1.svg) center center / 100px 100px rgba(0, 0, 0, 0.0);
}
.custompagination .next.page-numbers::before,.custompagination .prev.page-numbers::before {
    background-repeat: no-repeat;
    background-size: cover;
    width: 25px !important;
    margin: 0 auto;
    content: -moz-alt-content !important;
    background-size: 15px 22px;
}

@media(max-width:767px){
    .custompagination .nav-links .page-numbers.next:before{height:26px;}
    .custompagination .nav-links .page-numbers.prev:before{height:26px;}
    .custompagination .next.page-numbers::before,.custompagination .prev.page-numbers::before {
        background-size: 7px 22px;
    }
}
/* custom pagination media query end */


/*17-09-2021*/
.cstm_default_pages .cstm_search .cstm_search_card h2 a{
    font-size: 21px;
    color: #fff;
    margin-bottom: 2%;
}
.cstm_default_pages .cstm_search .cstm_search_card p{
    font-size: 15px;
}
.cstm_default_pages .cstm_search .cstm_search_card a.readmore {
    color: #fff;
}
.cstm_default_pages .cstm_search .cstm_search_card {
    margin-bottom: 32px;
}

.contactus_and_map .wpcf7 form .wpcf7-response-output{
    border-color: red;
}

.contactus_and_map .wpcf7 form .wpcf7-response-output{color: #fff;}
.contactus_and_map .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #dc3232;
}
.contactus_and_map .wpcf7 form.sent .wpcf7-response-output {
    border-color: #fff;
}
/*17-09-2021*/


/*20-09-2021*/
@media (min-width: 992px) and (max-width: 1199px) {
    .contactus_and_map .cstm_contact_map iframe{
        width: 488px !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .contactus_and_map .cstm_contact_map iframe{
        width: 392px !important;
    }
}
.contact_form .wpcf7 form .wpcf7-response-output{
    margin: 0;
}
/*20-09-2021*/

/*21-09-2021*/
.cstm_footer_menu ul li a.hover-line:hover{
    text-decoration: none;
}
/*21-09-2021*/


/*23-09-2021*/
.contactus_and_map .contact_form form input.field.wpcf7-not-valid{
    margin-bottom: 1%;
}
.contactus_and_map .contact_form form textarea.field.wpcf7-not-valid {
    margin-bottom: 0%;
}
/*23-09-2021*/
